﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Mulish:wght@300;800&family=Roboto:wght@100;300;400;500&family=Rubik:wght@300;400;500&display=swap');

:root {
    --header-height: 96px;
    --nav-width: 260px;
}

* {
    font-family: 'Roboto', sans-serif;
}

.firstshortcutimg {
    background-image: url('../../Images/first image.jpg');
    /* height: fit-content; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 106px;
    background-color: #f7f7f7;
}

.secondshortcutimg {
    background-image: url('../../Images/second image.jpg');
    /* height: fit-content; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 106px;
    background-color: #f7f7f7;
}
.thirdshortcutimg {
    background-image: url('../../Images/third image.jpg');
    /* height: fit-content; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 106px;
    background-color: #f7f7f7;
}
.fourshortcutimg {
    background-image: url('../../Images/four image.jpg');
    /* height: fit-content; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 106px;
    background-color: #f7f7f7;
}
.sweet-alert {
    z-index: 99999999 !important;
}
.apexcharts-tooltip {
    /* border: 5px solid #ffff !important; */
    box-shadow: none !important;
}
.dropzone a.dz-remove, .dropzone-previews a.dz-remove {
    margin-top: -7px !important;
}
.dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
    height: 35px !important;
    line-height: 28px;
    font-size: x-small;
}
.dropzone .dz-preview, .dropzone-previews .dz-preview {
    height: 136% !important;
    padding:0px !important
}
.classPending {
    background-color: hsl(212deg 6.44% 45.69%) !important;
    color: #fff !important;
}
.classRejected {
    background-color: hsl(0deg 99.21% 49.41%) !important;
    color: #fff !important;
}
.classCompleted {
    background-color: hsl(120.94deg 100% 25.1%) !important;
    color: #fff !important;
}
/*#region global-styles*/
.notificatin-list .list-group-item {
    border: unset;
    border-bottom: 1px solid #F1F4F9;
    padding: 3px;
}
body::-webkit-scrollbar, .section-overflow::-webkit-scrollbar, .notificatin-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: transparent;
}

body::-webkit-scrollbar-thumb, .section-overflow::-webkit-scrollbar, .notificatin-list::-webkit-scrollbar {
    background: transparent;
}
.notificatin-list .list-group-item a {
    height:35px;
}
.notificatin-list .list-group-item:nth-child(odd) a {
    background: #F1F4F9;
    height: 40px;
}

.section-overflow {
    overflow: scroll;
}
body {
    min-height: 100vh;
    background: #F1F5F9 !important;
}
.outline-none{
    outline: unset !important;
}
main {
    height: 100%;
}
.Col-xl-2_5 {
    flex: 0 0 auto;
    width: 20%;
}

.padd-pio span,
.padd-pio p,
.padd-pio h1,
.padd-pio h2,
.padd-pio h3,
.padd-pio h4,
.padd-pio h5,
.padd-pio h6 {
    font-size: 14px !important;
}
.ReadMoreEn {
    color: #007dc3 !important;
    font-size: 10px;
    width: max-content;
}
.ReadMoreAr {
    color: #007dc3 !important;
    font-size: 10px;
    width: max-content;
}
.MobileUserName{
    display:none !important;
    padding:unset !important;
}
    .MobileUserName img {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        filter:unset !important;
    }
    .file-name {
        height: 30px;
        overflow: hidden;
    }
.shadow-sm.global-card.px-3.mb-3:hover > span {
    overflow: visible;
    white-space: normal;
}


#detailsModal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 934px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}



.department {
    /*   width: 207px;*/
    padding: 11px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #6387DD 0%, #354977 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.employee {
    padding: 11px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #02963D 0%, #013013 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.dateCard {
    padding: 11px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #FF7675 0%, #994746 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.statusCard {
    padding: 11px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #49B6D6 0%, #265F70 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
}

.shadow-sm.global-card.px-3.mb-3 {
    white-space: nowrap;
}
    .shadow-sm.global-card.px-3.mb-3 > span {
        display: inline-flex;
        overflow: hidden;
        width:100%;
    }
    .modal .col-xl-4, .modal .col-xl-8, .modal .row div.col-lg-6 {
    width: 100%;
}

.modal-body > div {
    width: 100% !important;
}
@media (max-width: 768px) {
    .note-modal {
        top: 1px !important;
        left: 0 !important;
    }
    .modal {
        width: fit-content; 
    }
    .notautotalbe .badge {
        font-size: 10px !important; 
        padding: 5px !important;
    }
    .ReadMoreEn {
        color: #007dc3 !important;
        font-size: 10px;
        width: max-content;
    }
    }


.ReadMoreAr {
    color: #007dc3 !important;
    font-size: 10px;
    width: max-content;
}
    .Col-xl-2_5 {
        /* Adjust styles for smaller screens */
        width: 100%; /* Set to full width on smaller screens */
    }
    .MobileUserName {
        display: block !important
    }
    .navappear svg {
        width: inherit; /* Set the desired width for the SVG on mobile view */
        height: inherit;
        display: var(--fa-display, inline-block);
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
        margin: 0px -20px 0px -20px
        /* Maintain aspect ratio */
    }
    .modal svg {
        width: inherit; /* Set the desired width for the SVG on mobile view */
        height: inherit;
        display: var(--fa-display, inline-block);
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
        margin: 0px -20px 0px -20px
        /* Maintain aspect ratio */
    }

    .modal-dialog.Print {
        max-width: 100% !important;
    }
}
span.field-validation-valid {
    font-size: 10px;
}

.form-control:focus {
    border-color: unset;
    outline: 1px solid #dee2e6;
    box-shadow: unset;
}

a {
    text-decoration: none;
}

a, button {
    cursor: pointer !important;
}

.heading-style {
    padding: 4px 11px 15px 11px;
}

.sidenavbar {
    display: none !important;
}

.close-nav, .navappear {
    border: unset;
    background: unset;
}

form {
    padding: 0px 10px;
}

.appear {
    display: block !important;
}

.close-nav {
    position: absolute;
    right: -40px;
    position: absolute;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    top: 7px;
    width: 30px;
    height: 30px;
}

ul.nav.nav-underline {
    border-bottom: 1px solid #979797;
}

    ul.nav.nav-underline .nav-link {
        padding: 0px 17px 11px 17px !important;
        color: #007DC3;
        font-size: 14px;
        width: fit-content;
        margin: auto;
    
    }

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover, .nav-underline .nav-link.active {
    border-bottom: 3px solid #007DC3;
    box-shadow: 0px 2px 2px -2px rgb(0 125 195);
}

.nav-underline .nav-link.active {
    color: #141522 !important;
    font-weight: 500;
    font-size: 16px !important;
}

.inner-global-button, .inner-global-button:hover {
    width: 140px;
    height: 38px;
    border-radius: 10px;
    border: unset;
    box-shadow: 0px 2px 4px 0px rgba(52, 60, 68, 0.16), 0px 0px 1px 0px rgba(117, 131, 142, 0.04);
}

.bg-blue, .bg-blue:hover {
    background: #007DC3;
}

.bg-gray, .bg-gray:hover {
    background: #C4C4C4;
}

.form-control, select {
    border-radius: 10px !important;
    border: 1px solid #E2E2E2;
    height: 38px;
    padding: 0px 22px;
    font-size: 12px;
}

.dataTables_filter .form-control {
    width: 100%;
    height: 36px;
    border-radius: 30px !important;
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.3);
    border: 1px solid #00000012;
    background: url(../assets/workflowNewAssests/searchFilter.png);
    background-repeat: no-repeat;
    background-position: 17px 7px;
}

.dataTables_filter label {
    width: 100%;
}

select {
    background: url(../../Content/assets/workflowNewAssests/ArrowDown.png) no-repeat right !important;
    appearance: none !important;
    background-position: 93% 60% !important;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #1c2434;
    color: #fff;
    font-size: 13px;
    position: fixed;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #878787;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    padding: 6px 12px;
    border-radius: 5px;
}

[data-title] {
    position: relative;
}
textarea {
    resize: none;
    overflow: hidden;
}
.seperator{
    position:relative;
}

.table-responsive {
    overflow-y: hidden;
}
.tooltip-container {
    display: inline-block;
    white-space: nowrap;
}

.tooltipnew {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    transform: translateX(-1%);
}

.tooltip-container:hover .tooltipnew {
    visibility: visible;
}
/*.dataTables_wrapper, .table-responsive, .overflow-xx-scroll, .responsive-table-holder, .overflow-y-scroll{
    overflow: hidden;
}*/
/*.dataTables_wrapper:hover, .table-responsive:hover, .overflow-xx-scroll:hover, .responsive-table-holder:hover, .overflow-y-scroll:hover {
        overflow-x: scroll;
    }*/
/*.showSweetAlert {
    border: 4px solid #0f5132;
    background: #1d9f62 !important;
    display: flex !important;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: center;
}

    .showSweetAlert .btn {
        background: #004b75 !important;
        border-radius: 5px !important;
        font-size: 15px !important;
    }

.hideSweetAlert * {
    display: none !important;
}

.showSweetAlert * {
    font-size: 19px;
    margin: 0px !important;
}
*/
.ByPosition > .col-md-6 > div, .ByEmployee > .col-md-6 > div {
    border-radius: 10px;
    border: 2px solid #007DC3;
}


.radio-type * {
    font-size: 14px;
}

.radio-type h6 {
    color: #141522;
}

.read-more:hover {
    color: #dd6a6a;
}

.radio-type input[type="radio"] {
    transform: scale(1.1);
    accent-color: #007DC3;
}

.dataTables_filter label {
    font-size: 0;
    color: transparent;
}

.TableHeading h3 {
    color: #1C2434;
    text-shadow: 0 0 black;
    font-size: 20px;
}

thead tr th {
    background: #007DC3 !important;
    border-color: #007DC3;
    color: #fff !important;
    font-weight: 500;
    border-left-width: 20px;
    border-right-width: 20px;
    text-align: center;
}

table:not(.none-border,.table-condensed) tbody tr {
    /*    border-left-width: 20px;
    border-right-width: 20px;*/

    border-color: #fff;
    border-radius: 5px;
    outline: 1px solid rgb(0 0 0 / 8%);
}

.none-border tbody tr td {
    border: unset !important;
}

tbody br {
    height: 8px;
    display: block;
    content: "";
}



    /* width */
 .overflow-y-scroll::-webkit-scrollbar {
        width: 5px;
        height: 0px;
    }

    /* Track */
.overflow-y-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
.overflow-y-scroll::-webkit-scrollbar-thumb {
        background: #007dc3;
    }

    /* width */
 .overflow-y-scroll::-webkit-scrollbar {
        width: 5px;
        height: 0px;
    }
.dataTables_wrapper::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .overflow-xx-scroll::-webkit-scrollbar, .overflow-x-scroll::-webkit-scrollbar, .responsive-table-holder::-webkit-scrollbar, .overflow-y-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
.dataTables_wrapper::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track, .overflow-xx-scroll::-webkit-scrollbar-track, .overflow-x-scroll::-webkit-scrollbar-track, .responsive-table-holder::-webkit-scrollbar-track, .overflow-y-scroll::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

    /* Handle */
.dataTables_wrapper::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .overflow-xx-scroll::-webkit-scrollbar-thumb, .overflow-x-scroll::-webkit-scrollbar-thumb, .responsive-table-holder::-webkit-scrollbar-thumb, .overflow-y-scroll::-webkit-scrollbar-thumb {
    background: #007dc3 !important;
}

  

.input-group-append, .select2-selection {
    display: none;
}
.select2-results__options * {
    font-size: 12px !important;
}
.select2-selection {
    border-radius: 10px !important;
    border: 1px solid #E2E2E2 !important;
    width: 275px;
    height: 38px !important;
    padding: 11px 22px;
    font-size: 15px;
    background: unset !important;
    background: url(../../Content/assets/workflowNewAssests/ArrowDown.png) no-repeat right !important;
    appearance: none !important;
    background-position: 97% 60% !important;
}

    .select2-selection .select2-selection__arrow {
        display: none;
    }

    .select2-selection .select2-selection__rendered {
        line-height: 14px !important;
    }

.select2, .selection, .select2-selection {
    width: 100% !important;
    min-width: 100% !important;
}

span.select2-selection, .form-control, input[type=search] {
    font-size: 11px !important;
    padding: 10px !important;

}
.dataTables_filter .form-control {
    padding: 10px 14px 10px 3rem !important;
}

span.select2-selection * {
    padding: unset !important;
}

.filter-header h4 {
    font-size: 18px;
    margin-bottom: unset !important;
}

img[alt~="filter"] {
    height: 16px;
    width: 16px;
}
img[alt~="pring-img"] {
    height: 23px;
    width: 23px;
}

label.control-label {
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    text-shadow: 0 0 #0083cc;
    color: #000;
margin-bottom:5px;
}

.form-horizontal .form-control {
    width: 100% !important;
}

ul.select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    max-width: 308px;
}

.counter-box {
    display: block;
    background: #f1f5f9;
    text-align: center
}

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #909090;
        font-size: 18px;
        font-weight: 500
    }

    .counter-box i {
        font-size: 60px;
        margin: 0 0 15px;
        color: #d2d2d2
    }

.counter {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box:hover {
    background: #007cc2;
}
    .counter-box:hover * {
        color: #fff;
    }
    .counter-box.colored p,
    .counter-box.colored i,
    .counter-box.colored .counter {
        color: #fff
    }
li.select2-selection__choice {
    margin-top: 4px;
    font-size: 10px;
    height: fit-content;
}

.select2-selection--multiple {
    height: auto !important;
}

table tr {
    white-space: nowrap;
}

.grid-footer img {
    filter: brightness(0);
}

.disableFilter {
    pointer-events: none;
}

.grid-footer .disableFilter img {
    filter: unset !important;
}

.form-control:focus {
    border-color: revert !important;
    box-shadow: unset !important;
}

@keyframes ani {
    0% {
        margin-left: 0;
        transform: translate3d(0%, 0, 0);
    }

    25% {
        margin-left: 0;
        transform: translate3d(0%, 0, 0);
    }

    75% {
        margin-left: 100%;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        margin-left: 100%;
        transform: translate3d(-100%, 0, 0);
    }
}

.bg-primeButton {
    background: #007CC2 !important;
}

.help-center {
    background: url('../assets/workflowNewAssests/HelpCenter-bg.png');
    transform: translate(17px, 0px);
    border-top-left-radius: 11px !important;
    width: 188px;
    height: 248px;
    margin-top: 8rem;
}

    .help-center * {
        white-space: unset !important;
    }

    .help-center img {
        top: -24px !important;
        left: 39% !important;
        filter: drop-shadow(1px 5px 7px #9f9f9f);
    }

    .help-center .content {
        width: 187px;
        max-width: 187px;
    }

    .help-center h3 {
        font-size: 16px;
    }

    .help-center h4 {
        font-size: 12px;
    }

    .help-center button {
        background: #1C2434 !important;
    }

        .help-center button span {
            font-size: 12px;
        }

tr.space {
    height: 10px;
    border: unset !important;
    outline: unset !important;
}

.dropzone {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='13' ry='13' stroke='lightgray' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e") !important;
    border-radius: 13px !important;
    height: 150px !important;
    min-height: unset !important;
    width: 100%;
    border: unset !important;
    background-color: #21407e08 !important;
}

.dz-default.dz-message {
    width: 132px !important;
    height: 123px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    top: 39px !important;
    left: 35% !important;
    background-image: url(../assets/workflowNewAssests/dropZoneEn.png) !important;
}

.no-data-report {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
}

    .no-data-report img {
        width: 160px;
        filter: invert(12%) sepia(79%) saturate(5382%) hue-rotate(357deg) brightness(67%) contrast(101%);
    }

input[type="radio"] {
    accent-color: #007dc3;
    transform: scale(1.1);
    margin-inline-end: 5px;
}

.table-already-built tbody tr {
    height: 60px;
    vertical-align: middle;
}

.dropdown-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    display: none;
}

.slide-menu {
    top: 45px;
    right: -57%;
    width: 269px;
}

    .slide-menu .card-header {
        background: #fff;
        color: #000;
        text-shadow: 0 0 black;
        font-weight: 500;
        font-size: 18px;
        border-bottom: 2px solid #F2F1F4;
        padding: 13px 19px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
.notificatin-list .title {
    padding: 0px 19px !important;
}
    .notificatin-list .title span:first-child {
        text-shadow: 0 0 black;
        font-size:14px;
    }
    .notificatin-list .title .badge {
        width: fit-content;
        height: fit-content;
        font-size: 13px !important;
        color: #fff;
        background: #007DC3;
        display: block;
        border-radius: 50%;
        display: flex;
        align-items: center;
    }

.notificatin-list li:hover .badge {
    display: inline-block;
    background: #dc3545;
    animation: wiggle 1s ease-in-out infinite;
 }
.slide-menu .unread-notifi {
    background: #eff4fb;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.dash-det .global-dash-card {
    min-height: fit-content !important;
    height: 100% !important;
}
.dash-det .fs-6 {
    font-size: 12px !important;
}
.dash-det canvas {
     object-fit: scale-down;
    width: 100% !important;
}
    .dash-det canvas.medcanv {
         object-fit: scale-down;
        width: 97% !important;
    }
.dash-det canvas.small {
    height: 50px !important;
    object-fit: scale-down;
    width: 100% !important;
}

.small-shape {
    width: 20px; /* Adjust the size of the shape */
    height: 20px; /* Adjust the size of the shape */
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px; /* Adjust the spacing between the shape and the text */
}
/*.required, *:required {
    border: 2px solid #D10000 !important;
}*/

.loader-container {
    width: 100%;
    z-index: 999;
    height: 100%;
    display: flex;
    justify-content: center;
    min-height: 300px;
    align-items: center;
}

.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(28,36,52, 0.2), 2.5em 0em 0 0em rgba(28,36,52, 0.2), 1.75em 1.75em 0 0em rgba(28,36,52, 0.2), 0em 2.5em 0 0em rgba(28,36,52, 0.2), -1.8em 1.8em 0 0em rgba(28,36,52, 0.2), -2.6em 0em 0 0em rgba(28,36,52, 0.5), -1.8em -1.8em 0 0em rgba(28,36,52, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(28,36,52, 0.2), 1.75em 1.75em 0 0em rgba(28,36,52, 0.2), 0em 2.5em 0 0em rgba(28,36,52, 0.2), -1.8em 1.8em 0 0em rgba(28,36,52, 0.2), -2.6em 0em 0 0em rgba(28,36,52, 0.2), -1.8em -1.8em 0 0em rgba(28,36,52, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.5), 1.8em -1.8em 0 0em rgba(28,36,52, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(28,36,52, 0.2), 0em 2.5em 0 0em rgba(28,36,52, 0.2), -1.8em 1.8em 0 0em rgba(28,36,52, 0.2), -2.6em 0em 0 0em rgba(28,36,52, 0.2), -1.8em -1.8em 0 0em rgba(28,36,52, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.2), 1.8em -1.8em 0 0em rgba(28,36,52, 0.5), 2.5em 0em 0 0em rgba(28,36,52, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(28,36,52, 0.2), -1.8em 1.8em 0 0em rgba(28,36,52, 0.2), -2.6em 0em 0 0em rgba(28,36,52, 0.2), -1.8em -1.8em 0 0em rgba(28,36,52, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.2), 1.8em -1.8em 0 0em rgba(28,36,52, 0.2), 2.5em 0em 0 0em rgba(28,36,52, 0.5), 1.75em 1.75em 0 0em rgba(28,36,52, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(28,36,52, 0.2), -2.6em 0em 0 0em rgba(28,36,52, 0.2), -1.8em -1.8em 0 0em rgba(28,36,52, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.2), 1.8em -1.8em 0 0em rgba(28,36,52, 0.2), 2.5em 0em 0 0em rgba(28,36,52, 0.2), 1.75em 1.75em 0 0em rgba(28,36,52, 0.5), 0em 2.5em 0 0em rgba(28,36,52, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(28,36,52, 0.2), -1.8em -1.8em 0 0em rgba(28,36,52, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.2), 1.8em -1.8em 0 0em rgba(28,36,52, 0.2), 2.5em 0em 0 0em rgba(28,36,52, 0.2), 1.75em 1.75em 0 0em rgba(28,36,52, 0.2), 0em 2.5em 0 0em rgba(28,36,52, 0.5), -1.8em 1.8em 0 0em rgba(28,36,52, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(28,36,52, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(28,36,52, 0.2), 1.8em -1.8em 0 0em rgba(28,36,52, 0.2), 2.5em 0em 0 0em rgba(28,36,52, 0.2), 1.75em 1.75em 0 0em rgba(28,36,52, 0.2), 0em 2.5em 0 0em rgba(28,36,52, 0.2), -1.8em 1.8em 0 0em rgba(28,36,52, 0.5), -2.6em 0em 0 0em rgba(28,36,52, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.button-selector, .button-selector:hover {
    margin: 10px 12px 0px 0px;
    font-size: 11px;
    background: unset;
    border: 1px solid gray;
    color: gray;
    padding: 4px 13px 3px 9px;
    border-radius: 5px;
}

.button-selector {
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    border: unset;
    min-width: 110px;
}

.collapse.type.show {
    display: flex;
    flex-direction: column;
    border: 1px solid #007dc3;
    border-radius: 7px;
    padding: 8px 13px;
    margin-bottom: 14px;
    min-width: 300px;
    position: absolute;
    background: #fff;
    z-index: 99;
}

.login-style {
    font-family: math !important;
}

    .login-style p {
        color: #007cc2;
        text-transform: capitalize;
    }

/*.d-flex {
    flex-wrap: wrap;
}*/


.modal {
    z-index: 9999;
}
body.modal {
    z-index: 9999;
}
.modal-header {
    font-size: 20px;
}
#confirm-Details .modal-dialog {
    max-width: 600px !important;
}
.Print .modal-header {
    flex-direction: row-reverse;
}

.modal-dialog:not(.Print) {
    max-width: 500px !important;
}

.modal-dialog.Print {
    max-width: 69% !important;
}

/*.modal-body > div {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    padding: 0px !important;
    border-radius: 10px !important;
}*/

.modal .modal-body-modal .col-12 ul{
    border-radius: 10px;
    background: #fff;
    padding: 15px 25px;
    box-shadow: var(--bs-box-shadow-sm) !important;
    border:unset !important;
}

    .modal .modal-body-modal .col-12 ul li:first-child, .modal .modal-body-modal .col-12 p {
        color: rgb(220,53,69);
        height: 30px;
        overflow: hidden;
    }
.info-heading li:first-child{
    color: #007cc2;
    font-weight: bold;
}
.info-heading li:last-child {
    font-size: 13px !important;
}
.large-screen {
    max-width: 100% !important;
}

.selectedTr td {
    background: #96dcb278 !important;
}
    .selectedTr td:first-child {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .selectedTr td:last-child {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

.type.collapsing {
    display: none !important;
}

.note {
    font-size: 12px;
}

span.select2-dropdown.select2-dropdown--below {
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0px 5px 34px -3px rgba(0,0,0,0.1), 0px 0px 15px -3px rgba(0,0,0,0.1);
    border: 1px solid #f9f9f9;
}

div#EmployeeApplicationsGridContainer tbody tr td:last-child svg {
    font-size: 17px;
}

table tbody tr td:last-child {
    white-space: normal !important;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
table:not(.table-condensed) thead tr th:last-child {
    max-width: 114px;
    width: 114px;
}
table tr th{
    font-size:15px !important;
}
table tr td {
    font-size: 14px !important;
}
.datepicker-days table tbody tr td:last-child {
    min-width: unset !important;
}

.full-width {
    width: 100%;
}

li:hover {
    cursor: pointer;
}

.select2-container--open, .datepicker {
    z-index: 1000;
    padding:0;
}
.daterangepicker .calendar{
    max-width:unset !important;
}



.overlay{
    overflow:hidden !important;
}
.overlay::before {
    content: '';
    background: #000000ad;
    position: absolute;
    width: 100%;
    height: 200vh;
    right: 0;
    top: 0;
    display: block;
    z-index: 9999;
}


div#StepsTable_wrapper, div#EmployeeAudienceTable_wrapper, #EmployeeAudienceTablev2_wrapper, #AudienceTable_wrapper {
    border-radius: 10px;
    border: 1px solid #007DC3;
    margin-top: 15px;
}

    div#StepsTable_wrapper .dataTables_filter label {
        min-width: 250px;
    }

div#StepsTableselected_wrapper, div#EmployeeAudienceTable_wrapper, #EmployeeAudienceTablev2_wrapper, #AudienceTable_wrapper {
    border-radius: 10px;
    border: 1px solid #007DC3;
    margin-top: 15px;
}

    div#StepsTableselected_wrapper .dataTables_filter label {
        min-width: 250px;
    }



.filter-header {
    border-bottom: 2px solid #D6E4EC;
}
.dropzone .dz-default.dz-message {
    background-size: 22% !important;
    top: 9px !important;
    background-position: center !important;
    right: -2% !important;
    width: 100% !important;
    height: 100% !important;
}
.h-150{
    height:150px;
}
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}
.bootstrap-timepicker-widget table tr {
    outline: unset !important;
}
.bootstrap-timepicker-widget table tr i{
    font-size:12px !important;
}
.bootstrap-timepicker-widget table td {
    height: 42px !important;
}
   
/*#endregion global-styles */
/*#region  header  */
header {
    width: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    height: 55px;
    z-index: 999;
}

    header .lang-style {
        height: 30px;
        width: 30px;
        background: #EFF4FB;
        border-radius: 50%;
        border: 1px solid #e3e8ef;
    }

    header .lang-name-style {
        width: 17px;
        height: 17px;
        transform: translate(5px, 2px);
        filter: invert(58%) sepia(9%) saturate(1274%) hue-rotate(176deg) brightness(87%) contrast(85%);
    }

    header .notification-name-style {
        transform: translate(0px, 1px);
        width: 15px !important;
        height: 16px !important;
    }

    header .lang-letter-style {
        left: 20px;
        background: red;
        font-size: 6px;
        color: #fff !important;
        padding: 1px 4px 1px 4px;
        border-radius: 50%;
        font-weight: 900;
        border: 3px solid #fff;
        top: -6px;

    }

        header .logged-user {
            margin: 0px;
            text-transform: capitalize;
        }

        header .logged-user div * {
            font-size: clamp(10px, 4vw, 14px);
        }

        header .logged-user img {
            width: 35px;
            height: 35px;
        }

        header .logged-user h1 {
            color: #212B36;
            font-size: 16px;
            font-weight: 500;
        }

        header .logged-user span {
            color: #637381;
            font-size: 9px;
            font-weight: 400;
        }
.textarea .form-control {
    min-height: 150px;
    width:100%;
}
/*#endregion  header  */
/*#region  main */
main {
    display: flex;
    padding-top: 55px;
}

    main nav {
        position: fixed;
        width: var(--nav-width);
        top: 0;
        border-inline-end: 2px #F1F5F9 solid;
        height: 100%;
        z-index: 9999999999999;
    }

        main nav > div {
            height: var(--header-height);
            padding: 9px 25px 7px 7px;
        }

        main nav img[alt~="headerlogo"] {
            width: 210px;
            height: 60px;
            margin-top: 10px;
        }

    main > div {
        padding: 10px;
    }

    main nav .navMenus li {
        padding: 8px 0px 8px 15px;
    }

.navMenus ul {
    display: none;
}

    .navMenus ul li:hover > ul {
        display: block;
    }

main nav .navMenus li.active {
    border-radius: 3px;
    background: #FFF;
    width: 100%;
    height: 40px;
    color: #1C2434;
}

main nav .navMenus li.dropdown {
    position: relative;
}

main nav .navMenus .dropdown > a:after {
    content: url(../assets/workflowNewAssests/sid-closed.png);
    position: absolute;
    right: 17px;
}

.active-dropdown {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}

    .active-dropdown > a {
        border-radius: 3px;
        background: #FFF;
        width: 100%;
        height: 40px;
        padding: 8px 0px 8px 15px;
    }

        .active-dropdown > a span {
            color: #1C2434 !important;
        }

        .active-dropdown > a:after {
            content: url(../assets/workflowNewAssests/side-opened.png) !important;
            position: absolute;
            right: 17px;
        }

.title {
    vertical-align: text-top;
}

.active-dropdown .side-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(34%) saturate(4147%) hue-rotate(149deg) brightness(97%) contrast(100%);
}

main nav .navMenus li.active * {
    color: #1C2434 !important;
}

main nav .navMenus li.active svg {
    /* the filter to do*/
}

main nav .sidebar-menu {
    background: #1C2434;
}

    main nav .sidebar-menu ul:first-child {
        padding: 38px 10px;
        overflow: scroll;
        height: 85vh;
    }

    main nav .sidebar-menu ul::-webkit-scrollbar {
        width: 2px;
        background: transparent;
    }

    main nav .sidebar-menu ul::-webkit-scrollbar-thumb {
        background: transparent;
    }

    main nav .sidebar-menu ul li {
        margin-bottom: 25px;
        overflow: hidden;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        main nav .sidebar-menu ul li span {
            font-size: 14px !important;
        }

        main nav .sidebar-menu ul li * {
            color: #fff;
            text-decoration: unset;
            white-space: nowrap;
        }

.navMenus.dropdown-content li {
    margin-bottom: 0px;
    font-size: 15px;
}

.navMenus.dropdown-content * {
    color: #8A99AF !important;
    margin: unset !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.chart-canvas {
    display: inline-block;
    box-sizing: border-box;
    height: 300px;
    width: 300px;
}

.navMenus.dropdown-content li.active {
    background: unset;
}

    .navMenus.dropdown-content li.active * {
        color: #fff !important;
    }

.navMenus.dropdown-content {
    margin-top: 12px;
    padding: 0px 1.5rem;
}

main nav .sidebar-menu .log-out {
    height: 40px;
    border-radius: 4px;
}

    main nav .sidebar-menu .log-out:hover {
        background: #D10000;
        border: 2px solid #D10000;
    }

.side-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(45deg) brightness(100%) contrast(101%);
}

main nav .navMenus li.active .side-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(34%) saturate(4147%) hue-rotate(149deg) brightness(97%) contrast(100%);
}
/*#endregion  main */

/*#region    breadcrumbs   */
.content .breadcrumb > .breadcrumb-item {
    color: #007CC2;
    font-size: clamp(12px, 2vw, 15px);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: end;
    margin: 4px 9px;
}

.content .breadcrumb li:first-of-type, .content .breadcrumb li:first-of-type * {
    color: #1C2434;
    font-size: clamp(16px, 5vw, 24px);
    font-weight: 500;
    text-decoration: none;
    margin: unset;
}

.content .breadcrumb > .breadcrumb-item:before {
    display: none;
}
/*#endregion  breadcrumbs */

/*#region    main - content   */
main .global-card {
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 25px;
    cursor: pointer !important
}

main .global-dash-card {
    height: 110px;
    box-shadow: 1px -1px 9px 1px rgb(133 133 133 / 14%);
    border-radius: 16px;
    background-size: 130px 50px;
    background-repeat: no-repeat;
    background-position: 82% 43px;
    padding: 17px 13px !important;
}

    main .global-dash-card h3 {
        font-size: 15px !important;
        font-family: sans-serif;
        text-shadow: 0 0 black;
        color: #1C2434;
    }

    main .global-dash-card h2 {
        font-size: 32px !important;
        font-family: sans-serif;
        text-shadow: 0 0 black;
        color: #1C2434;
    }

.global-card > *:not(.table-template) {
    font-size: clamp(12px, 5vw, 13px);
}

main .heading-without-table {
    background: #0083cc;
    border-top-left-radius: 5px;
    color: #fff;
    border-top-right-radius: 5px;
    font-weight: 400;
}

main table {
    border-radius: 10px !important;
    background: #fff !important;
    margin-bottom: 10px !important;
}
 
    main table h5 {
        padding: 15px 25px !important;
    }

    main table thead, main table thead tr th {
        background: #007DC3 !important;
        height: 49px !important;
        vertical-align: middle;
    }

    main table tbody, main table thead,
    main table td, main table tfoot,
    main table th,
    main table thead,
    main table tr {
        padding: 0px 0.8rem !important;
    }

main .table th:nth-last-child(-n+3) {
    padding: 0px 0.5rem !important;
}

main table td {
    text-align: center !important;
    padding: 0px 0.5rem !important;
    white-space: nowrap;
  overflow: hidden;
    text-overflow: ellipsis;
    max-width: 114px;
    vertical-align: middle;
}

main table tbody tr td {
    height: 40px !important;
    vertical-align: middle;
    text-align: center;
}

/*main table tbody tr:nth-child(3n - 2) td, .table-already-built tbody tr:nth-child(odd) th {
    background: rgba(0, 125, 195, 0.05);
}*/

    main table tbody tr:nth-child(n+1) td:first-child, .table-already-built tbody tr:nth-child(odd) th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    main table tbody tr:nth-child(n+1) td:last-child, .table-already-built tbody tr:nth-child(odd) th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

main table thead th {
    font-weight: 400 !important;
    color: #fff !important;
    padding: 0px 10px !important;
}

li.paginate_button.active + li.paginate_button {
    display: inline-block !important;
}

li.paginate_button:not(.previous):not(.next):not(.active) {
    display: none;
}

.table-template {
    background: #fff;
    border-radius: 10px;
}

    .table-template h5 {
        padding: 15px 25px;
        font-size: clamp(16px, 2vw, 19px);
    }

    .table-template table {
        margin-bottom: 0px !important;
    }

.global-button, .showSweetAlert .btn {
    border-radius: 10px;
    background: #007DC3;
    height: 38px;
    padding: 5px 31px 5px 29px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(52, 60, 68, 0.16), 0px 0px 1px 0px rgba(117, 131, 142, 0.04);
    border: unset !important;
}

main .print-button {
    border-radius: 5px;
    background: #7A7A7A;
    padding: 5px 26px 5px 26px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(52, 60, 68, 0.16), 0px 0px 1px 0px rgba(117, 131, 142, 0.04);
    border: unset !important;
    font-size: 12px;
}

    main .print-button:hover {
        opacity: 0.9;
        transition: 0.5s;
    }

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate ul {
    margin: unset !important;
    margin-top: unset !important;
}
.pagination a {
    color: #000;
}

.paginate_button.disabled a {
    filter: unset !important;
}

.paginate_button {
    width: fit-content;
    min-width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #EFF0F4;
    margin: 0px 7px 0px 0px;
    padding: 6px 0px 0px 0px;
    font-size: 12px !important;
}

    .paginate_button.next a {
        background: url('../assets/workflowNewAssests/next-arrow.png');
        background-repeat: no-repeat;
        background-size: 6px;
        background-position: 47% 50%;
        width: 100%;
        display: inline-block;
        filter: brightness(0);
    }

    .paginate_button.previous a {
        background: url('../assets/workflowNewAssests/left-arrow.png');
        background-repeat: no-repeat;
        background-size: 6px;
        background-position: 47% 50%;
        width: 100%;
        display: inline-block;
        filter: brightness(0);
    }

li.paginate_button.active {
    background: #007DC3;
    border: 1px solid #007dc3;
}

    li.paginate_button.active * {
        color: #fff !important;
        font-weight: 400 !important;
    }

div#StepsTable_info {
    font-size: 12px;
}
div#StepsTableselected_info {
    font-size: 12px;
}

.TableHeading {
    padding: 10px 15px;
}

main .global-button:hover {
    opacity: 0.9;
    transition: 0.5s;
}

main .haveffectSec label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #6A6A6A;
    font-size: 13px;
    font-weight: 500;
}

    main .haveffectSec label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 45px;
        position: absolute;
        left: -30px;
        bottom: -1px;
        border: 1.4px solid #6A6A6A;
        width: 22px;
        height: 22px;
        border-radius: 5px;
    }

main .haveffectSec input[type=checkbox] {
    display: none;
}

main .haveffectSec .checkbox label:before {
    border-radius: 3px;
}

main .haveffectSec input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 19px;
    color: #007dc3;
    text-align: center;
    line-height: 12px;
    padding-top: 5px;
    font-weight: bold;
}
/*#endregion    main - content   */

/*#region static table styles  */
.pending-status {
    width: 18%;
    height: 27px;
    font-size: 10px;
    border-radius: 20px;
    color: #858585;
    border: 1px solid;
    background: #fff;
}

img[alt~="Tabledelete"] {
    width: 17.815px;
    height: 20px;
}

img[alt~="comment"] {
    filter: invert(26%) sepia(99%) saturate(1014%) hue-rotate(88deg) brightness(103%) contrast(107%) drop-shadow(1px 0px 0px green);
}

img[alt~="TableView"] {
    width: 16px;
    height: 20px;
}

img[alt~="TableEdit"] {
    width: 19.5px;
    height: 20px;
}
/*#endregion static table styles  */

/*#region  modal   */

.login-con * {
    font-family: math !important;
}

.login-con img {
    width: 300px;
    margin-bottom: 9px;
}

.lab-lo {
    font-size: 14px !important;
    margin-inline-start: 7px;
}

.login-con .form-control, .login-con .global-button {
    height: 45px;
}

.login-con .checkbox {
    font-size: 12px;
    display: flex;
    align-items: center;
}


.heading {
    color: #012133;
}

.validation-summary-errors ul {
    list-style: none;
    padding: unset;
}

    .validation-summary-errors ul li {
        padding: 13px;
        border-radius: 10px;
        background: #ff00000f;
        color: red;
    }

/*#endregion modal */

/*#region login form */
.container-login {
    height: 100vh;
    background: url('../../Images/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .container-login::before {
        content: '';
        background: #1613135c;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.login-container {
    background-color: #ffffffc7;
    border-radius: 71px 10px 71px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 550px;
}

.login-form {
    padding: 20px;
    box-sizing: border-box;
}

.login-container .input-field {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #333;
    color: #fff;
    outline: none;
    transition: border-color 0.3s, background-color 0.3s;
}

    .login-container .input-field:hover, .login-container.input-field:focus {
        border-color: #3498db;
    }

.login-container .button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.login-container .login-button, .login-container .register-button {
    flex: 1;
    padding: 12px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.login-container .login-button {
    background-color: #3498db;
    color: #fff;
    margin-left: 5px;
}

    .login-container .login-button:hover {
        background-color: #2980b9;
    }

.login-container .register-button {
    background-color: transparent;
    border: 1px solid #3498db; /* Border warna button login */
    color: #3498db;
    margin-right: 5px;
}

    .login-container .register-button:hover {
        border-color: #2980b9; /* Warna border saat tombol di-hover */
        color: #2980b9;
    }

.login-container .form-control, .login-container .global-button {
    height: 46px;
}

.login-container label {
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 0 black;
}

.validation-summary-errors ul {
    list-style: none;
    padding: unset;
}

    .validation-summary-errors ul li {
        padding: 13px;
        border-radius: 10px;
        background: #ff00000f;
        color: red;
    }

.login-container img[alt~="logo"] {
    width: 200px;
    mix-blend-mode: darken;
    align-self:center;
}
/*#endregion login form */

@media screen and (max-width: 470px) {
    .mob-view .haveffectSec {
        margin: 0px 0px 14px 53px !important;
    }
    main .haveffectSec label:before {
        margin-bottom: 15px;
        right: unset;
        left: -43px;
        bottom: -16px;
    }
    .tooltipnew {
        right: -1%;
    }
}
@media screen and (max-width: 880px) {
    .mob-view {
        flex-direction: column-reverse;
    }
        .mob-view .global-button {
            margin-top: 15px;
        }
}



