.sidebar li.active {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px 5px 1px 5px;
    border-color: #4389c3;
    padding-top: 4px;
}

.sidebar li a {
    color: #e78b8b;
}

.brand-image {
    border-radius: 50%;
}

.add-button {
    background-color: #5fbeaa !important;
    border: 1px solid #5fbeaa !important;
    color: #fff;
}

.add-button:hover {
    color: #fff;
}

.btn-white {
    box-sizing: border-box;
    background-color: #fff;
}

.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.btn-purple {
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
}

.btn-danger {
    background-color: #f25954;
    border-color: #f25954;
}

.btn-default {
    background-color: #5fbeaa !important;
    border: 1px solid #5fbeaa !important;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-icon {
    padding: 0.5rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.nav-icon {
    margin-right: 5px;
    margin-bottom: 10px;
}

.content-wrapper {
    background-color: white;
}

.main-content {
    background-color: #e8eef6;
    padding: 20px;
    height: 100vh;
    margin-bottom: 10px;
    border-radius: 10px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 50px;
    margin: 10px;
}

.total {
    font-size: 40px;
    margin: 10px;
}

.card-text {
    margin: 10px;
    font-size: 20px;
}
.login-form-container {
    min-height: 100%;
}
.login-card {
    min-width: 650px;
    max-width: 650px;
    border-radius: 15px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 50px;
    padding-left: 50px;
}

@media screen and (max-width: 1350px) {
    .login-card {
        min-width: 500px;
        max-width: 500px;
    }
}

@media screen and (max-width: 1050px) {
    .login-card {
        min-width: 400px;
        max-width: 400px;
    }
}
@media screen and (max-width: 400px) {
    .login-card {
        min-width: 300px;
        max-width: 300px;
    }
}

.patient_icon {
    filter: invert(100%) grayscale(100%) contrast(100%) brightness(0);
}

.btn-custom {
    background-color: #4b545c;
    color: #c2c7d0;
}

.btn-custom:hover {
    background-color: #4b545cda;
    color: #c2c7d0;
}

/* .sidebar-dark-primary {
    background-color: #272b30;
} */

.no-radiation-icon {
    filter: invert(100%) brightness(100%);
    /* transform: rotate(60deg); */
}
table {
    font-size: 15px;
}
table th {
    font-size: 15px;
}
.custom-file-input {
    z-index: 50;
}
.main-footer {
    z-index: 999;
}
.iti {
    width: 100% !important;
}
.input-wrapper {
    position: relative;
}

.input-wrapper .form-control {
    padding-right: 2.5rem;
}

.password-icon {
    position: absolute;
    top: 74%;
    right: 10px;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
    z-index: 9999;
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .password-icon {
        right: 10px;
    }
}
