.max-height-cart{
    overflow: hidden;
    overflow-y: scroll;
    max-width: 303px;
}
.margTop20{
    margin-top: 20px;
}
.hoverIt:hover{
    cursor: pointer;
}
.width50{
    width: 50px;
}
.close-addcart {
    padding: 7px;
}
.cart-item .close-addcart {
    top: 0px;
    right: 0px;
}
.select2-selection{
    height:47px !important;
}
.select2-selection .select2-selection__rendered{
    padding: 10px 10px !important;
}
.select2-selection__arrow {
    top: 11px !important;
}
/* .error{
    right: 0px;
    position: absolute;
    color: #ff4842;
} 
body, html {
    padding-top: 1em;
}
 
 */

.dnt-hav-presc {
    font-weight: 500;
    font-size: 13px;
    color: rgba(47, 117, 214, 1);
}
.book-apoint-btn {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    background: rgba(215, 227, 246, 1);
    border-radius: 12px;
    color: rgba(47, 117, 214, 1);
    border: none;
    padding: 1px 30px 0px 30px;
    margin-left: 16px;
}
.by-prescwarn {
    margin-bottom: 20px;
}

.file-upload {
    display: flex; 
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
  
.file-upload__input {
    display: none !important; /* Hide the default input */
}
  
.file-upload__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
    /* height: 100%; */
    border: 1px dashed rgba(3, 153, 253, 1);
    color: rgba(3, 153, 253, 1);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 20px;
    margin-bottom: 0px;
}

.btn-presc-file {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(3, 153, 253, 1);
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    padding: 13px 44px;
}
  
.upload-icon {
    margin-left: 10px;
}
.file-section{
    display: none;
}
.file-display {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(3, 153, 253, 1);
    background: rgba(3, 153, 253, 0.2);
    border-radius: 5px;
    padding: 0px 10px;
    margin-top: 10px;
    width: fit-content;
}
  
.file-name {
    font-weight: 400;
    font-size: 13px;
    color: rgba(3, 153, 253, 1);
    margin: 0;
    line-height: 0;
}
  
.remove-file {
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.blink {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
  
  

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
} 
@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.margTop10{
    margin-top: 10px;
}
.logo {
    margin: 16px 0px 0px 10px;
}  
/* @media (max-width: 1199px){
    .logo {
        margin: 15px 0px 0px 30px;
    }
} */
.logo .dcLogo, .logo-footer .dcLogo, .loginmodal-first .lg-mdtp .dcLogo {
    width: 300px;
}
.logo.visible-xs img{
    width: 170px;
} 
@media (max-width: 1200px) {
    .logo .dcLogo,.logo-footer .dcLogo{
        width: 220px;
    } 
    .header-top-nav{
        position: relative;
    }
    .header-top-nav .logo{
        margin: 0px !important;
        position: absolute;
        left: 38%;
        top: 15px;
    }
    .header-top-nav .logo img{
        margin: 0px !important;
    }
    .menu-list .logo{
        left: 1px;
        top:1px;
    }
}
@media (max-width: 900px) {
    .header-top-nav .logo{
        left: 35%;
    }
}
@media (max-width: 650px) {
    .header-top-nav .logo{
        left: 30%;
    }
}
@media (max-width: 500px) {
    .header-top-nav .logo{
        left: 25%;
    }
}
@media (max-width: 430px) {
    .header-top-nav .logo{
        left: 18%;
    }
}
@media (max-width: 380px) {
    .header-top-nav .logo{
        left: 24%;
    }
    .logo img,.logo-footer img{
        width: 150px !important;
    }
}
@media (max-width: 310px) {
    .header-top-nav .logo{
        left: 19%;
    }
}
/* #sidebar {
    width: 300px;
} */
.notifyMe{
    margin-top: 15px;
}