@media (max-width: 991.98px) {
    .dropdown-menu {
        top: 35% !important;
        padding: 0;
    }
    .ui-theme-settings {
        display: block;
    }
    #desktop {
        display: none;
    }
    #mobile {
        display: block !important;
    }
    .img-fluid {
        width: 100% !important;
    }
    .app-header .app-header__logo {
        width: auto;
        display: flex !important;
    }
    .app-main .app-main__inner {
        padding: 15px 0 0 0;
    }
}

@media (min-width: 991.98px) {
    .table th {
        font-size: 18px;
    }
    .table td {
        font-size: 16px;
    }
}

#mobile {
    display: none;
}

.scroll-area-xs {
    height: 120px !important;
}

.btn-burger {
    color: #ffffff !important;
    background-color: #00000000 !important;
    border-color: #00000000 !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #003069;
}

.floating-health-check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-chart .widget-numbers {
    font-size: 1.5rem !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.table td:nth-child(2),
.table th:nth-child(2),
.table td:nth-child(3),
.table th:nth-child(3),
.table td:nth-child(4),
.table th:nth-child(4),
.table td:nth-child(5),
.table th:nth-child(5) {
    text-align: center;
}

#symptoms_modal th:nth-child(2),
#symptoms_modal td:nth-child(2) {
    text-align: left;
    color: #003069;
}

#symptoms_modal th:first-child,
#symptoms_modal td:first-child {
    text-align: center;
    color: #003069;
}

.text-muted {
    color: #003069 !important;
}

.app-footer-center {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600px;
}

h6 {
    font-weight: 500;
    color: #003069;
    font-size: 16px;
}

.modal-title {
    color: #003069;
}

.required {
    color: red;
}

.perfect-scroll-area {
    height: 465px;
    overflow: auto;
    position: relative;
}

.perfect-scroll-area-2 {
    height: 465px;
    overflow: auto;
    position: relative;
}

.perfect-scroll-area-3 {
    height: 465px;
    overflow: auto;
    position: relative;
}

.perfect-scroll-area-4 {
    height: 465px;
    overflow: auto;
    position: relative;
}

.perfect-scroll-area-5 {
    height: 465px;
    overflow: auto;
    position: relative;
}

.list-group-item {
    background-color: #f1f1f1;
}

h6.list-group-item-heading {
    font-size: 14px !important;
}

.list-group-flush .list-group-item {
    background-color: #ffffff;
}

.swal2-popup {
    font-size: 2rem;
}


/* ===========
  Timeline
 =============*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}

.timeline .time-show a {
    color: #ffffff;
}

.timeline:before {
    background-color: #169631;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #169631;
    border-radius: 50%;
    border: 1px solid #169631;
    color: #ffffff;
    display: block;
    height: 20px;
    left: -24px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -26px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 15px;
}

.timeline-item.alt .panel .panel-body p+p {
    margin-top: 10px !important;
}

.timeline-item.alt h4 {
    text-align: center;
}

.timeline-item.alt p {
    text-align: center;
}

.timeline-item.alt .timeline-date {
    text-align: center;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h4 {
    font-size: 16px;
    margin: 0;
}

.timeline-desk .panel {
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    margin-left: 15px;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #169631;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px;
}