.select2-selection__clear {
    position: absolute !important;
    right: 40px !important;
}

/* ############################# */
/* Main DataTable rotate (Start) */
/* ############################# */
th.rotate {
    height: 100px;
    padding: 5px;
    /*width: 20px !important;*/
    font-weight: normal;
}

.rotate {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
}

.norotate {
    -moz-transform: rotate(+90.0deg); /* FF3.5+ */
    -ms-transform: rotate(+90.0deg); /* IE9+ */
    -o-transform: rotate(+90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(+90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(+90.0deg); /* Standard */
}
/* ############################# */
/* Main DataTable rotate (End)   */
/* ############################# */

/* ###################### */
/* Wizard Round  (Start)  */
/* ###################### */


.wizard .steps ul li:not(:first-child) a::before, .wizard .steps ul li:not(:last-child) a::after, .wizard.vertical .steps ul li:last-child a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 54px;
    height: 54px;
    transform: scale(.707) rotate(45deg);
    border-bottom-left-radius: 50px
}

.wizard {
    width: 100%
}

    .wizard .steps {
        margin-bottom: 20px
    }

        .wizard .steps ul {
            margin: 0;
            padding: 0
        }

            .wizard .steps ul li {
                list-style: none;
                display: table-cell;
                width: 1%
            }

                .wizard .steps ul li:not(:first-child) a::before {
                    left: -27px;
                }

                .wizard .steps ul li:not(:last-child) {
                    padding-right: 20px
                }

                    .wizard .steps ul li:not(:last-child) a::after {
                        right: -27px;
                        z-index: 1
                    }

                .wizard .steps ul li a {
                    position: relative;
                    display: block;
                    padding: 10px 0 10px 27px;
                    text-decoration: none;
                    text-align: center;
                    font-size: 16px;
                    white-space: nowrap
                }

        .wizard .steps .current-info {
            display: none
        }

        .wizard .steps .number {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-right: 10px;
            border-radius: 100%;
            text-align: center;
            line-height: 34px;
            font-size: 16px;
        }

    .wizard .content {
        position: relative;
        min-height: 350px;
        overflow: hidden
    }

        .wizard .content .title, .wizard.vertical .steps ul li a::before {
            display: none
        }

        .wizard .content .body {
            float: left;
            width: 100%
        }

    .wizard .actions {
        float: right
    }

        .wizard .actions ul {
            margin: 10px 0;
            padding: 0;
            overflow: hidden
        }

            .wizard .actions ul li {
                list-style: none;
                float: left
            }

        .wizard .actions a, .wizard-round .actions a {
            display: inline-block;
            padding: 5px 10px;
            margin-left: 20px;
            border-radius: 5px;
            text-decoration: none;
        }

    .wizard.vertical .steps {
        float: left;
        width: 25%
    }

        .wizard.vertical .steps ul li {
            display: block;
            width: 100%;
            margin-bottom: 20px
        }

            .wizard.vertical .steps ul li a {
                text-align: left
            }

            .wizard.vertical .steps ul li:last-child {
                padding-right: 20px
            }

                .wizard.vertical .steps ul li:last-child a::after {
                    right: -27px;
                    z-index: 1
                }

    .wizard.vertical .content {
        float: left;
        margin-left: 2%;
        width: 73%
    }

.wizard-round {
    width: 100%;
    margin-top: 40px
}

    .wizard-round .steps {
        margin-bottom: 20px
    }

        .wizard-round .steps ul {
            margin: 0;
            padding: 0;
            counter-reset: flag
        }

            .wizard-round .steps ul li {
                list-style: none;
                display: table-cell;
                width: 1%
            }

                .wizard-round .steps ul li:first-child a::after {
                    left: 20%;
                    border-radius: 5px 0 0 5px
                }

                .wizard-round .steps ul li:last-child a::after {
                    right: 20%;
                    border-radius: 0 5px 5px 0
                }

                .wizard-round .steps ul li a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    text-decoration: none;
                    text-align: center;
                    font-size: 14px;
                    white-space: nowrap
                }

                    .wizard-round .steps ul li a::before {
                        content: counter(flag);
                        counter-increment: flag;
                        position: absolute;
                        top: -32px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        width: 32px;
                        height: 32px;
                        border-radius: 50%;
                        box-shadow: 0 0 0 5px #ebebeb;
                        line-height: 32px;
                        z-index: 2
                    }

                    .wizard-round .steps ul li a::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: -48%;
                        z-index: 1;
                        height: 8px
                    }

        .wizard-round .content .title, .wizard-round .steps .current-info {
            display: none
        }


    .wizard-round .content {
        position: relative;
/*        min-height: 350px;*/
        overflow: hidden;
        margin-top: 0px !important;
    }

        .wizard-round .content .body {
            float: left;
            width: 100%
        }

    .wizard-round .actions {
        float: right
    }

        .wizard-round .actions ul {
            margin: 10px 0;
            padding: 0;
            overflow: hidden
        }

            .wizard-round .actions ul li {
                list-style: none;
                float: left
            }

    .wizard-round.vertical .steps {
        float: left;
        width: 25%
    }

        .wizard-round.vertical .steps ul li {
            display: block;
            width: 100%;
            height: 100px
        }

            .wizard-round.vertical .steps ul li a {
                height: 100%;
                padding-left: 70px;
                text-align: left
            }

                .wizard-round.vertical .steps ul li a::before {
                    top: 5px;
                    left: 20px;
                    right: auto;
                    text-align: center
                }

                .wizard-round.vertical .steps ul li a::after {
                    left: 32px;
                    right: auto;
                    top: 2px;
                    bottom: 0;
                    height: auto;
                    width: 8px
                }

            .wizard-round.vertical .steps ul li:first-child a::after {
                border-radius: 0
            }

            .wizard-round.vertical .steps ul li:last-child a::after {
                display: none
            }

    .wizard-round.vertical .content {
        float: left;
        margin-left: 2%;
        width: 73%
    }

.wizard-tabcontrol .steps ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    z-index: 1
}

    .wizard-tabcontrol .steps ul li {
        list-style: none;
        float: left;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

.wizard-tabcontrol .steps a {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}

.wizard-tabcontrol .content .title, .wizard-tabcontrol .steps .current-info {
    display: none
}

.wizard-tabcontrol .content {
    position: relative;
    min-height: 350px;
    border-top: 1px solid #bbb;
    overflow: hidden
}

    .wizard-tabcontrol .content .body {
        float: left;
        width: 100%
    }

.wizard-sub .steps ul li a::after, .wizard-sub .steps ul li:not(:first-child) a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 88px solid transparent;
    transform: scale(.707) rotate(45deg)
}

.wizard-sub {
    width: 100%
}

    .wizard-sub .steps {
        margin-bottom: 20px;
        overflow: hidden
    }

        .wizard-sub .steps ul {
            width: 100%;
            margin: 0 0 0 10px- 44px;
            padding: 0
        }

            .wizard-sub .steps ul li {
                list-style: none;
                display: table-cell;
                width: 1%;
                padding-right: 10px
            }

                .wizard-sub .steps ul li:not(:first-child) a::before {
                    left: -44px;
                    border-top: 88px solid #fff
                }

                .wizard-sub .steps ul li a {
                    position: relative;
                    display: block;
                    box-sizing: border-box;
                    height: 88px;
                    line-height: 24px;
                    padding-top: 21px;
                    padding-left: 88px;
                    text-decoration: none
                }

                    .wizard-sub .steps ul li a::after {
                        right: -44px;
                        border-top: 88px solid #f9c8dd;
                        z-index: 1
                    }

        .wizard-sub .steps .current-info {
            display: none
        }

        .wizard-sub .steps .number {
            display: block;
            position: absolute;
            left: 50px;
            top: 0;
            width: 50px;
            height: 88px;
            line-height: 88px;
            font-size: 54px
        }

        .wizard-sub .steps strong {
            display: block;
            font-weight: 400;
            font-size: 16px
        }

        .wizard-sub .steps small {
            display: block;
            font-size: 14px;
        }

    .wizard-sub .content {
        position: relative;
        min-height: 350px;
        overflow: hidden
    }

        .wizard-sub .content .title {
            display: none
        }

        .wizard-sub .content .body {
            float: left;
            width: 100%
        }

    .wizard-sub .actions {
        float: right
    }

        .wizard-sub .actions ul {
            margin: 10px 0;
            padding: 0;
            overflow: hidden
        }

            .wizard-sub .actions ul li {
                list-style: none;
                float: left
            }

        .wizard-sub .actions a {
            display: inline-block;
            padding: 5px 10px;
            margin-left: 20px;
            border-radius: 5px;
            text-decoration: none
        }

/*
ul[role="tablist"] {
    display: none;
}
            */
/* ###################### */
/* Wizard Round  (End)    */
/* ###################### */

/* ###################### */
/* FileInput  (Start)     */
/* ###################### */
::-webkit-file-upload-button {
    display: none;
}

::file-selector-button {
    display: none;
}
#file-input::-webkit-file-upload-button {
    visibility: hidden;
    user-select: none;
}

#file-input {
    display: none;
    user-select: none;
}
input[type="file"] {
    color: transparent;
}
/* ###################### */
/* FileInput  (End)       */
/* ###################### */

/* ######################### */
/* Report Viewer  (Start)    */
/* ######################### */
.report_iframe_div {
}

.report_iframe {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    height: 100%;
}
/* ######################### */
/* Report Viewer  (End)      */
/* ######################### */

.mv-20 {
    margin: 0 20px !important;
}

.me-10 {
    margin: 0 10px 0 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.float-end {
    float: right !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ff7f27 #f3f1f1
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #f3f1f1
}

::-webkit-scrollbar-thumb {
    background-color: #ff7f27;
    border-radius: 50px
}

.apexcharts-legend-text {
    margin: 0 5px;
    font-family: "Droid Arabic Kufi" !important;
}

#EmployeeBalancesList li {
    display: inline-block;
}

.checkbox-lg .form-check-input {
    top: .8rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
    padding-inline-start: 13px;
}

.checkbox-xl .form-check-input {
    top: 1.2rem;
    scale: 1.7;
    margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
    padding-inline-start: 19px;
}

#legends .squere {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-inline-end: 9px;
    border-radius: 5px;
}

#legends .text {
    position: absolute;
    bottom: 5px;
}


.json {
    font-family: "Source Code Pro", monospace;
    font-size: 16px;
    direction: ltr;
}

    .json > .json__item {
        display: block;
    }

.json__item {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.json__item--collapsible {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

    .json__item--collapsible::before {
        content: "+";
        position: absolute;
        left: 5px;
    }

    .json__item--collapsible::after {
        background-color: lightgrey;
        content: "";
        height: 100%;
        left: 9px;
        position: absolute;
        top: 26px;
        width: 1px;
    }

    .json__item--collapsible:hover > .json__key, .json__item--collapsible:hover > .json__value {
        text-decoration: underline;
    }

.json__toggle {
    display: none;
}

    .json__toggle:checked ~ .json__item {
        display: block;
    }

.json__key {
    color: darkblue;
    display: inline;
}

    .json__key::after {
        content: ": ";
    }

.json__value {
    display: inline;
}

.json__value--string {
    color: green;
}

.json__value--number {
    color: blue;
}

.json__value--boolean {
    color: red;
}

fieldset {
    margin-bottom: 1em !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

    fieldset > legend {
        padding: 1px 10px !important;
        float: none;
        width: auto;
    }


.apexcharts-pie-label, .apexcharts-datalabels, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
    font-family: "Droid Arabic Kufi" !important;
}
#myTotalEmployeesCharts .apexcharts-datalabel-label {
    font-size: 14px !important;
}

.datepicker {
    z-index: 99999 !important;
}

.popover {
    box-shadow: rgba(18, 38, 63, 0.5) 0.3rem 0.5rem 0.5rem !important;
}

.txt-ovflow-ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.badge {
    padding: 0.4em 0.4em !important;
}

    .badge .badge-light {
        color: #212529;
        background-color: #f8f9fa;
    }

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.fs-14px {
    font-size: 14px !important;
}

a {
    cursor: pointer;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

.nav-tabs .nav-link {
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #2a3042;
    border-color: #2a3042;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.swal-wide {
    width: 850px !important;
}