@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
    scroll-behavior: smooth;

    --light: #fff;

    --orange: #ff9e27;

    --lightorange: #fff8eb;

    --darkorange: #f97607;

    --darkorange2: #cc7409;

    --dark: #202224;

    --dark2: #000;

    --grey: #969697;

    --grey2: #cfcfcf;

    --grey3: #E0E0E0;

    --grey4: rgba(215, 215, 215, 1);

    --grey5: #8d9498;

    /* --green: rgb(6, 150, 90); */

    --green: #31ce36;

    --lightgreen: rgba(224, 245, 236, 1);

    --darkgreen: #1eb823;

    /* --red: #ff304d; */

    --red: #f25961;

    --lightred: #ffeaed;

    --darkred: #dd2134;

    --yellow: #EFB319;

    --lightyellow: #FBF3C6;

    --darkyellow: #e09e12;

    --blue: #1572e8;

    --lightblue: #dcebfd;

    --darkblue: #1758b6;

    --violet: #6861ce;

    --lightviolet: #e5eafa;

    --darkviolet: #574eb4;

}

body {
    font-family: "DM Sans", sans-serif;
    background: #F5F6FA;
    background: #f9fbfd;
    /* background: #f1f6ff; */
    color: #444444;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0px !important;
}

li {
    list-style: none !important;
}

/* Font Sizes */

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-70 {
    font-size: 70px !important;
}

.fs-80 {
    font-size: 80px !important;
}

/* Font Weights */

.fw-300 {
    font-weight: 300 !important;
}

.fw-350 {
    font-weight: 350 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-450 {
    font-weight: 450 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-550 {
    font-weight: 550 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-650 {
    font-weight: 650 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-750 {
    font-weight: 750 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

/* Line Heights */

.lh-8 {
    line-height: 8px !important;
}

.lh-9 {
    line-height: 9px !important;
}

.lh-10 {
    line-height: 10px !important;
}

.lh-11 {
    line-height: 11px !important;
}

.lh-12 {
    line-height: 12px !important;
}

.lh-13 {
    line-height: 13px !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-17 {
    line-height: 17px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-19 {
    line-height: 19px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-23 {
    line-height: 23px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-27 {
    line-height: 27px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-29 {
    line-height: 29px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-32 {
    line-height: 32px !important;
}

.lh-34 {
    line-height: 34px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.lh-38 {
    line-height: 38px !important;
}

.lh-40 {
    line-height: 40px !important;
}

/* Letter Spaces */

.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px !important;
}

/* Opacity */

.op-0 {
    opacity: 0 !important;
}

.op-10 {
    opacity: 0.1 !important;
}

.op-20 {
    opacity: 0.2 !important;
}

.op-30 {
    opacity: 0.3 !important;
}

.op-40 {
    opacity: 0.4 !important;
}

.op-50 {
    opacity: 0.5 !important;
}

.op-60 {
    opacity: 0.6 !important;
}

.op-70 {
    opacity: 0.7 !important;
}

.op-80 {
    opacity: 0.8 !important;
}

.op-90 {
    opacity: 0.9 !important;
}

/* Border Radius */

.br-0 {
    border-radius: 0px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-7 {
    border-radius: 7px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-50 {
    border-radius: 50px !important;
}

.br-100 {
    border-radius: 100px !important;
}

.br-200 {
    border-radius: 200px !important;
}

/* Borders */

.b0 {
    border: none !important;
}

.b05 {
    border: 0.5px solid !important;
}

.b1 {
    border: 1px solid !important;
}

.b15 {
    border: 1.5px solid !important;
}

.b05-t {
    border-top: 0.5px solid !important;
}

.b05-b {
    border-bottom: 0.5px solid !important;
}

.b05-l {
    border-left: 0.5px solid !important;
}

.b05-r {
    border-right: 0.5px solid !important;
}

.b1-t {
    border-top: 1px solid !important;
}

.b1-b {
    border-bottom: 1px solid !important;
}

.b1-l {
    border-left: 1px solid !important;
}

.b1-r {
    border-right: 1px solid !important;
}

.b1-dotted {
    border: 1px dotted !important;
}

.b1-dash {
    border: 1px dashed !important;
}

.bc-grey {
    border-color: var(--grey) !important;
}

.bc-grey2 {
    border-color: var(--grey2) !important;
}

.bc-grey3 {
    border-color: var(--grey3) !important;
}

.bc-grey4 {
    border-color: var(--grey4) !important;
}

.bc-lightblue {
    border-color: var(--lightblue1) !important;
}

.bc-lightblue2 {
    border-color: var(--lightblue2) !important;
}

.bc-lightblue3 {
    border-color: var(--lightblue3) !important;
}

.bc-yellow {
    border-color: var(--yellow) !important;
}

.bc-lightyellow2 {
    border-color: var(--lightyellow2) !important;
}

.bc-lightyellow3 {
    border-color: var(--lightyellow3) !important;
}

/* Objects and Texts */

.white-wrap {
    white-space: nowrap !important;
}

.text-ellipsis {
    text-overflow: ellipsis !important;
}

.text-capital {
    text-transform: capitalize !important;
}

.object-cover {
    object-fit: cover !important;
}

.object-contain {
    object-fit: contain !important;
}

.object-center {
    object-position: center !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.break-word {
    overflow-wrap: break-word !important;
}

.pointer-event-none {
    pointer-events: none;
}

/* Transistions */

.trans-02 {
    transition: all 0.2s;
}

.trans-03 {
    transition: all 0.3s;
}

.trans-05 {
    transition: all 0.5s;
}

.trans-07 {
    transition: all 0.7s;
}

/* Width */

.width-max {
    width: max-content !important;
}

.width-auto {
    width: auto !important;
}

.width-0 {
    width: 0 !important;
}

.width-100 {
    width: 100% !important;
}

.width-20px {
    width: 20px !important;
}

.width-50px {
    width: 50px !important;
}

.width-60px {
    width: 60px !important;
}

.width-65px {
    width: 65px !important;
}

.width-70px {
    width: 70px !important;
}

.width-100px {
    width: 100px !important;
}

.width-120px {
    width: 120px !important;
}

.width-150px {
    width: 150px !important;
}

.width-200px {
    width: 200px !important;
}

.width-300px {
    width: 300px !important;
}

.height-calc {
    height: calc(100% - 24px);
}

.height-max {
    height: max-content !important;
}

.height-20px {
    height: 20px !important;
}

.height-40px {
    height: 40px !important;
}

.height-50px {
    height: 50px !important;
}

.height-60px {
    height: 60px !important;
}

.height-65px {
    height: 65px !important;
}

.height-70px {
    height: 70px !important;
}

.height-100px {
    height: 100px !important;
}

.height-120px {
    height: 120px !important;
}

.height-150px {
    height: 150px !important;
}

.height-200px {
    height: 200px !important;
}

.height-250px {
    height: 250px !important;
}

.height-300px {
    height: 300px !important;
}

.maxheight-400px {
    height: 400px !important;
}

.boxshadow-none {
    box-shadow: none !important;
}

.boxshadow-08 {
    box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.07) !important;
}

.boxshadow-b05 {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.boxshadow-b1 {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}

.hoverboxshadow-b07:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07) !important;
}

/* Colors */

.text-lightorange {
    color: var(--lightorange) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-darkorange {
    color: var(--darkorange) !important;
}

.text-lightblue {
    color: var(--lightblue) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-lightviolet {
    color: var(--lightviolet) !important;
}

.text-violet {
    color: var(--violet) !important;
}

.text-lightyellow {
    color: var(--lightyellow) !important;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-lightgreen {
    color: var(--lightgreen) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-lightred {
    color: var(--lightred) !important;
}

.text-dark {
    color: #202224 !important;
}

.text-dark2 {
    color: #000 !important;
}

.text-grey {
    color: var(--grey) !important;
}

.text-grey2 {
    color: var(--grey2) !important;
}

.text-grey3 {
    color: var(--grey3) !important;
}

.text-grey4 {
    color: var(--grey4) !important;
}

/* BackGround Colors */

.bg-lightorange {
    background-color: var(--lightorange) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-darkorange {
    background-color: var(--darkorange) !important;
}

.bg-lightblue {
    background-color: var(--lightblue) !important;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.bg-darkblue {
    background-color: var(--darkblue) !important;
}

.bg-darkblue2 {
    background-color: var(--darkblue2) !important;
}

.bg-lightyellow {
    background-color: var(--lightyellow) !important;
}

.bg-yellow {
    background-color: var(--yellow) !important;
}

.bg-darkyellow {
    background-color: var(--darkyellow) !important;
}

.bg-lightgreen {
    background-color: var(--lightgreen) !important;
}

.bg-lightred {
    background-color: var(--lightred) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-dark2 {
    background-color: var(--dark2) !important;
}

.bg-grey {
    background-color: var(--grey) !important;
}

.bg-grey2 {
    background-color: var(--grey2) !important;
}

.bg-grey3 {
    background-color: var(--grey3) !important;
}

.bg-grey4 {
    background-color: var(--grey4) !important;
}

/* Hover Color */

.hovertext-darkorange:hover {
    color: var(--darkorange) !important;
}

.hovertext-orange:hover {
    color: var(--orange) !important;
}

.hovertext-darkblue:hover {
    color: var(--darkblue) !important;
}

.hovertext-blue:hover {
    color: var(--blue) !important;
}

.hovertext-dark:hover {
    color: var(--dark) !important;
}

.hovertext-light:hover {
    color: var(--light) !important;
}

.hoverbg-darkorange:hover {
    background-color: var(--darkorange) !important;
}

.hoverbg-orange:hover {
    background-color: var(--orange) !important;
}

.hoverbg-darkblue:hover {
    background-color: var(--darkblue) !important;
}

.hoverbg-blue:hover {
    background-color: var(--blue) !important;
}

.hoverbg-lightblue:hover {
    background-color: var(--lightblue1) !important;
}

.hoverbg-grey:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Form Control */

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    font-weight: 350;
}

.form-control:focus,
.form-select:focus {
    color: var(--dark2);
    background-color: #EEF6FF70;
    border: 0.5px solid var(--orange);
    outline: 0;
    box-shadow: 0 0 0 0rem #3454a415 !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(var(--lightorange), var(--lightorange)) !important;
    color: fieldtext !important;
}

.form-control,
.form-select {
    height: 36px;
    font-size: 14px;
    color: var(--dark);
    border: 0.5px solid #dee2e6;
    transition: all 0.3s;
}

.form-label {
    margin-bottom: 0.3rem;
    color: var(--dark);
    font-size: 14px;
}

.form-control.range-slider {
    background-color: var(--grey4);
    height: 10px;
    border-radius: 10px;
}

.Table-Search input.form-control {
    font-size: 14px;
    width: 250px !important;
    height: 40px;
}

/* .label-transform+input,.label-transform+select{
    border: 0.5px solid #3454a4 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #3454a415 !important;
}

.label-transform{
    transform: translateX(-15%) translateY(-150%) scale(0.85) !important;
    color: #3454a4 !important;
    font-weight: 400 !important;
    display: block !important;
}

.col-md-8 .label-transform{
    transform: translateX(-10%) translateY(-140%) scale(0.85) !important
}

.textarea .label-transform {
    transform: translateX(-15%) translateY(-60%) scale(0.85) !important;
    color: #3454a4 !important;
    font-weight: 400 !important;
    display: block !important;
}

.label-transform+input[type="date"]{
    color:#252424 !important;
} */

.need-focus input[type="date"].form-control {
    color: transparent;
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057";
    background-color: #fff;
    border-radius: 50%;
}

/* Buttons */

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--orange);
    background-color: var(--light);
    border-color: var(--orange) !important;
}

.btn {
    font-size: 14px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
    width: max-content;
}

.btn-small {
    font-size: 12px;
    font-weight: 350;
    padding: 6px 12px;
    border-radius: 3px;
}

.btn-icon {
    padding: 8px !important;
}

.btn i {
    font-size: 14px;
}

.btn-icon i {
    font-size: 12px;
}

.btn-outline-orange {
    color: var(--orange);
    background-color: var(--light);
    border-color: var(--orange) !important;
    transition: all 0.4s;
}

.btn-outline-orange:hover {
    color: var(--orange) !important;
    border-color: var(--orange) !important;
    background-color: var(--light) !important;
    /* box-shadow: 0px 0px 5px 0px var(--orange); */
}

.btn-orange {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange) !important;
    transition: all 0.4s;
}

.btn-orange:hover {
    color: #fff !important;
    border-color: var(--darkorange) !important;
    background-color: var(--darkorange) !important;
    /* box-shadow: 0px 0px 5px 0px var(--orange); */
}

.btn-outline-grey {
    color: var(--grey);
    background-color: var(--light);
    border-color: var(--grey3) !important;
    transition: all 0.4s;
}

.btn-outline-grey:hover {
    color: var(--dark) !important;
    border-color: var(--dark) !important;
    background-color: var(--light) !important;
    /* box-shadow: 0px 0px 5px 0px var(--grey3); */
}

.btn-dark {
    color: #fff;
    background-color: var(--dark);
    border-color: var(--dark) !important;
    transition: all 0.4s;
}

.btn-dark:hover {
    color: #fff !important;
    border-color: var(--dark2) !important;
    background-color: var(--dark2) !important;
    /* box-shadow: 0px 0px 5px 0px var(--dark2); */
}

.btn-grey {
    color: var(--dark);
    background-color: var(--grey3);
    border-color: var(--grey3) !important;
    transition: all 0.4s;
}

.btn-grey:hover {
    color: var(--dark) !important;
    border-color: var(--grey2) !important;
    background-color: var(--grey2) !important;
    /* box-shadow: 0px 0px 5px 0px var(--grey3); */
}

.btn-outline-dark {
    color: var(--dark);
    background-color: var(--light);
    border-color: var(--dark) !important;
    transition: all 0.4s;
}

.btn-outline-dark:hover {
    color: #fff !important;
    border-color: var(--dark) !important;
    background-color: var(--dark) !important;
    /* box-shadow: 0px 0px 5px 0px var(--dark); */
}

.btn-lightblue {
    color: #fff;
    background-color: var(--lightblue3);
    border-color: var(--lightblue3) !important;
    transition: all 0.4s;
}

.btn-lightblue:hover {
    color: #fff !important;
    border-color: var(--blue) !important;
    background-color: var(--blue) !important;
    /* box-shadow: 0px 0px 5px 0px var(--blue); */
}

.btn-blue {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue) !important;
    transition: all 0.4s;
}

.btn-blue:hover {
    color: #fff !important;
    border-color: var(--darkblue) !important;
    background-color: var(--darkblue) !important;
    /* box-shadow: 0px 0px 5px 0px var(--darkblue); */
}

.btn-outline-blue {
    color: var(--blue);
    background-color: var(--light);
    border-color: var(--blue) !important;
    transition: all 0.4s;
}

.btn-outline-blue:hover {
    color: #fff !important;
    border-color: var(--blue) !important;
    background-color: var(--blue) !important;
    /* box-shadow: 0px 0px 5px 0px var(--blue); */
}

.btn-green {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green) !important;
    transition: all 0.4s;
}

.btn-green:hover {
    color: #fff !important;
    border-color: var(--darkgreen) !important;
    background-color: var(--darkgreen) !important;
    /* box-shadow: 0px 0px 5px 0px var(--green); */
}

.btn-outline-green {
    color: var(--darkgreen);
    background-color: var(--light);
    border-color: var(--darkgreen) !important;
    transition: all 0.4s;
}

.btn-outline-green:hover {
    color: #fff !important;
    border-color: var(--green) !important;
    background-color: var(--green) !important;
    /* box-shadow: 0px 0px 5px 0px var(--green); */
}

.btn-red {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red) !important;
    transition: all 0.4s;
}

.btn-red:hover {
    color: #fff !important;
    border-color: var(--darkred) !important;
    background-color: var(--darkred) !important;
    /* box-shadow: 0px 0px 5px 0px var(--red); */
}

.btn-outline-red {
    color: var(--red);
    background-color: var(--light);
    border-color: var(--red) !important;
    transition: all 0.4s;
}

.btn-outline-red:hover {
    color: #fff !important;
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    /* box-shadow: 0px 0px 5px 0px var(--red); */
}

.btn-yellow {
    color: #fff;
    background-color: var(--yellow);
    border-color: var(--yellow) !important;
    transition: all 0.4s;
}

.btn-yellow:hover {
    color: #fff !important;
    border-color: var(--darkyellow) !important;
    background-color: var(--darkyellow) !important;
    /* box-shadow: 0px 0px 5px 0px var(--darkyellow); */
}

.btn-outline-yellow {
    color: var(--yellow);
    background-color: var(--light);
    border-color: var(--yellow) !important;
    transition: all 0.4s;
}

.btn-outline-yellow:hover {
    color: #fff !important;
    border-color: var(--yellow) !important;
    background-color: var(--yellow) !important;
    /* box-shadow: 0px 0px 5px 0px var(--yellow); */
}

.btn-violet {
    color: #fff;
    background-color: var(--violet);
    border-color: var(--violet) !important;
    transition: all 0.4s;
}

.btn-violet:hover {
    color: #fff !important;
    border-color: var(--darkviolet) !important;
    background-color: var(--darkviolet) !important;
    /* box-shadow: 0px 0px 5px 0px var(--darkyellow); */
}

.btn-outline-violet {
    color: var(--violet);
    background-color: var(--light);
    border-color: var(--violet) !important;
    transition: all 0.4s;
}

.btn-outline-violet:hover {
    color: #fff !important;
    border-color: var(--darkviolet) !important;
    background-color: var(--darkviolet) !important;
    /* box-shadow: 0px 0px 5px 0px var(--yellow); */
}

/* Toggle Button */

/* <label class="toggle-switch" for="ToggleNotification">
<input type="checkbox" class="" id="ToggleNotification" name="ToggleNotification">
<div class="toggle-switch-background">
  <div class="toggle-switch-handle"></div>
</div>
</label> */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    cursor: pointer;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #ccc;
    transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -30px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    text-shadow: 1px 1px #fff;
    transition: color 0.3s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-handle {
    transform: translateX(45px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-background {
    background-color: #05c46b;
    box-shadow: inset 0 0 0 2px #04b360;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch:before {
    content: "On";
    color: #05c46b;
    right: -15px;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-background .toggle-switch-handle {
    transform: translateX(25px);
}

/* Multiple Select Library */

.select2-container--default .select2-selection {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    min-height: 36px;
    font-size: 14px;
    color: var(--dark);
    position: relative;
    padding: .275rem 2.25rem .375rem .75rem;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple:before {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 13px;
    transform: translateY(-50%);
    color: var(--dark);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: var(--dark2);
    background-color: #EEF6FF70;
    border: 0.5px solid var(--blue);
    outline: 0;
    box-shadow: 0 0 0 0rem #3454a415 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    /* -webkit-appearance: textfield; */
    color: var(--dark);
    margin: 0;
    font-size: 14px;
    font-family: 'DM Sans';
    cursor: pointer;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: var(--dark);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
    background-color: var(--lightblue1);
    border: 1px solid var(--lightblue2);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid var(--lightblue2);
    color: var(--darkblue);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: var(--lightblue2);
    color: var(--darkblue2);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    background-color: transparent;
    font-size: 14px;
}

/* Modal Global CSS */

.modal-title {
    display: flex;
    align-items: center;
    color: var(--darkblue);
    gap: 10px;
}

/* Admin Dashboard Designing */

#header.header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    box-shadow: none;
    background-color: var(--orange) !important;
    height: auto;
    padding-left: 300px !important;
    z-index: 900;
}

.sidebar {
    top: 0px;
    width: 280px;
    transition: all 0.5s;
    box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
}

.sidebar .sidebar-nav .index-icon .small-icon {
    display: none;
}

.sidebar .sidebar-nav .nav-link.collapsed {
    color: var(--dark);
    font-weight: 400;
    background: #fff;
    transition: all 0.3s;
}

.sidebar .sidebar-nav .nav-link.collapsed:hover {
    color: var(--dark2);
    background: rgba(199, 199, 199, .25);
    font-weight: 500;
}

.sidebar .sidebar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--light);
    transition: all 0.3s;
    background: var(--orange);
    padding: 10px 15px;
    margin: 5px 0px;
    border-radius: 4px;
    width: 100%;
    /* box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1), 4px 4px 15px -5px rgba(232, 204, 21, 0.4) !important; */
}

.sidebar .sidebar-nav .nav-link.collapsed .icon i {
    color: var(--grey);
}

.sidebar .sidebar-nav .nav-link.collapsed:hover .icon i {
    color: var(--orange);
}

/* .sidebar .sidebar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 90%;
    background-color: var(--blue);
    border-radius: 4px;
}

.sidebar .sidebar-nav .nav-link.collapsed::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 0%;
    background-color: var(--blue);
    border-radius: 4px;
    transition: all 0.4s;
}

.sidebar .sidebar-nav .nav-link.collapsed:hover::before {
    height: 90%;
} */

#main,
#footer {
    left: 0;
    right: auto;
    position: relative;
    transition: all 0.5s;
}

#footer {
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    position: fixed;
    transition: all 0.5s;
}

/* Mobile Sidebar close btn Css */

.mobile-sideclose {
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    text-align: center;
}

/* Profile Popup */

.header .dropdown-menu.profile {
    min-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.header-nav .profile .dropdown-item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

/* .header .dropdown-menu.profile .icon i {
    height: 10px;
    font-size: 14px;
} */

.header .header-nav .profile .dropdown-item span,
.header .header-nav .profile .dropdown-item i {
    color: var(--dark2);
    font-size: 14px;
    opacity: 0.7;
}

.header .header-nav .profile .dropdown-item:hover span,
.header .header-nav .profile .dropdown-item:hover i {
    color: var(--darkorange);
    opacity: 1;
}

.header .header-nav .profile .dropdown-item:hover {
    background-color: var(--light);
}

.header .dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    padding: 10px 20px;
}

@media (max-width: 1199px) {

    .header,
    #main {
        width: 100% !important;
    }

    #main {
        margin-top: 60px;
        left: 0px !important;
    }

    #header.header {
        padding-left: 10px !important;
    }

    .sidebar {
        top: 0px;
        width: 100%;
        z-index: 1000;
        transition: all 0.5s;
        /* box-shadow: none; */
    }

}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer,
    .toggle-sidebar #header.header {
        padding-left: 110px !important;
    }

    .toggle-sidebar .sidebar {
        left: 0px;
        width: 90px;
        padding: 0px 18px;
    }

    .toggle-sidebar .sidebar .sidebar-nav .nav-item.applogo {
        padding: 0px;
    }

    .toggle-sidebar .sidebar .nav-link {
        padding: 15px;
        justify-content: center;
    }

    .toggle-sidebar .sidebar .nav-link .icon,
    .toggle-sidebar .sidebar .nav-link .icon i {
        margin: 0 !important;
        padding: 0 !important;
        color: var(--light);
    }

    .toggle-sidebar .sidebar .nav-link span {
        display: none;
    }

    .toggle-sidebar .sidebar .nav-link i.bi.bi-chevron-down {
        font-size: 10px;
        display: none;
    }

    .toggle-sidebar .sidebar .nav-item ul.nav-content {
        display: none;
    }

    .toggle-sidebar .sidebar .sidebar-nav .index-icon .small-icon {
        display: block;
    }

    .toggle-sidebar .sidebar .sidebar-nav .index-icon .main-icon,
    .toggle-sidebar .sidebar .nav-heading {
        display: none;
    }

}

/* Badge */

.badge {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 5px;
    white-space: nowrap;
}

.large-badge {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 14px;
    font-weight: 450;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
}

.badge.green,
.large-badge.green {
    background-color: var(--lightgreen);
    color: var(--green);
}

.badge.yellow,
.large-badge.yellow {
    background-color: var(--lightyellow2);
    color: var(--yellow);
}

.badge.red,
.large-badge.red {
    background-color: var(--lightred);
    color: var(--red);
}

.badge.orange,
.large-badge.redorange {
    background-color: var(--lightorange);
    color: var(--orange);
}

.badge.violet,
.large-badge.violet {
    background-color: var(--lightviolet);
    color: var(--violet);
}

.badge.blue,
.large-badge.blue {
    background-color: var(--lightblue2);
    color: var(--blue);
}


/* Global Dropdowns */

.menu .dropdown-menu-arrow::before {
    display: none;
}

.menu ul.dropdown-menu {
    padding: 0px;
}

.menu .dropdown-menu .dropdown-item:hover {
    background-color: var(--light);
    position: relative;
    color: var(--darkorange) !important;
    opacity: 1;
}

/* Hover dropitem Before */

.menu .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    display: none;
    background-color: var(--orange);
    transition: all 0.3s;
}

.menu .dropdown-menu .dropdown-item:hover::before {
    display: block;
}

/* Hover drop-item Orange, black icon Change */

.menu .dropdown-menu .dropdown-item:hover>img.black-icon {
    display: none;
}

.menu .dropdown-menu .dropdown-item:hover>img.orange-icon {
    display: block;
}

/* Data Tables */

.table-responsive table tr>th:first-child,
.table-responsive table tr>td:first-child {
    min-width: 50px;
    width: 50px;
    text-align: center;
}

.table-responsive table th,
.table-responsive table td {
    min-width: 120px;
    padding: 10px !important;
    font-size: 13px;
    font-weight: 450;
    background-color: #f1f1f1 !important;
    white-space: nowrap;
}

.table-responsive table td {
    background-color: #fff !important;
    vertical-align: middle;
    font-size: 14px;
}

.table-responsive.DataTable .dt-length,
.table-responsive.DataTable .dt-search {
    display: none;
}

.table-responsive.DataTable .dt-layout-cell .dt-paging nav {
    display: flex;
    gap: 8px;
}

.dt-length label,
.dt-search label {
    margin: 6px;
    font-size: 1px;
    font-weight: 300;
    color: var(--dark);
}

div.dt-container .dt-input {
    border: 0.5px solid var(--grey);
}

.dt-layout-cell .dt-info {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 320;
    color: var(--dark);
}

div.dt-container select.dt-input {
    color: var(--dark);
    font-size: 14px;
    padding: 5px 8px;
}

div.dt-container .dt-search input {
    border: 0.5px solid rgba(37, 36, 36, 0.5);
    border-radius: 5px;
    color: rgba(37, 36, 36, 1);
    margin-left: 5px;
}

div.dt-container .dt-search input:focus {
    box-shadow: 0 0 0 .25rem rgba(243, 119, 50, .1) !important;
    border-color: var(--lightblue3);
}

table thead th,
table.dataTable thead th,
table.dataTable thead th b,
table.dataTable tfoot th {
    font-weight: 650;
    font-size: 14px;
    color: var(--darkblue2) !important;
    text-align: left !important;
    white-space: nowrap;
    vertical-align: middle;
    padding-bottom: 5px;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td,
table>thead>tr>th,
table>thead>tr>td {
    padding: 15px 10px 5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--lightblue1) !important;
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
    padding: 12px 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
    vertical-align: middle;
    text-align: left !important;
    background-color: transparent;
    min-width: 150px;
}

table.dataTable>tbody>tr>td a {
    display: block;
}

table>tbody>tr>td ul.AddOns {
    padding-left: 15px;
}

table>tbody>tr>td ul li.AddOn {
    position: relative;
}

table>tbody>tr>td ul li.AddOn::before {
    content: "\f111";
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    color: var(--blue);
    font-size: 6px;
}

.dt-paging-button.first,
.dt-paging-button.last {
    display: none !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
    color: var(--light) !important;
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: var(--blue) !important;
    background-color: var(--lightblue2) !important;
    border-color: var(--lightblue2) !important;
}

div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-paging .dt-paging-button.disabled {
    color: var(--dark) !important;
    transition: all 0.3s;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    color: var(--blue) !important;
    background: var(--lightblue2) !important;
    border-color: var(--lightblue2) !important;
}

.table {
    --bs-table-hover-bg: #ebeef685;
}

div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

div.dt-container div.dt-layout-row .dt-layout-start,
div.dt-container div.dt-layout-row .dt-layout-end {
    transform: scale(0.9);
}

.table-responsive::-webkit-scrollbar {
    height: 10px !important;
    /* Set width of the scrollbar */
    /* Set cursor to pointer when hovering over the scrollbar */

}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #ff9e27 !important;
    /* Set scrollbar color */
    border-radius: 10px;
    height: 10px !important;
    padding: 0px;
    cursor: pointer;
    /* Rounded corners */
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
    /* Set scrollbar track color */
}

/* Custom Toast CSS */

.Customtoast {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 350px;
    background: #fff;
    color: var(--dark);
    padding: 15px 20px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    border-left: 5px solid;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 999999;
    animation: slideIn 0.3s ease-out;
}

.Customtoast::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2.5px;
    animation: grow 3s linear;
    transition: all 0.3s;
}

.Customtoast .toast-content p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.Customtoast .toast-close {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.fadeout {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Toast coloing */
/* Toast Blue */

.Customtoast.blue {
    border-color: var(--blue);
}

.Customtoast.blue::after {
    background-color: var(--blue);
}

.Customtoast.blue .toast-icon i {
    font-size: 20px;
    color: var(--blue);
}

/* Toast Dark Blue */

.Customtoast.darkblue {
    border-color: var(--darkblue);
}

.Customtoast.darkblue::after {
    background-color: var(--darkblue);
}

.Customtoast.darkblue .toast-icon i {
    font-size: 20px;
    color: var(--darkblue);
}

/* Toast Green */

.Customtoast.green {
    border-color: var(--green);
}

.Customtoast.green::after {
    background-color: var(--green);
}

.Customtoast.green .toast-icon i {
    font-size: 20px;
    color: var(--green);
}

/* Toast Yellow */

.Customtoast.yellow {
    border-color: var(--yellow);
}

.Customtoast.yellow::after {
    background-color: var(--yellow);
}

.Customtoast.yellow .toast-icon i {
    font-size: 20px;
    color: var(--yellow);
}

/* Toast Red */

.Customtoast.red {
    border-color: var(--red);
}

.Customtoast.red::after {
    background-color: var(--red);
}

.Customtoast.red .toast-icon i {
    font-size: 20px;
    color: var(--red);
}

/* Toast Black */

.Customtoast.dark {
    border-color: var(--dark);
}

.Customtoast.dark::after {
    background-color: var(--dark);
}

.Customtoast.dark .toast-icon i {
    font-size: 20px;
    color: var(--dark);
}

/* Toast Grey */

.Customtoast.grey {
    border-color: var(--grey);
}

.Customtoast.grey::after {
    background-color: var(--grey);
}

.Customtoast.grey .toast-icon i {
    font-size: 20px;
    color: var(--grey);
}

@keyframes grow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-25px) translateX(25px);
        opacity: 0;
    }

    to {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

.year-card {
    border: 1px solid var(--grey3);
    box-shadow: none !important;
}

.year-card:hover {
    border-color: var(--orange);
    box-shadow: 0 0 10px rgba(52, 84, 164, 0.1);
    cursor: pointer;
}

.returnfiling-pages {
    list-style: none;
}

.returnfiling-pages .page a {
    padding: 12px 24px;
    border-radius: 8px;
    color: var(--dark);
    background: rgba(199, 199, 199, .25);
    text-decoration: none;
    transition: all 0.4s;
}

.returnfiling-pages .page.active a,
.returnfiling-pages .page a:hover {
    background: #ff9e27;
    color: #fff;
}

.return-filing .table td .form-control {
    font-size: 12px;
    border-color: #ebedf2;
    padding: 6px;
    height: inherit !important;
    min-width: 60px;
}

.return-filing .table td select {
    position: relative;
    width: max-content;
}

.return-filing .table td select:before {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 13px;
    transform: translateY(-50%);
    color: var(--dark);
}

.return-filing .table td.tradename,
.return-filing .table td.name {
    min-width: 150px;
    word-wrap: break-word;
    white-space: normal;
}

.return-filing .table td.gstn {
    width: 150px;
}

.return-filing .table td,
.return-filing .table th {
    font-size: 12px;
    border: 1px solid #d6d6d6 !important;
    border-color: #d6d6d6 !important;
    padding: 10px 8px !important;
    height: max-content;
    vertical-align: middle !important;
    min-width: max-content;
    /* text-align: center !important; */
}

/* Dashboard */

main.dashboard .info-box {
    height: 150px;
}

main.dashboard .info-box .box-icon {
    padding: 14px;
    top: 12px;
    right: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}


.custom-pagination nav .flex.justify-between.flex-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.custom-pagination nav .flex.justify-between.flex-1 span span,
.custom-pagination nav .flex.justify-between.flex-1 span button {
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: 40px;
    color: var(--dark);
    background-color: var(--lightblue1);
    border: 0.5px solid var(--grey3);
    transition: all 0.3s;
    white-space: nowrap;
}

.custom-pagination nav .flex.justify-between.flex-1 span span:hover,
.custom-pagination nav .flex.justify-between.flex-1 span button:hover {
    border-color: var(--blue) !important;
    color: var(--blue) !important;
    cursor: pointer;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    flex-direction: row;
    display: flex;
    gap: 20px;
    align-items: center;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:first-child p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--dark);
    text-align: center;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span span.inline-flex,
.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span button.inline-flex {
    padding: 8px 20px !important;
    margin: 2px 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--dark);
    background-color: var(--lightblue1);
    border: 0.5px solid var(--grey3);
    transition: all 0.3s;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span span.inline-flex:hover,
.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span button.inline-flex:hover {
    border-color: var(--blue) !important;
    color: var(--blue) !important;
    cursor: pointer;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child>span:first-child {
    margin-right: 5px;
    box-shadow: none !important;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span[aria-current="page"] span.inline-flex {
    background-color: var(--lightblue1) !important;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span:first-child span span.inline-flex {
    margin-right: 5px;
}

.custom-pagination nav .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child span:first-child svg {
    height: 15px;
}

/* Return Filing */

.return-filing .add-year .checkbox+label,
.return-filing .add-year .checkbox {
    cursor: pointer;
}

/* GST Status Select Styling */
.gst-status-filed {
    background-color: #31ce3610 !important;
    border-color: var(--green) !important;
    color: var(--green) !important;
    font-weight: 600;
}

.gst-status-na {
    background-color: #EFB31910 !important;
    border-color: var(--yellow) !important;
    color: var(--yellow) !important;
    font-weight: 600;
}

.gst-status-expiry {
    background-color: #f2596110 !important;
    border-color: var(--red) !important;
    color: var(--red) !important;
    font-weight: 600;
}

.gst-status-default {
    background-color: #f8f9fa !important;
    border-color: var(--grey3) !important;
    color: var(--dark) !important;
    font-weight: 400;
}

/* GST Status Select Focus States */
.gst-status-filed:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 206, 54, 0.25) !important;
    border-color: var(--green) !important;
}

.gst-status-na:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 179, 25, 0.25) !important;
    border-color: var(--yellow) !important;
}

.gst-status-expiry:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 89, 97, 0.25) !important;
    border-color: var(--red) !important;
}

.gst-status-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    border-color: #80bdff !important;
}

/* GST Status Select Hover States */
.gst-status-filed:hover {
    background-color: #31ce3620 !important;
    border-color: var(--green) !important;
}

.gst-status-na:hover {
    background-color: #EFB31920 !important;
    border-color: var(--yellow) !important;
}

.gst-status-expiry:hover {
    background-color: #f2596120 !important;
    border-color: var(--red) !important;
}

.gst-status-default:hover {
    background-color: #e9ecef !important;
    border-color: var(--grey3) !important;
}

option {
    color: #000000;
    background: #ffffff;
}

/* Dashboard User Files Styles */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-info {
    min-width: 0;
}

.file-info .fs-15 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Updated CSS 11-8-2025 */

.return-filing .add-year .checkbox+label,
.return-filing .add-year .checkbox {
    cursor: pointer;
}

.bi-copy {
    margin: 0px 8px;
    font-size: 10px;
}

.bi-copy:hover {
    cursor: pointer;
    color: var(--darkorange);
}

.activities-paged div {
    width: 100%;
}

.pagination {
    margin: 0;
    justify-content: end;
}

.pagination .page-item button {
    color: #000;
    font-size: 14px;
    transition: all 0.3s;
}

.pagination .page-item button:hover {
    background-color: #ffe1bd;
    border-color: #ffe1bd;
}

.pagination .page-item:first-child span,
.pagination .page-item:last-child span {
    background-color: #ff9e27;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s;
}

.pagination .page-item:first-child button:hover,
.pagination .page-item:last-child button:hover {
    background-color: #ff9e27;
    border-color: #ff9e27;
}

.pagination .page-item.disabled span {
    background-color: #e9e9e9;
    color: #000;
    font-size: 14px;
}

.pagination .page-item.active span {
    font-size: 14px;
    background-color: #ff9e27;
    border-color: #ff9e27;
}

.pagination .page-item.active span:focus,
.pagination .page-item button:focus {
    box-shadow: none;
}

.index-sheet .nav.nav-tabs li .nav-link,
.tickets .nav.nav-tabs li .nav-link {
    padding: 12px 24px;
    border-radius: 8px;
    color: var(--dark);
    background: rgba(199, 199, 199, .25);
    text-decoration: none;
    border: none;
    transition: all 0.4s;
}

.index-sheet .nav.nav-tabs li .nav-link:hover,
.index-sheet .nav.nav-tabs li .nav-link.active,
.tickets .nav.nav-tabs li .nav-link:hover,
.tickets .nav.nav-tabs li .nav-link.active {
    background-color: #ff9e27;
    color: #fff;
}