@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oxygen:wght@300;400;700&family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ADB3BC !important;
}

.modal .error {
    bottom: 0;
}

body {
    overflow: hidden;
    font-family: DM Sans !important;
    color: #0C071E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DM Sans !important;
}

a {
    text-decoration: none !important;
}

a,
button,
input,
select {
    outline: none !important;
}

input:focus,
textarea:focus {
    outline: none;
}

p {
    margin-bottom: 10px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: inline-block;
    object-fit: contain;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.mt-40 {
    margin-top: 40px !important;
}

.right-container-body {
    display: flex;
    float: left;
    width: 100%;
    padding: 0px 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.dropdown-menu li a.active {
    background: #066579 !important;
}

ul.dropdown-menu li a.active span.text.text-menu {
    color: #fff !important;
}

ul.dropdown-menu li a.active span.text.text-menu svg circle {
    fill: #fff;
}

/*login page section*/
.login-section {
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
}

.login-left-column {
    display: flex;
    float: left;
    width: 60%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #066579;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.login-left-column:before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -20px;
    background-position: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0px 33px 25px 0 #fff, inset 0 99px 5px 0px #fff !important;
}

.login-welcome-wrapper {
    float: left;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input#email::placeholder {
    font-size: 17px !important;
}

.input-column.input-password-row.input-password p {
    color: rgba(101, 101, 101, 1);
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 33.44px;
    text-align: left;
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: end;
}

.login-logo a {
    display: inline-block;
    width: auto;
}

.login-logo a img {
    display: inline-block;
    object-fit: contain;
}

.login-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right-column {
    display: flex;
    float: left;
    width: 40%;
    padding: 20px;
    text-align: center;
    background: #F0F3F6;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.login-form-wrapper {
    float: left;
    max-width: 420px;
}

.Admin_login_form form {
    float: left;
    width: 100%;
}

.Admin_login_form form .input-column {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.input_icon_wrapper {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.input_icon_wrapper input#email::placeholder {
    color: #656565 !important;
}

.Admin_login_form form .input-column .input_icon_wrapper input.input_style {
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #0C071E;
    border-radius: 10px;
    outline: none;
    background: #fff;
    border: none !important;
}

input#email::placeholder {
    color: #656565 !important;
}

.Admin_login_form form .input-column .input_icon_wrapper input.input_style::placeholder {
    color: #656565;
    font-size: 18px !important;
    font-weight: 700;
}

span.input-error-text {
    float: left;
    width: 100%;
    height: 25px;
    padding: 2px 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #EF4444;
}

span.input-error-text:first-letter {
    text-transform: uppercase;
}

.button-column {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.button-column button.login-btn {
    display: inline-block;
    width: 100%;
    color: #ecf0f3;
    border: 0 !important;
    border-radius: 10px;
    outline: none !important;
    background: #066579;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px;
}

.forgot-password-link {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: flex;
    width: 100%;
    justify-content: end;
}

.forgot-password-link:hover {
    color: #656565;
}

/*Dashboard section*/
.main_wrapper-section {
    display: flex;
    height: 100vh;
    flex-wrap: nowrap;
    border-radius: 20px;
}

.left-navigation-column {
    float: left;
    position: relative;
    background: rgba(247, 245, 255, 1);
    border-top-left-radius: 20px;
    flex: 0 0 310px;
    transition: flex-basis 0.45s ease;
}

.w-100.float-left.main_wrapper-section.navigation-closed a.header-logo {
    display: none;
}

.w-100.float-left.main_wrapper-section.navigation-closed a.header-logo.menu-close {
    display: block;
}

.navigation-closed span.arrow {
    display: none;
}

.navigation-closed .dropdown.active .dropdown-menu {
    display: none;
}

/*navigation section*/
.navigation-column {
    display: flex;
    float: left;
    width: 100%;
    height: calc(100vh - 82px);
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
    border-bottom-left-radius: 20px;
    overflow: auto;
}

/* Custom Scrollbar for Navigation Column */
.navigation-column::-webkit-scrollbar {
    width: 4px;
}

.navigation-column::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.navigation-column::-webkit-scrollbar-track {
    background: transparent;
}

.navigation-column::-webkit-scrollbar-thumb {
    background: #066579;
    border-radius: 2px;
}

.navigation-column::-webkit-scrollbar-thumb:hover {
    background: #055066;
}

/* Firefox Scrollbar */
.navigation-column {
    scrollbar-width: thin;
    scrollbar-color: #066579 transparent;
}

.navigation-column ul {
    float: left;
    width: 100%;
}

.navigation-column ul li {
    float: left;
    width: 100%;
}

.sign_out_wrapper li a span.text {
    width: auto !important;
}

.navigation-column .sign_out_wrapper li a:hover:before,
.navigation-column .sign_out_wrapper li a:hover:after {
    background: transparent !important;
}

.navigation-column ul li a {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    padding: 8px 20px;
    color: #000;
    align-items: center;
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 8px;
    line-height: normal;
    cursor: pointer;
}

.vendor_management-section table tbody tr .table-icon li:first-child {
    padding-left: 0;
}

.navigation-column ul li a span img.hover_icon {
    display: none;
}

.navigation-column ul li a span:first-child {
    display: flex;
    width: 18px;
    text-align: center;
    vertical-align: middle;
}

.navigation-column ul li a span:first-child img {
    max-width: 18px;
}

.navigation-column ul li a span.text {
    display: inline-block;
    width: calc(100% - 24px);
    padding-left: 12px;
    vertical-align: middle;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #0C071E;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.navigation-column ul li.active a span svg path {
    fill: #fff;
}

.navigation-column ul li a:hover {
    color: #ff8200;
}

.navigation-column ul li a:hover span img.white_icon {
    display: none;
}

.navigation-column ul li a:hover span img.hover_icon {
    display: inline-block;
}

.navigation-column ul li a:before,
.navigation-column ul li a:after {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: transparent;
}

.navigation-column ul li a:before {
    left: 0;
}

.navigation-column ul li a:after {
    right: 0;
}

.top-header-column {
    float: left;
    width: 100%;
}

.top-header-column.header_logo_column {
    display: flex;
    text-align: center;
    box-shadow: none;
    align-items: center;
    PADDING: 34PX 38px;
    height: 99px;
}

.w-100.float-left.main_wrapper-section.navigation-closed .top-header-column.header_logo_column {
    padding: 15px;
}

.right-body-column {
    float: left;
    flex: 1 1 auto;
    min-width: 0;
    background: #F1F5F9;
    border-top-right-radius: 30px;
    border-top-left-radius: 0px !important;
}

.right-body-column .top-header-column {
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: width 0.45s ease, padding 0.45s ease;
}

.navigation-column ul li.child-menu>ul li:last-child {
    border-bottom: 0;
}

.navigation-column ul li.child-menu ul {
    display: none;
}

.navigation-column ul li.child-menu>ul li a {
    padding-left: 2rem;
}

.navigation-column ul li.child-menu>ul li a span.text {
    font-size: 13px;
}

.navigation-column ul li.child-menu>ul li.child-menu>ul li a {
    padding-left: 3rem;
}

/*dropdown css*/
.admin-name-column {
    position: relative;
    float: right;
    width: auto;
    height: 38px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.admin-name-column a {
    display: flex;
    float: left;
    width: auto;
    margin-top: 0;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.admin-name-column a span.admin-img-wrap {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.admin-name-column a span.admin-img-wrap img {
    width: 100%;
}

.admin-name-column span.notification-span-wrap {
    float: left;
    width: auto;
    color: #000000;
    background: rgba(247, 245, 255, 1);
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.admin-name-column .dropdown-wrap {
    top: calc(100% + 15px) !important;
    right: 0;
    left: auto !important;
    z-index: 9;
    width: 230px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform: translate(0) !important;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.admin-name-column .dropdown-wrap ul {
    float: left;
    width: 100%;
}

.admin-name-column .dropdown-wrap ul li {
    float: left;
    width: 100%;
    border-top: 1px solid #61616138;
}

.admin-name-column .dropdown-wrap ul li a {
    float: left;
    width: 100%;
    padding: 9px 20px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
}

.admin-name-column .dropdown-wrap ul li a:hover {
    color: #fff;
    background: #3d3d3a;
}

.admin-name-column a::after {
    color: #3d3d3a;
}

.main_wrapper-section.navigation-closed .left-navigation-column {
    width: 83px !important;
    max-width: 84px !important;
}

.main_wrapper-section.navigation-closed .navigation-column ul li a span.text {
    font-size: 0;
    opacity: 0;
    display: none;
}

a.header-logo.menu-close img {
    width: 100%;
}

a.header-logo {
    display: block;
}

a.header-logo.menu-close {
    width: 100px !important;
    display: none;
}

.dropdown-container {
    position: absolute;
    display: inline-block;
    z-index: 9;
}

select,
.dropdown-btn,
.calendar-btn.date-range {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(240, 243, 246, 1);
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: auto;
    font-size: 16px;
    cursor: pointer;
    padding-right: 40px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    height: 40px;
}

.arrow-icon {
    position: absolute;
    right: 10px;
    top: 29%;
    /* transform: translateY(-50%) !important; */
    pointer-events: none;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.dropdown-container.open .arrow-icon {
    transform: translateY(-0%) rotate(180deg);
    /* Rotate icon 180 degrees when open */
}

.dropdown-container.date-range {
    position: relative;
}

.calendar-btn.date-range {
    display: flex;
    gap: 8px;
    align-items: center;
}

.calendar-btn.date-range img {
    width: 13.5px;
    height: 15px;
}

.dropdown-container.date-range::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 16px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.19116 9.09717C3.97866 9.09717 3.80054 9.02529 3.65679 8.88154C3.51304 8.73779 3.44116 8.55967 3.44116 8.34717C3.44116 8.13467 3.51304 7.95654 3.65679 7.81279C3.80054 7.66904 3.97866 7.59717 4.19116 7.59717C4.40366 7.59717 4.58179 7.66904 4.72554 7.81279C4.86929 7.95654 4.94116 8.13467 4.94116 8.34717C4.94116 8.55967 4.86929 8.73779 4.72554 8.88154C4.58179 9.02529 4.40366 9.09717 4.19116 9.09717ZM7.19116 9.09717C6.97866 9.09717 6.80054 9.02529 6.65679 8.88154C6.51304 8.73779 6.44116 8.55967 6.44116 8.34717C6.44116 8.13467 6.51304 7.95654 6.65679 7.81279C6.80054 7.66904 6.97866 7.59717 7.19116 7.59717C7.40366 7.59717 7.58179 7.66904 7.72554 7.81279C7.86929 7.95654 7.94116 8.13467 7.94116 8.34717C7.94116 8.55967 7.86929 8.73779 7.72554 8.88154C7.58179 9.02529 7.40366 9.09717 7.19116 9.09717ZM10.1912 9.09717C9.97866 9.09717 9.80054 9.02529 9.65679 8.88154C9.51304 8.73779 9.44116 8.55967 9.44116 8.34717C9.44116 8.13467 9.51304 7.95654 9.65679 7.81279C9.80054 7.66904 9.97866 7.59717 10.1912 7.59717C10.4037 7.59717 10.5818 7.66904 10.7255 7.81279C10.8693 7.95654 10.9412 8.13467 10.9412 8.34717C10.9412 8.55967 10.8693 8.73779 10.7255 8.88154C10.5818 9.02529 10.4037 9.09717 10.1912 9.09717ZM1.94116 15.0972C1.52866 15.0972 1.17554 14.9503 0.881787 14.6565C0.588037 14.3628 0.441162 14.0097 0.441162 13.5972V3.09717C0.441162 2.68467 0.588037 2.33154 0.881787 2.03779C1.17554 1.74404 1.52866 1.59717 1.94116 1.59717H2.69116V0.847168C2.69116 0.634668 2.76304 0.456543 2.90679 0.312793C3.05054 0.169043 3.22866 0.097168 3.44116 0.097168C3.65366 0.097168 3.83179 0.169043 3.97554 0.312793C4.11929 0.456543 4.19116 0.634668 4.19116 0.847168V1.59717H10.1912V0.847168C10.1912 0.634668 10.263 0.456543 10.4068 0.312793C10.5505 0.169043 10.7287 0.097168 10.9412 0.097168C11.1537 0.097168 11.3318 0.169043 11.4755 0.312793C11.6193 0.456543 11.6912 0.634668 11.6912 0.847168V1.59717H12.4412C12.8537 1.59717 13.2068 1.74404 13.5005 2.03779C13.7943 2.33154 13.9412 2.68467 13.9412 3.09717V13.5972C13.9412 14.0097 13.7943 14.3628 13.5005 14.6565C13.2068 14.9503 12.8537 15.0972 12.4412 15.0972H1.94116ZM1.94116 13.5972H12.4412V6.09717H1.94116V13.5972Z' fill='black'/%3E%3C/svg%3E");
}

.dropdown-container.date-range select {
    padding-left: 38px;
}

.w-100.float-left.main_wrapper-section.navigation-closed .management-title {
    display: none;
}

.main_wrapper-section.navigation-closed .right-body-column {
    width: calc(100% - 84px);
}

.navigation-closed .navigation-column ul li a {
    position: inherit !important;
}

span.navigation-toggle-btn {
    float: left;
    width: auto;
    font-size: 28px;
    line-height: 27px;
    cursor: pointer;
    height: 49px;
    width: 49px;
    background: rgba(247, 245, 255, 1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-card-img-cont {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.navigation-closed span.navigation-toggle-btn i.far.fa-bars {
    display: none;
}

.navigation-closed span.navigation-toggle-btn i.fal.fa-times {
    display: block !important;
}

/*Dashboard body section*/
.body-content-section {
    float: left;
    width: 100%;
    height: calc(100vh - 99px);
    overflow-y: auto;
    background: #fff;
    border-bottom-left-radius: 30px;
    /* Hide scrollbar - cross browser */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.body-content-section::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.dashboard_card-section {
    display: flex;
    float: left;
    width: 100%;
    margin: 0px 0px 0;
    flex-wrap: wrap;
    gap: 40px;
}

.dashboard_card_column {
    float: left;
    width: 320px;
}

.dashboard_card_data {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 27px;
    overflow: hidden;
    background: rgba(240, 243, 246, 1);
    box-shadow: 0px 23.207233428955078px 42px -31.909948348999023px #B9B9B9;
    border-radius: 15px;
}

.dashboard_card_data h5 {
    margin-bottom: 5px;
    color: #0C071E;
    font-family: DM Sans !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.dashboard_card_data h2 {
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.005em;
    color: #7830BE;
    background: #066579;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
}

.dashboard_card_data span.card-icon,
span.card-icon.appointments-img {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 0px #0000001A;
    border-radius: 10px;
    background: #fff;
}

.dashboard_card_data span.card-icon.revenue-img,
.dashboard_card_data span.card-icon.appointments-img,
.dashboard_card_data span.card-icon.vendors-img {
    right: 0;
}

.dashboard_card_data span.card-icon img {
    width: auto;
}

.navigation-column ul.signout li {
    border-bottom: 0;
}

/*form style*/
.vendor_ragistration_form .form-title,
.heading_button_wrapper {
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

a.add_edit_btn_style {
    display: inline-flex;
    width: auto;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    background: #3d3d3a;
    align-items: center;
    justify-content: center;
}

a.add_edit_btn_style img {
    width: 11px;
    margin-right: 10px;
}

.vendor_ragistration_form form,
.user-form {
    display: flex;
    float: left;
    width: 100%;
    padding: 20px 25px;
    border-radius: 6px;
    background: rgba(247, 245, 255, 1);
    flex-wrap: wrap;
}

.vendor_ragistration_form form .input-wrap span.input-error-text {
    padding: 0px 3px !important;
}

.vendor_ragistration_form form .input-wrap {
    float: left;
    width: 100%;
    padding: 0;
}

.vendor_ragistration_form form .input-wrap .input-label-wrap {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
}

.vendor_ragistration_form form .input-wrap .input-label-wrap input.input_style,
.vendor_ragistration_form form .input-wrap .input-label-wrap select.input_style {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    outline: none !important;
    background: #fff;
    box-shadow: none !important;
}

.vendor_ragistration_form form .input-wrap .input-label-wrap label.input-label {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: rgba(12, 7, 30, 1) !important;
    width: 15%;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
    color: #066579;
}

.form-column-wrapper.single-column-form {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

textarea.input_style,
button.multiselect.dropdown-toggle.custom-select.text-center {
    border: none;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 400;
}

.blk-btn:hover {
    color: rgba(12, 7, 30, 1);
    background: #FFFFFF;
    border: 1px solid rgba(12, 7, 30, 1);
}

.del-btn:hover {
    background-color: #066579;
    color: #fff;
    border: none;
}

button.multiselect.dropdown-toggle.custom-select.text-center {
    border: none;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

button.multiselect.dropdown-toggle.custom-select.text-center::placeholder {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    color: rgba(12, 7, 30, 1);
}

textarea.input_style::placeholder {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    color: rgba(173, 179, 188, 1);
}

.form-column-wrapper.single-column-form {
    width: 100%;
}

/*checkbox css*/
.custom-control-input:checked~.custom-control-label::before {
    border-color: #3d3d3a;
    background: #3d3d3a;
}

.vendor_ragistration_form form .input-wrap.input-btn-wrap {
    float: left;
    width: 100%;
}

.input-btn {
    float: left;
    width: 100%;
    text-align: right;
    display: flex;
    gap: 15px;
}

a.form-btn-style.blank-btn {
    color: rgba(12, 7, 30, 1);
    background: #FFFFFF;
    border: 1px solid rgba(12, 7, 30, 1);
}

a.form-btn-style.blank-btn:hover {
    background-color: rgba(6, 101, 121, 1) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.input-btn .form-btn-style {
    display: inline-flex;
    width: auto;
    height: 59px;
    /* max-width: 174px; */
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: rgba(6, 101, 121, 1);
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid transparent;
}

a.form-btn-style.blank-btn.del-btn {
    color: rgba(12, 7, 30, 1);
    background: #FFFFFF;
    border: 1px solid rgba(12, 7, 30, 1);
    padding: 13.5px 30px 12.5px 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

span.error-msg {
    bottom: -16px;
    font-size: 12px;
}

.user-form input::placeholder {
    color: #ADB3BC;
}

.input-btn .form-btn-style:hover {
    background: #e24009;
}

.vendor_ragistration_form form .input-wrap span.input-error-text {
    padding: 4px 10px;
}

.single-column-form form .input-wrap {
    width: 100%;
}

.single-column-form form .input-wrap .errormsg {
    margin-top: 0;
}

.single-column-form form .input-wrap .input-label-wrap .lebal_column {
    min-width: 227px;
    float: left;
}

.single-column-form form .input-wrap .input-label-wrap .input_style {
    width: 60%;
    float: left;
}

.single-column-form form .input-wrap .input-label-wrap {
    display: flex;
    align-items: center;
}

span.errormsg.input-error-text {
    width: 72%;
    float: right;
}

span.input-error-text {
    font-size: 13px;
}

.Admin_login_form .input-column .errormsg {
    padding: 0px;
    float: inherit;
}

.sign_out_wrapper li {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.sign_out_wrapper li a {
    display: flex;
    justify-content: center;
    width: auto !important;
    background: #ffffff;
    color: #3d3d3a !important;
    border-radius: 23PX;
    padding: 8px 60px !important;
}

.navigation-column ul li.active a span {
    color: #fff;
}

a.header-logo img {
    width: 181px;
    object-fit: contain;
}

/*dataTable style*/
.title-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.title-column h5 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #0C071E;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    padding: 0 !important;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

.dataTable_addbtn_wrap {
    position: relative;
    z-index: 1;
    margin-bottom: -37px;
}

.dataTables_wrapper .dataTables_filter input {
    max-width: 177px;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3a;
    border: 1px solid #F0F3F6;
    border-radius: 5px;
    outline: none !important;
    background: rgba(240, 243, 246, 1);
}

.dataTables_wrapper .dataTables_filter input:placeholder {
    color: #ADB3BC;
}

.dataTables_wrapper .dataTables_filter label {
    position: relative;
    z-index: 2;
    float: left;
    width: auto;
    margin: 0;
}

.dataTables_filter input::-webkit-search-cancel-button {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 1px;
    margin-left: .5em;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #3d3d3a;
    border-radius: 50%;
    background-color: #3d3d3a;
    background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(.46, transparent), color-stop(.46, #fff), color-stop(.54, #fff), color-stop(.54, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, from(transparent), color-stop(.46, transparent), color-stop(.46, #fff), color-stop(.54, #fff), color-stop(.54, transparent), to(transparent)) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    -webkit-appearance: none;
}

.vendor-table-wrap {
    position: relative;
    margin-bottom: 40px;
}

.vendor_management-section table {
    margin-bottom: 0;
}

.vendor_management-section table thead {
    background: #F0F3F6;
    border-radius: 6px;
}

.vendor_management-section table thead tr {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.vendor_management-section table thead tr th,
.vendor_management-section table tbody tr td {
    padding: 10px 19px;
    text-align: left;
    border: 0 !important;
    vertical-align: middle;
}

table.dataTable.no-footer {
    border: 0;
}

.vendor_management-section table thead tr th {
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
}

.vendor_management-section table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    background-color: #fff;
    color: #656565;
    text-align: center;
    vertical-align: middle;
}

.vendor_management-section table tbody tr .table-icon {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.vendor_management-section table tbody tr .table-icon li {
    padding: 0 10px;
}

span.admin-img-wrap-sec svg path {
    fill: #656565;
}

.table>:not(:first-child) {
    border-top: 0;
}

.custom_popup_section {
    float: left;
    width: 100%;
    height: 100vh;
}

.custom_popup_section.show .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.custom_popup_section .modal-dialog .modal-header {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8eff6 !important;
}

.modal-close button.close {
    position: absolute;
    top: 14px;
    right: 15px;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.custom_popup_section .modal-body span {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    line-height: 16px;
}

.modal-body span p {
    margin-bottom: 0;
}

.custom_popup_section .modal-footer {
    justify-content: center;
}

.custom_popup_section .modal-footer .btn {
    min-width: 60px;
    margin: 0;
}

.custom_popup_section .modal-footer .btn-primary,
.custom_popup_section .modal-footer .btn-secondary {
    color: #fff;
    border-color: #066579 !important;
    background-color: #066579 !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    border-bottom: 0 !important;
}

/******pagination********/
.paginate_button.disabled {
    color: #3d3d3a !important;
    border: 0 !important;
    border: 0 !important;
    background: #ecf0f3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding-bottom: 2px !important;
    margin: 0 !important;
    color: #3d3d3a !important;
    border: 0 !important;
    background: #ecf0f3 !important;
}

.paging_simple_numbers .paginate_button {
    margin-right: 4px !important;
}

.paging_simple_numbers .paginate_button.current {
    border: 0 !important;
    background: #066579 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
    background: #066579 !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #066579 !important;
}

.dataTables_wrapper .dataTables_paginate {
    z-index: 1;
    display: flex;
    float: right;
    width: 100%;
    padding: 8.13px 44px;
    background: #F0F3F6;
    justify-content: flex-end;
    border-radius: 6px;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate span a.paginate_button {
    display: inline-flex;
    width: 25.31px;
    height: 25.46px;
    padding: 0 !important;
    margin: 0;
    color: #ADB3BC !important;
    border: 0 !important;
    font-weight: 500 !important;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0;
    font-weight: 300;
    color: #fff !important;
    border: 0 !important;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate span a.paginate_button:first-child {
    margin-left: 4px;
}

a#example_next:hover,
a#example_previous:hover {
    background: transparent !important;
    cursor: pointer;
}

.dataTables_length label {
    display: flex;
    float: left;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    margin: 0;
    font-weight: 300;
    color: #000;
    align-items: center;
    border-radius: 6px;
    display: none;
}

button.btn.btn-sm.btn-light {
    padding: 0px 14.5px !important;
    background: transparent;
    box-shadow: none;
    border: none;
}

.dataTables_length label select {
    color: #fff;
    display: inline-flex;
    height: 28px;
    padding: 1px 2px !important;
    text-align: center;
    margin: 0 10px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 3px !important;
    background: #066579 !important;
}

.dataTables_length label select option {
    color: #000 !important;
}

.w-100.float-left.vendor-registration {
    margin-bottom: -40px;
    width: calc(100% - 190px) !important;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.add-vendor-btn {
    background: #066579;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.requests-btn {
    background: #F0F3F6;
    font-size: 16px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
    padding: 13px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #7830BE;
}

.requests-btn:hover {
    color: #7830BE;
}

.add-vendor-btn:hover {
    color: #fff;
}

.add-vendor-btn svg {
    margin-right: 10px;
}

.ragister_sub_head b {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    left: 10px;
}

.ragister_sub_head {
    margin: 20px 0;
}

.dataTables_wrapper .dataTables_filter input::placeholder {
    color: #ADB3BC;
}

.vendor_management-section table {
    width: 100% !important;
    border: none;
}

.action-contain .table-icon li a {
    cursor: pointer;
}

.Admin_login_form .input-column .input-error-text {
    padding: 0;
}

.navigation-column ul li.active a {
    color: #ffffff;
    background: #066579;
}

ul.dropdown-menu li.active {
    color: #ffffff;
    background: #066579;
}

ul.dropdown-menu li a {
    margin-bottom: 0px !important;
}

.navigation-column ul li .active .dashboard_icon {
    color: #ff8200;
}

.profile-label {
    width: 28.2% !important;
}

.view-btn a {
    color: #f08103;
    border-bottom: 1px solid;
}



.input-password .input_icon_wrapper .toggle-password {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 22px;
}
.loader_logo {
    position: relative;
    right: 0;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

@keyframes ldio-czlpr310cd4 {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

button.multiselect.dropdown-toggle.custom-select.text-center {
    border-radius: 7px;
}

.ldio-czlpr310cd4 div:nth-child(1) {
    border-color: #7830BE;
    animation-delay: 0s
}

.ldio-czlpr310cd4 div:nth-child(2) {
    border-color: #066579;
    animation-delay: -0.5s
}

/* Arc spinner to match provided design */
.loadingio-spinner-ripple-fsmgtw2hwcu {
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-czlpr310cd4 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.ldio-czlpr310cd4::before,
.ldio-czlpr310cd4::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #066579;
    border-right-color: #066579;
    animation: arc-rotate 1s linear infinite;
    transform-origin: 50% 50%;
}

.ldio-czlpr310cd4::after {
    inset: 12px;
    animation: arc-rotate-rev 1.25s linear infinite;
}

.ldio-czlpr310cd4 div:nth-child(1) {
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #066579;
    border-right-color: #066579;
    animation: arc-rotate 1.5s linear infinite;
    transform-origin: 50% 50%;
}

.ldio-czlpr310cd4 div:nth-child(2) {
    display: none;
}

@keyframes arc-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes arc-rotate-rev {
    to {
        transform: rotate(-360deg);
    }
}

.table-striped tbody tr:nth-of-type(even) td {
    background-color: #F0F3F6;
}

.user-View {
    width: 100%;
    background: rgba(247, 245, 255, 1);
    padding: 20px 25px;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 23px;
}

.w-100.float-left.main_wrapper-section.navigation-closed .top-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-col {
    position: relative;
}

label#description-error {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0%, 242%);
    color: red !important;
    font-size: 14px;
}

label#example-selectAllJustVisible-error {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0%, 135%);
    color: red !important;
    font-size: 14px;
}

.user-View .vendor_ragistration_form form {
    background: transparent;
    padding: 0;
}

.user-View .single-column-form form .input-wrap .input-label-wrap span,
.passInput,
.user-View.editUser input,
.user-View select {
    float: left;
    width: 100%;
    padding: 14px 15.96px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: rgba(12, 7, 30, 1);
    border-radius: 10px;
    outline: none !important;
    background: #fff;
    border: 1px solid #ADB3BC;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 8px 0px #0000001A;
    height: auto;
}

.passInput {
    background: #fff;
}

.passInput::placeholder {
    color: #ADB3BC;
}

.lebal_column label {
    font-family: DM Sans;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
    color: rgba(12, 7, 30, 1);
}

.button {
    padding: 10px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #066579 !important;
    color: #fff !important;
    border-radius: 5px !important;
    line-height: normal !important;
    height: auto !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

button.btn.btn-secondary.light-btn {
    color: #F8283C !important;
}

.add-service-wrap .modal-dialog {
    max-width: 377px;
}

.add-service-wrap .custom_popup_section .modal-footer .btn {
    border: none;
    color: #000;
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 6px;
}

.add-service-wrap .custom_popup_section .modal-footer {
    display: flex;
    gap: 9px;
    justify-content: end;
    padding: 0px 15px 15px;
}

.add-service-wrap .custom_popup_section .modal-footer .btn.light-btn {
    background: transparent !important;
}

.add-service-wrap .custom_popup_section .modal-footer .btn.fill-btn,
.modal-footer a {
    background: #066579;
    border-color: #fff !important;
    color: #fff;
    line-height: 19px;
}

.input-with-img input {
    background: #F0F3F6;
    border: 1px solid #D1D5DB;
    padding: 13px 37px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.input-with-img input::placeholder {
    color: #ADB3BC;
}

.input-with-img span.icon-span {
    position: absolute;
    left: 27px;
    text-align: left;
    top: 13px;
    width: auto;
}

.add-service-wrap .modal-body {
    padding: 0 15px;
}

.add-service-wrap .modal-header {
    border-bottom: 0;
}

.add-service-wrap .modal-footer {
    border-top: 0;
}

.add-service-wrap .modal-content {
    border-radius: 10px;
}

span.conformation p {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
}

.sureText {
    font-family: DM Sans;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
}

.admin-name-column-sec .dropdown-wrap-sec {
    top: calc(100% + 4px) !important;
    left: auto !important;
    z-index: 9;
    width: 115px !important;
    min-width: 98px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform: translate(-82px) !important;
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 4px 20px 0px #00000026;
    background: #FFFFFF;
}

a.viewBtn {
    background: #066579;
    color: #fff !important;
}

.admin-name-column-sec .dropdown-wrap-sec ul {
    float: left;
    width: 100%;
}

.admin-name-column-sec .dropdown-wrap-sec ul li:first-child {
    border: 0;
}

.admin-name-column-sec .dropdown-wrap-sec ul li {
    float: left;
    width: 100%;
    border-top: 1px solid #D1D5DB;
}

.dropdown.admin-name-column-sec.show {
    background: #F7F5FF;
}

.dropdown.admin-name-column-sec {
    width: fit-content;
    padding: 0px 14.5px;
    margin: auto;
    border-radius: 3px;
    height: 15px;
    display: flex
}

.admin-name-column-sec .dropdown-wrap-sec ul li a {
    float: left;
    width: 100%;
    padding: 9px 10px 10px;
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
    color: #000;
    text-decoration: none !important;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    font-weight: 500;
    align-items: center;
    gap: 5px;
}

a.removeBtn {
    color: #F8283C !important;
}

.vendor_management-section table tbody tr .table-icon.conform-Btn {
    justify-content: center;
}

.vendor_management-section table tbody tr .table-icon.conform-Btn a.acceptBtn {
    color: #22CE29;
    border: 1px solid #22CE29;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
}

.vendor_management-section table tbody tr .table-icon.conform-Btn a.rejectBtn {
    color: #F8283C;
    border: 1px solid #F8283C;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}

.management-col .input-wrap {
    margin-bottom: 20px;
}

.back-btn-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}

.back-btn-wrap svg {
    margin-left: 10px;
    margin-right: 0;
}

.input-btn .accept-btn {
    background: white;
    border: 1px solid #22CE29;
    color: #22CE29;
    height: 41px;
    max-width: 131px;
    border-radius: 5px;
}

.input-btn .accept-btn:hover {
    background: transparent;
}

.input-btn .reject-btn {
    background: white;
    border: 1px solid #F8283C;
    color: #F8283C;
    height: 41px;
    max-width: 131px;
    border-radius: 5px;
}

.input-btn .reject-btn:hover {
    background: transparent;
}

.profile-image input {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    outline: none !important;
    background: #fff;
    box-shadow: none !important;
    text-align: left !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-btn.footer-btns {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

button.block-btn {
    background: #066579;
    max-width: 100px;
    height: 41px;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

a.remove-btn {
    background: #fff;
    color: #F8283C;
    border: 1px solid #F8283C;
    max-width: 119px;
    height: 41px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.footer-btns .light-btn {
    background: #fff;
    color: #F8283C;
    border: 1px solid #F8283C;
    max-width: 119px;
    height: 41px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.management-title a h5 {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}

li.management-title a {
    margin-bottom: 10px !important;
}

.management-title a {
    margin-bottom: 0 !important;
}

span.sign_out-text {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.add-service-wrap.signout-wrap .modal-dialog {
    max-width: 446px;
    display: flex;
    align-items: center;
}

span.sign_out-text {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

li.signout-btn a {
    cursor: pointer;
}

.add-service-wrap.signout-wrap .modal-footer {
    padding: 0px 20px 20px;
}

.add-service-wrap.signout-wrap .modal-footer .btn {
    line-height: 25px;
    font-size: 18px;
}

.modal-footer .btn.fill-btn {
    line-height: 25px;
    font-size: 18px;
}

.del-btn {
    color: rgba(12, 7, 30, 1);
    background: #FFFFFF;
    border: 1px solid rgba(12, 7, 30, 1);
    padding: 13.5px 30px 12.5px 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.blk-btn {
    color: #ffffff;
    background: #066579;
    padding: 13.5px 30px 12.5px 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
}

.navigation-column ul li a span.text {
    padding-left: 12px;
    font-size: 17px;
    line-height: normal;
    font-weight: 500;
    color: rgba(12, 7, 30, 1);
}

.navigation-column ul li.active a span.text {
    color: rgba(12, 7, 30, 1);
}

.form-column-wrapper.single-column-form label {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    text-align: left;
    color: rgba(12, 7, 30, 1) !important;
}

.dataTables_wrapper:after {
    display: contents !important;
}

.successmsg {
    position: absolute;
    top: 28px;
    right: 30px;
}

.alert {
    z-index: 9;
}

span.multiselect-selected-text {
    font-size: 16px;
    font-weight: 400;
    color: #0C071E;
}

.input_icon_wrapper input::placeholder {
    font-weight: 500 !important;
}

form.viewUserForm {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    gap: 150px;
}

.formLeftWrap {
    width: 50%;
}

.formRightWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.input-label-wrap input[type='16'] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.viewUserBtnWrap {
    display: flex;
    gap: 15px;
    margin-top: 5px;
}

a.button.deleteBtn {
    border: 1px solid #0C071E;
    background: #fff !important;
    color: #0C071E !important;
}

.formInner {
    width: 100%;
}

.input-col.notifivation-textarea textarea {
    width: 100% !important;
}

.inputcheckbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 1px;
}

.inputcheckbox {
    vertical-align: middle !important;
    line-height: normal;
}

.checkbox-wrapper {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.inputcheckbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.38889 0.5H15.6111C16.102 0.5 16.5 0.897973 16.5 1.38889V15.6111C16.5 16.102 16.102 16.5 15.6111 16.5H1.38889C0.897973 16.5 0.5 16.102 0.5 15.6111V1.38889C0.5 0.897973 0.897973 0.5 1.38889 0.5ZM7.6134 12.0555L13.8988 5.7701L12.6418 4.51302L7.6134 9.54136L5.09927 7.02714L3.84219 8.28429L7.6134 12.0555Z" fill="%23066579%22%2F%3E%3C%2Fsvg>') no-repeat center center;
    background-size: contain;
    border-radius: 3px;
}

.dataTables_wrapper .dataTables_length {
    float: clear !important;
}

.form-column-wrapper.single-column-form.notify-form {
    flex-direction: column;
}

.form-column-wrapper.single-column-form.notify-form .inputErrorWrap input,
.inputErrorWrap select {
    width: auto;
}

input.multiselect-search.form-control {
    width: 100% !important;
}

.inputErrorWrap.phonenumberinputwrap {
    display: flex;
    gap: 8px;
}

.multiselect-container.dropdown-menu.show {
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 8px 0px #0000001A;
    border-radius: 10px;
}

.notifivation-textarea textarea.input_style {
    width: 100%;
}

.btn-group,
.btn-group-vertical {
    width: 100%;
}

.dropdown-container.dropdownrealtive {
    position: relative;
    display: flex;
    gap: 10px;
}

/* Custom Dropdown Styles */
.custom-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.custom-dropdown-btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(240, 243, 246, 1);
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: auto;
    min-width: 220px;
    font-size: 16px;
    cursor: pointer;
    padding-right: 40px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
}

.custom-dropdown-text {
    flex: 1;
    text-align: left;
}

.custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    box-sizing: border-box;
    max-width: 155px;
}

.custom-dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: #000;
    transition: background-color 0.2s ease;
}

.custom-dropdown-menu li:hover {
    background-color: rgba(240, 243, 246, 1);
}

.custom-dropdown-menu li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-dropdown-menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custom-dropdown-wrapper.open .arrow-icon {
    transform: translateY(-0%) rotate(180deg);
}

.dataTables_filter {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-135%);
}

.dataTables_filter.with-bulk-alert {
    display: flex;
    gap: 12px;
}

.dataTables_filter.with-bulk-alert label {
    order: 2;
    margin: 0;
    display: flex;
    align-items: center;
}

.dataTables_filter.with-bulk-alert input {
    width: 220px;
    max-width: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0;
}

.dataTables_filter.with-bulk-alert button#sendTaxIdAlertToAll {
    order: 1;
    background: #066579;
    color: #fff;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
}

.dataTables_filter.with-bulk-alert button#sendTaxIdAlertToAll svg path {
    fill: #fff;
}

.dropdownmainWrap {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
}

.datatabletabelRightBtn {
    display: flex;
    gap: 10px;
}

.buttonInputWrap {
    width: calc(100% - 187px);
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.back-btn-wrap.roleButtonWrap a svg {
    margin-left: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.modal.fade .modal-dialog {
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.back-btn-wrap.roleButtonWrap {
    justify-content: end;
}

.datatabletabelRightBtn a {
    height: 40px;
}

.dropdownWrap {
    display: flex;
    gap: 10px;
}

.viewLogForm .input-wrap .input-label-wrap label.input-label {
    align-items: center;
}

.viewLogForm .input-wrap .input-label-wrap label.input-label .input-col {
    position: relative;
    display: flex;
    align-items: center;
}

.input-col.inputColWrap {
    display: flex;
    align-items: center;
}

.inputColWrap input,
.inputColWrap textarea,
.inputColWrap select,
.log-inputwrap {
    border: 1px solid #ADB3BC;
    box-shadow: 0px 1px 8px 0px #0000001A;
    border-radius: 10px;
    background: transparent;
    padding: 14px 15.96px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    resize: none;
}

.inputColWrap textarea {
    overflow: auto;
    scrollbar-width: none;
}

.inputColWrap textarea::-webkit-scrollbar {
    display: none;
}

.viewLogForm .input-wrap .input-label-wrap label.input-label {
    width: 30% !important;
    margin: 0;
}

.emailform .input-wrap .input-label-wrap label.input-label {
    width: 52% !important;
}

.form-column-wrapper.single-column-form.left-column-form,
.form-column-wrapper.single-column-form.right-column-form {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.user-form .input-wrap {
    margin-bottom: 20px;
}

.viewLogForm .input-col.inputColWrap {
    flex-grow: 1;
}

.viewLogForm .formInner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.custom-modal-content {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-close {
    opacity: 1 !important;
}

.custom-input {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

.btn-cancel {
    background: transparent;
    border: none;
    color: #e74c3c;
    font-weight: bold;
}

.btn-submit {
    background-color: #004e4f;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: bold;
}

.btn-cancel:hover,
.btn-submit:hover {
    opacity: 0.8;
}

a.text-success.ml-2.signout-btn.openPdfBtn {
    padding: 5px 10px;
    background: #F7F5FF;
    font-size: 13px;
    font-weight: 400;
    color: #656565 !important;
    border-radius: 5px;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-footer.border-0 {
    justify-content: end;
    padding: 0px 20px 20px;
}

.modal-body {
    padding: 20px !important;
}

.modal-footer.border-0 button {
    font-size: 14px;
    font-weight: 500;
    background: #066579;
    border-radius: 6px;
}

button.btn.btn-cancel {
    background: transparent;
}

.custom-modal-content .form-group {
    margin: 0 !important;
}

.modal-header h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0C071E;
}

.modal-body .form-group label {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.modal-dialog {
    max-width: 446px;
}

button.close.modal-close svg {
    width: 21px;
    height: 21px;
}

.rightsWrapper {
    padding: 30px;
    background: #F7F5FF;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rightsWrapper label {
    margin: 0;
}

.rightsWrapper .dropdown-container {
    position: relative;
    width: 100%;
}

.rightsWrapper .input-label-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.rightsWrapper .input-label-wrap select {
    background: #fff;
    border: 1px solid #ADB3BC;
    box-shadow: 0px 1px 8px 0px #0000001A;
    border-radius: 10px;
    width: 100%;
}

button.go-back-btn.form-btn-style.add-vendor-btn {
    border: none;
}

.user-form .form-group {
    width: 100%;
}

form.user-form label {
    width: 30%;
}

form.user-form input,
form.user-form input::placeholder {
    font-size: 14px !important;
    line-height: normal;
}

img.userViewImg {
    box-shadow: 0px 1px 8px 0px #0000001A;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    cursor: pointer;
}

input[type='0 0 15 16']:disabled {
    appearance: none;
    /* Remove default browser checkbox styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #0C071E;
    background-color: #f9f9f9;
    /* Optional: background color */
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.edit-vendor-btn {
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#history-table_filter {
    display: none;
}

.dataTables_info {
    display: none;
}

.bottom {
    position: relative;
}

.bottom span {
    display: flex;
    align-items: center;
}

#history-table {
    table-layout: fixed;
    width: 100%;
}

#history-table td,
#history-table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#history-table th:nth-child(1),
#history-table td:nth-child(1) {
    width: 5%;
}

#history-table th:nth-child(2),
#history-table td:nth-child(2) {
    width: 15%;
}

#history-table th:nth-child(3),
#history-table td:nth-child(3) {
    width: 35%;
}

#history-table th:nth-child(4),
#history-table td:nth-child(4) {
    width: 25%;
}

#history-table th:nth-child(5),
#history-table td:nth-child(5) {
    width: 10%;
}

#history-table th:nth-child(6),
#history-table td:nth-child(6) {
    width: 10%;
}

.dropdown {
    list-style: none;
}

.dropdown>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.dropdown.active .arrow-icon {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    border: none !important;
}

.dropdown.active .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu li a span.text {
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.dropdown-menu li:hover a {
    color: white;
}

ul.dropdown-menu li a {
    padding: 8px 15px !important;
    color: #656565 !important;
    text-align: left;
    background: transparent !important;
}

.navigation-column ul li.active a span.text {
    color: #fff;
}

span.text.text-menu {
    color: #656565 !important;
    padding: 0 !important;
}

span.arrow svg {
    top: 25%;
    width: 20px;
    height: 20px;
}

svg.markerSvg {
    margin-right: 20px;
}

span.sign_out svg {
    width: 18px;
    height: 18px;
}

span.sign_out-text h3 {
    font-size: 16px;
    font-weight: 500;
}

span.sign_out-text p {
    color: #656565;
    font-size: 13px !important;
    font-weight: 500;
}

.modal-header h5 {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
}

.user-View.editUser span input {
    box-shadow: none;
}

.user-View.editUser span input {
    box-shadow: none;
    width: auto;
}

span.input-group-text {
    max-width: 80px !important;
}

.editUser span,
.editUser input {
    background: #fff !important;
}

.editUser span,
.editUser input::placeholder {
    color: #ADB3BC;
}

span.info-icon {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: 15px !important;
    padding: 0 !important;
    height: 15px !important;
    margin-right: 10px;
}

span.info-icon svg {
    width: 100%;
    height: 100%;
}

.editUser .lebal_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.error {
    color: #dc3545 !important;
    position: absolute;
    font-size: 13px;
    bottom: -17px;
    font-weight: 500;
}

.inputErrorWrap {
    width: 100%;
    position: relative;
}

div#example_filter thead tr td:first-child {
    width: 5%;
    text-align: left;
}

/* .vendor_management-section table thead tr th:first-child { width: 5%; border-top-left-radius: 6px !important; border-bottom-left-radius: 6px !important; } */
.vendor_management-section table thead tr th:last-child {
    width: 8%;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

table.table.table-striped.validationTable.dataTable.no-footer thead tr th:last-child {
    width: 14% !important;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.roleWrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: normal;
}

.roleWrapper label {
    margin: 0 !important;
}

form.rightform {
    width: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

form.rightform button {
    border: none;
    width: max-content;
}

.rights-form-wordwrap {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.rightbuttonWrap.back-btn-wrap {
    justify-content: end;
    height: 47px;
}

.dropdown-container select {
    border: none !important;
}

.rights-page input[type='none'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}

.rights-page input[type='M4.59558 9.09717C4.38308 9.09717 4.20496 9.02529 4.06121 8.88154C3.91746 8.73779 3.84558 8.55967 3.84558 8.34717C3.84558 8.13467 3.91746 7.95654 4.06121 7.81279C4.20496 7.66904 4.38308 7.59717 4.59558 7.59717C4.80808 7.59717 4.98621 7.66904 5.12996 7.81279C5.27371 7.95654 5.34558 8.13467 5.34558 8.34717C5.34558 8.55967 5.27371 8.73779 5.12996 8.88154C4.98621 9.02529 4.80808 9.09717 4.59558 9.09717ZM7.59558 9.09717C7.38308 9.09717 7.20496 9.02529 7.06121 8.88154C6.91746 8.73779 6.84558 8.55967 6.84558 8.34717C6.84558 8.13467 6.91746 7.95654 7.06121 7.81279C7.20496 7.66904 7.38308 7.59717 7.59558 7.59717C7.80808 7.59717 7.98621 7.66904 8.12996 7.81279C8.27371 7.95654 8.34558 8.13467 8.34558 8.34717C8.34558 8.55967 8.27371 8.73779 8.12996 8.88154C7.98621 9.02529 7.80808 9.09717 7.59558 9.09717ZM10.5956 9.09717C10.3831 9.09717 10.205 9.02529 10.0612 8.88154C9.91746 8.73779 9.84558 8.55967 9.84558 8.34717C9.84558 8.13467 9.91746 7.95654 10.0612 7.81279C10.205 7.66904 10.3831 7.59717 10.5956 7.59717C10.8081 7.59717 10.9862 7.66904 11.13 7.81279C11.2737 7.95654 11.3456 8.13467 11.3456 8.34717C11.3456 8.55967 11.2737 8.73779 11.13 8.88154C10.9862 9.02529 10.8081 9.09717 10.5956 9.09717ZM2.34558 15.0972C1.93308 15.0972 1.57996 14.9503 1.28621 14.6565C0.992456 14.3628 0.845581 14.0097 0.845581 13.5972V3.09717C0.845581 2.68467 0.992456 2.33154 1.28621 2.03779C1.57996 1.74404 1.93308 1.59717 2.34558 1.59717H3.09558V0.847168C3.09558 0.634668 3.16746 0.456543 3.31121 0.312793C3.45496 0.169043 3.63308 0.097168 3.84558 0.097168C4.05808 0.097168 4.23621 0.169043 4.37996 0.312793C4.52371 0.456543 4.59558 0.634668 4.59558 0.847168V1.59717H10.5956V0.847168C10.5956 0.634668 10.6675 0.456543 10.8112 0.312793C10.955 0.169043 11.1331 0.097168 11.3456 0.097168C11.5581 0.097168 11.7362 0.169043 11.88 0.312793C12.0237 0.456543 12.0956 0.634668 12.0956 0.847168V1.59717H12.8456C13.2581 1.59717 13.6112 1.74404 13.905 2.03779C14.1987 2.33154 14.3456 2.68467 14.3456 3.09717V13.5972C14.3456 14.0097 14.1987 14.3628 13.905 14.6565C13.6112 14.9503 13.2581 15.0972 12.8456 15.0972H2.34558ZM2.34558 13.5972H12.8456V6.09717H2.34558V13.5972Z']:focus {
    outline: none;
    box-shadow: 0 0 0 2px #a0d2eb;
}

.rights-page input[type='black']:checked::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2717%27%20height%3D%2717%27%20viewBox%3D%270%200%2017%2017%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20clip-rule%3D%27evenodd%27%20d%3D%27M1.72238%200.5H15.9446C16.4355%200.5%2016.8335%200.897973%2016.8335%201.38889V15.6111C16.8335%2016.102%2016.4355%2016.5%2015.9446%2016.5H1.72238C1.23147%2016.5%200.833496%2016.102%200.833496%2015.6111V1.38889C0.833496%200.897973%201.23147%200.5%201.72238%200.5ZM7.94689%2012.0555L14.2323%205.7701L12.9752%204.51302L7.94689%209.54136L5.43277%207.02714L4.17568%208.28429L7.94689%2012.0555Z%27%20fill%3D%27%23066579%27/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.form-group.mb-4.roleWrapper.user-View select {
    background: #fff;
}

.single-column-form.management-col {
    width: 100%;
}

.inputErrorWrap input,
.inputErrorWrap select {
    width: 100%;
}

#addUserForm span.error-msg {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    bottom: -20px;
}

.selectArrowWrap {
    position: relative;
}

.selectArrowWrap::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width=!string!height=!string!viewBox=!string!fill=!string!xmlns=!string!%3E%3Cpath d=!string!fill=!string!/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

form#addUserForm {
    padding: 0;
}

form#addUserForm .formLeftWrap {
    width: 45%;
}

.fa-eye::before,
.fa-eye-slash::before {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    cursor: pointer;
    content: "";
}

.fa-eye::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0002 8.64998C8.8752 8.64998 9.61895 8.34373 10.2314 7.73123C10.8439 7.11873 11.1502 6.37498 11.1502 5.49998C11.1502 4.62498 10.8439 3.88123 10.2314 3.26873C9.61895 2.65623 8.8752 2.34998 8.0002 2.34998C7.1252 2.34998 6.38145 2.65623 5.76895 3.26873C5.15645 3.88123 4.8502 4.62498 4.8502 5.49998C4.8502 6.37498 5.15645 7.11873 5.76895 7.73123C6.38145 8.34373 7.1252 8.64998 8.0002 8.64998ZM8.0002 7.29998C7.5002 7.29998 7.0752 7.12498 6.7252 6.77498C6.3752 6.42498 6.2002 5.99998 6.2002 5.49998C6.2002 4.99998 6.3752 4.57498 6.7252 4.22498C7.0752 3.87498 7.5002 3.69998 8.0002 3.69998C8.5002 3.69998 8.9252 3.87498 9.2752 4.22498C9.6252 4.57498 9.8002 4.99998 9.8002 5.49998C9.8002 5.99998 9.6252 6.42498 9.2752 6.77498C8.9252 7.12498 8.5002 7.29998 8.0002 7.29998ZM8.0002 10.9C6.3752 10.9 4.88145 10.4656 3.51895 9.59685C2.15645 8.7281 1.0752 7.58123 0.275195 6.15623C0.212695 6.05623 0.168945 5.95141 0.143945 5.84179C0.118945 5.73216 0.106445 5.61966 0.106445 5.50429C0.106445 5.38891 0.118945 5.27498 0.143945 5.16248C0.168945 5.04998 0.212695 4.94373 0.275195 4.84373C1.0752 3.41873 2.15645 2.27185 3.51895 1.4031C4.88145 0.534351 6.3752 0.0999756 8.0002 0.0999756C9.6252 0.0999756 11.1189 0.534351 12.4814 1.4031C13.8439 2.27185 14.9252 3.41873 15.7252 4.84373C15.7877 4.94373 15.8314 5.04854 15.8564 5.15816C15.8814 5.26779 15.8939 5.38029 15.8939 5.49566C15.8939 5.61104 15.8814 5.72498 15.8564 5.83748C15.8314 5.94998 15.7877 6.05623 15.7252 6.15623C14.9252 7.58123 13.8439 8.7281 12.4814 9.59685C11.1189 10.4656 9.6252 10.9 8.0002 10.9Z' fill='%231E293B'/%3E%3C/svg%3E");
}

.fa-eye-slash::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3248 14.925L11.6998 12.3375C11.2623 12.475 10.8186 12.5781 10.3686 12.6469C9.91856 12.7156 9.46231 12.75 8.99981 12.75C7.3248 12.75 5.79355 12.3 4.40605 11.4C3.01855 10.5 1.93105 9.31251 1.14355 7.83751C1.08105 7.72501 1.03418 7.60939 1.00293 7.49064C0.97168 7.37189 0.956055 7.25001 0.956055 7.12501C0.956055 7.00001 0.97168 6.87814 1.00293 6.75939C1.03418 6.64064 1.08105 6.52501 1.14355 6.41251C1.41855 5.92501 1.7123 5.45001 2.0248 4.98751C2.3373 4.52501 2.6998 4.11251 3.1123 3.75001L1.55605 2.17501C1.41855 2.03751 1.3498 1.86564 1.3498 1.65939C1.3498 1.45314 1.4248 1.27501 1.5748 1.12501C1.7123 0.987512 1.8873 0.918762 2.0998 0.918762C2.3123 0.918762 2.4873 0.987512 2.6248 1.12501L15.3748 13.875C15.5123 14.0125 15.5842 14.1844 15.5904 14.3906C15.5967 14.5969 15.5248 14.775 15.3748 14.925C15.2373 15.0625 15.0623 15.1313 14.8498 15.1313C14.6373 15.1313 14.4623 15.0625 14.3248 14.925ZM8.99981 10.5C9.13731 10.5 9.26855 10.4938 9.39355 10.4813C9.51855 10.4688 9.64355 10.4438 9.76855 10.4063L5.71855 6.35626C5.68106 6.48126 5.65605 6.60626 5.64355 6.73126C5.63105 6.85626 5.6248 6.98751 5.6248 7.12501C5.6248 8.06251 5.95293 8.85939 6.60918 9.51564C7.26543 10.1719 8.0623 10.5 8.99981 10.5ZM8.99981 1.50001C10.6748 1.50001 12.2092 1.95314 13.6029 2.85939C14.9967 3.76564 16.0873 4.95626 16.8748 6.43126C16.9373 6.53126 16.9842 6.64064 17.0154 6.75939C17.0467 6.87814 17.0623 7.00001 17.0623 7.12501C17.0623 7.25001 17.0498 7.37189 17.0248 7.49064C16.9998 7.60939 16.9561 7.71876 16.8936 7.81876C16.6561 8.28126 16.3904 8.71876 16.0967 9.13126C15.8029 9.54376 15.4748 9.93126 15.1123 10.2938C14.9373 10.4688 14.7311 10.55 14.4936 10.5375C14.2561 10.525 14.0498 10.4313 13.8748 10.2563L12.3748 8.75626C12.2873 8.66876 12.2311 8.56564 12.2061 8.44689C12.1811 8.32814 12.1873 8.20626 12.2248 8.08126C12.2748 7.91876 12.3123 7.76251 12.3373 7.61251C12.3623 7.46251 12.3748 7.30001 12.3748 7.12501C12.3748 6.18751 12.0467 5.39064 11.3904 4.73439C10.7342 4.07814 9.93731 3.75001 8.99981 3.75001C8.8248 3.75001 8.6623 3.76251 8.5123 3.78751C8.36231 3.81251 8.20606 3.85001 8.04355 3.90001C7.91855 3.93751 7.79355 3.94376 7.66855 3.91876C7.54355 3.89376 7.4373 3.83751 7.3498 3.75001L6.73105 3.13126C6.49356 2.89376 6.41543 2.61876 6.49668 2.30626C6.57793 1.99376 6.77481 1.79376 7.08731 1.70626C7.39981 1.64376 7.71543 1.59376 8.03418 1.55626C8.35293 1.51876 8.67481 1.50001 8.99981 1.50001ZM10.4811 5.73751C10.6186 5.90001 10.7342 6.07814 10.8279 6.27189C10.9217 6.46564 10.9811 6.66876 11.0061 6.88126C11.0186 6.98126 10.9811 7.05001 10.8936 7.08751C10.8061 7.12501 10.7248 7.10626 10.6498 7.03126L9.1123 5.49376C9.0373 5.41876 9.02168 5.33751 9.06543 5.25001C9.10918 5.16251 9.18106 5.11876 9.28106 5.11876C9.51855 5.14376 9.7373 5.20939 9.93731 5.31564C10.1373 5.42189 10.3186 5.56251 10.4811 5.73751Z' fill='%231E293B'/%3E%3C/svg%3E");
}

.edit-user-table button.signout-btn {
    font-size: 13px;
    font-weight: 400;
    color: #656565;
    border: none;
    background: #F7F5FF;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Edit user table alignment */
.edit-user-table thead tr th,
.edit-user-table tbody tr td {
    padding: 10px 19px;
    text-align: left;
    border: 0 !important;
    vertical-align: middle;
}

.edit-user-table thead tr th {
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: middle;
}

.edit-user-table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    background-color: #fff;
    color: #656565;
    text-align: left;
    vertical-align: middle;
}

.custom-checkbox-wrap input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #0C071E;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.custom-checkbox-wrap input[type="checkbox"]:checked+.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.38889%200.5H15.6111C16.102%200.5%2016.5%200.897973%2016.5%201.38889V15.6111C16.5%2016.102%2016.102%2016.5%2015.6111%2016.5H1.38889C0.897973%2016.5%200.5%2016.102%200.5%2015.6111V1.38889C0.5%200.897973%200.897973%200.5%201.38889%200.5ZM7.6134%2012.0555L13.8988%205.7701L12.6418%204.51302L7.6134%209.54136L5.09927%207.02714L3.84219%208.28429L7.6134%2012.0555Z%22%20fill%3D%22%23066579%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
}

.custom-checkbox-wrap input[type="checkbox"]:checked+.custom-checkbox {
    border: none;
}

.dataTables_scrollBody {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dataTables_scrollBody::-webkit-scrollbar {
    display: none;
}

.custom-checkbox-wrap input[type='']:checked+.custom-checkbox {
    border: none;
}

span.notification-span-wrap {
    display: flex;
    gap: 10px;
    padding-left: 5px !important;
}

table.table.table-striped.revenue-table.dataTable.no-footer thead tr th:last-child {
    width: 11% !important;
}

span.notification-span-wrap {
    padding: 12px;
}

a.paginate_button.previous,
a.paginate_button.next {
    font-size: 0 !important;
    position: relative;
}

a.paginate_button.previous::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 7px;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg%20width%3D%224%22%20height%3D%227%22%20viewBox%3D%220%200%204%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.0788722%203.43413L3.04823%200.317871L3.81799%201.12583L1.6184%203.43413L3.81799%205.74244L3.04823%206.55039L0.0788722%203.43413Z%22%20fill%3D%22%230C071E%22/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

a.paginate_button.next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 7px;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%227%22%20viewBox%3D%220%200%205%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.10315%203.43413L1.13379%200.317871L0.364028%201.12583L2.56363%203.43413L0.364028%205.74244L1.13379%206.55039L4.10315%203.43413Z%22%20fill%3D%22%230C071E%22/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.dataTables_paginate span {
    display: flex;
}

.form-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.cancel-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.submit-btn {
    background-color: #006d77;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.error-msg {
    color: #d9534f;
    font-size: 12px;
    margin-top: 4px;
}

.right-container-body.vendor_management-section.customer-manage-wrap.assignList .dataTables_filter,
.right-container-body.vendor_management-section.customer-manage-wrap.rolelistpage .dataTables_filter {
    display: none;
}

.right-container-body.customer_appoinment_section.vendor_management-section.customer-manage-wrap span.info-icon {
    padding: 0 !important;
}

.calendar-btn.date-range input {
    width: 0;
    padding: 0;
    margin: 0 !important;
    visibility: hidden !important;
    font-size: 0 !important;
    border: 0;
    position: absolute !important;
}

.email-notification tbody tr td:nth-child(6) {
    width: 10%;
}

.status {
    padding: 5px 46px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 27px;
}

.validationTable .status {
    width: auto !important;
}

.validationTable span.pending-success {
    background-color: transparent !important;
    color: #656565;
}

span.pending-success {
    background: #5BB35F;
    color: #fff;
}

.email-noti-view-btn,
.dash-view-btn {
    padding: 7px 10px;
    background: #F7F5FF;
    border-radius: 4px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    color: #656565 !important;
    width: 37px !important;
}

.email-noti-view-btn,
.dash-view-btn:hover {
    background-color: #F7F5FF !important;
}

button.btn.btn-sm.btn-primary.dash-view-btn:hover,
.email-noti-view-btn,
.dash-view-btn:focus {
    background: #F7F5FF !important;
    outline: none;
    box-shadow: none;
}

button.btn.btn-sm.btn-primary.resend-single {
    padding: 7px 10px;
    width: 37px !important;
    background-color: #066579;
    border: none;
    font-size: 0 !important;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.email-noti-view-btn svg {
    width: 17px;
    height: 17px;
}

button.btn.btn-sm.btn-primary.resend-single svg {
    width: 15px;
    height: 15px;
}

.email-notification tbody tr td:last-child {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.email-notification thead tr th:last-child {
    width: 10% !important;
}

span.pending-danger.signout-btn.status {
    background: #CF5B66;
    color: #fff;
}

.editUserSelect {
    position: relative;
    display: inline-block;
    width: 100%;
}

.editUserSelect::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
    width: 15px;
    height: 8px;
    background: url('data:image/svg+xml;utf8,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.22292 7.16458C6.63958 7.16458 6.05625 6.93958 5.61458 6.49792L0.18125 1.06458C-0.0604167 0.822916 -0.0604167 0.422917 0.18125 0.18125C0.422917 -0.0604167 0.822917 -0.0604167 1.06458 0.18125L6.49792 5.61458C6.89792 6.01458 7.54792 6.01458 7.94792 5.61458L13.3812 0.18125C13.6229 -0.0604167 14.0229 -0.0604167 14.2646 0.18125C14.5062 0.422917 14.5062 0.822916 14.2646 1.06458L8.83125 6.49792C8.38958 6.93958 7.80625 7.16458 7.22292 7.16458Z" fill="black"/></svg>') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    /* optional - allows clicks to pass through */
}

.toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
    cursor: pointer;
}

button.flatpickr-cancel-btn {
    background: #066579 !important;
    color: #fff;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid rgba(240, 243, 246, 1) !important;
}

.remove-custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}

.remove-custom-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000066;
}

.remove-custom-modal .modal-box {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.remove-custom-modal .logout-popup-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #0C071E;
    padding: 20px;
    border-bottom: 1px solid #e8eff6 !important;
}

.remove-custom-modal button.btn-cancel {
    color: #F8283C !important;
    background: transparent;
}

.remove-custom-modal .btn-cancel:hover,
.btn-submit:hover {
    opacity: 1 !important;
}

.remove-custom-modal .modal-message.logout-popup-subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
}

.remove-custom-modal .logout-popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0px 15px 15px;
}

.remove-custom-modal .btn-cancel,
.remove-custom-modal .btn-confirm {
    background: #066579;
    color: #ffffff;
    border: none;
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 6px;
}

.remove-custom-modal .btn-cancel {
    background: #F1F5F9;
    color: #0C071E;
    border-color: #E2E8F0;
}

.remove-custom-modal .btn-confirm {
    background: #066579;
    color: #ffffff;
}

.remove-custom-modal .logout-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}

a#deactivateBtn {
    min-width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-secondary {
    background-color: transparent !important;
    color: #656565 !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.right-container-body.vendor_management-section.customer-manage-wrap.rights-page {
    position: relative;
}

.validation-page .dataTables_scrollHeadInner {
    width: 100% !important;
}

.validation-page table.dataTable {
    table-layout: fixed;
}

#tableWrapper {
    display: none;
}

#tableLoader {
    margin-top: 150px;
    display: block;
}

/* Validation table specific column widths */
.validation-page table thead tr th:nth-child(1),
.validation-page table tbody tr td:nth-child(1) {
    width: 3% !important;
}

.validation-page table thead tr th:nth-child(2),
.validation-page table tbody tr td:nth-child(2) {
    width: 7% !important;
}

.validation-page table thead tr th:nth-child(3),
.validation-page table tbody tr td:nth-child(3) {
    width: 10% !important;
}

.validation-page table thead tr th:nth-child(4),
.validation-page table tbody tr td:nth-child(4) {
    width: 15% !important;
}

.validation-page table thead tr th:nth-child(5),
.validation-page table tbody tr td:nth-child(5) {
    width: 15% !important;
    white-space: nowrap;
}

.validation-page table thead tr th:nth-child(6),
.validation-page table tbody tr td:nth-child(6) {
    width: 8% !important;
}

.validation-page table thead tr th:nth-child(7),
.validation-page table tbody tr td:nth-child(7) {
    width: 9% !important;
}

.validation-page table thead tr th:nth-child(8),
.validation-page table tbody tr td:nth-child(8) {
    width: 9% !important;
}

.validation-page table thead tr th:nth-child(9),
.validation-page table tbody tr td:nth-child(9) {
    width: 5% !important;
}

.validation-page table thead tr th:nth-child(10),
.validation-page table tbody tr td:nth-child(10) {
    width: 17% !important;
}

.user-manage-wrap table thead tr th:last-child,
.user-manage-wrap table tbody tr td:last-child {
    width: 180px !important;
}

.user-manage-wrap .dropdown.admin-name-column-sec {
    height: auto;
    margin: 0;
    padding: 0px 7px;
}

a.btn.btn-primary.btn-sm.sendinvoicebtn {
    font-size: 13px;
    font-weight: 400;
    color: #656565;
    background-color: #F7F5FF;
    padding: 5px 10px;
    border: 1px solid #F7F5FF;
    line-height: 100%;
    border-radius: 5px !important;
}

a.btn.btn-primary.btn-sm.sendinvoicebtn:focus {
    box-shadow: none;
}

/* Reset default styling */
input[type="radio"] {
    display: none;
}

.radio-group {
    display: flex;
    gap: 20px;
    background: #F0F3F6;
    padding: 8px 10px;
    border-radius: 5px;
}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.radio-btn {
    width: 18px;
    height: 18px;
    border: 2px solid #333;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease;
}

input[type="radio"]:checked+.radio-btn {
    background-color: transparent;
    border-color: #066579;
}

input[type="radio"]:checked+.radio-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #066579;
}

.custom-radio:hover .radio-btn {
    border-color: #066579;
}

/* Text color for selected item */
input[type="radio"]:checked+.radio-btn+span {
    color: #066579;
}

.firstheadwrap {
    display: flex;
    align-items: center;
}

.user-manage-wrap .firstheadwrap {
    width: calc(100% - 240px) !important;
    justify-content: space-between;
    align-items: flex-start;
}

button.add-vendor-btn {
    border: none;
}

.rights-page table thead tr th:last-child,
.rights-page table tbody tr td:last-child {
    width: 50px !important;
}

/* Role list table column widths */
.rolelistpage table thead tr th:first-child,
.rolelistpage table tbody tr td:first-child {
    width: 10% !important;
}

/* ID column */
.rolelistpage table thead tr th:nth-child(2),
.rolelistpage table tbody tr td:nth-child(2) {
    width: 100% !important;
    text-align: center !important;
}

/* Type column */
/* Force center alignment for Type column - multiple selectors */
.rolelistpage table thead tr th:nth-child(2) {
    text-align: center !important;
}

.rolelistpage table tbody tr td:nth-child(2) {
    text-align: center !important;
}

.rolelistpage .dataTable thead tr th:nth-child(2) {
    text-align: center !important;
}

.rolelistpage .dataTable tbody tr td:nth-child(2) {
    text-align: center !important;
}

.rolelistpage #example thead tr th:nth-child(2) {
    text-align: center !important;
}

.rolelistpage #example tbody tr td:nth-child(2) {
    text-align: center !important;
}

.rolelistpage .modern-datatable thead tr th:nth-child(2) {
    text-align: center !important;
}

.rolelistpage .modern-datatable tbody tr td:nth-child(2) {
    text-align: center !important;
}

.rolelistpage table thead tr th:last-child,
.rolelistpage table tbody tr td:last-child {
    width: 5% !important;
}

/* Action column */
.right-container-body.vendor_management-section.customer-manage-wrap.rolelistpage table tbody tr td {
    background-color: transparent;
}

/* Role list table alternating row colors */
.rolelistpage table tbody tr:nth-child(even) {
    background-color: #F0F3F6 !important;
}

.rolelistpage table tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

.rolelistpage table tbody tr:hover {
    background-color: #e3f2fd !important;
}

/* Force alternating colors for DataTable */
.rolelistpage .dataTable tbody tr:nth-child(even) {
    background-color: #F0F3F6 !important;
}

.rolelistpage .dataTable tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

.rolelistpage .dataTable tbody tr:hover {
    background-color: #e3f2fd !important;
}

/* Target specific table ID */
.rolelistpage #example tbody tr:nth-child(even) {
    background-color: #F0F3F6 !important;
}

.rolelistpage #example tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

/* Modern datatable specific */
.rolelistpage .modern-datatable tbody tr:nth-child(even) {
    background-color: #F0F3F6 !important;
}

.rolelistpage .modern-datatable tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

.rolelistpage .modern-datatable tbody tr:hover {
    background-color: #e3f2fd !important;
}

.user-manage-wrap .dropdown.admin-name-column-sec.show {
    background: transparent !important;
}

.user-manage-wrap .dropdown.admin-name-column-sec.show a.admin-btn-sec.dropdown-toggle-sec {
    background: #F7F5FF;
}

.user-manage-wrap .dropdown.admin-name-column-sec a.admin-btn-sec.dropdown-toggle-sec {
    padding: 5px 7px;
}

.user-manage-wrap table tbody tr td {
    line-height: normal;
}

.customer-manage-wrap .text-right {
    text-align: center !important;
}

.down-pdf {
    margin: 0 !important;
}

a.text-success.ml-2.signout-btn.openPdfBtn.down-pdf {
    height: 22px;
    display: flex;
    align-items: center;
}

.validation-page table tbody tr td:last-child .d-flex {
    gap: 7px;
    display: flex;
}

.fail-status {
    background: #CF5B66;
    color: #fff;
}

span.pending-success.signout-btn.status.deliver-status {
    background: #5BB35F !important;
    color: #fff;
}

.w-100.float-left.vendor-table-wrap.view-user-table-wrap .radio-group {
    padding: 10px 15px;
    width: fit-content;
}

.amount-wrap {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-self: center;
}

table.dataTable {
    width: 100% !important;
    table-layout: fixed !important;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table,
.dataTables_scrollBody table {
    width: 100% !important;
    table-layout: fixed !important;
}

.dataTables_scrollBody {
    overflow: auto !important;
}

#invoice-table thead tr th,
#invoice-table tbody tr td.dataTables_empty {
    text-align: center !important;
}

.right-container-body.vendor_management-section.customer-manage-wrap table tr td.dataTables_empty {
    width: 300% !important;
    justify-content: flex-start !important;
}

.right-container-body.vendor_management-section.customer-manage-wrap.revenue-management-wrap table tbody tr td {
    padding: 6.7px 10px;
}

.user-profile-btn {
    cursor: default !important;
}

span.notification-span-wrap img {
    width: 24px;
    height: 24px;
}

.input-label-wrap.view-profile-picture img {
    cursor: default;
}

.add-service-wrap .form-control-plaintext {
    font-size: 11px !important;
    padding: 0px 0px 3px 0px;
}

.rights-dropdown-btn {
    border: 1px solid #ADB3BC !important;
    box-shadow: 0px 1px 8px 0px #0000001A;
    border-radius: 10px !important;
    background: #fff !important;
    position: relative !important;
    overflow: visible !important;
}

.rights-dropdown-btn:focus {
    box-shadow: 0px 1px 8px 0px #0000001A !important;
}

ul.custom-dropdown-menu.role-rights-dropdown-menu {
    max-width: 100%;
}

/* Configuration Page Styles */
.config-page-title {
    font-size: 28px;
    font-weight: 700;
    color: #0C071E;
    margin: 0;
    margin-bottom: 30px;
}

.configuration-form-wrapper {
    width: 100%;
    background: rgba(247, 245, 255, 1);
    padding: 20px 25px;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 23px;
}

.config-form-container {
    width: 55%;
}

.config-section {
    margin-bottom: 15px;
}

.config-section:last-of-type {
    margin-bottom: 40px;
}

.config-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.config-input-group {
    margin-bottom: 15px;
}

.config-input-group:last-child {
    margin-bottom: 0;
}

.config-input-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.config-label {
    font-size: 16px;
    font-weight: 500;
    color: #0C071E;
    min-width: 227px;
    margin: 0;
}

.config-input-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.config-dollar-sign {
    position: absolute;
    left: 15px;
    font-weight: 300;
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}

.config-input {
    float: left;
    padding: 14px 120px 14px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: rgba(12, 7, 30, 1);
    border-radius: 10px;
    outline: none !important;
    background: #fff;
    border: 1px solid #ADB3BC;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 8px 0px #0000001A;
    height: auto;
    min-width: 100%;
}

.config-per-validation {
    position: absolute;
    right: 14px;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    z-index: 1;
}

.config-error {
    color: #dc3545;
    margin: 0;
}

.config-error.show {
    display: block;
    position: absolute;
    bottom: -16px;
}

.config-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.config-buttons .config-btn-cancel {
    border: 1px solid #0C071E;
    background: #fff !important;
    color: #0C071E !important;
}

.config-buttons .config-btn-submit {
    background: #066579 !important;
    color: #fff !important;
    border: none !important;
}

.config-buttons button,
.config-buttons a {
    padding: 10px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-radius: 5px !important;
    line-height: normal !important;
    height: auto !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.configuration-form-wrapper {
    width: 100%;
}

input.config-input.free-validation-count-input {
    padding: 14px 15px !important;
}

.monitoring-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    color: #0c071e;
}

.api-monitoring-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 19px;
    width: 100%;
}

.api-card {
    width: 100%;
    height: 85px;
    background: #F0F3F6;
    box-shadow: 0px 23.21px 42px -31.91px #B9B9B9;
    border-radius: 15px;
    padding: 26px;
    display: flex;
    align-items: center;
    transition: transform 0.2s;
}

.api-card:hover {
    transform: translateY(-2px);
}

.api-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.api-name {
    font-weight: 700;
    font-size: 25px;
    color: #0C071E;
}

.status-badge {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.status-badge.active {
    background: #5BB35F;
    color: #fff;
    min-width: 120px;
    text-align: center;
}

.status-badge.inactive {
    background: #CF5B66;
    color: #fff;
    min-width: 120px;
    text-align: center;
}

#monitoring-table_filter {
    display: none;
}

.monitoring-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.filter-select,
.filter-input {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    height: 42px;
    font-size: 14px;
    color: #475569;
    background-color: #fff;
}

.filter-date-range {
    position: relative;
    width: 250px;
}

.filter-date-range .calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.btn-refresh {
    background: #00769D;
    color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    height: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
    border: none;
}

.btn-refresh:hover {
    background: #005f7e;
    color: #fff;
}




/* Reference styles from validation-page */
.validation-page .export-btn {
    height: 42px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.validation-page .export-btn svg {
    width: 16px;
    height: 16px;
}

.config-error {
    font-size: 11px !important;
    font-weight: 400 !important;
}

/* Altcom Mode Styles */
.altcom-mode-group {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 5px 0;
    justify-content: space-between;
}

.mode-selection-container {
    display: flex;
    gap: 15px;
}

.mode-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    border: 1px solid #ADB3BC;
    border-radius: 8px;
    cursor: pointer;
    min-width: 205px;
    background: #fff;
    transition: all 0.3s ease;
    margin-bottom: 0;
    box-shadow: 0px 1px 8px 0px #0000001A;
}





.mode-option input[type="radio"] {
    display: none;
}

.mode-text {
    font-size: 14px;
    font-weight: 400;
    color: #0C071E;
}

.mode-indicator {
    width: 24px;
    height: 24px;
    border: 2px solid #0C071E;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}

.mode-option.active .mode-indicator {
    border-color: #066579;
}

.mode-option.active .mode-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-color: #066579;
    border-radius: 50%;
}

.mode-option input[disabled]+.mode-text {
    opacity: 0.6;
}

.mode-option input[disabled]~.mode-indicator {
    opacity: 0.6;
}

.mode-option:has(input[disabled]) {
    cursor: not-allowed;
}

.form-control-textarea {
    width: 100%;
    border: 1px solid #ADB3BC;
    box-shadow: 0px 1px 8px 0px #0000001A;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    min-height: 64px;
    padding: 14px 15.96px;
    resize: none !important;
}

.input-label-wrap {
    position: relative;
    width: 100%;
}

.economic-code-inner-wrap {
    background: #F7F5FF;
    padding: 20px;
    border-radius: 12px;
}

.economic-code-inner-wrap .input-wrap {
    margin-bottom: 15px;
}

.economic-code-inner-wrap .input-wrap:last-child {
    margin-bottom: 0;
}

.economic-code-inner-wrap .lebal_column label {
    font-size: 16px !important;
    font-weight: 500;
    color: #0C071E;
    margin-bottom: 8px;
    display: block;
}

.economic-code-inner-wrap input {
    background: transparent !important;
    border-radius: 8px !important;
    padding: 19.5px 20px;
    font-size: 16px !important;
    color: #0C071E !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-shadow: 0px 1px 8px 0px #0000001A;
    border: 1px solid #ADB3BC;
}

.copy-icon-wrap {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
}

.copy-icon-wrap svg {
    width: 20px;
    height: 20px;
}

.copy-icon-wrap:hover svg {
    opacity: 1;
}

.searchTextIdWrap {
    position: absolute;
    right: 6px;
    width: 38px;
    height: 38px;
    background-color: #066579;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
    top: 50%;
    transform: translateY(-50%);
}

.searchTextIdWrap:hover {
    background-color: #055566;
}

.searchTextIdWrap svg {
    width: 18px;
    height: 18px;
}

.add-service-wrap.signout-wrap.economicCodeModalWrap .modal-dialog {
    max-width: 560px;
}
.economic-activity-modal-content {
    border-radius: 12px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.economic-activity-modal-content .modal-header {
padding: 21.5px 20px !important;
align-items: center !important;
border-bottom: 1px solid #F1F5F9 !important;
display: flex !important;
justify-content: space-between !important;
float: none !important;
width: 100% !important;
}

.economic-activity-modal-content .modal-title {
font-size: 16px !important;
font-weight: 400 !important;
color: #1E293B !important;
margin: 0 !important;

}

.economic-activity-modal-content .close-popup {
    cursor: pointer !important;
    transition: opacity 0.2s !important;
}

.economic-activity-modal-content .close-popup:hover {
    opacity: 0.7 !important;
}

.economic-activity-modal-content .modal-body {
    padding: 20px 10px 20px 20px !important;
}

.company-name-label {
        font-size: 14px !important;
font-weight: 500 !important;
color: #1E293B !important;
text-transform: uppercase !important;
margin-bottom: 20px !important;

}

/* economiy modal styles */
.economic-activity-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-height: 227px !important;
    overflow-y: auto !important;
    padding-right: 10px !important;
}
/* Custom Scrollbar for Navigation Column */
.economic-activity-list::-webkit-scrollbar {
width: 4px;
}

.economic-activity-list::-webkit-scrollbar-button {
display: none !important;
height: 0 !important;
width: 0 !important;
background: transparent !important;
border: none !important;
}

.economic-activity-list::-webkit-scrollbar-track {
background: transparent;
}

.economic-activity-list::-webkit-scrollbar-thumb {
background: #066579;
border-radius: 2px;
}

.economic-activity-list::-webkit-scrollbar-thumb:hover {
background: #055066;
}
.economic-activity-modal-content .modal-footer.border-0.p-4 {
padding: 0px 20px 20px 20px !important;
}
/* Firefox Scrollbar */
.economic-activity-list {
scrollbar-width: thin;
scrollbar-color: #066579 transparent;
}


.activity-option-item {
    width: 100% !important;
}

.activity-radio-container {
    display: flex !important;
    align-items: center !important;
    padding: 10px !important;
    background: #F7F5FF !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    border: 1px solid transparent !important;
    position: relative !important;
    margin: 0 !important;
}


.activity-radio-container input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

.custom-radio-checkmark {
    height: 20px !important;
    width: 20px !important;
    border:2px solid #656565 !important;
    border-radius: 50% !important;
    margin-right: 16px !important;
    position: relative !important;
    flex-shrink: 0 !important;
    transition: all 0.2s !important;
}

.activity-radio-container input:checked ~ .custom-radio-checkmark {
    border-color: #066579 !important;
}

.custom-radio-checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #066579 !important;
}

.activity-radio-container input:checked ~ .custom-radio-checkmark:after {
    display: block !important;
}

.activity-text-wrap {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.activity-name {
font-size: 14px !important;
font-weight: 500 !important;
color: #1E293B !important;
margin-bottom: 5px !important;
}

.activity-code {
       font-size: 14px !important;
color: #94A3B8 !important;
font-weight: 400;
}

.economic-activity-modal-content .submit-activity-btn {
    width: 100% !important;
    background: #066579 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important;
    transition: all 0.2s !important;
    padding: 10px !important;
    
}

.economicCodeModalWrap .modal-dialog {
    max-width: 624px !important;
}
/*_____________________RESPONSIVE_________________________________*/
@media(max-width:1540px) {
    .left-navigation-column {
        flex-basis: 227px;
        border-top-left-radius: 12px;
    }
    .economic-activity-modal-content .modal-header {
        padding: 15px !important;
    }

    .economic-activity-modal-content .modal-title {
        font-size: 14px !important;
    }

    .economic-activity-modal-content .modal-body {
        padding: 15px 8px 15px 15px !important;
    }

    .company-name-label {
        font-size: 12px !important;
        margin-bottom: 15px !important;
    }

    .economic-activity-list {
        max-height: 190px !important;
        gap: 8px !important;
        padding-right: 8px !important;
    }

    .activity-radio-container {
        padding: 8px !important;
        border-radius: 8px !important;
    }

    .custom-radio-checkmark {
        height: 18px !important;
        width: 18px !important;
        margin-right: 12px !important;
    }

    .custom-radio-checkmark:after {
        width: 8px !important;
        height: 8px !important;
    }

    .activity-name {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

    .activity-code {
        font-size: 12px !important;
    }

    .economic-activity-modal-content .submit-activity-btn {
        padding: 10px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }

    .economicCodeModalWrap .modal-dialog {
        max-width: 500px !important;
    }

    .economic-activity-modal-content .modal-footer.border-0.p-4 {
        padding: 0px 15px 15px 15px !important;
    }

    .economic-code-inner-wrap .lebal_column label {
        font-size: 14px !important;
        margin-bottom: 4px !important;

    }

    .economic-code-inner-wrap input {
        padding: 9px 10px !important;
        font-size: 12px !important;
        border-radius: 4px !important;
    }


    .buttonInputWrap {
        width: calc(100% - 147px);
    }

    .right-body-column {
        flex: 1 1 auto;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .validation-page .export-btn {
        height: 28px;
    }

    .form-control-textarea {
        border-radius: 6px;
        font-size: 10px !important;
        padding: 9px 10px !important;
        min-height: 46px;
    }

    .searchTextIdWrap {
        width: 28px;
        height: 28px;
        right: 4px;
    }

    .searchTextIdWrap svg {
        width: 14px;
        height: 14px;
    }

    .mode-text {
        font-size: 12px;
    }

    .mode-option {
        min-width: 150px;
        padding: 8px 10px;
    }

    .mode-indicator {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }

    .mode-option.active .mode-indicator::after {
        width: 10px;
        height: 10px;
    }

    .api-monitoring-cards {
        margin-bottom: 13px;
        gap: 15px;
        grid-template-columns: repeat(4, 1fr);
    }

    .api-card {
        min-width: auto;
        height: 65px;
        padding: 15px 20px;
        border-radius: 12px;
    }

    .api-name {
        font-size: 18px;
    }

    .status-badge {
        padding: 4px 10px;
        font-size: 11px;
    }

    .status-badge.active,
    .status-badge.inactive {
        min-width: 90px;
    }

    .selectArrowWrap,
    .selectArrowWrap select {
        border-radius: 6px !important;
    }

    .admin-name-column span.notification-span-wrap {
        padding: 15px;
    }

    .dropdown-container.date-range::before {
        width: 11.5px;
        height: 12px;
        left: 10px;
        transform: translateY(-41%);
    }

    .dropdown-container.date-range select {
        padding-left: 30px;
    }

    .navigation-column ul li a span.text {
        font-size: 11.5px;
        padding-left: 6px;
    }

    span.notification-span-wrap img {
        width: 27px;
    }

    .add-service-wrap .custom_popup_section .modal-footer .btn.fill-btn,
    .modal-footer a {
        border-radius: 4px;
    }

    .custom-checkbox,
    .custom-checkbox-wrap input[type='20']:checked+.custom-checkbox::after {
        width: 15px;
        height: 15px;
    }

    .edit-user-table button.signout-btn {
        font-size: 10px;
        padding: 0px 9px;
        border-radius: 4px;
    }

    .admin-name-column-sec .dropdown-wrap-sec ul li a {
        padding: 7px 5px;
        font-size: 10px;
        font-weight: 400;
    }

    .admin-name-column-sec .dropdown-wrap-sec ul li a svg {
        width: 10px;
        height: 10px;
    }

    .button-column button.login-btn {
        padding: 14px;
        font-size: 14px;
        border-radius: 7px;
        font-weight: 500;
    }

    .admin-name-column {
        gap: 14px;
    }

    span.notification-span-wrap img {
        width: 18px;
        height: 18px;
    }

    .form-actions {
        margin-top: 15px !important;
    }

    .login-left-column {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .login-right-column {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    .selectArrowWrap::before {
        width: 15px;
        height: 15px;
        transform: translateY(72%);
    }

    .inputErrorWrap span.error-msg {
        padding: 0 !important;
    }

    .vendor_management-section table thead tr th:first-child {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        text-align: left !important;
        width: 3% !important;
    }

    .vendor_management-section table thead tr td:first-child {
        text-align: left;
    }

    .vendor_management-section table tr td:first-child {
        text-align: left !important;
        width: 3% !important;
    }

    .signout-btn.status {
        margin: auto;
    }

    .vendor_management-section table thead tr {
        border-radius: 4px !important;
    }

    .vendor_management-section table thead tr th:last-child {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .right-container-body.vendor_management-section.customer-manage-wrap.rights-page table thead tr th,
    .right-container-body.vendor_management-section.customer-manage-wrap.rights-page table tbody tr td {
        padding: 4px 10px !important;
    }

    .rights-page input[type='0 0 20 20'] {
        width: 13px;
        height: 13px;
    }

    .rights-page input[type='none']:checked::after {
        width: 13px;
        height: 13px;
    }

    .custom-input {
        border-radius: 4px;
        padding: 10px;
        font-size: 11px;
        border: 1px solid #ADB3BC;
    }

    .modal-header h5 {
        font-size: 13px;
    }

    .modal-body {
        padding: 13px !important;
    }

    .back-btn-wrap.roleButtonWrap a svg {
        width: 15px;
        height: 15px;
    }

    span.sign_out-text h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .modal-header .close svg {
        width: 15px;
        height: 15px;
    }

    .modal-body .form-group label {
        font-size: 11px;
    }

    span.sign_out-text p {
        color: #656565;
        font-size: 10px !important;
        font-weight: 400;
        line-height: normal;
    }

    .modal-header svg {
        width: 18px !important;
        height: 18px !important;
    }

    svg.markerSvg {
        margin-right: 10px;
    }

    .modal-dialog {
        max-width: 316px;
    }

    .rightbuttonWrap.back-btn-wrap {
        height: 28px;
    }

    .fa-eye::before,
    .fa-eye-slash::before {
        transform: translateY(-67%);
        width: 16px;
        height: 16px;
    }

    .editUserSelect::before {
        width: 12px;
    }

    .form-column-wrapper.single-column-form label {
        font-size: 12px;
    }

    textarea.input_style {
        font-size: 12px !important;
        padding: 10px;
        border-radius: 7px;
    }

    a#deactivateBtn {
        min-width: 80px;
    }

    textarea.input_style::placeholder {
        font-size: 12px;
    }

    span.input-group-text {
        max-width: 50px !important;
    }

    span.multiselect-selected-text {
        font-size: 12px;
    }

    .status,
    .email-noti-view-btn,
    button.btn.btn-sm.btn-primary.dash-view-btn,
    button.btn.btn-sm.btn-primary.resend-single {
        font-size: 10px;
        height: 22px !important;
    }

    .status,
    .email-noti-view-btn svg,
    .dash-view-btn,
    button.btn.btn-sm.btn-primary.resend-single svg {
        width: 13px;
        height: 13px;
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months,
    input.numInput.cur-year {
        font-size: 11px !important;
    }

    button.flatpickr-cancel-btn {
        font-size: 11px !important;
        height: 25px !important;
        display: flex;
        align-items: center;
    }

    a.text-success.ml-2.signout-btn.openPdfBtn {
        font-size: 10px;
        font-weight: 400;
    }

    .inputcheckbox input[type="checkbox"],
    .inputcheckbox input[type="checkbox"]:checked::before {
        width: 14px;
        height: 14px;
    }

    span.conformation p {
        font-size: 14px;
    }

    input#email::placeholder {
        font-size: 10px !important;
    }

    .inputErrorWrap input::placeholder,
    .inputErrorWrap select::placeholder,
    .user-View .single-column-form form .input-wrap .input-label-wrap span,
    .passInput,
    .user-View.editUser input,
    .user-View select,
    .emailform input,
    .emailform select {
        font-size: 10px !important;
    }

    input#email::placeholder {
        font-size: 10px !important;
        color: #ADB3BC !important;
    }

    ul.dropdown-menu li a {
        padding: 4px 9px !important;
    }

    span.sign_out svg {
        width: 15px;
        height: 15px;
    }

    .error {
        font-size: 10px;
        bottom: -14px;
        font-weight: 500;
    }

    .dropdown-menu li a span.text {
        text-align: left !important;
        font-size: 11px !important;
    }

    a.header-logo img {
        width: 170px;
    }

    span.arrow svg {
        top: 27%;
        width: 15px;
        height: 15px;
    }

    .vendor-table-wrap {
        margin-bottom: 30px;
    }

    .vendor_management-section table thead tr th,
    .vendor_management-section table tbody tr td {
        font-size: 10px;
        font-weight: 400;
    }

    .w-100.float-left.login-logo a img {
        width: 358px;
    }

    .user-View .single-column-form form .input-wrap .input-label-wrap span,
    .passInput,
    .user-View.editUser input,
    .user-View select,
    .emailform input,
    .emailform select {
        padding: 9px 10px !important;
        height: 34px !important;
        font-size: 12px;
        border-radius: 6px !important;
    }

    .roleWrapper label {
        margin: 0 !important;
        font-size: 11px;
        font-weight: 500;
    }

    .dataTables_wrapper .dataTables_paginate span a.paginate_button,
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 10px;
        width: 19px;
        height: 19px;
    }

    .edit-vendor-btn {
        width: 65px;
    }

    .admin-name-column span.notification-span-wrap {
        height: 34px;
        font-size: 12px;
        border-radius: 6px;
        padding: 9px 8px !important;
    }

    .management-col .input-wrap {
        margin-bottom: 15px;
    }

    span.customer_management svg {
        width: 15px !important;
        height: 15px !important;
    }

    span.input-error-text.hide-error-message {
        position: absolute;
        bottom: 0;
    }

    .navigation-column ul li a {
        padding: 7px 10px;
        margin-bottom: 5px;
        border-radius: 6px;
    }

    span.customer_management svg {
        width: 18px;
        height: 18px;
    }

    input[type='http://www.w3.org/2000/svg']:disabled {
        width: 13px;
        height: 13px;
        border-radius: 2px;
    }

    .right-container-body {
        padding: 0px 30px;
        background: #fff;
    }

    img.userViewImg {
        width: 65px;
        height: 65px;
        border-radius: 6px;
        font-size: 11px;
    }

    .vendor_ragistration_form form,
    .user-form {
        flex-direction: column;
    }

    form.user-form input,
    form.user-form input::placeholder {
        font-size: 10px !important;
    }

    .body-content-section {
        height: calc(100vh - 75px);
    }

    .col-lg-6 {
        padding: 0 !important;
    }

    .navigation-column {
        height: calc(100vh - 75px);
        padding: 0px 17px;
    }

    .vendor_ragistration_form form .input-wrap .input-label-wrap input.input_style,
    .input-btn .form-btn-style {
        height: 50px;
    }

    .dashboard_card_column {
        width: 248px;
    }

    .dashboard_card_data {
        padding: 16px 18px;
        border-radius: 10px;
    }

    .dashboard-card-img-cont {
        margin-top: 7px;
    }

    .dashboard_card_data span.card-icon,
    span.card-icon.appointments-img {
        height: 36px;
        width: 36px;
        border-radius: 7px;
    }

    .dashboard_card_data h2 {
        font-size: 28px;
        line-height: 40px;
        margin-left: 15px;
    }

    .add-vendor-btn {
        font-size: 10px;
        font-weight: 400;
    }

    .dashboard_card_data span.card-icon img {
        width: 23px;
        height: 16px;
        object-fit: contain;
    }

    .requests-btn {
        font-size: 14px;
    }

    .vendor_management-section table thead tr th,
    .vendor_management-section table tbody tr td {
        padding: 7px 12px;
    }

    .management-title a h5 {
        font-size: 15px;
    }

    .dashboard_card-section {
        gap: 28px;
    }

    .single-column-form form .input-wrap .input-label-wrap .lebal_column {
        min-width: 165px;
    }

    .add-service-wrap.signout-wrap .modal-dialog {
        max-width: 319px;
    }

    .add-service-wrap.signout-wrap.economicCodeModalWrap .modal-dialog {
        max-width: 400px;
    }

    span.sign_out-text p {
        margin-bottom: 0px;
        max-width: 345px;
        font-size: 22px;
    }

    .back-btn-wrap svg {
        width: 10px;
    }

    .lebal_column label {
        font-size: 12px !important;
    }

    .add-service-wrap.signout-wrap .modal-footer {
        padding: 0px 13px 13px;
    }

    .modal-footer .btn.fill-btn {
        line-height: normal;
        font-size: 10px;
        font-weight: 400;
        border-radius: 4px;
        padding: 6px 10px !important;
    }

    .add-service-wrap .modal-content {
        border-radius: 5px;
    }

    .add-service-wrap.signout-wrap .modal-footer .btn {
        line-height: 25px;
        font-size: 16px;
        line-height: normal;
        border-radius: 4px !important;
    }

    .login-form-wrapper h2 {
        font-size: 28px;
    }

    .Admin_login_form form .input-column .input_icon_wrapper input.input_style {
        font-size: 12px;
        padding: 15px;
        border-radius: 5px;
        line-height: normal;
    }

    span.errormsg.input-error-text {
        height: 15px;
    }

    input.input_style::placeholder,
    input#password::placeholder,
    input#email::placeholder {
        font-size: 12px !important;
    }

    .forgot-password-link {
        font-size: 14px;
    }

    .login-form-wrapper {
        float: left;
        max-width: 325px;
    }

    .right-body-column .top-header-column {
        padding: 20px 30px;
        border-top-left-radius: 25px;
        height: 75px;
    }

    .user-View {
        border-radius: 5px;
        margin-bottom: 17px;
        padding: 20px;
    }

    .back-btn-wrap {
        margin-bottom: 17px;
    }

    .title-column {
        margin-bottom: 13px;
    }

    span.navigation-toggle-btn svg {
        width: 17px;
        height: 17px;
    }

    span.navigation-toggle-btn {
        width: 35px;
        height: 35px;
        border-radius: 6px;
    }

    .dashboard_card_data h5 {
        font-size: 18px;
    }

    .top-header-column.header_logo_column {
        padding: 23px;
        height: 75.95px;
        justify-content: center;
    }

    .w-100.float-left.main_wrapper-section.navigation-closed .top-header-column.header_logo_column {
        padding: 15px;
    }

    span.dashboard_icon svg {
        width: 16px;
        height: 16px;
    }

    .admin-name-column-sec .dropdown-wrap-sec {
        width: 90px !important;
        min-width: 90px;
        transform: translate(-59px) !important;
        border-radius: 5px;
    }

    .button {
        padding: 6px 20px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        border-radius: 4px !important;
    }

    form.viewUserForm {
        gap: 70px;
    }

    .viewUserBtnWrap {
        gap: 10px;
    }

    .title-column h5 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        color: #0C071E;
    }

    .add-vendor-btn {
        padding: 5px 8px;
        border-radius: 4px;
        height: 28px !important;
        font-size: 11px !important;
    }

    .add-vendor-btn svg {
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    .modal-footer a,
    .modal-footer button {
        padding: 0 !important;
        border-radius: 5px;
        font-size: 11px !important;
    }

    select,
    .dropdown-btn,
    .calendar-btn.date-range {
        font-size: 11px;
        padding: 5px 10px;
        padding-right: 32px;
        height: 28px;
        border-radius: 3px;
    }

    .custom-dropdown-btn {
        font-size: 11px;
        padding: 5px 10px;
        padding-right: 32px;
        height: 28px;
        border-radius: 3px;
        min-width: 155px;
    }

    .custom-dropdown-menu li {
        font-size: 11px;
        padding: 5px 10px;
    }

    .dataTables_wrapper .dataTables_filter input {
        font-size: 11px;
        padding: 5px 10px;
        height: 28px;
        border-radius: 3px;
        width: 136px;
    }

    .dataTables_wrapper .dataTables_filter label {
        margin-bottom: 15px;
    }

    .arrow-icon {
        position: absolute;
        right: 10px;
        top: 22%;
        pointer-events: none;
        width: 13px;
        height: 17px;
        transition: transform 0.3s ease;
    }

    .inputColWrap input,
    .inputColWrap textarea,
    .inputColWrap select {
        padding: 8px 11.96px;
        font-size: 13px;
        border-radius: 8px;
    }

    .inputColWrap input::placeholder {
        font-size: 13px !important;
    }

    .custom_popup_section .modal-dialog .modal-header,
    .modal-body {
        padding: 13px;
    }

    .modal-footer.border-0 {
        justify-content: end;
        padding: 0px 15px 15px;
    }

    .modal-footer.border-0 button {
        font-size: 13px;
    }

    .rightsWrapper .input-label-wrap select {
        border-radius: 8px;
    }

    span#calendarLabel {
        line-height: normal;
    }

    .remove-custom-modal .modal-box {
        max-width: 319px !important;
        border-radius: 5px;
    }

    .remove-custom-modal .logout-popup-title {
        padding: 13px;
        font-size: 13px;
    }

    .remove-custom-modal .modal-message.logout-popup-subtitle {
        font-size: 13px;
        padding: 13px;
        font-weight: 500;
    }

    .remove-custom-modal .btn-cancel,
    .remove-custom-modal .btn-confirm {
        font-size: 11px;
        line-height: 19px;
        padding: 6px 10px !important;
        border-radius: 4px;
    }

    button#closePopupBtn svg {
        width: 18px;
        height: 18px;
    }

    .dataTables_filter {
        transform: translateY(-102%);
    }

    .custom-radio {
        font-size: 11px;
    }

    .radio-group {
        padding: 5px 10px;
        gap: 10px;
    }

    .radio-btn {
        width: 16px;
        height: 16px;
    }

    a.btn.btn-primary.btn-sm.sendinvoicebtn {
        font-size: 11px;
        border-radius: 5px !important;
    }

    input[type="radio"]:checked+.radio-btn::before {
        width: 7px;
        height: 7px;
    }

    .user-manage-wrap .firstheadwrap {
        width: calc(100% - 150px) !important;
    }

    button.add-vendor-btn.send-text-id-wrap-Btn {
        padding: 8px 10px;
    }

    .rights-dropdown-btn {
        border-radius: 5px !important;
    }

    .reports-management-wrap .export-btn {
        height: 28px;
    }

    .reports-management-wrap .export-btn {
        height: 28px !important;
        font-size: 11px !important;
        padding: 0px 10px !important;
    }

    .config-input {
        padding: 9px 90px 9px 15px !important;
        height: 34px !important;
        font-size: 10px !important;
        border-radius: 6px !important;
    }

    .config-dollar-sign {
        font-size: 10px !important;
        left: 10px;
        font-weight: 400;
    }

    span.config-per-validation {
        font-size: 10px;
        right: 10px;
    }

    .config-label {
        font-size: 12px !important;
        min-width: 165px;
    }

    .configuration-form-wrapper {
        border-radius: 5px;
        margin-bottom: 17px;
        padding: 20px;
    }

    .config-buttons button,
    .config-buttons a {
        padding: 6px 20px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        border-radius: 4px !important;
    }

    .config-section-title {
        font-size: 16px !important;
    }

    .config-error {
        font-size: 10px !important;
        bottom: -15px !important;
        font-weight: 500;
    }

    #addUserForm span.error-msg {
        bottom: -15px !important;
    }

    input.config-input.free-validation-count-input {
        padding: 9px 10px !important;
    }

    .language-switcher form {
        height: 34px !important;
    }
}

@media(max-width:1300px) {
    .login-form-wrapper h2 {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 60px;
    }

    .status-badge.active,
    .status-badge.inactive {
        min-width: 80px;
    }

    .api-name {
        font-size: 16px;
    }

    .button-column {
        margin-top: 10px;
    }

    .login-logo {
        margin-bottom: 40px;
    }

    .login-form-wrapper {
        max-width: 400px;
    }

    .button {
        padding: 6px 15px !important;
        line-height: inherit !important;
    }
}

@media(max-width:1199px) {
    .dashboard_card_data h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .dashboard_card_data h2 {
        margin-bottom: 60px;
        font-size: 40px;
        line-height: 60px;
    }
}

@media(max-width:992px) {
    .login-section {
        overflow-y: auto;
    }

    .vendor_ragistration_form form .input-wrap {
        width: 100%;
    }

    .left-navigation-column {
        flex-basis: 0;
        overflow: hidden;
    }

    .right-body-column {
        flex: 1 1 auto;
    }

    .main_wrapper-section.navigation-closed .left-navigation-column {
        flex-basis: 270px;
    }

    .main_wrapper-section.navigation-closed .right-body-column {
        flex: 1 1 auto;
    }

    .navigation-closed .right-container-body {
        justify-content: end;
    }

    .navigation-closed span.navigation-toggle-btn {
        color: #fff;
    }
}

@media(max-width:767px) {

    .login-left-column,
    .login-right-column {
        width: 100%;
    }

    .main_wrapper-section .navigation-column ul li a {
        display: none;
    }

    .main_wrapper-section.navigation-closed .navigation-column ul li a {
        display: block;
        position: relative !important;
    }

    .customer-manage-wrap .title-column {
        margin: 28px 0 28px 0px;
    }

    .dataTables_wrapper .dataTables_paginate {
        display: block;
        width: 100%;
    }

    .dataTables_length {
        bottom: -50px;
    }

    .dataTables_length label {
        justify-content: center;
    }

    .ragister_sub_head b {
        left: 0;
    }

    .single-column-form form .input-wrap .input-label-wrap {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .single-column-form form .input-wrap .input-label-wrap .lebal_column {
        width: 100%;
    }

    span.errormsg.input-error-text {
        width: 100%;
        height: auto;
    }

    .main_wrapper-section.navigation-closed .left-navigation-column {
        flex-basis: 420px;
    }

    .dataTables_wrapper .dataTables_filter label {
        float: right;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
    }

    .input-btn {
        display: flex;
    }

    .navigation-closed span.navigation-toggle-btn {
        left: -20px;
        top: 00;
        z-index: 9999999;
    }

    .navigation-closed .admin-name-column {
        display: none;
    }

    .navigation-closed .right-container-body {
        justify-content: end;
    }

    .navigation-closed span.navigation-toggle-btn {
        color: #fff;
    }

    .vendor_management-section table thead tr th {
        font-size: 11px;
        white-space: nowrap;
    }

    .vendor_management-section table tbody tr td {
        font-size: 11px;
    }

    a.add_edit_btn_style {
        width: 100%;
    }

    .dataTable_addbtn_wrap {
        margin-bottom: 8px;
    }

    .vendor_ragistration_form form .input-wrap .input-label-wrap input.input_style,
    .input-btn .form-btn-style {
        height: 40px;
    }

    .vendor_ragistration_form form .input-wrap {
        padding: 0px 0px;
    }

    span.input-error-text {
        margin-top: 0px;
        font-size: 12px;
    }

    .dashboard_card_column {
        width: 100%;
    }

    .w-100.float-left.login-logo a img {
        width: 100% !important;
    }
}

/* Language Switcher Styles */
.language-switcher {
    display: flex;
    align-items: center;
}

.language-switcher form {
    display: inline-flex;
    background: #F1F5F9;
    border-radius: 8px;
    gap: 0;
    align-items: center;
    height: 38px;
}

.language-switcher form button {
    height: 100%;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.2s ease;
    background: #F1F5F9;
    color: #4B5563;
    white-space: nowrap;
    position: relative;
}

.lang-btn.active {
    background: #066579;
    color: #FFFFFF;
}

.lang-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.5);
}

.lang-btn:first-child {
    margin-right: 0;
}

.lang-btn:last-child {
    margin-left: 0;
}

.lang-flag {
    width: 14px;
}

.lang-text {
    font-weight: 400;
    font-size: 12px;
}