:root {
    --bs-not-started:rgba(150, 173, 198, 1);
    --bs-completed:rgba(105, 156, 46, 1);
    --bs-started:rgba(87, 155, 215, 1);
    --bs-penging-approval:rgba(245, 123, 3, 1);
    --bs-approved:rgba(105, 156, 46, 1);
    --bs-approved-with-comment:rgba(139, 195, 74, 1);
    --bs-rejected:rgba(187, 37, 74, 1);
    --bs-rejected-with-comment:rgba(217, 137, 157, 1);
    --bs-timed-out:rgba(187, 79, 105, 1);
}

* {
    scrollbar-width: thin;
    scrollbar-height : thin;
    scrollbar-color: #2e5b8d94 #f1f4f4;

}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 2px;
    height: 2px;

}

*::-webkit-scrollbar-track {
    background:  #2e5b8d94 #f1f4f4;

}

*::-webkit-scrollbar-thumb {
    background-color:  #2e5b8d94 #f1f4f4;
    border-radius: 14px;
    border: 1px solid  #2e5b8d94 #f1f4f4;
}

#fluid .sidebar {
    height: calc(100vh - 205px)!important;
    padding-bottom: 0px!important;
    margin-top: 10px !important;
    overflow-y: auto!important;
}
.card-modal-footer button, .card-modal-footer a {
    max-height: unset!important;
}
td .btn-group.d-flex.bootstrap-select {width: max-content;background: transparent;!important}

#fluid .fasterColumn {
    position: relative;
}
#fluid table .relation-tag {
    padding: 9px 10px;!important;
    line-height: .0rem!important;
    font-size: .7rem;
    overflow: hidden;
    text-align: left!important;
    text-overflow: ellipsis;
    display: block;
    padding-left: 13px;
    max-width: 85px;
    right: 0;


    span {
        position:absolute;
        left: 1px;
        top: 21%;
        font-size: .7rem!important;
    }
}

#fluid .relation-tags-dropdown {
    display: flex!important;
    span {
        display:flex;
        align-items:center;
    }
}
#fluid .faster-inputs {
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
    transition: all ease 700ms;
    width: 100%;


    .faster-buttons {
    }
    &:hover {
        .faster-buttons {
            display: block!important;
        }
    }
    input {
        margin-right: 20px;
        border-radius: 26px!important;
        line-height: unset;
        font-size: .755rem!important;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all ease 700ms;


        &[disabled] {
            white-space: nowrap;
            background-color: unset;
            border: none;
            color: black;
            display: inline-block!important;
            padding: unset!important;
            display: block;
            font-weight: 400!important;
        }
    }
}


#fluid span.btn.btn-primary.edit-button.edit-this-input {
    padding: 0px 10px!important;
    height: unset!important;
    line-height: 20px!important;
    border-radius: 5px!important;
    background-color: unset!important;
    color: black!important;
}

td.selected > input, td.selected > .bootstrap-select {
    border: 1px solid #dfecfa !important;
    background-color: #52a89429 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .5;
}
input::placeholder {color:#cccccc!important}
#fluid .tableContent:not(.notBiggerTable) table td,
#fluid .tableContent:not(.notBiggerTable) table th,
#fluid .tabContent table:not(.notBiggerTable) td ,
#fluid .tabContent:not(.notBiggerTable) table th  {
}
#fluid table {
    tr {
        th {

        }
        td {
            .btn {
                line-height: unset;
            }
        }
    }
}
.projectsContent {
    background-color: #fafbfb;
    z-index: 99999;
    position: absolute;
    bottom:0;
    left:0px;
    padding-bottom: 10px;
    width:100%;

    span {
        font-size: 1.2rem;
        font-weight: bold;
        background-color: white;
        border-radius: 10px;
        margin: 6px;
    }
}
li.projectChangeButton {
    align-items: center;
    font-size: .8rem;
    padding: 5px 5px;
    color: var(--bs-gray-600);
    background-color: var(--bs-gray-100);
    font-weight: bold;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-gray-100);
    margin: 10px;
}

body.sidebar-collapse li.projectChangeButton {
    position: absolute;
    bottom: 50px;
}

body:not(.sidebar-collapse) li.projectChangeButton {

}

div#tabContent hr {
    display: none;
}
table .progress {
    border-radius: 20px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    display: flex;
    width: 85%;
    line-height: 20px!important;
    height: 20px!important;
}
body.sidebar-collapse ul.projectList {
    position: absolute;
    bottom: 100px;
    cursor: pointer;
    display: none;
    margin: 0px 0px;
    background-color: var(--bs-gray-200);
    padding: 10px;
    border-radius: 4px;
    filter: drop-shadow(2px 4px 6px #0003);
    left: 11px;
}
ul.projectList {
    position: absolute;
    bottom: 55px;
    cursor: pointer;
    margin: 50px 0px;
    display: none;
    background-color: #FCFCFD;
    padding: 10px;
    border-radius: 4px;
    filter: drop-shadow(2px 4px 6px #0003);
    max-height: 750px;
    overflow-y: auto;
    z-index: 9999999999999999999;
    /* height: 400px; */
    margin-left: 104px;
    padding-top: 30px;
    width: max-content;
}
li.currentProject {
    background-color: #28a745 !important;
    color: white;
    display: none !important;
}
ul.projectList .projectImage {
    width: 42px;
    background-size: cover;
    height: 42px;
    background-position: center;
    margin-bottom: 10px;
    border: 1px solid #f4f3f3;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 27px;
}
ul.projectList li {
    /* background-color: white; */
    padding: 10px;
    border-radius: 5px;
    list-style: none;
    filter: drop-shadow(2px 4px 6px #0001);
    display: flex;
    gap: 4px;
    width: 300px;
    align-items: center;
    border-bottom: 1px solid var(--bs-gray-200);
}
ul.projectList a {
    width: 100%;
    margin: 10px;
    text-decoration: none;
    text-align: center;
}

.tableFilterContent {
    display: none;
    position: fixed;
    background-color: var(--bs-gray-200);
    border-radius: 10px;
    border: 1px solid var(--bs-gray-200);
    margin-top: -49px;
    margin-left: 11px;
    width: 33px;
    height: 34px;
    overflow: hidden;
    opacity: 0;
    display: block!important;

}
.tableFilterContent:before {
    content:"";
    width: 20px;
    height: 20px;
    border-left: 10px solid transparent;
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--bs-gray-400);
    position: absolute;
    top: -20px;
    left: 32px;
}
.tableFilterContent select {
    border: none!important;
}

.auto-x{
    width: auto;
    min-width: 6.25rem;
    max-width: 6.25rem;
    text-align: center;
    vertical-align: middle;
}

.auto-x-left{
    width: auto;
    min-width: 6.25rem;
    max-width: 6.25rem;
    text-align: left;
    vertical-align: middle;
}
.sX { min-width: 70px !important; max-width: 70px !important; width: 70px !important; vertical-align: middle !important;}
.xX {min-width: 105px !important;max-width: 105px !important;width: 100px !important;vertical-align: middle !important;}
.X { min-width: 150px !important; max-width: 150px !important; width: 150px !important; vertical-align: middle !important;}
.XL { min-width: 200px !important; max-width: 200px !important; width: 200px !important; vertical-align: middle !important;}
.XX { min-width: 250px !important; max-width: 250px !important; width: 250px !important; vertical-align: middle !important;}
.XXL { min-width: 350px !important; max-width: 350px !important; width: 350px !important; vertical-align: middle !important;}
.XXXL { min-width: 450px !important; max-width: 450px !important; width: 450px !important; vertical-align: middle !important;}

.gray-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #E6E8EE;
    background: #F9FAFC;
    padding: 7px;
    color:#767B89;
    width: fit-content;
    height: auto!important;
}
/* Page & Sections */
.page-title {
    color: #000;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.36;
}
.card-header .card-title {
    color: #000;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.36;
}
.page-title-text{
    color: #000;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.36;
    letter-spacing: -1.2px;
}
.documentModal {
    width: 100vw!important;
    height: 100vh!important;
}
.documentModal {
    width: 100vw!important;
    height: 100vh!important;
    top: 0;
    bottom: 0;
}
.documentModal .modal-dialog {
    width: 100vw!important;
    height: 100vh!important;
    padding: 0px!important;
    max-width: 100vw!important;
    margin: 0px;
}
.documentModal .modal-content {
    padding: 0px!important;
}
.documentModal .modal-content .card-header {
    display: none!important;
}
.documentModal .modal-content .closed-button {
    text-align: right;
    margin: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.2rem;
}

button.dt-button.buttons-collection.dots-button {
    display: none;
}
/* GENERAL */

* {
    -webkit-font-smoothing: antialiased;
}
sup {
    font-size: 18px;
    font-weight: bold;
    top: 2px;
    color: #bb254a;
}
.content-scroll {
    height: 100vh;
    overflow: auto;
    padding-bottom: 200px;
}
input {
    border: 1px solid transparent;
}
input:focus {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #2626260f !important;
}
input:focus-within {
    outline:none!important

}
a.paginate_button.current {}
.dataTables_info {
    margin-top: 20px!important;
    font-size: .875rem!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid var(--bs-primary-100);
    background: transparent;
    font-weight: bold;
    color: var(--bs-primary-700)!important;
    padding: 1rem;
    margin-top: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--bs-primary-400);
    border: 1px solid transparent;
}

.percent-input-content {
    position: relative;
}
.percent-input-content span:before {
    content: "%";
    position: absolute;
    color: #98A2B3;
    top: 50%;
    transform: translate(10px, -50%);
    font-weight: bold;
}
.percent-input-content input {
    padding-left: 26px;
    color:#1D2939;
    font-weight:500;
}
.percent-input-content input:placeholder {
    color:#1D2939;
    font-size:40px
}

#fluid .soft-badge-danger {
    border: 1px solid rgba(191, 38, 0, 0.15) !important;
    background: rgba(191, 38, 0, 0.10) !important;
    color: #BF2600 !important;
}
#fluid .soft-badge-danger:before{
    content:"";
}
#fluid .tags .btn {
    height: auto!important;
}
.tagContent .search-icon:before {
    top: 15px;
}

#fluid .badge {
    font-size: .755rem!important;
    line-height: normal;
    white-space: nowrap!important;
    overflow: hidden;
    max-width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: 500!important;
    width: max-content;




    &.tag {
        font-size: .6rem!important;
        padding: .2rem;

        &:before {
            content:"sell";
            font-family:"Material icons";
            margin:2px;

        }
    }

    &.circle-button {
        cursor:pointer;
        color:black!important;
        position:relative;
        display:flex;
        align-items:center;
        margin: 0px;
        padding: 4px 0px;
        text-overflow: ellipsis;
        border: none!important;
        &:before {
            content: "info";
            font-family:"Material icons";
            margin:2px;
            font-size: 1.3rem;
            color: #ae2848;
        }

    }

    &.rejected {
        &:
        before {
            color: var(--bs-rejected);
        }
    ;
    }
    &.approved {
        &:before {
            color: var(--bs-approved);
        }
    }
    &.completed {
        &:before {
            color: var(--bs-approved);
        }
    }

    &.started {
        &:before {
            color: var(--bs-started);
        }
    }
    &.not-started {
        &:before {
            color: var(--bs-not-started);
        }
    }
    &.pending-approval {
        &:before {
            color: var(--bs-penging-approval);
        }
    }
    &.rejected-with-comment {
        &:before {
            color: var(--bs-rejected-with-comment);
        }
    }
    &.approved-with-comment {
        &:before {
            color: var(--bs-approved-with-comment);
        }
    }
    &.timed-out {
        &:before {
            color: var(--bs-timed-out);
        }
    }
}

#fluid .soft-badge-warning {
    border: 1px solid rgba(241, 88, 43, 0.20)!important;
    background: rgba(241, 88, 43, 0.10)!important;
    color: #F1582B;
    font-size: .8rem;
}

#fluid .soft-badge-info {
    border: 1px solid rgba(0, 82, 204, 0.15) !important;
    background: rgba(0, 82, 204, 0.10) !important;
    color: rgb(18 79 170) !important;
}
#fluid .soft-badge-light {
    border: 1px solid rgba(53, 87, 92, 0.20)!important;
    background: rgba(179, 245, 255, 0.10)!important;
    color: #008DA6;
}
#fluid .soft-badge-light-info {
    border: 1px solid rgba(0, 141, 166, 0.15) !important;
    background: rgba(0, 141, 166, 0.10) !important;
    color: #008DA6 !important;
}
#fluid .soft-badge-light-warning {
    border-radius: 4px !important;
    border: 1px solid rgba(255, 139, 0, 0.15) !important;
    background: rgba(255, 139, 0, 0.10) !important;
    color: #FF8B00 !important;
}
#fluid .soft-badge-primary {
    border: 1px solid rgba(29, 78, 122, 0.20)!important;
    background: rgba(29, 78, 122, 0.05)!important;
    color: #2c567e;
}
#fluid .soft-badge-publish, .btn-publish {
    background: var(--swipe-btn, linear-gradient(90deg, #7346E8 0%, #4B19CC 100%));
    box-shadow: 0 1px 2px -.5px #ffffff1f inset,0 .5px .5px #ffffff29 inset,0 8px 24px -4px #ffffff29 inset,0 8px 8px -3px #07011308,0 5px 5px -2.5px #07011308,0 3px 3px -1.5px #07011308,0 2px 2px -1px #07011308,0 1px 1px -.5px #07011308,0 .5px .5px #07011308;
    text-align: center;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 30px;
    padding: .75rem 1.5rem;
    color:white;
    font-size: 1re;


    span {
        color:white;
        &.material-symbols-outlined {
            font-size: 1.2rem!important;
        }
    }
}
.soft-bage-content {}
#fluid .dataTables_scrollBody .bootstrap-select .btn {line-height: unset!important;height: 20px;margin: 0px;}
#fluid .dataTables_scrollBody .bootstrap-select {

    &:

    after {
        font-family: 'Material Icons Outlined'!important;

        border: none;

        margin: unset;

        position: absolute;

        left: -15px;
    }

    height: 32px!important;line-height: 32px!important;
}
#fluid .btn.disabled {
    opacity: .4;
}
#fluid table tr td:nth-last-child(1) .btn {

}

#fluid .soft-badge-gray {
    border: 1px solid rgba(102, 112, 133, 0.15) !important;
    background: rgba(102, 112, 133, 0.10) !important;
    color: #667085 !important;
}
#fluid .soft-badge-success {
    border: 1px solid rgba(0, 135, 90, 0.15) !important;
    background: rgba(0, 135, 90, 0.10) !important;
    color: #00875A;
}
#fluid .soft-badge-primary.download-button:before {content: 'file_download';}
#fluid .soft-badge-primary.view-button:before, .btn-primary.view-button:before {content: "visibility";color: var(--bs-primary-700);cursor: pointer;}
#fluid .soft-badge-success.done-button:before, .btn-success.done-button:before {content: "done";color: var(--bs-success-700);}

.time-button:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_669_28220)'%3E%3Cpath d='M9.9915 1.66699C5.3915 1.66699 1.6665 5.40033 1.6665 10.0003C1.6665 14.6003 5.3915 18.3337 9.9915 18.3337C14.5998 18.3337 18.3332 14.6003 18.3332 10.0003C18.3332 5.40033 14.5998 1.66699 9.9915 1.66699ZM9.99984 16.667C6.3165 16.667 3.33317 13.6837 3.33317 10.0003C3.33317 6.31699 6.3165 3.33366 9.99984 3.33366C13.6832 3.33366 16.6665 6.31699 16.6665 10.0003C16.6665 13.6837 13.6832 16.667 9.99984 16.667ZM10.4165 5.83366H9.1665V10.8337L13.5415 13.4587L14.1665 12.4337L10.4165 10.2087V5.83366Z' fill='%231D4E7A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_669_28220'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important;}
.comment-button:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_669_28222)'%3E%3Cpath d='M12.4998 3.33366V9.16699H4.30817L3.33317 10.142V3.33366H12.4998ZM13.3332 1.66699H2.49984C2.0415 1.66699 1.6665 2.04199 1.6665 2.50033V14.167L4.99984 10.8337H13.3332C13.7915 10.8337 14.1665 10.4587 14.1665 10.0003V2.50033C14.1665 2.04199 13.7915 1.66699 13.3332 1.66699ZM17.4998 5.00033H15.8332V12.5003H4.99984V14.167C4.99984 14.6253 5.37484 15.0003 5.83317 15.0003H14.9998L18.3332 18.3337V5.83366C18.3332 5.37533 17.9582 5.00033 17.4998 5.00033Z' fill='%231D4E7A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_669_28222'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important;}
#fluid .soft-badge-button:before, #fluid .soft-badge-danger:before, #fluid .soft-badge-warning:before, #fluid .soft-badge-primary:before, #fluid .soft-badge-success:before, #fluid .soft-badge-warning:before, .soft-bage-content:before {
    font-family: 'Material Symbols Outlined'!important;
    line-height: 27px;
}

.soft-bage-content {}
#fluid .soft-badge-button {}
td button {max-width: 200px;}
#fluid .soft-badge-bg {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
}

#fluid .soft-badge-button {
    padding: 5px 10px;
    span {
        font-size:1rem
    }
}

#fluid .soft-badge-button:after {
    content: "";
    background-color: var(--bg-color);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
    filter: opacity(0.3);
}
#fluid .soft-badge-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--bg-color);
    border-radius: 4px;
    opacity: 0.2;
}
#fluid .soft-badge-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--bg-color);
    border-radius: 4px;
    opacity: 0.3;
}
#fluid .offcanvas-body .btn {
    border-radius: 4px!important;
    line-height: 1rem!important;
}
button.btn#fluid .soft-badge-button {}
button.accept-the-data {
    position: absolute;
    right: 6px;
    top: 44%;
    transform: translate(-20px, -50%);
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 4px!important;
    background-color: var(--bs-primary-600)!important;
}
/*div.modal button:not(.dt-button) {padding-left: 0px;}*/
th[data-filter-name] button i {
    display: none;
}
th[data-filter-name] button {
    background: transparent;
    border: none;
    position: absolute;
    left: -17px;
    top: 60%;
    margin-top: -15px;
    display: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
th[data-filter-name] button:before {
    content: "filter_alt";
    font-family: 'Material Symbols Outlined';
    font-size: 1rem;
    color: var(--bs-dark-border-subtle);
    font-weight: 600;
}

.tableFilteredButton {
    background: transparent;
    border: none;
    position: absolute;
    left: -3px !important;
    top: 6px !important;
}

.tableFilteredText{
    position: absolute;
    top: 10px;
    left: 24px;
}

div#page-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
div#loading {width: calc(100vw - 256px);}
.content-wrapper{overflow: auto;width: 100%;overflow-y: auto;overflow-x: hidden;height: 100vh;}
div#appBody {
    padding-inline: 1.5rem;
}
.fluid-content {
    height: 100vh;
    overflow: hidden;
    display: grid;
    width: 100vw;
    grid-template-columns: 250px calc(100% - 250px);
}
span.notifications-badge {
    position: absolute;
    background-color: var(--bs-primary);
    padding: 5px;
    left: 17px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 4px;
    top: -6px;
    font-weight: bold;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 1;
    font-family: 'Open Sans';
    border: 1px solid #ffffff !important;
}

aside.main-sidebar {
    width: 100%;
    padding: 1rem 0rem 1rem 1rem;
    border-right: 1px solid #E0E0E0;
    background: #FCFCFD;
    position: relative;
    z-index: 9;
    position: relative;
    height: 100vh;
    width: 100%;
}
.sidebar-collapse div#brandLarge > svg {
    display: none !important;
}
.sidebar-collapse div#brandLarge button {
    margin: auto!important;
    display: block!important;
    margin-bottom: 10px!important;
}
/*.sidebar-collapse nav.main-header {*/
/*    width: calc(100vw - 50px);*/
/*    left: 50px;*/
/*}*/
.sidebar-collapse .my-project a {
    gap:0px!important
}
.sidebar-collapse aside.main-sidebar {
    min-width: 55px!important;
    width: 55px;
    overflow: hidden;
    padding: 0.7rem;
}
.sidebar-collapse aside.main-sidebar h6 {
    font-size:0px
}
.sidebar-collapse aside.main-sidebar p {
    font-size:0px;
}
.sidebar-collapse aside.main-sidebar .sidebar svg {
    width:20px!important;
    height:20px!important
}
.sidebar-collapse aside.main-sidebar span {
    font-size:20px!important;
}
.sidebar-collapse aside.main-sidebar .profile-avatar {}
.sidebar-collapse aside.main-sidebar a#account-dropdown-profile {}
.sidebar-collapse aside.main-sidebar .my-profile {    display: none;}
.sidebar-collapse aside.main-sidebar a.material-symbols-outlined {
    display: none;
}
.sidebar-collapse aside.main-sidebar a.material-symbols-outlined.right {
    display: block!important;
}
.sidebar-collapse  div#brandLarge {
    display: none;
}
.sidebar-collapse .side-search.dropdown label {
    display: none;
}
.side-search.dropdown .dropdown-menu.search-results {
    transform: translate3d(0px, 52.6667px, 0px) !important;
}

.sidebar-collapse main#sidebar li.nav-item i {
    display: inline-block;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
}
div#brandSmallLogo {
    display: none;
}
.sidebar-collapse aside.main-sidebar a.nav-link {padding-left: 10px!important;}

.sidebar-collapse aside.main-sidebar li.projectChangeButton.cursor-pointer {
    z-index: 9999999999;
    font-size: 0px;
}

.sidebar-collapse ul.nav.nav-treeview {
    overflow: hidden;
    padding: 0px!important;
    p {
        color: #6c768f !important;
    }
}

.sidebar-collapse ul.nav.nav-treeview p {
    font-size: 11px;
}
li.nav-item i[data-toggle="tooltip"] {
    display:none;
}
.sidebar-collapse main#sidebar li.nav-item i {
    display: inline-block;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
}
div#brandSmallLogo {
    display: none;
}

.sidebar-collapse{
    nav#mainMenu {
        overflow-x: hidden !important;
        margin-right: 0px;
        overflow-y: hidden;
    }
}

.sidebar-collapse div#brandSmallLogo {
    display: block;
    width: 100%;
}
.sidebar-collapse div#brandSmallLogo svg {
    width: 36px;
    margin-bottom: 10px;
}
.sidebar-collapse div#brandSmallLogo img {
    width: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sidebar-collapse .my-project {
    justify-content: center;
}
.sidebar-collapse li.projectChangeButton p {
    font-size:.7rem!important
}
.sidebar-collapse li.projectChangeButton span {
    font-size:1.2rem!important
}
.sidebar-collapse li.projectChangeButton .changeButton span {
    font-size: 1.4rem!important;
}
.sidebar-collapse li.projectChangeButton .changeButton span {
    font-size: 1.4rem!important;
}

.sidebar-collapse ul.projectList {
    margin-left: -11px!important;
}
.sidebar-collapse .version-info-div {
    display: none!important;
}

.dashboard-cover-photo {
    height: 300px;
    background-image: url('/dist/img/project-cover.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    padding-left: 0px!important;
    padding-top: 8rem!important;
}
nav.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background-color: #fcfcfd;
    border-bottom: 1px solid var(--bs-gray-200);
    padding-inline: 1.5rem;
    margin-bottom: 15px;
}
nav.main-header ul.navbar-nav:last-child {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
nav.main-header ul.navbar-nav li.nav-item:first-child {
    /* display: none; */
}
li.breadcrumb-item.active {
    font-weight: bold;
    color: var(--bs-gray-400)!important;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8rem;
}
ol.breadcrumb a {
    color: var(--bs-primary-700)!important;
    text-decoration: unset;
    letter-spacing: -0.42px;
    font-weight: 600;
}
div#admin-bc {
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0px;
}

div#admin-bc p {
    color: #8E8E8E;
}

.dropdown-menu-content {
    display: none;
    position: absolute;
    right: 12px!important;
    width: 100%;
    max-width: 300px;
    border: none;
    border: 1px solid var(--bs-gray-300);
    z-index: 9999999;
    background-color: white;
    padding: 24px;
    border-radius: 6px;
    color: var(--bs-gray-900);
}
.dropdown-menu-content .profile-avatar:before{
    content: "" !important;
}
ul#profile-dropdown-menu li {
    list-style:none;
    padding: 7px 0px;
}

ul#profile-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem!important;
}
ul#profile-dropdown-menu li a span {
    background-color: var(--bs-primary-700);
    color: white;
    padding: 6px;
    border-radius: 4px;
    font-size: 1rem;a
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: var(--bs-gray-900-rgb);
    font-size: .6rem;
    margin-top: 2px;
}

nav.main-header ul.navbar-nav:last-child li.nav-item.dropdown {
}

nav.main-header ul.navbar-nav:last-child a.nav-link.active {
    background-color: transparent!important;
    color: #6c768c;
    font-size: .8rem;
    white-space: nowrap;
}

nav.main-header ul.navbar-nav:last-child .w3-animate-zoom.account-name {
    display: none;
}
.my-profile {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-profile span {
    font-size: 1.2rem;
}
input#search-box, input#search-box-sidebar{
    border-radius: 8px;
    padding: 8px  0px 8px 10px;
    border-radius: 8px;
    border: 1px solid #E4E7EC;
    height: 100%;
    margin: 0px !important;
    padding-left: 2.5rem;
    color: #8E8E8E;
    font-weight: 400;
    font-size: .76rem;
}
input#search-box::placeholder, input#search-box-sidebar::placeholder {
    font-size:0.88rem;
    color:#8E8E8E;
}
.my-profile  li {
    list-style: none;
}
.my-profile li a {
    color: var(--bs-gray-500);
    font-size: 0.875rem;
    position: relative;
}
ul.nav {display: block;}
ul.nav-treeview {
    display: none;
}
.my-project h6 {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-gray-600);
    font-weight: 500;
}
.my-project {
    display: flex;
    padding: 10px 0px;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.my-project a {
    font-size: 1.4rem;
    color: var(--bs-gray-400)!important;
    cursor: pointer;
}
.my-project h6 svg {
    background-color: var(--bs-primary-50);
}
nav#mainMenu {margin-right: 1rem;}
.sidebarBadge {
    padding: 0px 10px;
    border-radius: 5px!important;
    border: 1px solid var(--bs-primary-200)!important;
    background-color: var(--bs-primary-50)!important;
}

.sidebarBadge span {
    color: var(--bs-primary-700)!important;
}
li.nav-item {}
.nav-pills .nav-link, .nav-pills .folder-child {
    display: flex;
    line-height: 20px;
    align-items: center;
    color: #444;
    font-size: .875rem;
    letter-spacing: -0.14px;
    white-space: nowrap;
    align-items: center;
    font-weight: 400;
    padding: 5px 0px;
    text-decoration: none;
}
.folder-name {
    width: 86%;
    padding-right: 20px;
}
li.nav-item.admin.menu-is-opening.menu-open .fa-angle-down {
}
.nav-pills .nav-link i, .nav-pills .folder-child i {
    color: #8E8E8E;
    font-size: .875rem;
}
.nav-pills .nav-link span, .nav-pills .folder-child span {font-size: 1.25rem;color: rgb(150, 173, 198);}
.nav-pills .nav-item p {
    margin: 0px;
    width: 100%;
    padding: 0px;
    font-size: 0.87rem;
    align-items: center;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    /* padding-left: 12px; */
    text-indent: 12px;
}
.nav-pills .nav-item2 p {font-size: 0.8rem;justify-content: space-between;letter-spacing: -0.74px;width: 150PX;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.nav-pills .nav-link p i, .nav-pills .folder-child p i {}
.card:hover {
}
.modal-body {padding: 0px!important;}
.modal-content {
    padding: 30px 30px!important;
    border-radius: 12px;
    background-color: var(--bs-gray-50);
}
.modal-content button:not(.dt-button, .content-button) {
    border-radius: 4px!important;
    height: 48px;
    font-weight: 500;
    font-size: .8rem;
}
.modal-footer {
    background-color: transparent!important;
    border: none!important;
}
.nav-item.active > a {
    background-color: #6c768c1c;
    color: #2E5B8D;
    font-weight: 500;
    border-radius: 5px;
}
.nav-item.active, .nav-item.active a svg, .nav-item.active, .nav-item.active a svg g, .nav-item.active, .nav-item.active a svg path {fill: #2E5B8D!important;}
.nav-item.active ul, .nav-item.active a ul {
    display: block!important;
}
a.nav-link.nav-item2 {
}
a.nav-link.nav-item2 div {
}
.account-name {
    color: var(--bs-gray-900);
    font-size: 15px;
    white-space: nowrap;
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5.offcanvas-title {color: #212121;font-size: 22px;font-style: normal;font-weight: 600;line-height: 30px;letter-spacing: -0.44px;}
#updWeights label {border-bottom: 1px solid #E6E8EE;margin: 10px 0px;width: 100%;}

/* TABLE */

#fluid table thead {
    background-color: var(--bs-gray-100)!important;
    background: var(--bs-gray-100)!important;
    background-color: var(--bs-gray-100)!important;
}


table .dataTables_scrollBody {border: none!important;}
table.dataTable thead .sorting {
    /* background: var(--bs-gray-100) !important; */
    color: var(--bs-gray-700);
    padding: .4rem .375rem !important;
    position: relative;
    font-size: .7rem;
    background-color: #ffffff !important;
}
table .dataTables_scrollBody {border: none!important;}
table .dataTables_scrollHead {}
#fluid table.dataTable thead th, table.dataTable thead td {/* border-bottom: 1px solid #00000021 !important; */}
table td.wide-column {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    color: var(--bs-gray-700);
}
.dataTables_scrollBody {border: none!important;height: calc(100vh - 230px)!important;max-height: calc(100vh - 230px)!important;padding-bottom:70px;}
.dataTables_scrollBody thead {display: none!important;}

/*
.dt-buttons button {
    transform: translate(100vw);
    transition: all ease-out 1700ms;
}*/
.selectedRows {
    transform: translate(0)!important;
}
.buttons-colvis, .buttons-page-length {
    transform: unset!important;
}
.dt-buttons {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 301px;
}
.dt-buttons button:not(.btn, .circle-button) {
    background: #F0F6FB!important;
    color: #0F273D!important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    height: 100%;
    min-width: auto !important;
    border-radius: 8px;
    margin: 0px!important;
    font-size:0px;
    border: none;
    > span {
        font-size:0px;
        display: none;
    }

    &.clearStateButton,  &.buttons-colvis, &.buttons-page-length, &.filter-button {
        &:before {
            content: "rule_settings";
            height: 32px;
            width:32px;
            background-color: var(--bs-gray-100);
            color: #1d4e7a;
            font-size: 1.4rem!important;
            line-height: 32px;
            font-family: 'Material Symbols Outlined';
        }
    }
    &.buttons-colvis {
        &:before {
            content: "visibility";
        }
    }
    &.buttons-page-length {
        &:before {
            content: "list";
        }
    }

    &.filter-button {
        &:before {
            content: "filter_list";
        }
    }
}
#fluid .dt-button-collection {
    span {
        font-size:.8rem!important;
        display:block!important;
        text-align:left;
        margin:none;
        padding:10px
    }
}
.dt-buttons button span {display: flex;gap: 9px;align-items: center;font-size: .76rem;font-weight: 500;}
.excel-button {
    background-color: var(--bs-primary-700)!important;
    color: var(--bs-gray-100)!important;
    font-weight: bold;
    box-shadow: none!important;
}

.excel-button-custom:before {
    content: "";
    background-image: url(/dist/img/excel.ico);
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.btn {position:relative;font-size: .875rem;display: inline-flex;align-items: center;justify-content: center;}

.btn:before {
    font-family: 'Material Symbols Outlined';
    font-size: 1rem;
}
.plusOrMinus {display:none!important}
.btn span {
    /* font-size: .8rem; */
}
.edit-button:before {
    content: "create";
}

#fluid .soft-badge-warning.edit-button:before {
    content: "create"!important;
    color: var(--bs-orange);
    cursor: pointer;
}

.all-done-button:before {
    content: "done_all";
}

#fluid .soft-badge-success.all-done-button:before {
    content: "done_all"!important;
    color: var(--bs-success);
}

.all-deselect-button:before {
    content: "remove_done";
}

#fluid .soft-badge-gray.all-deselect-button:before {
    content: "remove_done"!important;
    color: var(--bs-gray-200);
}

.list-button:before {
    content: "checklist";
}

#fluid .soft-badge-primary.list-button:before {
    content: "checklist"!important;
    color: var(--bs-primary-700);
}

.send-button:before {
    content: "send";
}

#fluid .soft-badge-success.send-button:before {
    content: "send";
    color: var(--bs-success);;
}

.sortable-button:before {
    content: "swap_vert";
}
#fluid .soft-badge-secondary {
    background-color: var(--bs-gray-25);
    border: 1px solid var(--bs-gray-300)!important;
}
#fluid .soft-badge-secondary.clone-button:before {
    content: "flip_to_front";
    color: var(--bs-gray-800);
}

.add-button:before {
    content: "add";
}
.custom-more-btn.btn-primary {
    text-decoration: none;
    background-color: var(--bs-primary-25)!important;
    padding: .5rem!important;
    color: var(--bs-primary-700)!important;
    cursor: pointer!important;
    line-height: normal;
}


#fluid .click-button, #fluid table tr td:nth-child(1) .btn-primary {
    text-decoration: none;
    background-color: var(--bs-primary-25)!important;
    padding: .5rem!important;
    color: var(--bs-primary-700)!important;
    cursor: pointer!important;
    line-height: normal;
}

.more-dropdown-button {
    text-decoration: none;
    background-color: var(--bs-primary-25)!important;
    padding: .5rem!important;
    color: var(--bs-primary-700)!important;
    cursor: pointer!important;
    line-height: normal;
}

.click-button:after, table tr td:nth-child(1) table .btn-primary:after {
    content: "web_traffic";
    font-family: 'Material Symbols Outlined'!important;
    font-size: 1.3rem;
    margin-top: 10px;
    position: absolute;
    right: -4px;
    top: 10px;
    font-variation-settings: 'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
    filter: drop-shadow(2px 4px 6px #0002);
    cursor: pointer;
}
.save-button:before {
    content: "check";!important;
}

.doc-button:before {
    content: "description";!important;
    font-size: 1.2rem;
    font-family: 'Material Symbols Outlined';
}

.tag-filter:before {
    content: "filter_alt";
    font-family: "Material Icons";
    font-size: 1.4rem;
}

.import-button:before {
    content: "publish";
    font-family: 'Material Symbols Outlined'!important;
}

.download-button:before {
    content: "download_2";
    font-family: 'Material Symbols Outlined';
}
.answers-button:before {
    content: "tv_options_edit_channels";
    font-family: 'Material Symbols Outlined';
}
.toggle-button:before {
    content: "toggle_on";
}
.mail-button:before {
    content: "mail";
}

.settings-button:before {
    content: "settings";
}

.history-button:before {
    content: "restore";
}

.delete-button:before {}

.del-button:before {
    content: "delete";
}

.dt-buttons .excel-button span:before {
    content: "";
    background-image: url("/dist/img/excel.ico");
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}
#fluid .soft-badge-danger:before {
    content: "delete_outline"!important;
    color: var(--bs-danger)!important;
    cursor: pointer;
}
#fluid .soft-badge-primary.import-button:before {
    content: "publish";
}

.btn-danger:before {content: "delete_outline";color: var(--bs-white);}
.btn-text-center {
    /* padding-left: 8px!important; */
}
button.dt-button span.dt-down-arrow,
div.dt-button span.dt-down-arrow,
a.dt-button span.dt-down-arrow,
input.dt-button span.dt-down-arrow {
    color: #463d3d45!important;
    display: none;
}
div#t_filter, .dataTables_filter {
    position: absolute;
    width: 290px;
    height: 40px;
    /* margin: 0px!important;*/
}
.dataTables_filter label, .dataTables_filter label input {
    margin: 0px;
    width: 100%;
    height: 100%;
}
.dataTables_wrapper .dataTables_filter input, #search-label {
    border-radius: 8px;
    background: #ffffff;
    border: none;
    height: 100%;
    margin: 0px!important;
    padding-left: 2.5rem;
    color: #8E8E8E;
    font-weight: 400;
    border: 1px solid #e5e7eb;
}
.dataTables_filter label:after, .dataTables_filter label input:after,#search-label {
    position: absolute;
    left: 11px;
    top: 6.5px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_549_17372)'%3E%3Cpath d='M12.9167 11.6667H12.2583L12.025 11.4417C12.8417 10.4917 13.3333 9.25833 13.3333 7.91667C13.3333 4.925 10.9083 2.5 7.91667 2.5C4.925 2.5 2.5 4.925 2.5 7.91667C2.5 10.9083 4.925 13.3333 7.91667 13.3333C9.25833 13.3333 10.4917 12.8417 11.4417 12.025L11.6667 12.2583V12.9167L15.8333 17.075L17.075 15.8333L12.9167 11.6667ZM7.91667 11.6667C5.84167 11.6667 4.16667 9.99167 4.16667 7.91667C4.16667 5.84167 5.84167 4.16667 7.91667 4.16667C9.99167 4.16667 11.6667 5.84167 11.6667 7.91667C11.6667 9.99167 9.99167 11.6667 7.91667 11.6667Z' fill='%238E8E8E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_549_17372'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.search-icon:before {
    position: absolute;
    left: 10px;
    top: 7px;
    display:block;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_549_17372)'%3E%3Cpath d='M12.9167 11.6667H12.2583L12.025 11.4417C12.8417 10.4917 13.3333 9.25833 13.3333 7.91667C13.3333 4.925 10.9083 2.5 7.91667 2.5C4.925 2.5 2.5 4.925 2.5 7.91667C2.5 10.9083 4.925 13.3333 7.91667 13.3333C9.25833 13.3333 10.4917 12.8417 11.4417 12.025L11.6667 12.2583V12.9167L15.8333 17.075L17.075 15.8333L12.9167 11.6667ZM7.91667 11.6667C5.84167 11.6667 4.16667 9.99167 4.16667 7.91667C4.16667 5.84167 5.84167 4.16667 7.91667 4.16667C9.99167 4.16667 11.6667 5.84167 11.6667 7.91667C11.6667 9.99167 9.99167 11.6667 7.91667 11.6667Z' fill='%238E8E8E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_549_17372'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
label.search-container {
    position: relative;
    width: 100%;
    margin-right: 1rem;
}
label.search-container > span {
    position: absolute;
}
.dataTables_wrapper .dataTables_filter input::placeholder {
    color:#8E8E8E;
    font-weight:400;
    font-size:.77rem;
}
.dataTables_wrapper .dataTables_filter input:focous {

}
#t_wrapper button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {}
button.dt-button.buttons-columnVisibility.active {background-color: var(--bs-gray-600)!important;margin-bottom: 3px!important;}
span.dt-down-arrow {font-size: 0px!important;}
span.dt-down-arrow:after {
    content: "\f078";
    opacity: 1;
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
}

.table>:not(caption)>*>* {
    font-weight: 400;
    box-shadow: unset !important;
    background-color: transparent !important;
    border-bottom: .04rem solid var(--bs-gray-100) !important;
    padding: 0.13rem .35rem !important;
    color: #212121;
    font-size: .755rem!important;
    letter-spacing: -0.14px;
}
.table th {
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #f9f9f9;
    color: var(--bs-gray-700);
}
table.dataTable tbody>tr.selected .fast-action .faster-delete-id {transform: translate(-450%, -50%) !important;}
table.dataTable tbody>tr.selected td:nth-child(1) {
    border-left: 1px solid black!important;
}

table.dataTable tbody>tr.selected td {
    padding: 0.5rem .375rem !important;
    transition: all ease 700ms;
    color: var(--bs-primary-900);
    background-color: rgba(160, 195, 187, 0.5) !important;
}
/* Change */

.info-box {
    height: 80px;
    font-size: 1.115rem;
    background-color: #00000012;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
}


/* TOAST */
div#swal2-html-container {
    font-size: 14px;
    margin: 0px;
    margin-left: 17px;
    color: #98A2B3!important;
}

.swal2-center div#swal2-html-container {
    font-size: 1rem;
    margin: 0px;
    padding-inline: 60px;
}
.swal2-container {
    left: 50%!important;
    transform: translate(-50%, 20%);
    padding: unset!important;
    width: fit-content!important;
    min-width: 400px!important;
    height: auto;
    filter: drop-shadow(0px 2px 5px #9993);
}
.swal2-center {
    width: 100vw!important;
    height: 100vh!important;
    z-index: 9999999;
    position: fixed;
    transform: none!important;
    left: 0!important;
}
.swal2-container.swal2-center.swal2-backdrop-show h2#swal2-title {
    font-size: 23px;
    margin: 10px;
}

.swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
    box-shadow: none!important;
}
.swal2-popup.swal2-toast.swal2-show {
    background: #FFF!important;
    margin-bottom: 14px!important;
    -webkit-box-shadow: unset!important;
    -moz-box-shadow: 0px 5px 10px 0px rgba(90, 90, 90, 0.7) !important;
    box-shadow: unset!important;
    border: 1px solid var(--bs-gray-200);
    border-radius: 10px;
}

.swal2-timer-progress-bar-container {
    overflow: visible!important;
}
.swal2-icon.swal2-success.swal2-icon-show {
    background-color: #52a894;
    border-color: #52a894a6!important;
    filter: drop-shadow(0px 0px 16px #95f2c8);
}
span.swal2-success-line-tip, span.swal2-success-line-long {
    background-color: #ffffffd4 !important;
}
.swal2-timer-progress-bar {
    height: 6px;
    background-color: #52a894!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.swal2-icon-error .swal2-timer-progress-bar {
    background-color: #F04248!important;
}
h2#swal2-title {
    color: #000000!important;
    font-size: 17px;
}
.swal2-center .swal2-icon:after {
    width: 100px!important;
    height: 100px!important;
    border-radius: 50%;
}

div:where(.swal2-container) div:where(.swal2-icon) {
    /* filter: drop-shadow(0px 0px 26px #00e17b)!important; */
}
.swal2-icon  div {background-color: transparent!important;}
.swal2-icon-error div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ef4348!important;
}
.swal2-icon.swal2-error.swal2-icon-show {}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error {filter: drop-shadow(0px 0px 16px #F04248)!important;border-color: #ff9ea1 !important;color: #F04248!important;animation-name: error!important;animation-duration: 5s!important;animation-iteration-count: infinite!important;background-color: #F04248;}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ffffff!important;
}
.swal2-popup.swal2-toast.swal2-icon-info.swal2-show {}
.swal2-popup.swal2-toast.swal2-icon-info.swal2-show .swal2-timer-progress-bar {
    background-color: #40c3ed !important;
}
.swal2-icon.swal2-warning.swal2-icon-show {
    background-color: #FFD21F;
    border-color: #ffeda5;
    color: #ffffff;
    filter: drop-shadow(0px 0px 36px #FFD21F)!important;
}
.swal2-icon-warning  .swal2-timer-progress-bar {
    background-color: #ffd21f !important;
}
div:where(.swal2-container) div:where(.swal2-icon):after {
    content: "";
    border: 10px solid #eedbdb57;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 32px;
    z-index: 9;
    top: -9px!important;
    animation-name: shake;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
body.dark  div#swal2-html-container  {
    color: var(--bs-gray-300)!important;
}
body.dark .swal2-popup.swal2-toast.swal2-show {
    background: #242C32!important;
}
body.dark span.swal2-success-line-tip, body.dark  span.swal2-success-line-long {
    background-color: #252c32d4 !important;
}
.dark h2#swal2-title {
    color: #FFF!important;
}
body.dark div:where(.swal2-container) div:where(.swal2-icon).swal2-error {filter: drop-shadow(0px 0px 16px #F04248)!important;border-color: #F04248!important;color: #F04248!important;animation-name: error!important;animation-duration: 5s!important;animation-iteration-count: infinite!important;}
body.dark div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #252c32 !important;
}
body.dark .swal2-icon.swal2-warning.swal2-icon-show {
    background-color: #FFD21F;
    border-color: #FFD21F;
    color: #252c32;
    filter: drop-shadow(0px 0px 26px #FFD21F)!important;
}

@keyframes shake {
    0% {border: 8px solid #eedbdb63}
    50% {border: 8px solid #eedbdb00}
    100% {border: 8px solid #eedbdb63}
}
.dark div:where(.swal2-container) div:where(.swal2-icon):after {}
button.swal2-confirm.swal2-styled {
    border: 1px solid #98a2b369 !important;
    background-color: #1D4E7A!important;
    width: 100%;
    color: white;
    margin: 5px 10px;
    line-height: 20px;
}


button.swal2-cancel.swal2-styled {
    border: 1px solid #98a2b369 !important;
    background-color: #98a2b32e!important;
    margin: 0px;
    width: 100%;
    color: #98A2B3!important;
    line-height: 20px;
}
button.swal2-confirm.swal2-styled:focus,
button.swal2-cancel.swal2-styled:focus {
    box-shadow:none!important
}

.swal2-actions {
    width: 80%;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 3px;
    justify-content: center;
    flex-direction: row-reverse;
}
div#page-tab-menu, .tabButtonList {
    display: flex;
    gap: 8px!important;
    position: relative;
    width: 100%;
    margin: .75rem 0px .75rem  0px;
    list-style: none;
    background-color: #EAF0F6;
    /* padding: 9px 12px 9px 12px; */
    border-radius: 12px;
}
.tablesHeader, .tablesHeader2 {padding: 6px 12px 6px 12px;}
#fluid .tablesHeader .btn-success, #fluid .tablesHeader2 .btn-success {
    border-bottom: 1px solid #2E5B8D!important;
    border-radius: 0px!important;
}
.headerEditContent form {
    background-color: #ffffff21!important;
    padding: 1rem 2rem!important;
    margin-bottom: 1rem!important;
    position:relative;
    border-radius: 0px!important;
}

.headerEditContent h6 {
    border-bottom: 1px solid white;
    padding: 10px;
    display: none;
}
.headerEditContent h6 i {
    margin-right: 6px;
    color: white;
}

.headerEditContent form:before {
    content: "widgets";
    font-family: 'Material Symbols Outlined';
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 8rem;
    color: #e4e4e463;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 900;
    animation: editIcon 4s infinite;
}

/*
@keyframes editIcon {

    10% { content: "widgets";}
    20% {content:"circle"}
    30%{content:"panorama_vertical"}
    40%{content:"settings_panorama"}
    50%{content:"panorama_horizontal"}
    60%{content:"lan"}
    70%{content:"settings_input_component"}
    80%{content:"polyline"}

}

 */
div#page-tab-menu .row, .tabButtonList .row, .tablesHeader .row, .tablesHeader2 .row {margin-left:unset!important}
div#page-tab-menu .page-tab-menu-item, .tabButtonList li  {
    position: relative;
    flex-grow: unset!important;
    border-radius: 4px 4px 0px 0px!important;
}
.page-tab-menu-item.active, .tabButtonList button:before, .tablesHeader button:before, .tablesHeader2 button:before {
    display:none!important

}
.page-tab-menu-item.active:after, .tabButtonList button.btn-success:after, .tablesHeader button.btn-success:after, .tablesHeader2 button.btn-success:after {
    bottom: 0;
    width: 100%;
    height: 27px;
    left: 0;
    border-radius: 8px 8px 0px 0px;
    transition: all ease 700ms;
    background-color: #F9FAFB;
    z-index: -1;
    border-bottom: none;
    transition: all ease 700ms;
}
.modal-content h6, .tabContent h5, .tabContent2 h5, .gray-letter-text {
    font-size: .8rem;
    color: #98A2B3!important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 1rem 0px;
}

.tabContent, .tabContent2 hr {
    display: none;
}

#fluid .tabContent, .tabContent2 {margin: unset;width: fit-content!important;width: auto!important;}

.headerEditContent .row {
    display: flex;
    align-items:end;
    position: relative;
    z-index: 9;
}

.page-tab-menu-item:hover :after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--bs-gray-400);
    bottom: -2px;
    width: 100%;
    left: 0;
    border-radius: 30px;
    transition: all ease 700ms;
}

#flud div#page-tab-menu .page-tab-menu-item button, #fluid .tabButtonList button:not(.ignore-this), #fluid .tablesHeader button, .tablesHeader2 button {
    color: #5D6D7D;
    box-shadow: unset!important;
    background: unset!important;
    min-width: unset!important;
    max-width: max-content;
    font-size: .875rem!important;
    line-height: unset!important;
    padding: 8px 10px!important;
    margin: 0px!important;
    font-weight: 500;

}
div#page-tab-menu .page-tab-menu-item.active {position: relative;}
div#page-tab-menu .page-tab-menu-item.active button, #fluid .tabButtonList button.btn-success, #fluid .tablesHeader button.btn-success, .tablesHeader2 button.btn-success {
    color: #2E5B8D!important;
    position: relative;
    z-index: 99;
    border: none;
    background-color: white!important;
    font-weight: bold;
}
.page-tab-menu-content.active {display: block;}
.page-tab-menu-content {display: none;}
.info-card {
    width: 374px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    background: #FCFCFC;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: black;
    gap: 5px;
}

.info-card .count {
    font-size: 28px;
    font-weight: bold;
}

.profile-bg {
    height: 200px;
    width: 100%;
    background-image: url('/dist/img/profile-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right bottom;
}

.profile-profile-photo {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -60px;
    left: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    background-color: white;
}

.profile-profile-photo label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: white;
}
.profile-profile-photo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image-upload-sections , .document-upload-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-upload-sections.cropper input {
    display:none
}
.document-upload-sections label {
    border: 2px dashed var(--bs-gray-300);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 52px;
    gap: 4px;
}


.document-upload-sections path { animation: pixie 10s infinite;animation-delay:initial;}

@keyframes pixie {
    0% {opacity:.2}
    50% {opacity:1}
    100% {opacity:.2}
}

.document-upload-sections.active {
    background-color: var(--bs-gray-100);
    transition: all ease 700ms;
}

.document-upload-sections > img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
}
.document-upload-sections label img {width: auto;height: auto;}
.document-upload-sections p {
    font-size: 18px;
}
.document-upload-sections span {
    color: var(--bs-gray-400);
}

@keyframes success {
    0% {filter: drop-shadow(0px 0px 16px #FFD426)}
    50% {filter: drop-shadow(0px 0px 16px #ffd42600)}
    100% {filter: drop-shadow(0px 0px 16px #FFD426)}
}

@keyframes error {
    0% {filter: drop-shadow(0px 0px 16px #F04248)}
    50% {filter: drop-shadow(0px 0px 16px #ffd42600)}
    100% {filter: drop-shadow(0px 0px 16px #F04248)}
}
@keyframes warning {
    0% {filter: drop-shadow(0px 0px 16px #FFD426)}
    50% {filter: drop-shadow(0px 0px 16px #ffd42600)}
    100% {filter: drop-shadow(0px 0px 16px #FFD426)}
}

.faster-delete-id, .faster-delete, .faster-edit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 700ms;
}

.faster-delete {
    transform: translate(150%, -50%);
}
.faster-edit {
    transform: translate(250%, -50%);
}

.faster-edit-content .faster-delete-id  {
    transform: translate(-250%, -50%)!important;
}
tr:hover  .faster-delete-id {
    transform: translate(-450%, -50%)!important;
}

tr:hover .faster-delete {
    transform: translate(-50%, -50%)!important;
}
#fluid .faster-edit-content .faster-delete  {
    transform: translate(-250%, -50%)!important;
}
.faster-edit-content .faster-edit {
    transform: translate(-50%, -50%)!important;

}
table.dataTable tbody>tr.selected .fast-action .faster-delete {
    transform: translate(-50%, -50%) !important;
}
.fast-action .btn {
    padding-left:0px!important
}

section.content {
    width: 100%;
    overflow-y: auto;
}

div#projectList {
    display: flex;
    flex-wrap: wrap;
}
.selectProjectLogo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    border: 1px solid var(--bs-gray-200);
    position: relative;
    z-index: 999;
}
.selectProjectLogoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: blur(12px);
    background-position: center;
    background-size: contain;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
}

.projectCard {
    border-radius: 5px;
    margin: 7px;
}

.bottom-info {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    margin: 10px 0px;
    padding-top: 10px;
    gap: 5px 20px;
    flex-direction: column;
}
span.info-box-number.text-dark.text-truncate {
    font-size: 15px;
    color: #2e629e!important;
}

.projectCard {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    position: relative;
    overflow: hidden;
}

.projectCard span {
    color: #8E8E8E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.14px;
    text-decoration: none!important;
}
h5.projectName {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.projectCard a {
    text-decoration: none;
}
td.templateCol {
    max-height: 100px!important;
    overflow:hidden;
    height: 100px!important;
}
.viewTemplateModal {
    position: absolute;
    background-color: var(--bs-gray-100);
    padding: 45px;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px #9993);
    top: 0;
    left: 0;
    transform: translate(-110%, -50%);
    max-width: 900px;
    max-height: 900px;
    border: 2px dashed  var(--bs-gray-200);
}
.viewTemplateModal:before{
    content:"";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--bs-gray-100);
    display: block;
    position: absolute;
    right: -9px;
    top: calc(50% - 0px);
}
.viewTemplateModal figure,
.viewTemplateModal table {
    max-width:700px;
    max-height:700px;
}

th.sorting:nth-child(1) {
}
table.dataTable tbody tr td:nth-child(1) {
    width: 50px!important;
}
span.w-100.h-100.position-absolute.d-flex.align-items-center.text-bold {
    color: white!important;
    font-weight: bold;
    padding-left: 10px;
}
.content-gray-letter {
    font-size: .8rem;
    color: #98A2B3!important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 1rem 0px;
}

.fast-action {
    width: 50px!important;
    height: 50px!important;
}

.checkmark-sm {
    background-color: #ffffff!important;
    border: 1px solid #d6d6d6;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 8px;
    padding: 14px 16px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.checkmark-sm:hover {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #262626!important;
}
.checkmark-sm svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: black !important;
    display: none;
}

.dark .checkmark-sm:hover {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #262626!important;
}

.dark .checkmark-sm {
    background-color: #121212!important;
    border: 1px solid #262626;
}
.checkmark-sm svg path {
    fill: black !important;
}
.dark .checkmark-sm svg path {
    fill: white !important;
}

input[type=checkbox]:checked ~ .checkmark-sm svg {
    display:block;
}

div.empty-data {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}

div.empty-data p {
    font-weight:bold;
    font-size:20px
}

.circular-progress {
    --size: 86px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 33px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
}

.circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

.circular-progress circle.bg {
    stroke: #E4E7EC;
}

.circular-progress circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: #579BD7;
}

.custom-checkbox {
    max-width: 30px!important;
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 2rem
}

.gap-8 {
    gap: 2.5rem
}

.gap-9 {
    gap: 3rem
}

.gap-10 {
    gap: 4rem
}

.gap-x-1 {
    column-gap: .25rem
}

.gap-x-2 {
    column-gap: .5rem
}

.gap-x-3 {
    column-gap: .75rem;
}

.gap-x-4 {
    column-gap: 1rem
}

.gap-x-5 {
    column-gap: 1.25rem
}

.gap-x-6 {
    column-gap: 1.5rem
}

.gap-x-7 {
    column-gap: 2rem
}

.gap-x-8 {
    column-gap: 2.5rem
}

.gap-x-9 {
    column-gap: 3rem
}

.gap-x-10 {
    column-gap: 4rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.gap-y-7 {
    row-gap: 2rem
}

.gap-y-8 {
    row-gap: 2.5rem
}

.gap-y-9 {
    row-gap: 3rem
}

.gap-y-10 {
    row-gap: 4rem
}
.croppr-container {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.croppr-handle {
    filter: drop-shadow(2px 4px 6px #9999);
    border: none;
    background-color: var(--bs-cyan);
    width: 10px;
    height: 10px;
    padding: 6px;
}
.img-thumbnail {border: none;}

.croppr-container {
    position: fixed;
    z-index: 9999999;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167' height='107' viewBox='0 0 167 107' fill='none'%3E%3Cpath d='M85.3009 22.0721L47.1708 125.502C43.7174 132.616 29.9963 132.032 24.0017 127.081C18.007 122.13 -11.5359 59.0363 -11.5359 59.0363C2.91277 56.6273 14.5947 59.3028 22.4236 69.0307L31.9228 87.1951L52.7658 30.6314C54.8767 24.891 60.441 21.17 66.5484 21.3955L85.2906 22.0823L85.3009 22.0721Z' fill='%23F3F5F4'/%3E%3Cpath d='M80.7921 85.2884L118.922 -18.1416C122.376 -25.2556 136.097 -24.6713 142.091 -19.7202C148.086 -14.7691 177.629 48.3242 177.629 48.3242C163.18 50.7331 151.498 48.0577 143.669 38.3297L134.17 20.1654L113.327 76.729C111.216 82.4694 105.652 86.1905 99.5446 85.965L80.8024 85.2781L80.7921 85.2884Z' fill='%23F3F5F4'/%3E%3C/svg%3E");
    background-size: 135px 140px;
}

.croppr {
    height: 700px;
    border-radius: 29px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 16px #999);
}

.croppr-container img {
    height: 100%!important;
}
.croppr-container:after {
    content: "";
    background-color: white;
    position: fixed;
    width: 100%;
    height: 70%;
    top: 0;
    z-index: -1;
    filter: drop-shadow(30px 40px 126px white);
    box-shadow:1px 20px 20px 0px #ffffffe3;
}

.croppr-region {
    border: 4px dotted rgb(255 255 255 / 90%);
    z-index: 3;
    cursor: move;
}

.croppr-overlay {
    background: rgb(0 0 0 / 83%);
}

.croppr span {
    width: 100%;
    height: 20px;
    display: block;
    font-size: 17px;
    position: absolute;
    top: 0;
    padding: 10px;
    color: white;
    z-index: 999999999999;
}
/*
ul.nav.nav-treeview {
    position: absolute;
    right: -134px;
    background-color: var(--bs-gray-100);
    min-width: 209px;
    display: none!important;
    margin-top: -73px;
    border-radius: 10px;
    padding: 20px;
}
li.nav-item:hover .nav-treeview, li.nav-treeview:hover .nav-treeview {
    display: block!important;
}
*/
.profile {
    /* position: relative; */
}
.profile-avatar {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    min-width: 30px;
    min-height: 30px;
    /* margin-right: 20px; */
}

.profile-avatar-table {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    color: red;
    border-radius: 50%;
    display: block;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    border: 1px solid var(--bs-gray-200);
}

.profile-avatar-table.online:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #00e17b;
}

.profile-avatar-table.offline:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #FFD21F;
}

.navonline{
    position: relative;
}

.navonline.online:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 15%;
    right: 8%;
    border-radius: 50%;
    background-color: #00e17b;
    z-index: 999;
}

.navonline.offline:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 15%;
    right: 8%;
    border-radius: 50%;
    background-color: #FFD21F;
    z-index: 999;
}

.navbar-expand .navbar-nav .nav-link span {
    font-size: 1.3rem;
    color: #30618f;
}
.profile-avatar-mini {
    width: 42px;
    height: 42px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    min-width: 32px;
    min-height: 32px;
}

.profile-avatar:before {
    content: "expand_more";
    font-family: 'Material Icons';
    font-size: 1.5rem;
    position: absolute;
    right: -26px;
    color: #667085;
    top: 50%;
    transform: translate(0px, -50%);
}
ul#profile-dropdown-menu .profile-avatar {
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 17px;
}
.dots-button {display:none;}
.dots-button span.dt-down-arrow {    display: none!important;}
.dots-button span {
    font-size: 1.5rem!important;
    display: block;
    margin: auto;

}


.project-header{
    display: flex;
    /*justify-content: start;*/
    /*flex-direction: column;*/
    /*width: 100%;*/
}

.project-header-titles{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.15) -2px 4px 5.6px; */
    -moz-box-shadow: rgba(0, 0, 0, 0.15) -2px 4px 5.6px;
    padding: .4rem .8rem 1.6rem 0;
    /* background: linear-gradient(27deg, rgb(48 97 143) 0%, rgb(195 195 195 / 66%) 16%, rgb(116 174 222 / 51%) 39%, rgb(195 195 195 / 0%) 61%, rgb(116 174 222 / 9%) 68%); */
    /* max-width: max-content; */
}

.project-header-titles h1{
    font-size: 3rem;
    font-weight: bold;
    color: var(--bs-primary-700);
    max-width: max-content;
    padding: 0px 30px;
    border-radius: 9px;
}

.project-header-titles h2{
    font-size: 1rem;
    font-weight: normal;
    color: white;
    max-width: max-content;
    padding: 0px 30px;
    text-align: justify;
}

.project-header h1{
    /*font-size: 40px;*/
    /*font-weight: bold;*/
}

.project-header h2{
    /*font-size: 24px;*/
    /*font-weight: normal;*/
}

.dashboard-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1.5rem;
    border-radius: 8px;
    background-color: #F0F6FB;
}

.dashboard-card.zero{
    background-color: #D0D5DD !important;
}

.dashboard-card.zero .dc-number{
    color: #667085;
}

.dashboard-card.zero .dc-text{
    color: #667085;
}

.dc-number{
    font-size: 3rem;
    font-weight: bold;
    color: #2C76B6;
}

.dc-text{
    font-size: 1.6rem;
    font-weight: normal;
    color: #2C76B6;
}

.col-container{
    .card{
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        padding-right: 2rem;
        height: 100%;
        padding: 2rem;
    }

    .card-title{
        flex-grow: unset !important;
    }
}

.margin-rem-2-0{
    margin: 1rem 0 !important;
}

.margin-rem-1-0{
    margin: 1.5rem 0;
}

.gutter-x-0-5{
    --bs-gutter-x: 0.5rem;
}

.margin-rem-3-1-5{
    margin: 3rem 0 1.5rem 0;
}

.middle-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-layout-btn{
    background-color: #F9FAFC !important;
    color: #94969E !important;
    border-color: #5B5E6633;
    gap: 8px;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
    font-weight: 500;
    font-size: 14px;
}

.layout-svg{
    width: 20px;
    height: 20px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/layout.svg) no-repeat center;
    mask: url(/dist/svg/layout.svg) no-repeat center;
}

.plus-svg{
    width: 20px;
    height: 20px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/plus.svg) no-repeat center;
    mask: url(/dist/svg/plus.svg) no-repeat center;
}

.page-width-text{
    font-size: 12px;
    font-weight: 500;
    color: #767b89;
}

.layout-img{
    /*border: 1px solid #000;*/
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.layout-img-active{
    border:1px solid #71bfef;
    padding: 5px !important;
    background-color: #ebf5fa;
}

#layoutArea{
    width: max-content;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    margin-top: 40px;
}

.align-content{
    width: 82px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.align-content span{
    font-size: 12px;
    font-weight: 500;
    color: #767b89;
}

.leftContent{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: unset !important;
}

.centerContent{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: unset !important;
}

.ac-border{
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}

.ac-border-active{
    border-color: #66b7ed;
    background-color: #e8f3f9;
}

.set-as-default{
    width: max-content;
    color: #1d4e7a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.layout-title{
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #909090 !important;
}

.narrow-svg{
    width: 60px;
    height: 45px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/narrow.svg) no-repeat center;
    mask: url(/dist/svg/narrow.svg) no-repeat center;
}

.standart-svg{
    width: 60px;
    height: 45px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/standart.svg) no-repeat center;
    mask: url(/dist/svg/standart.svg) no-repeat center;
}

.wide-svg{
    width: 60px;
    height: 45px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/wide.svg) no-repeat center;
    mask: url(/dist/svg/wide.svg) no-repeat center;
}

.sidebar-search-group{
    width: 100%;
    height: 40px;
    padding: 12px 8px;
    background: #F3F3F3;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.sidebar-search-input{
    border: none;
    outline: none;
    background: none;
    width: 100%;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.sidebar-search-icon{
    padding: 8px;
}

.sidebar-title{
    font-size: 22px;
    font-weight: 600;
    color: #212121;
}

.sidebar-card{
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    border: 1px solid #efefef;
    cursor: pointer;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.5s;
}

.sidebar-card:hover{
    background: #f0f0f0;
}

.sidebar-card-img{
    width: 56px;
    height: 56px;
    background-color: #FAFAFA;
}

.sidebar-card-img img{
    width: 20px;
    height: 20px;
}

.sidebar-card-text{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    display:flex;
    align-items: center;
    justify-content: start;
    padding-left:18px;
}

#sidebarDashboardModal .modal-dialog{
    width: 350px;
}

.cursor-pointer{
    cursor: pointer;
}

.cant-find-chart{
    font-size: 14px;
    font-weight: 600;
    color: #2c76b6;
    text-decoration: none;
}

.sidebar-close-modal{
    color: #8e8e8e;
    stroke: #8e8e8e;
    fill: #8e8e8e;
}

.progress-blue{
    background-color: #6ca7dc !important;
}

.progress-purple{
    background-color: #c598ff !important;
}

#save-changes {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 18px;
    padding: 10px;
    z-index: 99;
    cursor: pointer;
}
#fluid .icon-0:before {
    content: unset!important;
}
.icon-0:before {
    content: unset!important;
}
/* Bootstrap's original tab navigation structure, Videntium style */
.nav.nav-tabs {
    gap: 1rem;
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
    position: relative;
    border: none;
}
.nav.nav-tabs:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    content: "";
}
.nav.nav-tabs .nav-item button.nav-link {
    display: flex;
    column-gap: .5rem;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #8E8E8E;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding: 12px 2px 16px 2px;
    background: none !important;
    border: none;
}
.nav.nav-tabs .nav-item {
    position: relative;
}
.nav.nav-tabs .nav-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E0E0E0;
    content: "";
    z-index: 1;
    display: none;
}
.nav.nav-treeview li a {
    padding-left: 20px!important;
    display: flex;
    /* justify-content: space-between; */
}
.nav.nav-treeview li a i {
    display: inline;
}
.nav.nav-tabs .nav-item:hover:after {
    display: block;
}
.nav.nav-tabs .nav-item:has(button.nav-link.active):after {
    display: block;
    background-color: #444;
}
.nav.nav-tabs .nav-item button.nav-link:hover {
}
.nav.nav-tabs .nav-item button.nav-link.active {
    color: #444;
}
.image-upload-sections.cropper {
    height: 250px;
    border: 1px dashed var(--bs-gray-400);
    border-radius: 7px;
    overflow: hidden;
}

.image-upload-sections.cropper img, .image-upload-sections.cropper label {
    height: 100%;
}
div#notifications .list-body {
    height: calc(100vh - 300px);
    overflow: auto;
}
div#notifications .list a {
    padding: 10px;
    color: var(--bs-primary-700);
    text-decoration: none;
    display: block;
    text-align: justify;
    border: 1px solid var(--bs-primary-25-bg-subtle);
    margin: 10px 0px;
    border-radius: 10px;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    background-color: white;
);
}
div#notifications .list i {
}
span.material-icons.notification-active {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

.material-symbols-outlined {
    /* display: none; */
}
.dropdown-menu .dropdown-title {
    font-weight: 600;
    font-size: 1rem;
    margin: 10px 20px;
    display: block;
}

.dropdown-menu .dropdown-row {
    display: flex;
    align-items: center;
    margin: 0 .25rem 0 .25rem;
    padding: .5rem .75rem;
    min-width: 15.625rem;
    max-width: 40vw;
    overflow: hidden;
}

.dropdown-menu .dropdown-row-title {
    font-weight: 500;
    font-size: .875rem;
}

.dropdown-menu .dropdown-row-subtitle {
    font-weight: 400;
    font-size: .75rem;
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    overflow: hidden;
    max-width: 100%;
}

.dropdown-menu .dropdown-row.dropdown-row-border-b {
    border-bottom: 1px solid #F3F3F3;
}

.text-ellipsis {
    min-width: 0;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.dropdown-row {
    text-decoration: none;
}

/*PDF Viewer*/
.modalBigViewer .modal-fullscreen {
    padding: 0;
}
.modalBigViewer .modal-lg {
    max-width: 100%;
    max-height: -webkit-fill-available;
}
.modalBigViewer .modal-content {
    border: none;
    box-shadow: none;
    padding: 0 !important;
    height: 100vh;
}
.modalBigViewer .modal-header {
    padding: 0.7rem 2rem;
    margin: 0;
    background-color: var(--bs-gray-300);
    font-size: 0px;
    position: absolute;
    right: 0;
    bottom:0px;
    .btn-close {
        font-weight:bold;
        font-size:2rem;
    }

}
.modalBigViewer .modal-body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.modalBigViewer .card-content {
    height: calc(100vh - 40px);
}
.modalBigViewer iframe {
    height: 100%;
}

.contentHeader {
    font-size: 1rem;
    color: #98a2b3 !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 2rem 0px;
}

/*Selectpicker Subtext*/
.bootstrap-select .dropdown-menu .dropdown-item .text small {
    margin-left: .3rem;
    font-size: .8rem;
    font-style: italic;
}

.dropdown-menu .dropdown-item.disabled {
    color: var(--bs-gray-600) !important;
    background-color: var(--bs-gray-300) !important;
}

input {
    border: 1px solid transparent;
}
input:focus {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #2626260f !important;
}
input:focus-within {
    outline:none!important
}
.fileName {
    white-space: break-spaces;
}

label[data-required]::after {
    content: " *";
    color: rgba(191, 38, 0, 1);
    display: inline;
}
a.nav-link.bg-gradient-secondary span {
    font-weight: bold;
    color: #2E5B8D!important;
}

/*CKEditor */
.ck.ck-toolbar__items {background-color: #F2F4F7;}
.ck.ck-toolbar__items { background-color: #F9FAFB;}
.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline { border: none!important;}
.ck.ck-reset.ck-editor.ck-rounded-corners * {border: none;color: #667085;}
.ck.ck-toolbar__items { background-color: #F2F4F7;}
.ck-insert-table-dropdown__grid * {border: 1px solid var(--bs-gray-200)!important;}

.approvedTaskIcon .rejectedTaskIcon{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;
}
.approvedTaskIcon {
    border-radius: 100px;
    background: rgba(28, 161, 77, 0.20);
}

.rejectedTaskIcon {
    border-radius: 100px;
    background: rgba(226, 19, 19, 0.20);
}

.notification-title{
    font-size: 0.875rem;
    color: #000;
    cursor: pointer;
}
.notification-timestamp{
    margin-top: 0.5rem;
    font-size: 0.625rem;
    color: var(--bs-gray-400);
}
#taskApproveModal modal-content {
    border-radius: 12px !important;
    background: var(--bs-gray-50) !important;
}
#taskApproveModal p {
    color: var(--bs-gray-500) !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    letter-spacing: -0.005rem !important;
}

#fluid td.dtfc-fixed-left {
    background-color: var(--bs-gray-50) !important;
    color: var(--bs-gray-700) !important;
    z-index: 8;
}
#fluid th.dtfc-fixed-left {
    background-color: #f2f4f7 !important;
    color: var(--bs-gray-700) !important;
    z-index: 88;
}
#fluid td.dtfc-fixed-left div {
    display: flex;
    align-items: center;
    gap: .4rem;
}
#fluid td.dtfc-fixed-left div i {
    font-size: 1rem;
}
.material-icons.notification.active {
    position: relative;
}

.material-icons.notification.active::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
}

.material-icons.inbox-outbox.active {
    position: relative;
}

.material-icons.inbox-outbox.active::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
}

.text-success {
    font-size: .8rem;
    color: #98a2b3 !important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 1rem 0px;
}

div.dataTables_info, div.dataTables_paginate {
    display: none;
}

div#tbl_paginate {}

.pagination-custom {
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    background: linear-gradient(18deg, #f9fafb, #ffffff00);
    padding: 3px;
    width: 100%;
    z-index: 9;
    box-shadow: none!important;
}
.pagination-custom > div {display: flex;align-items: center;gap: 16px;}
#fluid .pagination-custom select, #fluid .pagination-custom button {
    border-radius: 4px!important;
    border: 1px solid #F3F3F3!important;
    background-color: #FCFCFC!important;
    padding: 5px;
    font-size: .8rem!important;!importan;
}
button.dt-button.button-page-length {
    border: unset!important;
    border-bottom: 1px solid var(--bs-primary-100)!important;
    margin-top: 2px!important;
}

button.dt-button.active {
    background-color: var(--bs-primary-700)!important;
    color: white!important;
}
.dt-button-background {
    display: none;
}

.loader {
    width: 130px;
    height: 200px;
    clip-path: inset(-40px 0 -5px);
    position: absolute!important;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index: 999;
    background-image: url('/dist/img/loading.gif')!important;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    font-size: 0px;
}
.dataTables_wrapper .dataTables_processing {
    height: 150px;
    clip-path: inset(-40px 0 -5px);
    position: absolute!important;
    left:50%;
    top:50%;
    transform: translate(0px, -50%);
    z-index: 999;
    background-image: url('/dist/img/loading.gif')!important;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    font-size: 0px;
    filter: opacity(0.8);
    border-radius: 37px;
}
.swal2-actions {
    justify-content: center!important;
}

.swal2-actions button.swal2-confirm.swal2-styled {background-color: #00573a;}
#fluid .btn[data-widget=pushmenu] {
    width: 30px;
    padding: 4.5px 5px 5.5px 5px;
    border: 1px solid var(--Videntium-Blue-Videntium-100, #CBD6E2);
    background: var(--Videntium-Blue-Videntium-50, #EEF1F5);
    line-height: 1;
}
div#brandLarge {
    display: flex;
    align-items: center;
    width: 200px;
    gap: 11px;
    margin: auto;
    justify-content: space-between;
}

div#brandLarge img {
    max-width: 154px;
}
p.version-info {
    background-color: #f8f8f9;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-around;
}
p.version-info i {
    font-size: 0.7rem;
}

p.version-info b {
    font-size: .7rem;
    background-color: #6c768c;
    padding: 4px!important;
    color: white;

}
.btn-group.btn-group-sm.d-block {
    display: flex!important;
    margin: 3px 12px;
    justify-content: flex-end;
    margin-top: -14px;
    max-width: 159px;
    border-radius: 44px;
    position: absolute;
    right: 0;
}

.btn-group.btn-group-sm.d-block {
    display: flex!important;
    margin: 3px 12px;
    justify-content: flex-end;
    margin-top: -13px;
    a
    border-radius: 44px;
    position: absolute;
    width: 100%;
    align-items: center;
    background-color: white;
}

.btn-group.btn-group-sm.d-block button {
    border: unset!important;
    border-radius: 20px!important;
    font-size: 0.8rem;
    padding: 0px!important;
    font-weight: 500;
    color: black;
    margin-right: 5px;
    background-color: transparent;
    white-space: nowrap;
}

#fluid button.btn.bc-pushmenu {
    display: none;
}
body.xsidebar-mini.layout-navbar-fixed.layout-fixed.sidebar-collapse #fluid button.btn.bc-pushmenu {
    display: block;
}
.dynamic-sidebar .main-sidebar {position: absolute;top: 0!important;z-index: 99999;}
.dynamic-sidebar-closed .main-sidebar {
    transform: translate(-300px, 0px);
    transition:  all ease 700ms;
    height: 100vh;
}
body.xsidebar-mini.layout-navbar-fixed.layout-fixed.sidebar-collapse .nav-link[data-toggle="tooltip"] {
    position: relative;
}
.tabButtonList .btn:hover {
    opacity: 1!important;
}
.sidebar-collapse .sidebar {
    overflow-y: hidden !important;
}
.tooltip {
    z-index: 2003;
    background: #6c768c !important;
    border-radius:10px;
}
.tooltip > * {
    z-index: 2003;
    color:white!important;
    background: transparent !important;
    font-weight:bold;
    font-size:.7rem;
}
.noAccess {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.card-modal-footer {
    display: grid!important;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    gap: 27px;
    background-color: transparent!important;
    margin-top: 10px;
}

.card-modal-footer button {
    width: auto!important;
}

#fluid ul.tabButtonList, ul.tabButtonList2 {
    display: flex;
    list-style: none;
    padding: 9px 12px 9px 12px !important;
}

.claim-box{
    border: 1px solid #E0EDF8;
    padding: 16px;
    background-color: #ffffff !important;
    flex: 1 1 240px;
    max-height: 110px;
}

.bigClaimText{
    font-size: 1.875rem;
    font-weight:600;
    color: #2E5B8D;
}

.smallClaimText{
    font-size: 1rem;
    font-weight:400;
    color: #2E5B8D;
}

.cb-14{
    width: 14px !important;
    height: 14px !important;
}

.badge-claim{
    font-size: .875rem;
    font-weight:400;
}

.bdg-secondary{
    background-color: #F9FAFB;
    border:1px solid #D0D5DD;
    color: #475467;
}

.bdg-primary{
    background-color: #F0F6FB;
    color: #2E5B8D;
    border:1px solid #CBD6E2;
}

.bdg-success{
    background-color: #1CA14D;
    color: #fff;
}

.bdg-danger{
    background-color: #E21313;
    color: #fff;
}

.bdg-warning{
    background-color: #FFFAE6;
    border:1px solid #FFE380;
    color: #FF8B00;
}

.bdg-info{
    background-color: #17A2B8;
    color: #fff;
}

.bdg-light{
    background-color: #F8F9FA;
    color: #212529;
}

.bdg-dark{
    background-color: #343A40;
    color: #fff;
}

.bdg-purple{
    background-color: #EAE6FF;
    color: #403294;
    border:1px solid #998DD9;
}

.claim-success{
    color: #212121;
    font-size: 14px;
    font-weight:500;
}

.claim-warning{

    color: #FF8B00;
    font-size: 14px;
    font-weight:500;
}

.claim-danger{

    color: #BF2600;
    font-size: 14px;
    font-weight:500;
}

#fluid .sidebar .btn, #fluid .sidebar .badge {
    max-height: 10px!important;
    line-height: unset;
    position: sticky;
    bottom: 0;
    right: 0;
}

table.dataTable tbody tr:nth-child(odd) {
    background-color: #fcfcfd;
}

.bdg-general{
    border:1px solid #efefef;
    color: #fff;
}

.show-claim-history-btn{
    background: #2E5B8D;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #1F3D5E;
}

.claim-history-box{
    background-color:#F9FAFB;
    border:1px solid #E4E7EC;
}

.claim-history-text{
    color: #000;
    font-size: 20px;
    font-weight:600;
    text-align:center;
}

.claim-history-title{
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    text-align:center;
}

.timeline-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 14px;
    width: 2px;
    height: calc(100% - 40px);
    background: #ccc;
}

.timeline-item {
    display: flex;
    align-items: center;
    position: relative;
}

.timeline-item .icon {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.timeline-item .icon .icon-dollar {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.timeline-item .content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.timeline-item .content div p.date {
    font-size: 14px;
    color: #667085;
    text-wrap: nowrap;
}

.timeline-item .content div p.dot {
    font-size: 14px;
    font-weight:bolder;
    color: #667085;
    margin: 0 4px;
}

.timeline-item .content div p.by {
    font-size: 16px;
    color: #667085;
    text-wrap: wrap;
}

/** MEDIA **/

@media screen and (max-width:1400px) {

    .dt-buttons {
        button.btn {
            gap:0px!important;
            span {
                font-size:0px;
                gap:0px;
            }
        }
    }
}
.table td .badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 100px;
    overflow-y: auto;
    padding-right: 5px;
}
.badge-container span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
#fluid .action {
    position: sticky!important;
    left: 0px!important;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
 */

/*#fluid .action {*/
/*    background-color: var(--bs-gray-50) !important;*/
/*}*/

ul#folder-settings {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    background-color: #f6f6f6;
    z-index: 99;
    border-radius: 15px;
    padding: 10px 20px;
    list-style: none;
    display:none;
    filter: drop-shadow(1px 1px 5px #0002);

    li {
        margin-bottom: 10px;
        span {
            color: #96adc6;
        }
    }
}

.folder-settings {
    padding-right: 10px;
    line-height: normal;
    position: absolute;
    right: 0;
}
span.documentCount {
    font-size: 1rem!important;
}
.folder-child:hover {
    .documentCount {
        display:none!important
    }
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

table tr td .dropdown-item span {
    /* font-size: 1.4rem; */
}
.dropdown-item span {
    font-size: 0.85rem;
}

.text-hover-primary-bold{
    transition: all 0.1s;
}

.text-hover-primary-bold:hover{
    color: #2E5B8D;
    font-weight: bold;
}

.green-circle{
    background-color:#1CA14D;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#notifications-unread{
    font-size: 13px;
    font-weight: 600;
    background-color: #E21313;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.DTCR_clonedTable {
    max-width:200px!important;
    border:none!important;
    opacity:.7;
    cursor:grab!important;
}
.profile-avatar-list > div {
    border: 2px solid white;
    border-radius: 50%;
}

.profile-avatar-list > div:hover {
    z-index: 99999;
    transform: scale(1.2);
    transition: all ease 700ms;
}

.modal-xxl {
    width: 90%;
    max-width: 1600px;
}

@media screen and (max-width:1700px) {
    .modal .dataTables_filter{
        width: 180px
    }
    .modal .dt-buttons{
        margin-left:190px;
    }
}

#userTasks td:first-child{
    padding-top:8px;
    padding-bottom:8px;
}

.border-left-1px{
    border-left: 2px solid #E9E9E9;
}

.fs-13px{
    font-size: 13px;
}

.fs-14px{
    font-size: 13px;
}

.fs-11px{
    font-size: 11px;
}

.fw-500{
    font-weight: 500;
}

.list-gap-12px{
    margin:12px 0;
}

.border-color-232{
    border-color: rgb(232, 232, 232) !important;
}

.fc-event-title-container {
    width: 100%!important;
    text-align: center;
    font-weight: bold;
}

.fc-event-main-frame {
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

a.fc-daygrid-event.fc-daygrid-block-event {
    background-color: #6c768c;
    filter: drop-shadow(2px 4px 6px #0002);
    border-radius: 8px;
}

td.fc-daygrid-day {
    border: 1px solid var(--bs-gray-200)!important;
}

th.fc-col-header-cell {
    font-weight: bold;
    color: red;
}

a.fc-col-header-cell-cushion {
    color: black;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    background-color: transparent;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-view-details {
    cursor: pointer;
}
.list-unstyled span {
    font-size: 1.2rem;
    color: rgb(150, 173, 198);
    font-family: 'Material Icons';
}

.fc {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    filter: drop-shadow(0px 0px 6px #0002);
    padding: 20px;
    margin-top: 20px;
}

.fc-toolbar {
}

.fc-toolbar-title {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.fc-button {
    background: #ffffff;
    color: #333;
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.fc-button:hover {
    background: #4ecdc4;
    color: white;
    border-color: #4ecdc4;
}

.fc-button-primary {
    background: #4ecdc4;
    color: white;
    border: none;
}

.fc-button-primary:hover {
    background: #3baea0;
}

.fc-daygrid-day {
    background: #fafafa;
    border: 1px solid #eeeeee;
    transition: background-color 0.3s ease;
}

.fc-daygrid-day:hover {
    background: #f0f8ff;
}

.fc-day-today {
    background: #e6f7ff !important;
    border: 1px solid #4ecdc4 !important;
}

.fc-event {
    color: white;
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fc-event:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.fc-timegrid-event {
    background: linear-gradient(135deg, #20c997, #85efc3);
    color: white;
    border-radius: 6px;
    padding: 5px;
    border: none;
    font-size: 0.9rem;
    font-weight: bold;
}

.fc-timegrid-event:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.fc-timegrid-slot {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.fc-timegrid-slot:hover {
    background: #f9f9f9;
}

.fc-list {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.fc-list-event {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    transition: background-color 0.3s ease;
}

.fc-list-event:hover {
    background: #f9f9f9;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.fc-list-event-title {
    font-weight: bold;
    color: #444;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .fc {
        font-size: 0.85rem;
    }

    .fc-toolbar-title {
        font-size: 1.4rem;
    }

    .fc-button {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
}
.fc .fc-daygrid-day-number {
    font-size: 1rem;
    color: black;
}

.child-structure-element{
    font-size: 11px !important;
    font-weight: 400 !important;
}
.parent-structure-element{
    font-size: 12px !important;
    font-weight: 600 !important;
}
#surveyModal {
    .rating {
        margin: 20px auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 8px;
    }
    .rating label {
        width: 52px;
        height: 52px;
        cursor: pointer;
        background-image: url("/dist/img/star_border.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
    }
    .rating label:hover {
        transform: scale(1.1);
    }
    .rating input {
        display: none;
    }
    .rating input:checked + label {
        background-image: url("/dist/img/star_filled.svg");
    }
    .rating input:checked ~ label {
        background-image: url("/dist/img/star_filled.svg");
    }
    .options-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .option {
        position: relative;
        display: inline-block;
    }

    .option input {
        display: none;
        opacity: 0;
        pointer-events: none;
    }

    .option label {
        display: inline-block;
        padding: 10px 20px;
        font-size: 0.875rem;
        border-radius: 20px;
        background-color: #f4f4f4;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .option input:checked + label {
        background-color: #264A73;
        color: white;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    }

}

#surveyModal .rate-your-experience-star {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 19px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 4px solid #E2E5EB;
    background: #F2F4F6;

    svg {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
    }
}


.applyBtn{
    width: 80px !important;
    margin-left: 20px !important;
}
.slidecontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fs-2rem{
    font-size: 2rem;
}

#fluid {
    .dropdown-menu {
        background-color:var(--bs-gray-50);
        .dropdown-item {
            font-weight: 400;
            border-bottom: 1px solid var(--bs-gray-100);
            padding:5px 10px;
            font-family: 'Inter';
            &.selected {
                background-color: var(--bs-gray);
                font-weight: 700;
                color: var(--bs-gray-300);
            }
            span {
                font-size: .78rem;
            }
        }
    }

    .bs-searchbox {
        position:relative;
        &:before {
            content: "search";
            position:absolute;
            left:15px;
            top:0px;
            display:block;
            font-family: 'Material Symbols Outlined';
            font-size:1.3rem;
            color:var(--bs-gray-400);
            z-index: 9;
        }
        input {
            height: 37px!important;
            border: 1px solid #e5e7eb;
            text-indent: 20px;
            position:relative;
            font-size: .8rem;
            background-color: white;
            border-radius: 8px!important;

            &:focus, &:active {
                outline:unset!important;
                box-shadow:none!important;
            }
        }
    }
}

.wh-30px{
    width: 30px !important;
    height: 30px !important;
}
.relation-dropdown .material-icons-outlined{
    font-size: 14px !important;
}
.relation-dropdown .dropdown-menu {
    overflow-y: hidden !important;
    max-width: 300px !important;
}
.relation-dropdown .relation-list {
    overflow-y: auto;
    max-height: 200px;
}
.form-control-color {
    border-radius: 4px !important;
    background-color: #F9FAFB;
    border: 1px solid #F2F4F7;
    height: 2.625rem;
    outline: none !important;
    width: 100%;
}
span.relation-item {
    display: flex;
    width: max-content;
    align-items: center;
    height: 20px !important;
    padding: 0px 10px;
    border-radius: 5px !important;
    border: 1px solid var(--bs-primary-200) !important;
    background-color: var(--bs-primary-50) !important;
    font-size: 0.75rem;
}
.relation-first-page {
    display: flex;
    width: max-content;
    align-items: center;
    height: 20px !important;
    padding: 0px 10px;
    border-radius: 5px !important;
    border: 1px solid var(--bs-primary-200) !important;
    background-color: var(--bs-primary-50) !important;
    font-size: 0.75rem;
}
.relation-badges::after {
    display: none !important;
}

.fs-075rem{
    font-size: 0.75rem;
}
.dropdown-menu .access-button > span {
    color: #F1582B !important;
}
#fluid .language-selector {
    .btn {
        gap:0px!important;
        padding: 8px!important;

        &:after {
            display:none!important;
        }
    }
    .form-control {
        padding:0px!important;
        background: none;
        border: none;
    }
    .filter-option {
        gap:0px!important;
        font-size:0px!important;
        display: flex!important;
    }
    span {
        align-items: center;
        gap: 9px;
    }
    img {
        width: 25px;
    }

}

.selected-relations {
    border: 1px solid var(--bs-gray-200);

    > span.text-muted {
        display:block;
        width:100%;
        font-size:.7rem;
        margin:10px 0px;
    }
}

#fluid button.btn.dropdown-toggle {
    max-width: fit-content;
    border-radius: 4px!important;
    font-weight: 600;
    min-width: unset!important;
    position: relative;
    padding-left: 20px;

    &:after {
        content: "edit";
        font-family: 'Material Symbols Outlined';
        border: none;
        margin: unset;
        position: absolute;
        left: 5px;
    }
}

div#documentContent {
    display: grid;
    grid-template-columns: calc(40% - 20px) 60%;
    gap: 20px;
    justify-content: space-between;
}

.side-search.dropdown {
    width: 100%;
    min-width: 250px;
}

.swal2-container{
    z-index: 9999999999;
}
.offcanvas-footer {
    gap: 20px;

    button {
        height: 40px;
        max-height: unset!important;
    }
}
.previewArea {
    background-color: white;
}
#fluid .emptyCard {
    min-height: 537px!important;
    position: absolute!important;
    left: calc(50% - 250px)!important;
    top:50%;
    margin-left: -75px!important;
    min-width: 100%!important;
    transform: translate(calc(-50% + 250px), 50%)!important;

    img {
        width:100%!important;
        max-width: 250px;
    }
}

div#rifTaskApproveModalViewer {
    .modal-content {
        height: 100vh;
    }
}

body#tinymce {
    font-size: .8rem!important;
}

div#documentViewerRfi {
    background-color: white;
}
.language-selector {
    img {
        height:20px
    }
}

.cursor-normal{
    cursor: default;
}

.w-news {
    a {}
    span {
        color: #FF9800 !important;
        font-size: 1.5rem!important;
        line-height: unset!important;
        border-radius: 50%;
        background-color: #ffc1073b;
        height: 22px;
        width: 22px;
        border: 1px solid #FFC107;
        display: flex;
        padding: 0px!important;
        margin: 0px!important;
        text-align: center;
        align-items: center;
    }
}

/* Content Header (Page title/subtitle and buttons) */
.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    row-gap: 14px;
}
.content-header:has(.content-header-back) {
    margin-bottom: 18px;
}
.content-header.form-page-header {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 16px;
    background: url('/dist/img/form_header_light.png') no-repeat bottom;
    background-size: cover;
    height: 165px;
    padding: 48px 0 32px 0;
    border-radius: 4px;
}
.content-header.form-page-header.profile-bg {
    border: 1px solid var(--bs-gray-200);
    background: url('/dist/img/profile_cover_light.png') no-repeat center;
    margin-bottom: 70px;
    @media (max-width: 480px) {
        margin-bottom: 100px;
    }
;
    background-size: cover;
}
.content-header.form-page-header .content-header-back {
    position: absolute;
    top: 16px;
    left: 12px;
    color: black;
}
.content-header.form-page-header.profile-bg .content-header-back {
    color: var(--bs-primary-600);
}
.content-header.form-page-header .form-page-title {
    color: var(--bs-primary-600);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    text-align: center;
}
.content-header.form-page-header .form-page-description {
    color: var(--bs-gray-600);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.content-header-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    color: var(--bs-primary-600);
    line-height: 20px;
    text-decoration: none;
}
.content-header-back:hover{text-decoration: none; color: var(--bs-primary-600)}

.content-header-back i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 11px;
}

.content-header-back span {font-size: 16px; font-weight: 600}

.content-header-title, .content-header-title h4 {
    font-weight: 600;
}

.content-header-title h4 {
    margin-bottom: 8px;
    line-height: 29px;
}

.content-header-subtitle {
    color: var(--bs-gray-500);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
}

.content-header-buttons {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    row-gap: .5rem;
    width: fit-content;
}

.content-header-buttons .btn {
    width: fit-content;
}

.search-area-close-div{
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 64px;
}

.search-area-close-div:hover {
    background: #bbb;
    transform: scale(1.1);
}

.search-area-close-div span{
    font-size: 24px;
    color: #4b4b4b;
}

#dashboardFilter, #clearDashboardFilter{
    max-height: calc(100% - 2px) !important;
}
