
body{
    font-family: 'Poppins', sans-serif!important;
 /*   font-family: Tahoma;*/

}


.form-label {
    margin-top: 0rem!important;
}
.dropdown-menu{
    display: flex;
    flex-wrap: wrap;
}
ul.dropdown-menu.bg-primary.show{
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)),
        linear-gradient(to bottom, #2e4379, #273b6f)!important;
    background-repeat: repeat-x, no-repeat;
    display: flex;
    flex-wrap: wrap;
}
.card-header{
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)),
        linear-gradient(to bottom, #2e4379, #273b6f);
    background-repeat: repeat-x, no-repeat;
    color: white!important;

    padding-top: 15px!important;
    padding-bottom: 9px !important;
}
.navbar{
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)),
        linear-gradient(to bottom, #2e4379, #273b6f);
    background-repeat: repeat-x, no-repeat;
}
.pagination .active .btn.btn-outline-primary{
    background: #273b6f;
    color: white;
}
.nav-profile{
    width: 27px;
    height: 27px;
    object-fit: cover;
    border-radius: 50%;
}
.feather-md{
    width: 16px!important;
    height: 16px!important;
}
.card{
    background-color: white!important;;
}

.NTRC-table{
}
.NTRC-table-list thead tr th{
    color: white;
    font-weight:bold!important;

    background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)),linear-gradient(to bottom, #2e4379, #273b6f);
    background-repeat: repeat-x, no-repeat;

}
.breadcrumb{
    padding: 0!important;
    margin:0!important;
}
.breadcrumb-div{
    position:fixed;
    top: 70px;
    z-index: 10!important;
}
.breadcrumb-item{
    line-height: 30px;
}
.breadcrumb-item a{
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)),linear-gradient(to bottom, #2e4379, #273b6f);
    color: white!important;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 5px;
}
.breadcrumb-item.active a{
    background: linear-gradient(to bottom, #fff, #e5e5e5);
    color: #868383!important;
}

.Toastify__toast-body{
    font-weight: bold!important;
}

.custom-dialog .q-dialog__actions {
    display: flex!important;
    justify-content: flex-end!important;
}

.q-card.q-dialog-plugin {
    padding: 30px!important;
}
.q-card__actions{
    margin-top: 40px!important;
}
.NTRC-navbar li a {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    transition: background 300ms ease-in-out!important;
    margin-left: 4px;
    margin-right: 4px;
    color: white!important;
    font-weight: 600;
}
.NTRC-navbar li a.active,.NTRC-navbar li a:hover {
    border-radius: 4px;
    background-repeat: no-repeat;
    transition: background 300ms ease-in-out;
}



.multiselect__tags{
    min-height: 36px!important;
    padding: 0.375rem 0.75rem!important;
    height: auto!important;
    border: var(--bs-border-width) solid var(--bs-border-color)!important;
    background-color: var(--bs-body-bg)!important;
    font-size: 0.9rem!important;
}
.multiselect__placeholder{
    margin-bottom: 0!important;
    color: #575b5e!important;
}
.multiselect__input, .multiselect__single{
    background: transparent!important;
    font-size: 0.9rem!important;
    font-weight: 400!important;
    line-height: 1.6!important;
    top: 4px;
}
.multiselect__single{
    padding-left: 12px!important;
}
.multiselect__option--selected.multiselect__option--highlight
{
    background: #273b6f !important;
}
.multiselect__option--highlight{
    background: #273b6f !important;
}
.multiselect__option--highlight::after{
    background: transparent!important;
}
.multiselect__option{
    font-size: 0.9rem!important;
    padding: 10px!important;
}
.multiselect__tag{
    background: #273b6f !important;
    margin-top: 5px!important;
    margin-bottom: 0!important;
    margin-left: 5px!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    margin-right: 0!important;
}
.multiselect__tag-icon{
    top: 4px!important;
}
.multiselect__tags{
    padding: 0!important;

}
.multiselect__tag-icon::after{
    color: white!important;
}
.multiselect__placeholder{
    padding-top: 7px!important;
    padding-left: 10px!important;
}
.tox-statusbar__branding{
    display: none!important;
}

.tox-notifications-container{
    top: 0!important;
}


/*loader1 css begins*/
.main-wrap {
    background-color: #fafafa4a;
    color: #fff;
    height: 100vh;
    width: 100vw;
    z-index: 9999999999;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content:center;
    align-items:center;
}

.cssLoader17:before, .cssLoader17:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}
.cssLoader17:before {
    animation: before 2s infinite;
}
.cssLoader17:after {
    animation: after 2s infinite;
}

.form-label,.form-check-label{
    color: #273b6f!important;
    font-weight: 600!important;
}
.form-check-label{
    font-weight: 600!important;
}
.my-badge{
    font-size: 11px;
    font-weight: 700!important;
    background: #efefef !important;
    color: #7c7a7a!important;
    margin: 0!important;
    margin-right: 4px!important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
    border: 1px solid #c7c7c7;
    white-space: nowrap!important;
}
.my-badge-primary{
    background: #273b6f24!important;
    color:#273b6f!important;
    border: 1px solid #273b6f24;

}
.my-badge-warning{
    border: 1px solid #0d76bb2b;
    background: #0d76bb2b!important;
    color:#0d76bb!important;
}

.my-badge-danger{
    border: 1px solid rgba(151, 22, 51, 0.2);
    background: rgba(151, 22, 51, 0.1) !important;
    color:#971633FF!important;
}

.my-badge-success{
    background: #056b011f!important;
    color:#056B01BF!important;
}
.my-badge-dark{
    background: rgb(0, 0, 0) !important;
    color: rgba(245, 245, 245, 1) !important;
}




@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(151, 22, 51, 0.75), -1em 0.5em rgba(0, 124, 198, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(151, 22, 51, 0.75), 0 0.5em rgba(0, 124, 198, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(151, 22, 51, 0.75), 1em 0.5em rgba(0, 124, 198, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(151, 22, 51, 0.75), -1em 0.5em rgba(0, 124, 198, 0.75);
    }
}
@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(5, 107, 1, 0.75), -0.5em -1em rgba(255, 193, 7, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(5, 107, 1, 0.75), -0.5em 0 rgba(255, 193, 7, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(5, 107, 1, 0.75), -0.5em 1em rgba(255, 193, 7, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(5, 107, 1, 0.75), -0.5em -1em rgba(255, 193, 7, 0.75);
    }
}


.my-table{
    width: 100%!important;
}
.my-table-sm tr td,.my-table-sm tr th{
    padding: 3px 10px!important;
    margin: 0!important;
}

.my-table td,.my-table th{
    padding: 10px!important;
}
.my-table.bordered tr td,.my-table.bordered tr th{
    border: 1px solid lightgrey;
}
.table-bordered td.div{
    padding: 0!important;
}

.card-footer{
    background: linear-gradient(to bottom, #fff, #e5e5e5);
    border-top: none!important;
    border-radius: 5px;
}

.gradient-buttons .btn
{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}

@keyframes slideInReverse {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

.slideInReverse {
    -webkit-animation-name: slideInReverse;
    animation-name: slideInReverse;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

.rubic-pills{
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
    text-decoration: none;
}
.rubic-pills li{
    list-style-type: none;
    padding: 0 5px;
    font-weight: bold;
    color: #8c929e;
    border-bottom: 1px solid #8c929e;
}
.rubic-pills li.active{
    color: #273b6f;
    border-bottom: 3px solid #273b6f;
}

.multiselect__option--highlight::after{
    content: ''!important;
}
.month-picker__container{
    z-index: 1;
    width: 300px!important;
    right: 0;
}
.v3dp__popout{
    margin-top: 10px!important;
    padding: 30px!important;
    right: 0!important;
}

.multiselect__input, .multiselect__single{
}


.menu-main {
    width: 100vw;
    overflow-x: scroll;
    display: flex;
    scrollbar-width: none;
    scrollbar-color: #e02828 transparent;
    overflow-y: visible;
}

.menu-main-icon{
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #d9d8d8;
    border-top: 2px solid #253868;
    border-bottom: 2px solid #253868;
    margin-right: 1px;
}
.menu-main-icon:hover,.menu-main-icon.active{
    background: linear-gradient(to bottom, #fff, #d6dfe7);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.menu-main-icon img{
    width: 30px;
    height: 30px;
}
.menu-main-sub-menus-div{
    background: linear-gradient(to bottom, #fff, #e5e5e5);
    padding-left: 10px;
    overflow-y: none;
}
.sub-menu-p{
    cursor: pointer;
    padding: 8px 5px;
    text-wrap: nowrap;
}
.sub-menu-p.active{
    font-weight: bold;
}
button.btn.btn-primary.rounded-0.scroll-button {
    padding: 16.2px;
}
.menu-container{
    display: flex;
    margin-top: 1px;
}
/* scrollbar */
.menu-main-sub-menus-div::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

.menu-main-sub-menus-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.menu-main-sub-menus-div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.menu-main-sub-menus-div::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}
table tr td span,  table tr th span{
      padding: 0!important;
}
.button-counter{
      background: #273b6f;
      display: inline;
      border-radius: 10px;
      padding: 5px;
      font-size: 12px;
      color: white;
      width: 20px;
      height: 20px;
      position: absolute;
      top: -15px;
      line-height: 14px;
}
.c-tooltip .c-tooltip-text {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 9px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.c-tooltip:hover .c-tooltip-text  {
    visibility: visible;
}
.loader-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #28246b;
    -webkit-mask:
        repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
        radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l5 1s infinite;
}
@keyframes l5 {to{transform: rotate(.5turn)}}
.accounts-div{
    border: 2px dashed #e5e6e7!important;
    border-radius: 5px!important;
    padding: 60px 20px 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.accounts-div:hover,.reporting-div:hover{
    background: linear-gradient(to bottom, #fff, #e5e5e5);
    border: 2px solid #c1c2c4 !important;
}
.accounts-div a{
    text-align: center;
    font-weight: bolder!important;
    text-decoration: none!important;
}
.accounts-div img{
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 50px;
}
.multiselect__content-wrapper{
    width: 100%!important;
    z-index: 100000000!important;
}
.reporting-div{
    border: 2px dashed #e5e6e7!important;
    border-radius: 5px!important;
    padding: 60px 20px 25px 20px;
    height: 100%;
}
.reporting-div a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.reporting-div a img{
    padding-bottom: 20px;
}
.reporting-div a h4{
    padding-bottom: 40px;
}

.reporting-div .btn,.reporting-div .btn-sm{
    padding-top: 0!important;
    border-radius: 0!important;
    padding-bottom: 0!important;
}
.reporting-div .multiselect__tags{
    padding: 5px!important;
    border-radius: 0!important;
}

.dropdown-css {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
/* Dropdown content */
.dropdown-css-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0 !important;
}

/* Show the dropdown content when the button is focused */
.dropdown-css:focus-within .dropdown-css-content {
    display: block;
}

/* Dropdown content links */
.dropdown-css-content a {
    color: black;
    text-decoration: none;
    display: block;
}
.dropdown-css button:focus {
    outline: none;
}
.success-icon{
    border-radius: 50px;
    width: 20px!important;
    height: 20px!important;
    font-size: 10px;
    display: flex;
    align-items: center;justify-content: center;
    color: white;
    text-align: center;
    background:#056B01BF;
}


@keyframes borderAnimation {
    0% {
        border-color: #bcdefb;
    }
    50% {
        border-color: #031d62;
    }
    100% {
        border-color: #bcdefb;
    }
}

.animated-border {
    border-width: 2px!important;
    animation: borderAnimation 1s linear 2;
}



.tutorial {
    width: 100vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    position: sticky;
    top: 0px; /* Adjust this value to match your fixed header height */
    z-index: 9999; /* Use a high enough z-index, but avoid excessive numbers */
}

.tutorial ul {
    font-size: 0;
    list-style-type: none;
}
.tutorial ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding: 15px;
    position: relative;
    z-index: 999;
}
.tutorial ul li ul {
    display: none;
}


.tutorial ul li:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}
.tutorial ul li.active {
    cursor: pointer;
    background: linear-gradient(to bottom, #fff, #e5e5e5);
}
.tutorial ul li:hover ul {
    display: block;
    margin-top: 15px;
    width: max-content;
    left: 0;
    position: absolute;
}
.tutorial ul li:hover ul li {
    display: block;
    background-color: #e7e7e7;
}

.tutorial ul li:hover ul li:hover {
    background-color: #e0e0e0;
}
.tutorial ul li ul li:first-child{
    background: linear-gradient(to bottom, #fff, #e5e5e5);
    padding: 10px;
    border-bottom: 0.5px solid grey;
    font-size: 16px;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 500;
}
.tutorial ul li ul li:not(:first-child) {
    font-size: 14px;
    font-family: 'Poppins', sans-serif!important;
}

.tutorial ul li ul li{
    padding: 5px 10px;
}

.screenshot-button{
    position:fixed;
    right: -5px;
    top: 80vh;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(58, 58, 58, 0.4), rgba(0, 0, 0, 0.6));
    transition: background 0.3s ease, transform 0.3s ease;
}
.screenshot-button:hover{
    background: linear-gradient(135deg, #3a3a3a, #5a5a5a);
    transform: scale(1.1);
}
.screenshot-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: crosshair;
}
.capture-area {
    position: absolute;
    border: 2px dashed #fff;
    background: rgba(255, 255, 255, 0.3);
}
.screenshot-preview img {
    max-width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.screenshot-preview{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}
.toggle-menu-btn{
    display: none!important;
}
.menu-header-icons{
    width: 27px;
    height: 27px;
}
.emp-name{
    min-width: 220px;
}
@media (max-width: 768px) {
    .menu-header-icons{
        width: 20px;
        height: 20px;
    }
    .toggle-menu-btn{
        display: block!important;
        float: right;
    }
    .tutorial ul li{
        font-size: 0.5rem;
        padding: 7.5px;
        position: relative;
        z-index: 999;
    }
    .tutorial ul {
        padding: 0!important;
        display: none;
    }
    .tutorial ul.activate{
        display: table-caption;
        z-index: 100000000000;
    }
    .tutorial{
        position: fixed;
        background: white;
        width: 40px;
        z-index: 99999;
    }
    .tutorial ul li:hover ul {
        display: block;
        width: max-content;
        left: 0;
        position: absolute;
        margin-left: 42px;
        top: -15px;
    }
    .tutorial ul li:hover ul li {
        display: block;
        background-color: #e7e7e7;
    }
    .breadcrumb-div{
        position: relative;
        top: 5px!important;
    }
    .breadcrumb-div .card{
        padding: 8px!important;
    }
    ul.pagination{
        overflow-y: scroll;
    }
    .nav-bar-auth-name{
        display: none;
    }
    .dropdown-css-content {
        top: -13px;
        left: 33px;
    }
}
.arrows-sorting{
    position: relative;
    font-size: 10px;
    float: right;
}

.arrows-sorting:before{
    position: absolute;
    content: '▲';
    right: 0;
    font-size: 10px;
    opacity: 0.3;
}
.arrows-sorting:after{
    top: 10px;
    position: absolute;
    content: '▼';
    right: 0.5px;
    font-size: 9px;
    opacity: 0.3;
}
.arrows-sorting.ASC:before {
    opacity: 1;
}

.arrows-sorting.DESC:after {
    opacity: 1;
}
