@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Rubik:wght@300;500&display=swap');
/* 300 light, 400 regular, 500 medium, 600 semibold, 700 bold */

::-moz-selection {
    color: rgba(255, 255, 255, 0.467);
    background: #1010106c;
}

::selection {
    color: rgba(255, 255, 255, 0.467);
    background: #1010106c;
}

iframe {
    border: 0px;
    width: 100%;
    height: auto;
    overflow-y: hidden;
}

#mailpagecontentsetalis {
    all: initial;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.467);
}

/* Track on hover */
::-webkit-scrollbar-track:hover {
    background: rgba(218, 218, 218, 0.467);
}

/* Track */
.sidebar .top::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.467);
}

/* Track on hover */
.sidebar .top::-webkit-scrollbar-track:hover {
    background: rgba(218, 218, 218, 0.467);
}

.sidebar .top::-webkit-scrollbar {
    width: 0px;
}

.sidebar:hover .top::-webkit-scrollbar {
    width: 4px;
    position: absolute !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 4px;
    margin: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Track */
.calendar_scroller::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.table-responsive-sm::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

/* Track on hover */
.calendar_scroller:hover::-webkit-scrollbar-track,
.table-responsive:hover::-webkit-scrollbar-track,
.table-responsive-sm:hover::-webkit-scrollbar-track {
    background: rgba(218, 218, 218, 0.161);
    position: absolute !important;
    top: 12px;
}

.calendar_scroller::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.table-responsive-sm::-webkit-scrollbar {
    height: 4px;
}

.calendar_scroller::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.table-responsive-sm::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
    margin: 2px;
}

.calendar_scroller:hover::-webkit-scrollbar-thumb,
.table-responsive:hover::-webkit-scrollbar-thumb,
.table-responsive-sm:hover::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.166);
}

* {
    font-family: 'Barlow', sans-serif;
}

a {
    color: #B80000;
    text-decoration: none;
}

body {
    font-weight: 400;
    background-color: #f5f5f5;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 !important;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    max-height: 100vh;
    margin-left: -16rem;
    transition: margin-left cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
    position: fixed;
    z-index: 1050;
}

div.dataTables_processing {
    position: absolute;
    top: 110px;
    left: auto;
    right: 1rem;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 0px;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    background-color: #fff;
    border-radius: 100%;
    margin-left: -23px;
    margin-top: -23px;
}

div.dataTables_processing>div:last-child {
    position: relative;
    width: 40px;
    height: 15px;
    margin: 0.8em auto;
    margin-left: 0.6em;
}

div.dataTables_processing>div:last-child>div {
    background: rgb(66 67 89);
    top: 0;
    width: 7px;
    height: 14px;
    border-radius: 4px;
}

div.dataTables_processing>div:last-child>div:nth-child(1) {
    left: 0px;
    animation: datatables-loader-1 .6s infinite
}

div.dataTables_processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-3 .3s infinite
}

div.dataTables_processing>div:last-child>div:nth-child(3) {
    left: 12px;
    animation: datatables-loader-3 .6s infinite
}

div.dataTables_processing>div:last-child>div:nth-child(4) {
    left: 18px;
    animation: datatables-loader-1 .3s infinite
}

#page-content-wrapper {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {

    
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: calc(-16rem + 2px);
    }
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper:hover {
    margin-left: 0rem;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #101010;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #be2f2f;
    position: fixed;
    z-index: 2000;
    left: 220px;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
}

.sidebar {
    height: calc(100vh - 90px);
    background-color: #FFF;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    overflow: hidden;
}

.sidebar .parent {
    overflow: hidden;
    z-index: 100;
    border-right: 0px;
    max-height: 100vh;
    height: 100vh;
    width: 16rem;
}

.sidebar .parent .top {
    width: 100%;
    max-height: calc(100vh - 240px);
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    padding-top: 0.8rem;
}

.sidebar .parent .top .nav {
    direction: ltr;
}

.sidebar:hover .nav {
    margin-left: -4px !important;
}

.sidebar .parent .bottom {
    width: 100%;
    height: 150px;
}

.sidebar .nav-item .list-collapse {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .nav-link.toggle:not(.collapsed) {
    font-weight: 400;
    color: #FFF;
    border-right: 4px solid #5F8670;
    background-color: #5F8670;
}

.sidebar .nav-item .list-collapse a {
    display: block;
    padding: 0.6rem 1rem 0.6rem 2.3rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #8A9095;
    background-color: #fefefe;
    border-right: 4px solid transparent;
    transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    text-decoration: none;
}

.sidebar .nav-link {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    color: #8A9095;
    background-color: #FFF;
    border-right: 4px solid transparent;
    transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.sidebar .nav-link.active {
    font-weight: 500;
    color: #5F8670;
    background-color: #f9f9f9;
    border-right: 4px solid #5F8670;
}

.sidebar .nav-link .bi {
    margin-right: 4px;
    display: inline-block;
    margin-bottom: -3px;
    pointer-events: none;
}

.sidebar .nav-link label {
    margin-right: 4px;
    pointer-events: none;
}

.sidebar .nav-link.toggle.active {
    border-right: 4px solid #9d0303;
    color: #FFF;
    background-color: #B80000;
    cursor: pointer;
}

.sidebar .nav-item .list-collapse a.active {
    font-weight: 500;
    color: #5F8670;
    border-right: 4px solid #5F8670;
    background-color: #F9F9F9;
}

.sidebar .nav-link:hover,
.sidebar .nav-item .list-collapse a:hover {
    color: #5F8670;
    background-color: #F9F9F9;
    cursor: pointer;
}

.sidebar .nav-link:hover .bi,
.sidebar .nav-link.active .bi {
    color: inherit;
}

.sidebar .nav-link .badge,
.badge.count {
    background-color: #F5F4F9;
    font-weight: 700;
    color: #A3A6A9;
    float: right;
    pointer-events: none;
}

.sidebar .nav-item.divider {
    height: 1px;
    background-color: #F2F2F2;
    margin: 1rem 0;
}

.sidebar-heading {
    font-size: .75rem;
}

.sidebar .profile-dropdown {
    padding: 1.4rem 1rem;
    border-top: 1px solid #F2F2F2;
    background-color: #FFF;
    width: 100%;
}

.sidebar .profile-dropdown .dropdown-toggle {
    text-decoration: none;
    color: #101010;
}

.sidebar .profile-dropdown .dropdown-toggle::after {
    display: none;
}

.sidebar .profile-dropdown .dropdown-toggle img {
    float: left;
    margin-top: 0.1rem;
    margin-right: 0.8rem;
}

.sidebar .profile-dropdown .dropdown-toggle strong {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.sidebar .profile-dropdown .dropdown-toggle small {
    display: block;
    font-weight: 500;
    font-size: 0.6rem;
    margin-top: -0.2rem;
    color: #9C9FAA;
}

.sidebar .profile-dropdown .dropdown-toggle .bi {
    float: right;
    margin-top: 0.4rem;
    color: #A3A6A9;
}

.targetMenu {
    cursor: pointer !important;
}

/*
* Navbar
*/

.navbar-brand {
    height: 90px;
    padding: 1.6rem 1rem;
    background-color: #FFF;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.37);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.37);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.37);
}

.navbar-brand a img {
    height: 54px;
    float: left;
    margin-top: -0.4rem;
    margin-right: 0.6rem;
}

.navbar-brand a {
    text-decoration: none;
    font-weight: 500;
    color: #101010;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: pointer;
}

.navbar-brand a small {
    font-weight: 600;
    font-size: 0.6rem;
    color: #9C9FAA;
    margin-top: -0.3rem;
    margin-bottom: 0.2rem;
    display: block;
}

.navbar-brand a:hover small {
    color: #101010;
}

.navbar-brand .bi.navbar-hide {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #B80000;
    border: 2px solid #fafafc;
    color: #FFF !important;
    fill: #FFF !important;
    border-radius: 100%;
    position: fixed;
    top: 1.58rem;
    left: 14.4rem;
    z-index: 9999;
    cursor: pointer;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
}

.navbar-brand .navbar-hide:hover {
    background: #101010;
}

body.sb-sidenav-toggled .navbar-brand .navbar-hide {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0rem;
}

.navbar {
    height: 90px;
    margin-left: 16rem;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

body.sb-sidenav-toggled .navbar {
    margin-left: 0rem;
}

.navbar-hide .bi-list,
body.sb-sidenav-toggled .navbar-hide .bi.close {
    display: none;
}

body.sb-sidenav-toggled .navbar-hide .bi-list,
.navbar-hide .bi.close {
    display: inline;
}

.navbar .navbar-toggler {
    position: fixed;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #9d0303;
    color: #FFF;
    border-radius: 4px;
    right: 0.4rem;
    top: 1.58rem;
    z-index: 999;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

.navbar .navbar-toggler.collapsed .bi-filter,
.navbar .navbar-toggler .bi-x {
    display: block;
}

.navbar .navbar-toggler.collapsed .bi-x,
.navbar .navbar-toggler .bi-filter {
    display: none;
}

.navbar .navbar-toggler.collapsed {
    right: 0.4rem;
    top: 1.58rem;
    background-color: #B80000;
}

.navbar .navbar-navigation .content {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
}

.auth-container {
    height: 100vh;
}

.main-container {
    padding-right: 2rem;
    padding-left: 18rem;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

.main-container.full {
    padding-right: 0rem;
    padding-left: 16rem;
}

body.sb-sidenav-toggled .main-container {
    padding-left: 2rem;
}

body.sb-sidenav-toggled .main-container.full {
    padding-left: 0rem;
}

main {
    padding: 0 0 !important;
    min-height: calc(100vh);
    max-height: calc(100vh);
}

/* Form Control */

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1.6em;
    width: 1.6em;
    border-radius: 50em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

input.form-control.date {
    position: relative;
    min-width: 160px;
    padding: 1rem 2rem 1rem 1rem;
    height: 50px;
    color: white;
}

input.form-control.date:before {
    position: absolute;
    content: attr(data-date);
    display: inline-block;
    font-size: 0.9rem;
    color: #101010;
}

input.form-control.date::-webkit-datetime-edit,
input.form-control.date::-webkit-inner-spin-button,
input.form-control.date::-webkit-clear-button {
    display: none;
}

input.form-control.date::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0.8rem;
    opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
.uneditable-input:focus {
    box-shadow: none !important;
    outline: 0 none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8A9095 !important;
    font-weight: 300 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8A9095 !important;
    font-weight: 300 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8A9095 !important;
    font-weight: 300 !important;
}

h1.title {
    margin-top: 4.4rem;
    font-size: 2rem;
}

.btn {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 0.6rem;
    font-size: 0.8rem;
}

.btn .bi,
a .bi {
    pointer-events: none;
}

#buttonPrint {
    background: #B80000;
    border: 1px solid #9d0303;
    border-radius: 4px;
    color: #FFF;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}

#buttonBack {
    background: #d0d0d0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #9d0303;
    width: 50px;
    height: 50px;
    position: fixed;
    right: calc(1rem + 58px);
    bottom: 1rem;
}

.btn.btn-primary {
    background: #B80000;
    border: 1px solid #9d0303;
    border-radius: 4px;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
#buttonPrint:hover {
    background: #9d0303;
}

.btn.btn-primary:active,
#buttonPrint:active {
    background: #9d0303;
    color: #8A9095;
}

.btn.btn-default {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #8A9095;
}

.btn.btn-default:focus,
.btn.btn-default:hover {
    background: #F9F8FD;
}

.btn.btn-default:active {
    background: #F9F8FD;
    border-color: #F9F8FD;
    color: #8A9095;
}

.radio-small {
    margin-top: -0.4rem;
}

.btn-check.small {
    width: 10px;
}

.btn.btn-outline-primary.btn-check-xs {
    border-color: #101010;
    color: #101010;
    font-size: 0.64rem;
    font-weight: 400;
    padding: 0.2rem 0.4rem;
    border-radius: 2px;
}

.btn.btn-outline-primary.btn-check-xs:focus-visible {
    box-shadow: none !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #FFF;
    background-color: #9d0303;
}

.date-topbar .form-control {
    border: none;
    background-color: #F9F8FD;
    color: #101010;
    padding: 0.7rem 1.4rem 0.6rem 0.7rem;
    height: 40px;
    background-color: #FFF;
    font-size: 0.8rem;
    font-weight: 500;
}

.date-topbar .form-control:focus {
    background-color: #F9F9F9;
}

.searchbar .form-control {
    border: none;
    background-color: none;
    color: #101010;
    padding: 0.6rem 1.4rem 0.6rem 0.7rem;
    height: 56px;
    background-color: #FFF;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0;
    margin-right: 1rem;
}

.searchbar .form-control:focus {
    background-color: #F9F9F9;
}

.searchbar .input-group-text {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #8A9095;
    padding: 0.6rem 0.7rem 0.6rem 1rem;
    height: 56px;
    font-size: 0.8rem;
}

.select-topbar {
    background-color: #F9F9F9;
    margin: 0.1rem 0rem;
    height: 40px;
    padding: 0 0.7rem;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
}

.select-topbar .input-group-text {
    border: none;
    background-color: transparent;
    color: #8A9095;
    font-size: 0.8rem;
    padding: 0;
}

.button-topbar {
    display: block;
}

.button-topbar .btn {
    background-color: #F9F9F9;
    margin: 0.1rem 0rem;
    height: 40px;
    padding: 0 0.7rem;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    color: #212529;
    align-items: center;
    font-weight: 500;
    font-size: 0.8rem;
    font-family: 'Barlow', sans-serif;
}

.button-topbar button .bi {
    color: #8A9095;
}

.button-topbar button:active .bi {
    color: #FFF;
}

/* Select2 Style */

.select2-container--bootstrap-5 {
    background-color: transparent;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none;
    outline: 0 none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
    outline: 0 none;
}

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1056;
    overflow: hidden;
    color: #101010;
    background-color: #FFF;
    border-radius: 0px;
    border: 0 !important;
    box-shadow: 0px 10px 32px -21px rgba(0, 0, 0, 0.85) !important;
    -webkit-box-shadow: 0px 10px 32px -21px rgba(0, 0, 0, 0.85) !important;
    -moz-box-shadow: 0px 10px 32px -21px rgba(0, 0, 0, 0.85) !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #101010 !important;
    font-weight: 500 !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.select2-container--bootstrap-5 .select2-selection {
    min-width: 100px;
    width: 100%;
    font-size: 0.8rem;
    border: 0px;
    background-color: transparent;
    font-weight: 600;
    color: #101010;
    font-weight: 500;
}


.select2-absen .select2-container--bootstrap-5 .select2-selection {
    min-width: 100px;
    width: 100%;
    font-size: 1.2  rem;
    border: 0px;
    background-color: transparent;
    color: #101010;
    font-weight: 800;
}

.select2-absen {
    background: #eee;
    border-radius: 4px;
    height: 54px;
}

.select2-absen .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{
    font-size: 1.2rem;
}

.small-option .select2-container--bootstrap-5 .select2-selection {
    min-width: 65px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: transparent;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
}

.select2-container--bootstrap-5 .select2-selection--single {
    border-color: transparent;
    background-size: 10px 10px;
    background-position: right 0.5rem center;
    padding: 0.65rem 0.25rem 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    background-color: #F9F9F9;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    background-size: 1rem 1rem;
    right: 0rem;
    padding: 0.5rem 0.6rem;
    background-color: white;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 0.8rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #5F8670;
    background-color: #F9F9F9;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
    color: #5F8670;
    background-color: #F9F9F9;
    font-weight: 700;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-family: inherit;
    line-height: 1;
    background-color: #f2f2f2;
    font-size: 0.8rem;
    border-radius: 0px;
    border: 0px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:empty:before {
    content: "Enter your number";
}

.select2-border .btn-link.text-xs {
    font-size: 0.6rem;
    padding: 0;
    margin-top: 0.1rem;
    color: #5F8670;
}

.select2-border .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: 1px solid #101010;
}

.select2-border .select2-container--bootstrap-5 .select2-selection {
    min-width: 100px;
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background-color: transparent;
    color: #101010;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
}

.select2-border .select2-container--bootstrap-5 .select2-selection.select2-selection--multiple {
    height: 40px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    margin-top: -40px;
}

.select2-border .select2-container--bootstrap-5.select2-container--open .select2-selection.select2-selection--multiple {
    height: auto;
}

.select2-container--bootstrap-5.select2-container--open .select2-selection--multiple .select2-search {
    margin: 0;
}

.select2-border .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    margin-top: 0rem;
    font-weight: 300;
    font-size: 0.8rem;
    font-family: 'Rubik', sans-serif;
}

.select2-border .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-family: 'Rubik', sans-serif;
    color: #c6c6c6 !important;
    font-weight: 300 !important;
}

.control-form .select2-container--disabled {
    background-color: rgb(246 246 246) !important;
}

.control-form .select2-container--disabled.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #c5c5c5 !important;
}

.control-form .select2 .selection .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
    height: 36px;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: 0.3rem;
    justify-content: flex-start;
    border-bottom: 1px solid #F2F2F2;
}

/* Track */
.select2-selection__rendered::-webkit-scrollbar-track {
    background: transparent;
}

/* Track on hover */
.select2-selection__rendered:hover::-webkit-scrollbar-track {
    background: rgba(87, 87, 87, 0.683);
    position: absolute !important;
    top: 12px;
}

.select2-selection__rendered::-webkit-scrollbar {
    height: 4px;
}

.select2-selection__rendered::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
    margin: 0px;
}

.select2-selection__rendered:hover::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.166);
}

.control-form .select2 .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-weight: 300;
    font-size: 0.8rem;
    font-family: 'Rubik', sans-serif;
    color: #101010;
    border: 0px;
    border-radius: 2px;
    padding: 0.4rem 0.6rem;
    background-color: #f6f6f6;
    height: 24px;
}

.control-form .select2 .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 0.45rem;
    height: 0.45rem;
}

.form-control:disabled {
    color: #c5c5c5 !important;
    background-color: rgb(246 246 246) !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #c5c5c5 !important;
    border-color: rgb(246 246 246) !important;
    background-color: rgb(246 246 246) !important;
}


/* DataTable */

.dropdown-menu {
    background-color: #ffffff;
    box-shadow: -19px 0px 43px 5px rgba(191, 191, 191, 0.206);
    -webkit-box-shadow: -19px 0px 43px 5px rgba(191, 191, 191, 0.206);
    -moz-box-shadow: -19px 0px 43px 5px rgba(191, 191, 191, 0.206);
    border: 1px solid rgba(246, 246, 246, 0.206);
    border-radius: 4px;
    z-index: 9999;
    position: fixed !important;
}

.btn-group.text-links .btn.btn-default {
    color: #B80000;
    font-weight: 500;
    border-radius: 4px;
}

.btn-group.text-links .btn.btn-default:focus,
.btn-group.text-links .btn.btn-default:hover {
    border-color: #B80000;
    background-color: #B80000;
    color: #fff !important;
}

.dtr-data li {
    margin-bottom: 0.2rem !important;
}

.dtr-data ol,
.dtr-data ul {
    padding-left: 1.6rem !important;
}

table.dataTable .icon-row {
    padding: 0.35em 0.65em;
    border-radius: 4px;
    height: 24px;
    min-width: 24px;
    font-size: 0.75em;
    background-color: #f7f8f9;
    color: #101010;
    margin-left: 0.6rem;
    display: inline-block;
    line-height: unset;
}

table.dataTable .badge.icon {
    height: 24px;
    line-height: unset;
}

div .photo-list {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #FFF;
    transition: box-shadow cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
    object-fit: cover;
}

table.dataTable td .photo-approval {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #FFF;
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
    position: absolute;
    margin-top: 24px;
    margin-left: 22px;
    object-fit: cover;
}

table.dataTable tr:hover td .photo-approval {
    background-color: #f8f8f8;
    margin-top: 2px;
    margin-left: 6px;
    width: 30px;
    height: 30px;
}

div:hover .photo-list {
    background-color: #f8f8f8;
    box-shadow: 12px 12px 18px #e8e8e8,
        -12px -12px 18px #ffffff;
}

div .user-info p {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #101010;
}

div .user-info span {
    font-size: 0.7rem;
    font-weight: 300;
    color: #696671;
}

table.dataTable td span.date {
    font-size: 0.7rem;
    font-weight: 300;
    color: #FFF !important;
    background-color: #B80000;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

table.dataTable {
    margin-top: 0 !important;
}

table.dataTable .dtr-details {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

table.dataTable .dtr-details li {
    margin-bottom: 1rem;
}

table.dataTable .dtr-details .dtr-title {
    display: block;
    font-weight: 400;
    font-size: 0.74rem;
    color: #c6c6c6
}

table.dataTable .dtr-details .dtr-data {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    white-space: pre-wrap;
    font-size: 1rem;
}

.text-truncated {
    width: 300px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 0;
}

table.dataTable .dtr-details .dtr-data p.text-truncated {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    width: 100%;
    white-space: pre-wrap;
}

.dataTable tfoot {
    display: none;
}

.dataTable.mail thead {
    display: none !important;
}

.withtopbar .dataTable thead {
    top: 74px;
}

.dataTable thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0rem;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    z-index: 11;
}

.dataTable thead th {
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0.6rem 0.8rem;
    color: #8A9095;
    background: #FFF;
}

.dataTable.with-check thead {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.dataTable.with-check thead th {
    padding-left: 2rem;
    background-color: #f3f3f3;
}

.dataTable thead th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dataTable thead th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: left !important;
    color: #b4b4b4;
    font-weight: 300;
    cursor: pointer;
}

table.dataTable .row-mail {
    padding-top: 0.4rem;
}

table.dataTable>tbody>tr.seen.dt-hasChild.parent td .hide-on-expand {
    display: none;
}

table.dataTable .time {
    margin-top: 0;
    font-size: 0.8em;
    margin-right: 0.4rem;
}

table.dataTable>tbody>tr.seen.dt-hasChild.parent td .time {
    margin-top: 0rem;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

table.dataTable .row-mail h5.from {
    font-size: 0.8em;
    text-overflow: ellipsis;
    color: #343434;
    font-weight: 300;
    margin-top: 0.1rem;
}

table.dataTable .row-mail h5 {
    font-size: 1em;
    margin: 0;
    margin-bottom: 0.2rem;
    font-weight: inherit;
}

.btn-group.actions .btn.btn-default {
    font-weight: 300;
}

table.dataTable tr.seen .btn-group.actions,
table.dataTable tr.unseen .btn-group.actions {
    float: right;
    margin-top: -1.6rem;
    opacity: 0;
    width: 0;
    margin-top: -0.6rem;
    margin-left: 0rem;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

table.dataTable tr:hover td .time {
    opacity: 0;
}

table.dataTable tr:hover .btn-group.actions,
table.dataTable>tbody>tr.seen.dt-hasChild.parent td .btn-group.actions {
    opacity: 1;
    width: auto;
    margin-left: 1rem;
}

table.dataTable .row-mail p {
    font-size: 0.88em;
    font-weight: inherit;
    white-space: normal;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    color: #383838;
    margin-top: 0.3rem;
}

table.dataTable.mail .dtr-details .dtr-data {
    white-space: normal;
}

table.dataTable>tbody>tr.unseen {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

table.dataTable>tbody>tr.seen td h5 .bi.bi-dot {
    display: none;
}

table.dataTable>tbody>tr.unseen td h5 .bi.bi-dot {
    display: inline;
}

table.dataTable>tbody>tr.unseen:hover {
    box-shadow: 2px 0px 28px -12px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 2px 0px 28px -12px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 2px 0px 28px -12px rgba(0, 0, 0, 0.23);
}

table.dataTable>tbody>tr.unseen td {
    background-color: #FFF !important;
    font-weight: 600;
}

table.dataTable>tbody>tr.seen td {
    background-color: #F9F9F9 !important;
}

table.dataTable>tbody>tr.seen.shown td {
    background-color: #ffffff !important;
}

table.dataTable>tbody>tr.seen:hover td {
    background-color: #ffffff !important;
}

.modal-body .dataTable tbody td {
    background: #fcfcfc !important;
}

.dataTable tbody tr.border-bottom-0 td {
    padding-bottom: 0.2rem;
    border-bottom: 0px !important;
}

.dataTable tbody tr td .badge.indicator-services {
    display: block;
    border-radius: 12px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-left: -1.24rem;
    margin-top: 0.2rem;
    transform: scale(1);
    float: left;
}

.dataTable tbody tr.note td {
    font-size: 0.8rem;
    padding-top: 0;
}

.dataTable thead th.sorting.sorting_asc,
.dataTable thead th.sorting.sorting_desc {
    color: #101010;
}

.dataTable tbody:before {
    background: transparent;
    content: "@";
    display: block;
    line-height: 1rem;
    text-indent: -99999px;
}

.dataTable.with-check tbody:before {
    display: none;
}

.dataTable.collapsed tbody td.dtr-control {
    cursor: pointer;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.dataTable.collapsed tbody td.dtr-control::before {
    display: none;
    vertical-align: middle;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23f2f2f2' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    width: 28px;
    height: 28px;
    margin-left: -4rem;
    margin-right: -28px;
    align-content: center;
    background-color: #a5a5b5;
    background-size: contain;
    padding-top: 3px;
    text-align: center;
    border-radius: 28px;
    border: 4px solid #fafafc;
    position: absolute;
    z-index: 1;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.dataTable.collapsed tbody tr.seen td.dtr-control::before,
.dataTable.collapsed tbody tr.unseen td.dtr-control::before {
    display: none;
}

.dataTable.collapsed tbody tr:hover td.dtr-control::before,
.dataTable.collapsed tbody tr:focus td.dtr-control::before {
    margin-left: -2rem;
    margin-right: calc(2rem - 28px);
    z-index: 1;
}

.dataTable.collapsed tbody tr.dt-hasChild td.dtr-control::before {
    background-color: #23272c;
    margin-left: -2rem;
    margin-right: calc(2rem - 28px);
    z-index: 1;
    transform: rotate(180deg);
}

.dataTable tbody td {
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0.8rem;
    color: #101010;
    background: #FFF;
    border-bottom: 1px solid #F2F2F2;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    vertical-align: middle;
}

.dataTable.with-check tbody td {
    padding-left: 2rem;
}

.dataTable tbody tr:last-child td {
    border-bottom: 0 solid transparent;
}

.dataTable.with-check tbody td:last-child {
    padding-right: 2rem;
    width: 40px !important;
    text-align: end;
}

.dataTable.with-check tbody td:last-child.no-padding {
    padding-right: 1.4rem !important;
    width: 40px !important;
    text-align: end;
}

.dataTable tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.dataTable tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.dataTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.dataTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.dataTable tbody tr:hover td {
    background: #f5f5f7;
}

.dataTable tbody tr.child:hover td {
    background: #FFF !important;
}

.dataTable tbody tr.selected td {
    box-shadow: inset 0 0 0 9999px #B8000095;
    color: #FFF;
}

.dataTable tbody tr.dt-hasChild.selected td {
    box-shadow: inset 0 0 0 9999px #B800009b;
    color: #FFF;
}

.pagination-bottombar .active>.page-link,
.pagination-bottombar .page-link.active {
    font-weight: 500;
    color: #5F8670;
    border-bottom: 4px solid #5F8670;
    background-color: #F9F9F9;
}

.pagination-bottombar .page-link:focus {
    box-shadow: none;
}

.pagination-bottombar .page-link {
    border: 0px;
    background-color: #FFF;
    font-size: 0.9rem;
    font-weight: 400;
    color: #8A9095;
    border-bottom: 4px solid transparent;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.pagination-bottombar .page-item:first-child .page-link {
    font-weight: 500;
    color: #5F8670;
}

.pagination-bottombar .page-item:last-child .page-link {
    font-weight: 500;
    color: #5F8670;
}

.pagination-bottombar .page-item.disabled .page-link {
    color: rgb(212, 212, 212);
}

.control-form.full {
    padding-bottom: 0 !important;
}

.control-form input.search-dialog {
    padding: 0.8rem 1.4rem;
}

.control-form input.search-dialog:focus {
    border-color: transparent;
    background: rgba(230, 230, 230, 0.683);
}

.pagination-bottombar {
    left: 17rem;
    right: 1rem;
    bottom: 1rem;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0.6rem 1rem;
    height: 58px;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    position: fixed;
    z-index: 1000;
}

.pagination-bottombar.modal-pagination {
    border-top: 1px solid #FAFAFA;
    border-radius: 0 !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0rem;
    box-shadow: none;
}

.pagination-bottombar.onpage-pagination {
    border-top: 1px solid #FAFAFA;
    border-radius: 0 !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0rem;
    box-shadow: none;
    padding: 0.6rem 0.8rem;
    margin-top: -0.3rem;
}

.pagination-bottombar.modal-pagination .dataTables_info {
    padding-left: 0.6rem
}

body.sb-sidenav-toggled .pagination-bottombar {
    left: 1rem !important;
}

body.sb-sidenav-toggled .pagination-bottombar.modal-pagination,
body.sb-sidenav-toggled .pagination-bottombar.onpage-pagination {
    left: 0rem !important;
}

.pagination-bottombar .dataTables_info {
    font-size: 0.8rem;
    color: #8A9095;
}


.pagination-bottombar .select-info {
    margin-left: 0.4rem;
    color: #575f65;
    font-weight: 500;
}

.pagination-bottombar ul.pagination {
    margin: 0 auto;
}

.breadcrumb {
    color: white;
    margin: 0;
    margin-bottom: 0;
}

.breadcrumb li a {
    color: #101010;
    font-size: 0.78rem;
    margin: 0;
    height: 50px;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 400;
}

.breadcrumb li.active span {
    color: #8A9095;
    font-weight: 300;
    font-size: 0.78rem;
    margin: 0;
    height: 50px;
    margin-bottom: 0;
}

.row.data {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.control-form .form-title {
    font-weight: 400;
    color: #101010;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -0.4rem;
}

.control-form .hstack {
    margin-bottom: 0;
    margin-top: 0;
}

.hstack-header {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.hstack-header:hover {
    background-color: #FFF;
    box-shadow: 0px 9px 76px -15px rgba(0, 0, 0, 0.123);
    -webkit-box-shadow: 0px 9px 76px -15px rgba(0, 0, 0, 0.123);
    -moz-box-shadow: 0px 9px 76px -15px rgba(0, 0, 0, 0.123);
}

.hstack-header.error {
    box-shadow: 0 0px 10px 2px #ff646410;
    -webkit-box-shadow: 0 0px 10px 2px #ff646410;
    ;
    -moz-box-shadow: 0 0px 10px 2px #ff646410;
    ;
    background: #F55050 !important;
    animation: headShake;
    animation-duration: 2s;
}

.error .form-title,
.error a.form-title-button {
    color: #F2F2F2;
}

.form-data {
    background-color: #FFF;
    border-radius: 4px;
    padding: 1.6rem;
    margin: 0;
}

form.modal-content .modal-body {
    padding-top: 0rem !important;
    padding-bottom: 0.8rem !important;
}

.modal-body .map {
    height: 240px;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 4px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.modal-body .clock img.photo {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0px 9px 76px -15px rgba(0, 0, 0, 0.123);
    -webkit-box-shadow: 0px 9px 76px -15px rgba(0, 0, 0, 0.123);
    -moz-box-shadow: 0px 9px 76px -15px rgba(0, 0, 0, 0.123);
    margin-top: -80px;
    z-index: 99;
    position: relative;
}

.modal-body .clock .name {
    margin: 0.5rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.wrapper-upload {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    margin-top: -40px;
    z-index: 999;
    padding-left: 40px;
    padding-top: 10px;
}

.modal-body .clock .btn-upload {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-top: -70px;
}

.modal-body .clock input.image-picker {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    opacity: 0;
    z-index: 9999;
    display: block !important;
    position: relative;
}

.modal-body .clock .address {
    font-size: 0.8rem;
    font-weight: 400;
    color: #949494;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.modal-body .clock .date {
    font-size: 0.8rem;
    font-weight: 500;
    color: #292929;
    margin-top: 0.6rem;
    margin-bottom: 0rem;
}

.modal-body .clock .time {
    font-size: 1.4rem;
    font-weight: 400;
    color: #f2f2f2;
    background: #B80000;
    border: 1px dashed #14264e;
    padding: 0.6rem 1.4rem;
    letter-spacing: 0.2rem;
    border-radius: 4px;
    margin: 1rem 0;
    display: inline-block;
}

.modal-body .map .gmnoprint {
    display: none !important;
}

/* HTML marker styles */
.armada-tag {
    border-radius: 8px;
    color: #101010;
    padding: 10px 15px;
    scale: 1.2;
}

.armada-tag .icon-truck {
    transform: rotate(144deg);
    position: relative;
    background-image: url('../img/truck.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 40px !important;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
}

.armada-tag .indicator-truck {
    height: 10px;
    width: 10px;
    background: transparent;
    border-radius: 100%;
    display: block;
    margin-left: 4px;
    margin-bottom: 14px;
    right: 0;
    z-index: 0;
    animation: pulseTruck 2s infinite;
}

@keyframes pulseTruck {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 61%);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(255 153 0 / 69%);
    }
}

@keyframes pulseStatus {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1.2);
    }

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

.indicator-services {
    animation: pulseStatus 0.6s infinite;
}

.armada-tag .plate {
    font-weight: 600;
    color: #FFF;
    scale: 0.7;
    padding: 0.2rem 0.4rem;
    margin-right: -3rem;
    margin-top: -1rem;
    background: #2A2E31;
    border-radius: 2px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.price-tag {
    background-color: #FFF;
    box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.39);
    border-radius: 8px;
    color: #101010;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.price-tag.clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0;
    width: 0;
    height: 22px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

div[class*="-marker-view"]:has(.price-tag.clock:hover) {
    z-index: 9999;
}

.price-tag.clock img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-top: -1rem;
    box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.39);
}

.price-tag.clock label {
    font-size: 0.8rem;
    font-weight: 300;
    color: #5c5c5c;
    height: 0 !important;
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.price-tag.clock small {
    color: #fff;
    font-weight: 500;
    background: #101010;
    padding: 2px 8px;
    border-radius: 4px;
    height: 0 !important;
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.price-tag.clock span {
    height: 0 !important;
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.price-tag.clock:hover span,
.price-tag.clock:hover small,
.price-tag.clock:hover label {
    height: auto !important;
    opacity: 1;
}

.price-tag.clock:hover {
    padding: 0px 14px 8px 14px;
    z-index: 9999;
    width: auto;
    height: auto;
}

.price-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #101010;
}

[class$=api-load-alpha-banner] {
    display: none;
}

.control-form .custom-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.control-form .custom-file input+label {
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background-color: #ffffff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    color: #c6c6c6;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.control-form .custom-file input+label.filled {
    color: #101010;
}

.control-form .custom-file input+label .bi {
    margin-right: 0.4rem;
    color: #101010;
}

.control-form .custom-file input:focus+label,
.control-form .custom-file input+label:hover {
    border-color: #101010;
    color: #101010;
}

.control-form .form-label {
    font-size: 0.8rem;
    color: #8A9095;
    font-weight: 400;
    margin-bottom: 0.2rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-form textarea {
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background-color: #ffffff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    color: #101010;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
}

.dataTable .item-table {
    white-space: normal;
}

.dataTable .item-table .title {
    font-weight: 400;
    font-size: 0.74rem;
    color: #c6c6c6;
}

.dataTable .item-table .time-offs .item {
    text-align: left;
    border-radius: 4px;
    color: #101010;
    padding: 0 1rem;
}

.dataTable .item-table .time-offs .item h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0rem;
}

.dataTable .item-table .time-offs .item h4 {
    font-weight: 400;
    font-size: 0.74rem;
    color: #c6c6c6;
    margin-bottom: 0.2rem;
}

.control-form select {
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background-color: #ffffff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    color: #101010;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
}

.control-form .daterangepicker select.monthselect,
.control-form .daterangepicker select.yearselect {
    border: 0px;
    color: #101010;
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
}

.control-form .daterangepicker select.yearselect {
    font-weight: 500;
}

.control-form input {
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background-color: #ffffff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    color: #101010;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    width: 100%;
    accent-color: #9d0303;
}

.control-form input.dt-checkboxes {
    background-color: #f7f8f9;
    color: #101010;
    margin-top: 0.6rem !important;
}

.trumbowyg-box,
.trumbowyg-editor {
    min-height: 150px;
}

.text-body-mail .trumbowyg-box,
.trumbowyg-editor {
    min-height: 250px;
}

.trumbowyg-box {
    border: 0px !important
}

.trumbowyg-editor {
    border: 1px solid #F2F2F2;
    border-radius: 0;
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    background-color: #ffffff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    color: #101010;
    border-color: #F2F2F2;
}

.trumbowyg-button-pane {
    border: 1px solid #F2F2F2;
    background: #f2f2f2;
    border-bottom: 0px;
    padding: 0;
    z-index: 0;
}

.trumbowyg-editor:focus {
    background-color: white !important;
    border-color: #101010;
    box-shadow: 0 0px 10px 2px rgba(191, 191, 191, 0.09);
    -webkit-box-shadow: 0 0px 10px 2px rgba(191, 191, 191, 0.09);
    -moz-box-shadow: 0 0px 10px 2px rgba(191, 191, 191, 0.09);
}

.trumbowyg-editor .setalis-blockquote {
    opacity: 0.4 !important;
    border-left: 1px dashed #d2d2d2;
    padding-left: 0.4rem;
}

.control-form input:focus,
.control-form select:focus,
.control-form textarea:focus {
    box-shadow: 0 0px 10px 2px rgba(191, 191, 191, 0.09);
    -webkit-box-shadow: 0 0px 10px 2px rgba(191, 191, 191, 0.09);
    -moz-box-shadow: 0 0px 10px 2px rgba(191, 191, 191, 0.09);
    border-color: #101010;
}


.control-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c6c6c6 !important;
    font-weight: 300 !important;
    opacity: 1;
    /* Firefox */
}

.control-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c6c6c6 !important;
    font-weight: 300 !important;
}

.control-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c6c6c6 !important;
    font-weight: 300 !important;
}

.control-form textarea.form-control {
    min-height: calc(4.5em + .75rem + calc(var(--bs-border-width) * 2)) !important;
    overflow: hidden;
}

.control-form .error input,
.control-form .error select,
.control-form .error textarea,
.control-form .error.select2-border .select2-container--bootstrap-5 .select2-selection,
.control-form .error.custom-file input+label {
    box-shadow: 0 0px 10px 2px #ff646410;
    -webkit-box-shadow: 0 0px 10px 2px #ff646410;
    ;
    -moz-box-shadow: 0 0px 10px 2px #ff646410;
    ;
    border-color: #F55050 !important;
}

.control-form {
    padding-bottom: 8rem !important;
}

.control-form .error .form-label {
    color: #F55050;
}

.control-form .error-message {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
    background: #F55050;
    animation: headShake;
    animation-duration: 2s;
    padding: 0.2rem 0.6rem;
    box-shadow: 0 0px 10px 2px #ff646410;
    -webkit-box-shadow: 0 0px 10px 2px #ff646410;
    ;
    -moz-box-shadow: 0 0px 10px 2px #ff646410;
    ;
}

.control-form .form-check .form-check-label {
    font-weight: 400;
    font-size: 0.8rem;
    color: #101010;
    margin-top: -0.4rem;
    margin-left: 0.4rem;
    height: 20px;
}

.control-form .form-check .form-check-input {
    float: left;
    margin-left: -1.5rem;
    height: 20px;
    width: 20px;
}

.control-form .form-check-input:checked {
    background-color: #B80000;
    border-color: #9d0303;
}

.control-form .form-title-button {
    text-decoration: none;
    color: #B80000;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
}

.text-link {
    text-decoration: none;
    color: #B80000;
    font-weight: 500;
}

.modal-data .modal-dialog {
    border: 0;
}

.modal-data .modal-dialog .modal-content {
    border: 0;
}

.modal-data .modal-dialog .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none;
    border-bottom: 0px;
    padding: 1.6rem;
    padding-bottom: 0.8rem;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
}

.modal-data .modal-dialog .modal-header .modal-title {
    font-size: 1rem;
}

.modal-data.modal-sm .modal-dialog .modal-header {
    padding: 1.2rem 1.1rem 0 1.1rem;
}

.modal-data .modal-content {
    border-radius: 4px;
}

.modal-data.modal-sm .modal-dialog .modal-body {
    padding: 1rem 1.2rem 1rem 1.2rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #8A9095;
    font-weight: 400;
    margin-bottom: 0.2rem;
    display: block;
}

.modal-data.modal-sm .modal-dialog .modal-footer {
    padding: 1.2rem;
    padding-top: 0.8rem;
}

.modal-data .modal-dialog .modal-footer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: 0px;
    padding: 1.6rem;
    padding-top: 0.8rem;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.07);
}

.modal-footer .text-error {
    font-size: 0.8rem;
    color: #F55050;
    font-weight: 400;
    animation: headShake;
    animation-duration: 2s;
    font-weight: 400;
}

.modal-data .modal-dialog .modal-footer.bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
    border-top: 0px;
    padding: 1.6rem;
    padding-top: 0.4rem;
    justify-content: space-between;
}

.modal-data .modal-dialog .modal-body {
    padding: 0 1.6rem;
    margin-top: 0.2rem !important;
    margin-bottom: 0rem;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-data .modal-dialog .modal-body.no-padding {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-data .modal-dialog .modal-body.no-padding .dataTables_wrapper {
    margin-top: 0 !important;
}

.modal-data .modal-dialog .modal-body.no-padding .dataTables_wrapper .dataTable tbody:before,
.dataTable.no-margin tbody:before {
    display: none;
}

.modal-data .modal-dialog .modal-body.no-padding.checbox .dataTables_wrapper tbody tr td:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 1.8rem;
}

.modal-data .modal-dialog .modal-body.no-padding.checbox .dataTables_wrapper tbody tr td:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 1.4rem;
    width: 20px;
    padding-right: 0rem;
    padding-bottom: 1rem;
}

.modal-data .modal-dialog.modal-fullscreen .modal-body {
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop {
    background-color: rgb(197, 197, 197);
}

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

.shadow-none {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.dropdown-menu-dark {
    background: #5F8670;
}

.dropdown-menu-dark a {
    color: #FFF;
    font-weight: 400;
}

.dropdown-menu-dark a.dropdown-item.disabled {
    color: #6a370a;
}

.dropdown-item {
    font-size: 0.8rem;
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #dedede
}

.dropdown-menu .dropdown-divider {
    border-color: #f2f2f2;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: #557c66;
}

.badge {
    font-weight: 500;
    font-size: 0.8rem;
    border-radius: 2px;
}

.badge.text-xs {
    font-size: 0.7rem !important;
}

.badge.text-age {
    margin-top: 0.2rem;
    margin-left: -0.6rem;
    font-size: 0.8rem !important;
}

/* Info */

.info .info-label {
    font-weight: 400;
    font-size: 0.74rem;
    color: #c6c6c6
}

.info .info-content {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
}

.info .badge {
    font-size: 0.6rem;
    margin-left: 0.4rem
}

ol.pelanggran {
    padding-left: 1rem;
    padding-top: 0.6rem;
    font-size: 0.88rem;
}

ol.pelanggran li {
    padding: 0.2rem 0;
    margin-bottom: 0 !important;
}

.labelContainer {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    overflow: hidden;
    position: relative;
}

.labelContainer span.badge-infos-error {
    width: 100%;
    font-size: 0.8rem;
    color: #F55050;
    font-weight: 400;
    animation: headShake;
    animation-duration: 2s;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    text-align: center;
}



.lists-dialog {
    margin-top: 0 !important;
}

.lists-dialog .item {
    font-size: 0.8rem;
    background-color: #fcfcfceb;
    margin: 0 -1.4rem 0.2rem -1.4rem;
    padding: 0.4rem 1.4rem;
}

.lists-dialog .item small {
    font-size: .675em;
}

.lists-dialog .btn {
    margin-left: 0.4rem;
}

.lists-dialog .item .w-120 {
    min-width: 140px;
    width: 140px;
    max-width: 140px
}

.modal-header span {
    font-size: 0.8rem;
    color: #8A9095;
    font-weight: 400;
}

.modal-header span small {
    font-size: 0.6rem;
    color: #656565;
    font-weight: 500;
    padding-left: 0.3rem;
    border-left: 1px solid #c5c5c5;
    margin-left: 0.4rem;
}

.modal-preview {
    z-index: 1090 !important;
}

table.nowrap {
    opacity: 0;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

table.nowrap.d-hid {
    opacity: 1;
}

body.sb-sidenav-toggled .button-add {
    height: 0px;
}

body.sb-sidenav-toggled .button-add .btn.btn-primary {
    position: fixed;
    right: 0.5rem;
    bottom: 6rem;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0.2rem 0.1rem;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

body.sb-sidenav-toggled .button-add .btn.btn-primary .bi.bi-plus-lg {
    font-size: 1.4rem;
    color: #FFF;
}

.calendar {
    position: relative;
}

.calendar_scroller {
    /* snap mandatory on horizontal axis  */
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
    -webkit-overflow-scrolling: touch;
    /* Enable Safari touch scrolling physics which is needed for scroll snap */
}

.calendar_scroller div {
    height: 56px;
    scroll-snap-align: center;
    position: relative;
    background-color: #FFF;
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
}

.calendar_scroller img {
    border-radius: 10px;
}

.calendar_scroller div {
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar_scroller div:not(.weekend):active {
    color: #FFF !important;
    background-color: #B80000;
}

.calendar_scroller div:hover {
    color: #5F8670;
    background-color: #F9F9F9;
}

.calendar_scroller div.today:not(.weekend) {
    color: #474971;
}

.calendar_scroller div.weekend {
    color: #b7b7b7;
    background: #f4f4f4;
}

.calendar .month {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.calendar .month label {
    font-weight: 400;
    margin-left: 0.2rem;
}

.calendar_scroller div.selected {
    color: #FFF !important;
    background-color: #B80000;
}

.calendar_scroller div label {
    font-weight: 400;
    font-size: 1rem;
}

.calendar .btn {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 0.6rem;
    font-size: 0.8rem;
}


@media (max-width: 768px) {

    .navbar-hide .bi-list,
    body.sb-sidenav-toggled .navbar-hide .bi.close {
        display: inline;
    }

    body.sb-sidenav-toggled .navbar-hide .bi-list,
    .navbar-hide .bi.close {
        display: none;
    }

    #sidebar-wrapper {
        width: 100%;
        margin-left: -100%;
    }

    .sidebar .parent {
        width: 100%;
    }

    .pagination-bottombar {
        left: 1rem !important;
    }

    .pagination-bottombar.modal-pagination,
    .pagination-bottombar.onpage-pagination {
        left: 0rem !important;
    }

    body.sb-sidenav-toggled .navbar-brand .navbar-hide {
        left: 0 !important;
    }

    .navbar {
        margin-left: 0rem;
    }

    .main-container {
        padding-left: 2rem !important;
    }

    .main-container.full {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .dataTable thead {
        top: 74px;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    }

    .scrolled .dataTable thead {
        top: 0px;
    }

    .searchbar .input-group-text {
        padding: 0.6rem 1.2rem 0.6rem 1.8rem;
    }

    .select-topbar {
        padding: 0 0.4rem;
    }

    .select-topbar .input-group-text {
        margin-left: 0.68rem;
    }

    .breadcrumb {
        position: absolute;
        border: 0;
        left: 0rem;
        bottom: 4rem;
        opacity: 0;
    }

    .pagination-bottombar .dataTables_info {
        color: #8A9095;
        position: absolute;
        border: 0;
        right: 0rem;
        bottom: 4.1rem;
        opacity: 0;
    }

    /* .pagination-bottombar:hover .dataTables_info, .pagination-bottombar:hover .breadcrumb {
        opacity: 1;
    } */

    .pagination-bottombar.scrolled {
        margin-bottom: -10rem;
    }

    .form-data {
        padding: 1.4rem 0.8rem;
    }

    .dataTable.with-check thead th {
        padding-left: 1rem;
    }

    .dataTable.with-check tbody td {
        padding-left: 1rem;
    }

    .dataTable.with-check tbody td:last-child.no-padding {
        padding-right: 0.4rem !important;
    }

    .button-add {
        height: 0px;
    }

    .button-add .btn.btn-primary {
        position: fixed;
        right: 0.2rem;
        bottom: 6rem;
        font-size: 0;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        padding: 0.2rem 0.1rem;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
    }

    .button-add .btn.btn-primary .bi.bi-plus-lg {
        font-size: 1.4rem;
        color: #FFF;
    }

    .button-add.scrolled .btn.btn-primary {
        right: -4rem;
    }

    .navbar.fixed-top.scrolled {
        top: -70px;
    }

    .scrolled .navbar-toggler {
        right: -80px !important;
    }

    .sidebar .parent .top {
        min-height: calc(100vh - 170px) !important;
        max-height: calc(100vh - 170px) !important;
    }

    .sidebar .parent .bottom {
        position: fixed;
        bottom: 0;
    }

    .navbar-brand .navbar-hide {
        left: 0.2rem !important;
        position: fixed !important;
    }

    .navbar-brand .navbar-hide.scrolled {
        left: -80px !important;
    }

}

body.sb-sidenav-toggled #navbarSupportedContent.collapse {
    left: 0 !important;
}

#navbarSupportedContent.collapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
}

#navbarSupportedContent.collapsing {
    position: fixed;
    bottom: -15rem;
    left: 16rem;
    right: 0;
    margin: 0 1rem;
    padding: 1rem;
    display: flex !important;
    justify-content: center;
    column-gap: 1rem;
    align-items: center;
    background-color: #FFF;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    flex-wrap: wrap;
}

@media (max-width: 992px) {

    body.sb-sidenav-toggled #navbarSupportedContent.collapse {
        left: 0rem !important;
    }

    #navbarSupportedContent.collapse {
        position: fixed;
        bottom: -45rem;
        left: 16rem;
        right: 0;
        margin: 0 1rem;
        padding: 0.6rem 1rem;
        display: flex !important;
        background-color: #FFF;
        box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
        -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
        -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.206);
        justify-content: center;
        column-gap: 1rem;
        row-gap: 0.2rem;
        align-items: center;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
        border-radius: 4px;
        flex-wrap: wrap;
    }

    #navbarSupportedContent.collapse.show {
        bottom: 1rem;
    }

    .calendar_scroller div {
        height: 42px;
        scroll-snap-align: center;
        position: relative;
        background-color: #FFF;
        font-size: 0.54rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    .calendar_scroller div label {
        font-weight: 400;
        font-size: 0.876rem;
    }
}

.offcanvas-size-xxl {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s;
    --bs-offcanvas-width: min(100vw, calc(100vw - 15.8rem)) !important;
}

body.sb-sidenav-toggled .offcanvas-size-xxl {
    --bs-offcanvas-width: 100vw !important;
}

@media (max-width: 768px) {

    #navbarSupportedContent.collapse {
        left: 0rem;
        right: 0;
    }

    .offcanvas-size-xxl {
        --bs-offcanvas-width: 100vw !important;
    }
}


.offcanvas.mail {
    background-color: white;
    z-index: 1041;
}

.offcanvas .offcanvas-body {
    padding: 0;
}

.offcanvas .offcanvas-body iframe {
    border: 0px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: rgb(251, 251, 251);
}

.offcanvas.mail .offcanvas-header {
    margin-top: 0.2rem;
    padding-left: 2rem;
}

.attachment-mail {
    font-size: 0.78em;
    margin: 0 2rem 2rem 2rem;
    color: #a1a1a1;
    border-top: 1px solid #f2f2f2;
    padding-top: 1rem;
}

.attachment-mail a {
    color: #101010;
    text-decoration: none;
}

.attachment-mail a .card {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background: #f9f9f9;
}

.attachment .card .card-body .overlay-delete {
    position: absolute;
    background: #9f3636e3;
    color: #ffffff;
    font-size: 2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.attachment .col:hover .card .card-body .overlay-delete {
    opacity: 1;
    cursor: pointer;
}

ul.from-mail {
    font-size: 0.78em;
    list-style: none;
    margin: 0;
    padding: 0 2rem 0.6rem 2rem;
    color: #a1a1a1;
}

ul.from-mail li {
    font-size: 0.88em;
    margin: 0;
    padding: 0;
    white-space: auto;
}


@media (max-width: 576px) {

    .offcanvas-size-xxl {
        --bs-offcanvas-width: 100vw !important;
    }


    .modal-data .modal-dialog .modal-body {
        padding-top: 0rem !important;
        padding-bottom: 0.4rem !important;
        margin-top: 0.2rem;
        max-height: 70vh;
    }

    .modal-data .modal-dialog .modal-body.no-padding.checbox .dataTables_wrapper tbody tr td:first-child {
        padding-left: 0.4rem;
    }

    .modal-data .modal-dialog .modal-body.no-padding.checbox .dataTables_wrapper tbody tr td:last-child {
        padding-right: 0.4rem;
    }

    .modal-data .modal-dialog.modal-fullscreen-sm-down .modal-header {
        padding: 1rem;
    }

    .modal-data .modal-dialog.modal-fullscreen-sm-down .modal-body {
        padding: 0 0.5rem;
        margin: 0 0rem;
        max-height: none;
        flex-wrap: wrap;
        width: 100%;
        align-content: flex-start;
        overflow-x: hidden;
    }

    .modal-delete .modal-dialog .modal-body {
        padding-top: 0.8rem !important;
    }

    .lists-dialog .item {
        padding: 0.8rem 1.4rem;
    }

    .lists-dialog .item {
        font-size: 0.8rem;
        font-weight: 300;
    }

    .lists-dialog .item .order-2 {
        font-size: 0.88rem;
        font-weight: 400;
        margin-bottom: 0.1rem;
    }

    .lists-dialog .item .action.order-1 {
        display: flex;
        align-self: flex-end;
        position: absolute;
    }

    .sm-row thead th:not(:first-child) {
        display: none;
    }

    .sm-row tr td {
        display: block;
        padding: 0.4rem 1rem !important;
        font-size: 0.8rem;
        border-bottom: 0px solid #F2F2F2 !important;
    }

    .sm-row tr td.last-row {
        padding: 0.4rem 1rem 1.4rem 1rem !important;
    }

    .sm-row tr td:first-child {
        padding: 1.4rem 1rem 0.4rem 1rem !important;
        border-top: 1px solid #F2F2F2 !important;
    }

    .sm-row tr td[data-th]:before {
        content: attr(data-th);
    }

    .sm-row tr td.no-padding.action {
        display: table-footer-group;
        position: relative;
        top: 0;
        background: transparent;
        float: right;
        height: 40px;
        padding: 0rem 0.6rem !important;
        width: 40px;
        margin-top: calc(-40px - 0.8rem);
    }
}

.accordion.replies .accordion-item .accordion-header .accordion-button {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 0.4em;
    font-weight: 300;
}

.accordion.replies .accordion-button:focus {
    box-shadow: none;
    border-color: none;
}

.accordion.replies .accordion-button::after {
    display: none;
}

.accordion.replies .accordion-button:not(.collapsed) {
    color: #101010;
    box-shadow: none;
    background-color: #fefefe;
}

.accordion.replies .accordion-body {
    padding: 0rem 1.8rem 1rem 1.8rem;
}

.accordion.replies .accordion-body .setalis-date-reply,
.setalis .setalis-date-reply {
    opacity: 0.5;
    font-size: 0.72em;
    font-weight: 400;
}

.accordion.replies .accordion-body blockquote.setalis-blockquote,
.setalis blockquote.setalis-blockquote {
    opacity: 0.4;
    font-size: 0.68em;
    font-weight: 300;
}

.accordion.replies .accordion-item {
    border-color: #F2f2f2;
}

.accordion.replies .accordion-item:first-of-type,
.accordion.replies .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown-menu.notifications .dropdown-item {
    width: 280px;
    background-color: #fafafc;
    color: #8A9095;
    font-size: 0.8rem;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0.7rem;
}

.dropdown-menu.notifications .dropdown-item.active {
    background-color: #FFF;
    color: #101010;
}

.dropdown-menu.notifications .dropdown-item.header {
    background-color: #FFF;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0 1.2rem 0.6rem 1.2rem;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dropdown-menu.notifications .dropdown-item.header a {
    font-size: 0.58rem;
    text-decoration: none;
    color: #9d0303;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown-menu.notifications .dropdown-item.header:hover {
    background-color: #FFF;
    cursor: auto;
}

.dropdown-menu.notifications .dropdown-item .body {
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 0.2rem;
}

.dropdown-menu.notifications .dropdown-item .body small {
    font-size: 0.7rem;
    color: #8A9095;
    display: block;
    margin-top: 0.4rem;
    font-weight: 300;
}

.dropdown-menu.notifications .dropdown-item .body small .bi {
    margin-right: 4px;
}

.text-muted.ttd {
    transform: rotate(45deg);
    font-size: 0.6rem;
    margin-bottom: -0.8rem;
    margin-left: 2rem;
    color: #f550508e !important;
}

.list-gaji .accordion-item .accordion-header .accordion-button {
    padding: 1rem 1.8rem;
    background-color: #fcfcfceb;
}

.list-gaji .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #f5f5f7;
    color: #101010;
    box-shadow: none;
}

.list-gaji .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.list-gaji .accordion-item .accordion-header .accordion-button h5 {
    font-size: 0.8rem;
    font-weight: 500;
    width: 100%;
}

.list-gaji .accordion-item {
    border-bottom: 0.2rem solid #FFF;
}

.modal-header span.title-slips {
    font-size: 1rem;
    color: #101010 !important;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.modal-header img.logo-slips {
    width: 50px;
    margin-bottom: -5rem;
    float: right;
    margin-top: 0.4rem;
}

img.logo-small {
    height: 28px;
    float: right;
    margin-top: -4px;
}

.list-gaji .accordion-item .accordion-header .accordion-button p {
    font-size: 0.79rem;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.2rem;
}

.list-gaji .accordion-item .accordion-button .label-nominal {
    font-size: 0.8rem;
    margin-top: 0.14rem;
}

.list-gaji .accordion-item .accordion-button .badge-nip {
    font-size: 0.6rem;
    display: inline;
    height: 18px;
}

.list-gaji .accordion-item .accordion-body {
    font-size: 0.77rem;
    padding-top: 0rem;
}

.list-gaji .form-control {
    font-size: 0.77rem;
    border: 0px;
    text-align: right;
    padding: 0;
    font-weight: 500;
    border-left: 2px solid #9d0303;
    font-family: 'Barlow', sans-serif;
}

.list-gaji .form-control.readonly {
    font-weight: 300;
    background-color: transparent;
    border-left: 0px solid #9d0303;
}

.item-no-padding td {
    padding: 0.2rem 0.5rem !important;
}

.item-no-padding td.info-detail {
    padding-left: 1.2rem !important;
    font-weight: 300;
    color: #767676;
}

.item-no-padding td.info-detail span {
    font-weight: 400;
    color: #292929;
}

.list-gaji td.nominal {
    min-width: 40px !important;
    text-align: end;
}

.list-gaji td.value {
    text-align: end;
    min-width: 120px !important;
}

.item-total td {
    font-weight: 500;
}

.item-pay td {
    font-weight: 500;
    border-top: 1px solid #f4f4f4;
}

.text-print-small {
    margin-top: 2rem;
    font-size: 0.5rem;
    font-weight: 300;
    color: #9C9FAA;
}

.loading-dialog {
    background: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
}

.loading-dialog.page {
    background: rgba(218, 218, 218, 0.523);
    position: absolute;
    height: 100%;
    top: 0;
    left: 16rem;
    right: 0;
    z-index: 1040;
    width: auto;
}

.modal-open .loading-dialog.page {
    z-index: 99999;
    width: 80%;
    height: 80vh;
    border-radius: 2rem;
    margin: 1rem auto;
    left: 0;
    right: 0;
}

.loading-dialog .loader {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

body.sb-sidenav-toggled .loading-dialog.page {
    left: 0rem;
}

@media (max-width: 768px) {
    body.sb-sidenav-toggled .loading-dialog.page {
        left: 0rem;
    }

    .loading-dialog.page {
        left: 0rem;
    }
}

.chart-component {
    min-height: 90vh;
    background-color: #ffffff4f;
    position: relative;
    text-align: center;
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.1s;
}

.chart-component .orgchart {
    background-image: none;
    padding: 6rem 4rem;
    border-radius: 8px;
    transition: box-shadow cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
    box-shadow: none;
    cursor: pointer;
}

.chart-component .orgchart:active {
    background-color: #ececec;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
}

.chart-component .orgchart ul li .node.selected,
.chart-component .orgchart .node.focused {
    background-color: rgb(224 224 224 / 70%);
    border-radius: 4px;
}

.chart-component .orgchart ul li .node:hover {
    background-color: rgb(224 224 224 / 50%);
    border-radius: 4px;
}

.chart-component .orgchart .hierarchy::before {
    border-top: 2px solid #282828;
}

.chart-component .orgchart>ul>li>ul li>.node::before {
    background-color: #282828;
}

.chart-component .orgchart .node:not(:only-child)::after {
    background-color: #282828;
}

.chart-component .oci.oci-leader {
    display: none;
}

.chart-component .orgchart .nodes {
    justify-content: center;
}

.chart-component .orgchart .node .title {
    padding: 6px 14px;
    min-width: 120px;
    width: auto;
    text-align: center;
    font-size: .74rem;
    font-weight: 400;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(65 67 89);
    color: #fff;
    border-radius: 2px 2px 0 0
}

.chart-component .orgchart .node .content {
    box-sizing: border-box;
    padding: 5px 12px;
    height: 28px;
    font-size: .625rem;
    border: 1px solid rgb(65, 67, 89);
    border-radius: 0 0 2px 2px;
    text-align: center;
    background-color: #fff;
    color: #101010;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chart-component .orgchart>.spinner::before,
.chart-component .orgchart~.mask .spinner::before {
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-radius: 50px;
    border-top-color: rgba(65, 67, 89, 1);
    border-bottom-color: rgba(65, 67, 89, 1);
    border-left-color: rgba(65, 67, 89, 1)
}

.title-tab {
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

div .photo-product {
    width: 100%;
    height: 440px;
    border-radius: 8px;
    background-color: #FFF;
    transition: box-shadow cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
    object-fit: contain;
}

#documentPreviewIframe {
    object-fit: scale-down;
    object-position: center;
    max-height: 89vh;
}

.img-fleet {
    border-radius: 8px;
    object-fit: cover;
    width: 98%;
    aspect-ratio: 3/2;
    background-color: #FFF;
    border: 1px solid #F2F2F2;
}

.map-fleet {
    background-color: #eee;
    height: 30vh;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.01);
    -webkit-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.01);
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
}

.map-fleet:hover {
    height: 45vh;
    box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 15px 26px -2px rgba(0, 0, 0, 0.04);
}

.photo-armada {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/2;
    background-color: #FFF;
    border: 1px solid #F2F2F2;
    cursor: pointer;
    border-top: 0px;
}

.none.fle {
    display: inline-block;
    margin-right: 1rem;;
}

.input-time-confirm {
    border: 0px;
    border-radius: 0;
    padding: 0.5rem;
}


@media (max-width: 768px) {

    .none.fle {
        display: block;
    }

}

.photo-absen {
    width: 140px;
    display: block;
    margin-top: 0.4rem;
    float: inline-start;
    margin-right: 0.4rem;
    height: 110px;
    object-fit: cover;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.photo-absen-tooltip {
    width: 100%;
    display: block;
    margin-top: 0.4rem;
    margin-right: 0.4rem;
    height: 110px;
    object-fit: cover;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-bottom: 0.2rem;
}

th.branch {
    background-color: #fff !important;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
}

th.weekend {
    color: #9d0303 !important;
}

.dataTable thead tr.small th {
    padding: 0.3rem 0.1rem;
}

td.dot-absen {
    width: 20px !important  ;
    color: #101010 !important;
    font-weight: 400 !important;
    padding: 0.1rem 0rem !important;
}

td.dot-absen sup i {
    position: absolute;
    color: rgb(163, 163, 163) !important;
    animation: pulseStatus 0.6s infinite;

}
td:hover.dot-absen {
    color: #101010 !important;
    cursor: pointer;
    font-weight: 800 !important;
}

.dot-absen.telat {
    background-color: #9d0303;
    color: #FFF !important;
    font-weight: 600 !important;
}

.dot-absen.lembur {
    background-color: #14264e;
    color: #FFF !important;
    font-weight: 600 !important;
}

.dot-absen.menunggu {
    background-color: #f1df18;
    color: #FFF !important;
    font-weight: 600 !important;
}
.dot-absen a.indicator-services {
    background-color: #315fc3cc;
}

.dot-absen.normal {
    background-color: #1a472ef1;
    color: #FFF !important;
    font-weight: 600 !important;
}

tr:hover td.dot-absen.telat {
    color: #9d0303 !important;
    border-bottom: 2px dashed #9d0303 !important;
}

tr:hover td.dot-absen.lembur {
    color: #14264e !important;
    border-bottom: 2px dashed #14264e !important;
}

tr:hover td.dot-absen.normal {
    color: #557c66 !important;
    border-bottom: 2px dashed #557c66 !important;
}

td:hover.dot-absen {
    background-color: #bebebe !important;
}

tr.no-border-bottom td {
    border-bottom: 1px solid transparent !important;
}

tr.namem td {
    background: rgb(241, 233, 233) !important
}

tr.namem:hover td {
    background: rgb(228, 195, 195) !important
}

span.day-name {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

#webcam {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -webkit-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    -moz-box-shadow: -19px 0px 63px 5px rgba(191, 191, 191, 0.225);
    margin-bottom: 1rem;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#map video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#map #photoElement {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.qr-scan {
    text-align: center;
    padding-bottom: 1rem;
    padding-bottom: 0.5rem;
    background-color: #FFF;
    margin-bottom: 0.6rem;
}

.qr-scan img {
    width: 140px;
}

.dropdown-toggle .badge {
    position: absolute;
    border-radius: 8px;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-left: 4px;
    animation: pulseTruck 2s infinite;
}

.trumbowyg-editor br {
    display: block; /* Ensures line breaks are visually distinct */
    margin: 0.1em 0; /* Adjust margin as needed */
    content: ''; /* Additional styling if required */
}