

/* Verdana Family Starts */

@font-face {
    font-family: 'verdanabold';
    src: url('../assets/fonts/verdana_bold.woff2') format('woff2'), url('../assets/fonts/verdana_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verdanaregular';
    src: url('../assets/fonts/verdana.woff2') format('woff2'), url('../assets/fonts/verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Verdana Family End */


body {
    font-family: 'verdanaregular' !important;
}

* {
    margin: 0;
}

html {
    font-size: var(--font-size-lg);
    scroll-behavior: auto;
}

body {
    color: var(--text-color);
    word-break: break-word;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

:root {
    /* Main Colors */
    --primary-dark-color: #da640a;
    --primary-color-rgb: 246, 139, 58;
    --secondary-color: rgba(var(--primary-color-rgb), 0.4);
    --white-color: #fff;
    --dark-white: #DFDAD3;
    --primary-color: #F68B3A;
    --dark-gray: #939498;
    --light-gray: #CAD2D9;
    --red-color: #E44F50;
    --blue-color: #2170B7;
    --green-color: #99CC66;
    --text-color: #1D1D1B;
    --text-color-black: #000000;
    --black-color: #252A32;
    --table-header-color: #f7dfcd;
    /* --white-color: #F7F7F9; */
    --box-shadow: rgba(147, 148, 152, 0.2) 0px 7px 29px 0px;
    /* Primary Shades with Opacity (100 = lightest, 900 = darkest) */
    --primary-color-100: rgba(var(--primary-color-rgb), 0.1);
    --primary-color-200: rgba(var(--primary-color-rgb), 0.2);
    --primary-color-300: rgba(var(--primary-color-rgb), 0.3);
    --primary-color-400: rgba(var(--primary-color-rgb), 0.4);
    --primary-color-500: rgba(var(--primary-color-rgb), 0.5);
    --primary-color-600: rgba(var(--primary-color-rgb), 0.6);
    --primary-color-700: rgba(var(--primary-color-rgb), 0.7);
    --primary-color-800: rgba(var(--primary-color-rgb), 0.8);
    --primary-color-900: rgba(var(--primary-color-rgb), 0.9);
    --font-size-xs: 12px;
    --font-size-sm: 13px;
    --font-size-md: 14px;
    --font-size-lg: 15px;
    --font-size-xl: 16px;
    --font-size-2xl: 17px;
    --font-size-3xl: 18px;
    --font-size-4xl: 19px;
    --font-size-5xl: 20px;
    --border-radius: 10px;
}

.container-fluid, ul, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    max-width: 1550px;
}

a {
    text-decoration: none;
    color: var(--text-color);
    transition: 0.2s;
}


span, a {
    display: inline-block;
}

input, select, textarea {
    border: 0;
}

    input:focus, select:focus, textarea:focus {
        outline: 0;
    }

td, th {
    word-break: keep-all;
}

/* Css Starts Here */



/* Login Page CSS Start */

.login-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-family: 'verdanaregular' !important;
    background: url('https://managetariff.asiantrails.travel/img/admin-bg-light.png');
    background-repeat: no-repeat;
    background-position: top;
    min-height: 630px;
    padding: 30px 15px;
}

    .login-container .container {
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        width: 440px;
    }

.login-form .register-logo img {
    height: 85px;
    max-width: 100%;
}

.login-container .container .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.fs-20 {
    font-size: 20px !important;
}

.text-muted {
    color: var(--gray-color) !important;
    margin-top: 10px;
    font-size: var(--font-size-md);
}

.login-container .container #flip:checked ~ .cover {
    transform: rotateY(-180deg);
}

.login-container .container #flip:checked ~ .forms .login-form {
    pointer-events: none;
}

.login-container .container .cover .front,
.login-container .container .cover .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.login-container .cover .back {
    transform: rotateY(180deg);
}

.login-container .container .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}

.form-check-input {
    border: 1px solid var(--dark-white);
}

.forgot-text {
    font-size: var(--font-size-sm) !important;
}

.login-container .container .cover .text {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .login-container .container .cover .text::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        background: #1D1D1B;
    }

.login-container .cover .text .text-1,
.login-container .cover .text .text-2 {
    z-index: 20;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.login-container .cover .text .text-2 {
    font-size: var(--font-size-lg);
    font-weight: 500;
    margin-bottom: 5px;
}

.login-container .container .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

/* .login-container .container .form-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
} */

/* .login-container .form-content .login-form,
.login-container .form-content .signup-form {
	width: calc(100% / 2 - 25px);
} */

.login-container .forms .form-content .title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    display: inline-block;
}

    .login-container .forms .form-content .title:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -5px;
        height: 3px;
        width: 100%;
        background: var(--primary-color);
    }

    .login-container .forms .form-content .title i {
        position: absolute;
        right: 0;
        top: -2px;
        font-size: 19px;
        border: 1px solid #00000045;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: grid;
        place-items: center;
        padding-top: 2px;
        color: #1d1d1bbd;
    }

.login-container a:active {
    color: var(--primary-color);
}

.login-container .forms .form-content .input-boxes {
    margin-top: 20px;
}

.login-container .forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.login-container .form-content .input-box input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--dark-white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 12px 10px;
    border-left: 4px solid #F68B3A !important;
    color: var(--dark-gray);
}

.forgot-pw-form h3 {
    font-size: 20px;
}

.forgot-pw-form span {
    font-size: var(--font-size-sm);
    margin-top: 7px;
}

.login-container .form-content .input-box input:focus,
.login-container .form-content .input-box input:valid {
    border-color: var(--primary-color);
}

.login-container .form-content .input-box i {
    position: absolute;
    color: var(--primary-color);
    font-size: var(--font-size-2xl);
    margin-left: 16px;
    display: none;
}

.login-container .forms .form-content .text {
    font-size: var(--font-size-md);
    font-weight: 500;
    color: #333;
}

    .login-container .forms .form-content .text a {
        text-decoration: none;
    }

        .login-container .forms .form-content .text a:hover {
            text-decoration: underline;
        }

.login-container .forms .form-content .button {
    color: #fff;
    margin-top: 20px;
}

    .login-container .forms .form-content .button input {
        background: var(--black-color);
        border-radius: 6px;
        padding: 0;
        cursor: pointer;
        transition: all 0.4s ease;
        color: var(--light-gray);
    }

        .login-container .forms .form-content .button input:hover {
            color: #fff;
        }

        .login-container .forms .form-content .button input:hover {
            background: var(--primary-dark-color);
        }

.login-container .forms .form-content label, .forgot-pw-form .text a {
    /* color: var(--primary-dark-color);     */
    cursor: pointer;
}

.pw-recover {
    color: var(--primary-color);
}

.login-container .forms .form-content label:hover {
    text-decoration: underline;
}

.login-container .forms .form-content .login-text,
.login-container .forms .form-content .sign-up-text {
    text-align: center;
    /* margin-top: 20px; */
}

.login-container .forms .form-content .button.input-box .login-sub-btn {
    height: 48px;
    border: 0 !important;
}

.login-container .container #flip {
    display: none;
}

@media (max-width: 730px) {
    .login-container .container .cover {
        display: none;
    }

    .login-container .container {
        border-radius: 10px;
    }

    .login-container .form-content .login-form,
    .login-container .form-content .signup-form {
        width: 100%;
    }

    .login-container .form-content .signup-form {
        display: none;
    }

    .login-container .container #flip:checked ~ .forms .signup-form {
        display: block;
    }

    .login-container .container #flip:checked ~ .forms .login-form {
        display: none;
    }
}

.login-container .container .cover img.login-logo {
    position: relative;
    height: auto;
    z-index: 1;
    width: 65px;
    margin-bottom: 5px;
}

.field-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

@media only screen and (max-width: 880px) {
    .login-container .container {
        max-width: 93%;
    }
}

body.alt-version .login-container .form-content .input-box input {
    border-radius: 25px;
    border-left: 1px solid var(--dark-white) !important;
    padding-left: 40px;
}

body.alt-version .login-container .form-content .input-box i {
    display: block;
}

body.alt-version .login-container .forms .form-content .button.input-box .login-sub-btn {
    padding-left: 0 !important;
}
/* Login Page CSS End */

/* Header CSS Start */

.header-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: var(--primary-color);
    /* box-shadow: var(--box-shadow); */
}

.navbar {
    padding: 0px 30px 0px 0 !important;
    background-color: var(--header-bg);
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.navbar-left {
    display: flex;
    align-items: center;
}

    .navbar-left .logo-area {
        display: flex;
        align-items: center;
        height: 62px;
        padding-left: 30px;
        background: none !important;
        min-width: auto;
        justify-content: space-between;
    }

    .navbar-left .navbar-brand svg, .navbar-left .navbar-brand img {
        max-width: 175px;
        width: 100%;
    }

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
}

.navbar-left .sidebar-toggle {
    margin-right: 8px;
    margin-left: 90px;
}

    .navbar-left .sidebar-toggle img {
        width: 18px;
        height: 18px;
    }

.navbar-right__mobileAction a {
    padding: 15px 0;
    display: inline-block;
}

    .navbar-right__mobileAction a svg, .navbar-right__mobileAction a img {
        width: 20px;
        color: var(--color-light);
    }

.navbar-right__menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.navbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.navbar-right__menu > li.nav-author {
    padding-right: 0;
}

.navbar-right__menu > li {
    padding: 10px 12.5px;
}

.dropdown-custom {
    position: relative;
}

.navbar-right__menu .nav-item-toggle {
    position: relative;
    color: var(--color-gray);
    display: flex;
    align-items: center;
}

.navbar-right__menu .nav-author img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.navbar-right__menu .nav-author .nav-item__title {
    margin-left: 10px;
    font-size: var(--font-size-lg);
    /* font-weight: 600; */
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
}

    .navbar-right__menu .nav-author .nav-item__title span {
        font-size: var(--font-size-md);
        color: var(--text-color);
        font-weight: 400;
        line-height: 18px;
    }

.dropdown-custom .dropdown-wrapper {
    position: absolute;
    right: 0;
    top: 55px;
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: var(--color-white);
    transform: scale(0.7);
    transform-origin: top right;
}

.navbar-right__menu .dropdown-wrapper {
    border-radius: 6px;
    box-shadow: 0 2px 10px #DFDAD3;
}

.navbar-right__menu .nav-author .dropdown-wrapper {
    min-width: 280px;
}

.dropdown-custom .dropdown-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    top: -35px;
    left: 0;
}

.navbar-right__menu .nav-author__info {
    border-radius: 8px;
    margin: 10px;
    display: flex;
    align-items: center;
}

.navbar-right__menu .nav-author__info, .navbar-right__menu .nav-author__signout {
    background: var(--white-color) !important;
}

.navbar-right__menu .nav-author__info {
    height: 46px;
}

.nav-author__options {
    display: flex;
    gap: 10px;
    padding: 0 10px 10px 10px;
}

.navbar-right__menu .nav-author__info .author-img {
    margin-right: 15px;
}

    .navbar-right__menu .nav-author__info .author-img img {
        max-width: 40px;
    }

.navbar-right__menu .nav-author img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 2px solid var(--dark-white);
}

.navbar-right__menu .nav-author__info h6 {
    font-weight: 500;
    font-size: var(--font-size-md);
}

.navbar-right__menu .nav-author__info > div {
    display: flex;
    flex-direction: column;
}

.navbar-right__menu .nav-author__info span {
    font-size: var(--font-size-sm);
    color: #868eae;
}

.navbar-right__menu .nav-author__signout {
    font-size: var(--font-size-sm);
    color: #868eae;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}

.navbar-right__menu .nav-author__info, .navbar-right__menu .nav-author__signout {
    background: var(--white-color) !important;
    box-shadow: 0 2px 30px rgba(146, 153, 184, 0.063);
}

.navbar-right__menu .nav-author__signout {
    margin-top: 0;
    flex-grow: 1;
    padding: 0 15px;
    border-radius: 8px;
    height: 46px;
}

    .navbar-right__menu .nav-author__signout i, .navbar-right__menu .nav-author__signout span {
        font-size: var(--font-size-lg);
        margin-right: 6px;
    }

.sidebar-toggle:hover {
    background-color: rgba(var(--primary-color-rgba), 0.1);
}

.dropdown-custom:hover .dropdown-wrapper {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
    background-color: #f4f4f7;
}

.mobile-search, .mobile-author-actions {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 60px;
    z-index: 999;
    display: flex;
    align-items: center;
    transform: translateY(-80px);
    transition: 0.35s;
    box-shadow: 0 2px 30px rgba(146, 153, 184, 0.063);
    background-color: var(--color-white);
    visibility: hidden;
    opacity: 0;
}

    .mobile-search.show, .mobile-author-actions.show {
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

.mobile-author-actions {
    padding: 0 15px;
    display: flex;
}

    .mobile-author-actions .navbar-right__menu {
        width: 100%;
        justify-content: flex-end;
        margin: 0;
    }

@media only screen and (max-width: 767px) {
    /* .navbar-right__menu > li .dropdown-custom {
        padding: 20px 12px;
    } */

    .navbar-right__menu .nav-author .dropdown-wrapper {
        min-width: 100%;
        position: fixed;
    }

    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: flex;
    }
}

@media only screen and (max-width: 650px) {

    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: block;
    }

    .dt-container .dt-layout-row:first-child .dt-layout-cell {
        text-align: left !important;
    }

    .dt-container .dt-layout-row:first-child .dt-search {
        margin-top: 10px !important;
    }

    .tblPrimary .dt-search .dt-input {
        margin-left: 0 !important;
    }
}



/* Header CSS End */

/* Side Menu CSS Start */

.main-content {
    min-height: 100vh;
    position: relative;
    background-color: #F7F7F9;
    padding: 90px 30px 80px 30px;
}

.sidebar {
    position: static;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 30px rgba(var(--light-gray-rgba), 0.1);
    width: auto;
    background: var(--color-white);
    padding: 0;
    transition: var(--transition);
    scrollbar-width: thin;
}

.sidebar__menu-group ul.sidebar_nav li > a {
    display: flex;
    align-items: center;
    padding: 10px 22px;
    font-size: var(--font-size-lg);
    position: relative;
    font-weight: 600;
}

    .sidebar__menu-group ul.sidebar_nav li > a .nav-icon {
        display: inline-block;
        font-size: 16px !important;
        color: var(--gray-color);
        position: relative;
        top: -2px;
        display: none;
        margin-right: 7px;
    }

.sidebar__menu-group .menu-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.2s;
    font-size: var(--font-size-xl);
}

.sidebar__menu-group ul.sidebar_nav li > a .toggle-icon {
    font-size: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    position: relative;
    top: 1px;
    color: var(--text-color);
}

.sidebar__menu-group ul.sidebar_nav li.active {
    background-color: rgba(var(--primary-color-rgba), 0.1);
}

.contents {
    transition: var(--transition);
}

.sidebar__menu-group ul.sidebar_nav li > a .toggle-icon:before {
    content: "\f078";
}

.sidebar__menu-group ul.sidebar_nav li.has-child ul li a {
    border-radius: 0;
}

.has-child ul li a {
    font-size: 14px !important;
}

.sidebar__menu-group ul.sidebar_nav li.has-child.open > a .toggle-icon:before {
    content: "\f078";
}

.sidebar.collapsed {
    width: 76px;
    padding: 0px;
}

    .sidebar.collapsed .menu-text,
    .sidebar.collapsed .sidebar__menu-group li a .toggle-icon {
        display: none;
    }

    .sidebar.collapsed .sidebar__menu-group li a {
        width: 100%;
        height: 42px;
        padding: 15px 0;
        justify-content: center;
        margin: 0;
    }

    .sidebar.collapsed .sidebar__menu-group ul.sidebar_nav li > a .nav-icon {
        display: inline-block;
        margin-right: 0;
        width: auto;
        transition: var(--transition);
        font-size: 17px !important;
        color: #A0A0A0;
    }

    .sidebar.collapsed .sidebar__menu-group .has-child ul {
        width: 270px;
        background: var(--color-white);
        border-radius: 5px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        right: -257px;
        position: absolute;
        top: 0;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        z-index: 1000;
        max-height: max-content;
        padding: 12px 0px 12px 0 !important;
    }

    .sidebar.collapsed .sidebar__menu-group .has-child:hover ul {
        display: block !important;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .sidebar.collapsed .sidebar__menu-group li {
        position: static;
    }

    .sidebar.collapsed ul .li-subheader {
        padding: 8px 23px !important;
    }

    .sidebar.collapsed .sidebar__menu-group ul.sidebar_nav li.has-child ul .layer-3 a {
        padding: 8px 23px !important;
        justify-content: flex-start;
    }


    .sidebar.collapsed .sidebar__menu-group ul.sidebar_nav li.has-child ul li a {
        border-radius: 0;
        padding: 8px 23px !important;
        justify-content: flex-start;
    }

.contents.expanded {
    /* padding-left: 105px; */
    transition: var(--transition);
}

/* New Menu CSS Start */


.sidebar_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-menu {
    margin-left: 36px;
}

/* .navbar{
    justify-content: flex-start;
} */

/* .navbar-right{
    margin-left: auto;
} */

/* Side Menu CSS End */

/* Breadcrumb CSS Start */

.breadcrumb-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    /* margin-top: 15px; */
}

    .breadcrumb-main h4 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 20px;
    }

.breadcrumb {
    margin-right: 5px;
    margin-bottom: 10px;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

    .breadcrumb-item.active {
        font-size: var(--font-size-md);
        font-weight: 400;
        line-height: 20px;
        color: var(--color-light);
        display: flex;
        align-items: center;
        text-transform: capitalize;
    }

    .breadcrumb-item a {
        font-size: var(--font-size-md);
        font-weight: 400;
        line-height: 20px;
        color: var(--gray-color);
    }

        .breadcrumb-item a i, .breadcrumb-item a span {
            color: var(--gray-color);
            margin-right: 5px;
            font-size: var(--font-size-xs);
            position: relative;
            top: -1px;
        }

    .breadcrumb-item + .breadcrumb-item::before {
        content: "" !important;
        width: 4px;
        height: 4px;
        float: left;
        padding-right: 0 !important;
        background-color: var(--gray-color) !important;
        border-radius: 50%;
        margin-right: 7px;
    }

/* Breadcrumb CSS End */

.main-page-content {
    /* padding: 25px; */
    border: none;
    box-shadow: 0 5px 20px rgba(var(--color-lighten-rgba), 0.05);
    border-radius: 10px;
    background-color: var(--color-white);
    margin-bottom: 30px;
    /*    margin-top: 25px;
*/ padding-bottom: 30px;
    position: relative;
}

/* Table Primary CSS Starts */

/* .tblPrimary table thead tr {
    background-color: var(--dark-white);
} */

.tblPrimary table tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.tblPrimary table tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.tblPrimary table tr th {
    padding: 4px 18px !important;
    line-height: 27px;
    border-bottom: 0 !important;
    color: var(--gray-color);
    font-size: var(--font-size-md);
    font-weight: 600;
    white-space: nowrap;
}

.tblPrimary table tr {
    border-bottom: 1px solid #dfdad385;
}

body.alt-version .tblPrimary table tr th {
    background-color: var(--table-header-color);
    color: var(--text-color);
}

body.alt-version .tblPrimary table thead tr {
    border-bottom: 0;
}

body.alt-version .tblPrimary table.row-strip > tbody > tr:nth-child(odd) {
    background-color: #F7F7F9 !important;
}

body.alt-version .tblPrimary table.no-strip tr:nth-child(odd) {
    background: none !important;
}

.tblPrimary table tr th.actions {
    text-align: right;
    padding-right: 33px !important;
}

.tblPrimary table tr td {
    padding: 3px 18px;
    font-size: var(--font-size-lg);
    font-weight: 500;
    color: var(--text-color-black);
    white-space: nowrap;
}

.tblPrimary table tbody tr {
    border-bottom: 1px solid #dfdad385;
}

    .tblPrimary table tbody tr:last-child {
        border-bottom: 0 !important;
    }

.tblPrimary table {
    border-collapse: collapse !important;
    width: 100%;
    border: 0 !important;
}

body.alt-version .tblPrimary table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.tblPrimary table tr th, .tblPrimary table tr td {
    text-align: left;
    word-break: initial;
}

    .tblPrimary table tr th:last-child, .tblPrimary table tr td:last-child {
        text-align: right;
    }

    .tblPrimary table tr th.text-left:last-child, .tblPrimary table tr td.text-left:last-child {
        text-align: left;
    }

    .tblPrimary table tr td.dt-empty {
        text-align: center;
    }

.tblPrimary table td a.edit, .tblPrimary table td a.remove, .tblPrimary table td a.view {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--color-lighten);
    transition: 0.2s;
}

.tblPrimary table td i {
    font-size: var(--font-size-2xl);
    color: var(--econnect-gray);
    transition: 0.2s;
}

.tblPrimary table td a.edit:hover {
    background-color: rgba(var(--primary-color-rgba), 0.1) !important;
}

    .tblPrimary table td a.edit:hover i {
        color: var(--primary-color) !important;
    }

.tblPrimary table td a.remove:hover {
    background: rgba(var(--color-danger-rgba), 0.1);
}

    .tblPrimary table td a.remove:hover i {
        color: var(--color-danger) !important;
    }

.tblPrimary {
    overflow-x: auto;
    background-color: var(--white-color);
    padding: 10px 20px 20px;
    border-radius: 20px;
}

body.alt-version .tblPrimary {
    padding: 15px;
}

.tblPrimary table tr th.pe-0:first-child {
    min-width: auto;
    width: 4%;
}

.custom-checkbox label {
    display: inline-block !important;
}

.custom-checkbox input[type=checkbox] + label:before {
    position: absolute;
    font-size: 10px;
    left: 4px;
    top: 3px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: block;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 2;
    color: var(--primary-color);
}

.custom-checkbox input[type=checkbox] + label:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    content: "";
    background-color: var(--color-white);
    border-width: 1px;
    border-style: solid;
    border: 1px solid #222;
}

.custom-checkbox input[type=checkbox] + label {
    min-width: 18px;
    min-height: 18px;
    font-size: var(--font-size-md);
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-light);
}

.custom-checkbox input {
    display: none;
}

    .custom-checkbox input[type=checkbox]:checked + label:after {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

    .custom-checkbox input[type=checkbox]:checked + label:before {
        opacity: 1;
        color: var(--color-white);
    }

.table-pagination > tbody > tr:last-child > td table {
    width: auto;
    margin: 0 auto;
}

.table-pagination > tbody > tr:last-child > td {
    padding: 0 !important;
    border: 0 !important;
}

    .table-pagination > tbody > tr:last-child > td table tr td {
        border: 0 !important;
    }

    .table-pagination > tbody > tr:last-child > td table tr, .table-pagination > tbody > tr:last-child {
        border-bottom: 0 !important;
        background: none !important;
    }

        .table-pagination > tbody > tr:last-child > td table tr td {
            padding: 0;
            padding-top: 20px;
        }

            .table-pagination > tbody > tr:last-child > td table tr td a, .table-pagination > tbody > tr:last-child > td table tr td span {
                background: transparent;
                min-height: 32px;
                font-size: var(--font-size-lg);
                border-radius: 30px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 4.5px 11.75px;
                border-width: 1px;
                border-style: solid;
                margin: 2.5px;
                border: 1px solid var(--border-color);
                color: var(--color-gray);
                line-height: normal;
                transition: all 0.3s ease-out;
            }



                .table-pagination > tbody > tr:last-child > td table tr td span, .table-pagination > tbody > tr:last-child > td table tr td a:hover {
                    background-color: var(--primary-color) !important;
                    color: #fff !important;
                    border-color: var(--primary-color) !important;
                }



/* Table Primary CSS End */

/* Footer CSS Start */
.footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 30px 15px 30px;
    font-size: var(--font-size-md);
    width: 100%;
    background: var(--black-color);
    z-index: 1;
    box-shadow: rgba(146, 153, 184, 0.05) 0 -5px 10px;
    color: #fff;
}

.footer-wrapper__inside p {
    display: flex;
    justify-content: space-between;
    transition: 0.3s all ease;
}

.footer-wrapper.expanded .footer-wrapper__inside p {
    padding-left: 0;
    transition: 0.3s all ease;
}

/* Footer CSS End  */

/* Input CSS Start */

.form-group {
    margin-bottom: 14px;
    position: relative;
}

    .form-group label,
    .form-group .label {
        display: block;
        font-size: var(--font-size-md);
        color: var(--text-color);
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .form-group select, .form-group input, .form-group textarea {
        padding: 6px 9px;
        appearance: auto !important;
        color: var(--text-color-black);
        border: 2px solid var(--dark-white);
        height: 40px;
        width: 100%;
        border-radius: var(--border-radius);
        font-size: var(--font-size-md);
        font-weight: 400;
        background-color: var(--white-color);
    }

    .form-group textarea {
        height: auto;
        min-height: 100px;
    }

        .form-group textarea.min-height-117px {
            min-height: 117px;
        }

/* Input CSS End  */

.dataTB-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

    .dataTB-btns .btn {
        line-height: 1;
        display: flex !important;
        padding: 9px 10px !important;
        align-items: center !important;
        font-size: var(--font-size-md);
        border: 2px solid var(--dark-gray);
        background-color: var(--dark-gray);
        color: #fff;
        border-radius: var(--border-radius);
    }

        .dataTB-btns .btn:hover {
            background-color: var(--primary-dark-color);
            color: var(--white-color);
            border-color: var(--primary-dark-color) !important;
        }

.color-success {
    color: var(--color-success);
}

.bg-success {
    background: var(--bg-success) !important;
}

.outline-success {
    border: 1px solid var(--color-success);
    color: var(--color-success);
}

.btn-outline-success {
    border: 1px solid var(--color-success);
    color: var(--color-success);
}

    .btn-outline-success:hover {
        background-color: var(--color-success);
        border-color: var(--color-success);
    }

.color-danger {
    color: var(--color-danger);
}

.bg-danger {
    background: var(--bg-danger) !important;
}

.outline-danger {
    border: 1px solid var(--color-danger);
    color: var(--color-danger);
}

.btn-outline-danger {
    border: 1px solid var(--color-danger);
    color: var(--color-danger);
}

    .btn-outline-danger:hover {
        background-color: var(--color-danger);
        border-color: var(--color-danger);
    }

.primary-color {
    color: var(--primary-color);
}

.bg-primary {
    background: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.outline-primary {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

    .btn-outline-primary:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

*:is(button, .btn).btn-outline-secondary:hover, *:is(button, .btn).btn-outline-info:hover, *:is(button, .btn).btn-outline-success:hover, *:is(button, .btn).btn-outline-warning:hover, *:is(button, .btn).btn-outline-danger:hover, *:is(button, .btn).btn-outline-primary:hover {
    color: var(--color-white);
    opacity: 0.7;
}

@media (max-width: 1150px) {
    /* .contents {
        padding: 73px 28px 72px 28px;
    } */

    .sidebar.collapsed {
        margin-left: -76px;
    }

    /* .contents.expanded , .contents.expanded + .footer-wrapper{
        padding-left: 28px;
        padding-right: 28px;
    } */

    .footer-wrapper__inside p {
        padding-left: 0;
    }

    .footer-wrapper {
        padding: 18px 28px 15px 28px;
    }
}

.ts-btn {
    margin-top: 22px;
    height: 40px;
    font-weight: 400 !important;
}

.row-category {
    background-color: #252a322e !important;
    border-bottom: 0 !important;
    border-radius: 8px !important;
    padding: 8px 20px !important;
    text-align: left !important;
    margin-top: 10px !important;
}


.tblPrimary table .icon i {
    font-size: var(--font-size-lg);
    color: var(--primary-color) !important;
    transition: 0.2s;
    margin-right: 6px;
}

.tblPrimary table td small {
    margin-left: 24px;
}

.tblPrimary table .icon i.fa-circle {
    color: #a0a0a09c !important;
}

.tblPrimary table tr.border-bottom-0 {
    border-bottom: 0 !important;
}

.jump-btn {
    padding: 8px 15px !important;
    border: 2px solid var(--dark-white) !important;
    border-radius: 30px !important;
}

.padding-td {
    padding: 20px 20px 0 !important;
}

    .padding-td a i.fa-chevron-left {
        font-size: var(--font-size-sm);
        margin-right: 7px;
    }

    .padding-td a i.fa-chevron-right {
        font-size: var(--font-size-sm);
        margin-left: 7px;
    }


span.status {
    background-color: var(--green-color);
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: var(--font-size-xs);
    white-space: nowrap;
}

    span.status.error {
        background-color: var(--red-color);
    }

.rounded-breadcrumbs {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 5px 25px 25px 5px;
    overflow: hidden;
}

    .rounded-breadcrumbs li {
        float: left;
        margin-right: 3px;
        position: relative;
        z-index: 1;
    }

        .rounded-breadcrumbs li:last-child {
            display: block;
            padding: 10px 17px;
            font-size: var(--font-size-lg);
            border-radius: 0 25px 25px 0;
            margin-right: 0;
            color: var(--text-color);
            background-color: #252a3261;
            padding-left: 75px;
            position: relative;
            left: -68px;
            z-index: 0;
        }

        .rounded-breadcrumbs li a {
            display: block;
            padding: 10px 17px;
            font-size: var(--font-size-lg);
            border-radius: 0 25px 25px 0;
            background: #252A32;
            color: white;
        }

        .rounded-breadcrumbs li i {
            font-size: var(--font-size-lg);
            margin-right: 9px;
            /* position: relative;
    top: -1px; */
        }

.dropdown-icon {
    position: absolute;
    top: 38px;
    font-size: 11px;
    background-color: #fff;
    padding-right: 8px;
    right: 3px;
    border-radius: 5px;
}

.sidebar__menu-group ul.sidebar_nav li.active > a, .sidebar__menu-group ul.sidebar_nav li.active > a.active {
    color: var(--primary-color);
    background-color: var(--white-color) !important;
}

.row-space {
    border-bottom: 0 !important;
}

/* box css starts */

body.box {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.box .box-wrapper {
    width: 95%;
    height: 90vh;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    overflow: auto;
    border-radius: 20px;
}

.box .header-top {
    position: sticky;
}

.tblPrimary table tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.tblPrimary table tr td:last-child {
    border-radius: 0 8px 8px 0;
}

/* body.alt-version .tblPrimary table tr{
    border-bottom: 0 !important;
} */



body.alt-version .tblPrimary table tr:nth-child(even) td {
    border-bottom: 1px solid #dfdad385;
    border-top: 1px solid #dfdad385;
}

body.alt-version .tblPrimary table tr.GridPager td {
    border: 0 !important;
}

.tblPrimary table tr {
    border-bottom: 1px solid #dfdad385 !important;
}

/* Responsive Menu CSS Start */


/* width */
.tblPrimary::-webkit-scrollbar, .at-scrollbar::-webkit-scrollbar, .at-scrollbar-outer > div::-webkit-scrollbar {
        height: 10px !important;
    width: 10px;
    background: var(--primary-color-200) !important;
}

/* Track */
.tblPrimary::-webkit-scrollbar-track, .at-scrollbar::-webkit-scrollbar-track, .at-scrollbar-outer > div::-webkit-scrollbar-track {
    background: none !important;
    width: 5px;
}

/* Handle */
.tblPrimary::-webkit-scrollbar-thumb, .at-scrollbar::-webkit-scrollbar-thumb, .at-scrollbar-outer > div::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border: 0;
    border-radius: 10px !important;
    width: 5px;
}

@media only screen and (max-width: 1200px) {
    .sidebar-wrapper {
        position: fixed;
        right: 0;
        top: 65px;
        z-index: 999;
        height: 100vh;
        margin-left: 0;
        height: 100%;
        overflow-y: auto;
        box-shadow: 0 0 30px rgba(140, 144, 164, 0.1);
        width: 320px;
        background: var(--white-color);
        padding: 0;
        padding-top: 10px;
        /* display: none; */
    }

    .navbar {
        padding: 0px 20px 0px 0 !important;
    }

    .navbar-left .logo-area {
        padding-left: 20px;
    }



    .sidebar_nav li {
        display: block;
        width: 100%;
    }

        .sidebar_nav li a.active {
            color: var(--primary-color) !important;
            background-color: #F7F7F9;
        }

        .sidebar_nav li a {
            border-bottom: 1px solid #dfdad385;
        }

    .sidebar__menu-group ul.sidebar_nav li > a .toggle-icon {
        margin-left: auto;
        color: var(--text-color);
    }

    .sidebar__menu-group ul.sidebar_nav li > a {
        padding: 13px 20px;
    }

    .toggle-menu-btn {
        font-size: 27px;
        margin-left: 30px;
        width: 30px;
        display: grid;
        place-items: center;
        color: var(--black-color);
        position: relative;
        top: 2px;
    }

    .login-form .register-logo img {
        height: 90px;
        max-width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .nav-item__title {
        display: none;
    }

    .main-content {
        padding: 90px 20px 20px 20px;
    }

    .rounded-breadcrumbs li a {
        padding: 8px 15px;
        font-size: var(--font-size-md);
    }

    .rounded-breadcrumbs li:last-child {
        display: block;
        padding: 8px 15px;
        font-size: var(--font-size-md);
        border-radius: 0 25px 25px 0;
        margin-right: 0;
        padding-left: 0;
        position: relative;
        left: 0;
        z-index: 0;
        margin-left: -16px;
        padding-left: 24px;
    }

    /*.main-page-content {
        margin-top: 20px;
    }*/

    .dataTB-btns .btn span {
        display: none;
    }

    .navbar {
        padding: 0px 10px 0px 0 !important;
    }

    .navbar-left .logo-area {
        padding-left: 10px;
    }

    .dataTB-btns .ts-btn span {
        display: block;
    }


    .toggle-menu-btn {
        margin-left: 10px;
    }

    .login-form .register-logo img {
        height: 80px;
        max-width: 100%;
    }

    .login-container {
        background-position: center -212px;
    }
}

.table-pagination > tbody > tr:last-child > td table tr td span {
    background: transparent;
    height: 38px;
    width: 38px;
    font-size: var(--font-size-lg);
    border-radius: 50%;
    background-color: var(--light-gray) !important;
    color: var(--text-color) !important;
}

.register-logo {
    display: inline-block;
    background-color: var(--black-color);
    border-radius: 50%;
    padding: 13px;
    margin: 0 auto 23px !important;
}

.login-text h3 {
    color: var(--text-color);
}

.login-text p {
    color: var(--dark-gray) !important;
}

.login-errTxt {
    text-align: left;
    font-size: var(--font-size-md);
    /*    margin-top: 5px;*/
    height: 10px;
}

.tblPrimary table tr td input, .tblPrimary table tr td textarea, .tblPrimary table tr td select {
    padding: 0px 8px;
    border-radius: 4px;
    border: 2px solid var(--dark-white);
}

    .tblPrimary table tr td input.tblButtonSave {
        position: relative;
    }

        .tblPrimary table tr td input.tblButtonSave::before {
            content: "f044";
            font-family: FontAwesome;
            left: -8px;
            position: absolute;
            top: -16px;
            font-size: 100px;
            z-index: 99;
        }

/*Menu CSS Start*/

@media (min-width:1200px) {
    .childMenuElement {
        position: absolute;
        top: 65px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: var(--box-shadow);
        min-width: 230px;
        padding: 5px 0;
        display: none;
    }


    .li-subChild {
        position: relative;
    }

    .subChildMenuElement {
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: var(--box-shadow);
        min-width: 220px;
        padding: 5px 0;
        display: none;
    }

    .sidebar__menu-group ul.sidebar_nav li.has-child > a {
        padding: 20.5px 22px;
    }

    .childMenuElement li a:hover {
        background-color: #F7F7F9;
        color: var(--primary-color);
    }
}

.btn-seperator {
    font-size: 20px;
    line-height: 14px;
}

.green {
    color: var(--green-color) !important;
}

.red {
    color: var(--red-color) !important;
}

.blue {
    color: var(--blue-color) !important;
}

.at-btn {
    padding: 1px 12px !important;
    font-size: var(--font-size-sm);
    border: 2px solid var(--dark-gray) !important;
    background-color: var(--dark-gray);
    color: #fff;
    border-radius: 30px !important;
    white-space: nowrap;
}

    .at-btn:hover {
        background-color: var(--primary-dark-color);
        color: var(--white-color);
        border-color: var(--primary-dark-color) !important;
    }

.page-error-msg {
    position: relative;
    font-weight: 600;
    color: red;
    font-size: var(--font-size-md);
}

.fw-600 {
    font-weight: 600 !important;
}

.t-1 {
    top: -1px !important;
}

.white-box {
    background-color: var(--white-color);
    padding: 10px 20px 20px;
    border-radius: 12px;
}

.lemax-warning {
    font-weight: 600;
}

.tblPrimary table tr td input[type="checkbox"], .tblPrimary table tr th input[type="checkbox"] {
    width: 40px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.tblPrimary table tr th input[type="checkbox"] {
    top: 7px;
}

.form-group .select2-container {
    padding: 6px 9px;
    appearance: auto !important;
    color: var(--text-color-black);
    border: 2px solid var(--dark-white);
    height: 40px;
    width: 100% !important;
    border-radius: var(--border-radius);
    font-size: var(--font-size-md);
    font-weight: 400;
    background-color: #fff;
}

    .form-group .select2-container .selection {
        width: 100%;
    }

        .form-group .select2-container .selection .select2-selection {
            border: 0;
        }

    .form-group .select2-container .select2-selection__rendered {
        color: var(--text-color-black) !important;
        line-height: 24px !important;
        padding-left: 3px !important;
    }

    .form-group .select2-container .select2-selection__arrow {
        top: 4px !important;
        right: 8px !important;
    }

    .form-group .select2-container .select2-dropdown--below {
        position: relative;
        top: -8px;
        left: -11px;
        border: 2px solid var(--dark-white) !important;
        border-radius: 12px !important;
        overflow: hidden;
    }

    .form-group .select2-container .select2-search__field {
        border: 2px solid var(--dark-white) !important;
        height: 36px;
        padding: 0 10px;
    }

.t-5 {
    top: -5px;
}

.t-2 {
    top: -2px;
}

.t-3 {
    top: -3px;
}

.modal-dialog.w-92P {
    max-width: 92% !important;
}

.mail-textarea {
    width: 100%;
    padding: 0px !important;
    cursor: pointer;
    max-height: 40px;
    line-height: 1.3;
    resize: none;
    outline: none;
    background: transparent;
    min-width: 250px;
}

    /* when focused, show normal editable style */
    .mail-textarea:focus {
        border: 2px solid var(--dark-white) !important;
        cursor: text;
        background: #fff;
    }

.th-br-8 tr th {
    border-radius: 8px !important
}

table.tr-border-0 tbody tr {
    border-bottom: 0 !important;
}

.tr-td-p-0 > tbody > tr > td {
    padding: 0 !important;
}

@media (min-width: 1366px) {
    .table-fixed {
        width: 100%;
        table-layout: fixed; /* Forces columns to respect set widths */
    }

        .table-fixed th,
        .table-fixed td {
            word-wrap: break-word; /* Allows wrapping inside cells */
            white-space: normal !important; /* Ensure text can wrap */
        }
}

.calendar-input {
    position: relative;
}

    .calendar-input img.ui-datepicker-trigger {
        position: absolute;
        bottom: 11px;
        right: 18px;
        width: 17px;
        cursor: pointer;
    }

.MT-heading span i {
    display: none;
}

.MT-heading span {
    color: var(--text-color) !important;
}

.tblPrimary .table-xl tr th,
.tblPrimary .table-xl tr td {
    padding: 7px 10px !important;
    font-size: var(--font-size-lg);
    min-width: auto;
}

.tblPrimary .table-xl tr th {
    padding: 4px 10px !important;
}

.input-sm {
    max-width: 110px;
}

.span-inline span {
    display: inline !important;
}

.gridviewheader, .gridviewfooter {
    font-weight: 600 !important;
}

.span-multiple-wrapper {
    /*background-color: #252a3261;*/
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 6px;
}

    .span-multiple-wrapper .button-sm {
        background-color: #252A32 !important;
        border: 0;
    }

.span-multiple span {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    font-size: var(--font-size-md);
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

    .span-multiple span:not(:last-child)::after {
        content: "|";
        position: relative;
        left: 10px;
        font-size: 17px;
    }


.button-sm {
    line-height: 1;
    padding: 8px 14px !important;
    font-size: var(--font-size-md);
    border: 2px solid var(--dark-gray);
    background-color: var(--dark-gray);
    color: #fff;
    white-space: nowrap;
    border-radius: var(--border-radius);
    height: fit-content;
    margin-bottom: .5rem;
}

    .button-sm:hover {
        background-color: var(--primary-dark-color);
        color: var(--white-color);
        border-color: var(--primary-dark-color) !important;
    }

.form-group .select2-container--disabled {
    background-color: #F7F7F9;
    cursor: not-allowed;
}

    .form-group .select2-container--disabled .select2-selection--single {
        background: none !important;
    }

    .form-group .select2-container--disabled .select2-selection__rendered {
        cursor: not-allowed;
    }

.input-checkbox table input {
    width: 17px;
    height: 17px;
}

.input-checkbox table {
    width: 100%;
    position: relative;
    top: 2px;
}

    .input-checkbox table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .input-checkbox table td {
        text-align: center;
        width: auto;
        display: flex;
        flex-grow: 1;
        align-items: center;
        gap: 4px;
    }

        .input-checkbox table td label {
            font-size: var(--font-size-sm);
            margin-bottom: 0;
            margin-left: 0;
            line-height: 12px;
            user-select: none;
        }

.input-checkbox .border-input {
    padding: 6px 9px;
}

    .input-checkbox .border-input.two-input tr {
        justify-content: flex-start !important;
    }

    .input-checkbox .border-input.two-input table td {
        flex-grow: initial;
        margin-right: 12px;
    }

    .input-checkbox .border-input > input {
        width: 22px;
        height: 22px;
        margin: 1px 0 0 5px;
    }

@media (min-width: 1200px) {
    .col-xl-2half {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

.select2-container--default .select2-selection--single {
    background: none !important;
}

.input-sm input {
    width: 17px;
    height: 17px;
    margin-left: 9px;
    margin-top: 9px;
}

.at-btn-icon {
    /*padding: 2px 7px !important;
    border: 2px solid #939498 !important;*/
    color: #939498;
    /*border-radius: 10px !important;*/
}

.text-small {
    font-size: var(--font-size-sm);
    line-height: 17px;
    margin-top: 2px;
    padding-left: 30px;
}

.th-first-br-8 tr th:nth-child(2) {
    border-radius: 8px 0 0 8px !important;
}


.table-fixed-header-column > div {
    width: 100%; /* visible width area */
    height: 55vh; /* visible height area */
    overflow: auto; /* enable scroll */
    position: relative; /* required for sticky */
}

.table-fixed-column > div {
    width: 100%; /* visible width area */
    overflow: auto; /* enable scroll */
    position: relative; /* required for sticky */
}

.table-fixed-header-column.vh-64 > div {
    height: 64vh; /* visible height area */
}

.table-fixed-header-column table {
    border-collapse: collapse;
    width: 100%; /* wider than container for horizontal scroll */
}

.table-fixed-header-column th,
.table-fixed-header-column td{
    white-space: nowrap;
    text-align: left;
}

.header-fix th {
    white-space: nowrap;
}

.table-fixed-header-column tr:nth-child(odd) td,
.table-fixed-header-column tr:nth-child(odd) thc {
    background-color: #fff !important;
}

.table-fixed-header-column tr:nth-child(even) td,
.table-fixed-header-column tr:nth-child(even) thc {
    background-color: #f4f4f7 !important;
}

.table-fixed-header-column tbody th, .header-fix th {
    position: sticky;
    top: 0;
    z-index: 3;
}

.table-fixed-header-column tbody th:nth-child(2),
.table-fixed-header-column tbody td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
    max-width: 700px;
    text-align: left !important;
}

.table-fixed-header-column.fixed-two-column tbody th:nth-child(3),
.table-fixed-header-column.fixed-two-column tbody td:nth-child(3) {
    position: sticky;
    left: 126px;
    z-index: 2;
    max-width: 700px;
    text-align: left !important;
}

.table-fixed-header-column tbody th:nth-child(2), .table-fixed-header-column.fixed-two-column tbody th:nth-child(3) {
    z-index: 4;
}

.table-fixed-header-column tbody th,
.table-fixed-header-column tbody td {
    text-align: center !important;
}

.table-fixed-header-column tbody td {
    border: 1px solid #ddd !important;
}

.table-fixed-header-column table tr td:nth-child(2) {
    border-radius: 8px 0 0 8px !important;
    border-left: 0 !important;
    max-width: 700px;
    min-width: 600px;
}

.table-fixed-header-column.fixed-two-column table tr td:nth-child(2) {
    min-width: 126px;
    z-index: 99;
}

.table-fixed-header-column.fixed-two-column table tr th:nth-child(2) {
    z-index: 999;
}

.table-fixed-header-column.fixed-two-column table tr.gridviewheader td:nth-child(2) {
    border-right: 0 !important;
}

.table-fixed-header-column table tr td:last-child {
    border-right: 0 !important;
}

.dataTB-btns .btn.h-40 {
    height: 40px !important;
    padding: 0 15px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--dark-gray) !important;
}

.mt-29 {
    margin-top: 29px;
}

.cp-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.change-password {
    max-width: 500px;
    width: 100%;
}

    .change-password .heading {
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .change-password .sub-heading {
        font-size: var(--font-size-xl);
        text-align: center;
        margin-bottom: 10px;
    }

.input-error-margin .form-group {
    margin-bottom: 0;
}

.input-error-margin {
    margin-bottom: 14px;
}

.tblPrimary.reduce-padding table tr td, .tblPrimary.reduce-padding table th {
    padding: 4px 10px !important;
}

.profile-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.profile-box {
    width: 100%;
    max-width: 1000px;
}

    .profile-box .heading {
        font-weight: bold;
        font-size: 48px;
        margin-bottom: 10px;
        text-align: center;
    }

    .profile-box .sub-heading {
        font-size: var(--font-size-3xl);
        margin-bottom: 50px;
        text-align: center;
        color: var(--dark-gray);
    }

.direct-links .link-button {
    flex-grow: 1;
}

    .direct-links .link-button a {
        background-color: var(--primary-color);
        color: var(--white-color);
        font-size: var(--font-size-3xl);
        font-weight: 600;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
        padding: 15px 10px;
        border-radius: 6px;
    }

        .direct-links .link-button a:hover {
            background-color: var(--primary-dark-color);
        }

    .direct-links .link-button .title {
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
        text-align: center;
        color: var(--dark-gray);
    }

@media (max-width: 1450px) {
    .sidebar__menu-group ul.sidebar_nav li > a {
        padding: 10px 18px;
    }

    .top-menu {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .toggle-menu-btn {
        display: none;
    }
}

@media (max-width:1200px) {
    .sidebar-wrapper {
        display: none;
        padding-top: 0 !important;
    }

    .sidebar__menu-group .menu-text {
        font-size: var(--font-size-lg);
        transition: none;
    }

    .sidebar__menu-group ul.sidebar_nav li > a {
        padding: 10px 22px;
    }

    .sidebar__menu-group ul.sidebar_nav li.has-child ul li a {
        padding-left: 34px !important;
    }

    .sidebar {
        padding-bottom: 150px;
    }
}

.menuBackdrop {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}

@media (max-width: 991px) {
    .profile-box .heading {
        font-size: 38px;
    }

    .profile-box .sub-heading {
        font-size: var(--font-size-2xl);
        margin-bottom: 40px;
    }

    .direct-links .link-button a {
        font-size: var(--font-size-2xl);
        padding: 13px 10px;
    }
}

@media (max-width: 767px) {
    .profile-box .heading {
        font-size: 30px;
    }

    .profile-box .sub-heading, .direct-links .link-button a {
        font-size: var(--font-size-xl);
    }

    .direct-links .link-button .title {
        margin-bottom: 3px;
        font-size: var(--font-size-md);
    }

    .table-fixed-header-column tbody th:nth-child(2), .table-fixed-header-column.fixed-two-column tbody th:nth-child(3) {
        position: sticky;
        left: auto;
        top: 0;
    }

    .table-fixed-header-column tbody td:nth-child(2), .table-fixed-header-column.fixed-two-column tbody td:nth-child(3) {
        position: relative;
        max-width: max-content;
        overflow: visible;
        left: auto;
    }
}

@media (max-width: 480px) {
    .profile-box .heading, .change-password .heading {
        font-size: 28px;
    }

    .profile-box .sub-heading {
        font-size: var(--font-size-lg);
        margin-bottom: 30px;
    }

    .direct-links .link-button a {
        font-size: var(--font-size-lg);
        padding: 12px 8px;
    }

    .footer-wrapper__inside p, .footer-wrapper__inside p span {
        display: block;
    }

    .profile-wrapper {
        height: calc(100vh - 200px);
    }

    .change-password .sub-heading {
        font-size: var(--font-size-lg);
    }

    .dataTB-btns .btn {
        padding: 11px 13px !important;
        font-size: var(--font-size-md);
    }

    .dataTB-btns {
        gap: 6px;
    }

    .tblPrimary table tr th {
        padding: 4px 14px !important;
        line-height: 34px;
    }

    .tblPrimary table tr td {
        padding: 7px 14px;
        font-size: var(--font-size-lg);
    }

    .main-page-content {
        margin-bottom: 70px;
    }
}

.th-fp-0 > tbody > tr > th {
    padding: 0 !important;
}

@media (max-width: 380px) {
    .sidebar-wrapper {
        width: 100%;
    }
}

.container-text {
    max-width: 1200px !important;
    width: 100% !important;
}

.heading-underline {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    display: inline-block;
}

    .heading-underline:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -6px;
        height: 4px;
        width: 100%;
        background-color: var(--primary-color);
    }

.btn-black-xl {
    background: var(--black-color);
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--light-gray);
    height: 48px;
    display: block;
    width: 100%;
    border: 0 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

    .btn-black-xl:hover {
        background: var(--primary-color);
        color: #fff;
    }

.input-style-2 {
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid var(--primary-color) !important;
    -moz-appearance: none;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 12px 10px !important;
    border-left: 4px solid var(--primary-color) !important;
    height: 48px !important;
}

.gen-pin-con {
    max-width: 550px !important;
    width: 100% !important;
    text-align: center;
}

.li-subChild > a {
    position: relative;
}

    .li-subChild > a::after {
        content: "\f054";
        font-size: 9px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 6px;
        position: relative;
        top: 1px;
        color: var(--text-color);
        margin-left: auto;
    }

@media (max-width: 1200px) {

    .sidebar__menu-group ul.sidebar_nav li.has-child ul li .subChildMenuElement li a {
        padding-left: 46px !important;
    }

    .li-subChild > a::after {
        transform: rotate(90deg);
    }
}

.pe-60, .tblPrimary table tr th.pe-60 {
    padding-right: 60px !important;
}

.tblPrimary table tr.gridviewheader td {
    background-color: #d5d8dc !important;
}

.mt-5rem {
    margin-top: 8rem !important;
}

.tb-border-0 tr td {
    border: 0 !important;
}

.tb-radio tr td input[type="radio"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.multiple-input input {
    width: 100px;
    padding: 0 8px;
    height: 40px;
    border: 2px solid var(--dark-white);
    margin-bottom: 6px;
}

.at-scrollbar {
    white-space: nowrap;
    overflow: auto;
}

.table-pagination.pagination-p > tbody > tr:last-child > td {
    padding: 3px 18px !important;
    border-bottom: 1px solid #dfdad385 !important;
    border-top: 1px solid #dfdad385 !important;
}

.select2-w100 > .select2-container, .select2-w100 > .select2-container .selection {
    width: 100% !important;
}

.select2-w100.select2-w120px > .select2-container {
    width: 120px !important;
}

.select2-w100 .select2-dropdown {
    width: max-content !important;
}

.tblPrimary table.td-wrap tr td {
    white-space: wrap !important;
}

.select2-w100 .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 2px solid var(--dark-white) !important;
    position: relative;
    top: 3px;
    background-color: #fff !important;
}

    .select2-w100 .select2-container--default .select2-selection--single .select2-selection__rendered {
        position: relative;
        top: -2px;
    }

    .select2-w100 .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 44%;
    }

.select2-w100 .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}


.select-100 select {
    width: 100%;
    padding: 0px 4px;
    border-radius: 4px;
    border: 2px solid var(--dark-white);
    height: 26.5px;
}

.tblPrimary table td .at-btn-icon i.save {
    font-size: 19px;
    margin-right: 5px;
}

.tblPrimary table tr th.pe-35px {
    padding-right: 35px !important;
}

.link-btn {
    margin-top: 7px;
    text-decoration: underline;
}

    .link-btn:hover {
        color: var(--primary-color);
    }

.select2-dropdown {
    z-index: 10 !important;
}

.btn-top {
    align-items: flex-end;
    display: flex;
}

    .btn-top .btn-sm {
        position: relative;
        top: -1px;
    }

.modal-footer .btn-primary {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.modal-footer .btn-secondary {
    background-color: var(--red-color);
    border-color: var(--red-color);
}

.sign-up-text a:hover {
    color: var(--primary-color);
    text-decoration: none !important;
}

body.alt-version .tblPrimary table.row-strip > tbody > tr.GridPager {
    background: none !important;
}

.dataTB-btns .btn.chkout-book {
    font-size: 15px;
    padding: 9px 20px !important;
    margin-bottom: 5px;
}

.overflow-x-auto > span {
    display: block;
}

.cursor-text a, .cursor-text {
    cursor: text !important;
}

.overlay > div {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    inset: 0;
    z-index: 99;
    display: grid;
    place-items: center;
}

    .overlay > div img {
        animation: spinY 2s linear infinite;
        transform-origin: center;
        transform-style: preserve-3d;
    }

@keyframes spinY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.input-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

    .input-2 > div {
        flex-grow: 1;
    }

.text-nowrap {
    white-space: nowrap !important;
}

.login-wrapper {
    min-height: 100vh;
    position: relative;
    background-color: #F7F7F9;
    padding: 90px 30px 90px 30px;
    font-family: 'verdanaregular' !important;
    background: url('https://managetariff.asiantrails.travel/img/admin-bg-light.png');
    background-repeat: no-repeat;
    background-position: top;
}

    .login-wrapper .container {
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        width: 440px;
    }

.table-input-100 tr td input, .table-input-100 tr td textarea, .table-input-100 tr td select {
    width: 100% !important;
}

.hover-primary:hover {
    color: var(--primary-color) !important;
}

table tr td.border-right, table th.border-right, .table-pagination.table-last-td-border > tbody > tr:last-child > td.border-right {
    border-right: 1px solid var(--dark-white) !important;
}

/* <=================== Fixed Column Table CSS Start ===============> */

/* ===== Wrapper ===== */
.table-fixed-column{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ===== Table base styles ===== */
.table-fixed-column .fixed-table{
    table-layout: fixed;
    border-collapse: collapse;
    width: auto;
    min-width: 100%;
    box-sizing: border-box;
}

.table-fixed-column th,
.table-fixed-column td{
    box-sizing: border-box;
    padding: 8px 10px;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* first column header cells (if any) */
.table-fixed-column tbody tr th {
    white-space: wrap !important;
    min-width: 100px !important;
}

/* ===== Sticky header row ===== */
.table-fixed-column thead th {
    position: sticky;
    top: 0;
    background: #f6e8d8;
    z-index: 10;
    white-space: wrap !important;
}

/* ===== Common sticky styles for first 4 columns (head + body) ===== */
.table-fixed-column table thead th:nth-child(1),
.table-fixed-column table thead th:nth-child(2),
.table-fixed-column table thead th:nth-child(3),
.table-fixed-column table thead th:nth-child(4),
.table-fixed-column table tbody th:nth-child(1),
.table-fixed-column table tbody th:nth-child(2),
.table-fixed-column table tbody th:nth-child(3),
.table-fixed-column table tbody th:nth-child(4),
.table-fixed-column table tbody th:nth-child(5),
.table-fixed-column table tbody td:nth-child(1),
.table-fixed-column table tbody td:nth-child(2),
.table-fixed-column table tbody td:nth-child(3),
.table-fixed-column table tbody td:nth-child(4),
.table-fixed-column table tbody td:nth-child(5) {
    position: sticky;
    z-index: 3;
    text-align: left !important;
    background: #fff;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* gap close – overlap inner border by 1px */
    margin-left: -1px;
}

/* ===== Individual fixed columns (width + left offset) ===== */
    .table-fixed-column table th:nth-child(1),
    .table-fixed-column table th:nth-child(2),
    .table-fixed-column table th:nth-child(3),
    .table-fixed-column table th:nth-child(4),
    .table-fixed-column table th:nth-child(5) {
        z-index: 5 !important;
    }

.table-fixed-column table thead th:nth-child(1),
.table-fixed-column table tbody th:nth-child(1),
.table-fixed-column table tbody td:nth-child(1) {
    left: 0;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    z-index: 3;
    text-align: center !important;
}

.table-fixed-column table thead th:nth-child(2),
.table-fixed-column table tbody th:nth-child(2),
.table-fixed-column table tbody td:nth-child(2) {
    left: 90px;
    width: 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    z-index: 3;
}

.table-fixed-column table thead th:nth-child(3),
.table-fixed-column table tbody th:nth-child(3),
.table-fixed-column table tbody td:nth-child(3) {
    left: 245px; /* 90 + 155 */
    width: 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    z-index: 3;
}

.table-fixed-column table thead th:nth-child(4),
.table-fixed-column table tbody th:nth-child(4),
.table-fixed-column table tbody td:nth-child(4) {
    left: 400px; /* 90 + 155 + 155 */
    width: 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    z-index: 3;
}

.table-fixed-column table thead th:nth-child(5),
.table-fixed-column table tbody th:nth-child(5),
.table-fixed-column table tbody td:nth-child(5) {
    left: 555px; /* 90 + 155 + 155 + 155*/
    width: 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    z-index: 3;
}

/* normal body cells under sticky layer */
.table-fixed-column tbody tr td,
.table-fixed-column tbody tr th,
.table-fixed-column .table-pagination.pagination-p > tbody > tr:last-child > td {
    z-index: 1;
    padding: 3px 12px !important;
}

/* ===== Mobile: disable sticky so layout normal ho jaye ===== */
@media (max-width: 900px) {
    .table-fixed-column thead th,
    .table-fixed-column tbody th,
    .table-fixed-column tbody td {
        position: static !important;
        left: auto !important;
        width: auto !important;
        white-space: normal;
        margin-left: 0 !important;
    }
}

.table-fixed-column table tbody tr:nth-child(odd) td {
    background-color: #F7F7F9 !important;
}

.table-fixed-column table tbody tr.PagingStyle td {
    background-color: #fff !important;
}

.table-fixed-column table tbody tr.PagingStyle td {
    left: initial !important;
    width: auto !important;
    min-width: auto !important;
    max-width: max-content !important;
    z-index: 3;
    padding: 0 !important;
    padding-top: 20px !important;
}


/* <=================== Fixed Column Table CSS End ===============> */


.select2-container--open .select2-dropdown {
    z-index: 9999 !important;
}

.select2-dropdown--below {
    width: max-content !important;
}

.table-br-0 {
    border-radius: 0 !important;
}

.table-fixed-header-column.tblPrimary table tr th{
    user-select: none;
}

.table-fixed-header-column.tblPrimary table tr td {
    font-size: 13px;
    white-space: normal !important;
}

.table-fixed-header-column.tblPrimary table tr td {
    font-size: 13px;
    white-space: normal !important;
}

.table-fixed-header-column.tblPrimary table tr th input[type="checkbox"] {
    width: 20px;
    top: 5px !important;
}

.table-fixed-header-column.tblPrimary table tr td input[type="checkbox"], .table-fixed-header-column.tblPrimary table tr th input[type="checkbox"] {
    top: 0;
}

.tblPrimary table tr th.ps-0 {
    padding-left: 0 !important;
}

.tblPrimary table.tr-td-px-5 tr td, .tblPrimary table.tr-td-px-5 th {
    padding: 3px 10px !important;
}
/*
.first-two-col-fix table tbody th:nth-child(1),
.first-two-col-fix table tbody th:nth-child(2),
.first-two-col-fix table tbody td:nth-child(1),
.first-two-col-fix table tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left !important;
    background: #fff;
    margin-left: -1px;
}

.first-two-col-fix table tbody th:nth-child(1),
.first-two-col-fix table tbody td:nth-child(1) {
    left: 0;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    z-index: 3;
    text-align: center !important;
}

.first-two-col-fix table tbody th:nth-child(2),
.first-two-col-fix table tbody td:nth-child(2) {
    left: 90px;
    width: 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    z-index: 3;
}

.first-two-col-fix td {
    min-width: auto;
    white-space: wrap !important; 
    overflow: visible;
    text-overflow: initial;
}*/


.first-two-col-fix > div {
    width: 100%; /* visible width area */
    height: 55vh; /* visible height area */
    overflow: auto; /* enable scroll */
    position: relative; /* required for sticky */
}

.first-two-col-fix.vh-64 > div {
    height: 64vh; /* visible height area */
}

.first-two-col-fix table {
    border-collapse: collapse;
    width: 100%; /* wider than container for horizontal scroll */
}

.first-two-col-fix th,
.first-two-col-fix td {
    white-space: nowrap;
    text-align: left;
}

.first-two-col-fix tbody th {
    position: sticky;
    top: 0;
    z-index: 3;
}

.first-two-col-fix tbody th:nth-child(1),
.first-two-col-fix tbody td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left !important;
    width: 80px;
    min-width: 80px;
    border-left: 0 !important;

}

.first-two-col-fix tbody th:nth-child(2),
.first-two-col-fix tbody td:nth-child(2) {
    position: sticky;
    left: 80px;
    z-index: 2;
    max-width: 700px;
    text-align: left !important;
}

.first-two-col-fix tbody th:nth-child(1), .first-two-col-fix.fixed-two-column tbody th:nth-child(2) {
    z-index: 4;
}

.first-two-col-fix tbody th,
.first-two-col-fix tbody td {
    white-space: normal !important;
}

.first-two-col-fix tbody td {
    background-color: #fff;
}

.first-two-col-fix tbody td {
    border-right: 1px solid #ddd !important;
}

.first-two-col-fix.fixed-two-column table tr td:nth-child(2) {
    min-width: 350px;
}

.first-two-col-fix table tr td:last-child {
    border-right: 0 !important;
}

.table-fixed-column.h-60 > div{
    height: 59vh;
}

.table-pagination.pagination-p > tbody > tr.PagingStyle > td{
    border-bottom: 0 !important;
}

.table-fixed-column tbody th {
    position: sticky;
    top: 0;
    z-index: 4 !important;
}