@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    /* font-family: 'Raleway', Arial, sans-serif; */
}

.roboto-header {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.select_lob {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .input_radius{
        border-radius: 10px;
} */

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

#search-input-dt {
    width: 100%;
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    /* border-radius: 0.2rem; */
    border: 1px solid #ced4da;
}

/* .actionate-img {
    height: 40px;
    width: 200px;
    margin-left: -15%;
} */

/* div.col-4.span-loginDAA {
    border-left-style: solid;
    color: #000;
    margin-top: 1%;
    margin-right: 7%;
}

span.span-daa-login {
    color: #2d2323;
    font-variant: normal;
    font-stretch: ultra-expanded !important;
    font-size: larger !important;
    text-align: justify;
    display: inline-flex;
    font: icon;
} */

div.col-4.span-loginDAA {
    border-left-style: solid;
    color: #000;
    margin-top: 1%;
    margin-right: 7%;
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: flex-start; /* Align to the left of the column */
    padding-left: 15px; /* Add some space from the border */
}



span.span-daa-login {
    color: #1a1717;
    font-variant: normal;
    font-stretch: normal;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.3;
    text-align: left;
    display: block;
}

p.login-box-msg {
    color: rgba(0, 0, 0, 0.55)
}

/* #pre-login-div {
    display: flex;
    align-items: center;
} */

a.nav-link {
    cursor: pointer;
}

#login-image {
    height: 550px;
}

.header-box {
    text-align: center;
}

#signin-btn {
    background-color: #45b25e;
    border-radius: 13px;
    border: none;
    position: relative; /* Essential for positioning the pseudo-element */
    overflow: hidden;   /* This is the key fix! */
    z-index: 1;         /* Optional: Helps ensure the pseudo-element is correctly layered */
    /* Add any other base styles for your button */
    padding: 10px 20px; /* Example padding */
    color: white;       /* Example text color */
    cursor: pointer;    /* Indicate it's clickable */
    display: inline-block; /* Or block, depending on your layout */
    text-decoration: none; /* If it's an anchor tag */
}

#signin-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease-in-out; /* Added ease-in-out for smoother transition */
    z-index: 2; /* Make sure it's above the button's background but below content if needed */
}

#signin-btn:hover::before {
    left: 100%;
}

#signin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

#signin-btn:active {
    transform: translateY(0);
}

.card-primary.card-outline {
    /* border-top: 3px solid #757ec9 !important; */
    border-top: 3px solid #435e7f !important;
}

/* Sidebar - Menu */

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    background-color: #2B3A55;
}

li.nav-item a.nav-link,
#sidebar-menu li.nav-item a.nav-link {
    color: #fff;
}

li.nav-item a.nav-link.li-tab {
    color: #2B3A55 !important;
}

li.nav-item a.nav-link.active {
    color: #2B3A55 !important;
    background-color: #fff !important;
    border-radius: 20px;
    /* border-radius: 20px 20px 0px 20px; */
}

/* .updateBulk-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
} */

[class*=sidebar-dark] .btn-sidebar,
[class*=sidebar-dark] .form-control-sidebar {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

/* CSS */
#updateBtn {
    appearance: none;
    /* background-color: #000000;
    border: 2px solid #1A1A1A; */
    background-color: #0F172A;
    border: 1px solid #0F172A;
    border-radius: 20px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    /* font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    /* font-size: 14px; */
    font-size: 16px;
    /* font-weight: 600; */
    line-height: normal;
    margin: 0;
    /* min-height: 60px; */
    min-width: 0;
    outline: none;
    padding: 5px 20px;
    /* padding: 6px 24px; */
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* width: 100%; */
    will-change: transform;
    /* margin-top: -3%; */
}

#updateBtn:disabled {
    pointer-events: none;
}

#updateBtn:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

#updateBtn:active {
    box-shadow: none;
    transform: translateY(0);
}

span.badge-class {
    padding: 7px;
}

/* li.nav-item-dashboard {
    padding: 5px;
} */

li.nav-item-dashboard a {
    text-decoration: none;
    color: #000;
    /* pointer-events: none; */
    cursor: default;
}

li.nav-item-dashboard a:hover {
    color: #000;
}

#dasboard-card {
    height: 370px;
}

#upload-export {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#report-links {
    cursor: pointer;
    color: black;
}

#report-links:hover {
    color: #007bff;
}

#filter-label {
    font-size: 15px;
}

/* #caterory-col {
    display: flex;
} */

#caterory-col {
    display: flex;
    flex-wrap: wrap; /* Ensures proper layout when the space is constrained */
    gap: 1vw; /* Adds space between child elements */
}

#category-div, #subcategory-div, #report-div {
    flex: 1; /* Ensures all elements take equal space by default */
    min-width: 30%; /* Adjust this value based on the layout you need */
    max-width: 100%; /* Ensures div doesn't exceed parent width */
}

#subcategory-div {
    display: none; /* Initially hidden */
}

.select2-container {
    width: 100% !important; /* Ensures the select dropdowns span full width */
}


/* #table1 {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
} */

/* a[class^="vert-tabs"][id$="tab"].active {
    color: #5859b0 !important;
}

a[class^="vert-tabs"][id$="tab"] {
    color: #000 !important;
} */
/* #tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
}

#tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px;
}

#tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

#tab-vertical .nav-tabs .nav-link.active {
    color: #5969ff;
    background-color: #fff !important;
    border-color: transparent !important;
}

#tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
}

#tab-vertical .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    padding: 30px;
}
 */

/* Confirm Checkbox */

.checkbox-wrapper-39 *,
.checkbox-wrapper-39 *::before,
.checkbox-wrapper-39 *::after {
    box-sizing: border-box;
}

.checkbox-wrapper-39 label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.checkbox-wrapper-39 input {
    visibility: hidden;
    display: none;
}

.checkbox-wrapper-39 input:checked~.checkbox {
    transform: rotate(45deg);
    width: 14px;
    margin-left: 12px;
    border-color: #24c78e;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
}

.checkbox-wrapper-39 .checkbox {
    display: block;
    width: inherit;
    height: inherit;
    border: 2px solid #434343;
    border-radius: 6px;
    transition: all 0.375s;
}

/* Scroll */
*::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 100px;
}

*::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 100px;
}



/* Loader */

.clock {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
}

.clock:before,
.clock:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid;
}

.clock:before {
    --deg: 360deg;
    height: 110px;
    width: 110px;
    border-color: #f5f5f5 transparent transparent;
    animation: spin 2s infinite linear;
}

.clock:after {
    --deg: -360deg;
    height: 90px;
    width: 90px;
    border-color: transparent transparent #fafafa;
    animation: spin 1500ms infinite linear;
}

.clock #loadermsg1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%);
    color: white;
}

.clock #loadermsg2 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%);
    color: white;
}

.pointers {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 5px solid #fafafa;
    border-radius: 50%;
}

.pointers:before,
.pointers:after {
    content: "";
    position: absolute;
    border: 2px solid;
    z-index: -1;
    transform-origin: 2px 0;
}

.pointers:before {
    height: 40px;
    border-color: #554ce4;
    animation: spin 1s infinite linear;
}

.pointers:after {
    height: 25px;
    border-color: #665df5;
    animation: spin 6s infinite linear;
}

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

    to {
        transform: rotate(var(--deg, 360deg));
    }
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

/*-------------vertical-tree-view------------*/
/* .vertical-tree {
    padding-top: 40px;
    padding-bottom: 40px;
} */

/* .vertical-tree ul {
    padding-left: 30px;
} */

.vertical-tree li {
    margin: 0px 0;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0px 5px;
}

.vertical-tree li::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 2px solid #ccc;
    bottom: 50px;
}

.vertical-tree li::after {
    content: '';
    position: absolute;
    top: 34px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 2px solid #ccc;
}

.vertical-tree li a {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    /* background-color: #e1eafc;
    color: #5a8dee;
    border: 1px solid #e1eafc; */
    background-color: #e1e4fc;
    color: #5859b0;
    border: 1px solid #e1e4fc;
    font-size: 13px;
    border-radius: 4px;
}

.vertical-tree>ul>li::before,
.vertical-tree>ul>li::after {
    border: 0;
}

.vertical-tree li:last-child::before {
    height: 34px;
}

.vertical-tree li a:hover,
.vertical-tree li a:hover+ul li a {
    background-color: #5859b0;
    color: #fff;
    border: 1px solid #5859b0;
}

.vertical-tree li a:hover+ul li::after,
.vertical-tree li a:hover+ul li::before,
.vertical-tree li a:hover+ul::before,
.vertical-tree li a:hover+ul ul::before {
    border-color: #fbba00;
}

/* Media Queries */
/* @media screen and (max-width: 360px) { */
@media (min-width: 360px) and (max-width: 640px) {
    .clock #loadermsg1 {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%);
        color: white;
    }

    .clock #loadermsg2 {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%);
        color: white;
    }

    #login-image {
        display: none;
    }
}

/* Switch Left Right
==========================*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#monthyearspannote {
    font-family: "Font Awesome 5 Free";
    /* content: "\f274"; */
    background-color: #f0f7fb;
    border-left: solid 4px #3498db;
    line-height: 18px;
    overflow: hidden;
    padding: 7px 16px;
}

.terms{
    text-decoration: none;
    font-size: 13.5px;
}

#terms-checkbox-span,
#forgotpasswordlink {
    font-size: 13.5px;
}

/* User Management */

#approve,
#unapprove,
#user-edit {
    font-size: 20px;
    cursor: pointer;
}

/* YES NO Toggle Switch */
/* #checkcross {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.toggle-wrapper {
    flex: 1 1 calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;

    @media (max-width: 960px) {
        flex: 1 1 calc(100% / 2);
    }

    @media (max-width: 700px) {
        flex: 1 1 100%;
    }
}

.toggle {
    position: relative;
    display: inline-block;
}

label.toggle-item {
    width: 7em;
    background: #2e394d;
    height: 3em;
    display: inline-block;
    border-radius: 50px;
    margin: 40px;
    position: relative;
    transition: all .3s ease;
    transform-origin: 20% center;
    cursor: pointer;

    &:before {
        display: block;
        transition: all .2s ease;
        width: 2.3em;
        height: 2.3em;
        top: .25em;
        left: .25em;
        border-radius: 2em;
        border: 2px solid #88cf8f;
        transition: .3s ease;
    }
}

.checkcross {
    label:before {
        content: none;
    }

    .check {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        position: absolute;
        background: #8BC34A;
        transition: .4s ease;
        top: 4.5px;
        left: 4.5px;

        &:before,
        &:after {
            height: 4px;
            border-radius: 10px;
            background: #fff;
            transition: .4s ease;
        }

        &:before {
            width: 25px;
            transform: rotate(-45deg) translate(-6px, 20px);
        }

        &:after {
            width: 10px;
            transform: rotate(45deg) translate(20px, 11px);
        }
    }
}

#checkcross:checked+label {
    .check {
        left: 68px;
        transform: rotate(360deg);
        background: #c34a4a;

        &:before {
            width: 27px;
            transform: rotate(-45deg) translate(-8px, 18px);

        }

        &:after {
            width: 27px;
            transform: rotate(45deg) translate(18px, 8px);
        }
    }
} */

/* YES NO Toggle Switch */
#checkcross {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.toggle-wrapper {
    flex: 1 1 calc(100% / 3);
    /* min-height: 50vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

@media (max-width: 960px) {
    .toggle-wrapper {
        flex: 1 1 calc(100% / 2);
    }
}

@media (max-width: 700px) {
    .toggle-wrapper {
        flex: 1 1 100%;
    }
}

.toggle {
    position: relative;
    display: inline-block;
}

label.toggle-item {
    width: 3em;
    background: #2e394d;
    height: 1.5em;
    display: inline-block;
    border-radius: 50px;
    /* margin: 40px; */
    position: relative;
    transition: all 0.3s ease;
    transform-origin: 20% center;
    cursor: pointer;
}

label.toggle-item:before {
    display: block;
    transition: all 0.2s ease;
    width: 2.3em;
    height: 2.3em;
    top: 0.25em;
    left: 0.25em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
    content: "";
}

.checkcross label:before {
    content: none;
}

.checkcross .check {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    position: absolute;
    background: #8BC34A;
    transition: 0.4s ease;
    top: 4.5px;
    left: 4.5px;
}

.checkcross .check:before,
.checkcross .check:after {
    height: 4px;
    border-radius: 10px;
    background: #fff;
    transition: 0.4s ease;
    content: "";
}

.checkcross .check:before {
    width: 10px;
    /* Adjusted width to match the new size */
    transform: rotate(-45deg) translate(-2px, 8px);
    /* Adjusted transform */
}

.checkcross .check:after {
    width: 4px;
    /* Adjusted width to match the new size */
    transform: rotate(45deg) translate(8px, 4px);
    /* Adjusted transform */
}

#checkcross:checked+label.toggle-item .check {
    left: 27px;
    /* left: 68px; */
    transform: rotate(360deg);
    background: #c34a4a;
}

#checkcross:checked+label.toggle-item .check:before {
    width: 13px;
    /* Adjusted width to match the new size */
    transform: rotate(-45deg) translate(-4px, 9px);
    /* Adjusted transform */
}

#checkcross:checked+label.toggle-item .check:after {
    width: 13px;
    /* Adjusted width to match the new size */
    transform: rotate(45deg) translate(9px, 4px);
    /* Adjusted transform */
}

/* OTP input styles */
.otp-container {
    display: flex;
    justify-content: center;
    /* margin-top: 20px; */
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.otp-input:focus {
    border-color: #007bff;
}

.mail-img {
    width: 390px;
    height: 568px;
}

#card-row {
    height: 410px;
}

.col-card .card-login {
    height: 500px;
    width: 500px;
}

.input-group .span-ctrl {
    margin-bottom: 10px;
}

#togglePassword i{
    color: #514c4c;
}

.input-group .input-ctrl {
    height: 50px;
    margin-bottom: 10px;
}

#kpidetails {
    height: 105%;
}

#kpidetails .inner.text-white {
    height: 77%;
}

#kpidetails .overlay {
    opacity: 0;
}

#kpidetails .overlay:hover {
    opacity: 0.8;
    background-color: rgba(255, 255, 255, .7);
    transition: .5s ease-in-out;
}

#kpidetails .overlay:hover .btn {
    opacity: 1;
    font-weight: bold;
}

#kpidetails .overlay .btn {
    opacity: 0;
}

.loader-invalid {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: 45%;
    transform: translate(-50%, -50%);
    animation: rotate 1s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-invalid-p {
    position: absolute;
    top: 63%;
    left: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
}

.loader-invalid::before,
.loader-invalid::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #eea792;
    animation: prixClipFix 2s linear infinite;
}

.loader-invalid::after {
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #FF3D00;
}

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

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    75%,
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
}

/* .export-div {
    display: flex;
    justify-content: flex-end;
} */

/* #annexure .card {
    height: 450px;
    width: 440px;
} */

/* #annexure .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
} */

#annexure #table-container {
    margin-top: 10px;
    width: 100%;
}

#annexure .form-select,
#annexure .form-control {
    /* border-radius: 0.25rem; */
    border-radius: 10px;
}

#annexure .btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
}

#annexure .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

#annexure .btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}

#annexure .btn-outline-danger:hover {
    background-color: #dc3545;
    color: #fff;
}

/* #annexure .input-group {
    display: flex;
    flex-direction: column;
} */

#annexure #addlob {
    display: flex;
    align-items: center;
    justify-content: center;
}

#annexure .mail-img {
    max-width: 100%;
    height: auto;
}

#filtertemplateselect {
    width: 150px;
}


/* style for reload button */
.reload-button {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #0F172A;
    background-color: #0F172A;
    color: white;
    transition: none;
}
.reload-button:hover {
    background-color: #0F172A; 
    color: white; 
    border-color: #0F172A; 
}
/* style for pagination */
.page-link {
    color: #4d6590;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4d6590;
    border-color: #4d6590;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 101, 144, 0.25);
}
/* for lob upload, channel upload, product upload, state upload, report upload, exceptionreport upload, usermngt save, iib upload */
.save-btn {
    background-color: #2B3A55; 
    color: white;
}
.save-btn:hover {
    background-color: #2B3A55; 
    color: white; 
}
/* for footer predoole link */
#link {
    color: #2B3A55;
    text-decoration: none;
    background-color: transparent
  }
/* Custom Style for Tabs */
.nav-tabs .nav-link {
    color: black !important;
}
/* .nav-tabs .nav-link.active {
    color: black !important; 
} */

/* multiple dropdown selection color in user mngt reports selections */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4d6590;
    border-color: #4d6590;
    color: #fff;
}
/* upload button on report page */
.upload-report-btn{
    border-radius: 20px; 
    background-color: #0F172F;
    color: white; 
    border-color: #0F172F;
}
.upload-report-btn:hover{
    border-radius: 20px; 
    background-color: #0F172F;
    color: white; 
    border-color: #0F172F;
}
/* 
.sidebar{
    margin-top:10px;
} */
/* for search input box */
div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 10px;
}

/* report analysis visual colors */
.info-box-content {
    text-align: center;
    color: #2b3a55;
    font-weight: bold;
  }
  
  .info-box-text {
    font-size: 13px;
  }
  
  .info-box-number {
    font-size: 16px;
    color: #2b3a55;
    margin-top: 10px;
  }
  .info-box-text-pl {
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    /* color: white; */
  }
  
  .info-box-number-pl {
    font-size: 18px;
    color: #2b3a55;
    /* color: white; */
  }
  .dashboard-card-header {
    background-color: #E6F3FF !important;
    /* background-color: #f8f9fa !important; */
    height: 45px;
    color: #2B3A55 !important;  
    display: flex;
    flex-direction: column; /* Stack h3 and p */
    align-items: flex-start; /* Align to the left */
  }
  .custom-card-p-container {
    display: flex;
    justify-content: space-between; /* One left, one right */
    width: 100%;
}
  /* for cardbody to show the visual correctly */
  .card .card-body canvas {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
  }
  /* Custom style for card title */
  .custom-card-title {
    font-size: 14px;  /* Adjust font size */
    font-weight: bold;
    display: block;
  }

  .custom-card-p {
    font-size: 10px;  /* Adjust font size */
    font-weight: bold;
    /* margin-top: 15px; */
  }

  .custom-card-p1 {
    font-size: 10px;  
    font-weight: bold;
  }
    /* date row */
    .kpi-header {
        font-size: 14px;
        font-weight: bold;
        color: #2B3A55;
        margin-bottom: 5px;
    }
  /* excel export button */
.excel-export{
    border-radius: 20px;
    padding: 4px 12px; 
    font-size: 14px;  
    color: #0B9444; 
    border: 1px solid #0B9444;
 }
 .excel-export:hover{
   border-radius: 20px;
   padding: 4px 12px; 
   font-size: 14px;  
   color: #0B9444; 
   border: 1px solid #0B9444;
 }
 /* .upload-trial:hover{
    color: white;
 } */
 /* #pieChartAssets {
    width: 484px !important;
    height: 242px !important;
  } */

/* adjusting kpi height */
.card-kpi {
    height: 90%;
}