body {
    font-family: "Prompt", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    color: black;
}

:root {
    --c-yellow: #FFCB05;
}

button, .btn, select{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
}
.form-select:focus,.form-control:focus{
    border-color: #ebebeb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 203, 5, .25);
}
.line-dash{
    border:1px dashed #ebebeb;
}
.object-cover{
    object-fit: cover;
}
.card{
    border-color: #ebebeb!important;
}
.date-title{
    background-color: #1E1E1E;
    color:white;
    padding:10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
a{
    text-decoration: none;
    color:inherit;
}
.card-disabled{
    background-color:#DFDFDF;
    color:#6C6C6C;
}
.tab-myBook .nav-link{
    color:#000;
    border-bottom:3px solid #AFAFAF;
    background-color: transparent;
    border-radius: 0;
}
.tab-myBook .nav-link.active{
    border-color: #FFCB05;
    color:black;
    background-color: transparent;
}
/*-----------------------------------------
    SCROLLBAR STYLE
-------------------------------------------*/
.scroll{
    height:300px;
    overflow-y:auto;
    overflow-x: hidden;
}
.scroll::-webkit-scrollbar-track
{
	border-radius: 5px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/*-----------------------------------------
    FONT STYLE
-------------------------------------------*/
.fw-semibold{
    font-weight: 600;
}
.fw-medium{
    font-weight: 500;
}
.fs-11{
    font-size: 11px;
}
.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.square-icon{
    width:38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
/*-----------------------------------------
    PROGRESS BAR STYLE
-------------------------------------------*/
.progress, .progress-stacked{
    height:1.5rem;
    font-size: 15px;
}
.progress-float{
    position: absolute;
    top:-4px;
}
.progress-float-last{
    position: absolute;
    top:-4px;
    right:15px;
}
/*-----------------------------------------
    COLOR STYLE
-------------------------------------------*/
.text-gray{
    color: #DBDBDB;
}.text-yellow{
    color: var(--c-yellow);
}
/*-----------------------------------------
    SIZE STYLE
-------------------------------------------*/
.logo-open{
    width:280px;
}
.h-full{
    height:100vh;
}
.offcanvas{
    max-width:95%!important;
}
/*-----------------------------------------
    BACKGROUND STYLE
-------------------------------------------*/
.bg-yellow{
    background-color: var(--c-yellow);
}
.bg-lightGray{
    background-color: #F3F3F3;
}
.bg-gray{
    background-color: #EBEBEB;
}
/*-----------------------------------------
    FORM STYLE
-------------------------------------------*/
.form-gray{
    background-color: #ebebeb;
}
option[selected], option:hover, option:checked, option:focus, option:active {
    background-color: var(--c-yellow);
    color: black;
}
/*-----------------------------------------
    BUTTON STYLE
-------------------------------------------*/
.btn-link{
    text-decoration: none;
}
.btn-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: baseline;
    align-items: center;
}
.btn-icon svg, .btn-icon i, .btn-icon img{
    margin-right: 5px;
}
.btn-social-line{
    background-color: white;
    color:black
}
.btn-social-line svg{
    fill: #06C755;
}
.btn-social-line:hover, .btn-social-line:focus, .btn-social-line:active {
    color: black;
    background-color: #f7f7f7!important;
    border-color: #f7f7f7!important;
}
.btn-yellow{
    background-color: var(--c-yellow);
    border-color: var(--c-yellow);
    color:black;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active{
    background-color:#ffab00;
    border-color:#ffab00;
    color:black;
}
.btn-yellow.btn-disabled{
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    color:#9B9B9B;
}
.btn-yellow.btn-disabled:hover, .btn-yellow.btn-disabled:focus, .btn-yellow.btn-disabled:active{
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    color:#9B9B9B;
    cursor:none;
}
.btn-check:checked+.btn-checkbox, .btn-checkbox.active, .btn-checkbox.show, .btn-checkbox:first-child:active, :not(.btn-check)+.btn-checkbox:active {
    color: black;
    background-color: rgba(255,203,5,.4);
    border-color: #FFCB05;
    border-width: 2px;
}
.btn-checkbox{
    color: black;
    background-color: white;
    border-color: #DBDBDB;
    border-width: 2px;
}
.btn-menu{
    border:1px solid #F0F0F0;
    color:black;
    background-color: white;
    padding:8px!important;
    width:100%;
    border-radius: 10px;
    text-align: left;
}
.btn-menu:hover,.btn-menu:focus,.btn-menu:active{
    background-color: #fdfdfd!important;
    border-color: #f0f0f0!important;
    color:black;
}
.btn-light-secondary{
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    color: #252F4A;
}
.btn-light-secondary:hover,.btn-light-secondary:focus,.btn-light-secondary:active{
    background-color: #F1F1F4;
    border-color: #F1F1F4;
    color: #252F4A;
}
.btn-clientMenu{
    width:100%;
    background-color: white;
    color:black;
    margin-bottom: 10px;
    padding: 8px !important;
}
.btn-clientMenu:hover,.btn-clientMenu:focus,.btn-clientMenu:active{
    background-color: #FFF8DD!important;
    border-color: #FFF8DD!important;
    color:black!important;
}
.btn-clientMenu.btn-disabled{
    background-color: #E6E6E6;
    color:#9B9B9B;
}
.btn-clientMenu.btn-disabled:hover,.btn-clientMenu.btn-disabled:focus,.btn-clientMenu.btn-disabled:active{
    cursor:disabled;
    background-color: #E6E6E6!important;
    color:#9B9B9B!important;
    border-color:#E6E6E6!important;
}
.btn-clientMenu.btn-disabled .flex-shrink-0 .square-icon.badge-light-warning{
    background-color: rgba(111,111,111,.15);
    color: #6F6F6F;
}
.btn-gray{
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    color:black;
}
.btn-gray:hover,.btn-gray:focus,.btn-gray:active{
    background-color: #D2D2D2;
    border-color: #D2D2D2;
    color:black;
}
.btn-black{
    background-color: #000;
    border-color: #000;
    color:white;
}
.btn-black:hover,.btn-black:focus,.btn-black:active{
    background-color: #121212;
    border-color: #121212;
    color:white;
}
/*-----------------------------------------
    BADGE STYLE
-------------------------------------------*/
.badge-primary {
    color: #ffffff;
    background-color: #1b84ff;
}
.badge-secondary {
    color: #252F4A;
    background-color: #F1F1F4;
}
.badge-success {
    color: #ffffff;
    background-color: #17C653;
}
.badge-info {
    color: #ffffff;
    background-color: #7239EA;
}
.badge-warning {
    color: #ffffff;
    background-color: #F6C000;
}
.badge-danger {
    color: #ffffff;
    background-color: #F8285A;
}
.badge-light-primary {
    color: #1B84FF;
    background-color: #E9F3FF;
}
.badge-light-secondary {
    color: #252F4A;
    background-color: #F9F9F9;
}
.badge-light-success {
    color: #17C653;
    background-color: #DFFFEA;
}
.badge-light-info {
    color: #7239EA;
    background-color: #F8F5FF;
}
.badge-light-warning {
    color: #F6C000;
    background-color: #FFF8DD;
}
.badge-light-danger {
    color: #F8285A;
    background-color: #FFEEF3;
}
.badge-time{
    background-color: rgba(255, 203, 5, 0.2);
    color: #000;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    padding: 5px 12px;
    margin-bottom: 5px;
    display: inline-flex
;
}
/*-----------------------------------------
    RADIO CHECK STYLE
-------------------------------------------*/
.card-radio-btn{
    display: block;
}
.card-radio-btn .card-body{
    padding:10px;
}
.card-radio-btn .content_head {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.card-radio-btn .content_sub {
  color: #000;
  font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.card-input-element + .card {
  width: 100%;
  justify-content: center;
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
    margin-bottom: 10px;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  border: 2px solid var(--c-yellow);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element:checked + .card::after {
  content: "\f058";
  color: var(--c-yellow);
  position: absolute;
  right: 12px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card-input-element2 + .card {
  width: 100%;
  justify-content: center;
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
    margin-bottom: 10px;
}
.card-input-element2 + .card.card-body{
    padding: 10px 5px 10px 35px;
}

.card-input-element2 + .card:hover {
  cursor: pointer;
}
.card-input-element2 + .card::after {
  content: "\f058";
  color: #DBDBDB;
  position: absolute;
  left: 8px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card-input-element2:checked + .card {
  border: 2px solid var(--c-yellow)!important;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element2:checked + .card::after {
  content: "\f058";
  color: var(--c-yellow);
  position: absolute;
  left: 8px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-input-element3 + .card {
    width: 100%;
    justify-content: center;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
      margin-bottom: 10px;
  }
  .card-input-element3 + .card.card-body{
      padding: 10px 10px 10px 10px;
  }
  
  .card-input-element3 + .card:hover {
    cursor: pointer;
  }
  .card-input-element3:checked + .card {
    border: 1px solid var(--c-yellow)!important;
    background-color: #FFF8DE;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
  .card-input-element4 + .card {
    width: 100%;
    justify-content: center;
    color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
  }
  .card-input-element4 + .card.card-body{
      padding: 10px 10px 10px 10px;
  }
  
  .card-input-element4 + .card:hover {
    cursor: pointer;
  }
  .card-input-element4 + .card::after {
    content: "\f058";
    color: #DBDBDB;
    position: absolute;
    right: 8px;
    bottom: 12px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-input-element4:checked + .card {
    border: 2px solid var(--c-yellow)!important;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
  
  .card-input-element4:checked + .card::after {
    content: "\f058";
    color: var(--c-yellow);
    position: absolute;
    right: 8px;
    bottom: 12px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .slotTtime .card-radio-btn{
    width: calc(100% / 5 - 4px);
  }
  .card-radio-btn.disabled .card-input-element5 + .card{
    border: 1px solid #EBEBEB!important;
    background-color: #EBEBEB!important;
    color: #6F6F6F!important;
  }
  .card-input-element5 + .card {
    width: 100%;
    justify-content: center;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
      margin-bottom: 10px;
  }
  .card-input-element5 + .card.card-body{
      padding: 10px 5px 10px 5px;
  }
  
  .card-input-element5 + .card:hover {
    cursor: pointer;
  }
  .card-input-element5:checked + .card {
    border: 1px solid var(--c-yellow)!important;
    background-color: #FFF8DE;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.form-check-input:checked {
    background-color: var(--c-yellow);
    border-color: var(--c-yellow);
}
.form-check-input:focus {
    border-color: var(--c-yellow);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 203, 5, .25);
}
/*-----------------------------------------
    Carousel
-------------------------------------------*/
.box-date{
    background-color: white;
    border:1px solid #EBEBEB;
    border-radius: 10px;
    padding: 5px 2px;
}
.box-date.date-choose{
    background-color: #FFF8DE;
    border-color: #FFCB05;
}
.box-date:hover,.box-date:focus,.box-date:active{
    background-color: #FFF8DE;
}
.owl-prev i, .owl-next i {
    transform: scale(1)!important;
    color: #000!important;
}
.owl-prev, .owl-next{
    width:24px!important;
    height: 24px!important;
}
.owl-prev {
    left: -3%!important;
}
.owl-next {
    right: -3%!important;
}
/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 1023px) {

}

@media screen and (min-width: 320px) and (max-width: 374px) {

}

@media screen and (min-width: 375px) and (max-width: 413px) {

}

@media screen and (min-width: 414px) and (max-width: 424px) {

}

@media screen and (min-width: 425px) and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

}

@media screen and (min-width: 1280px) and (max-width: 1359px) {

}

@media screen and (min-width: 1360px) and (max-width: 1439px) {

}

@media screen and (min-width: 1440px) and (max-width: 1599px) {

}

@media screen and (min-width: 1600px) and (max-width: 1919px) {

}

@media screen and (min-width: 1920px) and (max-width: 2559px) {

}

@media screen and (min-width: 2560px) {}
