.text-white {
    color: #fff !important;
}

.no-margin {
    margin: 0 !important;
}

.login-btns {
    display: flex;
    align-items: center;
    gap: 11px;
}

.login-btns a {
    width: 100px !important;
}

label.error {
    color: rgb(255, 0, 0);
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.margin-right {
    margin-right: 10px;
}


/* Update profile */
.profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}

.profile-pic:hover {
    background-color: rgba(0, 0, 0, .5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic span {
    display: inline-block;
    padding-top: 3rem;
    padding-bottom: 2.5em;
}

#updateProfileForm input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
}

.doctor-profile {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
}

.doctor-data>a {
    color: black;
    text-decoration: none;
}

.patient-inner-secrtio {
    padding: 42px;
    text-align: center;
}

.patient-inner-secrtio img {
    width: 40%;
}

.text-left {
    text-align: left;
}

.active-btn {
    border-radius: 45px;
    background: #3981F7 !important;
    color: #fff !important;
    padding: 9px 42px;
    width: 94px;
    text-align: center;
}

.stroke-gray-btn {
    border-radius: 30px;
    border: 1.5px solid #3981F7;
    background: rgba(255, 255, 255, 0.79);
    color: #3981F7;
    text-decoration: none;
    font-weight: 700;
    padding: 11px 32px;
    border-radius: 42px;
    /* display: block; */
    width: fit-content;
    margin: 12px auto;
}

.text-bold {
    font-weight: bold;
}

.btn-no-format {
    color: white;
    text-decoration: none;
}

.btn-no-format:hover {
    color: white;
    text-decoration: none;
}

.red-text,
.red-text:hover {
    color: red;
}

.signature-upload {
    width: 100%;
    background: #80808012;
    padding: 25px;
    text-align: center;
    border: 1px solid #00000026;
    cursor: pointer;
    border-radius: 11px;
}

.signature-upload:hover {
    background: #3981f75e;
}

.availability-row {
    display: flex;
    justify-content: space-around;
    padding: 10px 40px;
}

.availability-row>div {
    display: flex;
    gap: 40px;
}

.availability-date {
    min-width: 100px;
}

.availability-row>div>div:last-child {
    min-width: 140px;
}

.nav-noti:after {
    content: '';
    height: 15px;
    width: 15px;
    background: url('/assets/images/bell.png');
    background-size: 15px;
    background-repeat: no-repeat;
    filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
    border-radius: 4px;
    position: absolute;
}

.dropdown-content{
    right: 0;
}

@media only screen and (max-width: 768px) {
    .stroke-gray-btn{
        display: inline-block;
        margin: 3px;
    }
    .subjective-box{
        width: 95% !important;
    }
    #updateProfileForm{
        padding: 0
    }
    #signatureModal .modal-content{
        padding: 0 !important;
        align-items: center !important;
    }
}
