.box-employee-doctor-search select {
    /* padding: 8px; */
    /* border: 1px solid #707070; */
    font-size: 14px !important;
}

.box-employee-doctor {
    border: 1px solid #707070;
    height: 71vh;
    overflow-x: hidden;
}

.li-menu-employee {
    display: block;
}

.a-link-menu-employee {
    display: flex;
    padding: 1rem;
    align-items: center;
    background-color: #ffffff;
    color: #444444;
}

.a-link-menu-employee:hover,
.a-link-menu-employee.active {
    background-color: var(--pale-blue);
}

.img-employer-menu {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.ul-menu-employee {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.head-doctor-schedule {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 18px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.head-doctor-schedule i {
    font-size: 22px;
}

.head-doctor-schedule a {
    color: var(--theme-main-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.head-doctor-schedule .btn-outline {
    width: 129px;
    height: 48px;
}

.btn-outline {
    border-radius: 23px;
    border: solid 1px #707070;
    background-color: #ffffff;
}

.head-doctor-schedule .btn-outline:hover,
.head-doctor-schedule .btn-outline.active,
.box-column-daily-head .btn-daily:hover,
.box-column-daily-head .btn-daily:active,
.box-column-daily-head .btn-daily.active {
    border: unset !important;
    background-color: var(--theme-main-color) !important;
    color: white !important;
}

.box-daily-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    display: flex;
    padding: 0 15px;
}

.box-column-daily-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* height: 680px; */
    /* height: 960px; */
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid var(--theme-third-color);
    margin-top: 0.5rem;
}

.right-daily-box {
    min-height: 195px !important;
    height: "auto" !important;
    /* height: 195px !important; */
    /* height: 150px !important; */
}

.box-column-daily {
    /* max-width: 200px; */
    /* width: 200px; */
    width: 200px;
    /* min-width: 200px; */
    min-width: 200px;
    /* width: 100%; */
    display: inline-block;
    margin-right: 10px;
}

.box-column-daily:last-of-type {
    margin-right: 0;
}

.list-daily-box {
    display: flex;
    flex: 1;
    cursor: pointer;
    border-bottom: 1px solid var(--theme-third-color);
    position: relative;
}

.list-daily-box:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.list-daily-box:last-of-type {
    border-bottom: none;
}

.left-daily-box {
    display: flex;
    width: 40px;
    /* background-color: var(--theme-second-color); */
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    z-index: 20;
}

.left-daily-box div:not(.date-none) {
    background-color: var(--theme-second-color);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    width: 40px;
    text-align: center;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 40px;
    align-items: center;
    /* padding: inherit; */
    align-items: center;
    justify-content: center;
}

.left-daily-box.wrong-q {
    background-color: #ce1b04;
}

.list-daily-box:first-of-type .left-daily-box {
    border-top-left-radius: 13px;
}

.list-daily-box:first-of-type .right-daily-box,
.list-daily-box:first-of-type .box-select-time {
    border-top-right-radius: 13px;
}

.list-daily-box:first-child .head-daily-box {
    border-top-right-radius: 12px;
}

.contain-data-table-list-daily-box {
    width: 100%;
    max-height: 350px;
    padding: 5px;
    overflow-y: auto;
}

.right-daily-box {
    width: 100%;
}

.right-daily-box.wrong-q-data {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.right-daily-box.bg-707070 > .box-select-time > .div-arrow i {
    color: #ffffff;
}

.img-avatar-daily-box {
    float: left;
    width: 32px;
    height: 32px !important;
    margin-right: 5px;
    border-radius: 50%;
}

.right-daily-box.leave-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ul-daily-box {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0rem;
    display: flex;
    padding: 3px;
    flex-direction: column;
}

.box-column-daily-head .btn-daily {
    height: 50px;
}

.month-doctor {
    margin-right: 10px;
    padding: 10px 10px;
}

.month-doctor a {
    text-decoration: unset !important;
}

.month-doctor span,
.month-doctor i {
    font-size: 1.5rem;
    display: inline-flex;
    color: var(--theme-main-color);
}

.block-card {
    border: 1px solid var(--theme-second-color);
    background-color: var(--pale-blue);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 82vh;
    max-height: 82vh;
    margin-bottom: 1.5rem;
}

.hr-block-card {
    width: 170px;
    height: 0.45rem;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(
        to right,
        var(--theme-second-color) 0%,
        #f28705 52%,
        var(--theme-second-color) 100%
    );
    margin-top: 0.3rem;
}

.card-person {
    width: 270px;
    color: var(--theme-main-color);
    position: relative;
    border-radius: 5px;
}

.card-person .no-person {
    position: absolute;
    border-top-left-radius: 5px;
    background-color: var(--theme-second-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}

.card-person .card-body {
    padding: 0.5rem;
}

.list-daily-box-date {
    display: flex;
    flex: 1;
    cursor: pointer;
    position: relative;
}

.box-table-name {
    width: 75%;
}

.box-table-bed {
    width: 25%;
    text-align: right;
}

.box-table-time {
    width: 100%;
}

.box-select-time {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    /* padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; */
    padding: 5px;
}

.clock-select {
    /* width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: auto;
}

.div-select-time {
    padding: 5px;
    border: 1px solid #000000;
    display: inline-flex;
    border-radius: 5px;
    background-color: #ffffff;
}

.contain-select-time {
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
}

.custom-select.select-time-doc {
    background: none;
    border: none;
    width: 40px;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    line-height: 16px;
    height: 24px;
}

.div-arrow {
    width: 100%;
    text-align: center;
}

.li-daily-box.li-daily-box-edit {
    font-size: 15px;
    line-height: 17px;
}

.li-daily-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
}

.li-daily-box:first-of-type {
    margin-top: 5px;
}

.dropdown-box-daily {
    position: absolute;
    top: 95%;
    /* left: -10%; */
    /* min-width: 250px; */
    width: 100%;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 2px solid var(--theme-second-color);
    text-align: left;
    background-color: #ffffff;
    display: none;
}

.dropdown-box-daily.dropdown-edit-daily {
    border: 1px solid #58595b;
    border-radius: 0.75rem;
}

.btn-dropdown-daily-box:hover .dropdown-box-daily {
    opacity: 1;
    min-height: 5px;
    max-height: 350px;
    display: block;
    z-index: 999 !important;
}

.btn-dropdown-daily-box {
    background-color: transparent;
    outline: none;
    border: none;
    margin: 0;
    text-align: center;
}

.btn-dropdown-daily-box:hover {
    background-color: #f0f1f1;
}

.btn-dropdown-daily-box:focus {
    outline: 0;
}

.table-dropdown-daily-box {
    margin-bottom: 0;
}

.table-dropdown-daily-box td,
.table-dropdown-daily-box th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 13px;
    line-height: 14px;
}

.table-dropdown-daily-box td:nth-child(1) {
    vertical-align: middle;
}

.table-dropdown-daily-box td:nth-child(2) {
    vertical-align: middle;
}

.table-dropdown-daily-box td:nth-child(3) {
    vertical-align: bottom;
}

.div-del-img-x-ray {
    margin-top: auto !important;
    margin-left: auto !important;
    bottom: 5px !important;
}

/* .block-card-member-collapse i, */
.block-card-member-collapse a {
    font-size: 14px;
    color: #707070 !important;
}

.block-card-member-collapse a.active,
.block-card-member-collapse a:hover {
    color: var(--theme-second-color) !important;
}

.div-img-upload-gal .div-action {
    justify-content: space-between !important;
}

.div-time-appointment .text-time {
    padding: 2px 10px !important;
    font-size: 14px;
}

.div-time-appointment.now {
    /* background-color: var(--theme-main-color) !important; */
    /* border: 1px solid var(--theme-main-color); */
    /* border-radius: 10px; */
    /* color: white !important; */
}

.appointments .text-appointments {
    font-size: 14px;
    border: unset !important;
}

.appointments .text-appointments:hover,
.appointments .text-appointments.active {
    border: 2px solid var(--theme-second-color);
}

.home .text-appointments,
.home .text-appointments i {
    font-size: 12px;
}

.home .text-appointments i {
    /* font-size: 18px; */
    color: white !important;
}

.btn.text-appointments {
    border: unset !important;
}

.header-login {
    height: 50px;
}

.cp {
    cursor: pointer;
}

.header-login.after-login {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.theme-explorer-fas .explorer-caption {
    word-break: break-all;
}

.header-login.after-login img {
    height: 33px;
    margin-left: 15px;
}

.main-login {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.main-after-login {
    margin-top: 100px;
    padding-top: 100px;
}

.container-login-form {
    min-width: 320px;
    max-width: 380px;
    margin-left: 50%;
    margin-bottom: 10%;
}

.logo_login {
    width: 300px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 1.5rem;
}

.nav-medicine {
    padding: 0 1rem;
}

.box-profile {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-green {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.noti-profile {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0013;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    -webkit-box-shadow: -2px 2px 0px 0px rgba(137, 9, 18, 1);
    -moz-box-shadow: -2px 2px 0px 0px rgba(137, 9, 18, 1);
    box-shadow: -2px 2px 0px 0px rgba(137, 9, 18, 1);
}

.box-detail-profile {
    margin-left: 10px;
    color: #ffffff;
    text-align: center;
}

.name-profile-nav {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
}

.hr-nav-profile {
    margin: 0;
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.text-title-form {
    font-size: 16px;
    font-weight: 500;
    color: #006837;
}

.position-profile-nav {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 1rem;
}

.btn-logout {
    background-image: url("../images/btn-logout.png") !important;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 20px;
}

.navbar.navbar-dark
    .navbar-nav.navbar-nav-medicine
    .nav-item.btn-logout:hover
    > .nav-link {
    background-color: transparent;
    background-image: none;
}

.block-card-member {
    background-color: #f1f2f2;
    padding-top: 1.5rem;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.branc-block {
    padding: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    background-color: #5b928d;
    color: #ffffff;
}

.block-member-money {
    padding: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    background-color: #58595b;
    color: #ffffff;
    margin-bottom: 1rem;
}

.block-date-table {
    padding: 1.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    background-color: #58595b;
    color: #d3c3a4;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.col-main-tab {
    border: 1px solid #707070;
}

.border-medicine,
.border-cliniter {
    border: 1px solid #707070 !important;
}

.border-cliniter-main {
    border: 1px solid var(--theme-main-color) !important;
}

.border-top-medicine,
.border-top-cliniter {
    border-top: 1px solid #707070 !important;
}

.border-bottom-medicine,
.border-bottom-cliniter {
    border-bottom: 1px solid #707070 !important;
}

.border-right-medicine,
.border-right-cliniter {
    border-right: 1px solid #707070 !important;
}

.border-green {
    border: 1px solid #0b4221 !important;
}

.border-top-green {
    border-top: 1px solid #0b4221 !important;
}

.border-bottom-green {
    border-bottom: 1px solid #0b4221 !important;
}

.border-right-green {
    border-right: 1px solid #0b4221 !important;
}

tbody.table-text-veticle tr td {
    vertical-align: middle;
}

.hr-green-card {
    width: 170px;
    height: 0.45rem;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(to right, #0b4322, #29924c, #0b4322);
    margin-top: 0.3rem;
}

.box-member-team-list {
    display: block;
    padding: 0.5rem;
    background-color: #ffffff;
    margin-bottom: 0.5rem;
}

.name-listteam {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.type-listteam {
    margin-bottom: 0;
}

.num-listteam {
    margin-bottom: 0;
}

.img-listteam {
    float: left;
    margin-right: 5px;
    width: 60px;
}

.card-member {
    width: 250px;
    color: #58595b;
}

.card-member .card-body {
    padding: 0.5rem;
}

.footer-medicine,
.footer-cliniter {
    min-height: 1.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.main-page {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link p,
.nav-pills .nav-link p span {
    font-size: 16px;
}

.nav-pills .nav-link {
    color: #d1d3d4;
}

.head-section-register {
    background-color: #1fba9b;
    width: auto;
    color: #ffffff;
    padding: 5px !important;
    /* width: 120px; */
    /* width: 140px; */
    width: 170px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.shadow-card-section {
    margin-top: 5px;
    box-shadow: 0 5px 10px 0px white, 0 2px 5px 0px white,
        5px 0 5px -4px rgba(0, 0, 0, 0.16), -5px 10px 5px -4px white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.send-q-right {
    position: absolute;
    right: 0;
    padding: 0;
}

.send-q-right > div {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

@media screen and (max-width: 1366px) {
    .main-page {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .box-user-select {
        margin-bottom: 1.5rem;
        margin-left: 1rem;
    }

    .btn-copy-plan {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991.5px) {
    .col-blockmember {
        max-width: 100%;
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
    }

    .box-contain-ul-month-doctor {
        margin-left: 15px;
        margin-right: 15px;
    }

    .block-card-member {
        width: 100%;
    }

    .box-user-select {
        margin-bottom: 1.5rem;
    }

    .btn-copy-plan {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .box-column-daily {
        width: 300px;
        max-width: 300px;
    }

    .btn-daily {
        max-width: 290px;
        /* min-width: 280px; */
        width: 100%;
    }

    .box-employee-doctor {
        height: 25vh;
    }
}

@media screen and (min-width: 1200px) {
    .contain-data-team {
        padding-left: 310px;
    }

    .box-list-member-team {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        min-height: 62vh;
        border-right: 1px solid #0b4221;
    }

    .btn-copy-plan {
        position: absolute;
        right: 30px;
        top: 0px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
}

@media screen and (min-width: 992px) {
    .block-card-member-collapse.collapse {
        display: flex !important;
        display: -ms-flexbox !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .nav-logo-img {
        height: 50px;
    }

    .col-blockmember {
        max-width: 300px;
    }

    .col-blockcat-pic {
        max-width: 300px !important;
    }

    .block-card-member {
        min-height: 80vh;
    }

    table.table th {
        color: var(--theme-main-color);
    }

    table.table.table-list-role tr th:first-of-type,
    table.table.table-list-role tr td:first-of-type {
        padding-left: 20px;
    }

    table.table.table-list-role tr th:last-of-type,
    table.table.table-list-role tr td:last-of-type {
        padding-right: 20px;
    }

    .modal .modal-fluid.modal-seemore {
        max-width: 1600px;
    }

    .modal-lg.extra-modal-lg {
        width: 90%;
        min-width: 990px;
        max-width: 100%;
    }

    .table.table tr td.file-actions-cell:last-of-type {
        padding-right: 0;
    }

    .p-radio {
        padding-left: 100px;
    }

    .main-content {
        position: relative;
        padding-left: 280px;
        width: 100%;
    }

    .div-side {
        width: 280px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .dropdown-add-person.show {
        left: 85px !important;
    }

    .w-lg-50 {
        width: 50%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .card-person {
        width: 190px;
    }

    .card-person img {
        max-width: 22px;
    }

    .modal-lg.extra-modal-lg,
    .modal-xl.extra-modal-lg {
        max-width: 900px !important;
    }
}

@media screen and (max-width: 768px) {
    .btn-logout {
        min-height: 45px;
    }

    .block-card {
        min-height: 40vh;
        max-height: 40vh;
    }

    .border-medicine-picture {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: 1px solid #ad9263;
    }

    .col-contain-logo-branch {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .p-radio {
        padding-left: 50px;
    }

    .nav-logo-img {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .nav-logo-img {
        max-width: 250px;
    }

    .btn-add-person {
        margin-left: 1px;
        width: 35px;
    }

    .select2-container {
        max-width: 88%;
    }

    .input-add-more-person {
        margin-left: 0;
    }
}

@media screen and (max-width: 515px) {
    .block-card {
        min-height: 70vh;
        max-height: 70vh;
    }

    .block-card-member {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .btn-pull-data {
        position: relative;
        top: 0;
        right: 0;
    }

    .nav-pills .nav-link {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .nav-pills .nav-link p span {
        display: none;
    }
}
