/* FONTS */
/*Arboria*/
@font-face {
    font-family: 'Arboria-Book';
    src: url('https://cityfacialplastics.com/wp-content/themes/CityPlastics/fonts/Arboria-Book.woff2') format('woff2'),
        url('https://cityfacialplastics.com/wp-content/themes/CityPlastics/fonts/Arboria-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arboria';
    src: url('https://cityfacialplastics.com/wp-content/themes/CityPlastics/fonts/Arboria-Light.woff2') format('woff2'),
        url('https://cityfacialplastics.com/wp-content/themes/CityPlastics/fonts/Arboria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background-attachment: fixed;
    background-color: #69accc59;
    background-image: url(images/banner-bg.jpg);
    background-size: cover;
    background-position: center top;
    font-family: 'Arboria-Book';
    font-weight: normal;
}
.steps {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.steps > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    position: relative;
}
.steps > li:before {
    content: "";
    position: absolute;
    top: 47.5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #69ACCC;
    z-index: -1;
}
.steps > li.past:after {
    content: "\2713";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    right: -20px;
    top: 30px;
    border-radius: 100%;
    border: 1px solid #69accc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #7cb6d2;
    font-size: 17px;
}
.steps > li.future {
    opacity: 0.5;
}
.step-ind {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-size: 14px;
    position: relative;
    text-decoration: none !important;
    color: #69ACCC;
}
.step-icon {
    width: 100px;
    height: 100px;
    border: 5px solid #69ACCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    background-color: #FFF;
}
.step-icon svg {
    color: #69ACCC;
    width: 25px;
    height: 25px;
}
.present .step-icon, li.present .step-icon svg {
    background: #69ACCC;
    color: #FFFFFF;
}


#selected-datentime{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.prev-btn{
  font-size: 15px;
  margin-right: 15px;
  border: 1px solid #d0d0d0;
  background: #f5f5f5;
  color: #08c;
}

.prev-btn:hover,.prev-btn:focus{
  text-decoration: none;
}
  
.next-btn{
  font-size: 15px;
  border: 1px solid #d0d0d0;
  background: #f5f5f5;
  color: #08c;
}

.next-btn:hover,.next-btn:focus{
  text-decoration: none;
}

.calendar-sbmt {
  font-size: 18px;
  border-radius: 8px;
}

.header-area{
  border-top: 1px solid #dee2e6;
  /* border-left: 1px solid #dee2e6; */
  /* border-bottom: 1px solid #dee2e6; */
  font-weight: 600;
  background: #FFF0C8;
}

/* .datentimes .col.g-0:nth-child(5) .header-area{
  border-right: 1px solid #dee2e6;
} */

.datentimes .col:nth-child(2), .datentimes .col:nth-child(3), .datentimes .col:nth-child(4), .datentimes .col:nth-child(5), .datentimes .col:nth-child(6), .datentimes .col:nth-child(7){
    display: none;
}

@media (min-width:768px){
	.datentimes .col:nth-child(2), .datentimes .col:nth-child(3), .datentimes .col:nth-child(4), .datentimes .col:nth-child(5), .datentimes .col:nth-child(6), .datentimes .col:nth-child(7){
        display: none;
    }
}
@media (min-width:1024px){
    .datentimes .col:nth-child(2), .datentimes .col:nth-child(3), .datentimes .col:nth-child(4), .datentimes .col:nth-child(5), .datentimes .col:nth-child(6), .datentimes .col:nth-child(7){
        display: unset;
    }       
}
@media (min-width:1500px){
    .datentimes .col:nth-child(2), .datentimes .col:nth-child(3), .datentimes .col:nth-child(4), .datentimes .col:nth-child(5), .datentimes .col:nth-child(6), .datentimes .col:nth-child(7){
        display: unset;
    }      
}

.body-area{
  /* border: 1px solid #dee2e6; */
}

.datentimes .col.g-0:nth-child(5) .body-area{
  /* border-right: 1px solid #dee2e6; */
}
.body-area .body-area-btn {
    border: 1px solid white;
    background: transparent;
    padding: 0px 50px 0px 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #333333;
}
.disabled-dates .body-area, .disabled-dates .body-area input  {
    cursor: not-allowed;
    text-decoration: line-through;
}

.body-area .body-area-btn:hover{
  border: 1px solid #dee2e6;
  border-radius: 5px;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.body-area .body-area-btn.selected {
    background-color: #e8fbff;
    border: 1px solid #69accc36;
}
.disabled-dates .body-area .body-area-btn{
  opacity: 0.5;
}
.disabled-dates .body-area .body-area-btn{
  pointer-events: none; 
}

.disabled-dates .body-area {
  cursor: not-allowed;
}

.disabled-time{
  display: none;
}

.vouched .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.disable-btn{
  cursor: wait;
}

.vouched {
    background-color: transparent !important;
}
div#vouched-element .vouched > div > div {
    background: rgb(255, 255, 255) !important;
    width: 100%;
    margin: 0 auto;
    max-width: 856px;
    height: auto !important;
    padding-bottom: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 100px -3px #69accc36, 0 4px 6px -2px rgb(0 0 0 / 5%);
            box-shadow: 0 10px 100px -3px #69accc36, 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.form-label {
    margin-bottom: .4rem;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    font-size: 16px;
    margin-left: 15px;
}
input.form-control, select.form-select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #dfeff6;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}
input.form-control:focus, select.form-select:focus {
    border-color: #69accc;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.saBtn {
    background: #69accc;
    color: #FFF;
    font-size: 16px;
    padding: 10px;
    border: none;
    outline: none;
}
.header-area {
    background: #e8fbff;
    color: #69accc;
}
body .border {
    border: 1px solid #dfeff6!important;
}
.card {
    border: none !important;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 100px -3px #69accc36, 0 4px 6px -2px rgb(0 0 0 / 5%);
            box-shadow: 0 10px 100px -3px #69accc36, 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.alert-info {
    background-color: #e8fbff;
    border-color: #69accc3d;
    border-radius: 20px;
    text-align: center;
    color: #69accc;
}
a.saBtn.arrowBtn {
    background: transparent;
    border: 1px solid #69accc;
    color: #69accc;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    padding: 5px 12px;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

@media (min-width:768px){
    a.saBtn.arrowBtn {
        background: transparent;
        border: 1px solid #69accc;
        color: #69accc;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 100px;
        padding: 5px 12px;
        gap: 8px;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width:1024px){
    a.saBtn.arrowBtn {
        background: transparent;
        border: 1px solid #69accc;
        color: #69accc;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 100px;
        padding: 5px 20px;
        gap: 8px;
        transition: all 0.3s ease-in-out;
    }              
}

@media (min-width:1500px){
    a.saBtn.arrowBtn {
        background: transparent;
        border: 1px solid #69accc;
        color: #69accc;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 100px;
        padding: 5px 20px;
        gap: 8px;
        transition: all 0.3s ease-in-out;
    }
}

a.saBtn.arrowBtn:hover {
    background-color: #69accc;
    border-color: #69accc;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
a.saBtn.arrowBtn svg {
    width: 19px;
    height: 19px;
}
@media (min-width:768px){
	a.saBtn.arrowBtn svg {
        width: 19px;
        height: 19px;
    }
}
@media (min-width:1024px){
    a.saBtn.arrowBtn svg {
        width: 22px;
        height: 22px;
    }  
}
@media (min-width:1500px){
    a.saBtn.arrowBtn svg {
        width: 22px;
        height: 22px;
    }         
}
.jss80 Button {
    background-color: #69accc !important;
}

/* 
@media all and (max-width: 1200px){

}
 */

.saDateTimeOverflow {
    overflow: auto;
    height: 100%;
}
.saDateTimes {
    width: auto;
    min-width: auto;
}

@media (min-width:768px){
    .saDateTimeOverflow {
        overflow: auto;
        height: auto;
    }
    .saDateTimes {
        width: 100%;
        min-width: 1320px;
    }
}
@media (min-width:1024px){
    .saDateTimeOverflow {
        overflow: auto;
        height: auto;
    }
    .saDateTimes {
        width: 100%;
        min-width: 1320px;
    }
}
@media (min-width:1500px){
    .saDateTimeOverflow {
        overflow: auto;
        height: auto;
    }
    .saDateTimes {
        width: 100%;
        min-width: 1320px;
    }
}


@media all and (max-width: 768px){
    .step-icon {
        width: 60px;
        height: 60px;
        border: 2px solid #69ACCC;
    }
    .steps > li:before {
        top: 29px;
        height: 2px;
    }
    .steps > li.past:after {
        width: 30px;
        height: 30px;
        right: -15px;
        top: 15px;
    }

}


@media all and (max-width: 500px){
    .step-icon {
        width: 40px;
        height: 40px;
        border: 1px solid #69ACCC;
    }
    .steps > li:before {
        top: 20px;
        height: 1px;
    }
    .steps > li.past:after {
        width: 20px;
        height: 20px;
        right: -10px;
        top: 10px;
        font-size: 12px;
    }
    .step-ind {
        font-size: 10px;
    }
    .step-icon svg {
        width: 15px;
        height: 15px;
    }
    .align-items-center {
    align-items: center!important;
    justify-content: center;
    margin-bottom: 20px;
}
.row.bg-white.py-4.px-5 h3 {
    text-transform: uppercase;
    color: #979797;
}

}


