.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;
}
.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;
}
/* .deal{
    width:100%;
    height:150px;
}
.deals-img{
    width:100%;
    height:155px;
    border-radius:10px;
}
.discount-box {
    position: absolute;
    top:120px;
    left: 74%;
    background-color: #BC4E57;
    height: 35px;
    width: max-content;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;
} */
.deal {
    width: 100%;
    height: auto;
    position: relative;  /* Added this to set the positioning context for child elements */
}

.deals-img {
    width: 100%;
    height: auto;  /* Modified this to match the height of .deal */
    border-radius: 10px;
}

.discount-box {
    position: absolute;  
    bottom:0px;   /* Adjust this value if you want more or less space from the bottom */
    right: 0px;   /* Adjust this value if you want more or less space from the right */
    background-color: #BC4E57;
    height: 35px;
    width: max-content;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;
}

.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{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid grey;
}
.card-body-new{
    border:none;
    padding:4px;
    line-height: 40px;
}
.card-body-new .row-1:last-child {
    border-bottom-width: 2px;
}
.profile-img{
    width:60px;
    height:60px;
    border-radius: 50%;
}
.profile-square{
    width:60px !important;
    height:60px !important;
    border-radius:10px;
}
.bold{
    font-weight:bold;
    font-size:16px;
}
.bold-2{
    font-weight:bold;
    font-size:14px;
}
.normal{
    font-weight:normal;
    font-size:15px;
}
.review{
    border-bottom:1px solid grey;
}

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

/* 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);
}
.img-box-pink{
    background: linear-gradient(to right, #800080, #FF69B4);
    height:160px;
    border-radius:10px;
    padding:10px;
}
 .white-bold{
    color:#ffffff;
    font-weight:590;
    font-size:14px;
 }
 .white-thin{
    color:#ffffff;
    font-weight:lighter;
    font-size:12px;
 }
 .img-box-blue{
    background: rgb(57 57 113);
    height:160px;
    border-radius:10px;
    padding:10px;
 }
 .dashed-line{
    border-left: 1px dashed #fff !important;
    height:130px;
 }
  
 .profile-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}   
.pink-font{
    font-size:16px;
    color:#E11D7F;
    font-weight:bold;
    cursor:pointer;
}
@media only screen and (min-width: 600px) and (max-width: 900px){

     .img-box-pink {
        background: linear-gradient(to right, #800080, #FF69B4);
        height: 185px;
        border-radius: 10px;
        padding: 10px;
    }
    .img-box-blue {
        background: rgb(57 57 113);
        height: 185px;
        border-radius: 10px;
        padding: 15px;
    }
}

