.navbar-brand img {
    width: 100px;
}
.bg-icon{
    padding: 8px;
    width: 100%;
    border-bottom:1.5px solid #99999959;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.flex-column{
    flex-direction:column;
}
.bg-icon:hover{
    background-color: #BBAFE0;
    color:#ffffff;
    border-radius:5px;
    border-bottom:none;
}
.side-icon{
    font-size:12px;
    font-weight:500;
    
}
.off-box{
    background-color: #FFBEBE;
    padding: 5px;
    border-radius: 5px;
}
.justify-content-left{
    justify-content: left;
}

.img-box{
    z-index: 9;
}
@media (min-width:992px) {    
    .vertical-nav {
        position: fixed;
        overflow-x: hidden;
        left: 0;
        width: 5%;
        height: 100%;
        background-color: #ffffff;
        overflow-y: auto;
        padding-top: 30px
      }
  }
  @media (min-width:992px) {    
    .vertical-nav-content {
        position: fixed;
        top: 56px;
        right: 0;
        width: 94%;
        height: 100%;
        background-color: #F9F7FF;
        overflow-x: hidden;
        padding-top: 30px;
        padding-bottom: 200px;
      }
  }
  card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image img {
    height:200px !important;
    width:255px !important;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -17px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color: #fff;
    background: #FFBEBE;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading {
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #1F487E;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.card-button:hover {
    text-decoration: none;
    background-color: #1D3461;
    color: #fff;

}
.magnify{
    position: absolute;
    top: 15px;
    left: 20px
}
.slider-icon{
    position: absolute;
    top: 15px;
    left: 715px;

}
.grey{
    width: 1px;
    height: 35px;
    align-self: flex-start;
    background: #00000059;
    display: flex;
    position: absolute;
    top: 165px;
    z-index: 999;
    left: 35px;
}
/* .close{
    color:#BBAFE0 !important;
    font-size:16px !important;
} */
.close:focus{
    outline:none;
}
.text-close{
    
    font-size: 14px !important;
}
.text-span-close{
    color: rgb(255, 0, 0) !important;
}
.bg-icon:hover svg path {
    stroke: #ffffff; /* Change the SVG stroke color to red on hover */
  }
.modal-footer{
    border-top:none !important;
    justify-content: center !important;
}
.modal-header{
    border-bottom:none !important;
    align-items:center !important;
}
.modal-title{
    font-size:1rem;
}


@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.new-item{
    font-size:14px;
    font-weight:580;
}
 .user-icon{
    background-color: #fff;
    border-radius: 50%;
    width:30px;
    height: 30px;
    padding:4px;
 }
.heading-box{
    background-color:#F5DFEA;
    display:flex;
    justify-content:center;
    padding-bottom:10px;
}
.box-white{
    width:100%;
    background-color: #FFFFFF;
    border-radius:10px;
    height:auto;
    padding:20px;

}

.owl-pagination{
    display:flex;
    justify-content: center;
}
.btn-none{
    background-color: transparent;
    border:none;
}
.btn-none:focus{
    outline:none;
}
.row-1{
    width:80%;
    border-bottom:1px solid grey;
}
.row-2{
    width:80%;
}
.card-body-new{
    border:none;
    padding:4px;
    line-height: 40px;
}
.card-body-new .row-1:last-child {
    border-bottom-width: 2px;
}
.profile-img{
    width:100px;
    height:100px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-square{
    width:150px;
    height:120px;
    border-radius:10px;
}
.bold{
    font-weight:bold;
    font-size:16px;
}
.bold-2{
    font-weight:600;
    font-size:15px;
}
.normal{
    font-weight:normal;
    font-size:15px;
}
.lighter{
    color:#2B2B2B;
    font-weight:600;
    font-size:15px;
}
.review{
    border-bottom:1px solid grey;
}

.salon-img{
    width:100%;
    height:100%;
}
.review-box {
    max-height: 465px; /* Set the maximum height to enable scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x:hidden; /* Hide the overflow*/
}

/* Customize the scrollbar */
.review-box::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
    background-color: #F5DFEA; /* Background color of the scrollbar */
    border-radius: 4px; /* Border radius of the scrollbar */
}

.review-box::-webkit-scrollbar-thumb {
    background-color: #BC4E57; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Border radius of the scrollbar thumb */
}

.review-box::-webkit-scrollbar-thumb:hover {
    background-color: rgb(89, 5, 5)E57; /* Color of the scrollbar thumb on hover */
}

.review-box::-webkit-scrollbar-track {
    background-color: #F5DFEA; /* Background color of the scrollbar track */
    border-radius: 4px; /* Border radius of the scrollbar track */
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
    height: 300px;
}
.star-rating {
line-height:32px;
font-size:1.25em;
} 
.star-rating .fa-star{
color: rgb(255, 170, 0);
}

 .white-bold{
    color:#ffffff;
    font-weight:590;
    font-size:14px;
 }
 .white-thin{
    color:#ffffff;
    font-weight:lighter;
    font-size:12px;
 }
 .lightest{
    font-size:10px;
    color:#d3d3d3;
 }

 .dashed-line{
    width: 1px;
    height: 130px;
    align-self: flex-start;
    background: #ffffff;
    display: flex;
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 225px;
    border-left: 1px dashed;
 }
 .lh-30{
    line-height:30px;
 }
 .grey-line{
    border:1.5px solid rgb(211, 211, 211)
 }
 .grey-font{
    color:#7C7C7C;
 }
 .yellow-star{
    border: none;
    color: #fff;
    background-color: #FFC107;
    width: 65px;
    height: 25px;
    padding: 10px;
    border-radius: 35px;
    /* position: absolute;
    top: 80px;
    left: 15px; */
}
.offer-img{
    width:100%;
    height:300px;
    border-radius:5px;
}
.discount-box{
    position: absolute;
    top: 265px;
    left: 480px;
    background-color: #BC4E57;
    height: 35px;
    width: 55px;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;
}
.box-white-new{
    width: 25%;
    background-color: #FFFFFF;
    z-index:999;
    border-radius: 10px;
    /* height: 250vh; */
    padding: 20px;
    position: absolute;
    top: -65px;
}
#nav-tab{
    display: flex;
    flex-direction:column !important;
    border-bottom:none;
}
.nav-tabs .nav-link.active{
    background-color:#F9F7FF!important;
    border:none !important;
}
.nav-link{
    display:flex !important;
    justify-content:space-between !important;
    align-items:baseline !important;
    cursor:pointer;
}
.purple-font{
    color:#6F389B;
    font-size:13px;
    font-weight:bold;
    cursor:pointer !important;
}
.purple{
    color:#6F389B;
    font-size:16px;
    cursor:pointer !important;
}
.pink-font{
    color:#E21F80;
    font-size:16px;
    cursor:pointer !important;
    font-weight:bold;
}
.pink-font-2{
    color:#E21F80;
    font-size:14px;
    font-weight:600;
    cursor:pointer !important;
}
.pink-box{
    background-color:#FFF7FB;
    border:none;
    border-radius:5px;
    width: 100%;
    padding: 10px;
}
.purple-circle{
    background-color:#BBAFE0;
    width:25px;
    height:25px;
    border-radius:50%;
    display:flex;
    justify-content: center;
}
.purple-button{
    background-color:#BBAFE0;
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    justify-content: center;
    box-shadow: 0 0 20px rgba(112, 112, 112, 0.5); 
    border:none;
    display: flex;
    align-items:center;
}
.red-button{
    background-color:#FF3B3B;
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    justify-content: center;
    box-shadow: 0 0 20px rgba(112, 112, 112, 0.5); 
    border:none;
    display: flex;
    align-items:center;
}
.profile-square{
    width:95%;
    height:85px;
    border-radius:10px;
    display:flex;
    align-items:center;
}
.edit-icon{
    background-color: #ffffff;
    width:30px;
    height: 30px;
    border-radius:50%;
    position:absolute;
    top:70px;
    left:85px;
    border:1px solid #d3d3d3;
    
}
.edit-icon:focus{
    outline:none;
}
#edit-address{
    display:none;
}
.modal-footer-end{
    display:flex;
    align-items:end !important;
    justify-content:end !important;
}
#new-appointment{
    display:none;
}
#rebook-btn{
    display:none;
}
.form-control-area{
    border-radius:5px !important;
    width:100%;
    height:150px;
    background-color: #F3F5F9;
    padding:20px;
    border:none;
  }
  .form-control-area:focus{
    outline:none;
  }
  .credit-card{
    width:280px;
    height:145px;
    border-radius:5px;
    background:linear-gradient(45deg, #ffd700, #cd950c);
    padding:4px;
  }
  .card-buttons{
    position:absolute;
    top:130px;
    left:225px;
  }
  .purple-button:focus{
    outline:none;
 }
 .red-button:focus{
    outline:none;
 }
 #payment-cards{
    display:none;
 }
 .g-20{
    gap:20px;
 }
 .form-control{
    border:none !important;
    background-color: #F3F5F9 !important;
 }
 .horizontal-lines {
    display: flex;
    align-items: center;
}

.horizontal-line {
    flex-grow: 1;
    height: 1px;
    background-color: #d3d3d3; /* Light grey color */
    margin: 0 10px; 
}

.or {
    padding: 0 10px;
    color:#d3d3d3;
}
/* Hide the default checkbox */
.checkbox {
 width:18px;
 height:18px;
 accent-color:#E21F80;
  }
  .profile-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
} 
.img-center{
    width:230px;
    height:220px;
}
.img-center-2{
    width:100px;
    height:100px;
}
.dash-input{
    border-bottom:1px solid grey;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    width:35px;
    text-align:center;
}
.dash-input:focus{
    outline:none;
}
#verification{
    display:none;
}
.iti{
    width:100% !important;
}
@media (min-width: 768px) and (max-width: 1000px){
   .box-white{
       width:900px !important;
       padding:0px !important;
    }
    .btn-save{
        width:100% !important;
    }
}