/*!
* Version: 1.1.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family);
}

a {
    transition: color 400ms ease, background 400ms ease;
}

.iq-slider {
    overflow: hidden;
    overflow-x: auto;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

.iq-scroller-effect {
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
}

.iq-scroller-effect ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 20px;
}

.iq-scroller-effect ::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 20px;
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: #f0f0f0;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

body {
    transition: background-color 250ms ease-in-out;
}

.sign-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.sign-bg.sign-bg-right {
    left: auto;
    right: 0;
}

.gradient-main {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-bottom {
    margin-top: -12.5rem;
}

@media (min-width: 1400px) {
    .auth-card {
        padding: 0 6.25rem;
    }
}

@media (max-width: 575.98px) {
    .login-header {
        height: 12.5rem !important;
    }

    .login-bottom {
        margin-top: -6.25rem;
    }
}

.card .iq-dashed-border {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px dashed #ced4da;
}

.card .card-body .grid-flow-col {
    grid-auto-flow: column;
}

.card .card-body .iq-icon-box-2 {
    height: 36px;
    width: 36px;
    min-width: 36px;
    line-height: 36px;
    background: #f9f9f9;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 0.5rem;
}

.card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0;
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9;
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid #eee;
}
.iq-media-group-1 {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625rem;
}

.card .card-body .iq-media-group-1 .iq-media.border {
    border: 2px solid #eee;
}

.card .card-body .iq-media-1 {
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.125rem;
}

.card .card-body .iq-media-1:hover {
    text-decoration: none;
}

.pricing .table thead tr {
    background-color: unset;
}

.pricing .table th {
    border-top: none;
    border-bottom: 1px solid #eee;
}

.pricing .table td {
    border-top: none !important;
}

.pricing .table tr {
    border-bottom: 1px solid #eee;
}

.prc-box {
    background: var(--bs-primary-tint-80);
    padding: 15px;
    position: relative;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 500ms ease-in-out;
}

.type {
    position: absolute;
    background: var(--bs-primary);
    padding: 9px 25px;
    color: #fff;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}

.type:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -15px;
    top: 0px;
    border-left: 15px solid var(--bs-primary-shade-60);
    border-top: 15px solid transparent;
}

.type:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -15px;
    top: 0px;
    border-right: 15px solid var(--bs-primary-shade-60);
    border-top: 15px solid transparent;
}

.prc-box.active {
    background: var(--bs-primary);
}

.prc-box.active .h3 {
    color: #fff;
}

.prc-box.active .type {
    transition: 500ms ease-in-out;
    background: var(--bs-primary-tint-80);
    color: #212529;
    border-radius: 0 0 0.25rem 0.25rem;
}

.prc-box.active .type:before {
    border-left: 16px solid var(--bs-primary-shade-80);
    right: -16px;
}

.prc-box.active .type:after {
    border-right: 16px solid var(--bs-primary-shade-80);
    left: -16px;
}

.prc-wrap {
    border-bottom: none !important;
}

.table tbody tr td.child-cell.active {
    color: var(--bs-primary);
    stroke: var(--bs-primary);
}

.line-around {
    border-bottom: 1px solid #adb5bd;
    text-align: center;
    line-height: 0.1em;
}

.line-around .line-around-1 {
    background: #fff;
    padding: 0 18px;
}

.iq-single-card {
    border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
    .iq-single-card {
        border-radius: 0 0 0.5rem 0.5rem;
    }
}

.iq-star-inserted .iq-star-inserted-1.col {
    padding-right: unset;
}

.iq-star-inserted .iq-star-inserted-2 {
    z-index: 2;
}

.iq-star-inserted .iq-star-inserted-2.col {
    padding: unset;
}

.iq-star-inserted .iq-star-inserted-2.col .card {
    height: 100%;
}

.iq-star-inserted .iq-star-inserted-3.col {
    padding-left: unset;
}

@media (max-width: 991.98px) {
    .iq-star-inserted .card.my-5 {
        margin: unset !important;
        margin-bottom: 2rem !important;
    }

    .iq-star-inserted .iq-star-inserted-1.col {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .iq-star-inserted .iq-star-inserted-2.col {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .iq-star-inserted .iq-star-inserted-2.col .card {
        height: unset;
        margin-bottom: 2rem !important;
    }

    .iq-star-inserted .iq-star-inserted-3.col {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
}

.body-class-1 {
    scroll-behavior: smooth;
}

.main-img .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.main-img .container h1 {
    margin: 0;
    font-size: 4.375rem;
    color: #fff;
}

.main-img .container h1 span {
    padding: 0.375rem 0.875rem;
    display: inline-block;
}

.bd-heading-1 .bd-example {
    margin-top: 1rem;
}

.bd-heading-1 .bd-example:first-child {
    margin-top: 0rem;
}

.bd-cheatsheet {
    margin-top: -2rem;
}

.bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem;
}

.bd-cheatsheet
    section
    article
    .card.iq-document-card
    .tab-content
    pre.language-markup {
    margin: unset;
}

.bd-aside.card.iq-document-card {
    padding: 1.5rem;
    margin-top: -2rem;
}

/* Table of contents */
.bd-aside a {
    padding: 0.25rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 0.25rem;
    color: rgba(138, 146, 166, 0.95);
    text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
    background-color: rgba(58, 87, 232, 0.1);
}

.bd-aside .active {
    font-weight: 600;
    background-color: rgba(58, 87, 232, 0.1);
    color: var(--bs-primary);
}

.bd-aside .btn {
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: #8a92a6;
    border: 0;
}

.bd-aside .btn .right-icon {
    transition: transform 0.35s ease;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
    background-color: rgba(58, 87, 232, 0.1);
    color: var(--bs-primary);
}

.bd-aside .btn[aria-expanded="true"] .right-icon {
    transform: rotate(90deg);
}

.scrollspy-example {
    position: relative;
    height: 12.5rem;
    margin-top: 0.5rem;
    overflow: auto;
}

[id="modal"] .bd-example .btn,
[id="buttons"] .bd-example .btn,
[id="tooltips"] .bd-example .btn,
[id="popovers"] .bd-example .btn,
[id="dropdowns"] .bd-example .btn-group,
[id="dropdowns"] .bd-example .dropdown,
[id="dropdowns"] .bd-example .dropup,
[id="dropdowns"] .bd-example .dropend,
[id="dropdowns"] .bd-example .dropstart {
    margin-top: 0.5rem;
}

/*
 */
@media (min-width: 1200px) {
    .body-class-1 {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: auto;
    }

    .bd-aside.sticky-xl-top {
        top: 2rem !important;
    }

    .bd-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        grid-column: 1 / span 3;
    }

    .sticky-xl-top {
        z-index: 2;
    }

    .bd-cheatsheet,
    .bd-cheatsheet section,
    .bd-cheatsheet article {
        display: grid;
        gap: 2rem;
        grid-template-columns: 3fr 1fr;
        grid-column: span 2 / span 2;
        grid-template-rows: auto;
    }

    .bd-aside {
        grid-area: 1/1;
        scroll-margin-top: 4rem;
    }

    .bd-cheatsheet section,
    .bd-cheatsheet section > .iq-side-content {
        top: 2rem;
        scroll-margin-top: 0;
    }

    .bd-cheatsheet article,
    .bd-cheatsheet .bd-heading {
        top: calc(7.2rem + 2rem);
        scroll-margin-top: calc(7.8rem + 2rem);
    }

    .bd-cheatsheet .bd-heading {
        z-index: 1;
        order: 2;
    }

    .bd-cheatsheet .bd-heading .card {
        margin-bottom: 0;
    }

    .bd-cheatsheet article .iq-document-card {
        margin-bottom: unset;
    }

    .bd-cheatsheet article .iq-document-card.iq-doc-head {
        margin-top: -6.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .mobile-offcanvas {
        width: 40% !important;
    }
}

@media (max-width: 767.98px) {
    .main-img .container h1 {
        font-size: 3.125rem;
    }
}

@media (max-width: 1199.98px) {
    .header .container {
        max-width: unset !important;
    }

    aside.mobile-offcanvas {
        margin-top: unset !important;
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: block;
    }

    .body-class-1 {
        padding: unset;
    }

    .body-class-1.container {
        max-width: unset;
    }

    #content .iq-side-content .card {
        margin-top: 1.25rem;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1200;
        width: 75%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background: rgba(255, 255, 255, 0.8392156863);
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem);
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateY(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
}

@media (min-width: 1200px) {
    .bd-aside.card.iq-document-card,
    .bd-cheatsheet {
        margin-top: -3rem;
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: none;
    }

    .bd-cheatsheet section .iq-side-content {
        grid-column-end: 3;
    }

    .bd-cheatsheet section .iq-side-content .card {
        margin-bottom: 0;
    }
}

body.offcanvas-active {
    overflow: hidden;
}

body.uikit .btn-download {
    display: none;
}

.uisheet.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33, 37, 41, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.uisheet.screen-darken.active {
    z-index: 10;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

#back-to-top {
    display: inline !important;
}

#back-to-top .top {
    bottom: 1.563rem;
    right: 1.563rem;
    z-index: 999;
}

.middle {
    display: inline !important;
}

.middle .mid-menu {
    position: fixed;
    top: 9.375rem;
    left: 0rem;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    padding: 0.2rem;
    border-radius: 0 1rem 1rem 0;
}

.top-1 {
    top: 1rem;
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto;
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
}

.elem-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.elem-list::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 10px;
}

.elem-list::-webkit-scrollbar-thumb {
    background: rgba(33, 37, 41, 0.2);
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

.elem-list::-webkit-scrollbar-thumb:hover {
    background: rgba(33, 37, 41, 0.2);
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

.parsley-errors-list {
    color: #dc3545;
    margin-top: 5px;
    font-size: 15px;
}

.parsley-error {
    border-color: #dc3545 !important;
}

.dynamic-field {
    margin-bottom: 15px;
}

.chosen-container-single .chosen-single {
    height: auto;
}

.chosen-container-single .chosen-single span {
    word-break: break-all;
    white-space: initial;
}

.choices__list--dropdown {
    /* position: relative !important;
overflow: unset; */
}

.thead,
tbody,
tfoot,
tr,
td,
th {
    white-space: unset !important;
}

.choices__list--multiple .choices__item {
    margin: 0.5px !important;
}

#fullPageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 3px solid #3a57e8;
    border-bottom: 3px solid #3a57e8;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

.spinner-container {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

#fullPageLoader .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3a57e8;
    border-bottom: 4px solid #3a57e8;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.title {
    color: #aaaaaa;
}
.time-line-box {
    height: 160px !important;
    padding: 0px 0;
    width: 100%;
    background-color: #ffffff;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.time-line-box .timestamp {
    margin: auto;
    margin-bottom: 5px;
    padding: 0px 0px;
    flex-direction: column;
    text-align: left;
    align-items: center;
    min-height: 110px !important;
}

.time-line-box .status {
    padding: 0px 0px;
    display: flex;
    justify-content: left;
    border-top: 3px solid rgb(26, 160, 83);
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status-last {
    padding: 0px 0px;
    display: flex;
    justify-content: left;
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status span,
.time-line-box .status-last span {
    padding-top: 15px;
}

.time-line-box .upcoming span:before {
    background-color: white !important;
}

.time-line-box .status span:before,
.time-line-box .status-last span:before {
    content: "\2713";
    width: 16px;
    height: 16px;
    background-color: rgb(26, 160, 83);
    border-radius: 8px;
    border: 2px solid rgb(26, 160, 83);
    position: absolute;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
    color: white !important;
    font-weight: 700;
    padding-left: 2px;
}

.timeline-slide {
    text-align: left;
    font-size: 11px;
    /* width: 200px; */
    height: 100%;
    position: relative;
}

.timeline-last .status {
    border-top: 0px;
}

.card-height {
    height: 160px;
}

.swiper-slide {
    width: 14.5% !important;
}
.project-title a {
    color: #aaa !important;
}
.bold-italic,
.bold-italic h4,
.bold-italic a {
    font-weight: bold !important;
    color: #aaa !important;
}

.active-row,
.active-row h4,
.active-row a {
    font-weight: bold !important;
    color: #000000 !important;
}

.floating-modal-header {
    background-color: #fff;
    margin-top: 0;
    position: fixed;
    overflow-y: hidden;
    z-index: 10;
    width: 84%;
    padding-bottom: 0px;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 85%;
    }

    .floating-modal-header {
        background-color: #fff;
        margin-top: 0;
        position: fixed;
        overflow-y: hidden;
        z-index: 10;
        width: 83%;
        padding-bottom: 0px;
    }
}

.card-folder {
    margin-top: 3rem;
    position: relative;
}

.card-folder:before {
    background-color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: -0.85rem;
    width: 50%;
}

.theme-sharp .card-folder:before {
    border-radius: 0;
}

.theme-bordered .card.card-folder {
    border: unset;
}

#year,
#projects,
#create-project-year {
    border: 0;
    font-size: 3.2rem;
    font-weight: 500;

    color: var(--bs-primary-shade-80);
    background: white;
}

#year,
#projects,
#create-project-year {
    padding: 10px;
    background: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 10 10%22%3E%3Cpath d%3D%22M1 3L5 7L9 3%22 stroke%3D%22black%22 stroke-width%3D%222%22 fill%3D%22none%22/%3E%3C/svg%3E")
        no-repeat right 10px center !important;
    background-size: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
}

.modal-body #projects,
.modal-body #create-project-year,
.modal-body #year {
    font-size: 2.5rem;
}

#year option,
#create-project-year option,
#projects option {
    font-size: 18px;
    width: 100%;
}

#projects {
    width: 100%;
}

.sticky {
    position: fixed;
    top: 5px;
    z-index: 99;
    width: 83%;
}

.switch-project {
    cursor: pointer;
}

.comment-switch .form-check-input:checked {
    border-color: var(--bs-danger);
    background-color: var(--bs-danger);
}

.comment-switch .form-check-input:not(:checked) {
    border-color: var(--bs-success);
    background-color: var(--bs-success);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.hide {
    visibility: hidden;
}

#history {
    position: relative;
}

.chat-loader {
    display: none;
    width: 35px;
    position: absolute;
    margin: 25px;
    bottom: 4rem;
}

.custom-delete-project-confirmation-popup-width {
    width: 43em !important;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrows {
    -moz-appearance: textfield;
}

.ag-grid-button-space {
    margin-right: 4px;
}

.ag-grid-default-height {
    height: 500px !important;
    min-height: calc(100vh - 20rem) !important;
    max-height: calc(100vh - 20rem) !important;
}

.ag-grid-card-height {
    height: 600px !important;
    min-height: calc(100vh - 11rem) !important;
    max-height: calc(100vh - 11rem) !important;
}

.fullscreenGrid.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    z-index: 1000;
    background: white;
}

.fullscreenGrid.fullscreen .ag-theme-balham {
    height: 80vh;
    width: 99%;
    z-index: 1001;
    position: absolute;
    left: 10px;
}

/* custom tooltip */
.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 1000;
    text-align: center;
}

.custom-tooltip::after {
    content: "";
    position: absolute;
    border-style: solid;
}

.custom-tooltip-right::after {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-width: 5px;
    border-color: transparent #333 transparent transparent;
}

.custom-tooltip-left::after {
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-width: 5px;
    border-color: transparent transparent transparent #333;
}

.custom-tooltip-top::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-color: #333 transparent transparent transparent;
}

.custom-tooltip-bottom::after {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-color: transparent transparent #333 transparent;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-bottom: 0.5rem;
}

.error-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1em;
    color: #c03221;
}

.feature-row {
    background-color: rgba(0, 175, 80, 0.5) !important;
}

.italic-gray {
    color: gray;
    font-style: italic;
}

/* Sign UP Form Image */
.overlay-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    /* background: rgba(36, 164, 238, 0.6); */
}

.overlay-text-info a {
    /* font-size: 1.4rem; */
}

.overlay-text-info p {
    /* font-size: 2rem; */
}

.overlay-text-info {
    position: relative;
}

/* maximize view */
.content-container {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.excel-tabs {
    padding: 3px;
    display: flex;
    align-items: center;
    background-color: white;
}

.sheet-content {
    flex-grow: 1;
    background-color: #fff;
}

.excel-controls {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
}

.overlay-text-forgot-password {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
}
.ag-theme-balham .ag-tooltip {
    background-color: rgb(78, 78, 78);
    color: white;
    padding: 8px 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #cbd0d3;
    transition: opacity 1s;
    border-radius: 6px;
    font: 1em sans-serif;
}

/* Custom sweet alert success and error icons CSS */
/* Error */
.sa {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: #fff;
}

.sa-error {
    border-radius: 50%;
    border: 4px solid #c03221;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: animateErrorIcon 0.5s;
}

.sa-error:after,
.sa-error:before {
    background: #fff;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-error:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}

.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(200, 0, 0, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-error-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-error-left,
.sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #c03221;
    top: 37px;
    width: 47px;
}

.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft 0.75s;
}

.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight 0.75s;
}

@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
    }

    100%,
    12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%,
    65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%,
    65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

/* Success */
.sa-success {
    border-radius: 50%;
    border: 4px solid #1aa053;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
}

.sa-success:after,
.sa-success:before {
    background: #fff;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-success:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-success:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip,
.sa-success-long {
    background-color: #1aa053;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.blurred-container {
    position: relative;
    filter: blur(5px);
    opacity: 1;
    pointer-events: none; /* Disable interaction */
    user-select: none; /* Disable text selection */
}

.blurred-container input,
.blurred-container textarea,
.blurred-container select,
.blurred-container button {
    pointer-events: none;
    opacity: 1;
    cursor: not-allowed;
    background-color: #f5f5f5; /* Optional: Grayed out background */
    user-select: none; /* Prevent text selection */
    color: #999; /* Optional: Dimmed text color */
}

.status.endYear span::before {
    content: "E";
    background-color: green !important;
    height: 25px;
    width: 25px;
    margin: 0 auto;
    padding: 0px 6px;
    border-radius: 25px;
    font-size: 15px;
}

.status.startYear span::before {
    content: "S";
    background-color: green !important;
    height: 25px;
    width: 25px;
    margin: 0 auto;
    padding: 0px 6px;
    border-radius: 25px;
    font-size: 15px;
}
.engagement_icons h5 {
    font-size: 1.1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.scrollsticky-margin-bottom {
    margin-bottom: 5% !important;
}

.dataTables_processing {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 200px !important;
    margin-left: -100px !important;
    margin-top: -26px !important;
    text-align: center !important;
    padding: 2px !important;
    background: transparent !important;
    z-index: 9999 !important;
}

.dataTables_processing .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    border-top: 4px solid #3a57e8 !important;
    border-bottom: 4px solid #3a57e8 !important;
    width: 50px !important;
    height: 50px !important;
    animation: spin 1s linear infinite !important;
}

input[type="color"] {
    width: 120px !important;
    height: 50px !important;
}

.custom-marker {
    list-style: none !important;
    word-break: break-all !important;
}

.custom-marker svg {
    width: 40px !important;
    height: 40px !important;
    vertical-align: middle !important;
    fill: none !important;
    stroke: #00b050 !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.text-truncate-ellipsis {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 40px;
}

/* Search Input Custom CSS*/
#filter-text-box {
    padding-right: 30px !important;
}

.clear-svg {
    height: 20px !important;
    width: 20px !important;
    display: flex;
    font-weight: bold;
}

.filter-text-box {
    width: 150px;
}

.input-icon {
    position: relative;
}

.input-icon .fa-search,
.input-icon .fa-times {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
}

.input-icon .fa-search {
    pointer-events: none;
}

.input-icon .fa-times {
    cursor: pointer;
    display: none;
}

.generate-report-btn {
    background-color: #ff0000;
    padding: 8px;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #ff0000;
    color: #fff;
}

.generate-report-btn:hover {
    background-color: #e60000;
    padding: 8px;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #e60000;
    color: #fff;
}

input[type="range"].range-active::-webkit-slider-thumb {
    background-color: #00b050;
}

input[type="range"].range-disabled::-webkit-slider-thumb {
    background-color: grey;
}

.ql-snow {
    .ql-picker {
        &.ql-size {
            .ql-picker-label,
            .ql-picker-item {
                &::before {
                    content: attr(data-value) !important;
                }
            }
        }
    }
}

.rd-group-header {
    font-weight: bold;
    font-size: 15px; /* adjust as needed */
}

.ag-theme-balham .border-top {
    border-top: 2px solid rgba(51, 51, 51, 0.473) !important;
}
.ag-theme-balham .border-bottom {
    border-bottom: 2px solid rgb(51, 51, 51, 0.473) !important;
}
.ag-theme-balham .border-left {
    border-left: 2px solid rgb(51, 51, 51, 0.473) !important;
}
.ag-theme-balham .border-right {
    border-right: 2px solid rgb(51, 51, 51, 0.473) !important;
}
