.form-group {
    margin-bottom: 1em;
}
.breadcrumb {
    text-align: right;
    align-content: right;
    justify-content: right;
}
.details .card-title {
    margin-bottom: 2em;
}

.details .form-group {
    display: flex;
    align-items: start;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e9ecef;
}
    .details .form-group 

    .details .form-group:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .details .form-group label {
        width: 150px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .details .form-group p {
        margin-bottom: 0;
    }



a.ajax-link, a[tabindex] {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/* TABLES */

table.table tr td {
    vertical-align: middle;
}
table.table tr td p {
    margin-bottom: 0;
}

/* EMPLOYEE LAYOUT */

#layout-wrapper:has(#employee-header) #page-topbar {
    box-shadow: none;
}

.page-content:has(#employee-header) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 72px;
}

#employee-header .card {
    margin-bottom: 1em;
    border-radius: 0;
}

    #employee-header .card .card-body {
        border-radius: 0;
    }


    /*Employee Profile*/
table#workingdays-table {
    width: auto !important;
}

    table#workingdays-table tr td,
    table#workingdays-table tr th {
        min-width: 55px !important;
        width: 55px !important;
        text-align: center;
    }

@media screen and (max-width: 500px) {
    table#workingdays-table {
        width: 100% !important;
    }

        table#workingdays-table tr td,
        table#workingdays-table tr th {
            min-width: auto !important;
            width: auto !important;
            padding: 10px 10px;
        }
}

table#workingdays-table tr th {
    background-color: #dedede;
}

/*Allowance Breakdown Table*/
table#allowance-breakdown-table {
    width: auto !important;
    border-radius: 10px;
}
    table#allowance-breakdown-table tr:first-child td {
        border-top-right-radius: 10px;
    }
    table#allowance-breakdown-table tr:first-child th {
        border-top-left-radius: 10px;
    }
    table#allowance-breakdown-table tr:last-child td {
        border-bottom-right-radius: 10px;
    }

    table#allowance-breakdown-table tr:last-child th {
        border-bottom-left-radius: 10px;
    }
    table#allowance-breakdown-table tr td,
    table#wallowance-breakdown-table tr th {
        text-align: center;
    }

    table#allowance-breakdown-table tr th {
        background-color: #dedede;
    }
@media screen and (max-width: 500px) {
    table#allowance-breakdown-table {
        width: 100% !important;
    }
}


/*Avatars*/
.avatar {
    width: 2em;
    min-width: 2em;
    height: 2em;
    line-height: 2.2em;
    display: inline-block;
    background: #bbc5f5 no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #556ee6;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
}

    .avatar.avatar-more {
        letter-spacing: -2px;
        background-color: #3EA3DD;
    }

    .avatar.avatar-img {
        background-color: transparent;
    }

    .avatar i {
        font-size: 125%;
        vertical-align: sub;
    }

.avatar-sm {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: .75em;
}

.avatar-md {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.6em;
    font-size: 1em;
}

.avatar-lg {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 3em;
}

.avatar-xl {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 4.0em;
}

.avatar-xxl {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 6em;
}

.avatar-placeholder {
    background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}

.avatar-list {
    margin: 0 0 -.5em;
    padding: 0;
}

    .avatar-list .avatar {
        margin-bottom: .5em;
    }

        .avatar-list .avatar:not(:last-child) {
            margin-right: .5em;
        }

.avatar-list-stacked .avatar {
    margin-right: -.8em !important;
}

.avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px #fff;
}

.text-white .avatar {
    background-color: #ffffff !important;
    color: #3e884f !important;
}

#avatarUploadWrapper {
    display: inline-block;
    position: relative;
}

    #avatarUploadWrapper:hover #avatarUploadOverlay {
        opacity: .7;
    }

#avatarUploadOverlay {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #556ee6;
    text-align: center;
}

#avatarUploadOverlayContent {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.avatar-fullname {
    padding-left: 0.5em;
}


.modal-body {
    overflow: auto;
    max-height: calc(95vh - 150px);
}

.dropzone {
    min-height: auto
}

    .dropzone h3 {
        font-size: 0.8em;
    }

.kt-dropzone-error {
    border: solid 2px #d43f3a !important;
}

.dropzone .dz-preview .dz-error-message {
    opacity: 1 !important;
    margin-top: 20px;
}

.datepicker {
    z-index: 1060 !important; /* has to be larger than 1050 */
    border: solid 1px #ced4da !important;
}

.blockui {
    z-index: 1700;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: .42rem
}

    .blockui.blockui-noshadow {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .blockui > span {
        color: #464e5f;
        padding: .75rem 1.2rem;
        font-size: 1rem;
        font-weight: 400;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .blockui > span > .loader, .blockui > span > .spinner {
            margin-right: 1.25rem
        }


/*Wizards*/
.wizard-nav {
    padding: 0;
}

    .wizard-nav .wizard-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style: none;
    }

        .wizard-nav .wizard-steps .wizard-step {
            padding: 0.75rem 0;
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
            margin-bottom: 1.5rem;
        }

.wizard-steps .wizard-step .wizard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wizard-steps .wizard-step a {
    padding: 0 !important;
}

.wizard-nav .wizard-steps .wizard-step .wizard-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    min-width: 34px;
    height: 34px;
    border-radius: 12px;
    background-color: #F3F6F9;
    margin-right: 1rem;
}

    .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
        display: none;
        font-size: 1.4rem;
    }

    .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
        font-weight: 600;
        color: #3F4254;
        font-size: 0.8rem;
    }

.wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        color: #181C32;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
        color: #B5B5C3;
        font-size: 0.8rem;
    }

.wizard-nav .nav-tabs a {
    cursor: default;
}

.wizard-nav .nav-tabs .nav-link:focus, .wizard-nav .nav-tabs .nav-link:hover {
    border-color: #ffffff !important;
}

    .wizard-nav .nav-tabs .nav-link:focus i, .wizard-nav .nav-tabs .nav-link:hover i {
        color: #B5B5C3 !important;
    }

.wizard-nav .wizard-steps .wizard-step.active {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

    .wizard-nav .wizard-steps .wizard-step.active .wizard-icon {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        background-color: #556ee640;
    }

        .wizard-nav .wizard-steps .wizard-step.active .wizard-icon .wizard-check {
            color: #556ee6;
            display: none;
        }

        .wizard-nav .wizard-steps .wizard-step.active .wizard-icon .wizard-number {
            color: #556ee6;
        }

    .wizard-nav .wizard-steps .wizard-step.active .wizard-label .wizard-title {
        color: #181C32;
    }

    .wizard-nav .wizard-steps .wizard-step.active .wizard-label .wizard-desc {
        color: #B5B5C3;
    }

    .wizard-nav .wizard-steps .wizard-step.active:last-child .wizard-icon, .wizard-nav .wizard-steps .wizard-step.done .wizard-icon {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        background-color: #C9F7F5;
    }

        .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .wizard-check {
            color: #34c38f;
            display: inline-block;
        }

        .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .wizard-number {
            display: none;
        }

.wizard-nav .wizard-steps .wizard-step .wizard-step-seperator {
    margin-left: 1em;
    margin-right: 1em;
}

.wizard-nav .wizard-steps .wizard-step:last-child .wizard-step-seperator {
    display: none;
}

.wizard-nav .wizard-steps .wizard-step.done .wizard-label .wizard-title {
    color: #181C32;
}

.wizard-nav .wizard-steps .wizard-step.done .wizard-label .wizard-desc {
    color: #D1D3E0;
}

@media (max-width: 767.98px) {
    .wizard-nav .wizard-steps .wizard-step {
        width: 100%;
    }

        .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .svg-icon {
            display: none;
        }
}

.sw-theme-hr {
    border-radius: 5px;
    border: 1px solid #ddd;
    border: none;
}

    .sw-theme-hr > .sw-container {
        min-height: 200px;
    }

    .sw-theme-hr > .tab-content {
        padding-top: 0;
        width: 100%;
    }

    .sw-theme-hr .step-content {
        padding: 0 10px;
        border: 0px solid #D4D4D4;
        background-color: #FFF;
        text-align: left;
    }

    .sw-theme-hr .sw-toolbar {
        padding: 10px;
        margin-bottom: 0 !important;
    }


    .sw-theme-hr > ul.step-anchor {
        border: 0;
        padding: 0px;
        background: transparent;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
    }

        .sw-theme-hr > ul.step-anchor li + li:before {
            padding: 0;
        }


        .sw-theme-hr > ul.step-anchor > li.danger > a:after {
            border-left: 30px solid #d9534f !important;
        }

        .sw-theme-hr > ul.step-anchor > li.disabled > a, .sw-theme-hr > ul.step-anchor > li.disabled > a:hover {
            color: #eee !important;
        }

@media screen and (max-width: 768px) {
    .sw-theme-hr > ul.step-anchor {
        border: 0;
        background: #ddd !important;
    }

    .sw-theme-hr > .nav-tabs > li {
        float: none !important;
        margin-bottom: 0;
    }

    .sw-theme-hr > ul.step-anchor > li > a, .sw-theme-hr > ul.step-anchor > li > a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }

        .sw-theme-hr > ul.step-anchor > li > a:after, .sw-theme-hr > ul.step-anchor > li > a:before {
            display: none;
        }
}

.modal-header.wizard-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-body.wizard-body {
    padding-top: 0;
    max-height: calc(100vh - 100px) !important;
}

.wizard-body-inner {
    padding-top: 0;
    padding-right: 15px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.wizard-footer {
    margin-top: 2em;
}

/*Workspace*/
#workspace-card-mission {
    background-image: url("../images/mission/compass-white.png");
    background-repeat: no-repeat;
    background-position: bottom -4em right -4em;
}
/*getting started*/
#gettingstarted-card-main {
    background-image: url("../images/gettingstarted/rocket-background.png");
    background-repeat: no-repeat;
    background-position: bottom -250px right -250px;
}
/*Icon-cards-row*/
.icon-cards-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px
}

    .icon-cards-row .glide__track {
        margin-left: -3px;
        margin-right: -3px
    }

    .icon-cards-row .glide__slides {
        padding-top: 10px;
        padding-left: 3px;
        padding-right: 3px
    }

        .icon-cards-row .glide__slides .glide__slide {
            padding-left: 5px;
            padding-right: 5px
        }

    .icon-cards-row .card-body {
        padding: 2rem .5rem
    }

    .icon-cards-row .card-text {
        color: #8f8f8f;
        height: 30px;
        line-height: 26px
    }

    .icon-cards-row .lead {
        color: #34c38f;
        margin-bottom: 0
    }

    .icon-cards-row i {
        font-size: 38px;
        line-height: 66px;
        color: #34c38f
    }

    .icon-cards-row .card {
        transition: box-shadow 1s;
        cursor: pointer
    }

@media (max-width: 1439px) {
    .icon-cards-row .card-text {
        height: 48px;
        line-height: 18px
    }

    .icon-cards-row .lead {
        font-size: 1.6rem
    }

    .icon-cards-row i {
        font-size: 32px;
        line-height: 47px
    }
}

.alert {
    -webkit-justify-content: center;
    align-items: center;
    border-radius: 12px;
}

    .alert .alert-icon {
        font-size: 2em;
        padding-right: 12px;
        padding-left: 0;
    }

@media screen and (max-width: 500px) {
    .alert .alert-icon {
        display: none;
    }
}

    .alert.alert-custom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: center;
        padding: 0.5rem 1rem
    }

        .alert.alert-custom .alert-text {
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .alert-text p:last-child {
        margin-bottom: 0
    }

    .alert-help {
        background-image: url("../images/help/help-alert-background.png");
        background-repeat: no-repeat;
        background-position: bottom -4em right -4em;
    }

    .card {
        border: solid 1px #ebebee;
        border-radius: 12px;
    }

        .card .card-header {
            border-top-right-radius: 12px;
            border-top-left-radius: 12px;
            background-color: #fff;
        }

    .dropdown-menu .dropdown-item {
        padding-left: 1em;
        padding-right: 1em;
    }

        .dropdown-menu .dropdown-item i {
            width: 18px;
        }

    /* APP SPECIFIC STUFF */



    table.heatmap {
    }

        table.heatmap tr th,
        table.heatmap tr td {
            text-align: center;
            font-size: 12px;
            padding: 10px 20px;
        }

    td.heatmap-10 {
        background-color: #f9ebed;
    }


    @media (max-width: 600px) {
        table.heatmap tr th,
        table.heatmap tr td {
            font-size: 15px;
            padding: 5px 8px !important;
        }
    }

    td.heatmap-20 {
        background-color: #fbdddd;
    }

    td.heatmap-30 {
        background-color: #facbcb;
    }

    td.heatmap-40 {
        background-color: #f8bbbb;
    }

    td.heatmap-50 {
        background-color: #f6aaaa;
    }

    td.heatmap-60 {
        background-color: #f59898;
    }

    td.heatmap-70 {
        background-color: #f38787;
    }

    td.heatmap-80 {
        background-color: #f27777;
        color: #fff;
    }

    td.heatmap-90 {
        background-color: #f06666;
        color: #fff;
    }

    td.heatmap-100 {
        background-color: #EF5555;
        color: #fff;
    }

    /*absence table*/
    .absence-calendar {
        font-size: 11px;
    }

        .absence-calendar tr td, .absence-calendar tr th {
            text-align: center;
        }

            .absence-calendar tr td.fixed-row, .absence-calendar tr th.fixed-row {
                text-align: left;
            }

            .absence-calendar tr td.outsidemonth {
                background-color: #aaa;
            }

            .absence-calendar tr td.weekend {
                background-color: #eee;
            }

                .absence-calendar tr td.weekend a i.fa-plus {
                    color: #aaa;
                }

            .absence-calendar tr td.publicHoliday {
                background-color: #50a5f1;
            }

                .absence-calendar tr td.publicHoliday i {
                    color: #ffffff;
                }

            .absence-calendar tr td.today {
                background-color: #d4e9f7;
            }

                .absence-calendar tr td.today a i.fa-plus {
                    color: #fff;
                }

            .absence-calendar tr td.Approved {
                background-color: #34c38f;
                color: #fff;
            }

            .absence-calendar tr td.StartIsHalf,
            .absence-calendar tr td.EndIsHalf {
                background-repeat: no-repeat;
                background-position: 0 0;
                background-size: 100% 100%;
                background-color: inherit; /* keep underlying colour where gradient is transparent */
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

            .absence-calendar tr td.StartIsHalf {                
                background-image: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0) 26% );
            }

            .absence-calendar tr td.EndIsHalf {
                background-image: linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0) 26% );
            }

            .absence-calendar tr td.Approved a {
                color: #fff;
            }

            .absence-calendar tr td.Requested, .absence-calendar tr td.Requested a {
                background-color: #f1b44c;
                color: #fff;
            }

            .absence-calendar tr td.Sickness, .absence-calendar tr td.Sickness a {
                background-color: #f46a6a;
                color: #fff;
            }

            .absence-calendar tr td.add a {
                color: #ccc;
                font-weight: 100;
            }
            .absence-calendar tr td.Declined, .absence-calendar tr td.Declined a {
                background-color: #f46a6a;
                color: #fff;
            }

    .select2-container .select2-search--inline .select2-search__field {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        margin-top: 8px;
    }
        .select2-container .select2-search--inline .select2-search__field::placeholder {
            color: #6c757d;
            opacity: 1;
            font-weight: normal;
            font-family: Poppins, sans-serif;
        }

        .select2-dropdown--below {
            min-width: 350px !important;
        }

    select.select2[multiple] {
        height: 1em !important;
    }

    .select2-keyboard-tooltip {
        width: 200px;
        bottom: 100%;
        left: 2em;
        transition: opacity .4s ease-in;
        visibility: hidden;
    }

        .select2-keyboard-tooltip .arrow {
            left: 95px;
        }

    .select2-container--focus:not(.select2-container--open):not(.select2-hide-tooltip) .select2-keyboard-tooltip {
        visibility: visible;
        transition: opacity .4s ease-out;
        opacity: 100;
    }

    select.select2 {
        display: none;
    }

    .select2-container {
        /*min-width: 200px;*/
        max-width: 100%;
    }

    form:not(.form-inline) .select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .select2-dropdown {
        z-index: 2101 !important;
    }

    .select2-selection__rendered:not(:empty) {
        padding-right: 33px !important;
    }

    .select2-selection__clear {
        right: 20px !important;
    }

    .select2-search__field {
        min-width: 120px;
    }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        padding-left: 20px;
        padding-right: 0px;
    }

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 0px;
    }

    table.dataTable {
        clear: both;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        max-width: none !important;
        border-collapse: separate !important;
        border-spacing: 0;
    }

        table.dataTable td,
        table.dataTable th {
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            padding: 7px 4px;
        }

        table.dataTable th {
            padding: 5px 3px;
        }

            table.dataTable td.dataTables_empty,
            table.dataTable th.dataTables_empty {
                text-align: center;
            }

        table.dataTable.nowrap th,
        table.dataTable.nowrap td {
            white-space: nowrap;
        }

    div.dataTables_wrapper div.dataTables_length label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: auto;
        display: inline-block;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }

        div.dataTables_wrapper div.dataTables_filter label {
            font-weight: normal;
            white-space: nowrap;
            text-align: left;
        }

        div.dataTables_wrapper div.dataTables_filter input {
            margin-left: 0.5em;
            display: inline-block;
            width: auto;
        }

    div.dataTables_wrapper div.dataTables_info {
        padding-top: 0.85em;
        white-space: nowrap;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 0;
        white-space: nowrap;
        text-align: right;
    }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination {
            margin: 2px 0;
            white-space: nowrap;
            justify-content: flex-end;
        }

    div.dataTables_wrapper div.dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        margin-left: -100px;
        margin-top: -26px;
        text-align: center;
        padding: 1em 0;
    }

    table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
    table.dataTable thead > tr > td.sorting_asc,
    table.dataTable thead > tr > td.sorting_desc,
    table.dataTable thead > tr > td.sorting {
        padding-right: 30px;
    }

    table.dataTable thead > tr > th:active,
    table.dataTable thead > tr > td:active {
        outline: none;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        position: relative;
    }

        table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
        table.dataTable thead .sorting_asc:before,
        table.dataTable thead .sorting_asc:after,
        table.dataTable thead .sorting_desc:before,
        table.dataTable thead .sorting_desc:after,
        table.dataTable thead .sorting_asc_disabled:before,
        table.dataTable thead .sorting_asc_disabled:after,
        table.dataTable thead .sorting_desc_disabled:before,
        table.dataTable thead .sorting_desc_disabled:after {
            position: absolute;
            bottom: 0.9em;
            display: block;
            opacity: 0.3;
        }

        table.dataTable thead .sorting:before,
        table.dataTable thead .sorting_asc:before,
        table.dataTable thead .sorting_desc:before,
        table.dataTable thead .sorting_asc_disabled:before,
        table.dataTable thead .sorting_desc_disabled:before {
            right: 1em;
            content: "\2191";
        }

        table.dataTable thead .sorting:after,
        table.dataTable thead .sorting_asc:after,
        table.dataTable thead .sorting_desc:after,
        table.dataTable thead .sorting_asc_disabled:after,
        table.dataTable thead .sorting_desc_disabled:after {
            right: 0.5em;
            content: "\2193";
        }

        table.dataTable thead .sorting_asc:before,
        table.dataTable thead .sorting_desc:after {
            opacity: 1;
        }

        table.dataTable thead .sorting_asc_disabled:before,
        table.dataTable thead .sorting_desc_disabled:after {
            opacity: 0;
        }

    div.dataTables_scrollHead table.dataTable {
        margin-bottom: 0 !important;
    }

    div.dataTables_scrollBody table {
        border-top: none;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

        div.dataTables_scrollBody table thead .sorting:before,
        div.dataTables_scrollBody table thead .sorting_asc:before,
        div.dataTables_scrollBody table thead .sorting_desc:before,
        div.dataTables_scrollBody table thead .sorting:after,
        div.dataTables_scrollBody table thead .sorting_asc:after,
        div.dataTables_scrollBody table thead .sorting_desc:after {
            display: none;
        }

        div.dataTables_scrollBody table tbody tr:first-child th,
        div.dataTables_scrollBody table tbody tr:first-child td {
            border-top: none;
        }

    div.dataTables_scrollFoot > .dataTables_scrollFootInner {
        box-sizing: content-box;
    }

        div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
            margin-top: 0 !important;
            border-top: none;
        }

    @media screen and (max-width: 767px) {
        div.dataTables_wrapper div.dataTables_length,
        div.dataTables_wrapper div.dataTables_filter,
        div.dataTables_wrapper div.dataTables_info,
        div.dataTables_wrapper div.dataTables_paginate {
            text-align: center;
        }
    }

    table.dataTable.table-sm > thead > tr > th {
        padding-right: 20px;
    }

    table.dataTable.table-sm .sorting:before,
    table.dataTable.table-sm .sorting_asc:before,
    table.dataTable.table-sm .sorting_desc:before {
        top: 5px;
        right: 0.85em;
    }

    table.dataTable.table-sm .sorting:after,
    table.dataTable.table-sm .sorting_asc:after,
    table.dataTable.table-sm .sorting_desc:after {
        top: 5px;
    }

    table.table-bordered.dataTable th,
    table.table-bordered.dataTable td {
        border-left-width: 0;
    }

        table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
        table.table-bordered.dataTable td:last-child,
        table.table-bordered.dataTable td:last-child {
            border-right-width: 0;
        }

    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        border-bottom-width: 0;
    }

    div.dataTables_scrollHead table.table-bordered {
        border-bottom-width: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row {
        margin: 0;
    }

        div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
            padding-left: 0;
        }

        div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
            padding-right: 0;
        }

    /*Card Items*/
    .card-item {
        padding: 1em 0.75em;
        margin-bottom: 1em;
        border-radius: 4px;
        border: solid 1px #ccc;
        background-color: #f6f6f6;
        color: #495057;
        border-radius: 12px;
    }

        .card-item a {
            color: #495057;
        }

        .card-item .fad {
            color: #495057;
        }

    .card-item-success {
        border-color: #34c38f;
        background-color: #f1f8f6;
    }

        .card-item-success .fad {
            color: #34c38f;
        }

    .card-item-danger {
        border-color: #f46a6a;
        background-color: #fbdada;
    }

        .card-item-danger .fad {
            color: #f46a6a;
        }

        .card-item-danger a.btn.text-white .fad {
            color: #ffffff !important;
        }

    /*SEARCH CONTROLS*/

    .search-controls-item {
        margin-right: 1.0em;
        margin-bottom: 0.5em;
        padding: 0px 5px;
        border-radius: 5px;
        display: flex;
    }

        .search-controls-item:last-child {
            margin-right: 0.15em;
        }

        .search-controls-item:hover {
            background-color: #efefef;
        }

    .search-controls-item-label {
        margin-right: 0.5em;
        white-space: nowrap;
        margin-top: 9px;
    }

    @media screen and (max-width: 767px) {
        .search-controls-item {
            width: 100%;
        }

        .search-controls-item-label {
            min-width: 30% !important;
            width: 30% !important;
            max-width: 30% !important;
            display: inline-block !important;
            white-space: wrap !important;
        }
    }

    .search-controls-item .input-group.date {
        height: 37.5px !important;
    }

    @media screen and (min-width: 767px) {
        .search-controls-button {
            border-left: solid 1px #dddddd;
            padding-left: 0.5em;
            margin-bottom: 0.5em;
        }
    }

    @media screen and (max-width: 766px) {
        .search-controls-button {
            border-top: solid 1px #dddddd;
            padding-top: 0.5em;
            width: 100%;
            text-align: right;
        }
    }