body {
    font-family: ubuntu, sans-serif;
    font-size: 13px;
    background-color:#919191;height: 100%;
}
.form-control {
	padding: .375rem 0rem !important;
}
.text-underline{
	text-decoration:underline !important;
}
.logo-bg {
	background: #221f20;
}
.right-25 {right:25px;}
.rtRating { 
    border: none;
    max-width: 165px;
    margin: 0;
    width: 100%;
}
.rtRating > input { display: none; } 
.rtRating > label:before { 
  margin: 3px;
  font-size:2.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rtRating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rtRating > label { 
  color: #ddd; 
 float: right; 
}
.rtRating > input:checked ~ label, 
.rtRating:not(:checked) > label:hover,
.rtRating:not(:checked) > label:hover ~ label { color:#7ed026;  }

.rtRating > input:checked + label:hover,
.rtRating > input:checked ~ label:hover,
.rtRating > label:hover ~ input:checked ~ label,
.rtRating > input:checked ~ label:hover ~ label { color: #f79400;  } 
.valign-middle{vertical-align: middle;}
.valign-top{vertical-align: top;}
p.msggol {
  text-align:center;
  font-size:1.5rem;
}
.success-checkmark {
    width: 80px;
    height: 108px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
}
        
.success-checkmark .check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
}
        
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	content: '';
	height: 100px;
	position: absolute;
	background: #FFFFFF;
	transform: rotate(-45deg);
}
        
.success-checkmark .check-icon .icon-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
}
            
.success-checkmark .check-icon .line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}
            
.success-checkmark .check-icon .line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgba(76, 175, 80, .5);
}
        
.success-checkmark .check-icon .icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.topbarOverflw {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}
.flashhighTxt{
	position: fixed;
    bottom: 80px;
    z-index: 9999;
    background: #ebebeb;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 95%;
    padding: 10px 10px;
    box-shadow: 0px 0px 30px 0px #ccc;
	-moz-box-shadow: 0px 0px 30px 0px #ccc; 
	-ms-box-shadow: 0px 0px 30px 0px #ccc; 
    border-radius: 5px;
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
    font-size: 16px;
}
.flashhighTxt.success{
	background:#19ca0d;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
	-moz-box-shadow: 0px 0px 30px 0px #b0b0b0;
	-ms-box-shadow: 0px 0px 30px 0px #b0b0b0;
    color: #fff;
}
.flashhighTxt.error{
    background:#eb0b0b;
    box-shadow: 0px 0px 30px 0px #959595;
	-moz-box-shadow: 0px 0px 30px 0px #959595;
	-ms-box-shadow: 0px 0px 30px 0px #959595; 
    color: #fff;
}
.dsmmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;	    background: #fff;
}
.dsmmodal.show { display:block;}
.dsmmodal-dialog {
    padding: 0;
    margin: 0;
    border: none !important;
    width: 100%;
    max-width: 100%;
}
.dsmmodal-body {
	overflow-y: auto;
    height: 600px;    background: #fff;
}
.dsmmodal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.dsmmodal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.ui-widget-content[aria-hidden="true"] {
    display: block !important;
    height: 0px;
    overflow: hidden;
}
.ui-widget-content[aria-hidden="false"] {
    display: block !important;
    height: auto;
}
.text-linethrough {
	    text-decoration: line-through;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
	display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
	display: none;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 0px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0), inset 1px 1px 0 rgba(0, 0, 0, 0);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0), inset 1px 1px 0 rgba(0, 0, 0, 0);
	display: none;
}
::-webkit-scrollbar {
    width: 0px;
    background-color: #fff;
	display: none;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0);
	display: none;
}


.dsm-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;    background: #fff;
  }
  
  .dsm-preloader .animation-preloader {
    z-index: 1000;
  }
  
  .dsm-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #2c2c2c;
    height: 3em;
    margin: 5em auto 3.5em auto;
    width: 3em;
  }
  
  .dsm-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #b89303;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  
  .dsm-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  
  .dsm-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
  }
  
  .dsm-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
  }
  
  .dsm-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
  }
  
  .dsm-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
  }
  
  .dsm-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .dsm-preloader .loader .row {
    height: 100%;
  }
  
  .dsm-preloader .loader .loader-section {
    padding: 0px;
  }
  
  .dsm-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .dsm-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
  }
  
  .dsm-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  
  .dsm-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  }
  
  @-webkit-keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  
  @keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  
  @-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  @keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  
  

#dsloader{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;                /* will be increased by JS */
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#000;
} 
		
div.centerLoaderMsg {
	position: fixed;
    left: 50%;
    z-index: 99999;
    top: 50%;
    transform: translate(-50%, -50%);
display:none;	
}
div.centerLoaderMsg div.lmsgbody {
	width: 140px;
    text-align: center;
    margin: 0 auto;
}
ul.otpcols {
	    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.otpcols li {    display: inline-block !Important;}
ul.otpcols li input[id^=otpcd],
ul.otpcols li input[id^=otpesec]{
    width: 50px !Important;
    border-radius: unset !Important;
    font-size: 20px !Important;
    text-align: center !Important;
	margin-right: 5px !Important;
}
.schedule .nav-link {
    padding: 14px 0;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.schedule .nav-link p.mb-0.font-weight-bold {
    font-size: 13px;
}
.schedule .nav-link.active,
.schedule .nav-link:focus {
    color: #28a744 !important;
}
.progress-bar {
    width: 90px;
    height: 10px;
    border: 2px solid #ccc;
    padding: 2px;
    border-radius: 20px;
    margin: 20px auto 0;
    display: block;
    position: absolute;
    bottom: 60px;
	background: transparent;
}

.progress {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  background-color: #a98a0e;
  border-radius: 20px;
  animation-name: loadinghoz;
  animation: loadinghoz 2.1s linear 200ms infinite;
}

@keyframes loadinghoz {
  0%   {width: 10%;}
  50%  {width: 50%;}
  100% {width: 100%;}
}
.small,
small {
    font-size: 12px;
}
body.modal-open {
    overflow: visible;
}
.account-setup video {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height: auto;
}
.mb-130 {
	    margin-bottom: 130px;
}
.account-setup .bg-board{
	background: #fff url(../img/bg-signup.jpg) top left no-repeat;
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
	background-size: contain;filter: grayscale(1);
}
.account-setup .bg-board.signin{
background: #fff url(../img/bg-signin.jpg) top left no-repeat;	
}
.account-setup .bg-board.fpass{
background: #fff url(../img/bg-fpass.jpg) top left no-repeat;	
}

.btn-light {
    color: #212529 !important;
}
.back-page {
    font-size: 19px;
    vertical-align: bottom;
}
.font-8{font-size:8px!important;}
.font-9{font-size:9px!important;}
.font-10{font-size:10px!important;}
.font-11{font-size:11px!important;}
.font-12{font-size:12px!important;}
.font-13{font-size:13px!important;}
.font-14{font-size:14px!important;}
.font-15{font-size:15px!important;}
.font-16{font-size:16px!important;}
.font-17{font-size:17px!important;}
.font-18{font-size:18px!important;}
.font-19{font-size:19px!important;}
.font-20{font-size:20px!important;}
.font-21{font-size:21px!important;}
.font-22{font-size:22px!important;}
.font-23{font-size:23px!important;}
.font-24{font-size:24px!important;}
.font-25{font-size:25px!important;}
.font-26{font-size:26px!important;}
.font-27{font-size:27px!important;}
.font-28{font-size:28px!important;}
.font-29{font-size:29px!important;}
.font-30{font-size:30px!important;}
.font-31{font-size:31px!important;}
.font-32{font-size:32px!important;}
.font-33{font-size:33px!important;}
.font-34{font-size:34px!important;}
.font-35{font-size:35px!important;}
.font-36{font-size:36px!important;}
.font-37{font-size:37px!important;}
.font-38{font-size:38px!important;}
.font-39{font-size:39px!important;}
.font-40{font-size:40px!important;}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);    width: 100%;
}
div,
a {
    outline: none !important;
    text-decoration: none !important;
}
a:hover {
    color:#ff0000;
}
.osahan-icofont {
    padding: 6px;
    background: #000;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
}
.list-card-osahan-2 .img {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}
.pd-f a {
    height: 59px;
}
.rating-stars .icofont-star {
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: 2px;
    text-shadow: 0 0 1px #d2b128;
    border-radius: 5px;
}
.osahan-radio .btn {
    border-radius: 23px !important;
    font-size: 12px;
    margin: 0 4px 0 0;
    border: 1px solid #ff6000;
    color: #ff6000;
    background: 0 0;
    padding: 5px 11px;
}
.osahan-radio .btn.active {
    background: #ff6000 !important;
    border-color: #ff6000 !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.pb-85 {
	padding-bottom: 85px !important;
}
.white-box-shadow {
	box-shadow: 0px -15px 20px 15px #fff !important;
}
.white-box-shadow-60 {
    box-shadow: 0px -60px 20px 15px #fff !important;
}
div.loadngBox {
display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loadingspinner {
	pointer-events: none;
	width: 2.5em;
	height: 2.5em;
	border: 0.4em solid transparent;
	border-color: #eee;
	border-top-color: #b89303;
	border-radius: 50%;
	animation: loadingspin 1s linear infinite;
}

@keyframes loadingspin {
	100% {
			transform: rotate(360deg)
	}
}
.fixed-bottom-padding {
    padding-bottom: 59px;
}
.fixed-bottom-auto {
    height: auto !important;
}
.fixed-bottom {
    border-radius: 0;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, 0.075);
    height: 59px;
}
.fixed-bottom .btn,
.fixed-bottom.btn {
    height: 59px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 14px;
    border: none;
}
.fixed-bottom-bar {
    padding-bottom: 58px;
}
.h-auto {
    height: auto;
}
.modal-footer .btn {
    border-radius: 0;
}
.slick-dots {
    bottom: 20px !important;
}
.landing-page .zindex {
    right: 0;
    z-index: 9;
}
.sc-osahan-logo {
    height: 30px;
}
.index-osahan-logo {
    height: 90px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 3px;
    background: #221f20;
    padding: 8px 8px;
}
.as-osahan-logo {
    width: 40px;
}
.osahan-logo {
    height: 40px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 3px;
}
.pp-osahan-logo {
    height: 30px;
}
.p-osahan-logo {
    height: 34px;
}
.gs-logo {
    height: 100px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 17px;
}
.border-custom-radio ::after {
    display: none;
}
.cart-items .img-fluid {
    width: 92px;
    height: 92px;
    object-fit: scale-down;
    min-width: 92px;
    padding: 7px;
    border-radius: 6px;
}
.cart-items-number .form-control {
    max-width: 30px;
    text-align: center;
    padding: 0;
    height: 30px;
    border: none !important;
    background: 0 0;
    color: #5d6671;
}
.cart-items-number .btn {
    width: 28px;
    background: #fff;
    height: 28px;
    border-radius: 50px !important;
    color: #ff6000;
    font-size: 17px;
    box-shadow: 0 0 3px #dedede;
    line-height: 18px;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}
.cart-items-number .btn:hover,
.cart-items-number .btn:focus {
    background: #ff6000;
    color: #fff;
}
.cart-items-number .input-group-prepend {
    height: 28px;
    width: 28px;
}
.cart-items-number .input-group-append {
    height: 28px;
    width: 28px;
}
.cart-items-number {
    border-radius: 50px;
    padding: 3px;
    background: #f7f7f8;
    width: 90px;
    height: 34px;
}
.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0.25rem !important;
    background: 0 0 !important;
    box-shadow: none !important;
}
.border-custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #28a744;
    border: 2px solid #28a744;
}
.list-card-image .price {
    font-size: 14px;
}
.list-card-image a.btn {
    border: 3px solid #f1f2f5;
    width: 33px;
    background: #fff;
    height: 33px;
    border-radius: 50px !important;
    color: #ff6000;
    font-size: 17px;
    box-shadow: 0 0 3px #dedede;
    line-height: 0;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-card-image a.btn:hover,
.list-card-image a.btn:focus {
    background: #ff6000;
    color: #fff;
}
.landing-page .slick-dots {
    bottom: 80px !important;
}
.c-it p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-it img {
    height: 40px;
}
.opt {
    font-size: 23px !important;
}
.bg-greynew {
    background: #28a745;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #d5d5d5 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #d5d5d5 100%);
    background: linear-gradient(135deg, #ffffff 0%, #d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d5d5d5',GradientType=1 );
}
.btn-success {
    background: #28a745;
    background: -moz-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
    background: -webkit-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
    background: linear-gradient(135deg, #28a745 0%, #5ad363 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a745',endColorstr='#5ad363',GradientType=1 );
}
.btn-custom {
    background: #28a745;
    background: -moz-linear-gradient(-45deg, #a98a0e 0%, #ffdd76 100%);
    background: -webkit-linear-gradient(-45deg, #a98a0e 0%, #ffdd76 100%);
    background: linear-gradient(135deg, #a98a0e 0%, #ffdd76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98a0e',endColorstr='#ffdd76',GradientType=1 );
	color:#fff;
}
.btn-outline-custom {
    color: #a98a0e;
    border-color: #a98a0e;
}
.btn-custom:hover,
.btn-custom:focus {
	color:#fff;
}
.btn-lg {
    font-size: 14px !important;
    padding: 12px 14px;
    font-weight: 500;
}
label {
    margin: 0 0 2px;
    font-size: 12px;
    color: #4a4949;
}
.form-control {
    border-bottom: 1px solid #cacdd0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #28a744;
}
.input-group .btn {
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    border-bottom: 1px solid #cacdd0;
}
.btn {
    font-size: 13px;
}
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
.badge {
    font-size: 11px;
    padding: 7px 9px;
    font-weight: 500;
}
.badge-success {
    color: #28a745;
    background-color: rgb(40 167 69/15%);
}
.badge-warning {
    color: #eab002;
    background-color: rgb(255 193 7/15%);
}
.badge-danger {
    color: #ff6000;
    background-color: rgb(255 96 0/15%);
}
.badge-info {
    color: #17a2b8;
    background-color: rgb(23 162 184/15%);
}
.badge-primary {
    color: #007bff;
    background-color: rgb(0 123 255/15%);
}
.badge-dark {
    color: #343a40;
    background-color: rgb(52 58 64/15%);
}
.bg-custom {
    background: #ff6000;
    background: -moz-linear-gradient(-45deg, #e0be62 0%, #c2a147 100%);
    background: -webkit-linear-gradient(-45deg, #e0be62 0%, #c2a147 100%);
    background: linear-gradient(135deg, #e0be62 0%, #c2a147 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0be62',endColorstr='#c2a147',GradientType=1 );
}
.bg-danger {
    background: #ff6000;
    background: -moz-linear-gradient(-45deg, #ff6000 0%, #f5bb50 100%);
    background: -webkit-linear-gradient(-45deg, #ff6000 0%, #f5bb50 100%);
    background: linear-gradient(135deg, #ff6000 0%, #f5bb50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000',endColorstr='#f5bb50',GradientType=1 );
}
.bg-info {
    background: #17a2b8;
    background: -moz-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
    background: -webkit-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
    background: linear-gradient(135deg, #17a2b8 0%, #1a68ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8',endColorstr='#1a68ce',GradientType=1 );
}
.modal-dialog {
    padding: 0;
    margin: 0;
    border: none !important;
    width: 100%;
    max-width: 100%;
}
.modal-content {
    border: none;
    border-radius: 0;
    height: 100vh;
}
.modal-body {
    overflow: auto;
}
.rounded {
    border-radius: 0.4rem !important;
}
.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #28a744;
    background-color: #28a744;
}
.theme-switch-wrapper {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fixed-bottom-padding .theme-switch-wrapper {
    bottom: 70px;
}
.theme-switch {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dark .theme-switch {
    background: #fff;
    color: #000;
}
.theme-switch-wrapper em {
    display: none;
}
.theme-switch-wrapper #checkbox {
    display: none;
}
.dark body {
    background-color: #000;
    color: #fff;
}
.dark .bg-white {
    background-color: #1b1b1b !important;
}
.dark .border-bottom,
.dark .border-top,
.dark .border-left,
.dark .border-right {
    border-color: #292929 !important;
}
.dark .text-dark {
    color: #e4e4e4 !important;
}
.dark .modal-content {
    background-color: #000;
}
.dark .bg-light {
    background-color: #101010 !important;
}
.dark .modal-header {
    border-bottom: 1px solid #292929;
}
.dark .close {
    color: #fff !important;
}
.dark .btn {
    color: #fff;
}
.dark a.text-dark:focus,
.dark a.text-dark:hover {
    color: #fff !important;
}
.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
    border: 3px solid #252525;
    background: #000;
    box-shadow: none;
}
.dark .cart-items-number {
    background: #000;
}
.dark .hc-nav-trigger {
    color: #28a744;
}
.dark label {
    color: #fff;
}
.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
    background: #25282e;
}
.text-custom{color:#b89303}
a.text-custom:hover{color:#e0be62}
.dark .hc-offcanvas-nav li:not(.custom-content) a {
    color: #a3a6a9;
    background: transparent;
    border-bottom: 1px solid #33353e;
}
.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
    color: #fff;
    background: #000 !important;
    border-bottom: 1px solid #000;
}
.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav li.nav-back a {
    border-top: 1px solid #33353e;
    border-bottom: 1px solid #33353e;
}
.dark .hc-offcanvas-nav .nav-item {
    background: transparent;
    border-bottom: 1px solid #343a40;
}
.dark .hc-offcanvas-nav ul.bottom-nav {
    border-top: 1px solid #343a40;
}
.dark .form-control {
    border-bottom: 1px solid #333538;
    background-color: transparent !important;
    font-size: 13px;
    box-shadow: none !important;
    color: #fff;
}
.dark .text-muted {
    color: #99a2ab !important;
}
.dark .list-card-image img {
    margin: 0;
    background: #fff;
    padding: 17px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dark .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff;
}
.dark .slick-dots li button:before {
    color: #fff;
}
.dark .list-card-osahan-2 .img {
    width: 100%;
    padding: 22px;
    margin-bottom: 15px;
}
.dark .schedule .nav-link.active,
.dark .schedule .nav-link:focus {
    color: #28a744 !important;
    background: #1b1b1b;
    border-color: #292929;
}
.dark .schedule .nav-link:hover {
    background: #1b1b1b;
    border-color: #292929;
}
.dark .nav-tabs {
    border-bottom: 1px solid #292929;
}
div.inputResult ul li.grp {
background: #f1f1f1;
    padding: 8px;
    color: #767676;
    font-size: 0.85rem;	
}
div.inputResult ul li a {
    display: block;
    padding: 8px 8px;
    color: #323232;
    font-size: 0.90rem;	
}
div.inputResult ul li a:hover {
	background: #fafafa;color: #000;
}

@media only screen and (max-width: 321px) {
	a.text-decoration-none.small {
		font-size:11px;
	}
}
