@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.open-sans {
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.inter {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
}
.logout-profile{
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #3a3b45;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.h4,
h4 {
    font-size: 18px;
    font-weight: 600;
}

body {
    font-family: "Open Sans", sans-serif;
}

.w-49 {
    width: 49% !important;
}

.ml-half {
    margin-left: .5%;
}

.mr-half {
    margin-right: .5%;
}

.secondary-900 {
    color: #1F212C;
}

.bg-f6 {
    background: #F6F6F6;
}

.login-left-wrap {
    background: url("../img/container.jpg") no-repeat left top;
    height: 100%;
    width: 100%;
    padding: 5%;
    border-radius: 10px;
    color: white;
}

.signup-right-wrap {
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.left-subhead {
    display: flex;
    flex-wrap: wrap;
}

.login-left-wrap h3 {
    font-size: 1.8rem;
    margin-top: 6rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.subhead-wrap {
    background: rgb(191 191 191 / 10%);
    padding: 5px 30px;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(201 201 201 / 15%);
    margin-bottom: 0.5rem;
}

.subhead-wrap span {
    font-size: 1.2rem;
    font-weight: 300;
}

.subhead-wrap strong {
    font-size: 1.8rem;
    font-weight: 600;
}

.login-left-wrap p {
    margin: 10rem 0 -1.8rem;
}

.login-left-wrap p a {
    color: #fff;
    font-weight: 600;
}

.login-left-section {
    display: block;
    padding: 0;
}

.login-right-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 2.5rem;
    position: relative;
}

.login-right-wrap h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 30px;
    color: black;
    text-align: left;
}

.login-right-wrap p {
    color: #969696;
    font-size: .85rem;
    margin: .1rem 0 1.2rem;
}

.login-right-wrap form span {
    color: #969696;
    font-size: .8rem;
    margin: 10px 0;
    display: block;
}

.sidebar.toggled .nav-item .nav-link {
    padding: 0.75rem 0rem;
    max-width: 5rem;
}

.sidebar.toggled img {
    margin-right: 0 !important;
}

.login-right-wrap form input.form-control {
    border: 1px solid rgb(189 188 188 / 50%);
    margin-bottom: 2px;
}

.otp-box {
    display: flex;
    justify-content: space-around;
}

.otp-box.d-flex>input.form-control {
    margin: 0 10px 0 0;
}

.login-right-wrap form label {
    display: block;
    text-align: center;
    font-size: .85rem;
    margin: 15px 0;
}

.login-right-wrap form p {
    display: block;
    font-size: .85rem;
    margin: 10px 0;
    color: #232323;
}

.login-right-wrap form p a {
    color: #367AFF;
}

.login-right-wrap form p.reCAPTCHA {
    font-size: .70rem;
    margin-bottom: 0rem;
    text-align: left;
}

.login-right-wrap form p.already-login {
    border-top: 1px solid #D9D9D9;
    padding-top: 1rem;
}

.or {
    display: block;
    text-align: center;
    font-size: .85rem;
    margin: 15px 0;
    position: relative;
}

.or::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    content: "";
    left: 0;
    top: 10px;
}

.or span {
    background: #fff;
    display: inline-block !important;
    z-index: 1;
    position: relative;
    padding: 0 5px;
    margin: 0 !important;
}

.logo-btm {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -130px;
    transform: translateX(-50%);
}

.logo-btm-sm {
    display: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 2rem;
}

.headerright p {
    margin-bottom: 0;
    color: #232323;
    font-weight: 600;
}

.headerright p a {
    color: #367AFF;
}

.bg-dark-sidebar {
    background: #070E21;
    padding: 0 10px;
    z-index: 1;
}

.sidebar-brand-text {
    font-size: .85rem;
    font-weight: 600;
}

.sidebar-brand-text span {
    font-size: .75rem;
    font-weight: 400;
}

.sidebar-dark .nav-item .nav-link {
    color: white;
}

.sidebar .nav-item {
    border-radius: 10px;
    margin: 5px 0px;
}

li.nav-item.active {
    background: #367aff;
}

.sidebar .sidebar-brand {
    margin: 0 0px;
}

.nav-item span {
    font-size: .85rem;
    display: inline;
    color: white;
}

li.nav-item.li-btm {
    border: 1px solid #3a3a3a;
    padding: 10px;
}

ul.navbar-nav.top-nav .nav-item a i,
ul.navbar-nav.top-nav .nav-item a span {
    color: black;
}

ul.navbar-nav.top-nav .nav-item a.active {
    border-bottom: 1px solid #367AFF;
}

ul.navbar-nav.top-nav .nav-item a.active i,
ul.navbar-nav.top-nav .nav-item a.active span {
    color: #367AFF;
}

.stepper {
    background: #f6f6fa;
    width: 50%;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #e5e0e0;
    margin: 5px 0;
}

.organisation-wrap {
    color: #333;
}

.organisation-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.organisation-wrap a {
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.details-wrap {
    background: #f6f6fa;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
}

.basic-details-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}

.basic-details-wrap-one {
    color: #333;
}

.basic-details-input {
    background: #fff;
    border-bottom: 8px;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    text-align: right;
    overflow: hidden;
}

.no-bg {
    background: none;
}

.basic-details-input span {
    float: left;
    margin-right: 0.8rem;
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.basic-details-input p {
    float: left;
    margin: 4px 0 0;
}

.welcome-wrap {
    background: #2F945A;
    padding: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-top: 15px;
}

.welcome-wrap-left {
    display: flex;
    flex-grow: 4;
}

.welcome-wrap-btn {
    flex-grow: 1;
}

.welcome-wrap-in {
    margin-right: 10%;
}

.welcome-wrap span {
    display: block;
    margin-top: 20px;
    margin-bottom: 12px;
}

.welcome-wrap p {
    display: block;
    margin-bottom: 0px;
}

.welcome-wrap b {
    display: block;
}

.hello-wrap p {
    color: #000;
    font-size: 1.4rem;
}

.rightlink {
    text-align: right;
    padding-right: 10px;
}

.breadcrumb-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 30px auto;
    position: relative;
}

.breadcrumb-wrap::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C0BFBD;
    content: "";
    top: 50%;
}

.breadcrumb-in label {
    margin: 0;
}

.breadcrumb-in {
    background: #fff;
    position: relative;
    padding: 0 15px;
    color: #4A4E69;
    display: flex;
    font-size: 18px;
}

.breadcrumb-in span {
    border: 1px solid #4A4E69;
    min-width: 26px;
    height: 26px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    justify-content: center;
    line-height: 22px;
}

.breadcrumb-in.active span {
    border: 1px solid #367AFF;
    color: #fff;
    background-color: #367AFF;
}

.card-form {
    width: 100%;
    border: 2px solid #367AFF;
    border-radius: 10px;
    min-height: 54px;
    padding: 9px;
    position: relative;
    float: left;
}

.card-form select:focus,
.card-form select:visited {
    outline: 0;
    background: none;
    border: none;
}


.card-form label {
    position: absolute;
    top: -11px;
    font-size: 14px;
    background: #f8f9fc;
    color: #367AFF;
    padding: 0 5px;
}

.card-form input.form-input {
    background: none;
    width: 100%;
    margin-top: 2px;
    border: none;
    outline: 0;
    font-size: 1.1rem;
    padding-left: 5px;
}

.tip-wrap {
    background: #e3eafb;
    border: 1px solid #c0d4fc;
    margin: 10px 0;
    border-radius: 10px;
    color: #4A4E69;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    padding: 10px;
}

.btn-proceed {
    color: #fff;
    background-color: #353e57;
    border-color: #353e57;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.btn-proceed:hover {
    color: #fff;
    background-color: #161b28;
    border-color: #161b28;
}

.btn-proceed-border {
    color: #353e57;
    background-color: none;
    border-color: #353e57;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.btn-proceed-border:hover {
    color: #161b28;
    background-color: none;
    border-color: #161b28;
}

.disabled .btn-proceed {
    color: #fff;
    background-color: #96b8fd;
    border-color: #0e9aff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.disabled .btn-proceed:hover {
    color: #fff;
    background-color: #7aa5fb;
    border-color: #7aa5fb;
}

.disabled .btn-proceed-border {
    color: #0e9aff;
    background-color: none;
    border-color: #0e9aff;
    font-family: "Inter", sans-serif;
}

.disabled .btn-proceed-border:hover {
    color: #7aa5fb;
    background-color: none;
    border-color: #7aa5fb;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.error-msg {
    font-size: 14px;
    position: relative;
    float: left;
    top: 0px;
    width: 100%;
	color: #F24822;
	
}
.otp-input.error {
  border: 1px solid #F24822 !important;
  box-shadow: 0 0 0 0.2rem rgba(242, 72, 34, 0.25) !important;
}
label.company-dtl-label {
    font-weight: 400;
    margin-top: 10px;
}

table.salary-table {
    background: #dee9e6;
    font-size: 18px;
    color: #000;
}

table.salary-table tbody tr {
    background: #d2e3dc;
}

table.salary-table tbody tr:nth-child(even) {
    background: #b9d7c8;
}

table.salary-table th,
table.salary-table td {
    border: 0;
}


.tip-wrap-in {
    display: flex;
    margin: 10px 5px;
}

.tip-wrap-in span {
    border: 1px solid #7B94C7;
    min-width: 24px;
    height: 24px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    padding: 0;
    margin-right: 8px;
    justify-content: center;
    color: #fff;
    background-color: #7B94C7;
}

.form-control {
  /* padding: 0.375rem 0rem; */
}

.small,
small {
    font-size: 100%;
    font-weight: 400;
}

.tabs-row {
    display: none;
}

/********************************** CSS Loader *****************************************/
.lds-spinner {
    color: #000;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*********************************** Media Screens *************************************/

@media screen and (max-width:1199px) {
    .subhead-wrap {
        padding: 5px 20px;
        margin-right: 1.2rem;
    }

    .login-left-wrap p {
        margin: 6rem 0 0;
    }

    .login-right-wrap {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .subhead-wrap {
        padding: 5px 20px;
        margin-right: 1.2rem;
    }

    .login-left-wrap p {
        margin: 6rem 0 0;
    }

    .login-right-wrap {
        padding: 0;
    }
}




@media screen and (max-width:575px) {
    .login-container {
        flex-direction: column-reverse;
    }

    .login-right-wrap {
        margin-bottom: 1rem;
        padding: 0 2rem;
    }

    .logo-btm {
        display: none;
    }

    .logo-btm-sm {
        display: block;
        text-align: center;
        margin-top: 0.5rem;
    }

    .login-left-wrap h3 {
        margin-top: 3rem;
    }

    .subhead-wrap {
        margin-right: .5rem;
        padding: 5px 20px;
    }

    .login-left-wrap p {
        margin: 4rem 0 0rem;
    }

    .header {
        flex-direction: column;
        text-align: center;
    }

    .headerright p {
        margin-top: 10px;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 0rem;
        width: 4.5rem;
    }

    .sidebar .nav-item .nav-link img,
    li.nav-item.li-btm img {
        margin-right: 0 !important;
    }

    li.nav-item.li-btm {
        text-align: center;
    }

    li.nav-item.li-btm span {
        margin-top: 5px;
        display: block;
    }

    li.nav-item.li-btm a {
        float: none !important;
    }

    .organisation-wrap h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .organisation-wrap a {
        position: relative;
    }

    .details-wrap {
        margin-bottom: 10px;
        padding: 10px;
        margin-top: 10px;
    }

    .h4,
    h4 {
        font-size: 1.1rem;
    }

    .basic-details-input span {
        float: none;
        margin-right: 0;
        display: inline-block;
    }

    .basic-details-input p {
        float: none;
    }

    .basic-details-input {
        text-align: center;
    }

    .basic-details-wrap {
        flex-direction: column;
        text-align: center;
    }

    .welcome-wrap {
        min-height: 1vh;
    }

    .sidebar.toggled {
        width: 7.4rem !important;
    }

    .breadcrumb-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1140px;
		margin: 30px auto;
		position: relative;
    }

    .breadcrumb-in {
		position: relative;
			display: flex;
			align-items: center;
			padding-right: 30px; /* spacing for the line */
    }

    .company-dtl-wrap .btn-lg {
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        margin: 5px 0;
    }

}


.nav-tabs .nav-link.active {
    background: #367aff;
    color: #fff;
    border-radius: 15px;
    padding: 1rem;
    margin: 0 5px;
}

.nav-tabs .nav-link {
    border-radius: 15px;
    padding: 1rem;
    margin: 0 5px;
}

.font-0 {
    font-size: 0;
}

progress {
    text-align: center;
}

progress:after {
    content: attr(value);
}


/* default link color */
a {
    color: #367AFF;;
}

/* color for active link */
a.active {
    color: red;
}

/* hide submenu's by default */
ul>li>ul {
    display: none;
}

.btn-grren {
    background: #2F945A;
    padding: 1rem;
    color: #fff;
}

.no-border {
    border: none;
}

.add-custom {
    text-decoration: none;
    font-size: 16px;
}

.add-custom:hover {
    text-decoration: underline;
    color: #fff;
}

.managemp-btn-wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

a.btn.btn-green {
    background: #74B790;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    min-width: 220px;
    margin: 0 10px;
    color: #fff;
    border: 1px solid #2F945A;
    position: relative;
}

a.btn.btn-white {
    background: #EAF4EF;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    min-width: 220px;
    margin: 0 10px;
    color: #2F945A;
    border: 1px solid #EAF4EF;
    position: relative;
}

a.btn.btn-disabled {
    background: #ededf0;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    min-width: 220px;
    margin: 0 10px;
    color: #ACAEBA;
    border: 1px solid #ededf0;
    position: relative;
}

.independent-form {
    border: 1px solid #ededf0;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.br-10 {
    border-radius: 10px;
}

.independent-form input.form-input {
    width: 99%;
    border: none;
    font-family: "Inter", sans-serif;
}

.independent-form input.form-input:placeholder {
    font-family: "Inter", sans-serif;
}

input[type=text]:focus {
    border: 0;
}


input:focus {
    outline: none;
}


.tabs-details {
    border-bottom: 1px solid #bfdecc;
}

.tabs-details li a.nav-link {
    border: 1px solid #bfdecc;
    margin-right: 5px;
    border-bottom: none;
    font-size: 16px;
    min-width: 170px;
    border-radius: 8px 8px 0 0;
    padding: 1rem 1.5rem;
    text-align: center;
    font-weight: 500;
}

.tabs-details li a.nav-link.active {
    background: #74B790;
    border: 1px solid #74B790;
    border-bottom: none;
}

.tabs-details-tbl .table thead th:first-child {
    border-radius: 10px 0 0 0;
}

.tabs-details-tbl .table thead th:last-child {
    border-radius: 0 10px 0 0;
}

.tabs-details-tbl .table thead th {
    background: #d2e3dc;
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.tabs-details-tbl .table tbody tr td {
    color: #000;
    border: none;
    font-size: 18px;
}

.tabs-details-tbl .table tbody tr:nth-child(even) {
    background: #ededf0;
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas-overlay,
.bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
}

.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}

.bs-canvas-right button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px 30px;
}

.bs-canvas-right button.test {
    padding: 0;
    background-color: transparent;
    border: 0;
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px 30px;
}
.bs-canvas-top {
    display: block;
    padding: 10px 30px;
    border-bottom: 1px solid #eaf4ef;
    margin-bottom: 20px;
}

.bs-canvas-top h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}

.bs-canvas-top p {
    font-size: 18px;
    color: #2f945a;
    margin-bottom: 10px;
}

.bs-canvas-mid {
    background: #eaf4ef;
    margin: 10px 20px;
    padding: 15px;
    border-radius: 7px;
}

.bs-canvas-mid p {
    color: #74b790;
    margin-bottom: 0;
}

.bs-canvas-mid b {
    color: #2f945a;
    margin-bottom: 10px;
    display: block;
}

.bs-icons {
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-icons img {
    max-width: 44px;
}

.bs-canvas-btm {
    margin: 15px 20px 5px;
}

.bs-canvas-btm button.btn {
    display: block;
    width: 100%;
    margin: 0;
    background: #2f945a;
}

h4.tip-h4 {
    font-size: 18px;
    font-weight: 700;
}

.tip-option {
    margin: 5px 5px 0;
}

.tip-option input {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.tip-option label {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}


.btn-outline-green {
    background: #eaf4ef;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    min-width: 220px;
    margin: 0 10px;
    color: #2f945a;
    border: 1px solid #2f945a;
}

ul.bulk-list {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

ul.bulk-list li {
    margin: 0 0 5px;
    font-size: 1rem;
    position: relative;
    color: #606060;
    font-weight: 500;
}

ul.bulk-list li span {
    position: absolute;
    left: -18px;
}

.bg-white h5 {
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
}

.choose-file {
    width: 100%;
    border: 2px solid #367AFF;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.choose-file input {
    width: 100%;
    min-height: 56px;
    border: none;
    margin-left: 10px;
}

.choose-file .input-group-btn {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
    min-width: 150px;
    height: 56px;
    border-radius: 0 6px 6px 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 54px;
}

.choose-file input.form-control[readonly]:focus {
    outline: none;
    box-shadow: none;
}

.choose-file input.form-control[readonly] {
    background: none;
}

.bulk-wrap p {
    font-size: 1rem;
}

.successful-wrap h2 {
    color: #2f945a;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
}

.count {
    display: flex;
    border: 1px solid #c2e0ce;
    margin-left: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
}

.count span,
.count strong {
    float: left;
    padding: 7px;
    width: 38px;
    text-align: center;
    line-height: 22px;
}

.count span {
    background: #eaf4ef;
    color: #2f945a;
    border-radius: 20px 0 0 20px;
    border-right: 1px solid #c2e0ce;
}

.count strong {
    background: #fff;
    color: #000;
    border-radius: 0 20px 20px 0;
}

.alert-sucess {
    background: #eaf4ef;
    color: #2f945a;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #bfdecc;
    padding: 0.75rem 0.75rem;
    margin-top: 1.2rem;
}

table.table.table-sucess thead tr th {
    background: #b4d1c0;
    color: #000;
    border: none;
}

table.table.table-sucess tbody tr td {
    background: #fff;
    color: #555972;
}

table.table.table-sucess thead th:first-child {
    border-radius: 10px 0 0 0;
}

table.table.table-sucess thead th:last-child {
    border-radius: 0 10px 0 0;
}

.unsuccessful-wrap h2 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
}

.alert-unsucess {
    background: #ededf0;
    color: #4a4e69;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #d9d9e0;
    padding: 0.75rem 0.75rem;
    margin-top: 1.2rem;
}


table.table.table-unsucess thead tr th {
    background: #dfdfe2;
    color: #000;
    border: none;
}

table.table.table-unsucess {
    border-collapse: inherit;
}

table.table.table-unsucess tbody tr td {
    background: #fff;
    color: #555972;
    border: 1px solid #eff1f0;
}

table.table.table-unsucess thead th:first-child {
    border-radius: 10px 0 0 0;
}

table.table.table-unsucess thead th:last-child {
    border-radius: 0 10px 0 0;
}

button.btn-outline-reject {
    border: 1px solid #2f945a;
    color: #2f945a;
    padding: 0.75rem 1rem;
    font-size: 18px;
    min-width: 170px;
    margin: 0 10px;
    text-align: center;
}

button.btn-confirm {
    border: 1px solid #2f945a;
    color: #fff;
    padding: 0.75rem 1rem;
    font-size: 18px;
    min-width: 170px;
    margin: 0 10px;
    text-align: center;
    background: #2f945a;
}
button.btn-confirm1 {
    border: 1px solid #367AFF;
    color: #fff;
    padding: 0.75rem 1rem;
    font-size: 18px;
    min-width: 170px;
    margin: 0 10px;
    text-align: center;
    background: #367AFF;
}
button.btn-confirm1:hover {
  background: #367AFF;
  color: #fff;
  border: 1px solid #367AFF;
}


button.btn-outline-download {
    border: 1px solid #4a4e69;
    color: #4a4e69;
    padding: 0.75rem 1rem;
    font-size: 18px;
    min-width: 170px;
    margin: 0 10px;
    text-align: center;
}

button.btn-retry,
a.btn-retry {
    border: 1px solid #4a4e69;
    color: #fff;
    padding: 0.75rem 1rem;
    font-size: 18px;
    min-width: 170px;
    margin: 0 10px;
    text-align: center;
    background: #4a4e69;
}

button.btn-confirm:hover,
button.btn-retry:hover,
a.btn-retry:hover {
    color: #fff;
}

.head-h5 {
    color: #000;
    margin: 15px 0;
    display: block;
    font-weight: 700;
    font-size: 19px;
}

.bulk-invite-p {
    margin: 15px 0;
    font-size: 1rem;
    position: relative;
    color: #86889B;
    font-weight: 400;
    width: 70%;
}

.bulk-invite-p a {
    position: relative;
    color: #367AFF;
    font-weight: 600;
    font-size: 1rem;
}

table.table.table-unsucess thead tr th.reasonth {
    background: #acaeba;
}

table.table.table-unsucess tbody tr td.reasontd {
    background: #eeeeee;
}

table.table.table-unsucess tbody tr td.tdactive {
    background: #fcf0f0;
    border: 1px solid #d89094;
}

.form-control {
    font-size: 18px;
}

.time {
    font-weight: 500;
}

.welcome-wrap-in h4 {
    font-size: 24px;
    font-weight: 600;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    cursor: pointer;
    top: -12px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 20px;
}

.modal-bulk {
    border-radius: 20px;
    border: none;
}

.modal-top {
    min-height: 100px;
    padding: 30px 20px;
    background: #EAF4EF;
    border-radius: 20px 20px 0 0;
    position: relative;
}


.modal-top-fail {
    min-height: 100px;
    padding: 30px 20px;
    background: #F248221A;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.modal-top .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-top .count,
.modal-bottom .count {
    display: inline-block;
    border: 1px solid #c2e0ce;
    margin-left: 0;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-bottom {
    min-height: 100px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
}

.modal-top span,
.modal-bottom span {
    color: #000;
}

.custom-control-label {
    color: #333;
}

/**/


#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: calc(100% - 225px);
    overflow-x: hidden;
    margin-left: 225px;
}

.bg-dark-sidebar {
    position: fixed;
}

.form-control {
    font-size: 16px;
    /* padding: 1.375rem .75rem; */
    color: #232323;
}

.form-control::placeholder,
.form-control:focus {
    color: #232323;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    #wrapper #content-wrapper {
        width: calc(100% - 105px);
        margin-left: 105px;
    }
}

select.form-select {
    font-size: 16px;
    color: #232323;
}

.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}


table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
    right: 0 !important;
    content: "" !important;
}

table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::after {
    right: 0 !important;
    content: "" !important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    padding-right: 0px !important;
    padding-left: 0px !important;
}



/************/
img.searchimg {
    margin: 10px;
    display: inline-block;
}

.todolist-wrap {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
}

.todolist-wrap strong {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 5px 0 0;
    color: #1F212C;
}

.todolist-wrap li {
    margin: 5px;
    background: #9fceb3;
    color: #fff;
    padding: 4px 17px 4px 10px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #bfdecc;
    min-width: 120px;
    font-size: 13px;
}

/* Style the close button */
.todolist-wrap .close {
    position: absolute;
    right: 5px;
    top: 1px;
    padding: 0;
    color: #1d6e3f;
    font-weight: 500;
    text-shadow: none;
    cursor: pointer;
}

.todolist-wrap .close:hover {
    color: #1d6e3f;
}

.otp-box-onboarding {
    display: flex;
    margin: 10px 0 10px;
	justify-content: center; 
	
}

.otp-box-onboarding input.form-control {
    width: 40px;
    display: flex;
    margin-right: 10px;
    border-radius: 10px;
    background: none;
	height: 49px;
	text-align: center;   
}

.time-otp {
    margin-left: 100px;
}

.card-form.mobile-code-validate button.validate-btn {
    float: right;
    margin-top: 4px;
    font-weight: 500;
    background: none;
    border: none;
    color: #858796;
}

.card-form input.form-input.mobile-code-validate-input {
    width: 220px;
    padding-right: 0;
}

img.email-verify {
    position: absolute;
    right: 14px;
    top: 14px;
}

.company-dtl-wrap p a {
    color: #367AFF;
    font-weight: 500;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255 / 5%);
}

.profile-name-wrap {
    margin-top: 5px;
    padding: 5px 15px 5px;
}

.profile-name-wrap h4 {
    display: inline-block;
    color: #2F945A;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 3px;
}

.profile-name-wrap button {
    float: right;
}

.profile-name-wrap button {
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 140px;
    padding: 0.75rem 1rem !important;
    margin: 5px 0px 0 0;
}

.profile-add-wrap {
    display: flex;
    padding: 10px 15px;
    flex-wrap: wrap;
}

.profile-add {
    margin-right: 20px;
    color: #1F212C;
}

.profile-add img {
    margin-right: 10px;
}

.profile-info-wrap {
    border-top: 1px solid #ededf0;
    border-bottom: 1px solid #ededf0;
    display: flex;
    flex-wrap: wrap;
}

.profile-info {
    min-width: 210px;
    padding: 15px;
    border-right: 1px solid #ededf0;
}

.profile-info:last-child {
    border-right: none;
}

.profile-info label {
    color: #86889B;
    margin-bottom: 3px;
}

.profile-info p {
    color: #1F212C;
    margin-bottom: 0;
}

.profile-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-tabs ul li {
    display: inline-block;
    margin-right: 40px;
}

.profile-tabs ul li a {
    display: inline-block;
    min-width: 100px;
    text-align: center;
    padding: 25px 0;
    color: #86889B;
    text-decoration: none;
}

.profile-tabs ul li a.active {
    color: #2F945A;
    font-weight: 600;
    border-bottom: 1px solid #2F945A;
}

.Primary-details-section h5 {
    color: #4A4E69;
}

.primary-Details-wrap {
    display: block;
    overflow: hidden;
}

.Primary-details-info {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.Primary-details-info label,
.Reporting-team-info label {
    color: #86889B;
    margin-bottom: 3px;
}

.Primary-details-info p,
.Reporting-team-info p {
    color: #1F212C;
    margin-bottom: 0;
}

.Reporting-team-wrap {
    display: flex;
    flex-wrap: wrap;
}

.Reporting-team-info {
    width: 33.33%;
    margin-bottom: 20px;
    min-width: 230px;
}

.Reporting-team-info p {
    margin-bottom: 5px;
}

.Reporting-team-info a {
    color: #367aff;
}

.timeline-detl-info {
    margin-bottom: 30px;
    position: relative;
}

.timeline-detl-info label {
    color: #86889B;
    margin-bottom: 3px;
}

.timeline-detl-info p {
    color: #1F212C;
    margin-bottom: 0;
}

.timeline-line::before {
    position: absolute;
    left: 23px;
    top: 9px;
    content: "";
    border-left: 2px dashed #ededf0;
    width: 2px;
    height: 73px;
}

.info-msg {
    background: #ebf2ff;
    padding: 10px;
    border: 1px solid #c7daff;
    border-radius: 10px;
    margin-top: 10px;
}

.info-msg strong {
    display: block;
    font-weight: 500;
    margin: 0 0 10px;
    color: #4A4E69;
}

.info-msg p {
    display: block;
    margin: 0 0 0;
    color: #86889B;
}

@media screen and (max-width:767px) {
    .Primary-details-info {
        width: 100%;
    }

    .Reporting-team-info {
        width: 100%;
    }
}

.remove-btn {
    padding: 0;
    background: none;
    border: none;
    color: red;
    cursor: pointer !important;
}

ul.expense-tabs {
    border-bottom: 1px solid #dddfeb;
    border-top: 1px solid #dddfeb;
    padding: 15px 0;
    margin-bottom: 15px;
    background-color: #fff;
}

ul.expense-tabs li {
    display: inline-block;
}

ul.expense-tabs li a {
    display: inline-block;
    padding: 0 20px;
    color: #2F945A;
    text-decoration: none;
}

ul.expense-tabs li.active a {
    color: #86889B;
}

.tab-content {
    margin: 0 15px;
}

.policies-section {
    margin-bottom: 20px;
}

.policies-wrap h4 {
    color: #1F212C;
    font-size: 16px;
    margin-bottom: 15px;
}

.policies-wrap-in {
    background: #fff;
    border: 1px solid #d3e7dd;
    padding: 15px;
    border-radius: 10px;
    display: flex;
}

.policies-wrap-in-left {
    display: flex;
    width: 90%;
}

.policies-wrap-in-right {
    width: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.policies-wrap-in-approval {
    display: block;
    width: 80%;
    background: #eaf4ef;
    border-radius: 10px;
    padding: 15px;
}

.policies-wrap-in-approval h4 {
    display: block;
    color: #2F945A;
}

.approval-input {
    display: flex;
}

.approval-input input {
    border: 1px solid #c7e2d3;
    border-radius: 10px;
    display: inline-flex;
}

.approval-input input::placeholder {
    color: #2F945A;
}

.approval-input img {
    display: flex;
    margin: 0 20px;
}

input.form-control-50 {
    width: 50%;
}

.policies-wrap-in-left>img {
    margin: 0 20px;
    max-width: 32px;
}

.policies-wrap-in-approval.policies-wrap-in-approval-50 {
    width: 50%;
}

.approval-input input:focus {
    border: 1px solid transparent;
}

.incurring-exp {
    border: 1px solid #efeff2;
    padding: 10px 15px;
    border-radius: 10px;
}

.incurring-exp p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #4A4E69;
}

.policies-wrap-in label {
    color: #4A4E69;
}

.incurring-exp p input.incurr {
    width: 50px;
    background: #ededf0;
    border: 1px solid #cccdd5;
    color: #9395a5;
    padding: 1.2rem .75rem;
    text-align: center;
    margin: 0 10px;
}

.incurring-exp p input::placeholder {
    color: #9395a5;
}

table.table-policies thead {
    background: #2f945a;
    color: #fff;
}

table.table-policies thead tr th {
    border: none;
}

table.table-policies tbody {
    background: #fff;
}

table.table-policies tbody td {
    border: none;
    color: #1F212C;
}

table.table-policies tbody td p {
    margin-bottom: 0;
    color: #86889B;
}

table.table-policies tbody td:nth-child(3) {
    display: flex;
    justify-content: space-between;
}

table.table-policies tbody td:nth-child(4) {
    color: #4A4E69;
}

.perquarter {
    display: inline-block;
    background: #ededf0;
    padding: 2px 5px;
    border: 1px solid #cccdd5;
    border-radius: 5px;
    font-size: 13px;
    color: #4A4E69;
    margin-left: 10px;
}

.perquarter input {
    background: none;
    border: none;
    width: 60px;
    text-align: center;
}

.last-add {
    background: #eaf4ef;
    color: #2f945a;
    text-align: center;
}

.last-add a {
    font-size: 18px;
    color: #2F945A;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

select.select-currency {
    border: 1px solid #c7c8d1;
    border-radius: 10px;
    padding: 14px;
    color: #86889b;
}

.table-currency img {
    margin: 0 10px;
}

/********************************************/
.toggleWrapper {
    position: absolute;
    top: 50%;
    left: 42%;
    overflow: hidden;
    padding: 0 250px 0 150px;
    transform: translate3d(-50%, -50%, 0);
}

.toggleWrapper input {
    position: absolute;
    left: -99em;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #2F945A;
    border-radius: 84px;
    transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-bottom: 0;
}

.toggle:before {
    content: "Manual Conversion";
    position: absolute;
    left: -150px;
    top: -2px;
    font-size: 16px;
}

.toggle:after {
    content: "Automatic Exchange Conversion";
    position: absolute;
    right: -245px;
    top: -2px;
    font-size: 16px;
    color: #86889B;
}

.toggle__handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 2px;
    left: 3px;
    width: 18px;
    height: 18px;
    background-color: #2F945A;
    border-radius: 50px;
    box-shadow: none;
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: rotate(-45deg);
}

.toggleWrapper input:checked+.toggle {
    background-color: #fff;
}

.toggleWrapper input:checked+.toggle:before {
    color: #86889B;
}

.toggleWrapper input:checked+.toggle:after {
    color: #1F212C;
}

.toggleWrapper input:checked+.toggle .toggle__handler {
    background-color: #2F945A;
    transform: translate3d(24px, 0, 0) rotate(0);
}

.toggleWrapper input:checked+.toggle .toggle__handler .crater {
    opacity: 1;
}

table.table-policies thead tr th.conversion {
    width: 35%;
}

.modal-approval-wrap .modal-header {
    border-bottom: none;
}

.modal-approval-wrap .modal-header h5 {
    color: #1F212C;
    font-size: 18px;
    font-weight: 700;
}

.modal-approval-wrap .policies-wrap-in-approval {
    width: 100%;
}

.modal-approval-wrap .policies-wrap-in-approval h4 {
    font-size: 16px;
    margin: 0 0px 15px;
}

.modal-approval-wrap .approval-input .form-control.active {
    background: #2F945A;
    color: #fff;
    padding: 0;
}

.form-wrap {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: 7px 10px;
    border: 1px solid #cfe6d9;
    color: #2F945A;
}

.form-wrap label {
    margin-bottom: 0;
}

.modal-approval-wrap .approval-input .form-wrap img {
    margin: 0 0 0 15px;
}

.form-wrap.active {
    background: #2f945a;
    border: 1px solid #2f945a;
    color: #fff;
}

.w-64 {
    width: 64% !important;
}

.modal-approval-wrap .approval-input img {
    display: flex;
    margin: 0 10px;
}

.modal-approval-wrap .approval-input {

    display: flex;
    justify-content: space-between;

}

.incurring-exp-modal p {
    margin: 0;
    color: #4A4E69;
}

.incurring-exp-modal p input.incurr {
    width: 50px;
    background: #fff;
    border: 1px solid #cccdd5;
    color: #9395a5;
    padding: 1.1rem .75rem;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
}

.toggle-wrap {
    position: relative;
    margin: 10px 0 20px 51px;
}

.conversion-div {
    display: flex;
    align-items: center;
}

.conversion-div label {
    margin-bottom: 0;
}

.conversion-div input {
    margin-left: 10px;
    border: 1px solid #c7c8d1;
    border-radius: 10px;
    padding: 10px;
    color: #86889b;
    width: 100px;
}

.expense-table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.expense-table .table thead,
.expense-table .table tbody {
    background: none;
}

.expense-table .table thead th,
.expense-table .table tbody td {
    padding: 3px;
}

.expense-table .table thead th .band,
.expense-table .table thead td .band-color {
    color: #4A4E69;
    border-radius: 40px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}

.expense-table .table thead th .band1,
.expense-table .table thead td .band1-color {
    background-color: #BFDECC;
}

.expense-table .table thead th .band2,
.expense-table .table thead td .band2-color {
    background-color: #9FCEB3;
}

.expense-table .table thead th .band3,
.expense-table .table thead td .band3-color {
    background-color: #74B790;
}

.expense-table .table thead td .band4-color {
    background-color: #65a17e;
}

.expense-table .table thead td .band6-color {
    background-color: #5c9373;
}

.expense-table .table thead td .band6-color {
    background-color: #4f7e63;
}

.expense-table .table tbody td:nth-child(1) {
    text-align: left;
    font-weight: 300;
    font-size: 15px;
}

.expense-table .table tbody td {
    text-align: center;
}

.expense-table .table tbody td .perquarter {
    margin: 0 auto;
}

.expense-table .table tbody td .perquarter input {
    text-align: left;
}

.expense-inwrap h5 {
    color: #4A4E69;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 15px;
}

.expense-inwrap p {
    color: #86889B;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 0 0 15px;
}

.expense-card-inner {
    background: #EDEDF0;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.expense-card-inner .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #C7C8D1;
    padding-bottom: 15px;
}

.expense-card-inner .expense-table {
    max-width: 100%;
}

.expense-card-inner .expense-table .table thead th,
.expense-card-inner .expense-table .table tbody td {
    border: none;
}

.perquarter-in {
    display: flex;
    background: #ededf0;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #cccdd5;
    border-radius: 5px;
    color: #4A4E69;
    align-items: center;
    padding: 0 10px;
    margin: 0 3px 5px;
}

.perquarter-in input {
    background: none;
    border: none;
    max-width: 150px;
    text-align: left;
    padding: .85rem .75rem;
    width: 100%;
}

.perquarter-in input:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

.perquarter-in input::placeholder {
    color: #ACAEBA;
}

.expense-card-inner .expense-table .table tbody td a {
    top: 5px;
    position: relative;
}

.btn-grren.btn-disabled {
    background: #b6b8b9;
}


table.table-reimbursements thead,
table.table-approval-flow thead,
table.table-rejectremark thead {
    background: #2f945a;
    color: #fff;
	
}

table.table-reimbursements thead tr th,
table.table-approval-flow thead tr th,
table.table-rejectremark thead tr th {
    border: none;
    font-weight: 600;
}

table.table-reimbursements tbody,
table.table-approval-flow tbody,
table.table-rejectremark tbody {
    background: #fff;
}

table.table-reimbursements tbody td,
table.table-approval-flow tbody td,
table.table-rejectremark tbody td {
    border: none;
    color: #1F212C;
}

table.table-reimbursements tbody td label,
table.table-approval-flow tbody td label,
table.table-rejectremark tbody td label {
    color: #86889B;
    margin-bottom: 0;
}
.table-reimbursements thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.table-reimbursements thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

table.table-approval-flow tbody td .name-btn {
    color: #2F945A;
}

button.btn-attach {
    background: none;
    border: 2px solid #2F945A;
    border-radius: 6px;
    color: #fff;
    background: #2F945A;
    font-size: 15px;
    padding: 2px 10px 4px;
    margin-right: 10px;
	
}

button.btn-attach-travel {
    background: none;
    border: 2px solid #2F945A;
    border-radius: 6px;
    color: #fff;
    background: #2F945A;
    font-size: 15px;
    padding: 2px 10px 4px;
    margin-right: 10px;
	width: 200px;
}

button.btn-revoke {
    background: none;
    border: 2px solid #2F945A;
    border-radius: 6px;
    color: #2F945A;
    font-size: 15px;
    padding: 2px 10px 4px;
    margin-right: 10px;
}

.customfade {
    background: rgba(0, 0, 0, 0.5);
}

button.btn-attach img {
    margin: 0 5px;
}

.btn-ellipsis {
    background: none;
    border: none;
}

.color-sec {
    color: #86889B;
}

.otp-box.d-flex>input.form-control {
    text-align: center
}

.btn-grren.btn-disabled {
    background: #b6b8b9;
}

.color-third {
    color: #4A4E69;
}

.status-color-third {
    color: #4A4E69;
}
span.color-third.draft {
    border: 1px solid #86889B;
    color: #86889B;
    padding: 2px 10px 4px;
    border-radius: 25px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}


td.color-third.draft {
    border: 1px solid #86889B;
    color: #86889B;
    padding: 2px 10px 4px;
    border-radius: 25px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

td.color-third.submitted,
td.color-third.in-progress {
    border: 1px solid #2F945A;
    color: #2F945A;
    padding: 2px 10px 4px;
    border-radius: 25px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

td.color-third.rejected {
    border: 1px solid #F24822;
    color: #F24822;
    padding: 2px 10px 4px;
    border-radius: 25px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

td.color-third.settled {
    border: 1px solid #2F945A;
    background: #2F945A;
    color: #ffffff;
    padding: 2px 10px 4px;
    border-radius: 25px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

span.color-third a {
    color: #367AFF;
}

.disbursed {
    color: #2F945A;
}

.add-files {
    text-align: center;
    background: #EAF4EF;
    padding: 20% 0% 0;
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
}

.add-files-btm {
    text-align: center;
    background: #EAF4EF;
    padding: 0;
    border-radius: 10px;
    margin: 0 0;
    position: relative;
}

.add-files::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #EDEDF0;
    left: 0;
    top: -15px;
    position: absolute;
}

.add-files::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #EDEDF0;
    left: 0;
    top: auto;
    bottom: -15px;
    position: absolute;
}

.add-files .form-group-files.choose-file {
    border: none;
    width: 30px !important;
    margin: 0 auto 20px;
}

.add-files b {
    color: #2F945A;
    font-size: 18px;
    font-weight: 700;
    padding: 0 30% 20px;
    display: block;
}

.add-files p {
    color: #74B790;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20% 20%;
}

.add-files-btm strong {
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

.add-files-btm p {
    padding: 0 22% 10px;
    font-size: 13px;
    display: block;
}

button.btn.btn-border {
    border: 1px solid rgba(54, 122, 255, 50);
    padding: .45rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    color: #367AFF;
}

.form-grp-half {
    display: flex;
}

.form-grp-card-form {
    width: 100%;
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    min-height: 54px;
    padding: 7px;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.form-grp-card-form select.form-select {
    padding: 0;
    color: #9A9A9A;
}

.form-grp-card-form input {
    padding: 7px 0 0 5px;
    color: #9A9A9A;
    width: 100%;
    border: none;
}

.form-grp-card-form input::placeholder {
    color: #9A9A9A;
}

.form-grp-card-form-right {
    display: flex;
    justify-content: end;
    font-size: 14px;
    color: #86889B;
    align-items: center;
    margin-bottom: 10px;
}

.form-grp-card-form-right label {
    margin-bottom: 0;
}

.ntdfnd {
    margin-left: 5px;
    font-size: 13px;
    border: 1px solid #C7C8D1;
    color: #6c6e78;
    background: #EDEDF0;
    border-radius: 4px;
    display: inline-table;
    padding: 2px 4px;
}

.add-files.no-border {
    margin: 0;
    padding: 20% 0 0;
}

.add-files.no-border::before {
    display: none;
}

.add-files.no-border::after {
    display: none;
}

.modal-header.border-btm {
    position: relative;
    margin-bottom: 20px;
}

.modal-header.border-btm::after {
    position: absolute;
    width: 97%;
    height: 1px;
    background: #EDEDF0;
    content: "";
    bottom: -20px;
}

.btm-vender {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.btm-vender-mid {
    margin: 0 15px;
    border: 1px solid #BFDECC;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    background: #fff;
}

.vendor-num {
    background: #2F945A;
    color: #fff;
    display: flex;
    border-radius: 5px;
    padding: 8px;
    margin-right: 5px;
}

.vender-amount {
    border: 1px solid #C7C8D1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #EDEDF0;
    font-size: 14px;
    padding: 8px;
    color: #4A4E69;
}

.vender-amount input {
    width: 70px;
    background: none;
    border: none;
    text-align: right;
    color: #4A4E69;
}

.btm-vender-mid strong {
    color: #2F945A;
    margin-right: 20px;
    font-size: 18px;
}

.vender-amount input::placeholder {
    color: #4A4E69;
}

.modal-footer.modal-footer-content {
    justify-content: center;
}

.modal-footer.modal-footer-content a {
    color: #1F212C;
}

.ftr-content {
    display: none;
    margin-top: -60px;
    background: #F6F6F6;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.top-ftr-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDF0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.right-ftr-content {
    display: flex;
    color: #367AFF;
}

.right-ftr-content a {
    margin-left: 10px;
    color: #367AFF;
    border-left: 1px solid #EDEDF0;
    padding-left: 10px;
}

.left-ftr-content a {
    font-size: 18px;
    font-weight: 700;
    color: #1F212C;
    display: flex;
}

.btm-ftr-content-in {
    display: flex;
    flex-direction: column;
    border: 1px solid #EDEDF0;
    background: #fff;
    border-radius: 10px;
    padding: 5px 7px;
}

.btm-ftr-content-in.active {
    background: #2F945A;
    color: #fff;
}

.btm-ftr-content-top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #4A4E69;
}

.btm-ftr-content-btm {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-top: 1px solid #EDEDF0;
    margin-top: 5px;
    padding-top: 3px;
}

.btm-ftr-content-top img {
    max-width: 13px;
}

.btm-ftr-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 5px;
}

.btm-ftr-content-btm label {
    margin: 0;
}

.btm-ftr-content-btm strong {
    color: #2F945A;
}

.btm-ftr-content-top div {
    display: flex;
}

.btm-ftr-content-top div input {
    margin-right: 5px;
}

.btm-ftr-content-in.active .btm-ftr-content-top,
.btm-ftr-content-in.active .btm-ftr-content-btm strong {
    color: #fff;
}
.salary-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.salary-wrapper img {
    position: absolute;
    left: 15px;
    height: 20px;
}

.salary-wrapper input {
    padding-left: 35px;
    width: 100%;
}

.did-floating-label-content {
    margin-bottom: 10px;
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    min-height: 54px;
    padding: 7px;
    position: relative;
    width: 100%;
    transition: border-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/* .highlight the textbox when selected for input*/
.did-floating-label-content:has(input:focus) {
    border: 2px solid #367AFF;
}
.did-floating-label {
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    pointer-events: none;
    margin-bottom: 0;
    left: 7px;
    top: 14px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


.did-floating-input:focus,
.did-floating-select:focus {
    outline: none;
}

.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
    top: -8px;
    font-size: 13px;
    color: #1F212C;
}

.did-floating-input,
.did-floating-select {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 6px;
    background: #fff;
    color: #9A9A9A;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("../img/select-arrow.svg");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}


.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
    border: 2px solid #9d3b3b;
    color: #9d3b3b;
}

.did-error-input .did-floating-label {
    font-weight: 600;
    color: #9d3b3b;
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("../img/select-arrow.svg");
}


.input-group {
    display: flex;
}

.input-group .did-floating-input {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    padding-left: 0;
}

.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.add-files.no-border.padd-8 {
    padding: 8%;
}

.timeline-detl-collapse {
    margin-bottom: 0;
    position: relative;
    background: #EDEDF0;
    border-radius: 10px;
    padding: 15px;
}

.timeline-line-collapse::before {
    position: absolute;
    left: 23px;
    top: 23%;
    content: "";
    border-left: 2px solid #C7C8D1;
    width: 2px;
    height: 100%;
}

.timeline-lastline-collapse::before {
    position: absolute;
    left: 23px;
    top: 23%;
    content: "";
    border-left: 2px solid #C7C8D1;
    width: 2px;
    height: 40%;
}

.timeline-detl-collapse-info label {
    color: #1F212C;
    margin-bottom: 3px;
    display: block;
}

.timeline-detl-collapse-info p {
    color: #86889B;
    margin-bottom: 10px;
    display: inline-block;
}

.grey-circle {
    width: 10px;
    height: 10px;
    border: 1px solid #C7C8D1;
    border-radius: 50%;
    position: absolute;
    left: 19px;
    top: 8px;
    background: #efefef;
}

.timeline-detl-collapse-info {
    position: relative;
    min-height: 50px;
}

.timeline-lastline-collapse {
    min-height: 10px;
}

.timeline-line-collapse.active::before {
    border-left: 2px solid #2F945A;
}

.timeline-line-collapse.active .grey-circle {
    border: 1px solid #2F945A;
    background: #2F945A;
}

.advancerequestform {
    padding: 10px 10px;
    border-top: 1px solid #EDEDF0;
    border-bottom: 1px solid #EDEDF0;
    color: #1F212C;
    font-size: 16px;
    font-weight: 500;
}

.advancerequestform .form-check {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.advancerequestform .form-check .form-check-label {
    margin-left: 10px;
    margin-bottom: 0;
}

.advancerequestform .form-check .form-check-input {
    margin-top: .1rem;
}

.w-78 {
    min-width: 78px;
}

.travelrequest-wrap {
    text-align: center;
    background: #EAF4EF;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
}

.travelrequest-wrap::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #EDEDF0;
    left: 0;
    top: -15px;
    position: absolute;
}

.travelrequest-wrap h5 {
    display: block;
    color: #2F945A;
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.travelrequest-wrap ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.travelrequest-wrap ul li {
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    color: #2F945A;
    position: relative;
}

.travelrequest-wrap ul li img {
    margin-right: 5px;
}

.travelrequest-wrap ul li.active {
    background: #2F945A;
    color: #fff;
}


/* The container */
.checkbox-container {
    display: inline-block;
    position: absolute;
    right: 40px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #2F945A;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    background-color: #2F945A;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #2F945A;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.perquarter-in-input {
    display: block;
    background: #ededf0;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #cccdd5;
    border-radius: 5px;
    color: #4a4e69;
    align-items: center;
    padding: 0 10px;
    margin: 0 3px 5px;
    width: 97.5%;
}

.employee-band-wrap {
    min-height: 800px;
    background: #fff;
    border-radius: 10px;
    padding: 50px 26%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
}

.employee-band-wrap h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.employee-band-wrap h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bandsetting {
    display: block;
}

.bandsetting h4 {
    color: #1F212C;
    font-size: 16px;
    margin-bottom: 15px;
}

.left-bandsetting .table-check {
    display: inline-block;
    margin-bottom: 0;
}

.bandsetting01-wrap p {
    margin: 0 10px 0;
    color: #4A4E69;
    display: inline-block;
}

.bandsetting01-wrap {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.left-bandsetting {
    color: #86889B;
}

.left-bandsetting label {
    margin: 0;
    color: #86889B;
}

.left-bandsetting input.num {
    width: 30px;
    padding: 5px;
    text-align: center;
    border: 1px solid #EDEDF0;
    border-radius: 4px;
    margin-left: 5px;
}

.left-bandsetting div {
    margin: 0 0 15px;
}

div.band-option {
    display: flex;
    margin: 10px 0;
}

div.band-option .form-check {
    margin: 0 20px 0 0;
    min-width: 200px;
}

.left-bandsetting input.employee {
    width: 165px;
    text-align: center;
    border: 1px solid #EDEDF0;
    border-radius: 4px;
    margin-left: 5px;
    padding: 10px;
}

.left-bandsetting div.exclaimation {
    display: inline-block;
    margin-left: 10px;
}

label.bandlabel {
    color: #4A4E69;
    font-size: 16px;
    margin-right: 60px;
    margin-bottom: 0;
}

label.bandlabel01 {
    color: #4A4E69;
    font-size: 16px;
    margin-bottom: 0;
}

.empolyee-band-body {
    background: #EDEDF0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

input.empolyeeinput01 {
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    height: 48px;
    padding: 10px;
    width: 100px;
    color: #1F212C;
    margin-right: 20px;
}

input.empolyeeinput02 {
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    height: 48px;
    padding: 10px;
    width: 90px;
    color: #1F212C;
    margin-right: 0px;
}

input.empolyeeinput01:focus,
input.empolyeeinput02:focus {
    border: 1px solid #C7C8D1;
}

.tooltip-inner {
    max-width: 530px;
    padding: 12px;
    color: #4A4E69;
    background-color: #fff;
    border-radius: 20px;
    font-size: 15px;
    text-align: left;
    box-shadow: 2px 2px 10px #e9e9e9;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #e9e9e9;
}

ol.carousel-indicators {
    margin-bottom: 0;
    position: relative;
}

.carousel-indicators li {
    width: 50px;
    height: 2px;
    background-color: #ACAEBA;
}

.carousel-indicators li.active {
    height: 2px;
    background-color: #367AFF;
}

.carousel-item .did-floating-select {
    display: flex;
    width: auto;
    margin-bottom: 0;
    border: 1px solid #EDEDF0;
    border-radius: 4px;
    min-height: 54px;
    padding: 7px;
    position: relative;
    min-width: 60px;
    margin-left: 10px;
}

.min-w170 {
    min-width: 170px !important;
}


label.modalbandlabel {
    color: #4A4E69;
    font-size: 16px;
    width: 47%;
    margin-bottom: 0;
}

label.modalbandlabel01 {
    color: #4A4E69;
    font-size: 16px;
    margin-bottom: 0;
}

.empolyee-band-body-modal {
    background: #EDEDF0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.empolyee-band-body-modal input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.empolyee-band-body-modal select {
    width: 50%;
}

.empolyee-band-body-modal select.did-floating-select {
    height: 48px;
    width: 100%;
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    margin: 0 0 10px;
    float: right;
    min-height: 48px;
}

.abc {
    display: none !important;
}


table.empolyee-band-head-modal thead tr th {
    color: #4A4E69;
    font-size: 16px;
    margin-bottom: 0;
    border: none;
    font-weight: 500;
}

table.empolyee-band-head-modal tbody tr {
    background: #EDEDF0;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
}

table.empolyee-band-head-modal tbody tr td {
    border: none;
    padding: 0;
    width: 50%;
}

table.empolyee-band-head-modal tbody tr td input.empolyeeinput01 {
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    height: 48px;
    padding: 10px;
    width: 95%;
    color: #1F212C;
    margin: 10px;
}

table.empolyee-band-head-modal tbody,
table.empolyee-band-table tbody {
    max-height: 260px;
    overflow-y: scroll;
    padding-right: 40px;
}

/* width */
table.empolyee-band-head-modal tbody::-webkit-scrollbar,
table.empolyee-band-table tbody::-webkit-scrollbar {
    width: 5px;
}

/* Track */
table.empolyee-band-head-modal tbody::-webkit-scrollbar-track,
table.empolyee-band-table tbody::-webkit-scrollbar-track {
    background: #ededf0;
}

/* Handle */
table.empolyee-band-head-modal tbody::-webkit-scrollbar-thumb,
table.empolyee-band-table tbody::-webkit-scrollbar-thumb {
    background: #acaeba;
}

/* Handle on hover */
table.empolyee-band-head-modal tbody::-webkit-scrollbar-thumb:hover,
table.empolyee-band-table tbody::-webkit-scrollbar-thumb:hover {
    background: #acaeba;
}


table.empolyee-band-head-modal tbody tr td select.did-floating-select {
    height: 48px;
    width: 95%;
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    margin: 10px;
    float: right;
    min-height: 48px;
}

.band-list {
    max-height: 260px;
    overflow-y: scroll;
    padding-right: 40px;
}

/* width */
.band-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.band-list::-webkit-scrollbar-track {
    background: #ededf0;
}

/* Handle */
.band-list::-webkit-scrollbar-thumb {
    background: #acaeba;
}

/* Handle on hover */
.band-list::-webkit-scrollbar-thumb:hover {
    background: #acaeba;
}

table.empolyee-band-table thead tr th.bandlabel,
table.empolyee-band-table thead tr th.bandlabel01 {
    font-weight: 500;
    color: #4A4E69;
    font-size: 16px;
    margin-bottom: 0;
    border: none;
}

.empolyee-band-table tbody tr {
    background: #e3e6f0;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
}

.empolyee-band-table tbody tr td {
    border: none;
}

.empolyee-band-table tbody tr td input.empolyeeinput01 {
    background: #fff;
    margin-right: 5px;
}


table.table.emp_Bnd_Tbl thead tr {
    display: flex;
}

table.table.emp_Bnd_Tbl thead tr th {
    color: #4A4E69;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    border: none;
}

table.table.emp_Bnd_Tbl tbody tr {
    background: #EDEDF0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
}

table.table.emp_Bnd_Tbl tbody tr td {
    border: 1px solid #C7C8D1;
    border-radius: 10px;
    height: 48px;
    padding: 10px;
    width: 100px;
    color: #1F212C;
    background: #fff;
    margin-right: 10px;
}

.empolyee-band-table thead tr {
    display: flex;
}

table.table.emp_Bnd_Tbl tbody tr td:first-child {
    width: 125px;
    margin-right: 23px;
}

table.table.emp_Bnd_Tbl tbody tr td input {
    border: none;
    background: no-repeat;
    width: 100%;
    text-align: center;
}

.custom-slid-bar {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.custom-slid-bar li {
    width: 50px;
    height: 2px;
    background-color: #ACAEBA;
    box-sizing: content-box;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.custom-slid-bar li.highlight {
    height: 2px;
    background-color: #367AFF;
}

.d-flex-column {
    flex-direction: column;
    margin: 0 0 !important;
}

.d-flex-column .form-check {
    margin: 0 0 10px 0 !important;
}

input.incur-input {
    border: 1px solid #C7C8D1;
    background: #EDEDF0;
    width: 124px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    padding: 3px;
}

.policies-wrap-in-modal {
    color: #333;
}

.hidden {
    display: none;
}

input[type=file] {
    padding: 10px;
    background: #2d2d2d;
}

button.btn {
    min-width: 150px;
}

.add-file-docs-top {
    background: #2F945A;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    font-family: 'Inter';
}

.add-file-docs-btm {
    background: #EDEDF0;
    color: #2F945A;
    text-align: center;
    padding: 5px 8px;
    border-radius: 0 0 10px 10px;
}

.add-file-docs-mid,
.add-file-docs .file-item {
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 13px;
    color: #959595;
    font-family: 'Inter';
    background: #fff;
    align-items: center;
}

.add-files-grp-browse img {
    max-width: 18px;
}

.add-files-grp-browse {
    margin-bottom: 10px !important;
}

.add-files-btm-new {
    font-size: 11px;
    color: #59A97B;
}

.add-files .add-files-btm-new p {
    font-size: 11px;
    padding: 0 0 5px;
}

.btn-delete {
    color: #F24822;
    background: #EAF4EF;
}


.add-file-docs-mid p {
    font-size: 14px;
    color: #959595;
    font-family: 'Inter';
    padding: 0;
    margin: 0;
}

.add-file-docs-btm a {
    color: #2F945A;
    font-size: 13px;
}

.add-file-docs {
    max-width: 600px;
    margin: 0 auto 20px;
    width: 100%;
}

.multipic-wrap {
    font-size: 11px;
    text-align: left;
    color: #59A97B;
    align-items: center;
}

.merge-wrapp a {
    text-decoration: none;
}

.add-file-docs-mid {
    border: 1px solid #EDEDF0;
    border-bottom: none;
}

.add-files.no-before::before {
    display: none;
}

.add-files b.add-files-b {
    font-size: 13px;
    color: #4A4E69;
    display: block;
    padding: 0;
    font-weight: bold;
}

.add-files p.add-files-p {
    font-size: 13px;
    color: #86889B;
    display: block;
    padding: 0;
}

.modal-head-secd {
    padding: 1rem;
    align-items: center;
}

.top-badge {
    background: #2F945A;
    color: #fff;
    font-size: 13px;
    min-width: 140px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-head-secd {
    position: relative;
}

.modal-head-secd::after {
    position: absolute;
    width: 97%;
    height: 1px;
    background: #EDEDF0;
    content: "";
    bottom: 0px;
}

button.width-auto {
    min-width: auto;
}

.add-files.no-border b {
    padding: 0 110px;
}

.add-topbadge>.top-badge>.table-check {
    display: flex;
}

.table td,
.table th {
    vertical-align: middle;
}


.hidden {
    display: none;
}


.errormulti {
    border: 2px solid red;
}

.errormulti-message {
    color: red;
    font-size: 12px;
}


td button.btn {
    min-width: auto;
}


.expense-table div button {
    background: none;
    border: none;
    color: purple;
    float: right;
    font-size: 16px;
    padding: 0;
    margin: 10px;
    min-width: auto;
}

.expense-table div button:hover {
    background: none;
}

.modalView {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.img-scrollbar {
    width: 100%;
    max-height: 440px;
    overflow: scroll;
}

.add-file-docs .file-item button.cancel-button {
    border: none;
    background: none;
}

.custom-alert {
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-alert-info {
    color: #4A4E69;
    background: rgba(54, 122, 255, .1);
    border: 1px solid rgba(54, 122, 255, .2);
}

.policies-wrap p {
    color: #1F212C;
    font-size: 14px;
}

body {
    background: #f8f9fc;
}

.modal-content>.modal-head-secd p {
    margin-bottom: 0;
    color: #86889B;
}

.modal-content>.modal-head-secd p label {
    color: #2F945A;
    margin-left: 5px;
}

.did-floating-input,
.did-floating-select {
    color: #4A4E69;
}

.modal-body form {
    padding-right: 5px;
}

/* width */
.modal-body form::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.modal-body form::-webkit-scrollbar-track {
    background: #EDEDF0;
}

/* Handle */
.modal-body form::-webkit-scrollbar-thumb {
    background: #2F945A;
}

/* Handle on hover */
.modal-body form::-webkit-scrollbar-thumb:hover {
    background: #2F945A;
}

.w-md-60 {
    width: 60%;
}

.btm-vender-dark .vendor-num {
    background: #000;
}

.btm-vender-dark .btm-vender-mid strong {
    color: #000;
}

.custom-dd-btn {
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
}

.modal-backdrop.fade.show {
    display: block;/*to show black baground and  display: none; to show white baground*/
	
}

.custom-dd-btn.sortIcon {
    border: 1px solid #4A4E69;
    color: #4A4E69;
    font-size: 14px;
    text-decoration: none;
}

.approveIcon {
    width: 44px;
    height: 44px;
    background: url(../img/approve.svg) no-repeat center;
    text-align: center;
    border: 1px solid #2F945A;
}

.rejectIcon {
    width: 44px;
    height: 44px;
    background: url(../img/approve.svg) no-repeat center;
    text-align: center;
    border: 1px solid #F24822;
}

.modal-xxl {
    max-width: 1400px;
}

td input.form-control-custom {
    border: 1px solid #EAF4EF;
    border-radius: 10px;
    padding: 6px 8px;
    font-size: 14px;
    color: #4A4E69;
    min-width: 350px;
}

td input.form-control-custom::placeholder {
    color: #4A4E69;
}

td input.form-control-custom:focus {
    border: 1px solid #EAF4EF;
}

.modal-xxl .modal-content {
    border-radius: 20px;
}

.custom-textarea {
    width: 100%;
    border-radius: 10px;
    color: #4A4E69;
    border: 1px solid #EAF4EF;
    min-height: 100px;
    padding: 10px;
    font-size: 14px;
}

.container {
    text-align: center;
}

h1 {
    color: green;
}

.add-file-docs-mid>.file-item {
    border: 1px solid #EDEDF0;
    border-bottom: none;
}

.add-file-docs-mid>.file-item>span {
    float: right;
}

.add-file-docs-mid>.file-item>label {
    margin: 0 0 0 5px;
}

.add-file-docs-mid>.file-item>input {
    position: relative;
    top: 2px;
}

.policies-section-bank,
.linked-bank-account-section {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.policies-section-bank h3,
.linked-bank-account-section h3 {
    color: #1F212C;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}

.policies-section-bank .did-floating-label-content {
    margin-bottom: 10px;
    margin-top: 30px;
}

.linked-bank-account-innersection {
    background: #EDEDF0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.right-linkedaccount-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
}

.btn-green {
    color: #fff;
    background: #2F945A;
}

.btn-green:hover {
    background: #257a49;
    color: #fff;
}

.right-linkedaccount-info a {
    color: #86889B;
}

.right-linkedaccount-info a:hover {
    color: #224abe;
}


.left-linkedaccount-info>div {
    margin-bottom: 10px;
}

.left-linkedaccount-info label {
    margin-bottom: 5px;
    color: #4A4E69;
}

.left-linkedaccount-info span,
.left-linkedaccount-info p {
    font-size: 18px;
    font-weight: 700;
    color: #4A4E69;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {

    .policies-section-bank,
    .linked-bank-account-section {
        padding: 10px;
    }

    .linked-bank-account-innersection {
        flex-direction: column;
    }

    .right-linkedaccount-info {
        text-align: center;
    }

    .left-linkedaccount-info {
        margin-bottom: 10px;
    }
}

.upi-voucher-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.upi-voucher-wrap h3 {
    color: #1F212C;
    font-size: 22px;
    font-weight: 600;
}

.btn.btn-primary-deactive {
    color: #fff;
    background-color: rgba(54, 122, 255, 0.5);
    border-color: rgba(54, 122, 255, 0.5);
}

.upi-voucher-in-wrap {
    margin: 20px 0;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.upi-voucher-in-wrap .tip-wrap {
    padding: 6px 10px;
}

.upi-voucher-in-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.upi-voucher-in-head i {
    margin-right: 5px;
}

.upi-voucher-in-head p {
    color: #1F212C;
    margin-bottom: 0;
    font-size: 1rem;
    font-family: inter;
}

table.table-upivouchers thead tr th:first-child {
    border-radius: 10px 0 0 10px !important;
}

table.table-upivouchers thead tr th:last-child {
    border-radius: 0 10px 10px 0 !important;
}

.upi-voucher-tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 310px;
    justify-content: center;
}

.upi-voucher-tbody p {
    margin-bottom: 0;
    font-size: 18px;
    color: #86889B;
}

.linkedAccount-wrap {
    background: #2F945A;
    border-radius: 10px;
    margin: 22px 0 10px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linkedAccount-wrap-left {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #fff;
}

.linkedAccount-wrap-left img {
    max-width: 34px;
    margin-right: 10px;
}

.linkedAccount-wrap-left span {
    margin-right: 10px;
}

.linkedAccount-wrap-right {
    display: flex;
    align-items: center;
}

.funds-mark {
    min-width: 28px;
    height: 38px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    margin: 0 5px 0 10px;
    padding: 0 10px;
}

.linkedAccount-wrap-right span {
    font-size: 1.1rem;
    color: #fff;
}

.linkedAccount-wrap-p {
    text-align: right;
    font-family: inter;
}

.linkedAccount-wrap-p label {
    color: #86889B;
}

.linkedAccount-wrap-p span {
    color: #1F212C;
    margin-left: 10px;
}

.upi-voucher-wrap div>p {
    color: #4A4E69;
    margin-right: 1rem;
}

.btn.bulkissue {
    background: #EAF4EF;
    padding: 18px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 150px;
}

.btn-border-primary {
    border: 1px solid rgba(54, 122, 255, .50);
    min-width: 150px;
    color: #367AFF;
}

.specificDetails {
    background: #2F945A;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 20px;
    color: #fff;
}

.specificDetails h4 {
    margin-top: 5px;
    margin-bottom: 1rem;
}

.specificDetails-white {
    padding: 15px;
    margin: 0 0 20px;
    color: #1F212C;
    border-radius: 10px;
    border: 1px solid #EDEDF0;
}

.specificDetails-white>div>img {
    margin-right: 1rem;
}

.cards-upivouchers {
    background: #FBFBFB;
    border-radius: 20px;
    border: 1px solid #EAF4EF;
    padding: 10px;
    margin-bottom: 20px;
}

.cards-upivouchers-top {
    border: 1px solid #EDEDF0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    min-height: 151px;
}

.cards-upivouchers-top-left {
    display: flex;
    align-items: flex-end;
}

.cards-upivouchers-top-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 4px 4px 4px 0;
}

.cards-upivouchers-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 0 10px;
}

.cards-upivouchers-bottom span {
    color: #4A4E69;
}

.highlight {
    background: #2F945A;
}

.highlight .cards-upivouchers-bottom span {
    color: #fff;
}

.selectvouchers-update {
    display: flex;
    justify-content: flex-end;
}

.selectvouchers-update p {
    margin-bottom: 0;
}

.selectvouchers-update span {
    margin-left: 10px;
    color: #1F212C;
}




.bnkdetils {
    text-align: right;
    color: #000;
    width: 90%;
}

.bnkdetils p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
}

table tbody td {
    text-wrap-mode: nowrap;
}

.selectvouchers-topleft-cards.d-flex>div>div img {
    border-radius: 2px;
}

.selectvouchers-topleft-cards.d-flex>div {
    display: flex;
}


.selectvouchers-carosel-cards:last-child {
    border: none;
}


select.GeneralSelect,
.table-input,
.table-date {
    margin-top: 0px;
    width: 100%;
    max-width: 350px;
    height: 38px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    font-size: 14px;
    padding: 0 10px;
    color: #4A4E69;
}

.table-input:focus,
.table-date:focus {
    border: 1px solid #ccc !important;
}

.selectvouchers-table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
}

.selectvouchers-table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
}

.selectvouchers-table tbody tr {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.border-btm {
    border-bottom: 1px solid #eeeeee;
}

.selectvouchers-table tbody tr:last-child td {
    border-radius: 0 0 5px 5px;
}

.btn-lg {
    min-width: 150px;
}
.w-16 {
  width: 16% !important;
}
.selectvouchers-table td span {
    margin-left: 10px;
}

.selectvouchers-table.border-btm {
    border-bottom: 1px solid #eeeeee;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    background: #EAF4EF;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    align-items: center;
}

input.dashboard-date {
    background: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    color: #4A4E69;
    font-size: 16px;
}

.dashboard-lefttop a {
    padding: 5px 0;
    color: #4A4E69;
    font-size: 16px;
}

.dashboard-righttop {
    display: flex;
    align-items: center;
}

.dashboard-righttop a {
    margin-left: 10px;
}

.dashboard-btm {
    background: #FBFBFB;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.dashboard-btm-in {
    display: flex;
    background: #fff;
    padding: 5px;
}

.dashboard-btm-cards {
    width: 25%;
    text-align: right;
    padding: 10px;
}

.dashboard-btm-cards label {
    margin: 0 0 5px;
    font-size: 13px;
    color: #4A4E69;
}

.dashboard-btm-cards-in {
    background: #EAF4EF;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    color: #2F945A;
}

.dashboard-btm-cards-in span {
    width: 50%;
    border-right: 1px solid #8ee3b2;
    padding-right: 5px;
}

.dashboard-btm-cards-in span:last-child {
    width: 50%;
    border-right: none;
}

.dashboard-btm-cards-in.blackcards {
    background: #000;
    color: #fff;
}

.dashboard-btm-cards-in.greencard {
    background: #2F945A;
    color: #fff;
}

.upi-voucher-in-head label {
    margin-block: 0;
    background: #EAF4EF;
    padding: 3px 10px;
    border: 1px solid #BFDECC;
    margin-right: 10px;
    min-width: 100px;
    border-radius: 2px;
    color: #2F945A;
}

table.table-upivouchers thead {
    background: #2f945a;
    color: #fff;
}

table.table-upivouchers thead th {
    border: 1px solid transparent;
}

table.table-upivouchers tbody td {
    color: #1F212C;
}

table.table-upivouchers tbody td.tdsubmitted {
    background: rgb(0, 168, 84);
}

table.table-upivouchers tbody td.tdactive {
    background: #fcf0f0;
}

table.table-upivouchers tbody td.tdrevoke {
    background: rgb(192, 192, 192);
}

table.table-upivouchers tbody td.tdreedeem {
    background: #007bff;
}

.bgblckcard {
    background: #000;
    color: #fff;
}

.greycard {
    background: #EAF4EF;
    color: #232323;
}

.data-container {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.field {
    margin: 5px 0;
}

.label {
    font-weight: bold;
    color: #333;
}

.edit-button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.edit-button:hover {
    background-color: #0056b3;
}


/* css for full pixel */
.data-container>.field {
    display: inline-block;
    min-width: 270px;
    margin-right: 0px;
    width: 33%;
}

.data-container>.btn {
    float: right;
}

.data-container>a {
    float: right;
    margin: 7px 15px 0 0;
}

.data-container {
    overflow: hidden;
}

.cstm-gensel {
    background: #f8f9fc;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-GeneralSelect {
    float: left;
    min-width: 300px;
}

.bnak-dtail-wrap {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0px;
    width: 100%;
}

.bnk-dtl-wrap-in {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.bnk-dtl-wrap-in label {
    color: #1F212C;
    margin: 0;
}


.confirmbox {
    border-top: 1px solid #EAF4EF;
    margin: 15px;
    padding: 0;
}


#confirmationDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#confirmationSendDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.modal-content button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.modal-content button:hover {
    opacity: 0.9;
}

.role-access-wrapin-topflex {
    align-items: center;
}

@media screen and (max-width:768px) {
    .role-access-wrapin-topflex {
        flex-direction: column;
    }
}

.role-access-wrapin-topflex h4 {
    color: #1F212C;
    font-size: 16px;
}


.customModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 11111;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black with transparency */
}

/* Modal content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* Close button styles */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.roleAccessModal-wrap {
    background: #EAF4EF;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: left;
}

.roleAccessModal-wrap h5 {
    color: #1F212C;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #BFDECC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.roleAccessModal-wrap ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.roleAccessModal-wrap ul li {
    color: #1F212C;
    font-size: 13px;
    font-weight: 400;
}

/*****************/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #86889B;
    margin-bottom: 0;
    background: #fff;
    border: 2px solid #86889B;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 0px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    margin-top: -1px;
}

/* .styled-checkbox:hover + label:before {
    background: #367AFF;
  } */
.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #367AFF;
    box-shadow: 0 0 0 3px #367AFF;
    border-radius: 2px;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.centered {
    width: auto;
    margin: auto;
}

.title {
    text-align: center;
    color: #4571ec;
}

.text-green {
    color: #2F945A;
    font-size: 16px;
    font-weight: 700;
}

tr.addrow-roleaccess {
    background: #EAF4EF;
}
input.autocomp-input {
	width: 268px;
    height: 44px;
    border-radius: 20px;
    border: none;
    padding: 10px 40px 10px 15px !important; /* more space on right for icon */
    color: #4A4E69;
    font-size: 15px !important;
    background: url("../img/searchautocomp.svg") no-repeat right 15px center #fff;
    background-size: 20px;
}
.autocomp-input-wrap {
  position: relative;
}

.loginNew-wrap {
	background: url("../img/Image12.webp") no-repeat center center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    min-height: 100vh;
    background-size: cover;
}
.loginNew-wrap-corporate {
	background: url("../img/Corporate_women.png") no-repeat center center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    min-height: 100vh;
    background-size: cover;
}

.loginNew-wrap-repute {
	background: url("../img/signup-bg2 1.webp") no-repeat center center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    min-height: 100vh;
    background-size: cover;
}

.logoNewLeft {
	
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 90vh;
}

.logoNewLeft-custom {
	
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 102vh;
}
.logoNewBtm h2 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.logoNewBtm h2 span {
    color: #2F945A;
}

.logoNewBtm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logoNewBtm ul li {
    color: #EDEDF0;
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0px 5px 0;
}

.logoNewBtm ul li img {
    margin-right: 5px;
}

.logoNewForm {
    height: 100vh;
    background: #fff;
    padding: 20px 30px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.logoNewFormbtm {
    text-align: center;
}

.logoNewFormtop {
    margin-top: 50px;
}

.logoNewFormWelcome {
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #86889B;
}

.logoNewFormtop h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #1F212C;
    margin-bottom: 20px;
}

.logoNewFormtop p {
    color: #4A4E69;
    margin: 15px 0;
}

.logoNewFormtop input {
    color: #9A9A9A;
    border: 1px solid #d1d3e2;
}

.logoNewFormtop input:focus {
    color: #9A9A9A;
    border: 1px solid #d1d3e2;
}

.logoNewFormtop input::placeholder {
    color: #9A9A9A;
}

.logoNew {
    margin-top: 30px;
}

.login-left-section {
    background: #FBFAFA;
    border-radius: 20px;
}

.login-right-wrap form input.form-control,
.login-right-wrap form select.form-select {
    background: none;
    color: #9A9A9A;
    border-radius: 10px;
    min-height: 46px;
}

.login-right-wrap form select.form-select {
    padding-left: 10px;
}

.login-right-wrap form input.form-control::placeholder {
    color: #9A9A9A;
}

.login-right-wrap h2 {
    margin-bottom: 10px;
}

.carousel-signupindicators li {
    width: 5px;
    height: 5px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

ol.carousel-signupindicators {
    bottom: 30px;
}

.carousel-signupindicators li {
    width: 5px;
    height: 5px;
    background-color: #86889B;
    border-radius: 50%;
    opacity: 1;
}

.carousel-signupindicators li.active {
    background-color: #FFFFFF;
    height: 5px;
}

.login-right-wrap .form-group {
    margin-bottom: 5px;
}

.login-right-wrap .form-group .custom-control-label::before,
.login-right-wrap .form-group .custom-control-label::after {
    top: .15rem;
}



.signup-right-wrap .carousel-inner .logo img {
    border-radius: 20px;
}

.custom-errormsg {
    display: block;
    text-align: left;
    font-size: 15px;
    color: red;
}

.custom-in {
    margin-bottom: 0.75rem;
}

.role-access-wrap select.did-floating-select,
.role-access-wrap .did-floating-label-content {
    background: #fff;
}

.role-access-wrap .did-floating-select:not([value=""]):valid~.did-floating-label {
    background: #fff;
}

.vouCredetails {
    color: #1F212C;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 10px;
}

.vouCredetails span {
    display: block;
    margin-bottom: 5px;
}

#search {
    width: 300px;
    padding: 10px;
    font-size: 16px;
}

.autocomplete-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    width: 400px;
    border: 1px solid #EAF4EF;
    background-color: white;
    box-shadow: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10000;
    border-radius: 12px;
}
.right-align {
    text-align: right;
}
.autocomplete-suggestion {
    font-size: 14px;
    padding: 12px 10px;
    cursor: pointer;
    font-weight: 450;
    line-height: 18px;
    color: #4A4E69;
    text-align: left;
}

.autocomplete-suggestion:hover {
    background-color: #EAF4EF;
}

.autocomplete-suggestion strong {
    float: left;
    width: 140px;
    font-weight: 400;
    text-align: left;
}

span.user-contact {
    margin-left: 5px;
}

.autocomplete-suggestion span {
    display: inline-flex;
    color: #86889B;
    font-weight: 400;
}


.did-floating-label-contentwrap {
    margin-bottom: 15px;
}

.did-floating-label-contentwrap label {
    display: block;
    margin-bottom: 2px;
    color: #1F212C;
    font-size: 15px;
}

select.did-label-content {
    width: 100%;
    min-height: 38px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 0 10px;
    color: #4A4E69;
}

.role-access-wrapin-bottom-add>.table-responsive {
    overflow-x: clip;
}

.leftselctVoucehrs,
.rightselctVoucehrs {
    border: 1px solid #EAF4EF;
    border-radius: 10px;
}

.leftselctVoucehrs h4,
.rightselctVoucehrs h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    display: block;
    padding: 12px 16px;
    margin-bottom: 0;
}

.leftselctVoucehrs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftselctVoucehrs ul li {
    padding: 7px 15px 8px;
}

.leftselctVoucehrs ul li:hover {
    background: #EAF4EF;
}

.leftselctVoucehrs ul li a {
    text-decoration: none;
}

.leftselctVoucehrs ul li a span {
    font-size: 14px;
    margin-left: 5px;
    color: #4A4E69;
}

.rightselctVoucehrs {
    padding: 15px;
}

.select-upivouchers {
    background: #FBFBFB;
    border-radius: 14px;
    border: 1px solid #EAF4EF;
    padding: 7px;
    margin-bottom: 20px;
}

.select-upivouchers img {
    border-radius: 10px;
    border: 1px solid #EAF4EF;
}

.cards-upivouchers-desc h4 {
    padding: 0;
    margin-bottom: 5px;
}

.cards-upivouchers-desc p {
    color: #2F945A !important;
    font-weight: 400;
}

.selctedVoucehr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selctedVoucehr ul li.active {
    background: #EAF4EF;
    border-radius: 10px;
    padding: 11px 10px;
    display: flex;
    align-items: center;
}

.selctedVoucehr ul li {
    background: #fff;
    border-radius: 10px;
    padding: 11px 10px;
    display: flex;
    align-items: center;
}

.selctedVoucehr ul li input,
.selctedVoucehr ul li img {
    margin-right: 10px;
}

.selctedVoucehr ul li img {
    min-width: 24px;
}

button.btn-border-custom {
    border: 1px solid rgba(54, 122, 255, 1);
    background: #fff;
    border-radius: 20px;
    padding: 15px 12px;
    width: 100%;
    margin: 10px 0;
    align-items: center;
}

button.btn-border-custom a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: rgba(31, 33, 44, 1);
}

button.btn-voucher-custom {
    border: 1px solid rgba(54, 122, 255, 1);
    background: rgba(54, 122, 255, 1);
    border-radius: 20px;
    padding: 15px 12px;
    width: 100%;
    margin: 10px 0;
    min-height: 62px;
    align-items: center;
}

button.btn-voucher-custom a {
    text-decoration: none;
    color: #fff;
    display: flex;
}
/* ✅ Disabled Button Styling */
button.btn-voucher-custom:disabled {
    background-color: #C1D6FF !important;
    border-color: #C1D6FF !important;
    color: #fff !important;
    opacity: 1;
    cursor: not-allowed;
}
/* ✅ Disabled Inner Content Styling */
button.btn-voucher-custom:disabled a,
button.btn-voucher-custom:disabled a span,
button.btn-voucher-custom:disabled a img {
    pointer-events: none;
    color: #fff !important;
    opacity: 0.8;
}


.calender-time {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(237, 237, 240, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
}

.download-vc {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(237, 237, 240, 1);
    display: inline-block;
    min-width: 40px;
    margin-left: 10px;
}

.linkedAccount-wrap-left-btn {
    border: 1px solid rgba(116, 183, 144, 1);
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.linkedAccount-wrap-left-btn span {
    margin-left: 5px;
}

.fundmarked {
    border: 1px solid rgba(89, 169, 123, 1);
    border-radius: 10px;
    padding: 5px;
    margin-left: 5px;
}

.activeupivcmarked {
    border: 1px solid rgba(237, 237, 240, 1);
    border-radius: 0 0 20px 20px;
    padding: 15px;
}

.left-activeupivcmarked {
    border: 1px solid rgba(237, 237, 240, 1);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.left-activeupivcmarked.active {
    border: 1px solid rgba(191, 222, 204, 1);
    background: rgba(234, 244, 239, 1);
}

.img-bank {
    border: 1px solid rgba(234, 244, 239, 1);
    border-radius: 50%;
    width: 30px;
    display: flex;
    height: 30px;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.left-activeupivcmarked span {
    min-width: 100px;
    color: #000;
}

.activeupivcmarked th {
    color: rgba(74, 78, 105, 1);
    padding: 1rem .75rem;
}

.activeupivcmarked td {
    color: rgba(110, 113, 135, 1);
    font-weight: 400;
    padding: 1rem .75rem;
}

tr.lasttr {
    background: rgba(234, 244, 239, 1);
}

.autocomp-input-wrap.table-input .autocomp-input {
    height: 35px;
    width: 200px !important;
}

.table-input-voucher {
    background: url("../img/voucher-sm.svg") no-repeat 95% center;
}

.tablevc .table-input-voucher {
    background: none;
}

.tablevc a {
    position: absolute;
    right: 5px;
    top: 5px;
}

.table-input-date {
    background: url("../img/calendar-time.svg") no-repeat 95% center;
    margin-top: 0px;
    width: 100%;
    max-width: 350px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ccc;
    min-width: 150px;
    font-size: 14px;
    padding: 0 10px;
    color: #4A4E69;
}

.table-input-date .table-dateed {
    width: 100px;
    border: none;
    margin-top: 5px;
}

.selectvouchers-carosel {
    margin: 0px 0 0;
    width: 94%;
    border: 1px solid #fff;
}

.slick-track {
    width: 100%;
}

.selectvouchers-carosel-cards {
    border-right: 1px solid #e4e1e1;
    padding: 10px 20px;
    color: #2F945A;
    max-width: 150px;
    width: 100%;
}

.selectvouchers-carosel-cards h5 {
    font-size: 1rem;
    margin: 0;
    display: flex;
    justify-content: center;
}

.selectvouchers-top {
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin: 15px;
    justify-content: space-between;
}

.selectvouchers-topleft {
    display: flex;
    border-radius: 10px;
    background: #EDEDF0;
    width: 45%;
    padding: 10px 0;
}


.selectvouchers-topleft-repute {
    display: flex;
    border-radius: 10px;
    background: #EDEDF0;
    width: 30%;
    padding: 10px 0;
}

.selectvouchers-topright {
    display: flex;
    width: 54%;
    padding: 10px 30px 10px 20px;
    justify-content: center;
}

.selectvouchers-topleft-cards {
    width: 65%;
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    justify-content: space-between;
    border-radius: 10px;
}

.selectvouchers-topleft-cards-repute {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    justify-content: space-between;
    border-radius: 10px;
}

.selectvouchers-topleft-primary {
    background: #2F945A;
    color: #fff;
    width: 45%;
}

.bnkdetils {
    text-align: right;
    color: #000;
}

.bnkdetils p {
    color: #4A4E69;
    font-size: 15px;
}

.selectvouchers-topleft-primary h5 {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.selectvouchers-topleft-cardsdiv {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 10px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--secondarysecondary-50);
}

.INDIANB-NS-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 5px;
}

.INDIANB-NS {
    position: absolute;
    width: 21px;
    height: 18px;
    top: 3px;
    left: 1px;
    object-fit: cover;
}

.text-wrapper {
    position: relative;
    flex: 1;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    color: var(--secondarysecondary-900);
    font-size: var(--body-font-size);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    font-style: var(--body-font-style);
}

.xxxx {
    position: relative;
    flex: 1;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    color: var(--secondarysecondary-500);
    font-size: var(--body-font-size);
    text-align: right;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    font-style: var(--body-font-style);
}

.dropdown {
    position: relative;
    width: auto;
    height: auto;
}

.div-2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
    margin: 5px 0;
}

.text-wrapper-2 {
    position: relative;
    flex: 1;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    color: var(--secondarysecondary-300);
    font-size: var(--body-font-size);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    font-style: var(--body-font-style);
}

.element {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22.4px;
    margin-bottom: 0;
}

.span {
    font-family: var(--title-2-bold-font-family);
    
    color: #000000;
	font-size: 19px !important;
	   font-weight: 400 !important;
    letter-spacing: var(--title-2-bold-letter-spacing);
    line-height: var(--title-2-bold-line-height);
    font-style: var(--title-2-bold-font-style);
}

.text-wrapper-3 {
    font-family: var(--title-1-bold-font-family);
	font-size: 19px !important;
	    font-weight: 400 !important;
    line-height: var(--title-1-bold-line-height);
    font-style: var(--title-1-bold-font-style);
    letter-spacing: var(--title-1-bold-letter-spacing);
}

.recall {
    position: relative;
    width: 20px;
    height: 20px;
}

.last-updated-on {
    position: relative;
    align-self: stretch;
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: var(--secondarysecondary-300);
    font-size: 8px;
    text-align: right;
    letter-spacing: 0;
    line-height: 11.2px;
}

.frame {
    display: inline-flex;
    flex-direction: column;
    height: 143px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--primaryprimary-50);
}

.btn-primary {
    min-width: 150px;
}

table.table-reimbursements.tablestatus-later thead {
    background: #86889B;
}

.selectvouchers-table tbody tr:last-child {
    border-bottom: 1px solid #eeeeee;
}

.tdflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.table-upivouchers tbody td label {
    background: #eee;
    padding: 4px 10px;
    border-radius: 20px;
}

table.table-upivouchers tbody td {
    border: 1px solid #EAF4EF;
}

.customModal .modal-top .close {
    position: absolute;
    right: 0;
    top: 0;
}

.bg-black {
    background: #000;
}

.bg-grey {
    background: #EAF4EF;
}

.bg-green {
    background: #2F945A;
}

.modal-inn {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.modal-inn h6 {
    font-weight: 600;
}

.modal-inn p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.modal-inn ul {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.modal-inn ul li {
    width: 50%;
    float: left;
}

.selectvouchers-topleft20 {
    width: 20%;
}

.selectvouchers-topright80 {
    width: 80%;
}

.headnobg h3 {
    color: #1F212C;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

table.vcScheduledtable thead {
    background: #86889B;
    color: #fff;
}

.modal-content button.btn-border-primary,
.modal-content button.btn-primary {
    border: 1px solid rgba(54, 122, 255, .50);
    padding: .375rem .75rem;
}

.selected {
    background-color: #007BFF;
    color: white;
    padding: 5px;
}

.span-container {
    margin: 10px 0;
}

.span-container span {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}


.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    width: 41px;
    height: 41px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:before {
    content: url("../img/slider-left-arrow.png");
}

.slick-next:before {
    content: url("../img/slider-right-arrow.png");
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.static-top {
    justify-content: space-between;
}

.dropdown.dropdown-custom .dropdown-toggle {
    border: 1px solid #C7C8D1;
    background: #EDEDF0;
    border-radius: 10px;
    color: #000;
    display: flex;
    align-items: center;
}
.dropdown.dropdown-custom .dropdown-toggle span {
    margin-right: 10px; font-size: .85rem;
}

.demo-slider {
    display: flex
;
    width: 100%;
    overflow-x: scroll;
}

.dropdown a{
    text-decoration: none;
    color: #1F212C;
}

.tabletheadtr {
    border-radius: 10px;
    background: #2f945a;
    display: flex;
    justify-content: space-around;
}

.tabletheadtr span {
    border: none;
    font-weight: 600;
    color: #fff;
    vertical-align: bottom;
    padding: .75rem;
}

.tablebodytr{
    background: #fff;
    display: flex;
    justify-content: space-around;
    border: 1px solid #EAF4EF; 
    align-items: center;
}
.tablebodytr span {    
    font-weight: 400;
    color: #1F212C;
    vertical-align: middle;
    padding: .5rem 0;
}
.tablebodytr label {
    margin: 0;
    background: #eee;
    padding: 4px 10px;
    border-radius: 20px;
}

/* custom css made by anish*/
.custom-width-backbtn{
			        width: 200px !important;
			    }

			    .custom-width-contbtn {
			        width: 199px !important;
			    }
			


			/* For static icon fields, the icon will always show */
			.input-with-static-icon {
			    background-image: url('/img/check-circle-fullgreen.png'); /* Replace with your SVG path */
			    background-repeat: no-repeat;
			    background-position: 5px center; /* Adjust as needed */
			    background-size: 20px; /* Adjust size */
			    padding-left: 30px; /* Add padding to avoid overlap with text */
			}

			/* For dynamic icon fields, initially no icon */
			.input-with-dynamic-icon {
			    background-image: none; /* No image when empty */
			    padding-left: 30px; /* Add padding for icon space */
			}

			/* Add the icon when the input is filled */
			.input-with-dynamic-icon.filled {
			    background-image: url('/img/check-circle-fullgreen.png'); /* Replace with your SVG path */
			    background-repeat: no-repeat;
			    background-position: 5px center;
			    background-size: 20px;
			}
			
			.custom-blue{
				color:#367AFF;
			}
			
			.custom-btn {
					    display: inline-flex; /* Ensures it's treated like the button element */
					    align-items: center; /* Centers content vertically */
					    justify-content: center; /* Centers content horizontally */
					    width: 78px; /* Matches the width of the button */
					    height: 38px; /* Matches the height of the button (adjust as needed) */
					    padding: 0; /* Removes any extra padding that may affect dimensions */
					    text-align: center; /* Ensures text alignment is consistent */
					    line-height: 1; /* Matches line height with the button */
					}
					.img-button {
					    background-color: white;    /* Set background color to white */
					    border: 1px solid #367AFF80;     /* Set border color to blue */
					    border-radius: 10px;         /* Optional: Add border radius for rounded corners */
					    padding: 10px;               /* Optional: Add padding to ensure image doesn't touch the border */
						gap:6px;
					}
					.table-reimbursements thead tr:nth-child(2) {
					    background-color: #EAF4EF; /* Second header row background */
					    color: #28a745; /* Text color for the second header row */
					    font-weight: bold;
					    text-align: center;
						
					}
					.table-reimbursements-alt thead tr:first-child th {
					    background-color:  #2F945A;
					    color: #EAF4EF;
					    font-weight: bold;
					    text-align: left;
					}
					/* New class with rounded table header */
					.table-reimbursements-alt thead tr:first-child th:first-child {
					    border-top-left-radius: 10px;
					}

					.table-reimbursements-alt thead tr:first-child th:last-child {
					    border-top-right-radius: 10px;
					}
					

					/* Ensure the table doesn't clip the rounded corners */
					.table-reimbursements-alt thead {
					    overflow: hidden;
					}
					
					.table-unsuccess-alt thead tr:first-child th 
					{
					    background-color:  #4A4E69;
					    color: #EAF4EF;
					    font-weight: bold;
					    text-align: start;
					}
					/* New class with rounded table header */
					.table-unsuccess-alt thead tr:first-child th:first-child {
					    border-top-left-radius: 10px;
					}

					.table-unsuccess-alt thead tr:first-child th:last-child {
					    border-top-right-radius: 10px;
					}

					/* Ensure the table doesn't clip the rounded corners */
					.table-unsuccess-alt thead {
					    overflow: hidden;
					}


					#travelDetailsTable {
					    width: 1728px;
					    height:1117px;
					    position: absolute;
					    top: 4260px;
					    left: 24947px;
					    padding: 40px 30px 40px 30px;
					    gap: 20px;
					    border-radius: 1px 0 0 0;
						
						
					    opacity: 1; /* Make visible (adjust as needed) */
					    
					    z-index: 1050; /* Ensures it's above other elements */
					    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for effect */
					}

					#travelDetailsTable .modal-dialog {
					    max-width: 100%; /* Ensures the modal fits the specified width */
					    margin: 0; /* Remove default centering margins */
					}

					#travelDetailsTable .modal-content {
					    border-radius: inherit; /* Ensure content follows the modal's rounded corners */
					}

					#travelDetailsTable .table-reimbursements th,
					#travelDetailsTable .table-reimbursements td {
					    text-align: center;
					    vertical-align: middle;
					    padding: 10px;
					}
					
					
					.custom-btn1 {
							    background-color: white !important;
							    color: rgba(54, 122, 255, 1) !important;
							    border: 2px rgba(54, 122, 255, 0.5) !important;
								padding: 5px 12px !important; /* Adjust padding for height */
								box-shadow: 0 0 0 2px rgba(54, 122, 255, 0.5); /* Blue outline effect on the radius */
								}
							.background-wrap {
							    background-color: rgba(234, 244, 239, 1);
							    padding: 15px;
							}

							.custom-modal-width {
							    max-width: 90% !important; /* Adjust the percentage or use a fixed value like 800px */
							}
					        .hidden {
					            display: none;
					        }
					        .button {
					            cursor: pointer;
					            padding: 5px;
					            border: none;
					            background-color: #007BFF;
					            color: white;
					            border-radius: 5px;
					        }
							#myDiv {
							            transition: max-height 0.3s ease-out;
							            
							            overflow: hidden;
							        }
							        #myDiv.collapsed {
							            max-height: 0;
							            padding: 0;
							        }
									.empty-message {
								     text-align: center;
								     color: #7d8597;
								     padding: 40px 20px;
								     font-size: 18px;
								   }
								   .btn-custom{
									width:154px;
									height:45px;
										padding: 10px;	
								         border-radius: 10px;
										 gap: 4px;
										 background-color: #367AFF;
										 color:white;
								       }									 
									   .btn-custom:hover
									    {
									      background-color: #367AFF;
									      color: white;
									      box-shadow: none;
									    }
										
		.custom-row-border td {
				      border-bottom: 2px solid #EAF4EF;
				    } /* vechile css*/
					.input-with-icon {
							  position: relative;
							  width: 100%;
							  max-width: 100%; /* prevent expansion */
							}

							.input-with-icon input {
							  width: 100%;
							  max-width: 100%;
							  padding-right: 44px;
							  box-sizing: border-box;
							  overflow: hidden; /* avoids stretching */
							  white-space: nowrap;
							  text-overflow: ellipsis;
							}

							.input-icon-right {
							  position: absolute;
							  top: 50%;
							  right: 12px; /* move icon closer to far-right */
							  transform: translateY(-50%);
							  width: 20px;
							  height: 20px;
							  pointer-events: none;
							  z-index: 2;
							}
					.vehicle-modal-header {
									       background-color: #e9ecef;
									     }
									     .vehicle-card-vd {
									       background-color: #2F945A;
									       padding: 1rem 1.5rem;
									       border-radius: 0.5rem;
									       color: white;
									     }
									     .vehicle-card-vd .row > div {
									       padding: 0.5rem 1rem;
									     }
									     .vehicle-section-title-vd {
									       font-weight: 600;
									       display: flex;
									       align-items: center;
									       gap: 0.5rem;
									       font-size: 1rem;
									     }
										 .vehicle-card-vd .row > div {
										   padding: 0.5rem 1rem;
										   color: #BFDECC !important; /* Label color */
										 }

										 .vehicle-card-vd .row > div > span {
										   display: block;
										   font-weight: 700;
										   color: #fff !important; /* Span value color */
										 }
									     .info-section-vd, .legal-section-vd {
									       background-color: #fafafa;
									       border-radius: 0.5rem;
									       padding: 1rem;
									       margin-bottom: 1rem;
									       border: 1px solid #dee2e6;
									     }
									     .section-title-vd {
									       font-weight: 600;
									       color: #198754;
									       display: flex;
									       align-items: center;
									     }
									     .section-title-vd i {
									       margin-right: 0.5rem;
									     }
									     .activate-btn-vd {
									       width: 100%;
									     }
									     .modal-dialog-vd {
									       width: 1000px !important;
									       max-width: 100%;
									       margin-top: -70px;
										   pointer-events: auto;
									     }
										 .modal-content-vd {
										   height: auto;
										   max-height: none;
										   overflow: visible;
										 }
										 .toggle-icon {
										   width: 16px;
										   height: 16px;
										   transition: transform 0.3s ease;
										 }

										 .toggle-icon.rotate {
										   transform: rotate(180deg);
										 }					   .section-title-vd {
									     color: #4A4E69 !important;  /* Overrides your previous green style */
									   }
									   .modal-header {
									     border-bottom: none !important;
									   }
									   .custom-hr {
									     border: none;
									     height: 2px;
									     background-color: #59A97B;
									     margin-top: 0.5rem;
									     margin-bottom: 1rem;
									   } 
									   .full-width-hr {
									      margin-top: -1rem;
									      margin-bottom: 1rem;
									      border-top: 2px solid #e9ecef;
									      width: calc(100% + 2rem);
									      margin-left: -1rem;
									      margin-right: -1rem;
									    }
										/* vehicle css ends here*/
										/* edit vehicle css*/
										.search-select-wrapper {
															   position: relative;
															 }
															 .search-select-input {
															   padding-left: 12px;
															 }
															 .suggestion-box {
															   background: #fff;
															 
															   position: absolute; 
															   z-index: 1000;
															   width: 100%;
															   max-height: 150px;
															   overflow-y: auto;
															   /* border-radius: 0.25rem;*/
															 }
															 
															 .suggestion-box div {
															   padding: 8px 12px;
															   cursor: pointer;
															   display: flex;
															   align-items: center;
															   gap: 6px;
															 }
															 .suggestion-box div:hover {
															   background-color: #EAF4EF;
															 }
															 .suggestion-icon {
															   height: 14px;
															 }
															 .suggestion-text {
															   flex-grow: 1;
															 }
															 .button-group-vd {
															   margin-top: 2rem;
															   gap: 8px; /* matches your "gap" spec */
															 }

															 /* Shared button style */
															 .back-btn-vd,
															 .save-btn-vd {
															   width: 360px;
															   height: 46px;
															   border-radius: 10px;
															   padding: 12px 20px;
															   font-weight: 600;
															   font-size: 16px;
															   line-height: 22px;
															   outline: none;
															   box-shadow: none;
															 }

															 /* Back button style */
															 /* Back button — white bg, blue border & text */
															 .back-btn-vd {
																background-color: white !important;
															    color: rgba(54, 122, 255, 1) !important;
															    border: 2px rgba(54, 122, 255, 0.5) !important;
																padding: 5px 12px !important; /* Adjust padding for height */
																box-shadow: 0 0 0 2px rgba(54, 122, 255, 0.5); /* Blue outline effect on the radius */
															 }

															 /* Save button style */
															 .save-btn-vd {
															   background-color: #367AFF;
															   color: #FFFFFF;
															   border: none;
															 }

															 .back-btn-vd:hover,
															 .save-btn-vd:hover {
															   opacity: 0.9;
															   transition: 0.3s ease;
															 }
															 
															 /* vehicle history modal */
															 .vehicle-modal-dialog {
															 							    max-width: 840px;
															 							  }

															 							  .vehicle-modal-content {
															 							    border-radius: 16px;
															 							    overflow: hidden;
															 							  }

															 							  .vehicle-modal-body {
															 							    padding: 1.25rem;
															 							    border: 1px solid #D6D9E0;
															 							    border-radius: 12px;
															 							  }

															 							  .vehicle-details-wrapper {
															 							    font-family: 'Open Sans', sans-serif;
															 							  }

															 							  .vehicle-dates {
															 							    display: flex;
															 							    justify-content: space-between;
															 							    align-items: center;
															 							    margin-bottom: 1rem;
															 							  }

															 							  .vehicle-date-label {
															 							    font-size: 13px;
															 							    color: #7D7F89;
															 							  }

															 							  .vehicle-date-value {
															 							    font-weight: 400;
															 							    color: #1F212C;
															 							  }

															 							  .vehicle-date-line {
															 							    flex: 1;
															 							    text-align: center;
															 							  }

															 							  .vehicle-date-dash {
															 							    display: inline-block;
															 							    width: 80%;
															 							    border-bottom: 1px dashed #D6D9E0;
															 							  }

															 							  .vehicle-data-box {
															 							    background: #EDEDF0;
															 							    color: #4A4E69;
															 							    border-radius: 12px;
															 							    padding: 1rem 1.5rem;
															 							  }

															 							  .vehicle-icon {
															 							    width: 24px;
															 							    height: 24px;
															 							    margin-right: 8px;
															 								margin-top: 4px;
															 							  }

															 							  .vehicle-field-label {
															 							    font-size: 13px;
															 							    color: #7D7F89;
															 							  }

															 							  .vehicle-field-value {
															 							    font-weight: 400;
															 							  }
															 							  .vehicle-history-title {
															 								margin-left: 0 !important;
															 							    text-align: left;
															 							    font-weight: 700;
															 							    font-size: 19px;
															 							    color: #1F212C;
															 							  }
									   .modal-btn {
									   				      background-color: #367AFF;
									   				      border: none;
									   				      border-radius: 10px;
									   				      height: 48px;
									   				      color: white;
									   				      font-weight: 600;
									   				    }

/* made by anish ends here*/
.required-star {
    color: grey !important;
    margin-left: 4px;
    font-weight: bold;
}

.logoNewForm1 {
			
		    width: 470px;
		    height: auto; /* Changed from min-height */
		    border: 1px solid #C7C8D1;
		    border-radius: 20px;
		    background: #fff;
		    padding: 25px; /* Reduced padding */
		     margin: 40px 0 0 80px; /* Reduced margins */
		    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		    position: relative;
		    transform: none; /* Removed transform */
		}
		.form-title {
					
					  
				    font-size: 23px;
				    margin-bottom: 1rem;
				    color: #1F212C;
				    font-weight: 700;
				    margin-top: -60px; /* Removed negative margin */
				}
				.btn-register {
					    background: #367AFF;
					    color: white;
					    width: 100%;
					   
					    border-radius: 8px;
					    font-weight: 600;
					    
						margin-top: 0.5rem;
						    padding: 10px;
					}
					.form-check-group {
						    border: 1px solid #C7C8D1;
						    border-radius: 8px;
						    padding: 8px;
						    margin-top: 10px;
							margin-bottom: 8px;
							
						}
						.form-check-group:focus-within {
						    border-color: #367AFF;
						    box-shadow: 0 0 0 2px rgba(54, 122, 255, 0.1);
						}
						.existing-account {
							    text-align: center;
							    margin-top: 1.5rem;
							    color: #666;
							}

							.existing-account a {
							    color: #367AFF;
							    text-decoration: none;
							    font-weight: 500;
							}
							
							.mb-4 {
					  	    margin-bottom: 0.5rem !important; /* Reduced from Bootstrap's default 1.5rem */
					  	}	
							
/* new login page design classes*/
.login-footer {
	margin-top: 20px;
	  text-align: center;
	  font-size: 14px;
	 
	}

	.login-footer a {
	  color: #3b82f6;
	  font-weight: 500;
	  text-decoration: none;
	}
	.login-body {
	  flex: 1;
	}
	
	.social-buttons {
	  display: flex;
	  gap: 12px;
	  justify-content: space-between;
	  margin-bottom: 20px;
	}
	.helper-text	{
			margin-top: 10px;
		  font-size: 14px;
		  color: #6D7072;
		  margin-bottom: 15px;
		}
	.social-btn {
		  flex: 1;
		  border: 1px solid #ddd;
		  border-radius: 8px;
		  padding: 10px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  gap: 8px;
		  background: #fff;
		  font-weight: 500;
		}
		
		.or-divider {
			  text-align: center;
			  margin: 10px 0 20px;
			  position: relative;
			}

			.or-divider span {
			  background: #fff;
			  padding: 0 10px;
			  color: #777;
			}

			.or-divider::before {
			  content: "";
			  position: absolute;
			  top: 50%;
			  width: 100%;
			  height: 1px;
			  background: #ccc;
			  left: 0;
			  z-index: -1;
			}
			.flag-icon {
				  width: 24px;
				  height: 16px;
				  border-radius: 2px;
				  object-fit: cover;
				}
				.phone-input {
				  flex: 1;
				  background-color: transparent;
				  color: #1F212C;
				  border: none !important;
				  outline: none !important;
				  box-shadow: none !important;
				  height: 100%;
				  padding: 10px;
				  color: transparent;
				  transition: color 0.2s ease;

				}
				.phone-input::placeholder {
				  color: #86889B; /* Choose any color you want */
				  opacity: 1; /* Make sure it’s fully visible */
				}
				.floating-group input:focus,
				.floating-group input:not(:placeholder-shown) {
				  color: #1F212C !important;
				}
				.phone-input:focus,
				.phone-input:not(:placeholder-shown) {
				  color: #1F212C !important;
				}
				.form-check-input:checked + .form-check-label {
				  color: #1F212C;
				  font-weight: 400;
				}
				.phone-input-container {
					  display: flex;
					  align-items: center;
					  border: 1px solid #C7C8D1;
					  border-radius: 8px;
					  overflow: hidden;
					  background-color: #ffff; /* Optional dark bg like your screenshot */
					  height: 42px;
					}
				.phone-input-container .form-control {
					margin-top: 20px;
				  border: none;
				  outline: none;
				  box-shadow: none;
				  flex: 1;
				 
				}
				#verifyotpdiv:hover {
				  background-color: #316FE8 !important;
				  color: #ffffff;
				}

				.login-btn {
				  width: 100%;
				  background-color: #367AFF;
				  color: #ffff;
				  font-weight: 600;
				  border-radius: 10px;
				  padding: 10px;
				  border: none;
				  margin-bottom: 20px;
				}

				.or-divider {
				     text-align: center;
				     margin: 20px 0;
				   }
				   
				   .main-container {
					margin-top: 50px; /* move the entire section down */
				   	  width: 1250px !important;
				   	  height: 650px !important;
				   	  display: flex;
				   	  gap: 24px;
				   	  border-radius: 16px;
				   	  overflow: hidden;
				   	  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
				   	  padding: 20px;
				   	  /* Remove the white background */
				   	  /* background: #fff; */
					  background-color: #F6F6FA;
					  background: transparent !important; /* ensure it's clear */
					    box-shadow: none !important;        /* remove shadows */
				   	}


					.image-section {
						
					  flex: 3;
					  overflow: hidden;
					  position: relative;
					  border-radius: 20px;
					}
					.carousel-caption {
						  text-align: left !important;
						  left: 20px;
						  right: auto;
						  bottom: 30px;
						}
						.carousel-caption h5 {
						  background: rgba(0, 0, 0, 0.4);
						  padding: 8px 16px;
						  display: inline-block;
						  border-radius: 6px;
						}
						.login-section {
							  flex: 2;
							  padding: 40px;
							  display: flex;
							  flex-direction: column;
							   justify-content: flex-start;
							  background-color: #fff;
							  border-radius: 12px;
							}

						    .login-section h4 {
						      font-size: 18px;
						      font-weight: bold;
						    }

							@keyframes slideImages {
							  0%   { transform: translateX(0%); }
							  33%  { transform: translateX(-100%); }
							  66%  { transform: translateX(-200%); }
							  100% { transform: translateX(0%); }
							}


							.footer-divider {
								  margin: 20px 0 10px;
								  border: none;
								  border-top: 1px solid #ddd;
								}



							.logo-container {
							  position: absolute;
							  top: 20px;
							  left: 160px;
							  z-index: 10;
							}

							.logo-img {
							  width: 140.3571319580078px;
							  height: 30px;
							}
							/* making logo responsive */
							/* Responsive: center logo in small viewports */
							@media (max-width: 768px) {
							  .logo-container {
							    left: 60px;
							    transform: translateX(-50%);
							  }

							  .logo-img {
							    width: 120px;
							    height: auto;
							  }
							}
							/* Responsive Adjustments */

								@media (max-width: 400px) {
								  .logo-img {
								    width: 100px;
								    height: auto;
									margin-left: 30px;
								  }
								}
								/*making eye icon on index page responsive*/
								/* Eye icon default style
									.eye-icon {
									  font-size: 18px;
									  cursor: pointer;
									  display: inline-block;
									  margin-bottom: 2px;
									  margin-top: 10px;
									} */
									.eye-icon {
												  font-size: 18px;
												  cursor: pointer;
												  display: inline-block;
												  margin-bottom: 2px;
												  margin-left: -50px;
												  margin-top: 10px;
												}

									/* Responsive: stack icon below inputs on small screens */
									@media (max-width: 300px) {
									  .otp-wrapper {
									    flex-direction: column;
									    align-items: flex-start;
									  }

									  .eye-icon {
									    margin-left: 0;
									    margin-top: 5px;
									  }
									}


							.phone-prefix {
							  display: flex;
							  align-items: center;
							  gap: 6px;
							  padding: 6px 12px;
							  background-color: transparent;
							  border-right: 1px solid #C7C8D1;
							  color: #86889B;
							  font-weight: 500;
							  white-space: nowrap;
							  height: 20px; /* Optionally control exact height */
							}
							.login-title {
							  font-size: 20px;
							  font-weight: 600;
							  margin-bottom: 20px;
							}

							#otp-section {
									    background: white;
									    border-radius: 12px;
									    padding: 30px 0;
									  }

									  .otp-input {
									    width: 41px;
									    height: 49px;
									    margin-right: 0px !important;
									    font-size: 20px;
									    border: 1px solid #C7C8D1;
									    border-radius: 10px;
									  }
									  
									  
 /* Industries page css*/
 
 .gradient-bg {
 	        background: linear-gradient(to bottom, #1F212C 0%, #0B572B 50%, #ffffff 50%, #ffffff 100%);
 	        margin: 0;
 	    }
		
		.section-overlap {
		        position: relative;
		        margin-top: -700px;
		        z-index: 2;
		    }
			.section-top {
			        height: 300px;
			    }
				.section-bottom {
				        padding-top: 260px;
				        padding-bottom: 0px;
				        position: relative;
				        z-index: 1;
				    }
					.logo-container-I {
					        display: flex;
					        justify-content: center;
					        align-items: center;
					        margin-bottom: 20px;
							margin-right: 60px;
							margin-top: -80;
					    }
						.logo-img-I {
							margin-top: 20px;
						        max-width: 300px;
						    }

							 

							  .card-container {
							      width: 645px;
							      height: 579px;
							      margin: auto;
							      background-color: white;
							      border-radius: 20px;
							      border: 1px solid #C7C8D1;
							      transition: all 0.3s ease-in-out;
							  }

							  .card-container:hover {
							     
							      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
							     
							  }

							  .card-image {
								position: relative;
								top: -10px; /* Shift image upward inside container */
								max-width: 90%;
								margin: 0 auto 10px;
							  }
							  /* making colour black while entering the text in the input*/
							  #registrationForm input[type="text"],
	  							#registrationForm input[type="email"],
	  							#registrationForm input[type="tel"],
	  							
	  							#registrationForm input#orgname,
	  							#registrationForm .form-control {
	  							  color: #1F212C !important;
	  							}

							  .card-content {
							      background-color: #2F945A;
							      color: white;
							      width: 100%;
							      height: 260px;
								  
							      border-radius: 20px;
							      padding: 20px;
							      margin-top: -15px;
							      display: flex;
							      flex-direction: column;
							      justify-content: space-between;
							  }

							  .feature-list {
							      color: #D4EADB;
							      text-align: left;
							      list-style-type: none;
							      padding-left: 8px;
								  font-weight: 400;
							  }



							  .feature-item {
							      margin-bottom: 8px;
							  }

							  .feature-bullet {
							      color: #92D2B6;
							  }

							  .feature-text {
							      color: white;
							  }

							  .explore-btn {
							      border: 1px solid #D4EADB;
							      color: white;
							      padding: 0.5rem 2rem;
							      border-radius: 8px;
							      align-self: center;
							      width: 465px;
							      font-weight: bold;
							      transition: all 0.3s ease-in-out;
								
								 position: relative;
								    overflow: hidden;
								    color: white;
								    background: transparent;
								
							  }
							.explore-btn::after {
							    content: "REGISTER NOW";
							    position: absolute;
							    top: 50%;
							    left: 50%;
							    transform: translate(-50%, -50%);
							    opacity: 0;
							    color: #2F945A;
							    font-weight: bold;
							    transition: opacity 0.3s ease;
							}

							.explore-btn:hover::after {
							    opacity: 1;
							}
							  .explore-btn:hover {
							      background-color: white;
							      color: #2F945A;
							      border-color: white;
								
								 color: transparent; /* hide original text */
							  }

							  .card-title {
							      font-weight: bold;
							      margin-bottom: 12px;
							      text-align: left;
								color: white;
							  }

							  /* Updated industry-blog class with your specifications */
							  .industry-blog {
							      border-radius: 15px;
							      padding: 1px;
							      margin: 10px;
							      transition: all 0.3s ease-in-out;
							      width: 95%;
							      max-width: 545px;
							      background-color: #fff;
							      border: 1px solid #C7C8D1;
							      display: flex;
							      flex-direction: column;
							      justify-content: space-between;
							      height: 90%;
							  }

							  /* Hover effect for industry-blog */
							  .industry-blog:hover {
							      
							      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
							     
							  }
							  
			/* new dashboard css*/	
			.cd-container {
				  width: 100%;
				  padding: 1rem;
				  display: flex;
				  justify-content: flex-start;
				}

				.cd-wrapper {
				  display: flex;
				  justify-content: space-between;
				  gap: 1rem;
				  width: 100%;
				  
				}

				.cd-setup-box {
				  flex: 1;
				  height: 296px;
				  background: #fff;
				  border-radius: 20px;
				  padding: 10px;
				  border-bottom: 1px solid #e0e0e0;
				  display: flex;
				  flex-direction: column;
				  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
				 
				}

				.cd-setup-inner {
				  display: flex;
				  flex-direction: column;
				  gap: 1rem;
				  height: 100%;
				  width: 100%;
				}

				@media (min-width: 768px) {
				  .cd-setup-inner {
				    flex-direction: row;
				  }
				}

				.cd-setup-left {
				  width: 220px;
				  flex-shrink: 0;
				  display: flex;
				  flex-direction: column;
				  justify-content: space-between;
				}

				.cd-setup-title {
				  font-weight: bold;
				  margin-bottom: 1rem;
				  color: #1F212C;
				}

				.cd-progress {
				  height: 4px;
				  max-width: 200px;
				  margin-bottom: 12px;
				  background-color: #e9ecef;
				}

				.cd-progress-bar {
				  height: 100%;
				  width: 0%;
				  background-color: #6c757d;
				}

				.cd-help-link {
				  font-size: .875rem;
				  color: #0d6efd;
				  display: flex;
				  align-items: center;
				  gap: 4px;
				}

				.cd-help-icon {
				  width: 20px;
				  height: 20px;
				  margin-bottom: 4px;
				}

				.cd-setup-right {
				  background-color: #EDEDF0;
				  border-radius: 16px;
				  padding: 12px;
				  flex: 1;
				}

				.cd-step-item {
				  background-color: white;
				  border-radius: 10px;
				  display: flex;
				  justify-content: space-between;
				  align-items: center;
				  padding: .75rem .5rem;
				}

				.cd-step-left {
				  display: flex;
				  align-items: center;
				  gap: 12px;
				}

				.cd-step-number {
					  width: 24px;
					  height: 24px;
					  font-size: .875rem;
					  border: 1px solid #6c757d;
					  color: #4A4E69;
					  border-radius: 50%;
					  display: flex;
					  align-items: center;
					  justify-content: center;
					}

				.cd-step-link {
				  color: #0d6efd;
				  font-weight: 600;
				  display: flex;
				  align-items: center;
				  gap: 4px;
				}

				.status-box {
				  background-color: #E3F2FD;
				  border-radius: 10px;
				  padding: 10px;
				  margin-top: 45px;
				  border: 1px solid #C1D6FF;
				}

				.status-content {
				  display: flex;
				  align-items: flex-start;
				  color: #367AFF;
				  font-size: 0.9rem;
				  margin-bottom: 0;
				}

				.status-content-inprogress {
							  display: flex;
							  align-items: flex-start;
							  color: #FF9500;
							  font-size: 0.9rem;
							  margin-bottom: 0;
							}

				.cd-offer-box {
				  background-color: white;
				  padding: 1rem;
				  border-radius: 20px;
				  width: 500px;
				  height: 296px;
				  /*margin-left: 24px;*/
				  overflow-y: auto;
				  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
				  display: flex;
				  flex-direction: column;
				  gap: 1rem;
				}

				.cd-offer-divider {
				  border-color: #EDEDF0;
				  margin-top: .25rem;
				  margin-bottom: 0;
				}

				.cd-offer-item {
				  display: flex;
				  align-items: flex-start;
				  gap: 6px;
				}

				.cd-offer-icon {
				  width: 40px;
				  height: 40px;
				}

				.cd-offer-content {
				  display: flex;
				  flex-direction: column;
				}

				.cd-discount-icon {
				  width: 20px;
				  height: 20px;
				}

				.business-benefits {
				  border: 1px solid #DEE2E6;
				  border-radius: 10px;
				  background: white;
				  margin: 20px;
				  width:97.5%;
				}
				.business-benefits01 {
					  border: 1px solid #DEE2E6;
					  border-radius: 10px;
					  background: white;
					  margin: 20px;
					  width:97.5%;
					}

				.max-w-1440 {
				  max-width: 1440px;
				}

				.benefits-section-heading {
				  font-weight: 700;
				  font-size: 18px;
				  color: #1F212C;
				  font-family: 'Open Sans', sans-serif;
				  padding-left: 15px;
				  text-align: start;
				}

				.cd-benefits-flex {
				  display: flex;
				  flex-direction: column;
				  gap: 1.5rem;
				}

				@media (min-width: 992px) {
				  .cd-benefits-flex {
				    flex-direction: row;
				  }
				}

				.cd-benefits-left {
				  width: 644px;
				  height: 461px;
				  display: flex;
				  flex-direction: row;
				  gap: 12px;
				  justify-content: flex-start;
				}

				.cd-benefits-right {
				  width: 540px;
				  height: 570px;
				  margin-right: 1px;
				  margin-left: 10px;
				  border-radius: 20px;
				  overflow: hidden;
				  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
				}

				.cd-video-frame {
				  border-radius: 30px;
				}

				.benefit-card {
				  margin: 6px;
				  width: 317px;
				  height: 133px;
				  border: 1px solid #DEE2E6;
				  border-radius: 20px;
				  background-color: #fff;
				  padding: 20px;
				  font-family: 'Open Sans', sans-serif;
				  display: flex;
				  flex-direction: column;
				  justify-content: flex-start;
				  gap: 8px;
				  margin-bottom: 4px;
				}

				.benefit-icon {
				  width: 30px;
				  height: 30px;
				}

				.benefit-title {
				  color: #1F212C;
				  font-weight: 700;
				  font-size: 13px;
				  line-height: 1.4;
				  margin: 0;
				  text-align: left;
				}

				.benefit-desc {
				  font-size: 13px;
				  line-height: 1.4;
				  color: #6C757D;
				  margin-top: -5px;
				  text-align: left;
				}
				.pill {
				  display: inline-flex;
				  align-items: center;
				  justify-content: center;
				  width: 69.13px;
				  height: 23.23px;
				  border-radius: 18.09px;
				  padding: 3.62px 9.04px;
				  background-color: #000; /* default fallback */
				    color: #ffffff !important; /* ← ensures white text */
				  font-weight: 500;
				  font-size: 0.8rem;
				  
				}
				.pill-redeemed {
								  display: inline-flex;
								  align-items: center;
								  justify-content: center;
								  width: 80px;
								  height: 23.23px;
								  border-radius: 18.09px;
								  padding: 3.62px 9.04px;
								  background-color: #000; /* default fallback */
								    color: #ffffff !important; /* ← ensures white text */
								  font-weight: 500;
								  font-size: 0.8rem;
								  
								}
				.pill-wide {
								  display: inline-flex;
								  align-items: center;
								  justify-content: center;
								  width: 117px;
								  height: 23.23px;
								  border-radius: 18.09px;
								  padding: 3.62px 9.04px;
								  background-color: #000; /* default fallback */
								    color: #ffffff !important; /* ← ensures white text */
								  font-weight: 500;
								  font-size: 0.8rem;
								  transform: translateY(-2px); 
								  white-space: nowrap; /* Prevents wrapping */
								  
								}
								

				.total-pill {
				  background-color: #4A4E69;
				}

				.active-pill {
				  background-color: #2F945A;
				}
				
				.bg-lightred-txt-red-pill 
							{
								background-color: #F248221A;
							 	color: #F24822 !important;
							}
				.bg-lightyellow-txt-yellow-pill 
					{
						background-color: #FF95001A;
					 	color: #FF9500 !important;
					}
				.bg-lightgreen-txt-green-pill 
				{
					background-color: #EAF4EF ;
				 	color: #2F945A !important;
				}
				.bg-grey-txt-grey-pill 
				{
					background-color: #EDEDF0;
					 color: #ACAEBA !important;
				}
				.pending-pill {
					   background-color: #F24822;
					 }

				.pill span{
				  margin-left: 6px;
				}
				
				
				.table-white 
				{
				   background: #ffffff;
				   border-radius: 12px;
				   padding: 16px;
				 }

	.invite-btn {
	   min-width: auto;
	   height: 28px;
	   border-radius: 6px;
	   padding: 1px 4px;
	   background-color: #367AFF;
	   color: #FFFFFF;
	   border: none;
	   font-weight: 500;
	   display: inline-flex;
	   align-items: center;
	   justify-content: center;
	   font-size: 0.7rem;
	   gap: 4px;
	   line-height: 1;
	   box-sizing: border-box;
	 }
	 
	 .info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 0 0 1px #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: auto;
  
}
.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: #2f3e46;
  
  
}
.info-title img {
  margin-right: 0.5rem;
  
}
.cd-setup-success {
			    display: flex;
			    background-color: #2F945A !important;
			    color: #fff;
			    border-radius: 16px;
			    padding: 24px;
			    width: 100%;
			    max-width: 870px;
			    min-height: 296px;
			    gap: 1.5rem;
			  }

			  .cd-setup-success-left {
			    flex: 0 0 auto;
			    display: flex;
			    align-items: flex-start;
			    justify-content: flex-start;
			  }

			  .cd-setup-success-left img.cd-success-img {
			   margin-top: -7px;;
			    border-radius: 8px;
			    
				width:356px; height:256px
			  }

			  .cd-setup-success-right {
			    flex: 1;
			    display: flex;
			    align-items: flex-start;
			    justify-content: flex-start;
				margin-left: 400px;
				margin-top: -250px;
				
			  }

			  .cd-success-right-inner {
			    display: flex;
			    flex-direction: column;
			    gap: 8px;
			    align-items: flex-start;
			  }

			  .cd-success-icon {
			    width: 28px;
			    height: 28px;
			  }

			  .cd-success-title {
			    font-size: 20px;
			    font-weight: 600;
			    line-height: 1.4;
			    margin: 0;
			    color: #fff;
			  }

			  .cd-success-subtext {
			    font-size: 14px;
			    font-weight: 400;
			    margin: 0;
			    color: #fff;
			  }

			  .cd-success-btn,				  
			  .cd-success-btn:hover,
			  .cd-success-btn:focus {
			    display: inline-block;
			    background-color: #fff;
			    color: #2F945A;
			    font-weight: 600;
			    text-align: center;
			    padding: 8px 20px;
			    border-radius: 8px;
			    font-size: 14px;
			    text-decoration: none;
			    margin-top: 12px;
			    width: fit-content;
				
			  }
			  
			  @media (max-width: 768px) 
			  {
  			    .cd-setup-success {
  			      flex-direction: column;
  			      height: auto;
  			      text-align: center;
  			      padding: 16px;
  			    }

  			    .cd-setup-success-left,
  			    .cd-setup-success-right {
  			      justify-content: center;
  			    }

  			    .cd-setup-success-left img.cd-success-img {
  			      max-width: 100%;
  			      max-height: 200px;
  			    }

  			    .cd-success-right-inner {
  			      align-items: center;
  			      text-align: center;
  			    }
	  }
	  
  .table-responsive 
  {
  text-align: left;
  overflow-x:auto;
  
  }
	
  .table-reimbursements-alt {
    min-width: 900px; /* or auto-size to content */
    width: 100%;
	text-align: left;
	  overflow-x:auto;
  }
  

	#userTable thead th {
	  border-top: none !important;
	  
	  font-weight: 400;
	}

	/* Remove bottom border from all rows */
	#userTable tr,
	#userTable td {
	  border-bottom: none !important;
	  border-top: none !important;
	 
	  font-weight: 400;
	}	
	/*unserinvitetable*/
	#userinvitedTable thead th {
	  border-top: none !important;
	  color: #4A4E69;
	  font-weight: 400;
	}

	/* Remove bottom border from all rows */
	#userinvitedTable tr,
	#userinvitedTable td {
	  border-bottom: none !important;
	  border-top: none !important;
	  color: #1F212C;
	  font-weight: 400;
	}	
	
	.nav-underline {
	  border-bottom: 1px solid #dee2e6;
	}
	.nav-underline .nav-link {
	  color: #86889B;
	}
	.nav-underline .nav-link.active {
	  color: #28a745;
	  border-bottom: 3px solid #28a745;
	  font-weight: bold;
	}
	
	.count-box {
	      background: #edf7f2;
	      padding: 14px 20px;
	      border-radius: 32px;
	      display: flex;
	      justify-content: flex-start;
	      gap: 30px;
	      width: 100%;
	    }
	    .count-box div {
	      color: #4a4e69;
	      font-weight: 500;
	    }
	    .count-box strong {
	      margin-left: 6px;
	    }
		.count-box-wrapper {
				   background: #edf7f2;
				   padding: 16px 20px;
				   border-radius: 32px;
				   margin-bottom: 16px;
				 }

				
					.download-btn-container {
					     display: flex;
					     justify-content: flex-end;
					     margin-bottom: -25px;
						 margin-right: 25px;
					   }
					.business-benefits01 .container {
					      margin-left: 0;
					      max-width: 100%;
					      padding-left: 10px;
					      padding-right: 10px;
					    }


						.voucher-summary {
						  width: 520px;
						  height: 296px;
						  background: #fff;
						  border-radius: 16px;
						  padding: 20px;
						  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
						  position: relative;
						}

						.voucher-header {
						  display: flex;
						  justify-content: space-between;
						  align-items: center;
						}

						.voucher-status {
						  color: #2F9E44;
						  font-weight: 600;
						}

						.voucher-title {
						  font-weight: 700;
						  color: #4A4E69;
						}

						.voucher-dropdown {
						  padding: 5px 10px;
						  border-radius: 10px;
						  border: 1px solid #ccc;
						}

						.voucher-body {
						  margin-top: 20px;
						  padding-bottom: 20px;
						}

						.voucher-amount {
						  font-size: 23px;
						  font-weight: 700;
						  color: #2F945A;
						}

						.voucher-label {
						  color: #4A4E69;
						}

						.voucher-progress {
						  position: absolute;
						  top: 30%;
						  right: 5%;
						  transform: rotate(180deg);
						}

						.voucher-progress-svg {
						  width: 130px;
						  height: 130px;
						}

						.voucher-progress-bg {
						  stroke: #e6e6e6;
						  stroke-width: 10;
						  fill: none;
						}

						.voucher-progress-bar {
						  stroke-width: 10;
						  fill: none;
						  stroke-linecap: round;
						  transform: rotate(90deg);              /* Start from top */
						  transform-origin: 65px 65px;
						  stroke: #2F945A;                        /* Green as shown */
						}

						.voucher-progress-text {
						  text-anchor: middle;
						  font-size: 16px;
						  fill: #333;
						  font-weight: bold;
						}

						.voucher-progress-subtext {
						  text-anchor: middle;
						  font-size: 12px;
						  fill: #777;
						}

						.voucher-divider {
						  margin-top: 25px;
						  width: 60%;
						  text-align: left;
						  margin-left: 0;
						}

						.voucher-spent {
						  font-size: 19px;
						  font-weight: 700;
						  color: #4A4E69;
						}

						.category-summary {
						  width:500px;
						  height: 296px;
						  background: #fff;
						  border-radius: 20px;
						  padding: 20px;
						  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
						}

						.category-filters {
						  display: flex;
						  justify-content: space-between;
						  align-items: center;
						}

						.category-type {
						  padding: 5px 10px;
						  border-radius: 10px;
						  border: 1px solid #2F945A;
						  background-color: #2F945A;
						  color: white;
						}

						.category-period {
						  padding: 5px 10px;
						  border-radius: 10px;
						  border: 1px solid #ccc;
						}

						.category-breakdown {
						  margin-top: 20px;
						  display: grid;
						  gap: 15px;
						  color: #1F212C;
						}

						.category-item {
						  display: flex;
						  justify-content: space-between;
						  align-items: center;
						}

						.category-icon {
						  width: 24px;
						  vertical-align: middle;
						  margin-right: 8px;
						}

						.category-amount {
						  background: #e6f4ea;
						  color: #2F945A;
						  padding: 4px 10px;
						  border-radius: 20px;
						  font-weight: 500;
						}
						.nav-name{
							font-weight:700 ;
							color:#2F945A ;
							
						}	
						.nav-images {
							width: 24px;
							height: 24px; 
							margin-top: 22px;
							
						}
						
/* bank breadcrumb */
.bank-breadcrumb-container {
  max-width: 100%;
  padding: 40px 20px;
  text-align: center;
}

.bank-breadcrumb-title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000000;
  padding-left: 300px; /* shift to right */
}

.bank-breadcrumb-steps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
 padding-left: 300px; /* shift to right */
}

.bank-step {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #6B7280;
}

.bank-step span {
  margin-top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9CA3AF;
  margin-right: 10px;
  font-size: 14px;
  background: #fff;
  color: #374151;
  z-index: 1;
}

.bank-step.active span {
  background-color: #367AFF;
  color: white;
  border-color: #367AFF;
}

.bank-step.active label {
  margin-top: 3px;
  color: #367AFF;
  font-weight: 500;
}

.bank-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  width: 60px;
  height: 2px;
  background: #E5E7EB;
  transform: translateY(-50%);
  z-index: 0;
}

.bank-step.active::after {
  background: #367AFF;
}
.black
{
	color:#4A4E69;
	font-weight:400;
}
.black-bold
{
	color:#4A4E69;
	font-weight:700;
}
/*bank account linking*/
.bank-select-wrapper {
	margin-top: 4px;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  width: 100%;
}

.bank-select-heading {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}
.bank-select-options {
	  display: flex;
	  gap: 120px;
	  flex-wrap: wrap;
	  align-items: center;
	  margin-bottom: 24px;
	 
	}

	.bank-select-option {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  margin-top: 20px;
	}

	.bank-select-option img {
	  width: 42px;
	  height: 42px;
	  background: #fff;
	  border: 1px solid #E5E7EB;
	  padding: 8px;
	  border-radius: 12px;
	}

	.bank-select-option input[type="checkbox"] {
	  width: 16px;
	  height: 16px;
	  accent-color: #367AFF;
	}

	.bank-select-option label {
		margin-top: 5px;
	  font-size: 14px;
	  color: #111827;
	  cursor: pointer;
	}

	

	
	.bank-submitted-wrapper {
	  padding: 40px 24px;
	  border-radius: 16px;
	  background: #fff;
	  text-align: center;
	 width: 100%;
	  margin: 0 auto;
	}

	.bank-submitted-title {
	  font-family: 'Open Sans', sans-serif;
	  font-size: 20px;
	  font-weight: 700;
	  color: #111827;
	  margin-top: 12px;
	}
	
	.submission-info-box {
		
		white-space: nowrap;           /* Prevent line breaks */
		overflow: hidden;              /* Hide overflow (optional) */
		text-overflow: ellipsis;       /* Add ellipsis if text overflows (optional) */
		display: flex;
		align-items: center;
		gap: 10px;
		background: #EAF0FF;
		color: #367AFF;
		border: 1px solid #D2E3FF;
		padding: 12px 16px;
		border-radius: 10px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
	}
	.submission-info-box-pending {
		
		white-space: nowrap;           /* Prevent line breaks */
		overflow: hidden;              /* Hide overflow (optional) */
		text-overflow: ellipsis;       /* Add ellipsis if text overflows (optional) */
		display: flex;
		align-items: center;
		gap: 10px;
		background: #FF950033;
		color: #FF9500;
		border: 1px solid #FF95001A;
		padding: 12px 16px;
		border-radius: 10px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
	}
	.info-icon {
	  width: 18px;
	  height: 18px;
	}
	.primary-account-badge {
		  width: 155px;
		  height: 47px;
		  border-radius: 40px;
		  padding: 10px 20px;
		  gap: 10px;
		  background-color: #2F945A; /* Green (Bootstrap success) */
		  color: #fff;
		  font-weight: 600;
		  font-size: 14px;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		}

		.bank-details-header {
		  display: flex;
		  align-items: center;
		  gap: 12px;
		  font-family: 'Open Sans', sans-serif;
		  font-weight: 700;
		  font-size: 23px;
		  line-height: 140%;
		  letter-spacing: 0;
		  color: #1F212C;
		  margin-bottom: 24px;
		}

		.back-arrow {
		  font-size: 20px;
		  color: #1F212C;
		  cursor: pointer;
		}

		.position-relative {
		  position: relative;
		}	  
		.custom-primary-btn {
	    background-color: #367AFF !important;
	    color: #fff !important;
	    border: none;
	  }
	  .toggle-password {
	  	  position: absolute;
	  	  right: 12px;
	  	  top: 50%;
	  	  transform: translateY(-50%);
	  	  cursor: pointer;
	  	  font-size: 16px;
	  	  color: #6B7280;
	  	  z-index: 10;
	  	}

	  	/**/
	  	/* Container */
	  	#bank-details-screen {
	  	  background: #fff;
	  	  padding: 30px;
	  	  border-radius: 16px;
	  	  max-width: 600px;
	  	  margin: auto;
	  	  
	  	  margin-left: 0; /* ensure left alignment */
	  	 
	  	}
		/* File upload success block */
		.upload-box {
		  border: 1px solid #C7C8D1;
		  border-radius: 12px;
		  padding: 20px;
		  margin-bottom: 24px;
		  text-align: center;
		}

		.upload-box .check-icon {
		  font-size: 32px;
		  color: green;
		  margin-bottom: 10px;
		}

		.upload-box button {
		  margin-top: 16px;
		  margin-bottom: 16px;
		  background: #367AFF;
		  color: #fff;
		  padding: 8px 24px;
		  border: none;
		  border-radius: 8px;
		  font-weight: 500;
		  cursor: pointer;
		}
		.file-preview {
		  display: flex;
		  justify-content: space-between;
		  align-items: flex-start;
		  background: #EAF8ED;
		  padding: 12px 16px;
		  border-radius: 8px;
		  gap: 12px;
		}

		.file-info {
		  display: flex;
		  flex-direction: column;
		  align-items: flex-start; /* forces left-alignment */
		}

		.file-name {
		  font-weight: 400;
		  color: #4A4E69;
		}

		.file-meta {
		  font-size: 14px;
		  color: #4B5563;
		  display: flex;
		  align-items: center;
		  gap: 6px;
		}

		.file-delete {
		  font-size: 20px;
		  line-height: 1;
		  padding-left: 8px;
		}
		/* Submit button */
			.submit-btn {
			  margin-top: 16px;
			  background: #367AFF;
			  color: white;
			  border: none;
			  padding: 14px;
			  font-weight: 600;
			  font-size: 16px;
			  border-radius: 8px;
			  cursor: pointer;
			}

			/**/
			.bank-select-block {
			  padding: 30px;
			  background: #fff;
			  border-radius: 16px;
			  font-family: 'Inter', sans-serif;
			  max-width: 100%;
			}
			.bank-option {
					display: flex;
					align-items: center;
					gap: 12px;
					padding: 8px;
					border-radius: 8px;
					transition: background-color 0.2s ease-in-out;
				}
				.bank-option:hover {
				  background-color: #EBF2FF;
				  cursor: pointer;
				}
				.bank-option img {
				  width: 32px;
				  height: 32px;
				  border-radius: 8px;
				  object-fit: contain;
				}

				.bank-option input[type="checkbox"] {
				  width: 18px;
				  height: 18px;
				}

				.bank-option label {
				  font-size: 16px;
				  color: #4A4E69;
				  margin-top: 5px;
				}
				.bank-option input[type="checkbox"] {
				  width: 18px;
				  height: 18px;
				  accent-color: #367AFF; /* modern browsers support this */
				  cursor: pointer;
				}
				.bank-option-list {
					  display: flex;
					  flex-direction: column;
					  gap: 8px;
					  margin-bottom: 24px;
					}

					
					.bank-divider {
					  border: none;
					  border-top: 1px solid #E5E7EB;
					  margin: 24px 0;
					}

					.bank-radio-option {
					  display: flex;
					  align-items: center;
					  gap: 10px;
					  font-size: 16px;
					  color: #111827;
					}

					.bank-next-button {
					  display: flex;
					  justify-content: flex-end;
					  margin-top: 40px;
					 
					}

					.bank-next-button button {
					  padding: 12px 24px;
					  border: none;
					  border-radius: 10px;
					  background-color: #367AFF;
					  color: white;
					  font-size: 14px;
					  font-weight: 500;
					  width:120px ;
					 	}	
									
						  .custom-submit-btn {
				  		margin-top:8px ;
				  	  background-color: #367AFF;
				  	  color: #FFFFFF;
				  	  border: none;
				  	  padding: 12px 24px;
				  	  font-size: 14px;
				  	  font-weight: 600;
				  	  border-radius: 8px;
				  	  cursor: pointer;
				  	  transition: background-color 0.2s ease-in-out;
				  	  width: 100%; /* full-width to match input fields */
				  	}

				  	.custom-submit-btn:hover {
				  	  background-color: #2a5fd9; /* slightly darker on hover */
				  	}
					/* custom floating input boxes*/
					.floating-group {
					  position: relative;
					  margin-bottom: 0.75rem;
					}

					.floating-group input {
					  width: 100%;
					  padding: 20px 12px 6px; /* increased top padding */
					  font-size: 1rem;
					  border: 1px solid #C7C8D1;
					  border-radius: 8px;
					  background: white;
					  color: #1F212C;
					  outline: none;
					  color: transparent;
					  transition: color 0.2s ease;
					}

					.floating-group label {
					  position: absolute;
					  top: 8px; /* moved slightly higher */
					  left: 12px;
					  color: #9A9A9A;
					  font-size: 16px;
					  pointer-events: none;
					  transition: all 0.2s ease;
					  background: white;
					  padding: 0 4px;
					}

					.floating-group input:focus + label,
					.floating-group input:not(:placeholder-shown) + label {
					  top: -8px;
					  left: 10px;
					  font-size: 0.8rem;
					  color: #86889B;
					}
					
					.floating-group {
			  position: relative;
			  margin-bottom: 0.75rem;
			}

			.floating-group input {
			  width: 100%;
			   padding: 14px 12px; /* balanced vertical padding */
			  font-size: 1rem;
			  border: 1px solid #C7C8D1;
			  border-radius: 8px;
			 background: white !important;
			  color: #1F212C;
			  outline: none;
			}

			.floating-group label {
			  position: absolute;
			  top: 8px; /* moved slightly higher */
			  left: 12px;
			  color: #9A9A9A;
			  font-size: 16px;
			  pointer-events: none;
			  transition: all 0.2s ease;
			  background: white;
			  padding: 0 4px;
			}

			.floating-group input:focus + label,
			.floating-group input:not(:placeholder-shown) + label {
			  top: -8px;
			  left: 10px;
			  font-size: 0.8rem;
			  color: #86889B;
			}

			/* demo modal in fleet trial and corporate trial*/
			#demoModal.modal {
				    overflow: hidden !important; /* force no modal scroll */
				}

				#demoModal .modal-dialog {
				    max-width: 1100px;
				    margin: 0 auto;
				}


				#demoModal .modal-content {
				    overflow: hidden; /* no modal content scroll */
				    box-sizing: border-box;
				    width: auto;
				    height: auto;
				}


				#demoModal .modal-header .close {
				    position: absolute;
				    top: 10px;
				    right: 10px;
				    z-index: 9999;
				    background: transparent;
				    border: none;
				    padding: 5px;
				    cursor: pointer;
				}
				
				
.voucher-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
  }

  .voucher-modal-canvas {
    position: fixed;
    top: 0;
    right: -378px;
    width: 378px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: white;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    border-left: 1px solid #e0e0e0;
  }

  .voucher-modal-scrollable-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
	max-height: calc(100vh - 72px); /* Adjust based on your footer height */
  }

  .voucher-modal-scrollable {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .voucher-footer {
    flex-shrink: 0;
    padding: 1rem;
    background: white;
    border-top: 1px solid #E5E7EB;
    position: sticky;
    bottom: 0;
    z-index: 2;
  }

  .voucher-download-btn {
    width: 100%;
    height: 44px;
    background-color: #367AFF;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
  }



  	  .voucher-modal-scrollable {
  	    overflow-y: auto;
  	    overflow-x: hidden;
  	    padding: 10px;
  	    flex: 1 1 auto;
  	  }

  	  .voucher-header {
  	    position: relative;
  	    margin-bottom: 1.5rem;
  	    width: 100%;
  	  }

  	  .voucher-title {
  	    font-weight: 700;
  	    margin-bottom: 0;
  	    padding-right: 40px;
  	  }

  	  .voucher-close-btn {
  	    position: absolute;
  	    top: 0;
  	    right: 10px;
  	    background: none;
  	    border: none;
  	    outline: none;
  	    padding: 0;
  	    margin: 0;
  	    cursor: pointer;
  	  }

  	  .voucher-close-icon {
  	    font-size: 18px;
  	    color: #000;
  	  }

  	  .voucher-card {
  	    padding: 1rem;
  	    margin-bottom: 1.25rem;
  	    border: 1px solid #E5E7EB;
  	    border-radius: 12px;
  	  }

  	  .voucher-card-header {
  	    display: flex;
  	    justify-content: space-between;
  	    align-items: start;
  	  }

  	  .voucher-card-icon-box {
  	    background-color: #EDEDF0;
  	    padding: 10px;
  	    border-radius: 12px;
  	    width: 48px;
  	    height: 48px;
  	    display: flex;
  	    align-items: center;
  	    justify-content: center;
  	  }

  	  .voucher-card-labels {
  	    flex: 1;
  	    min-width: 0;
  	    margin-left: 4px;
  	  }

  	  .voucher-label-row {
  	    display: flex;
  	    justify-content: space-between;
  	    align-items: center;
  	    width: 100%;
  	  }

  	  .voucher-label-title {
  	    font-weight: 600;
  	    font-size: 16px;
  	    color: #1F212C;
  	  }

  	  .voucher-label-sub {
  	    font-size: 12px;
  	    color: #86889B;
  	  }

  	  .voucher-status-box {
  	    display: flex;
  	    justify-content: space-between;
  	    align-items: center;
  	    padding: 0.5rem 0.75rem;
  	    margin-top: 1rem;
  	    background-color: #EAF4EF;
  	    border-radius: 6px;
  	    font-size: 14px;
  	  }
	  .voucher-status-box-failed 
	  {
	  	    display: flex;
	  	    justify-content: space-between;
	  	    align-items: center;
	  	    padding: 0.5rem 0.75rem;
	  	    margin-top: 1rem;
	  	    background-color: #F248221A;
	  	    border-radius: 6px;
	  	    font-size: 14px;
	  	  }
		  .voucher-status-box-Revoke 
		  {
		  	    display: flex;
		  	    justify-content: space-between;
		  	    align-items: center;
		  	    padding: 0.5rem 0.75rem;
		  	    margin-top: 1rem;
		  	    background-color: #FF95001A;
		  	    border-radius: 6px;
		  	    font-size: 14px;
		  	  }
			  .voucher-status-box-Expire 
			  {
			  	    display: flex;
			  	    justify-content: space-between;
			  	    align-items: center;
			  	    padding: 0.5rem 0.75rem;
			  	    margin-top: 1rem;
			  	    background-color: #EDEDF0;
			  	    border-radius: 6px;
			  	    font-size: 14px;
			  	  }
  	  .voucher-status-text {
  	    color: #2F945A;
  	  }
  .voucher-status-text-failed 
  {  color: #FF3B30;  }
  .voucher-status-text-Revoke
  { color: #FF9500;	 }
  .voucher-status-text-Expire 
  { color: #ACAEBA;	 }

  	  .voucher-balance {
  	    font-weight: 600;
  	    color: #2F945A;
  	  }
	  .voucher-balance-failed
	  {   font-weight: 700;
			  	    color: #FF3B30;  }
  .voucher-balance-Revoke 
  {   font-weight: 700;
	  	    color: #FF9500; }
  .voucher-balance-Expire 
  {   font-weight: 700;
    color: #ACAEBA; }
  	  .voucher-meta {
  	    margin-top: 1rem;
  	    font-size: 12px;
  	    color: #6B7280;
  	  }

  	  .voucher-meta-row {
  	    display: flex;
  	    justify-content: space-between;
  	    margin-bottom: 0.25rem;
  	  }

  	  .voucher-meta-label {
  	    font-size: 12px;
  	    color: #86889B;
  	  }

  	  .voucher-meta-value {
  	    font-size: 14px;
  	    color: #4A4E69;
  	  }

  	  .voucher-bank-icon {
  	    height: 24px;
  	    width: 24px;
  	    margin-right: 4px;
  	    vertical-align: middle;
  	  }

  	  .voucher-redemption {
  	    margin-bottom: 1rem;
  	  }

  	  .voucher-redemption-title {
  	    font-weight: 600;
  	    color: #1F212C;
  	    font-size: 16px;
		margin: 0.5rem 0 0.25rem !important;
  	  }

  	  .voucher-redemption-card {
  	    border: 1px solid #E5E7EB;
  	    border-radius: 12px;
  	    padding: 16px;
  	    display: flex;
  	    justify-content: space-between;
  	    align-items: start;
  	  }

  	  .voucher-redemption-label {
  	    font-size: 13px;
  	    color: #4A4E69;
  	  }

  	  .voucher-redemption-values {
  	    display: flex;
  	    flex-direction: column;
  	    align-items: flex-end;
  	  }

  	  .voucher-redemption-amount {
  	    font-weight: 600;
  	    font-size: 14px;
  	    margin-right: 8px;
  	    color: #1F212C;
  	  }

  	  .voucher-status-pill {
  	    background-color: #FF95001A;
  	    color: #FF9500;
  	    font-weight: 500;
  	    font-size: 12px;
  	    padding: 4px 10px;
  	    border-radius: 9999px;
  	    margin-top: 10px;
  	  }

  	  .voucher-transaction-list {
  	    list-style: none;
  	    position: relative;
  	    margin-left: 0;
  	    padding-left: 30px;
  	  }

  	  .voucher-transaction-line {
  	    position: absolute;
  	    left: 15px;
  	    top: 0;
  	    bottom: 0;
  	    width: 1px;
  	    border-left: 2px dashed #EDEDF0;
  	  }

  	  .voucher-transaction-item {
  	    position: relative;
  	    margin-bottom: 1.5rem;
  	  }

  .voucher-transaction-step {
    position: absolute;
    left: -26px;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 1px solid #86889B;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .voucher-transaction-card {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px;
    font-size: 13px;
  }

  .voucher-transaction-top,
  .voucher-transaction-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  #bs-canvas-right1 {
  			  width: 378px;
  			  height: 1117px;
  			  padding: 20px;
  			  gap: 30px; /* ignored unless used in Flex/Grid */
  			  border-left: 1px solid #dee2e6;
  			  position: fixed;
  			  top: 0;
  			  right: -378px; /* start hidden */
  			  background: white;
  			  z-index: 1050;
  			  transition: right 0.3s ease-in-out;
  			}
			
			.balance-container {
				    position: absolute;
				    bottom: 0;
				    right: 0;
				    display: flex;
				    flex-direction: column;
				    align-items: flex-end;
				    gap: 4px;
				    padding: 8px;
				}
					.tip-disabled {
				    width: 100%;
				    max-width: 350px;
				    height: 34px;
				    padding: 8px 10px;
				    border: 1px solid #EDEDF0;
				    border-radius: 10px;
				    display: flex;
				    align-items: center;
				    gap: 10px;
				    font-size: 11px;
				    font-weight: 400;
				    color: #ACAEBA;
				    background-color: #DCDCDC1A;
				    white-space: nowrap;
				    overflow: hidden;
				    text-overflow: ellipsis;
				    opacity: 0.6;
				    pointer-events: none;
				}
				.tip-disabled img {
				    width: 14px;
				    height: 14px;
				    flex-shrink: 0;
				}

						

						
				.button-check-balance {
						width: 100%;
					    max-width: 350px;
					    height: 36px;
					    padding: 8px 16px;
					    border: 1px solid #EBF2FF;
						/*border: 1px solid #367AFF;
						color: #367AFF;*/
					    border-radius: 8px; 
						color: #A3C2FF;
					    background-color: transparent;
					    font-size: 14px;
					    font-weight: 500;
					    line-height: 20px;
					    cursor: pointer;
					    display: flex;
					    align-items: center;
					    justify-content: center;
					    gap: 8px;
					}
					.custom-back-button {
					  width: 85px;
					  height: 52px;
					  padding: 12px 24px;
					  border-radius: 8px;
					  border: 1px solid #367AFF;
					  background-color: transparent;
					  color: #367AFF;
					  font-family: inherit;
					  font-size: 16px;
					  line-height: 20px;
					  cursor: pointer;
					  display: inline-flex;
					  align-items: center;
					  justify-content: center;
					  gap: 8px;
					  transition: background-color 0.2s ease;
					}

					#vouchersTableList th {
					  white-space: nowrap;
					}

												
.text-left {
    text-align: left !important;
}
																					