

/* div.btn-today-wrapper.today-left.ng-star-inserted{
    display: none;
} */

/* bs-datepicker-container.bottom.ng-tns-c3199939204-1.ng-star-inserted {
    top: 102px;
} */


modal-container.modal.fade.is-active.in {
    margin-top: 70px;
}

/* bs-datepicker-container.bottom.ng-tns-c3199939204-1.ng-star-inserted {
    margin-top: 100px;
} */

.yellow {
    background: #FFF5DC;
    /*color: #E9A807;*/
    color: #FF9900;
    border-radius: 4px;
    padding: 0.5em;
}

.blue {
    background: #E3F1FF;
    color: #007DFE;
    border-radius: 4px;
    padding: 0.5em;
}

.green {
    color: #06AA6F;
    background: #E9FFF7;
    border-radius: 4px;
    padding: 0.5em;
}

.grey{
   color: #889696;
    background:  #F3F7FB;
    border-radius: 4px;
    padding: 0.5em; 
}

.red {
    background: lightpink;
    color: red;
    border-radius: 4px;
    padding: 0.5em;
}
    
    .wm-app,
    .wm-app h1,
    .wm-app h2,
    .wm-app h3,
    .wm-app h4,
    .wm-app h5,
    .wm-app h6,
    .wm-app .h1,
    .wm-app .h2,
    .wm-app .h3,
    .wm-app .h4,
    .wm-app .h5,
    .wm-app .h6 {
        font-family: Nunito, Open Sans, sans-serif;
    }
    /*   .wm-app .live-field.form-group .help-block {
        width: 100%;
        margin: 0;
        color: red;
    }
    

    .wm-app .app-device-liveform .help-block,
    .wm-app .app-form .help-block,
    .wm-app .app-livefilter .help-block,
    .wm-app .app-liveform .help-block,
    .wm-app .app-livelist .help-block {
        font-size: .9em;
        padding: 0 1.25em;
    }

    */

    .wm-app .mainpanel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*padding: 20px 51px;*/
        gap: 10px;
        /* White */
        background: #FFFFFF !important;
        /* Card1 */
        box-shadow: 0px 0px 5px rgba(154, 161, 169, 0.25);
        border-radius: 20px;
    }

    .wm-app .insidepanel {
        background-color: #FFFFFF !important;
    }

    .wm-app .app-livefilter .form-group .form-control-static+.app-input-wrapper>.form-control {
        width: calc(100% - 15%);
        column-width: calc(100% - 15%);
        -webkit-column-width: calc(100% - 15%);
        max-width: 100%;
    }

    .wm-app .app-composite-widget.caption-floating {
        margin-top: 0.5em;
    }

    .wm-app .form-control:hover,
    .wm-app .form-group+.form-control:hover {
        background-image: linear-gradient(#E6EEFC, #E6EEFC), linear-gradient(#F3F6FB, #F3F6FB);
        border: 0.7px solid #2EA2F3 !important;
        border-radius: 4px;
    }

    .wm-app .form-group {
        margin-bottom: 0.8em;
    }

    .wm-app .form-control:focus,
    .wm-app .form-group+.form-control:focus {
        background-image: linear-gradient(#E6EEFC, #E6EEFC), linear-gradient(#F3F6FB, #F3F6FB) !important;
        border: 0.7px solid #2EA2F3 !important;
        border-radius: 4px;
    }

    .wm-app .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        margin-left: 20px;
        margin-right: 20px;
        clear: both;
        font-weight: normal;
        /*line-height: 1.42857143;*/
        white-space: nowrap;
        height: 40px;
        /* Blue Lighter */
    }

    .wm-app .dropdown-menu>li>a:hover,
    .wm-app .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #666666;
        background: #E3F1F9;
        border-radius: 10px;
    }

    .wm-app .dropdown-menu>.active>a,
    .wm-app .dropdown-menu>.active>a:hover,
    .wm-app .dropdown-menu>.active>a:focus {
        color: #666666;
        background: #E3F1F9;
        border-radius: 10px;
        text-decoration: none;
        outline: 0;
    }

    .wm-app .dropdown-menu>.disabled>a,
    .wm-app .dropdown-menu>.disabled>a:hover,
    .wm-app .dropdown-menu>.disabled>a:focus {
        color: #aaaaaa;
    }

    .wm-app .dropdown-menu>.disabled>a:hover,
    .wm-app .dropdown-menu>.disabled>a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

    .toplabelicon {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 9px 14px;
        gap: 10px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        /* Navy */
        background: #083D96;
        border-radius: 10px;
        color: #FFFFFF;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        margin-bottom: 10px;
    }

    .toplabelicon:hover {
        color: #FFFFFF;
    }

    .wm-app .panel-title {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700 !important;
        font-size: 28px !important;
        line-height: 25px;
        /* identical to box height */
        display: flex;
        align-items: center;
        /* Navy */
        color: #083D96;
    }

    .wm-app .panel .panel-heading h3.panel-title .heading,
    .wm-app .panel .panel-heading h3.panel-title .app-icon {
        /*font-family: 'Open Sans';*/
        font-style: normal;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 25px;
        color: #083D96;
    }

    .styled-scrollbars {
        /* Foreground, Background */
        scrollbar-color: #FFB628 #E0E2DB;
    }

    .table-container::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .table-container::-webkit-scrollbar-thumb {
        /* Foreground */
        background: #FFB628;
    }

    .table-container::-webkit-scrollbar-track {
        /* Background */
        background: #E0E2DB;
    }

    .app-grid-content::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .app-grid-content::-webkit-scrollbar-thumb {
        /* Foreground */
        background: #FFB628;
    }

    .app-grid-content::-webkit-scrollbar-track {
        /* Background */
        background: #E0E2DB;
    }

    .wm-app .app-top-nav+.app-content {
        Ignore: a;
        height: calc(100% - 13.99em);
    }

    .wm-app .panel-footer {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: #F3F6FB;
    }

    .wm-app .app-date .form-control.app-textbox {
        /*background-color: #FFFFFF !important;*/
        color: #9EAEC1;
        border: 1px solid #E3EBF4 !important;
        /*border: 0.7px solid #2EA2F3 !important;*/
        border-radius: 4px;
    }

    .wm-app .app-date .form-control.app-textbox:hover {
        color: #9EAEC1;
        /*border: 1px solid #E3EBF4 !important;*/
        border: 0.7px solid #2EA2F3 !important;
    }

    .wm-app .input-group-btn button {
        border: 0px !important;
    }

    .wm-app input.form-control[type=text],
    .wm-app .app-textarea {
        /*background-color: white !important;*/
        border: 1px solid #E3EBF4 !important;
        border-radius: 4px !important;
    }

    .wm-app textarea {
        /*background-color: white !important;*/
        border: 1px solid #E3EBF4 !important;
        border-radius: 4px !important;
    }

    .wm-app .gridlabel {
        margin-top: auto;
        margin-bottom: auto;
    }

    .wm-app .form-control,
    .form-group+.form-control {
        border: 1px solid #E3EBF4 !important;
        border-radius: 4px;
    }

    .wm-app .form-control:hover,
    .form-group+.form-control:hover {
        border: 1px solid #2EA2F3 !important;
        border-radius: 4px;
    }

    .wm-app .input {
        border-radius: 4px !important;
    }

    .wm-app .app-content-column {
        background-color: #FFFFFF;
        padding: 18px 60px 21px;
    }

    .wm-app .app-grid {
        background: #F3F6FB;
        border-radius: 10px !important;
        margin-top: 10px;
    }

    .panel2 {
        /* White */
        background: #FFFFFF !important;
        /* Card1 */
        box-shadow: 0px 0px 5px rgba(154, 161, 169, 0.25);
        border-radius: 20px !important;
        /*padding: 20px 50px;*/
        gap: 10px;
    }

    .wm-app .modal-content {
        box-shadow: unset;
        border: unset;
    }

    .wm-app .app-grid .table thead :not(.filter-row) th {
        background-color: #E6EEFC;
        color: #083D96;
    }

    .pagetitle1 {
        font-weight: 700 !important;
        font-size: 20px;
        line-height: 26px;
        text-align: justify;
        letter-spacing: 0.02em;
        color: #0041AE;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 18px !important;
    }

    .mipanel {
        background: #FFFFFF;
        border: 1px solid #E3EBF4;
        border-radius: 8px;
    }

    .wm-app .panel {
        background: #F3F7FB !important;
        border-radius: 8px;
    }

    .wm-app .app-footer {
        background: #0A3479 !important;
        color: #FFFFFF;
        margin-bottom: 0px !important;
        width: 100%;
    }

    .icn-edit:hover {
        color: #0041AE !important;
    }

    .btn-default {
        border: 1.5px solid #0057E7 !important;
        border-radius: 8px !important;
        color: #0057E7;
    }

    .wm-app .form-control,
    .wm-app .form-group+.form-control {
        /*border: 1px solid #E3EBF4 !important;*/
        /*border-radius: 8px;*/
        border: 1px solid #cacfd3;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 6px 20px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 6px 20px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 6px 20px 0px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 6px 20px 0px rgba(0, 0, 0, 0.08);
        -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 6px 20px 0px rgba(0, 0, 0, 0.08);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .wm-app .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 8px 0 0 8px;
    }

    .wm-app .btn-primary {
        font-weight: 600;
    }
    /*Dialog Modal*/

    .mdl {
        margin: 120px auto !important;
    }

    .mdl .modal-content {
        border-radius: 12px;
    }

    .mdl .modal-header {
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

    .mdl .dialog-heading {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #0057E7;
    }

    .mdl .close {
        font-size: 30px;
    }

    .mdl .modal-footer {
        text-align: center;
    }

    .mdl .lb-form {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #444F5C;
    }

    .mdl .lb-data-form {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        color: #444F5C;
    }

    .mdl .btn-primary {
        border-radius: 8px;
    }
    /* Toasts */

    .wm-app #toast-container {
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 6px;
    }

    .wm-app #toast-container>div {
        opacity: 1;
        background-position: 12px center;
        animation: fadeInAnimation ease 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    .wm-app #toast-container>.toast-success {
        background-color: #E9FFF7;
        /*background-image: url("resources/files/svg/toast-success.svg") !important;*/
    }

    .wm-app #toast-container .toast-message {
        font-size: 14px;
        white-space: normal;
    }

    .wm-app #toast-container>.toast-success>.toast-message {
        color: #06AA6F;
    }

    .wm-app .toast-top-center {
        top: 104px;
    }

    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* Tabs Styling */
    /*    font-family: 'Open Sans';*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 14px;*/
    /*    line-height: 19px;*/

    .wm-app .app-tabs .nav.nav-tabs>li .tab-heading * {
        vertical-align: top;
        /*    font-family: 'Open Sans';*/
        /*    font-style: normal;*/
        /*    font-weight: 700;*/
        /*    font-size: 14px;*/
        /*    line-height: 19px;*/
    }

    .wm-app .app-tabs .nav.nav-tabs>li.active>a {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .app-tabs .nav.nav-tabs>li.active>a:hover,
    .wm-app .app-tabs .nav.nav-tabs>li.active>a:focus {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .app-tabs .nav.nav-tabs>li>a:hover,
    .wm-app .app-tabs .nav.nav-tabs>li>a:focus {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .nav-tabs>li.app-nav-item.active>a,
    .wm-app .app-nav.nav-justified>li.app-nav-item.active>a {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .nav-tabs>li.app-nav-item.active>a:hover,
    .wm-app .app-nav.nav-justified>li.app-nav-item.active>a:hover,
    .wm-app .nav-tabs>li.app-nav-item.active>a:focus,
    .wm-app .app-nav.nav-justified>li.app-nav-item.active>a:focus {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .nav-tabs>li.app-nav-item>a:hover,
    .wm-app .app-nav.nav-justified>li.app-nav-item>a:hover,
    .wm-app .nav-tabs>li.app-nav-item>a:focus,
    .wm-app .app-nav.nav-justified>li.app-nav-item>a:focus {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .nav-tabs>li.app-nav-item:hover>a:hover,
    .wm-app .app-nav.nav-justified>li.app-nav-item:hover>a:hover {
        background-color: transparent;
        color: #083D96;
        font-weight: 700;
        font-size: 14px;
    }

    .wm-app .nav-tabs>li.active a:after,
    .wm-app .app-nav.nav-justified>li.active a:after,
    .wm-app .nav-tabs>li:hover a:after,
    .wm-app .app-nav.nav-justified>li:hover a:after,
    .wm-app .nav-tabs>li:focus a:after,
    .wm-app .app-nav.nav-justified>li:focus a:after {
        background: transparent;
        font-weight: normal;
    }
    /**** End Tab Styling ****/
    /* Tables styling */

    .wm-app .app-grid .app-datagrid,
    .wm-app .app-tabs .tab-content .panel .app-datagrid {
        padding: 1em 1em;
    }

    .wm-app .app-grid .app-datagrid .app-grid-header+.app-grid-content {
        position: relative;
        top: -12px;
    }

    .wm-app .app-grid .table {
        background-color: transparent;
        border-spacing: 0 0.5em;
        border-collapse: separate;
    }

    .wm-app .app-grid .table thead th .header-data {
        text-transform: none;
        font-weight: 600;
        font-size: 14px;
        font-family: Open Sans;
    }

    .wm-app .app-grid .table thead :not(.filter-row) th {
        border: 0;
    }

    .wm-app .app-grid .table thead :not(.filter-row) th:first-child,
    .wm-app .app-grid .table tbody tr td:first-child {
        border-radius: 8px 0 0 8px;
    }

    .wm-app .app-grid .table thead :not(.filter-row) th:last-child,
    .wm-app .app-grid .table tbody tr td:last-child {
        border-radius: 0 8px 8px 0;
    }

    .wm-app .app-grid .table tbody tr td {
        background-color: #FFFFFF !important;
        border-color: #F3F7FB !important;
    }

    .wm-app .table>thead>tr>th,
    .wm-app .table>tbody>tr>th,
    .wm-app .table>tfoot>tr>th {
        padding: 13px 16px;
    }

    .wm-app .table>thead>tr>td,
    .wm-app .table>tbody>tr>td,
    .wm-app .table>tfoot>tr>td {
        padding: 8px 16px;
    }
    /* Button new data */

    .wm-app .btn-newdata.app-button.btn {
        padding: 9px 14px;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        background: #0057E7;
        border-radius: 8px;
        box-shadow: none;
    }

    .wm-app .btn-newdata.app-button.btn .btn-caption {
        margin: 0;
    }

    .wm-app .btn-newdata.app-button.btn .btn-caption:before {
        /*content: url('resources/files/svg/icon-button-plus.svg');*/
        width: 13px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }
    /* Button upload data */

    .wm-app .btn-upload.app-button.btn {
        padding: 9px 14px;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        background: #0057E7;
        border-radius: 8px;
        box-shadow: none;
    }

    .wm-app .btn-upload.app-button.btn .btn-caption {
        margin: 0;
    }

    .wm-app .btn-upload.app-button.btn .btn-caption:before {
        /*content: url('resources/files/svg/icon-button-upload.svg');*/
        width: 13px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }
    /* Pagination data table */

    .wm-app .app-grid .app-datagrid-paginator .app-datanavigator .pagination.basic .page-item .page-link {
        background: #FFFFFF;
        border: 1px solid #BCC9DA;
        border-radius: 6px;
    }

    .wm-app .app-grid .app-datagrid-paginator .app-datanavigator .pagination.basic .page-item.pagination-prev .page-link,
    .wm-app .app-grid .app-datagrid-paginator .app-datanavigator .pagination.basic .page-item.pagination-next .page-link {
        padding: 0;
    }

    .wm-app .app-grid .app-datagrid-paginator .app-datanavigator .pagination.basic .page-item.active .page-link,
    .wm-app .app-grid .app-datagrid-paginator .app-datanavigator .pagination.basic .page-item.active .page-link:hover,
    .wm-app .app-grid .app-datagrid-paginator .app-datanavigator .pagination.basic .page-item.active .page-link:focus {
        background: #0057E7;
        border-color: #0057E7;
        box-shadow: none;
        color: #F3F7FB;
    }
    /* Gmaps autocomplete in dialog */

    .pac-container {
        z-index: 1100 !important;
    }

    .main-spin {
        z-index: 1200 !important;
        position: fixed;
    }

    .tsp_footer2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 32px;
        /* Footer height */
    }

    .btn-default {
        border: 1.5px solid #0057E7 !important;
        border-radius: 8px !important;
    }

    .table-list {
        border-radius: 8px;
    }

    .form-activation-footer {
        text-align: right;
        margin-top: -30px;
    }

    [name="tblRoleList"] .app-datagrid .app-datagrid-cell img {
        border-radius: 0;
    }

    .row-status {
        cursor: pointer;
    }

    .center {
        text-align: center !important;
    }

    .list-akses {
        height: 50vh;
        max-height: 50vh;
        overflow-y: auto;
    }

    .list-card-akses {
        width: 45% !important;
    }

    .list-card-akses-tengah {
        width: 10% !important;
    }

    .div-card-tengah-parent {
        position: relative;
        height: 50vh;
    }

    .div-card-tengah-child {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .dir-right {
        direction: rtl;
    }

    .dir.left {
        direction: ltr;
    }

    .left {
        text-align: left;
    }

    .item-card-active {
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgba(33, 173, 240, 0.03) !important;
    }

    .parent {
        border: none !important;
        margin-top: 20px;
        background: #F3F7FB !important;
        border-radius: 8px !important;
    }

    .parent:hover {
        border: none !important;
    }

    .parent div label {
        color: #0041AE !important;
        font-weight: 600 !important;
    }

    .child {
        border-bottom: 1px solid #E3EBF4 !important;
    }

    .child div label {
        color: #444F5C !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .child-first {
        border-top: none;
        border-bottom: 1px solid #E3EBF4 !important;
    }

    .child-first div label {
        color: #444F5C !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .app-list-item {
        padding-top: unset !important;
        padding-bottom: unset !important;
        padding-left: 10px !important;
    }
    /* width */

    .list-akses::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */

    .list-akses::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #E3EBF4;
        border-radius: 4px;
    }
    /* Handle */

    .list-akses::-webkit-scrollbar-thumb {
        background: #FFB700;
        border-radius: 10px;
    }
    /* Handle on hover */

    .list-akses::-webkit-scrollbar-thumb:hover {
        background: #FFC800;
    }

    .wm-app .checkbox input:checked+.caption:before {
        box-shadow: inset 0 0 0 13px #0057e7 !important;
        border-color: #0057e7 !important;
    }

    .btn-rounded {
        border-radius: 50% !important;
        width: 42px !important;
        height: 42px !important;
        color: #0057E7 !important;
    }

    .app-checkbox {
        padding: unset !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .wm-app .btn.disabled,
    .wm-app .btn.btn-primary.disabled,
    .wm-app .btn[disabled],
    .wm-app .btn.btn-primary[disabled] {
        background: #9EAEC1 !important;
        border: 1.5px solid #9EAEC1 !important;
    }

    .wm-app .form-control[disabled],
    .wm-app .form-control[readonly],
    fieldset[disabled] .wm-app .form-control {
        background-color: #E3EBF4 !important;
    }

    .line-parent {
        position: relative;
    }

    .line-child {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .push_to_center {
        float: left;
        height: 50%;
        margin-bottom: -55px;
    }

    .content {
        clear: both;
        height: 110px;
        position: relative;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: left;
    }

    .btn-pilih {
        position: absolute;
        right: 38px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999999 !important;
        cursor: pointer;
    }

    .label-pilih {
        color: #444F5C !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .tp_topmenu {
        background-color: #fac800;
        color: #967800;
        font-weight: 700;
    }

    .wm-app .app-top-nav {
        z-index: 200 !important;
        background-color: #FFFFFF;
    }

    .bg-transparent {
        background-color: transparent !important;
    }

    .wm-app .app-header .nav>li:last-child a::before {
        content: '';
        width: 0px;
    }
