﻿:root {
    --company-text:; /*Card BG, Primary Button Text, etc.*/
    --company-bodytext:; /*Body Text, Input Box user entered texts, Label values, etc.*/
    --company-labelheading:; /*Label heading, Icons, input control borders, etc.*/
    --company-primary:; /*Header BG, Heading, Menu Items, Button texts, primary button bg etc.*/
    --company-accent:; /*Accent Color for notifications, menu indicators etc */
    --company-secondary:; /*Seconfary button bg, table header bg, menu highlight etc. */
    --company-pagebackground:; /* Page Background*/
    --company-placeholdertext:; /* Placeholder texts, file upload desc, etc.*/
    --company-popupmask:; /* Popup Mask*/
    --company-tableborder:; /* Table Border*/
    --company-statusindicatorsuccess:; /* Status Indicator - Green*/
    --company-statusindicatorerror:; /*Status indicator - Red */
    --company-statusindicatorgeneral:; /* Status indicator - Black*/
    --company-statusindicatorwarning:; /*Status indicator - Amber */
    --company-validationwarning:; /* Validation: Warning*/
    --company-validationerror:; /* Validation: Error*/
    --company-validationsuccess:; /* Validation: Success*/
    --Default-font: 'Inter','Nunito Sans', sans-serif;
}

html {
    min-height: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0px !important;
    color: #555555;
    background: #F4F4F4;
    font-family: var(--Default-font);
    font-size: 14px;
}

section {
    position: relative;
    padding: 90px 0;
}

:root {
    --Theme: var(--company-primary);
    --MainTheme: #193253;
    --SecondaryTheme: #2F4968; /* text,background*/
    --TableHeaderTheme: #E7EEF4;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 16px 16px transparent;
    border: solid 4px transparent;
    margin: 8px 0;
}

*::-webkit-scrollbar-thumb {
    border: solid 2px transparent;
    border-radius: 16px;
    box-shadow: inset 0 0 16px 16px var(--Theme);
}

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1500px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4D5656;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
}

p,
ul li {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 0;
}

a {
    position: relative;
    text-decoration: none;
    /*color: var(--Theme) !important;*/
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #CDCDCD !important;
}

.transition {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

::-ms-reveal {
    display: none;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-28 {
    font-size: 28px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}


.fw-700 {
    font-weight: 700;
}

.c-white {
    color: #ffffff !important;
}

.c-black {
    color: #000000 !important;
}

.c-blue {
    color: var(--Theme) !important;
}

.c-gray {
    color: #222222 !important;
}

.c-darkgray {
    color: #555555 !important;
}

.c-lightgray {
    color: #BABABA !important;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.hidden {
    display: none;
}

.no-border {
    border: 0 none !important;
}

.divider {
    height: 2px;
    background: #D3D3D3;
}

.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.top-bar {
    background: var(--Theme);
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    height: 12px;
}

.HeaderColor {
    color: var(--company-primary);
}

[data-tippy-root] {
    white-space: normal;
    word-wrap: break-word;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* Login Wrapper */
.login-wrapper {
    width: 435px;
    background: #FFFFFF;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 50px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.daterangepicker .drp-buttons .btn {
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    box-shadow: none;
}

.daterangepicker {
    z-index: 31 !important;
}

.logo {
    width: 120px;
    margin: 0 auto 60px;
}

.page-wrapper .navbar {
    background: #ffffff;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.13);
    height: 65px;
    margin-bottom: 20px;
}

.enquiry-page-wrapper .navbar {
    background: #ffffff;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    height: 65px;
    margin-bottom: 20px;
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.13);
}

.navbar-brand {
    border-right: 1px solid lightgrey;
    padding-right: 20px;
    width: 130px;
}

.user-icon {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.nav-divider::after {
    content: " ";
    width: 1px;
    background: lightgrey;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
}

.splitter {
    border-bottom: 1px solid #888888;
}

#logContainer {
    margin-top: 5px;
}

.main-menu {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 5px 0;
    min-height: calc(100vh - 260px);
    padding-bottom: 10px;
}

    .main-menu ul {
        margin: 0;
        padding: 0;
    }

        .main-menu ul li {
            list-style: none;
            padding: 0;
            position: relative;
        }

            .main-menu ul li a {
                padding: 8px 0;
                display: block;
                margin: 0 20px;
            }


.sidemenu-margin.active::after {
    right: 0 !important;
}

.menu-anchor.active::after {
    content: " ";
    width: 5px;
    height: 39px;
    background: #5B6AC0;
    display: inline-block;
    vertical-align: middle;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 0;
    right: -20px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
}

.main-menu ul li ul li.active {
    background: var(--Theme);
}

    .main-menu ul li ul li.active a::before {
        background: #ffffff;
    }

.daterangepicker.show-calendar .drp-buttons {
    display: block !important;
}

.user-profile {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 30px;
    border-radius: 4px;
}


@supports (display: grid) {
    .image-stack {
        display: grid;
        width: 80px;
        margin: auto;
    }

    .image-profile-pic-bottom {
        grid-column: 4 / -1;
        grid-row: 1;
    }

    .image-profile-pic-top {
        grid-row: 1;
        grid-column: 2 / span 1;
        padding-top: 50px;
        right: -60px;
    }
}

.select-bottom-only {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme);
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/Loader.gif') 50% 50% no-repeat;
}

body.loading .loader {
    overflow: hidden;
}

body.loading .loader {
    display: block;
}

/* Snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: var(--company-primary);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3s;
        animation: fadein 0.5s, fadeout 0.5s 3s;
    }

    #snackbar.show-red {
        visibility: visible;
        background-color: #dc3545;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #snackbar.show-warn {
        visibility: visible;
        background: #fd7e14;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.notifier {
    position: relative;
    display: inline-block;
}

.bell {
    cursor: pointer;
    transition: 0.3s;
}

    .bell:hover > svg *,
    .bell:hover {
        fill: #24419e;
    }

.badge {
    position: absolute;
    top: -5px;
    left: 24px;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    font-size: x-small;
    font-family: 'Nunito Sans', sans-serif;
    background: #24419e;
    color: #fff;
    border-radius: 11px;
    white-space: nowrap;
}

.notifier.new .badge {
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    40% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.3, 1.3, 1.3);
    }

    55% {
        transform: scale3d(1, 1, 1);
    }

    60% {
        transform: scale3d(1.3, 1.3, 1.3);
    }

    65% {
        transform: scale3d(1, 1, 1);
    }
}

#scroll_to_top_btn {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 40px;
    padding: 8px;
    border-radius: 50%;
    box-shadow: -3px 7px 40px -21px rgba(0,0,0,1);
    background-color: var(--Theme);
    display: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999999;
    opacity: 0.5;
}

    #scroll_to_top_btn i {
        font-size: 30px;
        color: white;
    }

    #scroll_to_top_btn:hover {
        opacity: 1;
    }

    #scroll_to_top_btn > img {
        width: 100%;
        height: 100%;
    }

.gp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gp-expand-btn[aria-expanded='false'] {
    transform: rotate(180deg);
}

.gp-bottom {
    margin: 10px 0;
    border-bottom: 1px solid #A3A3A3;
}

.gp-br {
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: darkgray;
    display: flex;
    align-items: center;
}

.gp_tb_head {
    background: #757575 !important;
}

.gp_tb_body .d-flex .gp-br:last-child {
    border-right: 1px solid #5B5B5B;
}

.gp_comments {
    display: flex;
    justify-content: space-between;
    flex: 1;
    gap: 25px;
    align-items: flex-start;
}

    .gp_comments .sp_shift_comments, .gp_comments .sp_comment_box {
        width: 100%;
    }

.gp_edit_select {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: none;
    color: black;
}

    .gp_edit_select option {
        font-size: 14px;
    }

    .gp_edit_select:disabled {
        appearance: none;
    }

.gp_ip_remarks:disabled {
    border: none !important;
    font-size: 14px !important;
}

.gp_select_usrp:disabled {
    appearance: none;
}

.gp_select_usrp {
    border: none;
    font-size: 14px !important;
    color: black;
}

.nav-tabs {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoimg {
    width: 120px;
    height: 60px;
    object-fit: contain;
}

.filter-header {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0 12px 0;
    margin: 0 20px;
    color: #000000 !important;
}

.filter-label {
    font-weight: 500;
    font-size: 12px;
    padding: 8px 0 12px 0;
    margin: 0 20px;
}

.filter-text {
    font-weight: 400;
    font-size: 12px;
}

#logo-img {
    object-fit: cover;
    width: 50%;
    height: auto;
}

.menu-input {
    width: inherit;
    height: 100%;
}

.add-menu {
    background: var(--Theme);
    border: 1px solid white;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

    .add-menu:hover {
        background: var(--Theme);
        border: 1px solid white;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.06);
        cursor: pointer;
    }

.b-o-gray {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.check-box-group {
    display: flex;
}

.menu-delete {
    font-size: 25px;
    margin: 0 0 0 10px;
    color: red;
}

.menu-save {
    font-size: 25px;
    margin: 0 0 0 10px;
    color: green;
}

.menu-edit {
    font-size: 25px;
    margin: 0 0 0 10px;
    color: rgb(0 168 213);
}

.menu-cancel {
    font-size: 25px;
    margin: 0 0 0 10px;
}

.menu-image {
    font-size: 25px;
    margin: 0 0 0 10px;
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.2);
}


.menu-select {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
}

    .menu-select:disabled {
        color: black !important;
    }

.menu-checkbox {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid var(--Theme);
    border-radius: 5px;
}

    .menu-checkbox:checked {
        background: var(--Theme);
    }

    .menu-checkbox:hover {
        filter: brightness(90%);
    }

    .menu-checkbox:after {
        content: '';
        position: relative;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

    .menu-checkbox:checked:after {
        display: block;
        color: white;
    }

.menu-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-role {
    min-width: 55px;
}

.menu-action {
    min-width: 120px;
}

.navigation-header {
    position: -webkit-sticky;
    /* position: sticky;*/
    top: 0;
    display: block;
    z-index: 100;
}

.sticky-first {
    left: 0;
}

.sticky-second {
    left: 100px;
}

.navigation-header > div {
    text-transform: uppercase;
    font-size: 13px;
}

.menu-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.widget-line {
    margin-top: 10px;
    border-left: 1px solid darkgray;
}

.Enquiry-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    color: var(--Theme);
}

#toggleBtn {
    width: 30px;
    height: 30px;
    background: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
}

.menu-anchor {
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
}

.text-overflow-wrap {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidemenu-toggle-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-left-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.vertical-seperator {
    width: 2px;
    height: 15px;
    margin: 0 1px;
    background: #BFBCBC;
}

#navbar-warapper .vertical-seperator {
    width: 2px;
    height: 30px;
    background: #BFBCBC;
}

.navbar-brand-logo {
    width: 100px;
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.menu-anchor-border {
    border-bottom: 1px solid #B5B5B5;
}

.menu-anchor:has(~.list-unstyled.collapse.show ) {
    border: none;
}

.drag {
    display: none;
    font-size: 30px;
    font-weight: 600;
    background: rgba(0, 255, 0, 1);
}

.input-group-append {
    cursor: pointer;
}

.spinner-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur();
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 8px solid lightgrey;
    border-top: 8px solid var(--Theme);
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Dropdown*/
.dropdown-item.active, .dropdown-item:active {
    color: #24419e !important;
    text-decoration: none;
    background-color: transparent !important;
}

.dropdown-toggle:hover {
    color: black !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: black;
}

.dropdown-toggle {
    color: #212529;
    background-color: transparent !important;
    border-color: #ced4da;
}

.dropdown-menu.show {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1 !important;
}



/*
Gokul CSSS*/
.PageHeader {
    color: var(--MainTheme);
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
}

.main-content {
    margin-left: 335px;
    padding: 20px;
    background: var(--company-pagebackground);
    overflow-y: auto;
}

    .main-content::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.Theme-Text {
    color: var(--MainTheme);
}

.systemPrimaryIcons {
    width: 18px;
    height: 18px;
}

.systemSecondaryIcons {
    width: 22px ;
    height: 22px;
}

.PrimaryTextColor {
    color: var(--company-primary);
}

.secondaryButtonbg {
    background: var(--company-secondary-button-bg);
}

.Subtitle1 {
    color: var(--company-labelheading);
    font-family: var(--Default-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.Subtitle2 {
    color: var(--company-labelheading);
    font-family: var(--Default-font);
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
}

th.textCenter.sorting.sorting_asc {
    color: var(--company-primary);
}

.nav-item .nav-link.body-taps {
    gap: 8px;
    border-radius: 100px;
    font-weight: 600;
    background: #E7EEF4;
    margin-left: 5px;
    color: var( --company-labelheading);
}
/*Home Section */
.HomeCard, .HomeListCard {
    height: 80px;
    border-radius: 4px;
    gap: 16px;
    padding: 16px;
    border: 2px solid var(--company-placeholdertext);
    cursor: pointer;
    background: var(--company-secondary);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.HomeListCard {
    width: auto;
    height: 500px;
    overflow-y: auto;
    color: var(--company-labelheading);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.HomeCardText {
    font-family: var(--Default-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: var(--company-labelheading);
}

.Homelist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

    .Homelist-item::after {
        content: '•'; /* Circle dot */
        color: black; /* Dot color */
        display: inline-block;
        margin-left: 8px; /* Space between text and dot */
    }
/*Home Section */

.PageTitle {
    font-family: var(--Default-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 130%;
    vertical-align: middle;
    color: var(--company-primary);
    width: 105%;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: none;
}

.nav-tabs button.nav-link {
    color: var(--company-labelheading);
    font-size: 16px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.formButton {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter";
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 118px;
    height: 40px;
    border-radius: 4px;
    gap: 8px;
    border: none;
    width: max-content;
}

.buttonList {
    padding-top: 20px;
    justify-content: center;
}

.fileDragbox {
    width: 100%;
    padding-top: 20px;
}


/*Components Css Start*/
.custom-input-group {
    background: #ffffff;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid var(--company-labelheading);
    padding: 8px;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-range-input {
    flex: 1;
    border: none !important;
    outline: none;
    background: transparent;
    padding-left: 5px;
    padding-right: 5px;
    font-family: var(--Default-font);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 130%;
}

.custom-input-group:hover {
    box-shadow: 0px 0px 0px 2px var(--company-placeholdertext) !important;
    border-color: var(--company-primary) !important;
}

.custom-input-group:focus-within {
    box-shadow: 0px 0px 0px 4px var(--company-placeholdertext) !important;
    border-color: var(--company-primary) !important;
    border-left: none !important;
    border-right: none !important;
}
/* Disabled Field Styling */
.date-range-input:disabled, .custom-input-group.disabled {
    background-color: var(--company-text) !important;
    color: var(--company-bodytext) !important;
    cursor: not-allowed;
    opacity: 0.6;
}
/*Components Css End*/

.custom-input-group {
    background: #ffffff;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid var(--company-labelheading);
    padding: 8px;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-range-input {
    flex: 1;
    border: none !important;
    outline: none;
    background: transparent;
    padding-left: 5px;
    padding-right: 5px;
    font-family: var(--Default-font);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 130%;
}

.custom-input-group:hover {
    box-shadow: 0px 0px 0px 2px var(--company-placeholdertext) !important;
    border-color: var(--company-primary) !important;
}

.custom-input-group:focus-within {
    box-shadow: 0px 0px 0px 4px var(--company-placeholdertext) !important;
    border-color: var(--company-primary) !important;
    border-left: none !important;
    border-right: none !important;
}
/* Disabled Field Styling */
.date-range-input:disabled, .custom-input-group.disabled {
    background-color: var(--company-text) !important;
    color: var(--company-bodytext) !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.componentsProps {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    padding-left: 60px;
}

.btnProps {
    display: flex;
    justify-content: center;
}

.widthHeader {
    width: 100%;
}

@@media (max-width: 768px) {
    .custom-table-wrapper {
        overflow-x: auto;
    }

    .mobile-table-wrapper {
        display: block;
        height: auto;
    }

    .custom-table-wrapper {
        display: none;
    }

    .componentsProps {
        display: flex;
        align-items: center;
        justify-content: flex-end !important;
        padding-left: 0px;
    }

    .side-filter-button {
        padding-bottom: 6px;
        padding-top: 6px;
        justify-content: end;
    }
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.back-icon {
    width: 18px;
    height: 18px;
}

.icon18x18 {
    width: 18px;
    height: 18px;
}

.back-btn:hover {
    color: #007bff; /* Change color on hover */
}

.icon-white {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    filter: invert(100%) sepia(100%) saturate(0%) brightness(100%) contrast(100%);
}


.icon {
    width: 20px;
    height: 20px;
}

.icon-primary {
    filter: none;
    fill: var(--company-primary);
}

.formButton {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter";
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 118px;
    height: 40px;
    border-radius: 4px;
    gap: 8px;
    border: none;
    width: max-content;
}

.buttonList {
    padding-top: 20px;
    justify-content: center;
}

.access-denied {
    padding: 60px 20px;
    text-align: center;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
}

    .access-denied img {
        max-width: 140px;
    }


/*    select choice x-ms-webview position form singlw pickr*/
.select2-selection__rendered {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem; /* optional spacing between text and × */
}

.select2-selection__clear {
    order: 1; /* Move clear button after the text */
    margin-left: 8px; /* Optional: spacing from text */
    cursor: pointer;
    color: #999;
}

.select2-selection__rendered::before {
    order: 0; /* Ensure text comes first */
}


/*Error message*/
.error-message {
    font-family: var(--Default-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--company-validationerror);
    margin-top: 10px;
}

.has-error {
    border: 1px solid var(--company-validationerror) !important;
    border-radius: 4px !important;
}


/*aside menu toggle code*/

.arrow {
    transition: transform 0.3s ease;
    font-size: 25px;
}

.rotate {
    transform: rotate(180deg);
}


.sub-menu {
    display: none;
}

.sidebar-main-menu.showMenu .sub-menu {
    display: flex;
}

.menu-toggle {
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .menu-toggle.rotate {
        transform: rotate(180deg);
    }

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 335px;
    height: 100vh;
    background: #fff;
    transition: transform 0.3s ease;
    transform: translateX(-100%); /* hidden by default */
    z-index: 1000;
}

    .sidebar.open {
        transform: translateX(0);
    }

.main-content {
    padding: 20px;
    background: var(--company-pagebackground);
    overflow-y: auto;
    transition: margin-left 0.3s ease;
    margin-left: 0; /* full width when sidebar closed */
}

body.sidebar-open .main-content {
    margin-left: 370px; /* space for sidebar when open */
}

div#cmp-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sidemenu-btn {
    color: var(--company-text) !important;
    font-size: 40px;
    margin-right: 20px;
}
/*aside menu toggle code*/
.cursor-pointer {
    cursor: pointer !important;
}
