html,
body {
    height: 100%;
    margin: 0;
}

input,
input::placeholder {
    font: 12px sans-serif;
    color: #000;
}

p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fleks {
    display: flex;
    gap: 8px;
    padding-left: 12px;
}

.fleksbottom {
    display: flex;
    gap: 8px;
    padding-left: 12px;
    flex-direction: column;
}

.blue-text {
    color: #0041C4;
}

.box {
    width: 100%;
    height: 700px;
}

.box-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 22px 0px 37px;
    gap: 18px;
}

.box-body {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 4px;
    width: 142.5px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.box-body .marker {
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    padding: 1px;
}

.box-body .user-text {
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.search-user {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0px 8px 8px;
    gap: 16px;
    width: 203px;
    padding-left: 15px;
    height: 42px;
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.search-area {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 4px;
    width: 142.5px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    flex: none;
    order: 1;
    flex-grow: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* margin-right: 9px; */
}

.box-user {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0px;
    gap: 16px;
    width: 299px;
    height: 52px;
    border-bottom: 1px solid #F2F2F2;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.fleks-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 2px;
    height: 34px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.user-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: capitalize;
}

.user-position {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #000000;
}

.user-img {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
}

.box-header-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 15px;*/
    padding-left: 15px;
}

.leaflet-container {
    margin: 0 auto;
    height: 700px;
    width: 100%;
    max-width: 100%;
    max-height: 700px;
}

.leaflet-icon {
    width: 100px;
    height: 100px;
    ;
    border-radius: 50%;
}

.circular--square {
    border-radius: 50%;
}


/* Tracking */

.box-tracking-user {
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: 527px;
    height: 62px;
    left: 423px;
    top: 18px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
}

.box-tracking-distance {
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: 527px;
    height: 62px;
    left: 600px;
    top: 18px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
}

.box-tracking-time {
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: 527px;
    height: 62px;
    left: 780px;
    top: 18px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
}

.detail-user {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 165px;
    height: 62px;
    /* State/White */
    background: #FFFFFF;
    border-radius: 7px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.detail-user .fleks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 2px;
    width: 66px;
    height: 26px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.detail-user .fleks .name {
    width: 90px;
    height: 13px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.detail-user .fleks .position {
    width: 90px;
    height: 11px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    /* identical to box height */
    text-transform: capitalize;
    /* State/Black */
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.detail-user .distance-title {
    width: 149px;
    height: 13px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.detail-user .distance {
    width: 149px;
    height: 13px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #f70808;
    flex: none;
    order: 0;
    flex-grow: 0;
}


/* Date */

.input-date {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 8px 8px 33px;
    gap: 4px;
    width: 142.5px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    flex: none;
    order: 0;
    flex-grow: 1;
    /* padding-left: 25px; */
    background: url("http://127.0.0.1:8000/date.svg") no-repeat left;
    background-size: 24px;
}

.start_date {
    margin-right: 9px;
}

.box-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    float: left;
}

.box-notification {
    position: relative;
    margin-left: 7px;
    margin-right: 9px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    isolation: isolate;
    border: transparent;
    width: 42px;
    height: 42px;
    /* State/Container */
    background: #F2F2F2;
    border-radius: 7px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.count-notif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 8px;
    gap: 8px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    width: auto;
    height: 24px;
    left: 21px;
    top: -3px;
    /* State/Error */
    background: #EF3A3A;
    border-radius: 30px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    /* ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* NOTIF DETAIL */

.box-notif-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 100%;
    height: 54px;
    margin: 10px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.box-notif-list .box-icon-notif {
    width: 40px;
    height: 54px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.box-notif-list .box-icon-notif .box-circle-notif {
    position: absolute;
    width: 54px;
    height: 54px;
    left: 0px;
    top: 0px;
    /* State/Container */
    background: #F2F2F2;
    border-radius: 50%;
}

.box-notif-list .box-icon-notif .box-circle-notif .icon-notif {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 15px;
}

.box-notif-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
    width: 237px;
    height: 51px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.box-notif-detail .date {
    width: 205px;
    height: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    letter-spacing: -0.24px;
    /* Text/placeholder */
    color: #79747E;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.box-notif-detail .description {
    width: 374px;
    height: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    /* Elipisis */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.list-notif {
    cursor: pointer;
}

#modal-detail-notif {
    overflow-y: scroll
}


/* Loading */

.loading {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: rgb(0, 0, 0);
    z-index: 99;
    flex-direction: column;
}

.loader-wheel {
    z-index: 99999999;
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}

.loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}

.loader-text:after {
    content: 'Loading';
    animation: load 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Loading';
    }
    33% {
        content: 'Loading.';
    }
    67% {
        content: 'Loading..';
    }
    100% {
        content: 'Loading...';
    }
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.box-filter {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px;
    gap: 16px;
    width: 100%;
    height: 218px;
    /* State/White */
    background: #FFFFFF;
    /* State/Container */
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.check-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 4px;
    width: 100%;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.check-box img {
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.check-box .title {
    width: 80%;
    height: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* text-transform: capitalize; */
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.check-box .check {
    flex: none;
    order: 2;
    flex-grow: 0;
}

.button-filter {
    color: #fff;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: 42px;
    background: #0041C4;
    border-radius: 7px;
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
}

.information {
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: 168px;
    height: auto;
    right: 56px;
    top: 18px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
}

.info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 165px;
    height: auto;
    /* State/White */
    background: #FFFFFF;
    border-radius: 7px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.info-box span {
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* text-transform: capitalize; */
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.menumobile {
    display: none;
}

.box-header-user {
    max-height: 200px;
    overflow: scroll;
}

@media only screen and (max-width: 600px) {
    .box-notif-detail .description {
        width: 248px;
    }
    .box-notif-list {
        margin: 10px 10px 30px 10px;
    }
    #sidebar {
        display: none;
    }
    .box-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 22px 0px 10px;
        gap: 34px;
    }
    .box-tracking-user {
        width: 218px;
        left: 60px;
        top: 5px;
    }
    .box-tracking-distance {
        width: 218px;
        left: 60px;
        top: 75px;
    }
    .box-tracking-time {
        width: 218px;
        left: 60px;
        top: 145px;
    }
    .information {
        width: 138px;
        right: 11px;
        top: 5px;
    }
    .info-box {
        width: 138px;
    }
    .check-box {
        height: 20px;
    }
    .check-box img {
        width: 20px;
        height: 20px;
    }
    .check-box .title {
        font-size: 10px;
    }
    .gm-style-mtc {
        display: none;
    }
    .menumobile {
        z-index: 999;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;
        position: absolute;
        width: 40px;
        height: auto;
        left: 10px;
        top: 5px;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
        cursor: pointer;
    }
    .menumobile-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px;
        gap: 8px;
        width: 40px;
        height: auto;
        background: #FFFFFF;
        border-radius: 7px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .menumobile-box span {
        font-size: 7px;
        margin-top: -5px;
    }
    .box-header-user {
        max-height: 136px;
        overflow: scroll;
    }
}