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

}


.form-label {
    margin-top: 1rem!important;
}
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, #3831a2, #28246b)!important;
    background-repeat: repeat-x, no-repeat;
}
.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, #3831a2, #28246b);
    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, #3831a2, #28246b);
    background-repeat: repeat-x, no-repeat;
}
.pagination .active .btn.btn-outline-primary{
    background: #28246b;
    color: white;
}
.nav-profile-div a h5{
    padding-top: 10px;
}
.nav-profile-div a{
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
}

.nav-profile-dropdown{
}
.nav-profile-dropdown li a{
    color: black;
}
.nav-profile{
    width: 40px;
    height: 40px;
    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, #3831a2, #28246b);
    background-repeat: repeat-x, no-repeat;

}
.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, #3831a2, #28246b);
    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: #28246b !important;
}
.multiselect__option--highlight{
    background: #28246b !important;
}
.multiselect__option--highlight::after{
    background: transparent!important;
}
.multiselect__option{
    font-size: 0.9rem!important;
}
.multiselect__tag{
    background: #28246b !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: #28246b!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: #28246b24!important;
    color:#28246b!important;
    border: 1px solid #28246b24;

}
.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;
}



@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;
}
.my-table.striped tr:nth-child(odd) {
    background-color: #f9f9f9; /* Light grey for odd rows */
}

.my-table.striped tr:nth-child(even) {
    background-color: #fff; /* White for even rows */
}

.table-bordered td.div{
    padding: 0!important;
}

.card-footer{
    background: linear-gradient(to bottom, #fff, #e5e5e5);
}

.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: #28246b;
    border-bottom: 3px solid #28246b;
}

.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;
}
.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)}}

.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;
}

.history-tl-container{
    font-family: "Roboto",sans-serif;
    margin:auto;
    display:block;
    position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:200px;
    min-height:50px;
    border-left:3px dashed #0d76bb;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -15px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #0d76bb;
    height: 30px;
    width: 30px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color: rgba(13, 118, 187, 0.5);
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
    font-weight: bold;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .h-counter{
    position: absolute;
    width:100px;
    left: -50%;
    top: -5px;
    text-align: right;
    font-size: 22px;
    font-weight: bolder;
    color: #0d76bb;
}
