﻿.TbsDiv {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
}

.TabsTitle {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    column-gap: 15px;
    display: none;
}

    .TabsTitle span {
        font-size: 14px;
        font-weight: 300;
        color: #707070;
        display: flex;
        column-gap: 10px;
        align-items: center;
    }

        .TabsTitle span::before {
            content: "\f105";
            font-family: 'FontAwesome';
            font-size: 20px;
        }

.ShadowDiv {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 4%);
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ShadowDivTitle {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 10px;
}

    .ShadowDivTitle i {
        display: flex;
        height: 33px;
        width: 33px;
    }

.SearchCircle {
    background-position: -7px -99px;
}

.pd-icon {
    background-position: -1px -245px;
}

.sa-icon {
    background-position: -48px -245px;
}

.cd-icon, .ld-icon {
    background-position: -95px -245px;
}

.srch-icon {
    background-position: -142px -245px;
}


.inputlabel {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
}

.flex-wrap-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: end;
}


.label-group {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: end;
}

.flex-wrap-row .label-group {
    flex: 1;
}

.label-group.input-refrnce {
    flex-grow: 2;
}

.flex-wrap-row .inputselectbox {
    margin: 0;
}

.CircleIcnOne {
    display: flex;
    height: 25px;
    min-width: 25px;
    max-width: 25px;
}

.bi-All {
    background-position: -16px -206px;
}

.bi-Hotel {
    background-position: -50px -206px;
}

.bi-Tour {
    background-position: -84px -206px;
}

.bi-Visa {
    background-position: -118px -206px;
}

.bi-Meal {
    background-position: 0 0;
}

.bi-Manual {
    background-position: 0 0;
}

.bi-Airticket {
    background-position: -254px -206px;
}

.bi-Other {
    background-position: -288px -206px;
}

.bi-Cruise {
    background-position: -186px -206px;
}

.bi-Holiday {
    background-position: -220px -206px;
}

.bi-Transfer {
    background-position: -322px -206px;
}

.SortbySection {
    display: flex;
    column-gap: 25px;
}

    .SortbySection li a {
        display: flex;
        align-items: center;
        column-gap: 4px;
        font-weight: 500;
    }

.sorting-booking li.active a {
    color: var(--color1);
}

.ExportExcel {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: var(--bg1);
    color: #fff;
    border-radius: 8px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.sort-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sortfilterbtns {
    display: flex;
    column-gap: 15px;
}

.clickFilter {
    display: flex;
    column-gap: 10px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #707070;
    border-radius: 8px;
    color: #707070;
}

    .clickFilter i {
        width: 20px;
        pointer-events: none;
        background-position: -70px -36px;
        height: 20px;
    }

.dashtbl {
    max-height: 600px;
    overflow: auto;
}

    .dashtbl thead {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .dashtbl::-webkit-scrollbar-thumb {
        background: #eee;
        border-radius: 0 4px 4px 0;
    }

    .dashtbl::-webkit-scrollbar {
        width: 6px
    }

    .dashtbl table thead tr th, .dashtbl table tbody tr td {
        font-size: 12px;
        padding: 12px 15px;
    }

    .dashtbl table tbody tr:last-child td {
        border-bottom-width: 0;
    }

    .dashtbl table thead tr th {
        font-weight: 500;
        border-right: 1px solid #fff;
        white-space: nowrap;
    }

    .dashtbl table tbody tr td {
        /*color: #707070;*/
        /*line-height: normal;*/
    }

    .dashtbl table thead tr th:last-child {
        border: 0;
    }

    .dashtbl table thead tr:first-child th:last-child {
        border-radius: 0 8px 0 0;
        border: 0;
    }

    .dashtbl table thead tr:nth-child(2) th {
        border-top: 2px solid #fff !important;
    }

/*.dashtbl.table-responsive {
    border: 0
}*/

.EyeViewBtn i {
    display: inline-flex;
    height: 15px;
    width: 20px;
}

.IconView {
    background-position: -230px -34px;
}
/*----------------- collapse tree -----------------------------*/
.Collapse-Table {
    border: 1px solid #f1f1f1
}

.Collapse-Table {
    width: 100%
}

    .Collapse-Table thead tr th {
        font-weight: 400 !important
    }

    .Collapse-Table td {
        padding: 10px;
        border: 1px solid #f1f1f1
    }

    .Collapse-Table tbody tr td:first-child {
        text-align: left
    }

.simple-tree-table-icon {
    line-height: 2em !important;
    width: 2em !important;
    height: 2em;
    border-radius: 50%;
    position: relative;
    background: #ddd;
    margin-right: 5px;
    font-size: 16px;
}

    .simple-tree-table-icon:before {
        content: '';
        height: 100%;
        width: 100%;
        border-top: 0;
        border-right: 0;
        border-left: 1px solid #ddd;
        border-bottom: 0;
        position: absolute;
        border-style: dashed;
        bottom: -35px;
        left: 15px;
    }

.simple-tree-table-opened {
    position: relative;
}

.simple-tree-table-empty .simple-tree-table-icon {
    background: transparent;
    /* margin-right: 2.5rem;*/
}

    .simple-tree-table-empty .simple-tree-table-icon:before {
        bottom: 0;
    }
/*------------------ travel cart css ---------------------*/
.booking-highlight {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    align-items: center;
}

.merge-btns-div {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}

.brnumber {
    font-size: 16px;
    font-weight: 500;
}

.merge-btns {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.grand-pricebox {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
}

.payid {
    font-size: 18px;
    font-weight: 500;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border-radius: 8px;
}

.PriceBox {
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 10px 0 0 10px;
    margin-right: -20px;
    text-align: right;
    display: flex;
    flex-flow: column;
    row-gap: 8px;
}

.grandtext {
    font-size: 16px;
    font-weight: 500;
    color: var(--color1);
}

.grandprice {
    font-size: 26px;
    font-weight: 600;
}

.rbtext {
    text-decoration: underline;
    font-size: 12px;
    color: var(--color1);
}

.merge-btns a {
    display: flex;
    column-gap: 8px;
    align-items: center;
    height: 34px;
}

.wraplist {
    display: flex;
    line-height: 24px;
}

.lefttitle {
    min-width: 120px;
    text-align: left;
}

.PriceBox .hoverinfo {
    right: 0;
}

.hoverinfo .wraplist:last-child {
    font-weight: 500;
}

.product-highlight {
    display: flex;
    width: max-content;
    border: 1px solid #eee;
    border-radius: 8px;
}

.cart-product-img img {
    height: 110px;
    width: 135px;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
}

.cntnt_left {
    padding: 15px;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    justify-content: space-between;
}

.cart_title_tour {
    display: flex;
    font-weight: 400;
    align-items: center;
    color: var(--color1);
    column-gap: 5px;
}

    .cart_title_tour i {
        display: inline-flex;
        height: 20px;
        width: 20px;
    }

.activiyIcoN {
    background-position: 0 0
}

.hotelIcoN {
    background-position: -55px 0
}

.visaIcoN {
    background-position: -84px 0
}

.trnsfrIcoN {
    background-position: -28px 1px
}

.qoutIcoN {
    background-position: -111px 0
}

.dynamicIcoN {
    background-position: 0 -27px
}

.tariffIcoN {
    background-position: -26px -27px
}

.favIcoN {
    background-position: -53px -27px
}

.faqIcoN {
    background-position: -82px -27px
}

.hrcIcoN {
    background-position: -111px -27px
}

.boardIcoN {
    background-position: -84px 0
}

.module_ttle {
    font-weight: 500;
}

.productdate {
    font-size: 12px;
}

.BookStatus {
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: max-content;
    margin: auto;
}

.PolicyClick, .circle_Click {
    border-radius: 50px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid var(--color1);
    color: var(--color1);
    font-size: 15px;
}

.VoucherClick, .cancel_Click {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cancel_Click i {
        display: inline-block;
        height: 25px;
        width: 25px;
        background-position: -211px -284px;
        background-size: 320px;
    }

.VoucherClick {
    border-radius: 50px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid var(--color1);
    color: var(--color1);
}

    .VoucherClick i {
        display: inline-block;
        height: 15px;
        width: 15px;
        background-position: -146px -147px;
    }

.carttbl table thead {
    background-color: var(--bg3);
}

.cartterms {
    background-color: #f9f9f9;
    border-radius: 8px;
}

.TermsTitle {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .TermsTitle .TermsCircle {
        height: 18px;
        width: 18px;
        display: flex;
        padding: 2px;
        border-radius: 20px;
    }

        .TermsTitle .TermsCircle span {
            height: 12px;
            width: 12px;
            display: inline-block;
            border-radius: 20px;
        }

.cartterms ul {
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

    .cartterms ul li {
        line-height: 20px;
        display: flex;
    }

        .cartterms ul li::before {
            content: '';
            display: flex;
            height: 8px;
            width: 8px;
            margin-right: 10px;
            margin-top: 5px;
            border-radius: 20px;
            min-width: 8px;
        }


.issue-dialog {
    width: 75%;
    max-width: unset;
}

.panel-grup-flex {
    display: flex;
    column-gap: 30px;
    margin-top: 30px;
}

    .panel-grup-flex .panel {
        flex: 1;
    }

    .panel-grup-flex li.final-total {
        font-size: 16px;
        margin: 0;
    }

        .panel-grup-flex li.final-total .lbl-value {
            font-size: 16px;
            font-weight: 600;
        }

    .panel-grup-flex .paynowbtn {
        min-width: 100px;
    }

.icon-input-group i {
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 1;
    top: 10px;
    right: 10px;
    pointer-events: none;
}

.p-agencyIcon {
    background-position: 0px -31px;
}

.p-addressIcon {
    background-position: -30px -32px;
}

.p-webIcon {
    background-position: -60px -32px;
}

.p-countryIcon {
    background-position: 0px -62px;
}

.p-cityIcon {
    background-position: -30px -62px;
}

.p-zipIcon {
    background-position: -60px -60px;
}

.c-agentIcon {
    background-position: 0px -92px;
}

.c-mobIcon {
    background-position: -30px -92px;
}

.c-telIcon {
    background-position: -60px -92px;
}

.c-mailIcon {
    background-position: 0px -120px;
}

.c-cmailIcon {
    background-position: 0px -122px;
}

.c-currIcon {
    background-position: -60px -122px;
}

.c-dsgntnIcon {
    background-position: 0px -152px;
}

.c-skypeIcon {
    background-position: -30px -152px;
}

.c-whtsapIcon {
    background-position: -60px -152px;
}

.a-userIcon {
    background-position: 0px -183px;
}

.a-pwdIcon {
    background-position: -30px -182px;
}

.a-cpwdIcon {
    background-position: -30px -178px;
}

.a-markupIcon {
    background-position: -60px -178px;
}

.reg-contents .flex-wrap-row .flex-wrap-column {
    width: calc(100%/3 - 10px);
    position: relative;
}

    .reg-contents .flex-wrap-row .flex-wrap-column .inputselectbox {
        color: #707070;
        padding-right: 40px;
    }

.reg-contents {
    padding: 20px 0;
}

.reg-block-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.reg-contents h1 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.reg-contents .ShadowDiv {
    padding: 20px;
}

.inputselectbox.countrycode {
    position: absolute;
    left: 0;
    width: 70px !important;
    z-index: 1;
    padding-right: 10px !IMPORTANT;
    border-right: 2px solid #fff;
    border-radius: 8px 0 0 8px;
}

.inputselectbox.MNumber {
    padding-left: 100px;
}

.select-services {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .select-services li {
        height: 30px;
        border-radius: 8px;
        width: max-content;
        width: calc(100%/3 - 20px);
    }

        .select-services li .form-group {
            margin: 0;
            width: 100%;
        }

            .select-services li .form-group .btn-group {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 10px;
            }

        .select-services li label {
            height: 30px;
            display: flex;
            align-items: center;
            padding: 0;
            justify-content: center;
            column-gap: 20px;
        }


            .select-services li label:first-child {
                justify-content: end;
                box-shadow: none;
            }

            .select-services li label:last-child {
                justify-content: start;
                box-shadow: none;
                width: 100%;
            }


.services > .form-group .btn-group > label .lbl-check {
    height: 20px;
    width: 20px;
    display: flex !important;
    border: 1px solid #707070;
    align-items: center;
    justify-content: center;
    position: relative;
}

.services > .form-group input[type="checkbox"]:checked + .btn-group > label .lbl-check {
    border: 1px solid var(--color1);
}

    .services > .form-group input[type="checkbox"]:checked + .btn-group > label .lbl-check::after {
        border-radius: 20px;
        background-color: var(--bg1);
        left: 4px;
        top: 0;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

.services > .form-group input[type="checkbox"]:checked + .btn-group {
    color: var(--color1);
}

.Freelancer-btn-group {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

    .Freelancer-btn-group li {
        width: calc(100%/3 - 10px);
    }

        .Freelancer-btn-group li a {
            display: flex;
            align-items: center;
            column-gap: 8px;
            line-height: normal;
            font-size: 14px;
        }

    .Freelancer-btn-group .radio-circle {
        height: 18px;
        width: 18px;
        display: flex;
        border: 1px solid #aaa;
        border-radius: 20px;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .Freelancer-btn-group li.active .radio-circle {
        border: 1px solid var(--color1);
    }

        .Freelancer-btn-group li.active .radio-circle::before {
            content: '';
            height: 12px;
            width: 12px;
            display: flex;
            background-color: var(--bg1);
            border-radius: 20px;
        }

.reg-footer {
    background-color: #fff;
    box-shadow: 0 -5px 16px rgba(0,0,0,.06);
    position: relative;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: center;
}

    .reg-footer button {
        min-width: 120px;
    }

.flexrow .label-group {
    min-width: 350px;
}

    .flexrow .label-group .inputselectbox {
        margin: 0;
    }

.pkg-authorisation-box {
    display: flex;
    column-gap: 50px;
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 8px;
    min-width: 350px;
    justify-content: space-between;
    align-items: center;
}

    .pkg-authorisation-box i {
        display: flex;
        height: 25px;
        width: 25px;
    }

.i-greencheck {
    background-position: -131px -169px;
}

.i-disable {
    background-position: -165px -169px;
}

.i-user {
    background-position: -196px -168px;
}

.total-pkg-authentication label {
    font-weight: 200;
    color: #707070;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.total-pkg-authentication a {
    padding-top: 15px;
    display: flex;
    color: #1191F3;
    text-decoration: underline;
}

.browesimg .imgpath input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    cursor: inherit;
    display: block;
    width: 100%;
}

.browesimg .imgpath .input-group {
    flex: 1;
    flex-wrap: nowrap;
}

.browesimg .imgpath .inputselectbox {
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -10px;
    padding-left: 30px;
}

.btn-primary.btn-file {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-weight: 200;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.browesimg .btn-primary {
    background-color: var(--bg1);
    border: none;
    margin: 0 !important;
    border-radius: 8px;
    width: max-content;
}

.browse-flex > div {
    display: flex;
    column-gap: 30px;
}

.browesimg .label-checkbox label {
    margin: 0;
    font-weight: 200;
}

.browse-flex .label-checkbox {
    min-width: 200px;
    cursor: default;
}

.browse-flex {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.visa-admin-operations .flex-wrap-row {
    gap: 20px 15px;
}

    .visa-admin-operations .flex-wrap-row .label-group {
        min-width: 200px;
        width: calc(100%/7 - 16px);
        max-width: 200px;
    }

.tree-table input[type="checkbox"] {
    display: flex;
    margin: auto;
}

.viewbtn, .dwnloadbtn, .insurancebtn, .commentbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-vi {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

    .download-vi .insurancebtn {
        padding-left: 10px;
        border-left: 1px solid #ddd;
    }

.i-view, .i-download, .i-insurance, .i-comment, .i-uncomment {
    height: 20px;
    width: 20px;
    display: flex;
}

.i-view {
    background-position: -478px -59px;
}

.i-download {
    background-position: -396px -60px;
}

.i-insurance {
    background-position: -170px -128px;
}

.i-comment {
    background-position: -423px -60px;
}

.i-uncomment {
    background-position: -451px -60px;
}

.flex-shadowtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unorderlist-flex {
    display: flex;
    gap: 10px;
    font-weight: 200;
    align-items: center;
}

.exportbtn {
    display: flex;
    background-color: var(--color1);
    color: #fff;
    height: 30px;
    min-width: 120px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 5px;
    padding: 0 15px;
}

    .exportbtn i {
        height: 18px;
        width: 16px;
        display: flex;
        background-position: -231px -96px;
    }

.settingbtn i {
    height: 18px;
    width: 18px;
}

.i-setting {
    background-position: -347px -61px;
}

.tfoot-btn {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 150px;
    overflow: auto;
    padding-bottom: 10px;
}

    .tfoot-btn::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }

    .tfoot-btn::-webkit-scrollbar {
        height: 6px
    }


    .tfoot-btn > ul {
        display: flex;
        gap: 10px;
        align-items: end;
    }

    .tfoot-btn ul > li {
        display: flex;
        gap: 5px;
        align-items: center;
        min-height: 40px;
    }

    .tfoot-btn ul > li {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .tfoot-btn ul li label {
        margin: 0;
        font-weight: 400 !important;
    }


    .tfoot-btn select.inputselectbox {
        margin: 0;
    }

ul.tfoot-btn-right {
    gap: 20px;
}

.setting-dialog {
    width: 350px;
}

.filterby li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

    .filterby li:last-child {
        border-bottom: 0;
    }

    .filterby li .onoffswitch-switch {
        left: 2px;
    }

    .filterby li .toggle-onoff input[type=checkbox]:checked ~ .switchbox .onoffswitch-switch {
        right: 2px;
    }

    .filterby li .switchbox {
        width: 44px;
    }

td.td-highlight {
    background-color: var(--bg4)
}

@media(max-width:767px) {
    .booking-highlight {
        flex-direction: column;
        row-gap: 15px;
        align-items: flex-start;
    }

    .grand-pricebox {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }

    .PriceBox {
        flex-direction: row;
        column-gap: 15px;
        padding: 10px;
        margin: 0;
    }

    .grandtext {
        font-size: 14px;
        font-weight: 400;
    }

    .grandprice {
        font-size: 20px;
    }

    .payid {
        font-size: 16px;
    }

    .merge-btns-div {
        row-gap: 10px;
    }

    .TbsDiv {
        padding: 10px;
        row-gap: 10px;
    }

    .TabsTitle {
        font-size: 16px;
    }

    .product-highlight {
        width: auto;
    }

    .cart-product-img img {
        height: 100%;
        width: 100px;
    }

    .cntnt_left {
        padding: 10px;
    }
}


/*------------------------- new css ----------------------*/

.a-search {
    color: var(--color1);
    display: flex;
    text-decoration: underline;
    font-weight: 400;
    width: max-content;
}

.publishbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .publishbtn i {
        height: 20px;
        width: 20px;
        display: flex;
    }

.i-pencil {
    background-position: -307px -9px;
}

.i-publish {
    background-position: -411px -128px;
}

.a-review-dialog, .c-faq-dialog {
    width: 800px;
    max-width: 95%;
}

.fw3 .label-group {
    width: calc(100%/3 - 10px);
    flex: unset;
}

.fw2 .label-group {
    width: calc(100%/2 - 10px);
    flex: unset;
}

.input-wrap {
    gap: 20px 15px;
}

.service-wrap li {
    width: auto;
    align-items: center;
    font-weight: 400;
    display: flex;
}

.service-wrap .services .label-checkbox {
    gap: 10px;
}

.service-wrap .label-checkbox {
    font-weight: 200;
    color: #707070;
}

.service-wrap {
    gap: 50px;
}

.maping-dialog {
    width: 700px;
    max-width: 95%;
}

.publish-dialog {
    width: 600px;
    max-width: 95%;
}

.nb-table table thead {
    background: 0;
}

.nb-table, .nb-table table tr td {
    border: 0;
}

    .nb-table table thead tr th {
        padding: 0;
    }

    .nb-table table tr td:first-child {
        padding-left: 0;
    }

.publish-dialog .i-addremovebtn a {
    height: 40px;
    width: 40px;
}

.review-tbl-responsive [disabled] {
    opacity: 1;
}

.i-sorting {
    display: flex;
    gap: 4px;
    justify-content: center
}

    .i-sorting > div {
        display: flex;
        gap: 3px;
        flex-direction: column
    }

        .i-sorting > div span {
            height: 2px;
            width: 2px;
            display: flex;
            background-color: #333;
            border-radius: 2px;
        }

}

.scrollbar-arrows {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.left-arr, .right-arr {
    height: 40px;
    width: 40px;
    background-color: var(--bg3);
    border: 1px solid var(--color1);
    border-radius: 8px;
    font-family: FontAwesome !important;
    text-align: center;
    font-size: 22px;
    color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-arr {
    right: 0;
    left: auto
}

.left-arr::before {
    content: "\f100"
}

.right-arr::before {
    content: "\f101"
}

.paginationdiv {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px dashed #ddd;
    align-items: center;
}

.pagination {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    align-items: center;
}


    .pagination::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

    .pagination::-webkit-scrollbar {
        height: 10px;
    }

    .pagination li a {
        background-color: var(--bg2);
        color: var(--color1);
        height: 30px;
        width: 30px;
        display: flex;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
    }

    .pagination li.active a {
        background-color: var(--bg1);
        color: #fff;
    }

/*-------------------------------------------Add Hitesh----------------------------------------*/

.note-editor .note-fontname, .note-toolbar .dropdown-toggle::after {
    display: none;
}

.itnry-img {
    display: flex;
    column-gap: 15px;
    position: relative;
}

    .itnry-img > div {
        position: relative;
    }

    .itnry-img .removebtn {
        position: absolute;
        right: -10px;
        font-size: 20px;
        background-color: #333;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        color: #fff;
        top: -8px;
    }

    .itnry-img img {
        height: 80px;
        width: 80px;
    }

.createmenu-dialog {
    width: 560px;
    max-width: 90%;
}

.add-menu-repeat {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .add-menu-repeat:last-child {
        margin-bottom: 0;
    }

    .add-menu-repeat .flexdiv {
        display: flex;
        gap: 15px;
    }

        .add-menu-repeat .flexdiv .label-group {
            width: 415px;
        }

    .add-menu-repeat .i-addremovebtn {
        min-width: 90px;
        align-items: end;
    }

.checkbx-row {
    width: 415px;
    justify-content: space-between;
}

.add-menu-repeat .inputselectbox {
    margin: 0;
}

.ShadowDiv .ul-tabs li a {
    background-color: var(--bg4);
    color: var(--color1);
}

.ul-tabs, .ul-inner-tabs {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 25px;
}

    .ul-tabs li a, .ul-inner-tabs li a {
        display: flex;
        height: 36px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background-color: #fff;
        position: relative;
        padding: 0 15px;
        min-width: 150px;
        color: var(--color1);
    }

        .ul-tabs li a.active, .ul-tabs li a:hover, .ShadowDiv .ul-tabs li a.active, .ShadowDiv .ul-tabs li a:hover {
            background-color: var(--bg1);
            color: #fff;
            transition: .2s;
        }

        .ul-inner-tabs li a.active, .ul-inner-tabs li a:hover, .ShadowDiv .ul-inner-tabs li a.active, .ShadowDiv .ul-inner-tabs li a:hover {
            background-color: var(--bg1);
            color: #fff;
            transition: .2s;
        }

.dd-set-validity {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border-radius: 8px;
    margin-top: 10px;
    min-width: 415px;
    display: flex;
    flex-direction: column;
    left: -120px;
}

.dd-set-validity-2 {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border-radius: 8px;
    margin-top: 10px;
    min-width: 290px;
    display: flex;
    flex-direction: column;
    right: 0;
}

.date-valid-between .inputlabel {
    font-size: 12px;
}

.validity-tabs {
    flex-wrap: wrap;
    gap: 20px;
}

    .validity-tabs li {
        width: calc(100%/2 - 10px);
        min-width: 150px;
    }

.date-valid-between .flexdiv {
    display: flex;
    gap: 15px;
}

.radio-group li label {
    margin: 0;
    min-height: unset;
}

/*.date-picker-wrapper {
    margin-top: 10px;
}*/

.validity-body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
}

.validity-footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

    .validity-footer a {
        min-width: 100px;
        text-align: center;
    }

/*---------------------*/

.fileselectinput {
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px dashed #d1d1d1;
    border-radius: 8px;
    position: relative;
}

    .fileselectinput p {
        font-weight: 500;
        margin: 20px 0;
    }

        .fileselectinput p span {
            color: var(--color1);
            text-decoration: underline;
        }

.documentname {
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 300;
}

.fileselectinput input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.fa-clone::before {
    content: "\f24d";
}

.tod-flex {
    display: flex;
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .tod-flex:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .tod-flex .label-group {
        justify-content: flex-start;
    }

    .tod-flex .label-checkbox {
        align-items: flex-start;
        margin-top: 25px;
        font-weight: 400;
        font-size: 16px;
        margin-right: 50px;
        gap: 20px;
        min-width: 250px;
    }

.file-col-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .file-col-flex .fileselectinput {
        height: 200px;
        width: 350px;
    }

.tod-flex .inputlabel {
    font-size: 12px;
}

.tod-flex textarea {
    height: 95%;
    line-height: 18px;
}


/*---------------- jayesh -----------------*/

.add-role-dialog {
    width: 500px;
}

.label-checkbox input[type="checkbox"] {
    margin: 0;
}

.td-supp-highlight {
    color: #2A96C6 !important;
}

.alternative-btn {
    margin: 0;
}

.head-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

    .head-logo img {
        height: auto;
        width: 100px;
    }

.i-merital {
    background-position: -378px -95px;
}

.i-calender2 {
    background-position: -352px -95px;
}

.a-cpwdIcon {
    background-position: -30px -183px;
}

.i-passport {
    background-position: -111px -129px;
}

.call-icon {
    background-position: -223px -10px;
}

.i-profitcenter {
    background-position: -326px -95px;
}

.i-businessrole {
    background-position: -300px -95px;
}

.i-usermapping {
    background-position: -411px -127px;
}

.e-info-highlight {
    display: flex;
    padding: 10px 15px;
    background-color: var(--bg4);
    border-radius: 8px;
}

    .e-info-highlight label {
        margin: 0;
    }

.i-freelancer {
    background-position: -300px -95px;
}

.i-remark {
    background-position: -378px -95px;
}

/*------------- kalpesh ----------------*/

.shadowDiv-flex {
    display: flex;
    gap: 15px;
}

    .shadowDiv-flex .fsd {
        flex: .8;
        height: max-content;
    }

    .shadowDiv-flex .ssd {
        flex: 1.2;
        height: max-content;
    }

i.arrow-forward {
    position: unset;
    transform: rotate(-90deg);
    display: none;
}

tr.active {
    background-color: var(--bg2);
}

    tr.active i.arrow-forward {
        display: block;
    }

.shadowDiv-flex .flex-wrap-row > div {
    flex: 1;
}

.shadowDiv-flex .search-i-box {
    flex: 1.6 !important;
}

@media(min-width:1450px) {
    .dashtbl {
        max-height: 750px;
    }
}

.imgpath .input-group-btn .inputselectbox {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
}

.supp-details-click i {
    height: 20px;
    width: 20px;
    display: flex;
}

.vouchr-btn i, .cncle-btn i {
    height: 24px;
    width: 24px;
}

.i-suppdetails {
    background-position: -463px -128px;
}

.i-voucher {
    background-position: -225px -169px;
}

.i-cancel {
    background-position: -473px -92px;
}

.supp-details-click, .vouchr-btn, .cncle-btn {
    display: flex;
    justify-content: center;
}

/*--------------- new 08/01 ----------------*/

.policy-dlog {
    width: 800px;
}

.supplier-dlog {
    width: 400px;
}

.supp-list-card > div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.supp-list-card .lbl-span {
    min-width: 100px;
}

.i-payment {
    background-position: -138px -9px;
}

.confirmation-checkbox .label-checkbox a {
    font-weight: 300;
}

.issue-dialog .confirmation-checkbox {
    margin-top: 30px;
}

.line-input {
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-weight: 200;
}

/*------------------ 10-01-2024 -----------------------*/

.cbm-dialog {
    width: 60%;
}

.flex-input-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: end;
}

    .flex-input-row input {
        margin: 0;
    }

.fw3 .flex-input-col {
    width: calc(100%/3 - 10px);
}

.fw2 .flex-input-col {
    width: calc(100%/2 - 10px);
}
/*-------------------------------------------*/

.i-license {
    background-position: -389px -172px;
}

.i-currency {
    background-position: -360px -172px;
}

.border-checkbox .label-checkbox {
    padding: 10px;
    border: 1px solid #eee;
    border-bottom: 0;
    gap: 15px;
}

    .border-checkbox .label-checkbox:last-child {
        border-bottom: 1px solid #eee;
    }

.disabled {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
}


/*----------------- new 05022026 -----------------*/
.New-DropDown .i-input-search {
    position: absolute;
    left: 25px;
}

.New-DropDown .drop-search input {
    margin: 0;
    padding-left: 40px;
}

.New-DropDown .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

    .New-DropDown .dropdown-item > a, .New-DropDown .dropdown-item > span {
        padding: 0;
    }

    .New-DropDown .dropdown-item .fi {
        min-width: 22px;
        height: auto;
        border-radius: 3px;
    }

.th-i-sorting {
    height: 12px;
    gap: 2px;
    cursor: pointer;
}

.tbl-td-btn-grey {
    border: 0;
    background-color: #f5f5f5;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
    border-radius: 8px;
    font-weight: 400;
    color: #333;
    width: max-content;
    font-size: 10px;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.td-img-circle {
    height: 32px;
    width: 32px;
    border-radius: 50px;
    margin-right: -7px;
    border: 1px solid #EAE9E9;
}

.img-plus-txt {
    position: absolute;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.gap1 {
    gap: 1px !important;
}

.gap2 {
    gap: 2px !important;
}

.gap3 {
    gap: 3px !important;
}

.gap4 {
    gap: 4px !important;
}

.gap5 {
    gap: 5px !important;
}

.gap5 {
    gap: 5px !important;
}

.gap6 {
    gap: 6px !important;
}

.gap7 {
    gap: 7px !important;
}

.gap8 {
    gap: 8px !important;
}

.gap9 {
    gap: 9px !important;
}

.gap10 {
    gap: 10px !important;
}

.gap11 {
    gap: 11px !important;
}

.gap12 {
    gap: 12px !important;
}

.gap13 {
    gap: 13px !important;
}

.gap14 {
    gap: 14px !important;
}

.gap15 {
    gap: 15px !important;
}

.gap16 {
    gap: 16px !important;
}

.gap17 {
    gap: 17px !important;
}

.gap18 {
    gap: 18px !important;
}

.gap19 {
    gap: 19px !important;
}

.gap20 {
    gap: 20px !important;
}

.gap24 {
    gap: 24px !important;
}

.gap25 {
    gap: 25px !important;
}

.gap30 {
    gap: 30px !important;
}

.gap32 {
    gap: 32px !important;
}

.gap35 {
    gap: 35px !important;
}

.gap40 {
    gap: 40px !important;
}

.gap45 {
    gap: 45px !important;
}

.gap50 {
    gap: 50px !important;
}

.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
    line-height: 25.4px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font40 {
    font-size: 40px;
}

.font50 {
    font-size: 50px;
}

.flex-column {
    flex-direction: column;
}

.upload-box {
    height: 180px;
    width: 100%;
    border: 1px dashed #EAE9E9;
    border-radius: 8px;
}

.square-radio-img {
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 8px;
    height: 180px;
}

    .square-radio-img img {
        width: 100%;
        border-radius: 8px;
        height: 180px;
        object-fit: contain;
    }

.remove-r-img {
    display: flex;
    position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
}

.square-radio-img input[type="radio"] {
    position: absolute;
    top: 10px;
    left: 10px;
}

:root {
    --b1: #EAE9E9
}

.list-box {
    padding: 16px;
    border: 1px solid var(--b1);
    border-radius: 12px;
}

.li-c-list {
    padding: 12px;
    border: 1px solid var(--b1);
    border-radius: 8px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pointer {
    cursor: pointer;
}

.added-c-list {
    padding-top: 16px;
    border-top: 1px solid var(--b1)
}

    .added-c-list li {
        padding: 12px;
        border: 1px solid #2F2F2F;
        border-radius: 12px;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        gap: 8px;
    }

tr.child-row.ng-hide {
    display: none !important;
}

tr.child-row:not(.ng-hide) {
    display: table-row !important;
}
/*-------------- gallery popup ---------------*/
.gallery-content {
    position: relative;
    pointer-events: auto;
}
.gallery-popup {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 9999;
    pointer-events: auto;
}
    .gallery-popup.ng-hide {
        display: none !important;
    }

    .gallery-popup .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
    }

    .gallery-popup .main-image {
        height: calc(100vh - 180px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .gallery-popup .main-image img {
            max-width: 80%;
            max-height: 80%;
            border-radius: 12px;
            width: 50%;
        }

    .gallery-popup .counter {
        text-align: center;
        color: #fff;
        margin: 10px 0;
        font-size: 14px;
    }

    .gallery-popup .thumbs {
        display: flex;
        gap: 10px;
        padding: 15px;
        justify-content: center;
        overflow-x: auto;
    }

        .gallery-popup .thumbs img {
            width: 90px;
            height: 60px;
            object-fit: cover;
            opacity: 0.5;
            cursor: pointer;
            border-radius: 6px;
            transition: 0.3s;
        }

            .gallery-popup .thumbs img.active {
                opacity: 1;
                outline: 2px solid #fff;
            }

    .gallery-popup .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer;
        user-select: none;
    }

        .gallery-popup .arrow.prev {
            left: 100px;
        }

        .gallery-popup .arrow.next {
            right: 100px;
        }

        .gallery-popup .arrow:hover {
            opacity: 0.7;
        }


/* Mobile */
@media (max-width: 768px) {
    .gallery-popup .thumbs img {
        width: 70px;
        height: 50px;
    }

    .gallery-popup .arrow.prev {
        left: 20px;
    }

    .gallery-popup .arrow.next {
        right: 20px;
    }
}


/*---------------- custom table -------------*/

.custom-table {
    border-collapse: separate;
    border-spacing: 0 8px;
}

    .custom-table thead tr th {
        border-bottom: 1px solid var(--b1) !important;
        font-size: 14px !important;
    }

    .custom-table tr td:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-left: 1px solid var(--b1);
    }

    .custom-table tr td:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        border-right: 1px solid var(--b1);
    }

    .custom-table tbody tr td {
        border-bottom-width: 1px !important;
        border-top-width: 1px !important;
    }

.rc-first {
    position: relative;
    padding-left: 45px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

    .rc-first .or-sign-circle {
        position: absolute;
        left: 25px;
    }

    .rc-first .i-drag {
        position: absolute;
        left: -5px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.8s ease, visibility 0.8s ease;
        cursor: pointer;
    }

.custom-table tr:hover .i-drag {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom-table .group-tbody tr {
    position: relative;
}

.group-tbody .child-row {
    display: none;
}

.gb-click {
    cursor: pointer;
    text-decoration: underline;
}

.g-edit-btn, .t-edit-btn, .name-edit-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    cursor: pointer;
}

.collapse-row:hover .g-edit-btn, .dashtbl tbody tr:hover .t-edit-btn, .g-name-editable:hover .name-edit-btn, .c-name-editable:hover .name-edit-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom-table .group-tbody tr + tr td {
    border-bottom: 0;
    border-radius: 0;
    padding-bottom: 4px;
}

.custom-table .group-tbody tr:last-child td {
    padding-bottom: 12px;
}

.custom-table .group-tbody tr:last-child td {
    border-bottom: 1px solid var(--b1);
}

.custom-table .group-tbody tr.select:last-child td {
    border-bottom: 1px solid var(--color1);
}

.collapse-row.collapsed {
    background-color: var(--bg4) !important;
}

.custom-table .collapse-row.collapsed td {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-table .group-tbody tr + tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.custom-table .group-tbody tr + tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.custom-table .group-tbody tr + tr {
    transform: translateY(-8px);
}

.custom-table .group-tbody tr + tr {
    transform: translateY(-12px);
}

.overlay-active .custom-table .group-tbody tr + tr {
    transform: unset;
}

.child-visible.select tr::after {
    content: '';
    height: 14px;
    display: flex;
    width: 100%;
    background-color: var(--bg3);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.child-visible.select tr::after {
    background-color: white;
    border-left: 1px solid var(--b1);
    border-right: 1px solid var(--b1);
    z-index: 1;
}

.child-visible.select tr:last-child::after {
    display: none
}

.child-visible.select tr.collapse-row::after {
    content: unset;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
