.shadow {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.01);
}

.container-login {
    position: fixed;
    width: 82%;
    height: 90%;
    background-color: rgb(247, 247, 247);
    left: 5%;
    right: 5%;
    top: 3%;
    bottom: 3%;
    border-radius: 10px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.01);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 15px;
}

.container-login .heading-section p {
    margin: 0px;
}

.container-login .heading-section .heading-1 {
    font-size: 12px;
    text-align: center;
}

.container-login .heading-section .heading-2 {
    font-size: 20px;
    color: #2783DF;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-login .heading-section .heading-3 {
    font-size: 12px;
    text-align: center;
}

.container-login .form {
    margin-top: 30px;
}

.container-login .form .form-item {
    margin-bottom: 10px;
}

.container-login .form .form-item label {
    font-size: 14px;
    color: #000;
}

.container-login .form .form-item input {
    margin-top: 10px;
    width: 96%;
    height: 32px;
    border: 1px #D9D9D9 solid;
    border-radius: 3px;
}

.container-login .form .form-item button {
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: #2783DF;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.container-login .form .form-item .google-sign-in {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.01);
    display: flex;
    font-weight: 500;
    font-size: 14px;
}

.container-login .form .form-item .btn-link-forgot {
    text-decoration: none;
    color: #2783DF;
    font-size: 14px;
    margin: 0px;
}


.navbar {
    width: 100%;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    position: fixed;
    top: 0px;
}

.navbar-page {
    width: 100%;
    height: 60px;
    display: flex;
    background-color: transparent;
    position: fixed;
    align-items: center;
    top: 0px;
}

.navbar-page .navbar-left {
    width: 15%;
}

.navbar-page .navbar-middle {
    width: 70%;
}

.navbar-page .navbar-middle .title-page {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.navbar-page .navbar-right {
    width: 15%;
    display: flex;
    justify-content: end;
    padding-right: 15px;
}

.navbar .profile-img {
    margin-left: 15px;
}

.navbar .profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.navbar .menu {
    margin-right: 15px;
}

.dark-bg {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
}

.menu-popup {
    position: fixed;
    top: 0px;
    right: -300px;
    z-index: 200;
    width: 300px;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
}

.menu-popup .close-menu {
    display: flex;
    justify-content: end;
}

.menu-popup .profile-user {
    /* margin-top: 20px; */
    display: flex;
    align-items: center;
}

.menu-popup .profile-user .img-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.menu-popup .profile-user .info-user {
    margin-left: 10px;
}

.menu-popup .profile-user .info-user p {
    margin: 0px;
}

.menu-popup .profile-user .info-user .fullname {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.menu-popup .profile-user .info-user .email {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
}

.menu-popup .list-menu {
    margin-top: 30px;
}

.menu-popup .list-menu .menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.menu-popup .list-menu .menu-item .title {
    margin: 0px;
    font-size:16px;
    color: #909090;
    font-weight:500;
}

.content {
    margin-top: 70px;
    padding: 15px;
}

.content .header-section .greetings h3 {
    margin: 0px;
}

.content .header-section .greetings p {
    margin: 0px;
    padding-top: 5px;
    font-size: 16px;
    color: #909090;
}

.content .header-section .filter .cbxFilter {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border: none;
    background-color: #fff;
    color: #909090;
    border-radius: 5px;
}

.content .card-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    margin-top: 20px;
}

.item-2 {
    grid-column: 1/3;
}


.content .card-grid .card-item {
    background-color: #fff;
    min-height: 100px;
    border-radius: 10px;
    padding: 15px 10px;
}

.content .card-grid .card-item .title {
    margin: 0px;
    font-size: 14px;
    color: #909090;
}

.content .card-grid .card-item .value {
    margin: 0px;
    padding-top: 10px;
    font-size: 38px;
    font-weight: bold;
}

.content .card-grid .card-item .graphic-compare {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.content .card-grid .card-item .graphic-compare .point-up {
    color: #1ed35a;
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.content .card-grid .card-item .graphic-compare .point-down {
    color: #c22424;
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.header-section .filter-data {
    display: flex;
    width: 100%;
    align-items: center;
}

.header-fixed {
    position: fixed;
    width: 100%;
    background-color: transparent;
    top: 60px;
    padding: 10px 15px;
}

.header-section .filter-data .filter-name {
    width: 78%;
}

.header-section .filter-data .filter-advance {
    width: 14%;
}

.form-input {
    width: 90%;
    height: 30px;
    padding-left: 15px;
    border: none;
    border-radius: 5px;
}

.header-section .filter-data .filter-advance .btn-advance {
    background-color: #2783DF;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.filter-popup {
    position: fixed;
    z-index: 200;
    width: 90%;
    left: 5%;
    right: 5%;
    top: 100px;
    min-height: 300px;
    background-color: white;
    border-radius: 15px;
}

.filter-popup .body-content {
    padding: 15px;
}

.filter-popup .body-content .title-filter {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.form-select {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    background-color: #fff;
    color: #909090;
    border-radius: 5px;
}

.form-date {
    border: none;
    padding: 10px;
    margin-top: 10px;
}

.form-filter {
    margin-top: 15px;
}

.form-filter .form-group {
    margin-bottom: 10px;
}

.form-filter .form-group .range-date {
    display: flex;
    align-items: center;
}

.form-filter .btn-filter {
    background-color: #2783DF;
    width: 40%;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin: auto;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.list-section {
    margin-top: 50px;
}

.card {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.card-body {
    padding: 15px;
}


.card-body .patient-information {
    display: flex;
    align-items: center;
}

.card-body .patient-information .img-patient img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.card-body .patient-information .desc-patient {
    margin-left: 15px;
}

.card-body .patient-information .desc-patient .fullname {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.card-body .patient-information .desc-patient .service-unit {
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #909090;
}

.card-body .patient-information .desc-patient .type {
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #909090;
}

.card-body .appointment-information {
    margin-top: 15px;
}

.card-body .appointment-information .physician-information {
    display: flex;
    align-items: center;
}

.card-body .appointment-information .physician-information .physician-name {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

.card-body .datetime-information {
    display: flex;
    margin-top: 20px;
}

.card-body .status-information {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.card-body .status-information .badge-status-close {
    background-color: rgb(255, 124, 124);
    padding: 8px 15px;
    border-radius: 5px;
}

.card-body .status-information .badge-status-close .status-type {
    color: rgb(129, 0, 0);
}

.card-body .status-information .badge-status-open {
    background-color: rgb(124, 255, 161);
    padding: 8px 15px;
    border-radius: 5px;
}

.card-body .status-information .badge-status-open .status-type {
    color: rgb(0, 129, 58);
}

.card-body .status-information .switch-status {
    /*background-color: rgb(255, 124, 124);*/
    border-radius: 15px;
    width: 60px;
    padding: 2px;
    height: 30px;
    display: flex;
    /*justify-content: start;*/
}

.card-body .status-information .switch-status .btn-switch {
    /*background-color: rgb(167, 7, 7);*/
    border-radius: 50%;
    width: 30px;
    height: 100%;
}

.card-body .status-information p {
    margin: 0px;
}

.card-body .datetime-information .date-information {
    display: flex;
    align-items: center;
}

.card-body .datetime-information .time-information {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.card-body .datetime-information .date-information .date {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.card-body .datetime-information .time-information .time {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.list-empty {
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.switch-popup {
    position: fixed;
    z-index: 200;
    width: 90%;
    left: 5%;
    right: 5%;
    min-height: 100px;
    background-color: white;
    border-radius: 15px;
}

.switch-popup .body-content {
    padding: 15px;
}

.switch-popup .body-content .title-filter {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.switch-popup .body-content .message {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding-top: 20px;
}

.switch-popup .body-content .btn-action {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.switch-popup .body-content .btn-action .btn-yes {
    background-color: #2783DF;
    padding: 5px 15px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

.switch-popup .body-content .btn-action .btn-no {
    background-color: #fff;
    padding: 5px 15px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #2783DF;
    border: 1px #2783DF solid;
    border-radius: 5px;
}









