html,
body {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}

body {
    font-size: 0.88rem;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #17a2b8;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.scrollable {
    overflow-y: scroll;
}

.bg-login {
    background-image: url('/src/assets/image/login-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: n;
}

.app-login-box h4 span {
    font-size: 1.1rem;
}

.app-login-box h4 div {
    opacity: .6;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    overflow: hidden;
    background: #e9ecef;
}

.app-logo {
    height: 100px;
    margin-bottom: 2rem;
    background-size: auto 100px;
    background-repeat: no-repeat;
    background-image: url('/src/assets/image/logo.svg');
}

.app-header-mobile-menu {
    display: none;
    padding: 0 1.5rem;
    height: 60px;
    align-items: center;
}

@media (max-width: 991.98px) {
    .app-header-mobile-menu {
        display: flex;
    }
    .app-header {
        justify-content: space-between;
    }
    .app-header-right {
        margin-left: 0 !important;
    }
    .user-info {
        display: none;
    }
    .app-sidebar {
        flex: 0 0 280px !important;
        width: 280px !important;
        transform: translateX(-280px);
        position: fixed;
    }
    .sidebar-mobile-open .app-sidebar {
        transform: translateX(0);
    }
    .app-content-outer {
        padding-left: 0px  !important;
    }
}


.btn {
    font-size: 0.8rem;
    font-weight: 500;
}

button:focus {
    outline: none !important;
}

.no-width {
    width: unset !important;
}

.app-header-right {
    display: flex;
    margin-left: auto;
    padding-right: 1.5rem;
}

.user-info-heading {
    opacity: .8;
    font-weight: bold;
}

.user-info-subheading {
    opacity: .5;
}

.settings-header-inner {
    margin: -1px -1px 0;
    padding: 1.5rem 0.5rem;
    padding-top: 1.8rem;
    padding-right: 0.5rem;
    padding-bottom: 1.2rem;
    padding-left: 0.5rem;
    position: relative;
}

.settings-header-background {
    background: url(https://demo.dashboardpack.com/architectui-angular-pro/assets/images/dropdown-header/city1.jpg);
    opacity: .1 !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: .25;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    background-size: cover;
}

.settings-header {
    color: #fff;
    margin-top: -0.65rem;
    margin-bottom: 0.65rem;
}

.dropdown-menu-lg {
    min-width: 22rem;
}

.settings-header-title {
    font-weight: 500;
    font-size: 1.25rem;
}

.settings-header-subtitle {
    opacity: .8;
}

.settings-header-content {
    text-align: center;
}

.nav-item-header {
    text-transform: uppercase;
    font-size: 0.73333333rem;
    color: #6c757d;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    font-size: 0.88rem !important;
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    margin: 0.8rem 0.1rem;
}

.nav-item-divider {
    margin: 0.5rem 0;
    height: 1px;
    overflow: hidden;
    background: #dee2e6;
}

.nav-link .material-icons-outlined {
    color: var(--primary-color);
    font-size: 1rem;
    width: 30px;
    text-align: center;
    opacity: .45;
    margin-left: -10px;
}

.nav-link {
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.nav-item-btn {
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    border: none;
}

.app-header {
    background: #FFF;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 10;
    transition: all .2s;
    position: fixed;
    width: 100%;
}

.app-header.header-shadow {
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.app-content-outer {
    flex: 1;
    flex-direction: column;
    display: flex;
    z-index: 8;
    padding: 0 0 0 280px;
    transition: all .2s;
}



.app-content-inner {
    flex: 1;
    padding: 30px 30px 0;
    background: #f0f3f5;
}

.app-page-title {
    padding: 30px;
    margin: -30px -30px 0px; 
    position: relative;
    background: rgba(255, 255, 255, 0.45);
}

.material-icons-outlined {
    font-size: unset;
}

.material-icons.very-high { color: #118b00; }
.material-icons.high { color: #FD0808; }
.material-icons.middle { color: #1D32F0; }
.material-icons.low { color: #434141; }
.material-icons.white { color: #fff; }
.material-icons.bluetheme { color: #7BC0EA; }
.material-icons.nowtheme { color: #d4af37; }
.material-icons.redtheme { color: #ff7c75; }

.app-page-title-icon {
    font-size: 2rem !important;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.83333333rem;
    margin: 0 30px 0 0;
    background: #fff;
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-radius: 0.25rem;
    width: 60px;
    height: 60px;
}

.app-page-title-heading {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.app-page-title .page-title-subheading {
    padding: 3px 0 0;
    font-size: 0.88rem;
    opacity: .6;
}

.app-header__logo {
    padding: 0 1.5rem;
    height: 60px;
}

.logo-src {
    height: 100px;
    width: 146px;
    background-image: url('/src/assets/image/logo.svg');
    background-size: 9rem 6rem;;
    background-repeat: no-repeat;
}

.app-sidebar {
    background: white;
    z-index: 9;
    display: flex;
    overflow: hidden;
    width: 280px;
    position: fixed;
    height: 100vh;
    box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: all .3s ease;
}

.app-header-logo {
    background: #fff;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    height: 60px;
}

.v-sidebar-menu {
    overflow: scroll;
    width: auto !important;
    padding: 0 1.5rem 4.5rem;
}

.v-sidebar-menu::-webkit-scrollbar {
    display: none;
}

.v-sidebar-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.vsm-header {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 1rem 0;
    font-weight: bold;
    color: var(--primary-color-900);
    white-space: nowrap;
}

.vsm-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    opacity: .3;
    transition: color 300ms;
}

.vsm-link {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: .25rem;
    color: #495057;
    white-space: nowrap;
    transition: all .2s;
    text-decoration: none;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
}

.vsm-link:hover {
    background: var(--primary-color-50);
    color: var(--primary-color-900) !important;
}

.vsm-arrow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    font-style: normal;
    opacity: .3;
    transition: all 300ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vsm-arrow:after {
    content: 'keyboard_arrow_up';
    font-family: 'Material Icons';
}

.vsm-list {
    padding: 0.75rem 0 0.75rem 2.25rem;
}

.vsm-item .vsm-link {
    padding: 0 1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-weight: normal;
}

.vsm-dropdown {
    position: relative;
}

.vsm-dropdown::before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 3px;
    background: var(--primary-color-50);
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px;
}

.vsm-link.collapsed {
    font-weight: normal;
}

.header-pane {
    margin-left: 65px;
}

.closed-sidebar .app-content-outer {
    padding-left: 80px;
}

.closed-sidebar-mobile .header-pane {
    display: none;
}

.closed-sidebar:not(.closed-sidebar-mobile) .logo-src {
    display: none;
}

.closed-sidebar:not(.closed-sidebar-mobile) .header-pane {
    margin-left: 0px !important;
}

.closed-sidebar .app-sidebar {
    width: 80px;
    min-width: 80px;
    flex: 0 0 80px;
}

.closed-sidebar .vsm-arrow,
.closed-sidebar .vsm-title {
    display: none;
}

.closed-sidebar .vsm-header {
    text-indent: -999em;
}


.closed-sidebar .v-sidebar-menu {
    padding: 0 0.5rem;
}

.closed-sidebar .vsm-icon {
    left: 50%;
    margin-left: -20px;
}

.closed-sidebar .v-sidebar-menu {
    padding: 0 0.5rem;
}

.closed-sidebar.closed-sidebar-open .header-pane {
    display: block;
}

.closed-sidebar.closed-sidebar-open .v-sidebar-menu {
    padding: 0 1.5rem 1.5rem;
}

.closed-sidebar.closed-sidebar-open .app-sidebar {
    width: 280px;
}

.closed-sidebar.closed-sidebar-open .vsm-header {
    text-indent: 0em;
}

.closed-sidebar.closed-sidebar-open .vsm-arrow,
.closed-sidebar.closed-sidebar-open .vsm-title {
    display: block;
}

.closed-sidebar.closed-sidebar-open .vsm-icon {
    left: 5px;
    margin-left: 0;
}

@media only screen and (max-width:1200px) {
    .closed-sidebar.closed-sidebar-open .header-pane {
        display: none !important;
    }
}

.vsm-link.active-item {
    font-weight: bold;
}

.icon-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* card */
.card {
    border-width: 0;
    box-shadow:
        0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.card-btm-border {
    border-bottom: transparent solid 4px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.card-header,
.card-footer {
    background-color: #fff;
}

.card-footer {
    border-top: 1px solid rgba(26, 54, 126, 0.125);
}

.card-header {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
    height: 3.5rem;
}

.card-shadow-success {
    box-shadow: 0 0.46875rem 2.1875rem rgba(58, 196, 125, 0.03), 0 0.9375rem 1.40625rem rgba(58, 196, 125, 0.03), 0 0.25rem 0.53125rem rgba(58, 196, 125, 0.05), 0 0.125rem 0.1875rem rgba(58, 196, 125, 0.03);
}


.app-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 60px;
}

.app-container-no-topbar {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#insert-attendance #map {
    height: 500px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
    background-color: var(--primary-color-50);
}

.badge {
    text-transform: uppercase;
    padding: 5px 10px;
    min-width: 19px;
}

.rm-border {
    border-width: 0 !important;
}

/* widget-content */
.widget-content .widget-content-outer {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content .widget-content-right {
    margin-left: auto;
}

.widget-content .widget-numbers {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}

/* widget-chat */
.widget-chart.text-left .widget-chart-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex: 1;
    position: relative;
}

.widget-chart.text-left .widget-numbers {
    margin-left: 0;
}

.widget-chart .widget-subheading {
    margin: -0.5rem 0 0;
    display: block;
    opacity: .6;
}

.widget-chart .widget-chart-flex:last-child {
    margin-bottom: 0;
}

.widget-chart2 .widget-chart-flex {
    display: flex;
    align-items: baseline;
    align-content: center;
    margin-bottom: 0;
}


/* opacity */
.opacity-6 {
    opacity: .6 !important;
}

/* font size */
.fsize-3 {
    font-size: 1.6rem !important;
}

.fsize-4 {
    font-size: 2rem !important;
}

/* progress */
.progress.progress-bar-xs {
    height: .3rem;
}

/* card */
.card .card-footer {
    align-items: center;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* margin */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* grid-menu */
.grid-menu .btn {
    display: block;
    border: 0;
    min-width: 100%;
}

/* btn */
.btn-sm.btn-icon-only {
    line-height: 0;
    padding: .43rem .5rem;
}

.btn-icon-vertical.btn-transition-text .btn-icon-wrapper {
    transition: all .2s !important;
}

.btn-icon-vertical .btn-icon-wrapper {
    display: block;
    font-size: 200%;
    margin: 5px 0;
    opacity: .6;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-icon-vertical.btn-transition-text.btn-transition-alt:hover .btn-icon-wrapper {
    color: #fff !important;
}

.btn-lg.btn-wide,
.btn-group-lg .btn-wide.btn {
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    background-color: #28a745;
    opacity: .6 !important;
    position: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: all 0.3s;
}

.switch::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    top: 1px;
    left: 1px;
    transition: all 0.3s;
}

.switchmenu {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transition: all 0.3s;
}

.switchmenu::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    top: 1px;
    left: 1px;
    transition: all 0.3s;
}

.checkbox:checked+.switch::after {
    left: 20px;
}

.checkbox:checked+.switch {
    background-color: #28a745;
}

.checkbox:checked+.switchmenu::after {
    left: 20px;
}

.checkbox:checked+.switchmenu {
    background-color: rgba(0, 0, 0, 0.5);
}

.checkbox {
    display: none;
}


h3 {
    font-size: 30px;
}

h4 {
font-size: 24px;
}


h5 {
font-size: 19px;
}

h6 {
font-size: 15px;
}

.button-width{
    width: 120px;
}

.border-underline {
    border-width: 1px;
    border-style: solid;
    border-bottom-color: blue;
}
.font-small{
    font-size:20px;
    margin-top: 2px;
}
.listcheckbox {
    max-height: 300px;
    overflow: scroll;
    margin-top: 15px;
}

.center {
    text-align: center;
  }

.call :hover {
    transform: scale(1.5); 
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
}

.call {
    transition: transform .2s; /* Animation */
  }

.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rotate.down {
    transform: rotate(90deg);
}

.panel-heading {
    cursor: pointer;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}

.input-group>.input-group-text:not(:last-child) {
    border-right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #efeff0;

}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.input-group>.input-group-text:not(:first-child) {
    border-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #efeff0;
}

.box-card {
    flex-wrap: inherit;
    display: flex;
    justify-content: center;
    padding-right: 7px;
    padding-left: 7px;
}

.dataTables_wrapper input, .dataTables_wrapper select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dataTables_wrapper .form-check-input {
    position: absolute;
    margin-top: -0.2rem !important; 
    margin-left: -0.8rem !important;
}

.card-background-ttd {
    background: white;
}

.card-background-pic {
    background: black;
}

div.carousel-inner img {
    width: 100%;
    height: 460px;
    object-fit: contain;
}
.text-clickable {
    color: rgb(3, 142, 255);
}
.text-clickable:hover{
    text-decoration: underline;
    color: rgb(3, 142, 255);
    cursor: pointer;
}
