﻿:root {
    --title-bar-bg: #fff4f3;
    --BtnNavBarBgClr: #1b264f;
    --BtnHoverNavBarBgClr: #071031;
    --BtnDeleteHoverClr: #e60000;
    --BtnDeleteClr: #d50028;
    --BtnResetHoverClr: #e68a00;
    --BtnResetClr: #ffa31a;
    --BtnGreenHoverClr: #e53812;
    --BtnGreenClr: #f76a4b;
    --NavBarActiveBgClr: #fff4f3;
    --NavBarBgActiveContentClr: black;
    --button-save-bg: black;
    --button-save-hover-bg: black;
}
/****************** Theme Customization ******************************/

/* Firefox */
* {
    scrollbar-width: thin !important;
    /*scrollbar-color: #1b264f #ddd !important;*/ /* optional: to set scrollbar color */
    /*scrollbar-color: gray #ddd !important;*/ /* optional: to set scrollbar color */
}
/* WebKit */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 4px !important; /* or your desired width */
    height: 4px !important; /* for horizontal scrollbar */
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #1b264f !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #aaa !important;
    border-radius: 10px !important; /* optional: to make the scrollbar rounded */
}

html, body {
    margin: 0;
}

body {
    font-family: Poppins,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #040404;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a {
    text-decoration: none;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.btn {
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: var(--btn-border-radius, 7px);
    padding: 1px 9px;
    height: 23px;
    min-height: 23px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    margin: 0;
    position: relative;
}

    .btn::before,
    .btn::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.btn-create {
    background: var(--btn-add-bg, #24af54);
    border-radius: var(--btn-border-radius, 7px);
    transition: all 0.3s ease !important;
}

    .btn-create:hover {
        background: var(--btn-add-hover, #1e9a49);
        border-radius: var(--btn-border-radius, 7px);
        color: white;
        transform: scale(1.05);
    }

.k-grid-save-changes {
    color: white;
    margin-right: 5px !important;
    background-color: #0053E9 !important;
    border-color: #0053E9 !important;
    border-radius: var(--btn-border-radius, 6px) !important;
    transition: all 0.3s ease !important;
}

    .k-grid-save-changes:hover {
        background: #0243b9 !important;
        transform: scale(1.05);
    }

.btn-save {
    background: #0053E9;
    transition: all 0.3s ease;
    border-radius: var(--btn-border-radius, 6px);
}

    .btn-save:hover {
        background: #0243b9;
        border-radius: var(--btn-border-radius, 6px);
        color: white;
        transform: scale(1.05);
    }

.toggle-btn.btn-minus {
    background: #e5001f;
    transition: all 0.3s ease;
    border-radius: var(--btn-border-radius, 6px);
    margin-left: 10px
}

    .toggle-btn.btn-minus:hover {
        background: #911111;
        border-radius: var(--btn-border-radius, 6px);
        color: white;
        transform: scale(1.05);
    }

.btn-danger {
    background: #e5001f;
    transition: all 0.3s ease;
    border-radius: var(--btn-border-radius, 6px);
    padding: 5px 20px;
    margin-left: 10px
}

    .btn-danger:hover {
        background: #911111;
        border-radius: var(--btn-border-radius, 6px);
        color: white;
        transform: scale(1.05);
    }

.k-grid-toolbar .k-grid-add {
    border-color: var(--btn-add-bg, #24af54);
    background-color: var(--btn-add-bg, #24af54);
    border-radius: var(--btn-border-radius, 7px);
    height: 23px;
    min-height: 23px;
    padding: 1px 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
}

    .k-grid-toolbar .k-grid-add:hover {
        border-color: var(--btn-add-hover, #1e9a49);
        background-color: var(--btn-add-hover, #1e9a49);
        transform: scale(1.05);
    }

.btn-add {
    background-color: var(--btn-add-bg, #24af54);
    border-color: var(--btn-add-bg, #24af54);
    color: #ffffff;
}

    .btn-add:hover {
        background-color: var(--btn-add-hover, #1e9a49);
        border-color: var(--btn-add-hover, #1e9a49);
        color: #ffffff;
    }


    .btn-add i {
        color: white;
        margin-right: 5px;
    }

.btn-grid {
    background-color: transparent;
}

.btn-save {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-save:hover {
        background-color: #0243b9;
        border-color: #0243b9;
    }

.btn-reset {
    background-color: var(--BtnResetClr);
    border-color: var(--BtnResetClr);
    border-radius: var(--btn-border-radius, 6px);
}

    .btn-reset:hover {
        background-color: var(--BtnResetHoverClr);
    }

.btn-back {
    background-color: var(--BtnDeleteClr);
    border-color: var(--BtnDeleteClr);
    border-radius: var(--btn-border-radius, 6px);
}

    .btn-back:hover {
        background-color: white;
    }

.btn-primary, .btn-print {
    background-color: var(--btn-print-bg, var(--btn-primary-color, #0053E9));
    border-color: var(--btn-print-bg, var(--btn-primary-color, #0053E9));
    border-radius: var(--btn-border-radius, 7px);
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-print:hover {
        background-color: var(--btn-primary-hover-color, #0243b9);
    }

.btn-success,
.btn-excel {
    background-color: var(--BtnGreenClr) !important;
    border-radius: var(--btn-border-radius, 6px);
    transition: all 0.3s ease !important;
}

    .btn-success:hover,
    .btn-excel:hover {
        background-color: var(--BtnGreenHoverClr) !important;
    }

.btn-approve,
.btn-approve:hover {
    background-color: #2064ea;
    border-color: #2064ea;
}

.btn-like,
.btn-like:hover {
    background-color: #2eb3a6;
    border-color: #2eb3a6;
}

.btn-unlike,
.btn-unlike:hover {
    background-color: #f5978e;
    border-color: #f5978e;
}

.btn-danger, .btn-delete, .btn-reject {
    background-color: var(--BtnDeleteClr);
    border-radius: var(--btn-border-radius, 6px);
}

    .btn-danger:hover, .btn-delete:hover, .btn-reject:hover {
        background-color: var(--BtnDeleteHoverClr);
    }

.btn-cancel {
    background-color: var(--btn-cancel-bg, #ef4444);
    border-color: var(--btn-cancel-bg, #ef4444);
    color: #ffffff;
}

    .btn-cancel:hover {
        background-color: var(--btn-cancel-hover, #dc2626);
        border-color: var(--btn-cancel-hover, #dc2626);
        color: #ffffff;
    }

.btn-template {
    font-size: 25px;
    line-height: 14px;
    position: relative;
    top: 6px;
}

.btn-lock {
    background-color: #ea4335 !important;
    border-color: #ea4335 !important;
    border-radius: var(--btn-border-radius, 6px) !important;
}

.btn-unlock {
    background-color: #2064ea !important;
    border-color: #2064ea !important;
    border-radius: var(--btn-border-radius, 6px) !important;
}

.btn-group .btn {
    padding: 2px 8px;
}

.btn-circle {
    width: 25px;
    height: 25px;
    padding: 0px 0px;
    font-size: 13px;
    line-height: 23px;
}


/****************** Window ******************************/
.k-window-title {
    font-size: 12px;
    /*color: white;*/
    text-transform: uppercase;
}

.k-alert-window .k-window-actions {
    padding-top: 0;
}

.i-alert {
    font-size: 14px;
    margin-right: 7px;
}

.w-content {
    min-width: 200px;
    font-size: 13px;
    line-height: 18px;
}

.w-btn {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

    .w-btn input {
        background-color: #3b3b3b;
        color: white;
        padding: 5px 15px;
        border: 0;
    }

        .w-btn input:focus {
            text-decoration: underline;
        }

    .w-btn [name=wndbtnOk] {
        background-color: #7a36dc !important;
    }

    .w-btn [name=wndbtnCancel] {
        background-color: #ea4335 !important;
    }

.wnd-error {
    background-color: #e5001f !important;
}

.wnd-info {
    background-color: #1CC09F;
}

.k-prompt .prompt-txt {
    width: 100%;
    border: 1px solid #ccc !important;
}

.k-widget textarea {
    box-sizing: border-box;
}

.wnd-has-header.k-window-content {
    padding: 0;
}
/****************** Window - End ******************************/
/****************** Toggle ******************************/
.toggle-btn,
.toggle-btn:hover,
.rnd-btn {
    display: inline-block;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
}

    .toggle-btn.btn-open {
        background-color: #24af54;
    }

    .toggle-btn i {
        margin-right: 5px;
    }



    .toggle-btn.btn-close,
    .rnd-btn.btn-close {
        background-color: red;
    }

    .toggle-btn i,
    .rnd-btn i {
        color: white;
    }

    .toggle-btn.btn-open.btn-violet,
    .toggle-btn.btn-minus.btn-violet {
        background-color: var(--BtnNavBarBgClr);
        width: max-content;
        color: white;
    }

.b-icon.btn-violet {
    background-color: var(--BtnNavBarBgClr);
    width: max-content;
    color: white;
    padding: 1px 10px 27px 8px;
    margin-top: -4px;
    margin-right: 15px;
}

.toggle-btn.btn-minus.btn-violet,
.rnd-btn.btn-close.btn-violet {
    background-color: red;
    width: max-content;
    color: white;
    font-weight: bold;
}

    .toggle-btn.btn-open.btn-violet .fa,
    .toggle-btn.btn-minus.btn-violet .fa,
    .b-icon.btn-violet .fa {
        margin-right: 6px;
    }

/****************** Toggle - End ******************************/


.main-content .components,
.wnd-content.components,
.wnd-content .components {
    padding: 8px;
}

.components fieldset {
    margin-bottom: 15px;
}

/*********** White Box *************/
.wt-box {
    border-radius: 8px;
}

.wt-box-travel {
    border-radius: 8px;
    overflow-x: auto;
}

.wt-box-header {
    margin: -10px -10px 5px -10px;
    padding: 5px 10px;
    font-family: 'Nunito', sans-serif;
}
/*********** White Box - End *************/


.g-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 6px;
    width: 100%;
    min-height: 28px;
    height: auto;
    padding: 2px 6px;
    background-color: var(--title-bar-bg, #f3f7ff);
    color: var(--title-bar-color, #1b264f);
    border: none;
    border-bottom: 1px solid var(--surface-border, #e2e8f0);
}

.gt-icon,
.g-text {
    color: var(--title-bar-color, var(--icon-color, #0053E9));
}

.g-left {
    float: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.g-center {
    flex: 1 1 auto;
    text-align: center;
}

.g-right {
    float: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: auto;
    margin-right: 0;
}

.gt-icon {
    font-size: 22px;
}

.g-title .g-text,
.g-text {
    font-size: 16px;
    text-transform: capitalize;
}

.field-Err {
    color: red;
    font-size: 8pt;
    margin-left: 5px;
    font-weight: normal;
}

/* Group Box*/
.form-group {
    /*padding: 0 5px;*/
    margin-bottom: 5px;
}

    .form-group input[type=text]:not(.k-input-inner),
    .form-group input[type=email],
    .form-group input[type=tel],
    .form-group input[type=number],
    .form-group textarea {
        width: 100%;
        border: 1px solid #DFDFDF;
        padding: 3px;
        background: white
    }

.form-control {
    height: auto;
}

.form-group input[type=text],
.form-group .k-textbox,
.form-group textarea {
    width: 100%;
}

.form-group .cntrl-value {
    width: 100%;
}

.i-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #007e53;
    color: white;
    padding: 4px 10px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .i-button:hover {
        color: white;
        transform: scale(1.05);
    }

    .i-button .fa {
        color: white;
        margin-right: 5px;
    }

.btn-grid {
    width: 25px;
    height: 25px;
    padding: 0px 0px;
    font-size: 22px;
    line-height: 23px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-width: 0;
}

.k-grid button {
    border-width: 0;
}

.btn-approve {
    background-color: #605ca8;
    border-color: #605ca8;
}

.btn-verify {
    color: #605ca8 !important;
}

.btn-revert {
    color: #ff6358 !important;
}

.btn-grid-approve {
    color: #2d6f53;
}

.btn-grid-plus {
    color: #323793;
}

.btn-grid-print {
    color: #0092B7;
}

.btn-grid-preview,
.btn-grid-preview:hover {
    color: #00B79D;
    font-size: 18px;
}

.btn-grid-close {
    color: orange;
}

.btn-grid-call {
    color: #7db518;
}

.btn-grid-follow {
    color: #b51878a6;
}

.btn-grid-link {
    color: #ff7f50;
}

.btn-reject {
    background-color: #ff6358;
    border-color: #ff6358;
}

.btn-grid-reject {
    color: #ff5200;
}

.btn-upload {
    background-color: var(--btn-upload-bg, #235cff);
    border-color: var(--btn-upload-bg, #235cff);
    color: #ffffff;
}

    .btn-upload:hover {
        background-color: var(--btn-upload-hover, #1c4ed8);
        border-color: var(--btn-upload-hover, #1c4ed8);
        color: #ffffff;
    }

.btn-violet {
    /* background-color: #7173f5;
    border-color: #7173f5;*/
    background-color: var(--BtnNavBarBgClr);
    border-color: var(--BtnNavBarBgClr);
    border-radius: 3px;
}

    .btn-violet:hover,
    .toggle-btn.btn-open.btn-violet:hover,
    .b-icon.btn-violet:hover {
        box-shadow: none;
        background-color: var(--BtnHoverNavBarBgClr);
    }

.btn-checkout {
    background-color: #3f704d;
    border-color: #3f704d;
}

.btn-checkin {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-view {
    background-color: #204d74;
    border-color: #122b40;
}

.btn-edit {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-grid-edit,
.btn-grid-edit:hover {
    color: #0047AB;
}

.btn-delete,
.btn-delete:hover {
    background: var(--BtnDeleteClr, #e91b14);
    border: 1px solid var(--BtnDeleteClr, #e91b14);
}

.btn-grid-delete,
.btn-grid-delete:hover {
    color: #e91b14;
}

.btn-download {
    background-color: #45459f;
    border-color: #45459f;
}

.v-edit .btn-cntrls {
    display: none;
}

.v-edit.tg-open .btn-cntrls {
    display: inline-block;
}

/****************** Rating **********************************/
.k-rating.k-widget {
    background-color: transparent;
}

.k-rating-item.k-state-selected {
    color: orange;
    /*#ff4350*/
    background-color: transparent !important;
    box-shadow: none;
}

.k-rating-item.k-state-hover,
.k-rating-item:hover {
    color: orange;
    /*#ff4350*/
    cursor: pointer;
    background: 0 0;
    box-shadow: none;
}

.k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon,
.k-rating:focus .k-rating-item.k-state-selected > .k-icon {
    /*text-shadow: 0 2px 3.6px rgba(255,67,80,.5);*/
}
/****************** Rating - End ***************************/

/**********************STAR RATING***************/
.rating {
    float: left;
}

    /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
follow these rules. Every browser that supports :checked also supports :not(), so
it doesn’t make the test unnecessarily selective */
    .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        /*clip: rect(0,0,0,0);*/
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 150%;
        line-height: 1.2;
        color: #ddd;
        text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
    }

        .rating:not(:checked) > label:before {
            content: '★ ';
        }

    .rating > input:checked ~ label {
        color: #f70;
        text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }

    .rating > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
/******************STAR RATING******************/

/****************** Document ********************/
.cntrl-add {
    padding: 5px !important;
}

    .cntrl-add a {
        display: inline-block;
        width: 100%;
        border: 1px dashed gray;
        padding: 5px;
        color: #555;
    }

.hl-list table {
    width: 100%;
}

.hl-list li {
    padding: 5px;
}

.file-details {
    position: relative;
}

.cnt-unsaved {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: red red transparent transparent;
    padding: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: pointer;
}

.file-size {
    color: gray;
    font-size: 8pt;
}

.hl-list .cntrl-icon {
    margin-left: 5px;
    display: none;
}

.hl-list li:hover .cntrl-icon {
    display: inline-block;
}

.hl-list .fa-times {
    color: red;
}

.doc-list .fa-download {
    color: #009fff;
    margin-left: 5px;
}

.doc-list .fileicon {
    width: 28px;
}

.doc-list li {
    padding: 1px 5px;
}

.doc-list .fileicon .fa {
    font-size: 20px;
}

.doc-list .fa-file-word-o {
    color: #2A5395;
}

.doc-list .fa-file-pdf-o {
    color: red;
}

.doc-list .fa-file-excel-o {
    color: #008173;
}

.doc-list .fa-file-image-o {
    color: #4e0097;
}

.doc-list .fa-file-archive-o {
    color: saddlebrown;
}
/****************** Document ********************/


.k-grid-header .k-header-column-menu {
    color: black;
}

.k-filter-row th,
.k-grid-header th.k-header {
    /*border-width: 0;*/
    border-color: #ddd3d3;
    background: #EFF6FF !important;
    border-top: 1px solid #ddd3d3;
}

.k-grid-header .k-grid-filter-menu {
    color: black;
}

.k-grid-content table tr:first-child td,
.k-grid-content-locked table tr:first-child td {
    border-top: 0;
}

.k-grid-content tr td {
    border-left-width: 1px;
    font-size: 11px;
}

.k-grid tr td,
.k-pivot-layout .k-grid tr td {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #ddd3d3;
    white-space: nowrap;
    text-align: justify;
}

.k-state-selected td {
    border-color: #2e919b !important;
}

/*.k-grid-header th.k-with-icon .k-link {
    margin-right: 0;
    padding-right: 0;
}*/

.k-grid-content-locked {
    border-color: #ececec;
}

.k-edit-cell input {
    border: 1px dotted gray;
}

.k-grid .k-grid-header {
    border-left-width: 1px;
    font-size: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    /*overflow-x: hidden;*/
    margin-right: 9px;
}

.k-window-titlebar {
    /*background-color: #2a3f54;*/
    border-width: 0px;
    padding: 5px 10px;
}

.k-confirm-wnd .k-window-titlebar {
    background-color: darkorange;
}

.k-window-titlebar .k-window-action {
    opacity: 1;
}

.k-window-titlebar .k-icon {
    color: white;
    background: red;
}

.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget ::before {
    box-sizing: inherit;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.a-button {
    border: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    color: white !important;
    line-height: 25px;
}


.k-upload-selected,
.k-clear-selected {
    display: none !important;
}

.k-upload.k-header {
    background-color: transparent;
}

.k-upload-files {
    border-width: 0;
}

.k-button.k-upload-action {
    color: red;
    opacity: 1;
}

.k-upload .k-upload-selected:hover {
    color: #fff;
    background-color: #2a3f54;
}

.k-upload {
    border: none !important;
}

.k-dropzone {
    padding: 0;
}

    .k-dropzone .k-dropzone-hint {
        display: none !important;
    }

/*** PDF and Image Viewer While Upload - Start ***/
#pdfContainer {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted #2e4fd0;
    border-radius: 10px;
}

    #pdfContainer .imgShow {
        font-size: 23px;
        padding: 10px;
        text-align: center;
        color: #eebcbc;
    }

.drag-doc-upload {
    margin-top: 10px;
    position: relative;
}

    .drag-doc-upload .k-dropzone {
        padding: 10px !important;
        background-color: #e9edfd !important;
    }

    .drag-doc-upload .k-button {
        background: white;
        border: white;
    }

        .drag-doc-upload .k-button span {
            color: #3352d2;
        }

    .drag-doc-upload .k-widget.k-upload {
        margin: 0 -6px !important;
        border-color: #c6defd !important;
    }

    .drag-doc-upload .k-dropzone-hint {
        color: var(--career-nav-bar-bg-color) !important;
    }

    .drag-doc-upload .k-button-solid-base {
        border: none !important;
        color: var(--career-nav-bar-bg-color) !important;
        background-color: white !important;
    }

#remove-drag-doc {
    position: absolute;
    right: 20px;
    top: 69px;
    color: red;
    cursor: pointer;
    transition: transform .3s ease-in-out;
}

    #remove-drag-doc:hover {
        transform: scale(1.3);
    }

.drag-doc-upload .k-upload-status {
    display: none;
}

#imgFrame {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 12px 0px rgb(227, 239, 255) inset;
    display: block;
    width: 100%;
    /* height: 500px;*/
    object-fit: cover;
}

.drag-doc-upload .k-action-buttons {
    padding: 0 0 !important;
    border-style: none !important;
}

.drag-doc-upload .k-upload-files {
    border-color: #c6defd !important;
}

.drag-doc-upload .k-file {
    color: #46e;
}

/*** PDF and Image Viewer While Upload - End ***/
/****************** Loader ******************************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    /*background-color: white;*/
    /*opacity: 0.5;*/
}

#loader {
    border: 3px solid transparent;
    border-top-color: transparent;
    border-top-color: #28bebd;
    border-radius: 50%;
    display: block;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    animation: spin 2s linear infinite;
}

    #loader::after {
        border: 3px solid transparent;
        border-top-color: #ec407a;
        border-radius: 50%;
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        animation: spin 1.5s linear infinite;
    }

    #loader::before {
        border: 3px solid transparent;
        border-top-color: #48a6f2;
        border-radius: 50%;
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        animation: spin 3s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.random-spinner {
    position: relative;
    margin: 20% 50%;
    border-top: 3px solid #4DB3C1;
    border-left: 3px solid #4DB3C1;
    border-right: 3px solid transparent;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    animation: rotate 1.0s linear infinite;
}

    .random-spinner::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.6C20 10.96 19.44 10.4 18.8 10.4H14.4L10.4 4H8.8L10.8 10.4H6.4L5.2 8.8H4L4.8 11.6L4 14.4H5.2L6.4 12.8H10.8L8.8 19.2H10.4L14.4 12.8H18.8C19.44 12.8 20 12.24 20 11.6Z' fill='black'/%3E%3C/svg%3E");
        display: block;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 999;
        top: -19px;
        left: 19px;
        width: 100%;
        height: 100%;
        text-align: center;
        transform: rotate(41deg);
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}
/****************** Loader - End ******************************/

.link-move {
    cursor: move;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

/**************** Alert *********************/
#divAlert {
    position: fixed;
    left: 0;
    top: 3%;
    z-index: 10000000000000;
    width: 100%;
    display: grid;
    justify-content: center;
    animation: slideFromTop 0.5s ease-out forwards;
}

.alert-msg {
    background-color: #edfded;
    padding: 5px 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    box-shadow: 0 0 3px 0 green;
    border-radius: 8px;
    /*  right:20px;
    position:fixed;
    top:40px;*/
}

.alert-errmsg {
    background-color: #ffdfdf;
    padding: 5px 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    box-shadow: 0 0 3px 0 #eaa256;
    border-radius: 8px;
    /* right: 20px;
    position: fixed;
    top: 40px;*/
}

.success-circle,
.error-circle {
    color: white !important;
    border-radius: 50%;
    font-size: 15px;
}

.success-circle {
    background-color: #2db300 !important;
}

.error-circle {
    background-color: #ff6633 !important;
}

.alert-msg-text {
    margin-left: 10px;
    color: green;
    font-size: 14px;
}

.alert-errmsg-text {
    margin-left: 10px;
    font-size: 14px;
}

.alert-btn-close {
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: red;
}

.alert-l-cnt {
    display: flex;
    align-items: center;
}
/**************** Alert - END ***************/


.modal-header {
    height: 35px;
}

.modal {
    z-index: 1000000000000 !important;
}

.container.my-7 {
    padding-left: 0px;
}

/* Alphabet colors */
.aimg-sm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aimg-a,
.aimg-b {
    background-color: #008173 !important;
}

.aimg-c,
.aimg-d {
    background-color: #61025A !important;
}

.aimg-e,
.aimg-f {
    background-color: #E03E0B !important;
}

.aimg-g,
.aimg-h {
    background-color: #512DA8 !important;
}

.aimg-i,
.aimg-j {
    background-color: #004B51 !important;
}

.aimg-k,
.aimg-l {
    background-color: #61288F !important;
}

.aimg-m,
.aimg-n {
    background-color: #0074D5 !important;
}

.aimg-o,
.aimg-p {
    background-color: #512DA8 !important;
}

.aimg-q,
.aimg-r {
    background-color: #BD0B9C !important;
}

.aimg-s,
.aimg-t {
    background-color: #AF0C01 !important;
}

.aimg-u,
.aimg-v,
.aimg-w,
.aimg-x,
.aimg-y,
.aimg-z {
    background-color: #004C20 !important;
}

.chk-even-row,
.chk-odd-row {
    padding: 5px 0;
    border-bottom: 1px solid #eaeaff;
}

.chk-modules {
    position: relative;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid var(--NavBarBgClr);
}

.modal-body {
    padding: 0.5rem;
}

.bx-cnt {
    padding: 20px;
}

.bx-hd {
    background-color: #4A90E2;
    color: white;
    padding: 10px;
}

    .bx-hd h4 {
        color: white;
    }

    .bx-hd .fa {
        margin-right: 15px;
    }


.bx-title {
    color: #0053E9;
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 2
}

.bx-nm label {
    color: #505050;
    display: inline-block;
    /*width: 100%;*/
    margin-top: 5px;
    font-size: 12px;
    font-weight: lighter;
}

.bx-nm hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bx-icon {
    background-color: #eff0f1;
    color: #9fa6ad;
    text-align: center;
    position: relative;
}

    .bx-icon .fa {
        font-size: 26px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.user-img-preview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
}

.quicklink li {
    color: #666;
    font-size: 13px;
    padding: 10px;
    cursor: pointer;
}
/* Preview Page - End */


/* Group Box*/
.g-box {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 7px
}

.g-header {
    font-size: 13px;
    text-align: center;
    color: white;
    background-color: #0053E9;
    border-color: #d9edf7;
    margin: 0 -5px 10px -5px;
    padding: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.g-content {
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    background-color: white;
}

.g-cnt {
    padding: 15px;
    background-color: white;
    display: inline-block;
    width: 100%;
}

.field-Err {
    color: red;
    font-size: 8pt;
    margin-left: 5px;
    font-weight: normal;
}
/* Group Box*/

.c-lnk {
    /*color: #00b7ff;*/
    /*color: var(--sidebarHoverColor);*/
    text-decoration: underline;
}


/****************** New Styles ******************************/
.top-nav {
    height: 32px !important;
}

.nav-travel {
    width: 50px;
    height: 50px !important;
    margin-bottom: 10px
}

.nav-logo-brand {
    display: flex;
    align-items: center;
    margin: 13px;
    margin-top: 5px !important;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.nav-left-overflow {
    position: absolute;
    left: 185px;
    z-index: 1300000000;
}

.toggle-bg {
    background-color: #3860E8;
    border-radius: 50px;
    padding: 0 0px;
    display: flex;
    justify-content: center;
    align-items: center
}

.side-nav-folded .nav-logo-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    padding: 0;
}

@media (max-width: 495px) {
    .travel-logo {
        display: none !important;
    }

    .travel-fold-logo {
        display: block !important
    }
}

@media only screen and (max-width: 497px) {
    .header .header-container .nav-left {
        left: 0px !important;
    }
}

@media (max-width: 992px) {

    .breadcrumb {
        z-index: 0 !important
    }

    .travel-fold-logo {
        display: none;
    }

    .side-nav-folded .side-nav {
        left: -240px;
    }

    .side-nav {
        left: 0px;
    }

    .side-nav-menu .dropdown.active .arrow {
        right: 31px !important;
    }

    .header .header-container .nav-left {
        left: 41px;
    }

    .side-nav-folded .header .header-container .nav-left {
        left: 0px !important;
    }

    .side-nav-folded .nav-logo .travel-logo {
        display: none !important;
    }

    .side-nav-folded .nav-logo .travel-fold-logo {
        display: block;
    }

    .header-container .nav-logo .travel-logo {
        display: block;
    }
}

@media (min-width: 992px) {
    .side-nav-menu .dropdown.active .arrow {
        right: 31px !important;
    }

    .side-nav-folded .side-nav-menu .dropdown.active .arrow {
        right: 14px !important;
    }

    .travel-fold-logo {
        display: none;
    }

    .side-nav-folded .travel-logo {
        display: none !important
    }

    .side-nav-folded .travel-fold-logo {
        display: block !important
    }

    .header .header-container .nav-left {
        left: 41px;
    }

    .side-nav-folded .header .header-container .nav-left {
        left: 0px !important;
    }
}

table {
    border-collapse: collapse;
}

th,
td {
    border-bottom: 1px solid #dee2e6;
}

/*th {
    border-top: none;
    background: #F3F7FF !important;
    font-size: 11px !important;
    text-transform: uppercase;
    color: black !important;
    font-weight: 500;
}*/

.text-period {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
}

.text-sub {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
    color: #344767;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-dots {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    transition: color 0.3s ease;
}

    .three-dots:hover {
        color: #007bff;
    }

.pagination .page-link {
    border-radius: 8px;
    margin: 0 5px;
    transition: 0.3s ease-in-out;
}

    .pagination .page-link:hover {
        background-color: #0053E9;
        color: #fff;
    }

.pagination .page-link {
    font-size: 12px;
    padding: 3px 9px;
}

.pagination .page-item.active .page-link {
    background-color: #0053E9;
    border-color: #0053E9;
    color: #fff;
}

.payment-icon {
    color: green
}

.food-icon {
    color: orange;
}

.condition-icon {
    color: #0053E9;
}

.pagination-style {
    position: absolute;
    bottom: 16px;
    display: flex;
    width: -webkit-fill-available;
}

.offcanvas-backdrop {
    position: fixed;
    inset: 0;
    background-color: #000;
    transition: opacity 0.3s ease; /* This enables the fade effect */
    z-index: 1040;
    opacity: 0; /* default is hidden */
}

    /* When backdrop starts fading in */
    .offcanvas-backdrop.fade {
        opacity: 0;
        transition: opacity 0.6s ease;
    }

    /* When it's fully shown */
    .offcanvas-backdrop.show {
        opacity: 0.5;
    }

.offcanvas {
    display: none;
}

    .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
        display: flex;
    }

.offcanvas-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 50%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to top, #eaf4ff 30%, #ffffff 70%);
    padding: 10px;
    border: none;
    z-index: 10000;
}

/* Modal Icon */
.modal-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.offcanvas-backdrop {
    background: rgba(15, 23, 42, 0.35) !important;
    backdrop-filter: blur(2px) !important;
}

.offcanvas-end {
    background: linear-gradient(to bottom, #eaf4ff 30%, #ffffff 70%);
}

.form-container {
    max-width: 700px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: 600;
    font-size: 14px;
}

.form-control {
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 10px !important;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #0053E9 !important;
    }

    .form-control::placeholder {
        color: #adb5bd;
    }

.input-group-text {
    background-color: #F9F9FC;
    border-right: none;
    border-radius: 6px 0 0 6px;
}

.offcanvas-body .form-group label {
    font-weight: 500;
    font-size: 13px;
}

.offcanvas-body .form-group .k-input {
    padding: 3px !important;
    border-radius: 5px;
    /*margin-top: 5px;*/
}

.offcanvas-body .form-group .k-button-solid-base {
    background: none;
}

.offcanvas-body .form-group .k-textbox {
    padding: 5px !important;
    /*margin-top: 3px;*/
    border-radius: 5px
}

.offcanvas-body .form-group .k-input:focus-within,
.k-widget.k-input:focus-within {
    width: -webkit-fill-available;
    padding: 9px 0;
}

.offcanvas-body .btn-save {
    margin: 17px 0 0;
    padding: 8px 77px !important;
    border: none;
}

/*    .offcanvas-body .btn-save:hover {
        background: #639bf7;
        color: white
    }*/

.offcanvas-body {
    padding-top: 0
}

.grid-edit {
    border: none;
}

/*.contract-style .k-filter-row th,
.k-grid-header th.k-header {
    border: none;
}*/

.k-header {
    background: #F6F9FC;
}

.k-grid .k-column-title {
    color: #0053E9;
    font-size: 11px
}

.k-master-row td {
    font-weight: 500
}

/*.contract-style table th {
    padding: 11px
}
*/

.table tr:hover {
    background: #b2c9ef;
}

.k-grid .k-cell-inner > .k-link {
    display: block !important;
}

.k-grid .k-cell-inner .k-grid-filter {
    margin: 2px !important;
}

.k-grid .k-grid-header {
    border-color: #ddd;
    padding-right: 0
}

.k-widget {
    border: none
}
/* sidebar */
.profile {
    margin-top: auto;
    padding-bottom: 20px;
    text-align: center;
}

    .profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #ddd;
    }

.status {
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border: 2px solid white;
}

.popover {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

table {
    width: -webkit-fill-available !important;
}

.k-master-row:hover {
    background: rgba(66, 133, 244 / 10%) !important
}



.k-pager-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
}

.k-pager-numbers .k-link {
    border-radius: 12px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #3498db;
    font-weight: 600;
    background: #f0f0f0;
    border: none;
    transition: all 0.3s ease;
}

.k-pager-numbers .k-state-selected {
    background-color: #3478f6;
    color: white !important;
    font-weight: bold;
}

.k-pager-first,
.k-pager-last,
.k-pager-prev,
.k-pager-next {
    border-radius: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    color: #b0b0b0;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .k-pager-first:hover,
    .k-pager-last:hover,
    .k-pager-prev:hover,
    .k-pager-next:hover {
        background: #e0e0e0;
    }

.k-pager-refresh {
    display: none;
}

.k-pager-wrap .k-link {
    border: 0.5px solid #DEE2E6;
}

.k-pager-wrap .k-pager-numbers .k-link {
    background: #0053E9;
    color: white
}

.icon-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
    color: white;
}

    .icon-box:hover {
        transform: scale(1.1);
    }

    .icon-box span {
        font-size: 30px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }

.icon-label {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
}

.offcanvas .top-menu-search-result {
    display: none;
}

.side-nav-folded .toggle-icon {
    display: block !important
}

.toggle-icon {
    display: none;
}

.side-nav-folded .sidenav-fold-toggler {
    display: none;
}

.k-window-title::before {
    display: none
}

.k-grid-header {
    padding-right: 0px !important
}

div.k-grid-footer,
div.k-grid-header {
    border-top: none !important;
}

.k-window-title::before {
    display: none
}

.k-grid-header {
    padding-right: 0px !important
}

div.k-grid-footer,
div.k-grid-header {
    border-top: none !important;
}

.k-pager-first:hover,
.k-pager-last:hover,
.k-pager-prev:hover,
.k-pager-next:hover {
    background: #e0e0e0;
}

.k-pager-refresh {
    display: none;
}

.k-pager-wrap .k-link {
    border: 0.5px solid #DEE2E6;
}

.k-pager-wrap .k-pager-numbers .k-link {
    background: #0053E9;
    color: white
}

table {
    width: -webkit-fill-available !important;
}

.k-master-row:hover {
    background: rgba(66, 133, 244 / 10%) !important
}

.offcanvas {
    z-index: 10000;
}

.offcanvas-backdrop.show {
    z-index: 1000;
}

.k-pager-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
}

.k-pager-numbers .k-link {
    border-radius: 12px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #3498db;
    font-weight: 600;
    background: #f0f0f0;
    border: none;
    transition: all 0.3s ease;
}

.k-pager-numbers .k-state-selected {
    background-color: #3478f6;
    color: white !important;
    font-weight: bold;
}

.k-pager-first,
.k-pager-last,
.k-pager-prev,
.k-pager-next {
    border-radius: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    color: #b0b0b0;
    font-size: 16px;
    transition: all 0.3s ease;
}

.k-widget {
    border: none
}

.star.full {
    color: #FCCF02 !important
}

.wt-box-left {
    border: none;
    background: #F9FBFC !important;
    height: 100%;
}

.custome-components {
    padding: 0 !important
}

.quicklink li a {
    color: black !important;
    font-weight: 500;
}

.quicklink li i {
    color: #0053E9 !important;
}

.tabs {
    display: flex;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
    width: fit-content;
}

    .tabs li {
        padding: 7px 15px;
        background: transparent;
        cursor: pointer;
        margin-right: 10px;
        transition: background 0.3s, font-weight 0.3s;
        font-size: 11px;
        color: #666;
    }

        .tabs li.active {
            border-bottom: 2px solid #0053E9;
            font-weight: 500;
            color: black;
        }

.content-container {
    background: white;
    border-radius: 10px;
    min-height: 100px;
}

.content {
    display: none;
}

    .content.active {
        display: block;
    }

    .content.active {
        display: block;
    }

.content-row.content.active {
    display: flex;
}

.HeaderAdd {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 0.5rem;
}

.form-group label {
    color: #3d4465;
    font-size: 13px;
    font-weight: 500;
}

.input-Style .form-group label {
    color: #3d4465;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px
}

/*.form-group input,
.form-group textarea {
    background: none;*/
/*    padding: 7px !important;*/
/*}*/

.input-Style .form-group input {
    background: none;
    padding: 7px !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: 11px !important;
    color: #444 !important
}

.input-Style .form-group input::placeholder {
    font-size: 11px !important;
    color: #444 !important
}

/*.form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
    border: 1px solid #0053E9;
}*/

.input-Style .form-group input:focus {
    box-shadow: none;
    border: 1px solid #0053E9;
}


.tabs-container {
    top: 0;
    background-color: white;
    z-index: 1;
    padding-bottom: 0;
}

.content-container {
    flex-grow: 1;
    overflow-y: auto;
    height: calc(-150px + 100vh);
    padding: 10px;
    padding-bottom: 0;
    overflow-x: hidden;
    padding-top: 7px;
}

.offcanvas .k-toolbar {
    background: none;
    border: none
}

.offcanvas .k-widget {
    background: none !important
}

.offcanvas .k-i-plus,
.offcanvas .k-i-check {
    color: white
}

.offcanvas table {
    margin-top: 15px
}

.offcanvas .gt-icon,
.offcanvas .g-text {
    color: var(--font-color, #0f172a);
}

.offcanvas tbody {
    background: white
}

.offcanvas-footer {
    padding: 10px
}

#TransferDetails .k-grid-toolbar {
    background: white !important;
    margin-bottom: 15px;
    border: none
}

.btn-cntrls {
    padding: 9px 70px;
    border: none
}

#TransferDetails .k-icon {
    color: white;
}

.navigation-buttons {
    display: flex;
    justify-content: end;
}

.tab-style .active {
    height: 88%;
    overflow-y: auto;
    overflow-X: hidden;
}

.btn-nav {
    border-radius: 50% !important;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    background: #344767 !important
}

    .btn-nav i {
        color: white
    }

.nav-container {
    margin: auto;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-tabs {
    display: flex;
    padding-left: 2px
}

.nav-tab {
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: #6FD1B7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-icon {
    font-size: 24px;
}

.nav-tab.active {
    border-bottom: 3px solid #6FD1B7;
    font-weight: bold;
    background: white
}

.nav-content {
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
}

.nav-section {
    display: none;
    font-size: 18px;
    font-weight: bold;
}

    .nav-section.active {
        display: block;
    }

.nav-tabs .nav-link {
    border: none !important;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 2px solid #0053E9 !important;
        border-radius: 0;
    }

.material-symbols-outlined,
.contract-size .material-symbols-outlined {
    font-size: 20px !important
}

.table-custom td {
    background: var(--surface-bg, #ffffff) !important;
    color: var(--font-color, inherit);
    border-right: 1px solid var(--surface-border, #dddddd);
}

/*.table-custom th {
    color: white !important
}*/

/*.btn-add:hover {
    background: #228745 !important;
    color: white;
}*/

/*.btn-danger:hover,
.btn-delete:hover,
.btn-cancel:hover,
.btn-reject:hover {
    background: #cb2727 !important;
    color: white !important;
}*/

.submenu-content ul li:hover a,
.submenu-content ul li:hover i {
    color: #0053E9 !important;
}

.submenu-content ul li.active:hover a,
.submenu-content ul li.active:hover i {
    color: white !important;
}

.disabled-tab {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.disabled-content {
    opacity: 0.6;
    pointer-events: none;
}

.disabled-message {
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
}

.has-error {
    border-left: 3px solid #f44336;
    padding-left: 10px;
}

    .has-error .form-control,
    .has-error .k-multiselect,
    .has-error .k-numerictextbox {
        border-color: #f44336;
    }

.help-block {
    font-size: 12px;
    margin-top: 5px;
}

.booking-top {
    background: white;
    color: black;
    padding: 10px 60px
}

    .booking-top .search-form {
        background: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -359%);
        border-radius: 15px
    }

.k-list-item.k-selected {
    background: #0053E9;
}

    .k-list-item.k-selected:hover {
        background: #0053E9;
    }

/*.btn-save:hover {
    background: #003aa3;
    color: white
}*/

@media (max-width: 768px) {
    .container-booking {
        margin: 20px 10px !important;
    }

    .search-booking {
        height: 32px !important;
        font-size: 9px;
        width: 39px !important;
    }
}


.sidebar-box {
    width: 290px;
}

.search-form-wrap {
    display: block;
}

.search-form .form-group {
    position: relative;
}

    .search-form .form-group #s {
        padding-right: 50px;
        background: #f7f7f7;
        padding: 5px 15px;
        border: none;
    }

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-custom {
    background-color: #24af54;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
}

    .btn-custom i {
        color: white;
        margin-right: 5px;
    }

    .btn-custom:hover i,
    .btn-custom:hover {
        color: white !important;
    }

    .btn-custom:hover {
        background: #16893d;
    }

/*.aln-center {
    text-align: justify !important
}*/

.label-modal label {
    color: black;
    font-size: 15px !important
}

.title-booking-modal {
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 15px
}



@media (max-width: 768px) {
    .breadcrumb {
        font-size: 10px;
        height: auto;
    }

        .breadcrumb a {
            margin-left: 5px;
            margin-right: 15px;
            font-size: 10px;
        }
}

.card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 10%)
}
/*.k-grid-filter-menu .k-icon {
    color: #0053E9 !important;
}*/
.side-nav .title-drop {
    display: none
}

.side-nav-folded .side-nav .title-drop {
    display: block
}


.k-list-item:hover {
    background-color: #F3F7FF;
}

.table-hover > tbody > tr:hover > * {
    background-color: #F3F7FF;
}

.ps--active-y, .ps {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.btn-flter {
    border: none;
    color: #2b82da;
    border-radius: 3px;
    font-size: 18px;
    background: none;
}

    .btn-flter:hover {
        transform: scale(1.05) translateY(-2px);
    }

.iconify:hover {
    box-shadow: 0 0 15px #F3F7FF;
    transition: all 0.75s ease;
}

.iconify:hover {
    transform: scale(1.05) translateY(-2px);
    color: #0053E9
}

.iconify:hover {
    transform: scale(1.05) translateY(-2px);
    color: #0053E9
}

.side-nav-folded .dropdown-toggle .sidenav-icon {
    display: none
}

.side-nav .side-nav-inner .side-nav-menu > li.active > a .sidenav-icon {
    margin-right: 3px !important;
    color: #0053E9;
}
/*.side-nav-folded .side-nav 
{
    width: 73px !important;
    left: 69px !important;
}*/
.custom-tab-wrapper {
    display: flex;
    border: 1px solid #d9dedc;
    max-width: fit-content;
}

.custom-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 3px 17px;
    background-color: #f9f9f9;
    border-right: 1px solid #d9dedc;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-tab:last-child {
        border-right: none;
    }

.custom-tab-icon {
    width: 14px;
    height: 14px;
    border: 1px solid #666;
    display: inline-block;
}

.custom-tab.active {
    background-color: #0053E9;
    color: white;
}

    .custom-tab.active .custom-tab-icon {
        border-color: white;
    }

.custom-tab-content {
    background-color: white;
}

    .custom-tab-content.hidden {
        display: none;
    }

.custom-tab span {
    font-size: 12px
}

.k-button-solid-primary {
    background: #0053e9 !important;
    border: none !important
}

.k-icon {
    color: #0053e9;
}

.k-menu-link.k-link.k-active .k-icon, .k-menu-link.k-link.k-state-active .k-icon {
    color: #fff !important;
}

.g-title h4,
.g-title .g-center h4 {
    position: static;
    left: auto;
    margin: 0;
    font-size: 14px;
    color: var(--title-bar-color, #1b264f);
    text-align: center;
}

.k-grid-norecords-template {
    border: none !important;
    background-image: url('../images/Searching.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    width: 12em;
    height: 15em;
}

.custom-width {
    width: 500px;
    transition: transform 0.3s ease-in-out;
}

.k-picker, .k-widget.k-picker {
    border-radius: 4px !important;
    border-color: #dddddd;
    color: #333;
    padding: 0;
    background-color: #ffffff;
}

    .k-picker.k-hover, .k-picker:hover, .k-widget.k-picker.k-hover, .k-widget.k-picker:hover {
        border-color: #dddddd;
        color: #333;
        background-color: #f3f7ff;
    }

.wt-box {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    /*margin-bottom: 10px;*/
    border: 1px solid rgba(238,238,238,.75);
    padding: 10px;
    margin-top: 8px;
}

.wt-box-header {
    margin: -10px -10px 5px -10px;
    padding: 5px 10px;
    font-family: 'Nunito', sans-serif;
    color: var(--sidebarHoverColor);
    font-weight: bold;
}

    .wt-box-header a {
        float: right;
        text-decoration: underline !important;
        color: var(--sidebarHoverColor);
    }

.travel-other-det {
    display: block;
}

    .travel-other-det li {
        width: 100%;
        margin: 3px 0 0 0;
        background: #f3f7ff;
    }

    .travel-other-det .travel-details {
        margin: 3px 0 0 0;
        background: #f3f7ff;
    }

        .travel-other-det li:hover, .travel-other-det .travel-details:hover {
            background: #e7ecff;
        }

        .travel-other-det li .btn, .travel-other-det .travel-details .btn {
            width: 100%;
            color: #1b264f;
            text-decoration: none;
        }

.travel-details.scroll-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 15px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.travel-other-det .btn i.fa {
    color: var(--NavBarBgClr);
    float: right;
    margin-top: 4px;
}


/* Group Box*/
.g-box {
    display: inline-block;
    width: 100%;
    padding: 0 5px 5px;
}

.g-header {
    font-size: 13px;
    text-align: center;
    color: #1B264F;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    margin: 1px -5px 10px -5px;
}

.g-content {
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    background-color: white;
}

.g-cnt {
    padding: 15px;
    background-color: white;
    display: inline-block;
    width: 100%;
}
/* Group Box*/
.draggable-offcanvas {
    position: relative; /* For absolute positioning inside */
    height: 50vh; /* or any fixed height */
    overflow: hidden;
    transition: none !important;
}
/*.k-grouping-row td{
    background-color:antiquewhite;
}
.k-grid tr td, .k-pivot-layout .k-grid tr td {
    background-color: antiquewhite;
}*/
.offcanvas .k-grid tbody td:first-child, .edit-resort .k-grid tbody td:first-child {
    background-color: #f9fafc;
}

/*NEW EXPORT ICONS*/
.export-icon {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin-inline: 5px;
}

    .export-icon .fa {
        font-size: 20px;
    }

    .export-icon.excel {
        color: #20c997;
        vertical-align: bottom;
        margin-top: 2px;
    }

    .export-icon.pdf {
        color: #EA5455;
    }
/*END NEW EXPORT ICONS*/


.rpt-g-content {
    position: relative;
}

    .rpt-g-content .g-content-a {
        cursor: pointer;
        position: absolute;
        right: 16px;
        top: 10px;
        z-index: 1;
        transition: transform .2s ease-in-out;
    }

        .rpt-g-content .g-content-a i.fa {
            font-size: 19px !important;
        }

        .rpt-g-content .g-content-a:hover {
            transform: scale(1.2);
        }

.filter-btn {
    border: none;
    background: var(--NavBarActiveBgClr);
}

    .filter-btn i.fa {
        position: relative;
        bottom: -6px;
        right: 1px;
        font-size: 23px;
        color: var(--color-yellow);
    }

    .filter-btn span.material-symbols-outlined {
        vertical-align: bottom;
        color: #bd14a3;
    }

.filter-dashboard {
    border: none;
    background: var(--NavBarActiveBgClr);
}

    .filter-dashboard i.fa {
        position: relative;
        right: -4px;
        font-size: 20px !important;
        color: var(--NavBarBgClr);
        vertical-align: bottom;
        top: -1px;
    }

    .filter-dashboard span.material-symbols-outlined {
        vertical-align: bottom;
        color: var(--NavBarBgClr);
    }

.k-grouping-header {
    color: gray;
}

.search-container {
    position: relative;
    margin: 4px 50px 2px;
    height: 33px;
    width: 34px;
    float: right;
    z-index: 1;
    right: -12px;
    top: -8px;
}

.search-icon {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    float: right;
    margin-right: 10px;
    color: var(--NavBarBgClr);
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

    .search::placeholder {
        color: var(--NavBarBgClr);
    }

    .search:focus {
        width: 363px;
        padding: 0 16px 0 0;
    }

.expandright {
    left: auto;
    right: 33px;
}

    .expandright:focus {
        padding: 0 0 0 10px;
    }


.header-modal {
    background-color: var(--NavBarActiveBgClr);
    padding: 8px;
    position: sticky !important;
    top: 0;
    z-index: 1;
}

.title-modal {
    color: var(--NavBarBgActiveContentClr);
}

.header-modal .btn-close {
    background-color: white;
    opacity: 1;
    padding: 3px;
    margin-right: 1px;
}

    .header-modal .btn-close:hover {
        color: var(--color-red);
    }

.tag-list {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

    .tag-list li {
        float: left;
        padding: 2px;
        margin-bottom: 10px;
    }

    .tag-list a {
        background-color: #d8f0d5;
        padding: 5px 10px;
        color: black;
        border-radius: 3px;
    }
