﻿body {
    background-color: #f7f8f9 !important
}

.dashWaitingblock {
    padding: 10px
}

.topbarfix .navbar-brand img {
    height: 42px;
    width: auto
}

.topbarfix {
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-radius: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0
}

    .topbarfix ul.nav {
        padding-top: 22px;
        display: flex;
        float: right;
        column-gap: 10px;
    }

.WelcomeUser {
    padding: 5px;
    line-height: 20px
}

.topbarfix .navbar-nav > li > a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px
}

.flipbtn {
    position: fixed;
    left: 225px;
    top: 25px;
    z-index: 2;
    height: 20px;
    width: 25px
}

    .flipbtn span {
        height: 2px;
        width: 16px;
        background-color: #333;
        display: inline-block
    }

        .flipbtn span::after, .flipbtn span::before {
            position: absolute;
            height: 2px;
            width: 20px;
            background-color: #333;
            left: 0;
            content: ''
        }

        .flipbtn span::before {
            top: 5px
        }

        .flipbtn span::after {
            top: 15px
        }

.sidebar-wrapper {
    background-color: #333;
    position: fixed;
    width: 250px;
    bottom: 0;
    top: 75px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 100vh;
    left: -190px;
}

.sidebar-brand i {
    font-size: 24px
}

.toggled .sidebar-wrapper {
    left: 0
}

.sidebar-wrapper a {
    color: #fff
}

.anchorclick {
    color: #eee;
    height: 50px;
    display: flex;
    width: 100%;
    line-height: 50px;
    padding: 0 25px;
    align-items: center
}

    .anchorclick i {
        display: inline-block;
        height: 16px;
        width: 18px;
        margin-right: 10px
    }

.dsIcon {
    background-position: -58px -5px
}

.hoIcon {
    background-position: -315px -5px
}

.profIcon {
    background-position: -88px -4px
}

.bookngIcon {
    background-position: -118px -4px
}

.reportIcon {
    background-position: -148px -4px
}

.aoIcon {
    background-position: -177px -4px
}

.vsaIcon {
    background-position: 0 0
}

.restrictIcon {
    background-position: 0 0
}

.affiliationIcon {
    background-position: -317px -5px
}

.rateplanIcon {
    background-position: -343px -4px
}

.combomasterIcon {
    background-position: -278px -138px
}

.cbnrIcon {
    background-position: -304px -137px
}

.dpkgIcon {
    background-position: -331px -137px
}

.sidebar-submenu {
    display: none
}

    .sidebar-submenu ul {
        list-style: circle
    }

        .sidebar-submenu ul li a {
            color: #aaa;
            height: 50px;
            line-height: 50px;
            width: 100%;
            padding: 0 20px;
            padding-left: 30px;
            display: flex;
            align-items: center;
            font-size: 13px;
        }

            .sidebar-submenu ul li a:hover {
                color: #fff
            }

            .sidebar-submenu ul li a::before {
                content: '';
                height: 5px;
                width: 5px;
                border: 1px solid #aaa;
                border-radius: 10px;
                display: inline-block;
                margin-right: 10px
            }

.sidebar-menu {
    height: 100vh;
    overflow: auto;
    padding-bottom: 200px;
    width: 100%;
}

    .sidebar-menu::-webkit-scrollbar {
        width: 6px;
        height: 7px
    }

    .sidebar-menu::-webkit-scrollbar-thumb {
        background: grey
    }

h4.sidebar-brand {
    padding: 0 20px;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #444;
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}

.sidebar-menu ul li a {
    position: relative
}

    .sidebar-menu ul li a::after {
        content: "\f105";
        font-family: fontawesome !important;
        right: 15px;
        position: absolute;
        font-size: 24px;
        color: #aaa;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

.sidebar-submenu ul li a::after {
    content: '';
}

.sidebar-submenu ul li .subclick::after {
    content: "\f105";
}

.sidebar-menu ul li.active .anchorclick::after {
    content: "\f107";
    color: #fff
}

.DashMain .tab-container {
    position: relative
}

.DashMain {
    padding-left: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 75px
}

.toggled .DashMain {
    padding-left: 250px;
}

.TbsDiv {
    padding: 20px;
    position: relative;
    padding-bottom: 0
}

.TabsTitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.statusbox {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 14%);
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
    flex-flow: column
}

.sbox-top {
    display: flex;
    column-gap: 10px;
    padding: 15px
}

.sbox-left {
    width: 80%;
    display: flex;
    flex-flow: column;
    row-gap: 8px;
    font-weight: 400
}

.sbox-right {
    display: flex
}

a.VDbtn {
    display: flex;
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
    background-color: var(--bg2)
}

.StatusTotal {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
}

.rpText {
    font-weight: 500;
    margin-bottom: 10px
}

.StatusText {
    font-weight: 400;
    display: flex;
    flex-flow: column;
    row-gap: 10px
}

    .StatusText span {
        display: flex
    }

.statusIcon {
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    background-color: var(--bg2)
}

    .statusIcon i {
        display: inline-block;
        height: 30px;
        width: 30px
    }

    .statusIcon .i01 {
        background-position: -5px -141px
    }

    .statusIcon .i02 {
        background-position: -40px -141px
    }

    .statusIcon .i03 {
        background-position: -77px -141px
    }

    .statusIcon .i04 {
        background-position: -113px -141px
    }

    .statusIcon .i05 {
        background-position: -149px -140px
    }

.VDbtn i {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-position: -204px -35px;
    margin-left: 5px
}

.ShadowDiv {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 14%);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%
}

.crdropmenu {
    top: 50px
}

.chartheader {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px
}

span.totalsale {
    float: right
}

#chartdiv {
    height: 370px
}

.ChartDiv {
    position: relative;
    margin-top: 20px
}

.charttitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px
}

.PreNext {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    flex-flow: column;
    row-gap: 10px
}

    .PreNext a {
        padding: 8px 12px;
        border-radius: 8px;
        color: #fff;
        min-width: 100px;
        display: inline-block;
        text-align: center
    }

        .PreNext a:last-child {
            background-color: #333
        }

.ShadowDivTitle {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative
}

.BookingStatus {
    margin: 15px auto
}

    .BookingStatus .notfound {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500
    }

a.circle-click {
    display: flex;
    justify-content: center;
}

.bsDiv {
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 15px 30px;
    margin-top: 15px;
    border-radius: 8px;
    line-height: 20px;
    background-color: var(--bg2)
}

.StatusColor {
    display: flex;
    margin-top: 30px
}

    .StatusColor li {
        width: 25%;
        text-align: center;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .StatusColor li span:first-child {
            height: 20px;
            width: 20px;
            margin-right: 10px
        }

.ShadowDivTitle i {
    display: inline-block;
    height: 33px;
    width: 33px;
    margin-right: 10px
}

.SearchCircle {
    background-position: -7px -99px
}

.profileCircle {
    background-position: -49px -99px
}

.lockCircle {
    background-position: -91px -99px
}

.emailCircle {
    background-position: -133px -99px
}

.queCircle {
    background-position: -175px -99px
}

.agentCircle {
    background-position: -217px -99px
}

.resultCircle {
    background-position: -300px -99px;
}

.agreementCircle {
    background-position: -302px -46px
}

.rpCircle {
    background-position: -302px -46px
}

.tcCircle {
    background-position: -302px -46px
}

.helplineCircle {
    background-position: -342px -46px
}

.socialCircle {
    background-position: -384px -46px
}

.careCircle {
    background-position: -468px -46px
}

.rateplanCircle {
    background-position: -5px -84px
}

.rpmapCircle {
    background-position: -47px -84px
}

.advancerateCircle {
    background-position: -89px -84px
}

.ratesheetCircle {
    background-position: -5px -84px
}

.comboCircle {
    background-position: -5px -124px
}

.discountCircle {
    background-position: -46px -124px
}

.chatCircle {
    background-position: -426px -46px
}

.cuCircle {
    background-position: -258px -46px
}

.policyCircle {
    background-position: -216px -46px
}

.cproCircle {
    background-position: -174px -46px
}

.ceoCircle {
    background-position: -132px -46px
}

.vissionCircle {
    background-position: -90px -46px
}

.missionCircle {
    background-position: -48px -46px
}

.auCircle {
    background-position: -6px -46px
}

i.agentIcon {
    background-position: -233px -2px;
    height: 20px;
    width: 20px;
    margin: 0
}

i.subuserIcon {
    background-position: -265px -2px;
    height: 20px;
    width: 20px;
    margin: 0
}

a.ExportExcel {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 8px 10px;
    background-color: var(--bg1);
    color: #fff;
    border-radius: 8px
}

.SortbySection {
    display: flex;
    margin: 15px 0;
    margin-top: 30px
}

    .SortbySection li a {
        margin-right: 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: normal;
    }

.CircleIcnOne {
    display: flex;
    height: 25px;
    min-width: 25px;
    max-width: 25px;
}

.IconAll {
    background-position: -6px -64px
}

.IconHotel {
    background-position: -41px -64px
}

.IconTour {
    background-position: -75px -64px
}

.IconVisa {
    background-position: -109px -64px
}

.IconMeal {
    background-position: -143px -64px
}

.IconManual {
    background-position: -245px -143px
}

table {
    width: 100%
}

.table-responsive {
    overflow: auto
}

.dashtbl table thead {
    background-color: #eee
}

.dashtbl table tbody tr {
    border-bottom: 1px solid #eee
}

    .dashtbl table tbody tr:last-child {
        border: none
    }

    .dashtbl table tbody tr td, .dashtbl table thead th {
        font-size: 12px;
        padding: 10px;
        /*text-align: center;*/
        line-height: 18px;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .dashtbl table tbody tr:last-child td {
        border-bottom: 0
    }

    .dashtbl table tbody tr td:last-child, .dashtbl table thead tr th:last-child {
        border-right: 0
    }

    .dashtbl table tbody tr td:first-child, .dashtbl table thead tr th:first-child {
        border-left: 0
    }

.dashtbl table td .inputselectbox {
    margin-bottom: 0;
    padding-left: 15px;
}

.modal-body table tbody tr td, .modal-body table thead th {
    white-space: normal;
}

.modal-body table tbody tr td {
    vertical-align: middle;
}

.dashtbl table thead th {
    font-weight: 500
}

    .dashtbl table thead th:last-child {
        border: none
    }

.dashtbl table tbody tr td {
    vertical-align: middle
}

.EyeViewBtn i {
    display: inline-block;
    height: 15px;
    width: 20px
}

.IconView {
    background-position: -230px -34px
}

.BookStatus {
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    cursor: default;
    display: inline-block
}

.T_Name {
    min-width: 200px;
    white-space: normal !important;
    max-width: 350px
}

.markup-type select {
    min-width: 110px
}

.info-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 5px 0
}

    .info-title::after {
        content: '';
        position: absolute;
        left: -20px;
        height: 100%;
        width: 4px;
        border-radius: 0 10px 10px 0;
        top: 0;
        background-color: var(--bg1);
        color: #fff
    }

.benifitDiv ul {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0
}

.HelpDetail {
    padding: 20px;
    border-radius: 8px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 20px;
    background-color: var(--bg2)
}

    .HelpDetail a {
        font-weight: 500;
        display: block;
        margin-top: 20px
    }

.AGT-Dashboard {
    padding-bottom: 100px;
    position: relative
}

    .AGT-Dashboard footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 15px;
        padding-left: 60px
    }

    .AGT-Dashboard.toggled footer {
        padding-left: 255px;
    }

.logofooter img {
    height: 42px;
    width: auto
}

.developBy {
    float: right;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px
}

.flex-col {
    display: flex;
}

.developBy a {
    margin-left: 5px;
    color: #8e9091 !important;
    align-items: center;
    display: inline-flex;
    font-weight: 300;
}

    .developBy a span {
        color: #10b5da;
        font-weight: 500;
    }

.t-logo {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/img/T-fevicon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: contain;
    margin-right: 2px;
}

.PUdiv {
    padding: 40px
}

.UploadDiv {
    position: relative;
    margin-top: 5px;
    height: 150px;
    width: 150px;
    border: 3px solid var(--bg3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .UploadDiv img {
        max-width: 80%;
        height: auto
    }

    .UploadDiv input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: none;
        opacity: 0;
        cursor: pointer
    }

.PUdiv dl {
    border-radius: 8px;
    padding: 6px 15px;
    margin: 0;
    margin-top: 10px;
    width: 70%;
    display: inline-block;
    background-color: var(--bg2)
}

.PUdiv dt {
    width: 50%;
    float: left;
    text-transform: uppercase
}

.EditDiv .ShadowDivTitle, .PUdiv .ShadowDivTitle {
    margin-bottom: 20px
}

.PUdiv dd, .PUdiv dt {
    color: #707070;
    font-size: 12px;
    font-weight: 400
}

.PUdiv dd {
    text-align: right;
    float: right
}

.Pro-innerBOX {
    padding: 30px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: var(--bg2)
}

    .Pro-innerBOX dl, .Pro-innerBOX dt {
        font-size: 12px
    }

    .Pro-innerBOX dt {
        width: 50%;
        float: left;
        font-weight: 500;
        text-transform: uppercase;
    }

    .Pro-innerBOX dd {
        width: 50%;
        font-weight: 200;
    }

    .Pro-innerBOX dl {
        font-weight: 400;
        display: flex;
        width: 100%;
        font-size: 14px
    }

        .Pro-innerBOX dl:last-child {
            margin: 0
        }

.EditIcon {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-position: -176px -64px
}

.dt01 i {
    content: '.svgBG8';
    position: absolute;
    right: 0;
    height: 25px;
    width: 25px;
    background-position: -210px -64px;
    top: 3px
}

.dt01 span {
    font-weight: 400;
    font-size: 16px;
    color: var(--color1)
}

.dt01.collapsed i {
    background-position: -244px -64px
}

.dt02 {
    position: absolute;
    right: 40px
}

.EditDiv {
    padding: 0 5px;
    padding-top: 30px
}

.input_bx .inputselectbox, .select_bx .inputselectbox {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    display: flex;
    border: 0;
}

.input_bx select.inputselectbox {
    padding-right: 40px
}

.select_bx textarea {
    line-height: 24px !important;
}

.EditDiv .inputselectbox {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 15px;
}

.input_bx {
    position: relative
}

    .input_bx i {
        position: absolute;
        height: 20px;
        width: 20px;
        right: 12px;
        z-index: 1;
        top: 10px;
        pointer-events: none
    }

.agencyIcon {
    background-position: 0 -32px
}

.websiteIcon {
    background-position: -60px -32px
}

.zcIcon {
    background-position: -60px -62px
}

.nameIcon {
    background-position: 0 -92px
}

.emlIcon {
    background-position: 0 -122px
}

.skypIcon {
    background-position: 0 -152px
}

.whsapIcon {
    background-position: -30px -152px
}

.adressIcon {
    background-position: -30px -32px
}

.mobileIcon {
    background-position: -31px -92px
}

.panIcon {
    background-position: -60px -62px
}

.keyIcon {
    background-position: -60px -152px
}

.telephoneIcon {
    background-position: -60px -92px
}

.input_bx i.ArrowDownRight {
    left: unset;
    right: 10px;
    background-position: -72px -6px
}

.EditDiv [class*=" col-"], .EditDiv [class^=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.countrymobile {
    display: flex;
    column-gap: 2px;
    justify-content: space-between
}

.inputselectbox.MNumber {
    border-radius: 0 8px 8px 0
}

.countrymobile .countrycode {
    width: max-content;
    z-index: 1;
    padding-left: 10px;
    text-align: center;
    background-color: #f1f1f1;
    height: 40px;
    margin: 0;
    max-width: 30%;
    border-radius: 8px 0 0 8px;
    padding-right: 10px;
}

.logoalignment h3 {
    font-size: 18px;
    margin-top: 10px
}

.AlignmentRadio span.radio {
    margin-right: 15px
}

.SaveDiv {
    float: right
}

    .SaveDiv span {
        display: block
    }

    .SaveDiv a {
        margin-top: 10px;
        text-align: center;
        display: inline-block;
        float: right
    }

.updtBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.summernote {
    min-height: 200px
}

.subtitle-text {
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px
}

.AgentDiv .dt02 {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    align-items: center
}

.PanelsDivs .dashtbl, .operationbooking .dashtbl, .visabooking .dashtbl {
    margin-top: 20px
}

ul.Previleges {
    display: flex;
    margin-top: 15px
}

.Previleges li {
    float: left;
    margin-bottom: 10px;
    margin-left: 20px
}

    .Previleges li:first-child {
        margin: 0
    }

.Previleges .label {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    min-width: 110px;
    display: inline-block;
    background-color: var(--bg2);
    border: 1px solid var(--color1)
}

.calIcon {
    background-position: -42px -45px
}

.EditDiv label {
    height: 15px;
    margin-bottom: 8px;
    width: 100%;
    display: flex
}

.srchBtn {
    display: inline-flex;
    width: max-content;
    text-align: center;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    min-width: 100px;
    justify-content: center;
}

.sumoselect .dropdown-check-list ul.items li {
    padding: 7px 0;
}

.list_down {
    position: relative;
}

#droplist {
    /*z-index:111111111;*/
    background: #fff;
}

.font-12 {
    font-size: 12px;
}

.dropdown-check-list {
    width: 100%;
    /*z-index: 1111;*/
    position: relative;
    background: #fff;
}

.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 0px 50px 5px 10px;
        border: 1px solid #ccc;
        width: 100%;
    }


        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 10px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

.advanceBtn {
    margin-bottom: 30px;
    display: block;
    width: max-content;
    text-align: center;
    padding: 0;
    font-size: 16px;
    background: 0 0;
    color: var(--color1);
    text-decoration: underline
}

.clickFilter {
    position: relative;
    display: inline-block;
    width: auto;
    text-align: left;
    margin-left: 10px
}

    .clickFilter i {
        position: absolute;
        right: 2px;
        width: 21px;
        top: 5px;
        pointer-events: none;
        background-position: -70px -36px;
        height: 20px
    }

    .clickFilter a {
        border: 1px solid #707070;
        border-radius: 8px;
        height: 30px;
        width: 100%;
        padding: 0 10px;
        display: inline-block;
        line-height: 30px;
        padding-right: 30px;
        color: #707070
    }

.bookresult .SortbySection {
    float: left;
    width: 50%
}

.sortfilterbtns {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 30px
}

.bookresult .dashtbl {
    clear: both
}

.dashtbl::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.dashtbl::-webkit-scrollbar {
    height: 8px
}

.paginationdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 100px;
}

    .paginationdiv span {
        white-space: nowrap;
    }

.pagination {
    overflow: auto;
    white-space: nowrap;
    height: 50px;
    padding-top: 8px;
    text-align: right;
}

    .pagination::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }

    .pagination::-webkit-scrollbar {
        height: 8px
    }

    .pagination li a {
        float: none;
        background-color: var(--bg2);
        border: 1px solid var(--color1)
    }

    .pagination li a, .pagination li:first-child a, .pagination li:last-child a {
        margin-right: 10px;
        border-radius: 8px
    }

.EmailFlyerDiv .dashtbl {
    margin-top: 30px
}

.CircleClick i {
    display: inline-block;
    height: 33px;
    width: 33px
}

.sendemailCircle {
    background-position: -271px -59px
}

.pdfCircle {
    background-position: -308px -59px
}

.htmlCircle {
    background-position: -342px -59px
}

.DeleteCircle {
    background-position: -342px -24px
}

.chkbxTH {
    line-height: 30px
}

.EditBtn, .ddocument, .udocument {
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 30px;
    margin: auto;
    align-items: center;
    justify-content: center;
    background-color: var(--bg1);
    color: #fff
}

.dashtbl table tbody tr td.operationstatus {
    color: red
}

.reportDIV .dashtbl {
    margin-top: 20px
}

.finalstatementdiv {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    background-color: var(--bg3);
    padding: 10px;
    display: inline-flex
}

.payment-card-img {
    position: absolute;
    right: 20px;
    top: 30px
}

.payment-option-block {
    padding: 20px;
    background-color: var(--bg3);
    border-radius: 8px 8px 0 0;
    row-gap: 20px
}

.fill-payment-content {
    padding: 20px;
    padding-top: 0
}

.topupnote {
    border-radius: 0 0 8px 8px;
    padding: 20px;
    font-weight: 400;
    background-color: var(--bg3)
}
/*
.top-up .payment-method-content {
    padding: 30px 35px;
    border-radius: 8px;
    border: 1px solid var(--color1)
}*/

.collapserow [class*=" col-"], .collapserow [class^=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.topupbtn {
    text-align: center;
    margin: 0;
    margin-top: -18px
}

    .topupbtn a {
        display: inline-block
    }

.bankname {
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    column-gap: 5px;
    margin-left: 0 !important
}

    .bankname::before {
        content: unset
    }

    .bankname input[type=radio] {
        margin: 0
    }

.icon-bank {
    background-image: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/img/bank_wallet_grid_1x.png);
    height: 26px;
    width: 96px
}

.icon-AXIB {
    background-position: -288px -7px
}

.icon-HDFB {
    background-position: -480px -77px
}

.icon-ICIB {
    background-position: -576px -78px
}

.icon-SBIB {
    background-position: -672px -149px
}

.con-ADBB {
    background-position: 0 -6px
}

.icon-YESB {
    background-position: -768px -256px
}

.nav-pills li a {
    padding: 6px 20px;
    margin-right: 10px;
    border-radius: 8px;
    background-color: #eee
}

    .nav-pills li a:hover {
        background-color: #eee
    }

.tabnoteP {
    margin-top: 10px
}

.bankschoose h4 {
    margin: 15px 0
}

.collapserow .inputselectbox, .subagentreceipt-popup .inputselectbox {
    padding-left: 10px
}

.subagentreceipt-popup textarea {
    height: auto
}

.collapserow select.inputselectbox {
    padding-right: 35px
}

.submitcancel {
    text-align: right
}

    .submitcancel a {
        height: 35px;
        display: inline-block;
        margin-left: 10px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 8px
    }

.unorderlist {
    display: flex;
    align-items: center;
    float: right
}

    .unorderlist li {
        float: left;
        margin-left: 15px
    }

        .unorderlist li a {
            display: inline-block;
            padding: 8px
        }

        .unorderlist li .inputselectbox {
            margin: 0;
            padding-right: 40px
        }

.print-icon {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-image: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/img/B2B-Images/printer.png);
    display: inline-block
}

th .checkdiv {
    display: flex;
    align-items: center;
    height: 25px;
    margin: 0;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500
}

@media(max-width:991px) {
    .sidebar-wrapper {
        height: 100%;
        top: 73px;
        z-index: 11;
        left: -220px
    }

    .DashMain, .toggled .DashMain {
        padding-left: 0
    }

    .TbsDiv {
        padding: 20px
    }

    .TabsTitle {
        margin-bottom: 15px
    }

    .ShadowDiv {
        padding: 15px
    }

    .advanceBtn {
        width: 100%
    }

    a.ExportExcel {
        position: absolute;
        padding: 6px 10px;
        right: 15px;
        font-size: 12px;
        top: 20px
    }

    .SortbySection, .bookresult .SortbySection {
        float: unset;
        overflow: auto;
        width: 100%
    }

    .sortfilterbtns {
        float: unset;
        width: 100%;
        margin: 15px 0
    }

    .clickFilter {
        margin-left: 5px;
        font-size: 12px
    }

    .dashtbl table tbody tr td, .dashtbl table thead th {
        white-space: nowrap
    }

    .AGT-Dashboard footer, .AGT-Dashboard.toggled footer {
        padding: 0
    }

    .logofooter img {
        height: 30px
    }

    .developBy {
        font-size: 12px;
        text-align: right
    }

    .colpadd0 {
        padding: 0
    }

    .BookingStatus, .PUdiv dl {
        width: 100%
    }

    .StatusColor {
        overflow: auto
    }

        .StatusColor li {
            width: 35%;
            margin-right: 15px
        }

    .ShadowDivTitle {
        font-size: 14px
    }

    .PUdiv .ShadowDivTitle {
        margin-top: 20px
    }

    .UploadDiv {
        text-align: center
    }

    .Pro-innerBOX {
        padding: 15px
    }

    .logoalignment h3 {
        font-size: 14px
    }

    .AlignmentRadio {
        margin-bottom: 15px
    }

    .Pro-innerBOX dl, .Pro-innerBOX dt {
        font-size: 10px
    }

    .paragraph ul li {
        font-size: 12px
    }

    .AgentDiv .dt02 {
        font-size: 12px;
        padding: 6px
    }

    ul.Previleges {
        display: inline-block
    }

    .topbarfix ul.nav {
        padding-top: 0
    }

    .WelcomeUser {
        margin-bottom: 10px;
        width: 100%
    }

    .topbarfix .navbar-nav > li > a {
        margin-left: 0;
        margin-right: 5px
    }

    .DashboardDiv .topbarfix .navbar-nav .open .dropdown-menu {
        position: absolute;
        left: 0;
        width: max-content
    }
}

.feedbackbtn, .socialsideicons {
    display: none
}

.note-editor {
    position: relative;
    border: 1px solid #a9a9a9;
    margin-bottom: 15px
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 100;
        display: none;
        color: #87cefa;
        background-color: #fff;
        border: 2px dashed #87cefa;
        opacity: .95;
        pointer-event: none
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            text-align: center;
            vertical-align: middle
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf;
            border: 2px dashed #098ddf
        }

    .note-editor.dragover .note-dropzone {
        display: table
    }

    .note-editor .note-toolbar {
        background-color: #f5f5f5;
        border-bottom: 1px solid #a9a9a9
    }

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 100%
    }

        .note-editor.fullscreen .note-editable {
            background-color: #fff
        }

        .note-editor.fullscreen .note-resizebar {
            display: none
        }

    .note-editor.codeview .note-editable {
        display: none
    }

    .note-editor.codeview .note-codable {
        display: block
    }

    .note-editor .note-statusbar {
        background-color: #f5f5f5
    }

        .note-editor .note-statusbar .note-resizebar {
            width: 100%;
            height: 8px;
            cursor: ns-resize;
            border-top: 1px solid #a9a9a9
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #a9a9a9
            }

    .note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
        color: #a9a9a9;
        content: attr(data-placeholder)
    }

    .note-editor .note-editable {
        min-height: 70px;
        padding: 10px;
        overflow: auto;
        outline: 0
    }

        .note-editor .note-editable[contenteditable=false] {
            background-color: #e5e5e5
        }

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-family: Menlo,Monaco,monospace,sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none
    }

.note-air-editor {
    outline: 0
}

.note-popover .popover {
    max-width: none
}

    .note-popover .popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle
    }

    .note-popover .popover .arrow {
        left: 20px
    }

    .note-popover .popover .popover-content, .note-toolbar {
        padding: 0 0 5px 5px;
        margin: 0
    }

        .note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 0
        }

        .note-popover .popover .popover-content .btn-group .note-table, .note-toolbar .btn-group .note-table {
            min-width: 0;
            padding: 5px
        }

            .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker, .note-toolbar .btn-group .note-table .note-dimension-picker {
                font-size: 18px
            }

                .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer
                }

                .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
                }

                .note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
                }

        .note-popover .popover .popover-content .note-style blockquote, .note-popover .popover .popover-content .note-style h1, .note-popover .popover .popover-content .note-style h2, .note-popover .popover .popover-content .note-style h3, .note-popover .popover .popover-content .note-style h4, .note-popover .popover .popover-content .note-style h5, .note-popover .popover .popover-content .note-style h6, .note-toolbar .note-style blockquote, .note-toolbar .note-style h1, .note-toolbar .note-style h2, .note-toolbar .note-style h3, .note-toolbar .note-style h4, .note-toolbar .note-style h5, .note-toolbar .note-style h6 {
            margin: 0
        }

        .note-popover .popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px
        }

        .note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
            min-width: 340px
        }

            .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
                margin: 0
            }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                    margin: 0 5px
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                    margin: 2px 7px;
                    font-size: 12px;
                    text-align: center;
                    border-bottom: 1px solid #eee
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                    padding: 0 3px;
                    margin: 3px;
                    font-size: 11px;
                    cursor: pointer;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
                    height: 20px
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                    background: #eee
                }

        .note-popover .popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
            min-width: 216px;
            padding: 5px
        }

            .note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child, .note-toolbar .note-para .dropdown-menu > div:first-child {
                margin-right: 5px
            }

        .note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
            min-width: 90px;
            left: 0;
        }

            .note-popover .popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
                right: 0;
                left: auto
            }

                .note-popover .popover .popover-content .dropdown-menu.right::before, .note-toolbar .dropdown-menu.right::before {
                    right: 9px;
                    left: auto !important
                }

                .note-popover .popover .popover-content .dropdown-menu.right::after, .note-toolbar .dropdown-menu.right::after {
                    right: 10px;
                    left: auto !important
                }

            .note-popover .popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
                color: #00bfff;
                visibility: hidden
            }

            .note-popover .popover .popover-content .dropdown-menu li a.checked i, .note-toolbar .dropdown-menu li a.checked i {
                visibility: visible
            }

        .note-popover .popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
            font-size: 10px
        }

        .note-popover .popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
            line-height: 1
        }

            .note-popover .popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
                width: 20px;
                height: 20px;
                padding: 0;
                margin: 0;
                border: 1px solid #fff
            }

                .note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
                    border: 1px solid #000
                }

.note-dialog > div {
    display: none
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3
}

.note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background: 0 0;
    background-color: #222 !important;
    border: 0;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

    .note-dialog .note-help-dialog .modal-content {
        background: 0 0;
        border: 1px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .note-dialog .note-help-dialog a {
        font-size: 12px;
        color: #fff
    }

    .note-dialog .note-help-dialog .title {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #fff;
        border-bottom: #fff 1px solid
    }

    .note-dialog .note-help-dialog .modal-close {
        font-size: 14px;
        color: #dd0;
        cursor: pointer
    }

    .note-dialog .note-help-dialog .text-center {
        margin: 10px 0 0
    }

    .note-dialog .note-help-dialog .note-shortcut {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .note-dialog .note-help-dialog .note-shortcut-row {
        margin-right: -5px;
        margin-left: -5px
    }

    .note-dialog .note-help-dialog .note-shortcut-col {
        padding-right: 5px;
        padding-left: 5px
    }

    .note-dialog .note-help-dialog .note-shortcut-title {
        font-size: 13px;
        color: #dd0
    }

    .note-dialog .note-help-dialog .note-shortcut-key {
        font-family: "Courier New";
        color: #dd0;
        text-align: right
    }

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

    .note-handle .note-control-selection > div {
        position: absolute
    }

    .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-opacity: .3;
        -khtml-opacity: .3;
        -moz-opacity: .3;
        opacity: .3
    }

    .note-handle .note-control-selection .note-control-handle {
        width: 7px;
        height: 7px;
        border: 1px solid #000
    }

    .note-handle .note-control-selection .note-control-holder {
        width: 7px;
        height: 7px;
        border: 1px solid #000
    }

    .note-handle .note-control-selection .note-control-sizing {
        width: 7px;
        height: 7px;
        background-color: #fff;
        border: 1px solid #000
    }

    .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: 0;
        border-bottom: 0
    }

    .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: 0;
        border-left: none
    }

    .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: 0;
        border-right: 0
    }

    .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize
    }

    .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        font-size: 12px;
        color: #fff;
        background-color: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-opacity: .7;
        -khtml-opacity: .7;
        -moz-opacity: .7;
        opacity: .7
    }

.sidebar-menu ul li.onhover {
    display: none
}

.iconmenu .sidebar-menu ul li.onhover {
    display: block
}

    .iconmenu .sidebar-menu ul li.onhover a {
        background-color: var(--bg1);
        color: #fff
    }

.toggled .flipopen {
    display: none
}

.iconmenu h4.sidebar-brand {
    display: none
}

.iconmenu .anchorclick i {
    margin: 0
}

.iconmenu .sidebar-dropdown:hover ul li.onhover a::after, .iconmenu .sidebar-menu ul li a::after, .iconmenu a.anchorclick span {
    display: none
}

.iconmenu .anchorclick {
    justify-content: flex-end
}

.iconmenu .sidebar-submenu {
    position: absolute;
    left: 250px;
    margin-top: -50px;
    background-color: #333;
    width: max-content;
    display: none !important
}

.iconmenu .sidebar-dropdown:hover .sidebar-submenu {
    display: block !important
}

.page-wrapper {
    position: relative;
    z-index: 2
}

.iconmenu .sidebar-submenu ul li a::before {
    display: none
}

.iconmenu .sidebar-dropdown:hover ul li a::after {
    display: block;
    color: #fff
}

.iconmenu .sidebar-submenu ul li a {
    padding-right: 50px
}

.anchorvoid {
    display: none !important
}

.EVpopup .Themepopup {
    width: 50%
}

.EmailDiv label {
    height: 15px;
    margin-bottom: 8px
}

.EmailDiv .note {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: -10px;
    font-weight: 500
}

.popupclick {
    text-decoration: underline
}

input.ThemeButton {
    border: none;
    text-align: center;
    height: 40px;
    cursor: pointer
}

.crlimitIcon {
    background-position: -31px -122px
}

.hoteloffersdiv .EditDiv .inputselectbox {
    margin-bottom: 10px
}

.hoteloffersdiv .dashtbl {
    margin-top: 25px
}

.hoteloffersdiv .downldFile a {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: var(--bg1)
}

.Invoice-Popup {
    width: 60%
}

    .Invoice-Popup p {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 300
    }

.Invoice-head {
    text-align: center;
    font-size: 18px;
    background: #2ec772;
    color: #fff
}

.printpdf .inputselectbox {
    padding-left: 15px
}

.pdfpopupdiv label.checkdiv {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin-right: 30px
}

    .pdfpopupdiv label.checkdiv:last-child {
        margin-right: 0
    }

.pdfpopupdiv .checkdiv .checkbox.checkbox-inline {
    position: absolute;
    left: 0;
    top: 0
}

.pdfpopupdiv h5.pdftitle {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.pdfpopupdiv label.inputlabel {
    font-size: 12px
}

th.chkbxTH {
    white-space: nowrap
}

.uploadpopup {
    width: 60%
}

.name_psnmbr {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 16px
}

    .name_psnmbr span {
        font-weight: 300;
        color: #707070
    }

.uploadpopup .inputselectbox {
    margin-bottom: 30px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #aaa
}

#RECEIPTS a.srchBtn {
    width: 100%
}

label.checkdiv .checkbox-inline {
    position: absolute;
    left: 2px;
    top: 2px
}

.sidebar-menu ul .NewReceipts.active a.subclick {
    color: #fff
}

    .sidebar-menu ul .NewReceipts.active a.subclick::after {
        content: "\f107";
        color: #fff
    }

.receipts li a {
    font-size: 13px
}

.receipts {
    padding-left: 25px
}

    .receipts > ul > li > a::before {
        background-color: #fff
    }

    .receipts > ul > li > a::after {
        font-size: 20px
    }

#ui-datepicker-div {
    width: 36em !important
}

.datepicker-wrap {
    position: relative
}

    .datepicker-wrap .ui-datepicker-trigger {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        z-index: 1;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

.ui-datepicker {
    width: 20em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid var(--color1);
    z-index: 10001 !important
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: var(--bg1)
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 11px;
        cursor: pointer
    }

        .ui-datepicker .ui-datepicker-next.ui-state-disabled, .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
            visibility: hidden
        }

        .ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 24px
    }

        .ui-datepicker .ui-datepicker-prev:before {
            border-right: 8px solid #fff
        }

    .ui-datepicker .ui-datepicker-next {
        right: 24px
    }

        .ui-datepicker .ui-datepicker-next:before {
            border-left: 8px solid #fff
        }

        .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
            display: none
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 5px;
        text-align: center;
        color: #fff;
        font-size: 1.1667em;
        font-weight: 400
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse
    }

    .ui-datepicker th {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5
    }

        .ui-datepicker th span {
            display: block;
            text-align: center;
            font-size: 1.1667em;
            font-weight: 400;
            color: var(--color1)
        }

    .ui-datepicker span.ui-datepicker-month {
        font-weight: 400
    }

    .ui-datepicker .ui-datepicker-calendar td {
        vertical-align: middle;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            color: inherit;
            display: block;
            height: 30px;
            line-height: 30px
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #dbdbdb
        }

        .ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, a.ui-state-default.ui-state-active {
            background: var(--bg1);
            color: #fff !important
        }

.ui-datepicker-group-first {
    float: left;
    width: 18em
}

.ui-datepicker-group {
    min-height: 240px
}

.ui-datepicker-group-last {
    border-right: medium none !important;
    float: right;
    width: 17.8em;
    border-left: 1px solid var(--color1)
}

.wrappoint {
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.pointbox {
    float: left;
    margin-right: 15px;
    padding: 5px;
    border-radius: 4px;
    font-weight: 400
}

.visastatus {
    background-color: #2dbff8;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px
}

.redeemcheck .checkbox-inline {
    margin-top: -20px
}

.disabled {
    pointer-events: none;
    opacity: .8;
    cursor: not-allowed
}

.editoperation .inputselectbox {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-left: 15px
}

.scrollbar-arrows {
    display: inline-block;
    width: 100%;
    height: 48px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    position: relative
}

.left-arr, .right-arr {
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
    width: 40px;
    background-color: var(--bg3);
    border: 1px solid var(--color1);
    border-radius: 6px;
    font-family: FontAwesome !important;
    text-align: center;
    line-height: 28px;
    font-size: 22px;
    color: var(--color1)
}

.right-arr {
    right: 0;
    left: auto
}

.left-arr::before {
    content: "\f100"
}

.right-arr::before {
    content: "\f101"
}

.savesuccessfully {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    text-align: center
}

    .savesuccessfully h3 {
        font-size: 20px
    }

    .savesuccessfully button.close {
        background-color: var(--bg1);
        opacity: 1;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 400;
        float: unset;
        color: #fff
    }

        .savesuccessfully button.close:hover {
            color: #fff
        }

.CancleBtn {
    background-color: var(--bg2);
    border: 1px solid var(--color1);
    color: var(--color1);
    font-weight: 300;
    font-size: 14px
}

.htmldiv {
    margin: 10px 0;
    line-height: 20px
}

.EditDiv .input_bx textarea, .inputTE {
    height: auto !important
}

.addbtn {
    float: left;
    margin-right: 15px;
    background-color: var(--bg1);
    color: #fff;
    padding: 10px;
    border-radius: 8px
}

.remove-edit {
    float: left;
    letter-spacing: 5px;
    margin-top: 10px;
    cursor: pointer
}

.displaycheck {
    margin-bottom: 15px
}

.addbranch .ThemeButton {
    display: inline-block;
    margin-bottom: 15px
}

.combomasterdialogue {
    width: 70%
}

.browesimg .imgpath input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    cursor: inherit;
    display: block
}

.btn-primary.btn-file {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin-bottom: 15px
}

.input-group .inputselectbox {
    border-radius: 0 8px 8px 0
}

.dashtbl table .dropdown-check-list .inputselectbox {
    text-align: left
}

.TDchkbox .checkbox-inline input[type=checkbox] {
    position: static;
    accent-color: var(--color1);
}

.dropdown-check-list {
    position: relative
}

    .dropdown-check-list .pre-scrollable {
        text-align: left;
        background: none repeat scroll 0 0 #fff;
        display: block;
        position: absolute;
        width: 100%;
        z-index: 2147483647;
        border: 1px solid #ddd;
        top: 100%
    }

        .dropdown-check-list .pre-scrollable li {
            padding: 10px;
            border-bottom: 1px solid #ddd
        }

            .dropdown-check-list .pre-scrollable li .displaycheck {
                margin: 0
            }

.photo-bg {
    height: 50px;
    width: 80px;
    border: 1px solid #ddd;
    display: block
}

.popuptbl {
    overflow: unset
}

.popuptbll table tbody tr td {
    border: 1px solid #ddd
}

.combomasterdialogue label.inputlabel {
    font-size: 12px
}

hr {
    border-top: 1px dashed #bcbcbc
}

.bannerPage span::after {
    font-family: FontAwesome !important;
    cursor: pointer;
    content: "\f101";
    font-size: 22px;
    top: 0;
    height: 20px;
    position: relative;
    right: 20px;
    position: absolute
}

.td-active {
    color: var(--color1) !important
}

.bannerPage span {
    display: flex;
    cursor: pointer;
    position: relative
}

.rating_new ul {
    background-color: #fff;
    border: 1px solid #ddd
}

[data-tooltip] {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    [data-tooltip]:focus, [data-tooltip]:hover {
        background-color: transparent
    }

    [data-tooltip]:before {
        content: '';
        border: 7px solid transparent
    }

    [data-tooltip]:after, [data-tooltip]:before {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        z-index: 999999;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    [data-tooltip]:after {
        height: 22px;
        padding: 11px 11px 0 11px;
        font-size: 13px;
        line-height: 11px;
        content: attr(data-tooltip);
        white-space: nowrap
    }

.simptip-position-left:after, .simptip-position-left:before, .simptip-position-right:after, .simptip-position-right:before {
    bottom: 50%
}

.simptip-position-left:after, .simptip-position-right:after {
    margin-bottom: -14.66667px
}

.simptip-position-left:after, .simptip-position-left:before {
    right: 80%
}

.simptip-movable:after, .simptip-movable:before {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear
}

[data-tooltip].simptip-position-left:after {
    background-color: #323232;
    color: #ecf0f1
}

[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    opacity: 1;
    visibility: visible
}

.simptip-position-left.simptip-movable:after {
    margin-right: 2px
}

.simptip-position-left.simptip-movable:hover:after, .simptip-position-left.simptip-movable:hover:before {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

[data-tooltip].simptip-position-left:before {
    border-left-color: #323232
}

.simptip-position-left.simptip-movable:before {
    margin-right: -10px
}

.simptip-position-left:before, .simptip-position-right:before {
    margin-bottom: -5px
}

.activetext {
    color: var(--color1)
}

.browesimg .btn-primary {
    background-color: var(--bg1);
    border: none
}

.radiocheck {
    height: 21px;
    width: 21px;
    border: 1px solid var(--color1);
    border-radius: 20px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

    .radiocheck > span {
        height: 13px;
        width: 13px;
        background-color: var(--bg1);
        border-radius: 20px;
        opacity: 0
    }

.bankname.checked .radiocheck > span {
    opacity: 1
}

.populr-banks {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px
}

.paynow-card {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: end
}

.edit-banner {
    width: 70%
}

    .edit-banner .inputselectbox {
        background-color: #fff;
        border: 1px solid #ddd;
        padding-left: 15px
    }

.combotabs {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px
}

    .combotabs li a {
        line-height: 35px;
        min-width: 100px;
        display: flex;
        padding: 0 15px;
        border-radius: 8px;
        background-color: var(--bg3);
        color: var(--color1)
    }

    .combotabs li.active a {
        background-color: var(--bg1);
        color: #fff
    }

.dropdown-check-list ul.items {
    display: none;
    margin: 0;
    border: none;
    overflow: auto;
    margin-top: 10px;
    right: -10px;
    left: unset;
    box-shadow: 0 3px 16px rgba(0,0,0,.2);
    border-radius: 8px
}

.dropdown-check-list.visible .items {
    display: block
}

.edit-banner table tr td, .edit-banner table tr th {
    text-align: center;
    vertical-align: middle
}

.dropdown-check-list ul.items li {
    line-height: normal
}

    .dropdown-check-list ul.items li label {
        font-weight: 300
    }

.imgsize {
    margin-top: 10px;
    color: #707070;
    text-align: left
}



table .inputselectbox {
    margin: 0
}

.edit-banner table tbody tr th {
    font-weight: 500;
    font-size: 14px
}

.only-checkbox {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center
}

.edit-banner table thead {
    background-color: #f5f5f5
}

.tourselect table tr td, .tourselect table tr th {
    text-align: left
}

.tourselect table tr td {
    vertical-align: top;
    padding: 15px
}

.tourselect .checkdiv {
    font-weight: 300
}

.mib .inputselectbox {
    padding-left: 15px
}

.only-checkbox .checkdiv {
    margin: 0;
    height: 15px
}

.dashtbl .only-checkbox {
    height: auto
}

.selected-star {
    position: relative
}

.br-horizontal {
    border-top: 1px dashed #ddd;
    margin-bottom: 20px
}

.helpline-edit {
    margin-bottom: 20px
}

    .helpline-edit:last-child {
        margin-bottom: 0
    }

.menuvisibility {
    min-height: 600px
}

.note-fontname button.btn {
    cursor: not-allowed;
}

.inputlabel {
    min-height: 15px;
    display: flex;
}

.input-nmbr {
    text-align: center;
    padding: 0 10px;
    min-width: 80px;
}

.nmbr-th {
    width: 90px;
}

.THTitle {
    display: flex;
    align-items: center;
    column-gap: 10px;
}




/*------------------ new css -----------*/
.invoice-info, .acount-details {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

.agent-select {
    flex: 1;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.cr-limit-info {
    flex: 2;
    display: flex;
    column-gap: 10px;
    justify-content: space-around;
    align-items: center;
}

.fit-git {
    flex: 1;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: end;
}

.radio-group {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

    .radio-group > span {
        display: flex;
        column-gap: 5px;
        align-items: center;
        cursor: pointer;
    }

    .radio-group input[type=checkbox], .radio-group input[type=radio] {
        margin: 0;
    }

    .radio-group label {
        margin: 0;
        cursor: pointer;
    }

.agent-select select.inputselectbox {
    margin: 0;
}

.agent-select .input_bx {
    width: 100%;
}

.label-left {
    color: #707070;
    font-weight: 300;
}

.cr-limit-info > div {
    display: flex;
    column-gap: 5px;
    font-weight: 400;
}

.radio-group input[type=radio] {
    accent-color: var(--color1);
    height: 18px;
    width: 30px;
    cursor: pointer;
}

.slot-click {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 8px;
    color: #707070;
    column-gap: 10px;
}

.invoice-tabs {
    display: flex;
    column-gap: 10px;
    margin-bottom: 15px;
}

    .invoice-tabs li a {
        padding: 10px 30px;
        display: flex;
        background-color: var(--bg3);
        color: var(--color1);
        border-radius: 8px;
        font-weight: 400;
    }

        .invoice-tabs li.active a, .invoice-tabs li a:hover {
            background-color: var(--bg1);
            color: #fff;
        }

.flexrow {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.flexrow-div {
    flex: 1;
}

    .flexrow-div .inputselectbox {
        margin: 0;
    }

.bookresult .EditDiv .flexrow {
    margin-bottom: 20px;
}

.add-butn a, .remv-butn a {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color1);
    font-size: 22px;
    font-weight: 600;
    border: 1px solid var(--color1);
    border-radius: 50px;
    margin: auto;
    line-height: normal;
}

    .remv-butn a span {
        display: flex;
        transform: rotate(45deg);
    }



.ticketslot {
    width: 30%;
}

.ticket-label .select label {
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}

.slottypes {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.SlotTypesDiv {
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 8px
}

    .SlotTypesDiv span:first-child {
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 20px
    }

.SoldOutCircle {
    background-color: #e04c4c
}

.LimitedCircle {
    background-color: #ffe046
}

.ts-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ticket-label {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-height: 60vh;
    overflow: auto;
    width: 100%;
}

    .ticket-label::-webkit-scrollbar {
        width: 5px;
        height: 7px
    }

    .ticket-label::-webkit-scrollbar-thumb {
        background: #c1c1c1
    }


    .ticket-label label {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin: 0;
        background-color: #eee;
        padding: 15px;
        border-radius: 8px;
        cursor: pointer;
        justify-content: space-between;
    }

        .ticket-label label input {
            margin: 0;
            accent-color: var(--color1);
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

        .ticket-label label div {
            display: flex;
            align-items: center;
            column-gap: 10px;
        }

        .ticket-label label.select {
            background-color: #fff !important;
            box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
        }

.ticket-pax {
    color: #707070;
    font-weight: 300;
}


.acount-detail-info {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

    .acount-detail-info .inputselectbox {
        margin: 0;
        max-width: 100px;
    }

    .acount-detail-info > div {
        display: flex;
        column-gap: 5px;
        font-weight: 400;
        align-items: center;
    }

.invoice-newtab input.inputselectbox {
    padding-right: 15px;
}

.EditDiv .remarks-input textarea {
    margin: 0;
}

.invoice-newtab .table-responsive {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.t-amount {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    column-gap: 10px;
}

.page-formrow .inputselectbox {
    margin: 0;
}


a.select_bx {
    padding-left: 40px !important;
}

.pax-ul-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.pax_wrapp {
    display: flex;
    column-gap: 40px;
}

.room_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .room_wrapper:last-child {
        padding: 0;
        margin: 0;
        border: 0;
    }

.list_wrapp {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.pax-lbl {
    display: flex;
    flex-flow: column;
    row-gap: 5px;
    min-height: 35px;
}

    .pax-lbl span {
        font-weight: 400;
    }

    .pax-lbl small {
        color: #707070;
    }

.add-remove-btn {
    display: flex;
    column-gap: 10px;
}

.counter_wrapper > div {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.counter_wrapper .c-wrapp {
    background-color: unset;
    font-size: 14px;
    cursor: default;
}

.counter_wrapper {
    display: flex;
}

a.done-btn {
    display: inline-flex;
    padding: 10px;
    background-color: #eee;
    border-radius: 8px;
    float: right;
    width: 70px;
    justify-content: center;
    font-weight: 400;
}

.Child_agename {
    font-weight: 400;
}

.child_wrapp {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.child-wrapp-list {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.autocomplete-suggestion span:last-child {
    color: #778ea1;
    margin-left: 0;
}

.rate-options {
    width: 60%;
}

.rateoptiontbl thead tr th:first-child {
    width: 230px;
}

.rateoptiontbl thead tr th {
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}


/*-------------------------------------------------------------------------------------*/

.wraper_hover {
    position: relative;
    display: inline-block
}

    .wraper_hover a {
        cursor: pointer
    }

.hoverinfo {
    top: -25px;
    margin-top: 10px;
    background: var(--bg3);
    padding: 15px;
    border-radius: 3px;
    width: max-content;
    display: none;
    position: absolute;
    margin-bottom: 5px;
    transition: ease .5s;
    z-index: 12;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    font-size: 13px;
    max-width: 200px;
    opacity: 0;
    right: auto;
    left: 20px;
    line-height: 20px;
    letter-spacing: 0.1px;
    border: 1px solid var(--bg1);
    font-weight: 300;
}

.wraper_hover:hover .hoverinfo {
    display: block;
    color: #000;
    opacity: 1;
    transition: all ease 1s
}

.wraper_hover a::before {
    position: absolute;
    content: "";
    font-family: FontAwesome !important;
    bottom: 18px;
    right: 0;
    left: 10px;
    font-size: 20px;
    color: var(--bg3);
    line-height: normal;
    display: none
}

.wraper_hover:hover a::before {
    display: block
}

.t-type-list {
    display: flex;
    justify-content: center;
}

    .t-type-list label {
        margin: 0;
        padding: 0;
        height: 15px;
        width: 15px;
    }

.circleinfo {
    height: 15px;
    width: 15px;
    display: flex;
    background-position: -28px -39px;
}



.op-main-detail {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.FCtext {
    font-size: 12px;
    color: var(--color1);
    position: relative;
    padding-left: 18px;
}

    .FCtext i {
        position: absolute;
        height: 15px;
        width: 12px;
        left: 0;
    }

.non-rfndble {
    color: #000;
}

    .non-rfndble i {
        background-position: -110px -147px;
    }

.rfndble i {
    background-position: -128px -147px;
}

.offerDivs {
    font-size: 12px;
    display: flex;
}

.noofferdiv {
    color: #000;
    display: flex;
    column-gap: 5px;
    position: relative;
    padding-left: 18px;
}

    .noofferdiv i {
        background-position: -110px -147px;
    }

.offerDivs > div i {
    height: 15px;
    width: 12px;
    position: absolute;
    left: 0;
}

.availbleofferdiv {
    color: var(--color1);
    display: flex;
    column-gap: 5px;
    position: relative;
    padding-left: 18px;
}

    .availbleofferdiv i {
        background-position: -128px -147px;
    }

.OP_name {
    display: inline-block;
    word-break: break-all;
    font-weight: 500;
}

.BTypetext {
    font-weight: 400;
}

.maxInfo {
    display: flex;
    align-items: center;
}

    .maxInfo i {
        display: inline-block;
        height: 20px;
        width: 14px;
    }

.UserpaxIcon {
    background-position: -145px -6px;
}

span.paxCounttext {
    margin-left: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.smallpaxIcon {
    background-position: -103px -1px;
    background-size: 121px;
}

i.paxbedIcon {
    background-position: -84px -142px;
    width: 20px;
}

.touralloption tbody tr td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.OrigionalPrice {
    font-weight: 500;
    color: #333;
    text-align: center;
}

.blocktitle {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

    .blocktitle i {
        height: 25px;
        width: 25px;
        display: flex;
    }

.rooms-tabs {
    margin-top: 20px;
}

.palmICON {
    background-position: -38px -27px;
}

.leadpassenger {
    width: 60%;
}

.inputdetails [class*=" col-"], .inputdetails [class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.inputdetails .inputselectbox {
    padding-left: 15px;
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
}

.inputdetails textarea {
    height: auto !important;
}

.inputdetails {
    padding: 10px;
}

th.tg-name {
    width: 35%;
}

.m-type {
    width: 150px;
}

.lp-detailICON {
    background-position: 0 -27px;
}
/*--------------- select2 container --------------*/
.pac-container {
    z-index: 1051;
}

.dashtbl table tbody tr td, .dashtbl table thead th {
    position: relative;
}

.input_bx span.select2 {
    display: flex;
    align-items: center;
    width: 100% !important;
}

    .input_bx span.select2 .selection {
        width: 100%;
    }

        .input_bx span.select2 .selection .select2-selection {
            height: 40px;
            display: flex;
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 0;
            background-color: #f5f5f5;
            display: flex;
            align-items: center;
            border-radius: 8px;
            padding-right: 40px;
        }

            .input_bx span.select2 .selection .select2-selection .select2-selection__rendered {
                width: 100%;
                height: 40px;
                display: flex;
                align-items: center;
            }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.input_bx.disable {
    cursor: not-allowed;
}

    .input_bx.disable select, .input_bx.disable .select2 {
        pointer-events: none;
    }

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .select2-container .select2-selection--single .select2-selection__clear {
        position: relative
    }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    display: block;
    z-index: 1051;
    position: absolute;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border-radius: 8px;
}

.select2-results {
    display: block;
}

.select2-results__options {
    display: flex;
    flex-direction: column;
}

.select2-results__option {
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 8px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #707070;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
        width: 6px;
    }

    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
        background: #ccc;
    }

.st-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pax-select {
    max-width: 180px;
}

.mrk-up {
    width: 180px;
}

.text-left {
    text-align: left !important;
}

.page-search-bar {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}

    .page-search-bar .inputselectbox {
        margin: 0;
    }

.quot-adv_search .serchbtn {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.next-prev-btn {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px;
}

.tourselect {
    overflow: auto;
    max-height: 450px;
    /*border-top: 1px solid #ddd;*/
}

    .tourselect thead {
        position: sticky;
        background-color: #fff;
        top: 0;
        z-index: 1;
    }
/*----------combo markup----------*/
.transfr-combo-tabl table tr td {
    vertical-align: middle;
}

.tg-name {
    min-width: 30%;
    max-width: 40%;
}

.transfr-combo-tabl {
    margin-bottom: 20px;
}

    .transfr-combo-tabl h3 {
        padding: 10px;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        border-left: 3px solid var(--bg1);
    }

    .transfr-combo-tabl:first-child h3 {
        margin-top: 20px;
    }

.combo-markup-title {
    text-decoration: underline;
    margin: 30px 0;
}

.transfr-combo-tabl:last-child table {
    margin: 0;
}

.tbl-footer-btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}


.THTitle {
    display: flex;
    column-gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

.blocktitle i {
    height: 25px;
    width: 25px;
    display: flex;
}

.rooms-tabs {
    margin-top: 20px;
}

.palmICON {
    background-position: -38px -27px;
}

.leadpassenger {
    width: 60%;
}

.inputdetails [class*=" col-"], .inputdetails [class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.inputdetails .inputselectbox {
    padding-left: 15px;
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
}

.inputdetails textarea {
    height: auto !important;
}

.inputdetails {
    padding: 10px;
}

th.tg-name {
    width: 35%;
}

.m-type {
    width: 150px;
}

.lp-detailICON {
    background-position: 0 -27px;
}
/*--------------- select2 container --------------*/

.pac-container {
    z-index: 1051;
}

.dashtbl table tbody tr td, .dashtbl table thead th {
    position: relative;
}

.input_bx span.select2 {
    display: flex;
    align-items: center;
    width: 100% !important;
}

    .input_bx span.select2 .selection {
        width: 100%;
    }

        .input_bx span.select2 .selection .select2-selection {
            height: 40px;
            display: flex;
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 0;
            background-color: #f5f5f5;
            display: flex;
            align-items: center;
            border-radius: 8px;
            padding-right: 40px;
        }

            .input_bx span.select2 .selection .select2-selection .select2-selection__rendered {
                width: 100%;
                height: 40px;
                display: flex;
                align-items: center;
            }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
    z-index: 1;
    margin: 0;
    height: 14px;
    width: 14px;
}

.text-center {
    text-align: center !important
}
/*--------------------profile master ---------------------*/

.addprofile-dialog {
    width: 50%;
}

textarea:focus, textarea:focus-visible {
    outline: 0;
}

.pax-select {
    max-width: 180px;
}

.mrk-up {
    width: 180px;
}

.text-left {
    text-align: left !important;
}

.page-search-bar {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}

    .page-search-bar .inputselectbox {
        margin: 0;
    }

.quot-adv_search .serchbtn {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.dwnload-icon {
    color: var(--color1);
}

.tm-radio-tabs {
    flex: 1;
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 40px;
}

.radio-group li span {
    display: flex;
    column-gap: 5px;
    align-items: center;
    cursor: pointer;
}

.flex-row {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
    row-gap: 15px;
}

.remarks-input {
    width: 100%;
}

.flex-row .flex-column .inputselectbox {
    margin: 0;
}

.input-nmbr-column {
    max-width: 100px;
}

.pax-column {
    min-width: 120px;
}

.radio-group.tm-tabs {
    column-gap: 20px;
}

.tour-name-column, .hotel-name-column {
    min-width: 250px;
}

.tsred {
    border-left: 20px solid #ff6868 !important;
    cursor: default;
}

.tsyellow {
    border-left: 20px solid #ffe046 !important;
}

.tsgreen {
    border-left: 20px solid var(--bg4) !important;
    color: #111;
}

.ticket-label .disable {
    cursor: not-allowed;
}

    .ticket-label .disable label {
        pointer-events: none;
    }

.scroll-tbl {
    max-height: 45vh;
    overflow: auto;
}

    .scroll-tbl::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-tbl::-webkit-scrollbar-thumb {
        background: #ccc;
    }

    .scroll-tbl thead {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 2;
    }

.clickhere {
    color: var(--color1);
}

.EditDiv .dwnload_link {
    line-height: 40px;
    color: var(--color1);
    text-decoration: underline;
    margin-top: 20px;
}

.bannertype-tabs a {
    background-color: var(--bg3);
    color: var(--color1);
    border: 1px solid var(--color1);
    display: inline-block;
    margin-bottom: 10px;
}

    .bannertype-tabs a.active {
        background-color: var(--bg1);
        color: #fff;
        border: 1px solid var(--color1);
    }

.i_upload {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .i_upload input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: none;
        opacity: 0;
        cursor: pointer;
    }

.i-imgupload {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    border-radius: 30px;
}

    .i-imgupload i {
        height: 20px;
        width: 20px;
        background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/supplierb2b/svg/Supplier-Icons.svg?v1);
        background-repeat: no-repeat;
        display: flex;
        background-position: -232px -5px;
        pointer-events: none;
    }

.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;
        }

.flex-ShadowDivTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crossdelete span {
    transform: rotate(45deg);
}

.grouplink-dialog {
    width: 30%;
}

.titledescription-dialog {
    width: 50%;
}

.EditBtn-icon {
    color: var(--color1);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.stripicon {
    background-image: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Tailor-made/icon-strip.svg');
    background-repeat: no-repeat;
    display: flex;
}


.i-pencil {
    background-position: -307px -9px;
}

.textarea-auto {
    resize: none;
    overflow: hidden;
    height: 40px;
}

/*-------------- dashboard css ---------------------*/

.SvgIcons {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/supplierb2b/svg/Supplier-Icons.svg);
    background-repeat: no-repeat;
}

.weblogo img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}

.reg-contents h1 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.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 -181px;
}

.a-pwdIcon {
    background-position: -30px -182px;
}

.a-cpwdIcon {
    background-position: -30px -181px;
}

.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 {
        height: 40px;
    }

.reg-block-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
}

.reg-contents h1 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.inputselectbox.countrycode {
    width: 70px !important;
}

.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;
    padding-left: 15px;
}

.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;
}

.call-icon {
    background-position: -352px -95px;
}

.i-currency {
    background-position: -360px -172px;
}

.i-fb {
    background-position: -413px -172px;
}

.i-insta {
    background-position: -434px -172px;
}

.i-youtube {
    background-position: -459px -172px;
}

.i-doc {
    display: flex;
    height: 14px;
    width: 12px;
    background-position: -210px -5px;
}
/*------------------ new css --------------*/
/*------------------ new css --------------*/

.dash-tabs-flex {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #EAE9E9;
    align-items: center;
    margin-bottom: 20px;
}

    .dash-tabs-flex li a {
        display: flex;
        gap: 8px;
        align-items: center;
        font-weight: 400;
        padding: 15px;
        color: #666;
    }

    .dash-tabs-flex li.active a {
        color: var(--color1);
        border-color: var(--color1);
        border-bottom: 2px solid;
    }

        .dash-tabs-flex li.active a path {
            stroke: var(--color1);
        }

.text-right {
    text-align: right !important;
}

.dots3 {
    display: flex;
    gap: 5px;
    padding: 10px;
}

    .dots3 i {
        height: 2px;
        display: flex;
        width: 2px;
        background-color: #2F2F2F;
    }

.dots-dropdown {
    width: max-content;
    margin-left: auto;
}

.tbl-status {
    display: inline-flex;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
}

.varified, .approved {
    color: #1F9E45;
    background-color: #EBFFF3;
}

.rejected {
    color: #DC232F;
    background-color: #FFF1F0;
}

.pending {
    color: #FF8229;
    background-color: #FFF6F0;
}

.mandatory {
    color: #0092E4;
    background-color: #EFF6FF;
}

.dots-dropdown .dropdown-menu > li > a {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.dots-dropdown .dropdown-menu > li:last-child > a {
    border-bottom: 0;
}

.dots-dropdown.open .dropdown-menu {
    right: 0;
}

/*--------------  new new ----------------*/

.fd-col {
    flex-direction: column;
}

.fd-row {
    flex-direction: row;
}

.flex-ww {
    flex-wrap: wrap;
}

.align-i-start {
    align-items: start !important;
}

.align-i-end {
    align-items: end !important;
}

.align-i-center {
    align-items: center !important;
}

.justify-c-start {
    justify-content: start !important;
}

.justify-c-end {
    justify-content: end !important;
}

.justify-c-center {
    justify-content: center !important;
}

.justify-c-sb {
    justify-content: space-between !important;
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.switch-group-list {
    flex: 1;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.inputlabel {
    margin-bottom: 8px;
}

.tab_list li {
    padding: 15px 0;
    border-bottom: 1px solid #EAE9E9;
}

.ThemeButton2 {
    border-radius: 8px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    padding: 0 15px;
    text-decoration: none;
    width: max-content;
    justify-content: center;
    border: 0;
    background-color: #fff;
    color: var(--color1);
    border: 1px solid var(--color1);
}

.ic-done {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: 0px -30px;
}

.ic-info {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: -84px -60px;
}

.ic-cancel {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: 0px -60px;
}

.ic-mail {
    display: flex;
    height: 12px;
    width: 14px;
    background-position: -1px -2px;
}

.ic-bmail {
    display: flex;
    height: 17px;
    width: 18px;
    background-position: -55px -1px;
}

.ic-efile {
    display: flex;
    height: 18px;
    width: 18px;
    background-position: -55px -31px;
}

.ic-endisable {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: -56px -62px;
}

.ic-edit {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: -30px -92px;
}

.ic-delete {
    display: flex;
    height: 16px;
    width: 18px;
    background-position: 0px -122px;
}

.ic-arrowright {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: 0px -60px;
}

.ic-whtsapp {
    display: flex;
    height: 18px;
    width: 18px;
    background-position: -56px -89px;
}

.ic-bell {
    display: flex;
    height: 16px;
    width: 14px;
    background-position: -86px -1px;
}

.pnl-click {
    position: relative;
    display: flex;
    width: 100%;
}

    .pnl-click::after {
        position: absolute;
        right: 0;
        content: "\f106";
        font-family: FontAwesome !important;
        font-size: 24px;
    }

    .pnl-click.collapsed::after {
        content: "\f107";
    }

.i-tbl-square {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAE9E9;
    border-radius: 8px;
    position: relative;
}

.dash-svg {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/svg/default/dashboard2.svg);
    background-repeat: no-repeat
}

.open > .dropdown-menu.dd-tbl-service {
    display: flex;
}

.dropdown-menu.dd-tbl-service {
    gap: 10px;
    padding: 15px;
}

    .dropdown-menu.dd-tbl-service a {
        background-color: #fff;
        border: 1px solid #EAE9E9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 15px;
        border-radius: 8px;
    }

    .dropdown-menu.dd-tbl-service li.active a {
        background-color: var(--bg2);
        border-color: var(--color1);
        color: var(--color1);
    }

.mapping-tbl table tbody tr td {
    border-top: 0;
}

.mapping-tbl table tbody tr th {
    padding: 10px;
}

.ic-invoice {
    display: flex;
    height: 16px;
    width: 16px;
    background-position: -27px -1px;
}

.ic-itinery {
    display: flex;
    height: 18px;
    width: 18px;
    background-position: -26px -29px;
}

.ic-voucher {
    display: flex;
    height: 18px;
    width: 18px;
    background-position: -26px -60px
}

.ic-ticket {
    display: flex;
    height: 18px;
    width: 18px;
    background-position: 1px -90px
}

/*------------- stop propegraion ---------------*/

li.stop-propegration {
    padding: 10px;
}

    li.stop-propegration:hover {
        color: #333;
        background-color: #fff;
    }
/*---------------------------------*/

.i-tbl-square-info {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    background-color: #fff;
}

.ic-info {
    display: flex;
    height: 14px;
    width: 14px;
    background-position: -85px -61px;
}

.new-summernote .note-editor {
    position: relative;
    border: 1px solid #ededed;
    margin-bottom: 15px;
    border-radius: 8px;
}

    .new-summernote .note-editor.note-frame {
        border-radius: 8px;
        background-color: #f5f5f5;
    }

.new-summernote .note-toolbar {
    background-color: #fff;
    border-radius: 8px;
    border-bottom: 1px solid #ededed;
    padding: 10px;
}

.new-summernote .note-editor.note-frame {
    border-radius: 8px;
    background-color: #f5f5f5;
    border-color: #eee;
}

.new-summernote .note-btn-group .note-btn {
    border-color: rgba(0,0,0,.2);
    padding: 10px 15px;
    font-size: 14px;
}

.new-summernote .note-statusbar {
    background-color: #fff !important;
    border: 0 !important;
}

.new-summernote .note-btn-group .note-btn {
    background-color: #fff;
    border: 0;
}

.new-summernote .note-toolbar .btn.active, .new-summernote .note-toolbar .btn:active, .btn-group.open .dropdown-toggle {
    background-color: var(--bg3) !important;
    box-shadow: unset;
    border-radius: 8px !important;
}

.new-summernote .note-editor .note-toolbar .note-dropdown-menu {
    padding: 10px;
    border-radius: 8px;
    border: 0;
}

.note-editable ul {
    list-style: disc;
    padding-left: 15px;
}

.new-summernote .note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
    margin: 0;
}

.new-summernote .btn-group-sm > .btn, .new-summernote .btn-sm {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    border-color: #ededed;
}

.content-dialog .inputselectbox {
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.new-summernote .note-editor .note-statusbar .note-resizebar {
    border-top: 0;
}

.pop-preview {
    padding: 32px;
    background-color: var(--bg2);
    border-radius: 8px;
}

.preview-header {
    margin-bottom: 20px;
}

.preview-body {
    color: #5F5F5F;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
}

.preview-body-title {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.preview-body p {
    margin-bottom: 24px;
}

.disabled * {
    cursor: not-allowed;
    opacity: .6
}
.disable * {
    opacity: .4
}

.pop-modal-body {
    padding: 0;
    width: max-content;
    overflow: unset;
}

    .pop-modal-body section {
        padding: 0;
        margin: 0
    }

.pop-content-left{
    flex:1;
    max-width:600px;
}

@media(min-width:1450px) {
    .pop-content-left {
        flex: 1;
        max-width: 650px;
    }
}

@media(max-width:1199px){
    .pop-content-left {
        flex: 1;
        max-width: 350px;
    }
}

.ic-call {
    display: flex;
    height: 14px;
    width: 14px;
    background-position: -85px -91px;
}