body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
    color: #333;
    display: none;
}

.err {
    background-color: #ffdddd !important;
}

.register.register-with-news-feed .news-feed .news-caption {
    padding: 40px 40px 25px;
}

.swal-overlay .swal-modal {
    padding: 1.75rem;
}

.swal-overlay .swal-modal .swal-text {
    font-weight: 400;
    font-size: 0.975rem;
}

.hide {
    display: none !important;
}

.error .error-code {
    color: #666666;
}

.error .verify-code h3 {
    display: block;
}

.error .verify-code {
    color: var(--bs-component-color);
    font-size: 20px;
    line-height: 1;
    padding: 1.875rem;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.error .verify-message {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-weight: 200;
}

footer .taft-message {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-weight: 200;
}

.pull-right {
    float: right;
}

.login.login-with-news-feed .news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-feed .news-caption .caption-title {
    font-weight: 200;
    font-size: 28px;
}

.user:before {
    content: "\f007";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 32px;
    width: 32px;
    padding: 3px 9px;
    font-size: 18px;
    line-height: 1.3333333;
    background: #4765a0;
    color: #fff;
    float: left;
    border-radius: 40px;
    margin: 12px 0 0 12px;
}

#ema,
#emb,
#emc {
    border: 1px solid #bbb;
    padding: 4px 4px 4px 56px;
    background: rgb(248, 248, 251);
    line-height: 46px;
    height: 56px;
    font-size: 16px;
}

#qr,
#auth,
#emailarea,
#emen,
#pw,
#aapp {
    display: none;
}

#pwback,
#authback,
#qrback {
    cursor: pointer;
    display: inline-block;
}

.fg-white {
    color: #fff !important;
}

.modal {
    --bs-modal-border-radius: 1px;
}

.modal-backdrop.show {
    opacity: 0.6;
}

#qrcode {
    position: relative;
    margin-bottom: 10px;
    width: 358px;
    height: 348px;
    overflow: hidden;
}

#qrcode img {
    top: -22px;
    left: -22px;
    position: absolute;
}

.login.login-with-news-feed .login-container,
.register.register-with-news-feed .register-container {
    background-color: #f7f7fc;
}

.app-sidebar .menu .menu-profile .menu-profile-cover {
    background-image: url(/assets/img/bg/world.jpg);
}

.profile-header .profile-header-cover {
    background-image: url(/assets/img/bg/topbar.jpg);
}

.app-sidebar .menu .menu-profile .menu-profile-link {
    height: 122px;
}

.app-sidebar .menu .menu-profile .menu-profile-link:hover img {
    opacity: 1 !important;
}

.profile-header .profile-header-content {
    height: 132px;
}

.profile-header .profile-header-img+.profile-header-info {
    margin-top: 45px;
}

.breadcrumb {
    justify-content: flex-end;
    margin-right: 10px;
}

.container {
    margin: 20px;
}

.btn-xl {
    padding: 15px 20px;
}

.panel .panel-body {
    background-color: transparent;
    padding: 40px;
}

.app-header {
    background: #fff url(/assets/img/bg/top.jpg) no-repeat;
}

.app-header .navbar-user img {
    margin-right: 0.5rem;
}

.app-header .navbar-brand img {
    margin-right: 5px;
    width: 26px;
    position: relative;
    margin-top: 6px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.btn-theme.disabled,
.btn-theme:disabled {
    background-color: var(--bs-app-theme);
}

.profile-content {
    padding: 0;
}

.panel {
    background-color: transparent;
}

.panel .panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.table.font-sm tr td,
.table.font-sm tr th {
    font-size: 88%;
}

.panel.panel-expand>.panel-body {
    background-color: #eceff1;
}

/* scrollbar */
.module .card-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.module .card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.module .card-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.module .card-body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.module .card-body {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.1rem 1rem 1rem 1rem;
}

.module-title {
    font-weight: 500;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
    background: #37474f;
}

.module-footer {
    min-height: 10px;
    background: #fff;
}

.module {
    height: 350px;
    display: flex;
    width: calc(33% - 12px);
    /*flex-basis: 320px;
    flex-grow: 1;*/
}

.table-profile td:first-child {
    width: 20%;
    font-weight: 500;
    color: var(--bs-component-color);
    text-align: right;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.flex-container::after {
    content: "";
    flex: auto;
}

.ratio-square {
    --bs-aspect-ratio: 100%;
}

@media (max-width: 1180px) {
    .module {
        width: calc(50% - 12px);
    }
}

@media (max-width: 880px) {
    .module {
        width: calc(100% - 12px);
    }
}

@media (max-width: 450px) {
    .row {
        flex-direction: column;
    }

    .profile-header-tab {
        display: none !important;
    }

    .d-xs-none {
        display: none;
    }
}

.btn-sign {
    height: 50px;
    font-size: 0.9225rem;
    padding: 0.6375rem 1.2rem;
}

dialog {
    padding: 0;
    border: 1px solid #888;
}

.panel-normal .panel-body {
    background: #f7f7fc;
    padding: 1rem;
}

dialog#confirm {
    width: 300px;
}

dialog#approve {
    width: 400px;
}

dialog .dialog-title {
    padding: 0.6rem 1rem;
    background: #37474f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

dialog .dialog-body {
    padding: 1rem;
    font-size: 15px;
}

dialog .dialog-footer {
    background-color: #eceff1;
    padding: 0.6rem 1rem;
    border-top: 1px solid #bbb;
    text-align: right;
}

dialog::backdrop {
    background: rgba(55, 71, 79, 0.6);
}

.empty {
    text-align: center;
    font-weight: 600;
}

.action {
    text-align: right;
    width: 120px;
}

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

.text-mute {
    color: #888;
}

.chk:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border: 1px solid #ddd;
    border-radius: 10px !important;
    color: #333;
    background: #fff;
}

.checked .chk {
    border: 3px solid gold;
}

.checked .chk:before {
    content: "\f26a";
    position: absolute;
    top: 2px;
    right: 2px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 10px !important;
    color: var(--bs-app-theme);
    background: var(--bs-app-theme-color);
    font-family: "bootstrap-icons";
    font-size: 16px;
}

/*#gallery {
    counter-reset: nums;
}

.gallery::after {
    counter-increment: nums;
    content: counter(nums);
    position: absolute;
    margin-top: -18px;
    margin-left: 3px;
    z-index: 5;
}*/

@media (min-width: 992px) {
    .gallery-v2 .gallery {
        flex: 0 0 10.5%;
        max-width: 10.5%;
    }
}

.wave {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 127%;
    margin-top: -4.7125%;
}

.message {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}

.success.dialog {
    background-color: #baefb4;
    border-color: #0dac98;
    color: #006000;
}

.dialog div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.2;
}

.dialog .fas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    float: left;
    height: 55px;
    width: 48px;

}

.dialog {
    position: fixed;
    display: inline-block;
    left: auto;
    right: 25px;
    top: 85px;
    z-index: 1050;
    width: 250px;
    margin: 0;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.toast-container {
    max-width: 320px;
}

.toast {
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.backdrop {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

.wait {
    position: fixed;
    top: 35%;
    left: 50%;
    margin: auto;
    z-index: 1060;
}

#loader {
    display: none;
}

.login.login-v1 .login-container .login-body {
    padding: 50px 25px;
    background: #37474F;
}

.login.login-v1 .login-container .login-header .brand #logo-white {
    display: none;
}

.login.login-v1 .login-container .login-header .brand .taftlogo {
    width: 60px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    margin-top: 5px;
}

.login.login-v1 .login-container .login-body .login-content .form-control {
    border-color: transparent;
    background: #fff;
    color: #333;
}

@media (max-width: 767.98px) {
    .login.login-v1 .login-container .login-header .brand #logo-white {
        display: inline-block;
    }

    .login.login-v1 .login-container .login-header .brand #logo-dark {
        display: none;
    }
}

.text-box {
    display: block;
    width: 100%;
    padding: .4375rem .75rem;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-component-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-component-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-component-border-color);
    border-radius: 3px;
}

.pretty .state.p-primary.checked label:after {
    background-color: #428bca !important;
}

.table-standard,
.table-standard tr th,
.table-standard tr td {
    border: 1px solid var(--bs-border-color);
}

/*.table-standard tr th,
.table-standard tr td {
    min-width: 75px;
}*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
}

.table-standard:not(.table-striped) tbody tr td {
    background: rgb(207, 216, 220);
}

.table-standard thead tr th {
    font-size: 88%;
    color: var(--bs-app-theme-color);
    text-align: center;
}

.table-standard thead {
    background: var(--bs-app-theme-active);
}

.table-standard tr td {
    vertical-align: middle;
    text-align: center;
    border-color: #888;
}

.table-fixed {
    table-layout: fixed;
}


.text-control {
    display: block;
    width: 100%;
    padding: .4375rem .75rem;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-component-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-component-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-component-border-color);
    border-radius: 3px;
}

.form-control-xs,
.text-control-xs {
    padding: .1825rem .425rem;
}

*::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(48%) sepia(10%) saturate(3207%) hue-rotate(130deg) brightness(85%) contrast(80%) drop-shadow(1px 1px 0 green);
}

*:focus,
*:active {
    outline: 0 !important;
}

.bg-light-blue {
    background: #eafdff;
    color: #333 !important;
    text-align: center;
    padding: .1475rem !important;
    border-color: #888 !important;
}

.middle {
    vertical-align: middle;
    text-align: center;
}

.holiday {
    background: #ffff9f;
}

.leave {
    background: #b7ffb7;
}

.out {
    background: #b9dcff;
}

.civic {
    background: #d6acff;
}

.grief {
    background: #d8cea7;
}

.overtime {
    background: #ffcccc;
}

.lwop {
    background: #0071e1;
    color: #fff;
}

.military {
    background: #c1dbd0;
}

.sick {
    background: #fcc6ff;
}

.award {
    background: #00aa00;
    color: #fff;
}

.schange {
    background: #00a854;
    color: #fff;
}

.makeup {
    background: #957d40;
    color: #fff;
}

.txt-muted {
    color: #aaa;
}

.table-standard:not(.table-striped) tbody tr.dark td {
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: #37474F;
}