.logo1{
    width:320px;
}
.btn-green{
    background-color: #18d26b;
    border-color: #18d26b;
    color: #ffffff;
}
.fright{
    float: right;
}
/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.select2{
    max-width: 100%;
}
.listshop img{
    object-fit: contain;
    height: 13rem!important;
}
.nav-tabs .nav-link,.tabcontent-border{
    border: none;
}
 .boxorder .box{
    opacity: .4;
 }
 .fs-11{
    font-size: 11px;
 }
 .boxorder .active{
    opacity: 1;
 }
 .boxorder .box:hover{
    opacity: 1;
    cursor: pointer;
 }
 .sprice .crn{
    color: var(--bs-red);
    font-weight: bold;
    font-size: 18px;
 }
 .sprice .lastp{
    font-size: 14px;
    font-weight: 500;
 }
 .fx-element-overlay .fx-card-item .fx-overlay-1{
    padding:10px;
 }
@media (min-width: 1920px) {
    .listshop img{
        object-fit: contain;
        height: 18.5rem!important;
    }
}
@media (max-width: 1420px) {
    .listshop img{
        object-fit: contain;
        height: 10rem!important;
    }
}
@media (max-width: 1210px) {
    .listshop img{
        object-fit: contain;
        height: 15rem!important;
    }
}
@media (max-width: 768px) {
    .listshop img{
        object-fit: contain;
        height: 26rem!important;
    }
    .logo-lg img{
        width: 50%;
    }
}

.listshop .description{
    height: max-content;
}
 
.listshop .description2{
    height: 5rem;
}
.listshop .description h5,.listshop .description2 h5{
    line-height: 1.5;
}
del{
    color: #bbbbbb!important;
}
.dcount{
padding:10px 10px ;
background-color: red;
color: white;
border-radius: 6px;
line-height: 1;
width: 100%;
min-height: 40px;
font-size: 20px;
}
.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #dedede;
    transition: .4s;
}
.badge {
    
    white-space: break-spaces!important; 
}
.step-button[aria-expanded="true"] {
    width: 50px;
    height: 50px;
    background-color: #20c997;
    color: #fff;
}

.done {
    background-color: #20c997;
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 94%;
    z-index: 5;
    height: 4px;
    margin-left: 18px;
    margin-bottom: 0px;
    background: #dedede;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #20c997;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}
.formregister h5{
    margin-bottom: 3px;
}
.img100{
    width: 100%;
}
.mimg100{
    max-width: 100%;
}
.dtw35{
    width:35%;
}
.ml-0{
    margin-left: 0;
}
.mr-0{
    margin-right: 0;
}
.f12{
    font-size: 12px;
}
.customtab2 .nav-link{
    padding: 20px 25px;
}
.tabtime{
    margin-right: 4px;
    margin-left: 4px;
    font-size: 20px;
}
.form-inline{
    display: -webkit-inline-box;
}
.noti{
    background: red;
    border-radius: 5px;
    width: max-content;
    height: max-content;
    text-align: center;
    color: white;
    font-size: 11px;
    line-height: 20px;
    padding: 0 3px;
    min-width: 18px;
}
.notiadmin .box .media, .box .box-body .media{
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}
.img-prv{
    object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
.f-right{
    float: right;
}
.dah-user .box:hover img{
    cursor: pointer;
    transform: scale(1.1); /* Adjust the scale factor as needed */
    transition: transform 0.3s ease; 
}
.dah-user .box:hover .box-body{
    background: linear-gradient(45deg, #3246D3, #00D0FF);
    color:white;
}
.img-doctor{
    object-fit: cover;
    height: 150px;
    object-position: center;
}

.myapp .title{
    font-size: 22px;
}
.myapp .title2{
    font-size: 20px;
}
.myapp .box-body{
    line-height: 2;
}
.dpre {
    white-space: pre-line;
    display: block;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}
.sub2{
    overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.sub1{
    overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
}
.del{
    color: #b8b8b8;
    line-height: 1.13rem;
    letter-spacing: -.005em;
    font-weight: 500;
}
.owl-dots{
    display: none!important;
}
p{
    word-break: break-all;
}
.alt{
    position: absolute;
    top: 4px;
    z-index: 9;
    background: red;
    padding: 4px 8px;
    font-size: 11px;
    color: white;
    border-radius: 50%;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
}
.blink{
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
@media (max-width: 480px) {
    .del{
        color: #b8b8b8;
        font-size: 12px;
        line-height: 1.13rem;
        letter-spacing: -.005em;
        font-weight: 500;
    }
    .p-sm-1{
        padding:5px!important;
    }
    .mbf14{
        font-size: 14px;
    }
    .mbw100{
        width: 100%;
    }
    .mbblock{
        display: block;
    }
    .namedoc{

    }
    .customtab2 .nav-item{
        width: 100%;
    }
    .listshop img{
        object-fit: contain;
        height: 13.7rem!important;
    }
    .listshop .description2{
        height: 4rem;
    }
}