@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/poppins-v20-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins-v20-latin-900.woff2') format('woff2');
}


/* General */

:root {
    --main-color: #FF8145 !important;
    --main-btn: #1C528A !important;
    --site-bg: #FCFBFA !important;
    --sub-main-bg: #613AD6;
    --box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    --bg-1: #FE5044;
    --bg-2: #FBEFE2;
    --bg-3: #00C8F2;
    --bg-4: #F7C91B;
    --bg-5: #1B5289;
    --bg-black: #000000;
    --bg-grey: #c3c3c3;


    --input-radius: 5px;
    --btn-radius: 25px;
    --card-radius: 10px;
    --card-border-color: #dee2e6;

    --table-data-color: #4e4e4e;

    /* badge */
    --badge-success-bg: #D7F1CD;
    --badge-success-color: #42c616;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Poppins';
    background-color: var(--site-bg);
    letter-spacing: .1px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.bg-1 {
    background-color: transparent !important;
}

.bg-2 {
    background-color: var(--bg-2) !important;
}

.bg-3 {
    background-color: var(--bg-3) !important;
}

.bg-4 {
    background-color: var(--bg-4) !important;
}

.bg-5 {
    background-color: var(--bg-5) !important;
}

.bg-light {
    background-color: #e6e6e6 !important;
}

a:hover {
    text-decoration: none;
}

.aspect-ratio-sq {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}


/* scrollbar */
/* width */

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 50px;
}

/* scrollbar */


/*Header*/

.jq-toast-wrap {
    z-index: 99999 !important;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.top-header {
    width: auto;
    height: 70px;
    /* line-height: 70px; */
    /* background: #fff; */
    position: fixed;
    top: 0;
    left: 285px;
    right: 0;
    z-index: 9999;
    /* border-bottom: 1px solid #e4e4e4; */
    box-shadow: none;
}

.sticky-top-header {
    background: #FCFBFA;
    /* border-bottom: 0px solid #e4e4e4; */
    /* box-shadow: var(--box-shadow); */
    /* height: fit-content; */
}

.toggle-btn {
    /* margin: 10px auto 0 auto !important; */
    color: #404142;
    width: 35px;
    height: 35px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.20);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
    padding: 0 8px;
}

.menu-line1 {
    background: black;
    width: 18px;
    height: 1px;
    display: inline-block;
    border-radius: 50px;
}

.menu-line2 {
    background: black;
    width: 14px;
    height: 1px;
    display: inline-block;
    border-radius: 50px;
}

.menu-line3 {
    background: black;
    width: 18px;
    height: 1px;
    display: inline-block;
    border-radius: 50px;
}

.toggle-btn.ml-auto i {
    color: #fff;
    font-size: 24px;
}

.toggle-btn:hover {
    color: #404142;
}

.toggle-btn:active {
    color: #404142;
    background: #f1f1f1;
}

.logo-icon {
    width: 145px;
}

.logo-icon-2 {
    width: 110px;
}

.logo-text {
    color: #404142;
    font-size: 25px;
    margin-bottom: 0;
    margin-left: 10px;
}

.top-header .navbar {
    padding: 0;
    background: transparent;
    border: 1px solid #dcdcdc;
    border-radius: 16px 16px 0px 0px;
    background-color: white;
    padding: 0px 0px;
}

.left-topbar {
    width: auto;
    height: 70px;
    float: left;
    padding-left: 15px;
    background: transparent;
}

.right-topbar {
    width: auto;
    height: 70px;
    padding-right: 0;
}

.sidebar-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /* padding: 30px 0px 0px 0px; */
    /* height: 165px; */
    /* border-radius: 0px 30px 0 0px; */
    background: var(--main-color);
    z-index: 1;
    transition: all .2s ease-out;
    margin-bottom: 25px;
}

.right-topbar .navbar-nav .nav-link {
    /* border-left: 1px solid #e4e4e4; */
    color: #404142;
    height: auto;
    padding: 13px 13px;
    margin: 0 10px;
    font-size: 25px;
    border-radius: 16px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: var(--box-shadow); */
}

.search-bar {
    padding: 0 28px;
}

.search-arrow-back {
    display: none;
}

.search-btn-mobile {
    display: none;
}

.search-bar .btn-search-back {
    background: #f1f1f1;
    border: 1px solid #d9d3d3;
    padding: 0 20px;
    border-radius: 2px;
    height: calc(1.3em + .75rem + 2px);
}

.search-bar .btn-search-back i {
    font-size: 20px;
    color: #727171;
}

.search-bar .btn-search {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 0 25px;
    border-radius: 0px;
    height: calc(1.6em + .75rem + 2px);
}

.search-bar .btn-search i {
    font-size: 16px;
    color: #727171;
}

.search-bar input {
    height: calc(1.6em + .75rem + 2px);
    border: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 2px;
}

.dropdown-toggle-nocaret:after {
    display: none;
}

.user-box {
    line-height: 1.3;
    height: auto;
    gap: 10px;
}

.user-info {
    text-align: right;
    margin-right: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-info .user-name {
    font-size: 14px;
    color: #0A1629;
    font-weight: 600;
}

.user-info .designattion {
    font-size: 14px;
    color: #a9a8a8;
}

.user-img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    object-fit: cover;
}

.user-img img {
    border-radius: 10%;
}

.msg-count {
    position: absolute;
    left: 36px;
    top: 0;
    font-size: 10px;
    font-weight: 500;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    z-index: 5;
    padding: 0;
    color: #fff;
    background-color: #F00;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang i {
    font-size: 18px !important;
}

.lang span {
    font-size: 18px !important;
    padding-left: 6px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    line-height: initial;
    border: 0px solid #e9ecef;
    margin: 0;
    font-size: 14px;
    border-radius: 7px;
}

.top-header .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .dropdown-lg .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: var(--main-color);
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #673ab7;
    border-left: 1px solid #673ab7;
}

.top-header .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.dropdown-lg {
    position: relative;
}

.dropdown-lg .dropdown-menu {
    width: 380px;
    padding: 0px;
    margin: 0;
    border: 0;
}

.dropdown-lg .dropdown-menu .dropdown-item {
    padding: .72rem 1.2rem;
    border-bottom: 1px solid #ededed;
}

.dropdown-lg .user-online {
    position: relative;
}

.dropdown-lg .user-online:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.dropdown-lg .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.dropdown-lg .msg-name {
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-lg .msg-info {
    font-size: 13px;
    margin-bottom: 0;
}

.dropdown-lg .msg-time {
    font-size: 12px;
    margin-bottom: 0;
    color: #919191;
}

.dropdown-lg .msg-header {
    padding: .72rem 1.2rem;
    color: #fff;
    border-bottom: 0px solid #ededed;
    background: var(--main-color);
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dropdown-lg .msg-header .msg-header-title {
    font-size: 18px;
    margin-bottom: 0;
}

.dropdown-lg .msg-header .msg-header-subtitle {
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-lg .msg-footer {
    padding: .72rem 1.2rem;
    color: #673ab7;
    border-top: 0px solid #ededed;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.dropdown-lg .notify {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-right: 15px;
}

.dropdown-user-profile .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
}

.dropdown-user-profile .dropdown-menu span {
    vertical-align: middle;
}

.dropdown-language .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.dropdown-language .dropdown-menu span {
    vertical-align: middle;
    font-size: 14px;
}

.header-notifications-list {
    position: relative;
    height: 420px;
}

.header-message-list {
    position: relative;
    height: 420px;
}

.dashboard-social-list {
    position: relative;
    height: 230px;
}

.dashboard-top-countries {
    width: 100%;
    height: 322px;
}


/*Page Wrapper*/

.page-wrapper {
    position: relative;
    margin-top: 80px;
}

.sidebar-wrapper {
    width: 285px;
    height: calc(100% - 70px);
    position: fixed;
    top: 165px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: var(--main-color);
    box-shadow: none;
    transition: all .2s ease-out;
}

.work-tab-deta .morelink {
    font-weight: 700;
}

.wrapper.toggled .top-header {
    left: 65px;
}

.page-content-wrapper {
    margin-left: 285px;
    transition: all .3s ease-out;
    margin-top: 70px;
    background-color: white;
    border: 1px solid #DCDCDC;
    border-top: none;
    border-radius: 0px 0px 17px 17px;
}

.wrapper.toggled .page-content-wrapper {
    margin-left: 80px;
}

.wrapper.toggled .footer {
    margin-left: 80px;
}

.page-content {
    padding: 10px 28px 40px 28px;
}



/*Pricing Table */

.lis-bg-light {
    background-color: #00000005;
}

.lis-light {
    color: #707070;
}

.price-table {
    -webkit-transition: 0.3s ease;
}

.lis-brd-light {
    border-color: #dadada !important;
}

.lis-rounded-top {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.lis-bg-light {
    background-color: #f7f7f7;
}

.lis-latter-spacing-2 {
    letter-spacing: 2px;
}

.lis-font-weight-500 {
    font-weight: 500;
}

.price-table sup {
    top: -1.5em;
}

.price-table sup,
.price-table small {
    font-size: 1.25rem;
}

.price-table small {
    font-size: 1.25rem;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

.lis-brd-light {
    border-color: #dadada !important;
}

.lis-line-height-3 {
    line-height: 3 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lis-line-height-3 {
    line-height: 3 !important;
}

.lis-rounded-circle-50 {
    border-radius: 50px;
}

.lis-bg-primary {
    background-color: #673ab7;
}

.price-table.active {
    transform: scale(1.045);
    -webkit-transform: scale(1.045);
}

.price-table {
    -webkit-transition: 0.3s ease;
}

.lis-rounded-bottom {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


/*Metismenu*/

.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
}

.sidebar-wrapper .metismenu {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px;
}

.sidebar-wrapper .metismenu>li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    margin-bottom: 6px;
    /* transition: all .3s ease-out; */
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
    color: black;
    background: none !important;
    border-radius: 15px !important;
    color: #000;
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 10px;
}


/* .sidebar-wrapper .metismenu ul {
	border: 1px solid #ededed;
	background: #ffffff;
} */

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px;
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px;
}

.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu .mm-active>a {
    color: #fff;
    text-decoration: none;
    border-radius: 46px;
    background: var(--main-btn);
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .50em;
    height: .50em;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-221deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: .4s ease-in-out;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #cccbcb;
    padding: 8px 15px;
    font-size: 13px;
    text-align: center;
    margin-left: 260px;
    transition: all .3s ease-out;
    z-index: 10;
}

.p-tab-name {
    display: none !important;
}

@media screen and (min-width: 576px) {
    .p-tab-name {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-icon-2 {
        margin-left: 0px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-btn {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center;
        padding: 10px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 80px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none;
    }

    /* .sidebar-header {
        display: none !important;
    } */
    .chat-toggle-btn {
        display: none !important;
    }

    .email-toggle-btn {
        display: none !important;
    }

    .left-topbar {
        display: none !important;
    }
}


/*Forms */

input::placeholder {
    color: #000 !important;
    opacity: .3 !important;
}

.custom-file-label {
    font-size: 1rem;
}

.form-check-label {
    font-size: 1rem;
}

.form-text {
    font-size: 13px;
}

.invalid-feedback {
    font-size: 100%;
    margin-top: 0.55rem;
}

.custom-control-label {
    font-size: 1rem;
}

.select2-selection.select2-selection--single--single {
    font-size: 1rem;
}

.select2-selection.select2-selection--single--multiple .select2-selection__rendered {
    font-size: 1rem;
}

.select2-sm .select2-selection.select2-selection--single {
    height: calc(1.5em + .5rem + 2px);
    font-size: .875rem;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: rgba(206, 212, 218, 0.55);
    border-radius: 0;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.g-r-left .select2-selection.select2-selection--single {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.g-r-right .select2-selection.select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.scrollspy-1 {
    height: 200px;
    position: relative;
    overflow-y: scroll;
}

.scrollspy-2 {
    height: 200px;
    position: relative;
    overflow-y: scroll;
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%;
}

.chip .closebtn {
    padding-left: 10px;
    font-weight: bold;
    float: right;
    font-size: 16px;
    cursor: pointer;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-md img {
    height: 42px;
    width: 42px;
}

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.chip.chip-lg img {
    height: 52px;
    width: 52px;
}


/*Components */

.card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}

.card-header {
    background-color: transparent;
    font-size: 16px;
    text-transform: capitalize;
}

.card-group {
    margin-bottom: 30px;
}

.card-group {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.card-group .card {
    box-shadow: none;
}

.metismenu-card .card-header {
    cursor: pointer;
}

.card-deck .card {
    margin-bottom: 30px;
}


/*Buttons*/

.btn {
    text-transform: capitalize;
}

.btn i {
    vertical-align: middle;
    font-size: 17px;
    margin-top: -1em;
    margin-bottom: -1em;
    color: black;
}

.btn-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ced4da;
}

.btn-light-primary {
    color: #673ab7;
    background-color: rgb(103 58 183 / 30%);
    border-color: rgb(103 58 183 / 30%);
}

.btn-light-success {
    color: #32ab13;
    background-color: rgb(50 171 19 / 30%);
    border-color: rgb(50 171 19 / 30%);
}

.btn-light-danger {
    color: #f02769;
    background-color: rgb(240 39 105 / 30%);
    border-color: rgb(240 39 105 / 30%);
}

.btn-light-info {
    color: #198fed;
    background-color: rgb(25 143 237 / 30%);
    border-color: rgb(25 143 237 / 30%);
}

.btn-light-warning {
    color: #212529;
    background-color: rgb(255 193 7 / 30%);
    border-color: rgb(255 193 7 / 30%);
}

.btn-light-secondary {
    color: #5a7684;
    background-color: rgb(90 118 132 / 30%);
    border-color: rgb(90 118 132 / 30%);
}

.btn-light-dark {
    color: #343a40;
    background-color: rgb(52 58 64 / 30%);
    border-color: rgb(52 58 64 / 30%);
}

.btn-facebook {
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-facebook:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 89, 152, 0.5);
}

.btn-twitter {
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.btn-twitter:hover {
    color: #fff;
}

.btn-twitter:focus {
    box-shadow: 0 0 0 .2rem rgba(85, 172, 238, 0.5);
}

.btn-linkedin {
    box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
    background-color: #0976b4;
    border-color: #0976b4;
    color: #fff;
}

.btn-linkedin:hover {
    color: #fff;
}

.btn-linkedin:focus {
    box-shadow: 0 0 0 .2rem rgba(9, 118, 180, 0.5);
}

.btn-youtube {
    box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
    background-color: #e52d27;
    border-color: #e52d27;
    color: #fff;
}

.btn-youtube:hover {
    color: #fff;
}

.btn-youtube:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 45, 39, 0.5);
}

.btn-github {
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.btn-github:hover {
    color: #fff;
}

.btn-github:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, 0.5);
}

.btn-skype {
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
}

.btn-skype:hover {
    color: #fff;
}

.btn-skype:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 175, 240, 0.5);
}

.btn-pinterest {
    box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
    background-color: #cc2127;
    border-color: #cc2127;
    color: #fff;
}

.btn-pinterest:hover {
    color: #fff;
}

.btn-pinterest:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 33, 39, 0.5);
}

.btn-dribbble {
    box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff;
}

.btn-dribbble:hover {
    color: #fff;
}

.btn-dribbble:focus {
    box-shadow: 0 0 0 .2rem rgba(234, 76, 137, 0.5);
}

.btn-group-round button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-group-round button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*Background Colors*/

.bg-rose {
    background-color: #ff007c !important;
}

.bg-voilet {
    background-color: #7d00b5 !important;
}

.bg-dribbble {
    background-color: #ea4c89 !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-twitter {
    background-color: #55acee !important;
}

.bg-google {
    background-color: #e52d27 !important;
}

.bg-linkedin {
    background-color: #0976b4 !important;
}

.bg-youtube {
    background-color: #f8130b !important;
}

.bg-tumblr {
    background-color: #34526f !important;
}

.bg-vimeo {
    background-color: #86c9ef !important;
}

.bg-body {
    background-color: #f6f6f6 !important;
}

.bg-gray {
    background-color: #dee1e6 !important;
}

.bg-red-light {
    background-color: #fe6555 !important;
}

.bg-primary-blue {
    background-color: #265ed7 !important;
}

.bg-dark-blue {
    background-color: #0c1b7a !important;
}

.bg-shine-info {
    background-color: #54dee4 !important;
}

.bg-wall {
    background-color: #00cd98 !important;
}

.bg-sunset {
    background-color: #ff8b01 !important;
}

.bg-light-primary {
    background-color: rgb(103 58 183 / 33%) !important;
}

.bg-light-success {
    background-color: #d6efdc !important;
}

.bg-light-danger {
    background-color: #ffc8da !important;
}

.bg-light-warning {
    background-color: #fff3d1 !important;
}

.bg-light-info {
    background-color: #cde9ff !important;
}

.bg-light-purple {
    background-color: #dcdcff !important;
}

.bg-light-shineblue {
    background-color: #ccf7ff !important;
}

.bg-light-cyne {
    background-color: #cce8e8 !important;
}

.bg-split-primary {
    background-color: #4f2894;
    border-color: #4f2894;
}

.bg-light-sinata {
    background-color: #f7cbff !important;
}

.bg-light-mehandi {
    background: #f0ffb8 !important;
}

.bg-gradient-danger {
    background-image: linear-gradient(to left, #ff758c 0%, #ff7eb3 100%);
}

.bg-gradient-voilet {
    background-image: linear-gradient(to left, #a18cd1 0%, #fbc2eb 100%);
}

.bg-gradient-success {
    background-image: linear-gradient(to left, #05ac9d 0%, #20cfbf 100%);
}

.bg-gradient-mehandi {
    background-image: linear-gradient(to right, #dbe287, #cac531);
}


/*Text Colors*/

.text-primary {
    color: var(--bg-5) !important;
}

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #55acee !important;
}

.text-youtube {
    color: #f8130b !important;
}

.text-linkedin {
    color: #0a66c2 !important;
}

.text-skype {
    color: #00aff0 !important;
}

.text-purple {
    color: #8280ff !important;
}

.text-shineblue {
    color: #01d7ff !important;
}

.text-cyne {
    color: #008b8b !important;
}

.text-primary-blue {
    color: #265ed7 !important;
}

.text-dark-blue {
    color: #0c1b7a !important;
}

.text-shine-info {
    color: #54dee4 !important;
}

.text-grey {
    color: #dee1e6 !important;
}

.text-red {
    color: #ff392b !important;
}

.text-sinata {
    color: #a52bbb !important;
}

.text-mehandi {
    color: #839838 !important;
}

.border-lg-top-primary {
    border-top: 4px solid #673ab7;
}

.border-lg-top-info {
    border-top: 4px solid #198fed;
}

.border-lg-top-danger {
    border-top: 4px solid #f02769;
}

.icon-color-1 {
    color: #ff3030;
}

.icon-color-2 {
    color: #ff007c;
}

.icon-color-3 {
    color: #4CAF50;
}

.icon-color-4 {
    color: #ff8b01;
}

.icon-color-5 {
    color: #a400ed;
}

.icon-color-6 {
    color: #009688;
}

.icon-color-7 {
    color: #03A9F4;
}

.icon-color-8 {
    color: #c37458;
}

.icon-color-9 {
    color: #265ed7;
}

.icon-color-10 {
    color: #30d4e4;
}

.icon-color-11 {
    color: #ca9805;
}

.icon-color-12 {
    color: #a24f30;
}


/*Authentication*/

.section-authentication-login {
    height: 100vh;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

.section-authentication-register {
    height: 100%;
    padding: 1.5rem;
}

.authentication-forgot {
    height: 100vh;
    padding: 0 1rem;
}

.forgot-box {
    width: 27rem;
    border-radius: 30px;
}

.authentication-reset-password {
    height: 100vh;
    padding: 0 1rem;
}

.authentication-lock-screen {
    height: 100vh;
    padding: 0 1rem;
}

.error-404 {
    height: 100vh;
    padding: 0 1rem;
}

.login-card {
    border-right: 1px solid #dee2e6 !important;
}

.error-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.profile-social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 2px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.bg-forgot {
    background-image: url(../images/login-images/bg-forgot-password.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-lock-screen {
    background-image: url(../images/login-images/bg-lock-screen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-login {
    background-image: url(../images/login-images/bg-login-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-register {
    background-image: url(../images/login-images/bg-register-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-coming-soon {
    background-image: url(../images/login-images/bg-register-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*File Manager*/

.fm-wrapper {
    position: relative;
}

.fm-left-sidebar {
    background: #ffffff;
    width: 220px;
    height: 100%;
    position: fixed;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.fm-body {
    background: white;
    width: 100%;
    height: 100%;
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
}

.fm-menu .list-group a i {
    font-size: 23px;
}

.fm-menu .list-group a:hover {
    background: #673ab7;
    color: #ffffff;
    transition: all .2s ease-out;
}

.fm-icon-box {
    font-size: 32px;
    background: #ffffff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}

.fm-file-box {
    font-size: 25px;
    background: #e9ecef;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}

.user-plus {
    width: 33px;
    height: 33px;
    margin-left: -14px;
    line-height: 33px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}


/*Tables*/
.table-responsive {
    white-space: nowrap;
}


/*Invoice Page*/
#invoice {
    padding: 0px;
}

.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px;
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #673ab7;
}

.invoice .company-details {
    text-align: right;
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .contacts {
    margin-bottom: 20px;
}

.invoice .invoice-to {
    text-align: left;
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .invoice-details {
    text-align: right;
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #673ab7;
}

.invoice main {
    padding-bottom: 50px;
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px;
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #673ab7;
    background: #e7f2ff;
    padding: 10px;
}

.invoice main .notices .notice {
    font-size: 1.2em;
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.invoice table td,
.invoice table th {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #fff;
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #673ab7;
    font-size: 1.2em;
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
    text-align: right;
    font-size: 1.2em;
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #673ab7;
}

.invoice table .unit {
    background: #ddd;
}

.invoice table .total {
    background: #673ab7;
    color: #fff;
}

.invoice table tbody tr:last-child td {
    border: none;
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
    border-top: none;
}

.invoice table tfoot tr:last-child td {
    color: #673ab7;
    font-size: 1.4em;
    border-top: 1px solid #673ab7;
}

.invoice table tfoot tr td:first-child {
    border: none;
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0;
}

@media print {
    .invoice {
        font-size: 11px !important;
        overflow: hidden !important;
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always;
    }

    .invoice>div:last-child {
        page-break-before: always;
    }
}

.main-row {
    height: 100vh;
}

.main-col {
    max-width: 500px;
    min-height: 300px;
}

.todo-done {
    text-decoration: line-through;
}


/*Chat box*/

.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: 0.25rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.chat-sidebar {
    width: 340px;
    height: 100%;
    position: absolute;
    background: #f8f9fa;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 0px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.chat-sidebar-content {
    padding: 0px;
}

.chat-user-online {
    position: relative;
}

.chat-sidebar-header .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 40px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.chat-list .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 36px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.chat-content {
    margin-left: 340px;
    padding: 85px 15px 15px 15px;
}

.chat-header {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.chat-footer {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: 0.25rem;
}

.chat-footer-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: white;
    border: 1px solid rgb(0 0 0 / 15%);
}

.chat-tab-menu li a.nav-link {
    padding: .3rem 0.2rem;
    line-height: 1.2;
    color: #4a4b4c;
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
    color: #673ab7;
    background-color: rgb(0 123 255 / 0%);
}

.chat-title {
    font-size: 16px;
    color: #272b2f;
}

.chat-msg {
    font-size: 14px;
    color: #6c757d;
}

.chat-time {
    font-size: 13px;
    color: #6c757d;
}

.chat-list {
    position: relative;
    height: 300px;
}

.chat-list .list-group-item {
    border: 1px solid rgb(0 0 0 / 0%);
    background-color: transparent;
}

.chat-list .list-group-item:hover {
    border: 1px solid rgb(0 0 0 / 0%);
    background-color: rgb(103 58 183 / 15%);
}

.chat-list .list-group-item.active {
    background-color: rgb(103 58 183 / 15%);
}

.chart-online {
    color: #16e15e;
}

.chat-top-header-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: white;
    border: 1px solid rgb(0 0 0 / 15%);
}

.chat-content {
    position: relative;
    width: auto;
    height: 520px;
}

.chat-content-leftside .chat-left-msg {
    width: fit-content;
    background-color: #eff2f5;
    padding: 0.80rem;
    border-radius: 12px;
    max-width: 480px;
    text-align: left;
    border-top-left-radius: 0;
}

.chat-content-rightside .chat-right-msg {
    width: fit-content;
    background-color: #dcedff;
    padding: 0.80rem;
    border-radius: 12px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0;
}

.chat-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    font-size: 24px;
    color: #6c757d;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgb(0 0 0 / 15%);
}


/*Email box*/

.email-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.email-sidebar {
    width: 250px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 0px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.email-navigation {
    position: relative;
    padding: 0px;
    height: 330px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.email-header {
    position: absolute;
    height: 70px;
    left: 250px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.email-content {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 70px;
    height: auto;
    margin-left: 250px;
    padding: 0;
    background: #ffffff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.email-navigation a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: white;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    transition: all .3s ease-out;
}

.email-navigation a.list-group-item:hover {
    background-color: rgb(103 58 183 / 12%);
}

.email-navigation a.list-group-item.active {
    color: #673ab7;
    font-weight: 600;
    background-color: rgb(103 58 183 / 12%);
}

.email-meeting {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.email-meeting a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: white;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.email-meeting a.list-group-item:hover {
    background-color: rgb(0 123 255 / 15%);
    transition: all .3s ease-out;
}

.email-hangout .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 37px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.email-toggle-btn {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    color: #404142;
    border-radius: 0;
    cursor: pointer;
    background-color: white;
    border: 0px solid rgb(0 0 0 / 15%);
}

.email-actions {
    width: 230px;
    ;
}

.email-time {
    font-size: 13px;
    color: #6c757d;
}

.email-list div.email-message {
    background: #ffffff;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    color: #383a3c;
}

.email-list div.email-message:hover {
    transition: all .2s ease-out;
    background-color: #eceef1;
}

.email-list {
    position: relative;
    height: 530px;
    overflow-y: auto;
}

.email-star {
    color: #6c757d;
}

.email-read-box {
    position: relative;
    height: 530px;
}


/*Compose Mail*/

.compose-mail-popup {
    width: 42%;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 15;
    display: none;
}

.compose-mail-toggled {
    display: block;
}

.compose-mail-title {
    font-size: 16px;
}

.compose-mail-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgb(255 255 255 / 0%);
}

.compose-mail-close:hover {
    background-color: rgb(255 255 255 / 20%);
}


/* Navbars */

.nav-search input.form-control {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 45%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.nav-search input.form-control::placeholder {
    opacity: 0.5 !important;
    color: #fff !important;
}

.nav-search input.form-control::-ms-input-placeholder {
    color: #fff !important;
}

.nav-search button[type='submit'] {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 32%);
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nav-width {
    width: 340px !important;
}

.round-pagination.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.round-pagination.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.page-item.active .page-link {
    background: var(--main-color);
}


/*Extra Css*/

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
}

.login-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.contacts-social a {
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #f7f5f5;
    text-align: center;
    border-radius: 0.25rem;
}

.iconFilterTypes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.iconFilterTypes .tab.active,
.iconFilterTypes .tab:hover {
    font-weight: 700;
    color: #756af8;
}

.iconFilterTypes .tab {
    color: #000;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.list {
    position: relative;
}

ul.icons {
    list-style: none;
}

ul.icons li {
    position: relative;
}

ul.icons li {
    cursor: pointer;
    padding: 10px;
    width: 204px;
    float: left;
    box-shadow: 0 1px 5px #e3e7eb;
    margin: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f8f9fb;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

ul.icons li i {
    color: #673ab7;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    display: block;
    float: left;
    line-height: 34px;
    margin-left: 5px;
}

ul.icons li:hover {
    background: #eef1f7;
}

ul.icons li span {
    text-indent: 15px;
    display: block;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pByfF {
    animation-fill-mode: forwards;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 10%;
    transition: all 0.15s ease 0s;
    border-radius: 8px;
    overflow: hidden;
    outline: none !important;
    background: #f8f9fb;
    box-shadow: 0 1px 5px #e3e7eb;
    width: 122px;
    height: 122px;
    margin: 7px 7px;
    padding: 10px 14px;
}

.pByfF.active .icon-box-inner {
    background: rgb(238, 238, 238);
}

.pByfF .icon-box-inner {
    font-weight: 700;
    position: relative;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
    margin: 1px;
    border-radius: 8px;
    background: transparent;
    padding: 18px 10px;
}

.pByfF i {
    color: #673ab7;
    font-size: 36px;
}

.pByfF .icon-box-inner .icon-box-name {
    font-size: 12px;
    text-transform: capitalize;
    user-select: none;
    color: #a5a5a5;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
    overflow: hidden;
    margin: 5px auto 2px;
}

.pByfF:hover {
    background: #eaecf1;
}

.media-icons {
    font-size: 54px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.dashboard-icons {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 42px;
    border-radius: 10px;
}

.widgets-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 26px;
    border-radius: 10px;
}

.widgets-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 22px;
    border-radius: 10px;
}

.icon-box {
    padding: 10px 14px;
    background: #ffffff;
    box-shadow: 0 1px 5px #e3e7eb;
}

.icon-symbol i {
    font-size: 30px;
    color: #673ab7;
}

.icon-name {}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.font-small {
    font-size: 50%;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-60 {
    font-size: 60px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-30 {
    border-radius: 30px;
}

.row.row-group>div {
    border-right: 1px solid rgb(0 0 0 / 12%);
}

.row.row-group>div:last-child {
    border-right: none;
}

.accordion .card-header:after {
    font-family: 'LineIcons';
    content: "\eb2c";
    float: right;
    color: #673ab7;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\eb53";
}

.color-acordians .accordion .card-header:after {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.chart-container1 {
    position: relative;
    height: 340px;
}

.chart-container2 {
    position: relative;
    height: 400px;
}

.chart-container3 {
    position: relative;
    width: 200px;
    height: 80px;
    right: -1.25rem;
    top: -1.0rem;
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #eeeeee;
    border-radius: 3px;
}

#location-map {
    width: 100%;
    height: 220px;
}

#geographic-map {
    width: 100%;
    height: 340px;
}

.product-img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 10px;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
}

.breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid #aaa4a4;
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    font-family: 'LineIcons';
    content: "\ea5c";
}

.vertical-align-middle {
    vertical-align: middle;
}

.back-to-top {
    display: none;
    width: 43px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: white;
    position: fixed;
    border-radius: 35px;
    bottom: 20px;
    right: 12px;
    background-color: var(--main-color);
    z-index: 10000;
}

.back-to-top:hover {
    color: white;
    background-color: #000;
    transition: all .5s;
}

.vertical-separater {
    width: 1px;
    background: #dadada;
    height: 50px;
    margin: auto;
}


/*Switcher*/

.switcher-wrapper {
    width: 280px;
    height: 100%;
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-left: 0px solid #d2d2d2;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);
    transition: all .2s ease-out;
}

.switcher-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: #673ab7;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 40%;
    right: 100%;
    cursor: pointer;
}

.switcher-wrapper.switcher-toggled {
    right: 0px;
}

.switcher-body {
    padding: 1.25rem;
}


/* custom css start */

.pace .pace-activity {
    display: none;
}

.main-page-heading p {
    line-height: 1;
    color: #1E1D2B;
    letter-spacing: 6px;
    font-size: 18px;
    font-weight: 400;
}

.main-page-heading h1 {
    color: #1C2937;
    font-size: 28px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 10px;
}

.main-page-heading p {
    color: #18253399;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.media-body.user-info i {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.nav-item.dropdown.dropdown-user-profile {
    margin-right: 15px;
}

.right-topbar .navbar-nav .nav-link i {
    color: #1F1E30;
}

.right-topbar .navbar-nav .nav-link img {
    width: 20px;
    height: 20px;
}

.nav-link.dropdown-toggle.dropdown-toggle-nocaret.profile-drop {
    padding: 8px 10px;
}

.navbar-nav {
    padding-top: 10px;
}

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown {
    margin: 5px 0 20px 0;
}

.user-select-dropdown .user-info {
    justify-content: space-between !important;
    margin: 0;
}

.user-select-dropdown .user-box {
    width: 100%;
}

.user-select-dropdown .user-info .user-name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.user-select-dropdown .media-body.user-info i {
    color: #fff;
}

.user-select-dropdown .nav-link.dropdown-toggle.dropdown-toggle-nocaret.profile-drop {
    padding: 13.5px 16px;
}

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-item {
    color: #000;
}


.user-select-dropdown .btn.btn-secondary.dropdown-toggle,
.user-select-dropdown .btn.btn-secondary.dropdown-toggle.btn-primary:hover {
    background: white !important;
    border: none;
    line-height: 1.2;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding: 14px;
    border: 1px solid #FF8145 !important;
    color: black;
    border-radius: 16px;
}



.user-select-dropdown .dropdown-toggle::after {
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-radius: 5px;

}

.sidebar-wrapper hr {
    margin: 12px 0 10px 0;
    border: 1px solid var(--sub-main-bg);
}

.leftsidebar-img img {
    width: 100%;
    height: auto;
}

.toggle-btn.header-toggle {
    background: var(--main-color);
    color: #fff;
}

.verson-deta h6 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.verson-deta.text-center p {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    margin: 0;
}

@media(min-width: 1024px) {

    /* side menu add class and hover css start */

    .wrapper.toggled .logo-icon-2 {
        width: 55px;
    }

    .wrapper.toggled .sidebar-header {
        height: 85px;
    }

    .wrapper.toggled .sidebar-wrapper {
        top: 84px;
    }

    .wrapper.toggled.sidebar-hovered .sidebar-header {
        height: 165px;
    }

    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
        top: 165px;
    }

    .wrapper.toggled.sidebar-hovered .logo-icon-2 {
        width: 110px;
    }

    .wrapper.toggled.sidebar-hovered .sidebar-wrapper .metismenu {
        padding: 10px 25px;
    }

    .wrapper.toggled .nav-item.dropdown.dropdown-user-profile.user-select-dropdown {
        display: none;
    }

    .wrapper.toggled.sidebar-hovered .nav-item.dropdown.dropdown-user-profile.user-select-dropdown {
        display: block;
    }
}


/* side menu add class and hover css end */

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-item {
    padding: 6.5px 16px;
}

label {
    color: #2A3644;
    font-size: 14px;
    margin-left: 0px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
}

.select2-selection.select2-selection--single {
    font-size: 13px;
    color: #1E1D2B;
    font-weight: 500;
    border: none;
    background: #F2F2F2;
    border-radius: var(--input-radius);
    height: auto;
    padding: 3px 9px;
}

.select2-selection.select2-selection--single--single .select2-selection__arrow {
    right: 10 px;
}

.form-group {
    margin-bottom: 15px;
}

.dash-serch-right .row {
    justify-content: end;
}

input {
    font-size: 13px;
    color: #1E1D2B;
    font-weight: 500;
    border: none;
    background: #F2F2F2;
    border-radius: 60px;
    height: auto;
    padding: 10px;
    width: 100%;
}

.dash-serch-filter .row {
    align-items: end;
}

.card-body {
    padding: 20px 0px;
    border-radius: 15px;
    background: #FFF;
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10); */
    margin-bottom: 0px;
    /* box-shadow: var(--box-shadow); */
}

.dash-main-tab .nav {
    justify-content: space-between;
    align-items: center;
}

.dash-main-tab .nav-item svg path {
    fill: #000;
}

.dash-main-tab .nav-pills .nav-link.active svg path {
    fill: #fff;
}

.dash-main-tab .nav-pills .nav-link.active {
    background: white;
    border: 2px solid #FF8145;
    color: #000000;
}

.center-line {
    background: #CCC;
    width: 1px;
    height: 20px;
}

.dash-main-tab .nav-pills .nav-link {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px 100px 12px 100px;
    gap: 15px;
    border-radius: 16px;
}

.radius-41 {
    border-radius: 41px;
}

.radius-41 .card-body {
    padding: 0px 0px;
    border-radius: 45px;
}

.dash-over-card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 15px;
    height: 100%;
    box-shadow: var(--box-shadow);
}

.dash-over-contant {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dash-over-contant img {
    padding: 13px;
}

.dash-over-contant h3 {
    font-size: 15px;
    color: #1E1D2B;
    font-weight: 600;
    margin: 0;
}

.dash-over-label h4 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    border-radius: 56px;
    padding: 14px;
    width: fit-content;
}

.dash-over-label {
    margin-top: 15px;
}

.dash-over-label h4 span {
    font-weight: 400;
}

.dash-over-card.over-color1 .over-img-mian {
    background: #E8523F;
}

.dash-over-card.over-color2 .over-img-mian {
    background: #6672FB;
}

.dash-over-card.over-color3 .over-img-mian {
    background: #F8B849;
}

.dash-over-card.over-color4 .over-img-mian {
    background: #1F998E;
}

.over-img-mian {
    padding: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-left-card .col-lg-3 {
    padding-right: 5px;
}

.dash-over-card.over-color1 .dash-over-label h4 {
    background: rgba(232, 82, 63, 0.25);
}

.dash-over-card.over-color2 .dash-over-label h4 {
    background: rgba(102, 114, 251, 0.25);
}

.dash-over-card.over-color3 .dash-over-label h4 {
    background: rgba(248, 184, 73, 0.25);
}

.dash-over-card.over-color4 .dash-over-label h4 {
    background: rgba(69, 199, 255, 0.25);
}

.dash-left-card {
    margin-bottom: 20px;
}

.card-title {
    color: #1E1D2B;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.apexcharts-menu-icon {
    display: none;
}

.progress-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.progress-title h4 {
    color: #1E1D2B;
    font-size: 15px;
    font-weight: 400;
}

.progress-sec-main .row {
    row-gap: 24px;
}

.progress-line-main.progress1 .progress-bar {
    background: #E8523F;
}

.progress-line-main.progress2 .progress-bar {
    background: #6672FB;
}

.progress-line-main.progress3 .progress-bar {
    background: #F8B849;
}

.progress-line-main.progress4 .progress-bar {
    background: #1F998E;
}

.progress-line-main.progress5 .progress-bar {
    background: #000;
}

.progress-line-main.progress6 .progress-bar {
    background: #35CC00;
}

.progress-line-main .progress {
    background-color: #E6E6E6;
    height: 10px;
    border-radius: 20px;
}

.progress-sec-main {
    padding: 0;
    padding-bottom: 10px;
}

.site-visit-main {
    margin-right: -10px;
}

.site-chat-main h4 {
    text-align: center;
    color: #1E1D2B;
    font-size: 15px;
    font-weight: 500;
}

#chartdiv {
    width: 100%;
    max-width: 100%;
    height: 288px;
    margin: 0 auto;
}

.progress-sec {
    margin-right: -10px;
}

.card-title.card-new-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}

.target-left-sec hr {
    margin: 0 -15px 2px -15px;
}

.card-title.card-new-title img {
    width: 30px;
}

.target-count-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.target-count-deta {
    text-align: center;
}

.target-count-deta h4 {
    color: #1E1D2B;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.target-count-deta h5 {
    color: #fff;
    font-size: 15px;
    background: #F2F2F2;
    padding: 8px 35px;
    margin-bottom: 0;
    border-radius: 60px;
}

.target-deta-main .row {
    align-items: center;
}

.target-left-sec .col-sm-6 {
    padding-right: 5px;
}

.employs-table .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.employs-table th,
.employs-table td {
    border: none;
}

.employs-table th {
    color: #1E1D2B;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    vertical-align: middle !important;
}

.employs-table td {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 6px;
}

.employs-table .table thead th {
    border: none;
}

.rank-deta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.employs-table .dataTables_info,
.employs-table .page-item,
.employs-table div.dataTables_wrapper div.dataTables_length label,
.employs-table div.dataTables_wrapper div.dataTables_filter label {
    font-size: 12px;
}

.employs-table div.dataTables_wrapper div.dataTables_filter input {
    width: 80%;
}


/*calaender*/

.calender-main .wrapper header {
    display: flex;
    align-items: start;
    padding: 0 0 25px 0;
    justify-content: space-between;
    /*background: #ff898d;*/
    border-radius: 10px 10px 0 0;
}

.calender-main .inactive {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender-main header .icons,
.calender-main header .icons-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calender-main .icons-1,
.calender-main .icons {
    border-radius: 48px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    gap: 25px;
    padding: 11px 11px;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.calender-main header .current-date,
.calender-main header .current-date-1 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #323338 !important;
}

.calender-main .icons-1 i,
.calender-main .icons i {
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.calender-main header .current-date-1,
.calender-main header .current-date {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1E1D2B !important;
}

.calender-main .days li.active {
    background: var(--button-color);
    border-radius: 0;
}

.calender-main .days-visit li.active,
.calender-main .days li.active {
    background: var(--button-color);
    border-radius: 0;
}

.calender-main .days_visite li.active,
.calender-main .days li.active {
    background: #007EB5;
}

.calender-main .days li.active a {
    color: #fff !important;
}

.calender-main .days-visit li.active a,
.calender-main .days li.active a {
    color: #fff !important;
}

.calender-main .calendar {
    padding: 5px 0;
    float: unset !important;
}

.calender-main .calendar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    /* margin: 0; */
    padding: 0;
}

.calender-main .setting {
    margin-top: 47px;
}

.calender-main .setting h4 {
    color: #424242;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    font-size: 15px;
    padding: 12px 0px;
    height: auto;
    width: 94%;
    margin: auto;
    display: block;
    margin: 17px 0px;
}

.calender-main .calendar .days {
    margin-bottom: 0;
    padding: 0;
    margin-top: 25px;
}

.calender-main .calendar .days-visit,
.calender-main .calendar .days {
    margin-bottom: 0;
    padding: 0;
    margin-top: 25px;
}

.calender-main .calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calender-main .calendar .weeks li {
    font-weight: 600;
    font-size: 14px;
    cursor: default;
    color: #000;
}

.calender-main .weeks_visite li {
    font-weight: 700;
    font-size: 14px;
    cursor: default;
    color: #000 !important;
}

.calender-main .days_visite,
.calender-main .weeks_visite,
.calender-main .days {
    padding-left: 0 !important;
}

.calender-main .current-date_visite {
    margin: 0;
    color: #000;
    font-weight: 800;
    font-size: 18px;
}

.calender-main .calendar .days-visit li,
.calender-main .calendar .days li {
    z-index: 0;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3) !important;
    /* border: 1px solid #D5D4DF; */
    padding: 17px;
}

.calender-main .calendar ul li a {
    color: #000;
    white-space: nowrap;
}

.calender-main .days-visit li.active,
.calender-main .days li.active {
    color: #fff !important;
    border-radius: 10px;
    background: var(--main-btn);
}

.calender-main .badge.round-calender-danger.rounded-circle.celender {
    background: #000;
    color: #fff;
    padding: 4px;
    font-size: 9px;
    font-weight: 700;
    position: absolute;
    top: 4px;
    right: 11px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender-main .days-visit li::before,
.calender-main .days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*calaender*/

.visit-calender-content {
    border-radius: 14px;
    background: rgba(80, 37, 209, 0.05);
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.visit-site-deta h4 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
}

.visit-site-deta h5 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.see-more {
    border-radius: 54px;
    background: var(--main-btn);
    color: #fff;
    padding: 8px 15px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
}

.see-more:hover {
    color: #fff;
}

.ab-img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.property-visit-calender.lead-work-details .visit-calender-left {
    margin-left: -10px;
    margin-right: 0;
}

.work-detils-tab ul.tabs,
.work-detils-tab ul.remind-tabs {
    margin: 0;
    padding: 10px;
    list-style: none;
    width: 100%;
    border-radius: 68px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-detils-tab ul.tabs li,
.work-detils-tab ul.remind-tabs li {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border-left: none;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
}

.work-detils-tab ul.tabs li a,
.work-detils-tab ul.remind-tabs li a {
    text-decoration: none;
    color: #1E1D2B;
    font-weight: 600;
    display: block;
    font-size: 15px;
    padding: 12px 20px;
    border: 1px solid #fff;
    outline: none;
}

.work-detils-tab .tab_content,
.work-detils-tab .remimd-tab_content {
    padding: 0;
    margin-top: 15px;
}

.work-detils-tab ul.tabs li.active a,
.work-detils-tab ul.remind-tabs li.active a {
    border-radius: 54px;
    background: var(--main-btn);
    color: #fff;
}

.work-tab-deta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 59px;
    background: rgba(80, 37, 209, 0.05);
    padding: 17px 20px;
    margin-bottom: 10px;
}

.work-detils-tab ul.tabs li.active,
.work-detils-tab ul.remind-tabs li.active {
    width: 50%;
    text-align: center;
}

.work-tab-deta h4 {
    color: #1E1D2B;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.work-tab-deta h5 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.call-bord-col {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 15px;
}

.call-bord-img img {
    width: 35px;
    height: 35px;
}

.call-bord-card .call-bord-img {
    border-radius: 10px;
    background: #EEEAFB;
    padding: 10px;
    margin-bottom: 6px !important;
    margin: 0 5px;
}

.call-bord-card {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 12px 15px;
    text-align: center;
    height: 100%;
}

.call-bord-text h4 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 500;
}

.call-bord-text h5 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

/*.card-title.calneder-add-head {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/

.card-title.calneder-add-head input {
    padding: 6px 10px;
    color: #0A1629;
    font-size: 12px;
}

.staff-activity-main h6 {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.staff-activity-deta {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 12px;
}

.staff-activity-deta h5 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    padding: 20.6px 23.4px;
    margin: 0;
}

.staff-activity-deta.activity-color1 h5,
.staff-activity-deta.activity-color1 .staff-activity-text {
    background: rgba(80, 37, 209, 0.10);
}

.staff-activity-deta.activity-color2 h5,
.staff-activity-deta.activity-color2 .staff-activity-text {
    background: rgba(252, 81, 133, 0.10);
}

.staff-activity-text h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.staff-activity-text p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.staff-activity-text {
    border-radius: 5px;
    padding: 11px;
    width: 100%;
}

.table {
    margin-bottom: 0;
}

.table th,
.table td {
    padding: 8px;
    border: none;
}

.curren-sec-main {
    margin-left: -10px;
}

.card-body.height-100 {
    height: 96%;
}

.side-pad {
    padding-left: 5px;
}

.date-col {
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding: 0 15px;
}

.date-clicker-deta {
    text-align: center;
    border-radius: 10px;
    background: var(--main-color);
    box-shadow: 0px 4px 10px 0px rgba(80, 37, 209, 0.26);
    padding: 11px 8px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: center;
    justify-content: center;
}

.date-clicker-deta.active {
    border-radius: 10px;
    background: var(--main-btn);
    box-shadow: 0px 4px 10px 0px rgba(252, 81, 133, 0.26);
}

.days-select-deta {
    margin-bottom: 20px;
    margin-top: 25px;
}

.date-clicker-deta h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.apexcharts-legend.position-right {
    justify-content: center !important;
    right: 30px !important;
}

.side-right {
    padding-right: 5px;
}

.left-side-pad {
    padding-left: 5px;
}

.progress-line-main {
    padding-right: 50px;
}

.mob-menu-main {
    display: none;
}

.chart-center-line {
    position: relative;
}

.chart-center-line::after {
    border: 1px solid #D1D1D1;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 165px;
    transform: translateY(-50%);
}

.property-visit-calender.lead-work-details .work-detils-tab {
    padding-left: 10px;
}

.property-visit-text-main {
    padding-left: 10px;
}

.pace-progress {
    display: none !important;
}

.main-btn,
.add-main {
    border-radius: 12px;
    background: #FF8145;
    box-shadow: none;
    color: black;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
}

.main-btn:hover {
    color: black !important;
}

.page-heading-main {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.add-modal-main .property-page-main .page-heading-main.justify-content-between {
    margin: 0;
}


/* table css start */

.inner-table-main .table thead th,
.inner-table-main .table thead td,
.inner-table-main .table th,
.inner-table-main .table td {
    border: none;
    white-space: nowrap;
}

/* .inner-table-main .table thead th input {
    width: 30px;
} */

.inner-table-main .table thead th {
    color: #0A1629;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #CFD1E6;
}

.inner-table-main .table td {
    color: #0A1629;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
}

.inner-table-main table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 20px;
}

.inner-table-main table tr td:first-child,
.inner-table-main table tr th:first-child {
    /* border-radius: 10px 0 0 10px; */
    /* padding-left: 20px; */
}

/* .inner-table-main table tr td:last-child {
    border-radius: 0 10px 10px 0;
} */

.new-btns-vcs {
   padding: 4px 16px;
  background: #FED4A1;
  color: black;
  font-weight: 400;
  border-radius: 8px;
}

.action-btn {
    border-radius: 5px;
    background: #EBF4FE;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.inner-table-main .dataTables_filter input {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    height: 45px;
}

.inner-table-main table.dataTable {
    margin-top: 0;
}

.inner-table-main .dataTables_length select {
    border-radius: 14px;
    box-shadow: 0px 6px 58px 0px rgba(196, 203, 214, 0.10), 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    height: 45px;
    padding: 11px;
    width: fit-content !important;
    text-align: center;
    font-weight: 600;
}

.inner-table-main .dataTables_length label {
    font-size: 14px;
    color: #0A1629;
    font-weight: 600 !important;
}

.inner-table-main .dataTables_info {
    font-size: 14px;
    color: #0A1629;
    font-weight: 600;
}

.inner-table-main .paginate_button {
    font-size: 14px;
    color: #0A1629;
    font-weight: 500;
}

.main-btn i {
    color: black;
    font-weight: 700;
    font-size: 12px;
    margin-right: 2px;
}

.inner-table-main .dataTables_filter label,
.inner-table-main .dataTables_length label,
.inner-table-main table.dataTable {
    margin: 0 !important;
}

.right-topbar .media-body.user-info {
    margin: 0;
}


/* table css end */

.main-btn:hover {
    color: #fff;
}

.sidebar-wrapper .metismenu ul a {
    padding: 10px !important;
    color: #bfbfbf;
}

.employs-table th,
.employs-table td {
    white-space: nowrap;
}

.user-name {
    font-weight: 600 !important;
}

.badge.badge-success,
.badge.badge-danger,
.badge.badge-info,
.badge.badge-warning,
.badge.badge-primary {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    width: fit-content;
}

.badge-danger {
    background-color: #E8523F;
}

.badge-success {
    background-color: #00DD0F0F;
    color: #00BA0C;
}

.out-call {
    border-radius: 5px;
    background: #F8B849;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
}

.miss-call {
    border-radius: 5px;
    background: #E8523F;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
}

.in-call {
    border-radius: 5px;
    background: #1F998E;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
}

.main-btn.filter-btn {
    border-radius: 12px;
    background: #FFF;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    padding: 9px;
}

/* .add-modal-main .modal-content {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 6px 58px 0px rgba(121, 145, 173, 0.20);
} */

.add-modal-main .modal-header {
    border-bottom: none;
    align-items: center;
    background: #FCFBFA;
    padding: 30px 20px 20px 20px;
}

.add-modal-main .modal-footer {
    border-top: 1px solid #dcdcdc;
    background-color: #FCFBFA;
}

.add-modal-main .close {
    opacity: 1;
    margin: 0;
    padding: 0 !important;
    float: none;
    outline: none;
}

/* .add-modal-main .close span,
.btn-close {
    border-radius: 14px;
    background-color: #E9E9EB !important;
    padding: 7px 12px;
    color: #0A1629;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    display: block;
} */

.cancle-btn,
.add-main.red-btn {
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 17px;
    text-transform: capitalize;
    border: 1px solid #9D9D9D;
    background: #fff;
    color: black;
}

.add-main.red-btn {
    box-shadow: none;
}

.modal-label {
    color: #1F1E30;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.add-modal-main .modal-input,
.add-modal-main .input-main,
.select2-container--bootstrap4 .select2-selection--multiple {
    border-radius: 14px !important;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 5px;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    padding: 4px;
    outline: none;
    width: 100%;
    min-height: 38px;
}

.add-modal-main .select2-selection.select2-selection--single {
    border: 1px solid #D8E0F0;
    background: #fff;
    border-radius: var(--input-radius);
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    padding: 4px;
    outline: none;
    width: 100%;
    min-height: 38px;
}

.modal-input:focus-visible {
    border-bottom: 2px solid var(--main-color) !important;
    outline: none;
}

.chekbox-input {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}


/*filter-css*/

.fiil-modal.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    /*max-width: 100%;*/
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.fiil-modal.modal .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0 0 0 0 !important;
}

.fiil-modal.modal .modal-body {
    padding: 15px 20px 15px;
}

.fiil-modal.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.fiil-modal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.fiil-modal.modal .modal-dialog {
    max-width: 413px !important;
}

.main-btn.filter-btn img {
    width: 21px;
}

textarea.modal-input {
    padding: 10px;
}


/*filter-css*/

.market-trend-main .apexcharts-legend.position-right {
    right: 0 !important;
    padding: 0 !important;
}

.market-trend-main .row .col-lg-8 {
    padding-right: 5px;
}

.market-table-main td {
    padding: 9px 15px;
    background: #F2F2F2;
    width: 50%;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.market-table-main th {
    padding: 9px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.market-table-main table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 8px;
}

.market-table-main td:first-child {
    border-radius: 5px 0 0 5px;
}

.market-table-main td:last-child {
    border-radius: 0 5px 5px 0;
    text-align: end;
}

.market-table-main .card-title {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.market-trend-main .col-lg-6 {
    padding-right: 5px;
}

.lead-progress-main h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.lead-progress-main {
    margin-bottom: 15px;
}

.lead-progress-main .progress {
    border-radius: 30px;
    height: 17px;
    width: 100%;
}

.progress.user-progress1 .progress-bar {
    background: #5025D1;
}

.progress.user-progress2 .progress-bar {
    background: #FC5185;
}

.progress.user-progress3 .progress-bar {
    background: #F8B849;
}

.progress.user-progress4 .progress-bar {
    background: #950F4C;
}

.progress.user-progress5 .progress-bar {
    background: #17AA26;
}

.leadpro-deta-main h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.leadpro-deta-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#source-budget-chart .apexcharts-bar {
    border-radius: 30px;
    /* Adjust the value as needed */
}

.account-filter-main .select2-selection.select2-selection--single {
    background: var(--main-btn);
    color: #fff;
    padding: 8px;
}

.account-filter-main .select2-selection.select2-selection--single--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.account-filter-main {
    margin: 30px 0;
}

.accomt-card-main {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 12px;
}

.account-main-content {
    margin-top: 65px;
    padding: 0 5px;
    margin-bottom: 25px;
}

.accomt-card-main {
    border-radius: 15px;
    background: #FFF;
    box-shadow: var(--box-shadow);
    text-align: center;
    padding: 45px 12px 12px 12px;
    position: relative;
}

.accomt-card-main .accont-top-img {
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.accomt-card-main.acc-card1 .accont-top-img {
    background: #E8523F;
}

.accomt-card-main.acc-card2 .accont-top-img {
    background: #6672FB;
}

.accomt-card-main.acc-card3 .accont-top-img {
    background: #F8B849;
}

.accomt-card-main.acc-card4 .accont-top-img {
    background: #1F998E;
}

.accomt-card-main.acc-card5 .accont-top-img {
    background: #000000;
}

.accomt-card-main.acc-card6 .accont-top-img {
    background: #35CC00;
}

.accomt-card-main h5 {
    color: #1E1D2B;
    font-size: 18px;
    font-weight: 600;
}

.accomt-card-main h6 {
    color: #1E1D2B;
    font-size: 15px;
    font-weight: 700;
    border-radius: 56px;
    padding: 13px;
    margin: 0 30px;
}

.accomt-card-main.acc-card1 h6 {
    background: #FCE9E7;
}

.accomt-card-main.acc-card2 h6 {
    background: #ECEDFE;
}

.accomt-card-main.acc-card3 h6 {
    background: #FEF6E8;
}

.accomt-card-main.acc-card4 h6 {
    background: #E3F2F1;
}

.accomt-card-main.acc-card5 h6 {
    background: #DFDFDF;
}

.accomt-card-main.acc-card6 h6 {
    background: #E6F8DF;
}

.account-main-content .col-xl-2.col-sm-4 {
    padding: 0 10px;
}

.acc-left {
    padding-right: 10px;
}

.acc-right {
    padding-left: 10px;
}

.today-call-selct .select2-selection.select2-selection--single {
    padding: 3px 2px !important;
    border-radius: 5px;
    color: #0A1629;
    font-weight: 400;
}

.today-call-selct.drop-bg1 .select2-selection.select2-selection--single,
.note-bg1,
.select2-selection.select2-selection--single.drop-bg1,
span.drop-bg-1 {
    background: #E8523F;
}

.today-call-selct.drop-bg2 .select2-selection.select2-selection--single,
.note-bg2,
.select2-selection.select2-selection--single.drop-bg2,
span.drop-bg-2 {
    background: #F8B849;
}

.today-call-selct.drop-bg3 .select2-selection.select2-selection--single,
.note-bg3,
.select2-selection.select2-selection--single.drop-bg3,
span.drop-bg-3 {
    background: #2DCCFF;
}

.today-call-selct.drop-bg4 .select2-selection.select2-selection--single,
.note-bg4,
.select2-selection.select2-selection--single.drop-bg4,
span.drop-bg-4 {
    background: #1F998E;
}

.btn-primary {
    background-color: #FF8145;
    border: var(--bg-3);
    border-radius: var(--input-radius);
    color: black;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #FF8145 !important;
    border-color: var(--bg-1) !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: var(--bg-grey);
    border-color: var(--bg-grey);
    border-radius: var(--input-radius);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #a9a9a9 !important;
    border-color: #a9a9a9 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #7d7d7d;
    background-color: #ccc;
    border-color: #aaa;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:focus {
    background-color: #d7d7d7 !important;
    border-color: #b0b0b0 !important;
    color: #999 !important;
}


.note-bg1,
.note-bg2,
.note-bg3,
.note-bg4 {
    border-radius: 5px;
    padding: 8px;
}

.filter-deta {
    border-radius: 12px;
    background: #FFF;
    box-shadow: var(--box-shadow);
    padding: 20px;
    margin-bottom: 20px;
}

.filter-deta .select2-selection.select2-selection--single {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    padding: 6.5px;
}

.filter-deta .modal-input {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    padding: 12px;
}

.inner-table-main table td a {
    font-weight: 600;
    color: #0A1629;
}

.filter-deta .row {
    row-gap: 15px;
}

.calender-main .work-detils-tab {
    padding-left: 15px;
}

.calender-main .card-title.text-center {
    text-align: start !important;
    padding-left: 20px;
}

.calender-main .select2-selection.select2-selection--single {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    padding: 3px;
}

.calender-main .card-title.calneder-add-head {
    align-items: start !important;
    margin-bottom: 15px;
}

.account-filter-main .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.marketing-log-main .inner-table-main {
    margin-bottom: 25px;
}

.email-wrapper input {
    width: auto;
}

.email-wrapper .btn-primary {
    background: var(--main-color);
}

.email-wrapper .card-header.bg-dark.text-white.py-2.cursor-pointer {
    background-color: var(--main-color) !important;
}

.ann-deta-show {
    background: #FFA77D;;
    padding: 10px;
    border-radius: 12px;
}

.ann-deta-show h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ann-deta-show p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.busines-add-side {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 11px;
}

.main-btn.add-buss,
.main-btn.delet-buss {
    max-height: 38px;
    padding: 8px 11px;
}

.main-btn.add-buss img,
.main-btn.delet-buss img {
    width: 16px;
    height: 16px;
}

.main-btn.delet-buss {
    background: #DB1D11;
}

.roles-table-main h4 {
    font-size: 16px;
    background: var(--main-color);
    width: fit-content;
    color: #fff;
    padding: 10px 30px;
    margin: 20px auto 12px auto;
}

.roles-table-main th {
    color: #000;
    font-weight: 600;
}

.roles-table-main td {
    color: #000;
}

.action-btn.convert-btn {
    width: auto;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    transform: translateY(-4px);
}

.morecontent span {
    display: none;
    /* white-space: break-spaces; */
}

.morelink {
    display: inline-block;
    color: #000;
    font-weight: 600;
    transition: .3s ease-in-out;
}

.morelink:hover {
    color: var(--main-color);
}

.filter-head h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.filter-footer.modal-footer {
    border-top: none;
    padding: 0;
    margin-top: -44px;
}

.master-left-sec {
    border-radius: 24px;
    border: 1px solid #E6E7EC;
    background: #fff;
    padding: 18px;
    height: 100%;
    box-shadow: var(--box-shadow);
}


/* Scrollbar-effect------- */

.master-left-sec #accordian::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.master-left-sec #accordian::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}

.master-left-sec #accordian::-webkit-scrollbar-thumb {
    background: #0089ff;
    border-radius: 10px;
    transition: 0.5s;
}

.master-left-sec #accordian::-webkit-scrollbar-thumb:hover {
    background: #d5b14c;
    transition: 0.5s;
}

.master-left-sec .show-dropdown {
    padding: 0;
    margin: 0;
}

.master-left-sec #accordian li {
    list-style-type: none;
}

.master-left-sec #accordian ul li a {
    color: #0A1B39;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    transition: all 0.15s;
    position: relative;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 10px;
}

.master-left-sec #accordian ul li.active ul {
    display: block;
}

.master-left-sec #accordian>ul.show-dropdown>li.active>a,
.master-left-sec #accordian>ul>li>ul.show-dropdown>li.active>a,
.master-left-sec #accordian>ul>li>ul>li>ul.show-dropdown>li.active>a,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a {
    border-radius: 12px;
    border: 1px solid #E6E7EC;
    background: #E0EFFE;
    font-weight: 600;
    box-shadow: var(--box-shadow);
}

.master-left-sec #accordian>ul>li>ul,
.master-left-sec #accordian>ul>li>ul>li>ul,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul>li>ul {
    display: none;
}

.master-left-sec #accordian>ul>li.active>ul.show-dropdown,
.master-left-sec #accordian>ul>li>ul>li.active>ul.show-dropdown,
.master-left-sec #accordian>ul>li>ul>li>ul>li.active>ul.show-dropdown,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
    display: block;
}

.master-left-sec #accordian>ul>li>ul,
.master-left-sec #accordian>ul>li>ul>li>ul,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul,
.master-left-sec #accordian>ul>li>ul>li>ul>li>ul>li>ul {
    padding-left: 20px;
}

.master-left-sec #accordian a:not(:only-child):after {
    content: '';
    background-image: url(../images/custom-images/master-drop.svg);
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 15px;
    transition: 0.5s;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    transform: rotate(-90deg);
    background-size: contain;
}

.master-left-sec #accordian .active>a:not(:only-child):after {
    transform: rotate(0deg);
    top: 20px;
}

.inner-drop-deta a {
    color: #485066 !important;
}

.master-setting-main .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.master-setting-main .col-lg-10 {
    flex: 0 0 80%;
    max-width: 80%;
}

.master-left-sec #accordian ul li a img {
    margin-right: 6px;
}

.master-left-sec .inner-drop-deta li.active a {
    color: var(--main-color) !important;
    font-weight: 600 !important;
}

.master-left-sec .master-drop-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #D8DBE4;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 5px;
    z-index: 2;
    position: relative;
}

.master-left-sec #accordian .inner-drop-deta li.active .master-drop-dot {
    background: var(--main-color);
}

.master-left-sec #accordian ul li ul {
    padding: 0;
}

.master-left-sec .inner-drop-deta {
    position: relative;
    margin: 10px 0 0 0;
}

.master-left-sec .inner-drop-deta::after {
    content: '';
    position: absolute;
    background: #D8DBE4;
    height: 87%;
    width: 1px;
    top: 20px;
    left: 24px;
    z-index: 1;
}

.leads-master.inner-drop-deta::after {
    height: 80%;
}

.location-master.inner-drop-deta::after {
    height: 77%;
}

.perform-master.inner-drop-deta::after {
    height: 53%;
}

.owner-master.inner-drop-deta::after {
    height: 72%;
}

.master-right-sec .page-heading-main {
    justify-content: space-between;
}

.master-right-sec .page-heading-main h3 {
    color: #1E1D2B;
    font-size: 28px;
    font-weight: 600;
}

.short-code-deta p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 15px 0;
}

.short-code-deta {
    border-radius: 10px;
    background: #F5F5F5;
    padding: 1px 15px;
    margin-bottom: 15px;
}


/* pro live status css start */

.graf_right-card h3 {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.graf_right-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.graf-box1 {
    background: #82CD47;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.graf-box2 {
    background: #9BBEC8;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.graf-box3 {
    background: #E9B824;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.graf-box4 {
    background: #4E3636;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.graf-box5 {
    background: #82A0D8;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.graf-box6 {
    background: #FE0000;
    width: 22px;
    height: 22px;
    display: inline-block;
}

hr {
    border-top: 1px solid #E1E1E1;
    margin: 25px 0px;
}

.deta_flor img {
    background: aqua;
    border-radius: 5px;
    background: #82CD47;
    padding: 8px;
    width: 36px;
    cursor: pointer;
}

.deta_flor-main {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.deta_flor-main .select2-selection.select2-selection--single {
    width: 140px;
}

.graf_table-main table td,
.graf_table-main table th {
    text-align: center;
}

.deta_flor {
    text-align: center;
}

.select2-results__option {
    text-align: start;
}

.deta_flor h6 {
    font-size: 14px;
    margin: 10px 0;
}

deta-color0 {
    background: #82CD47 !important;
}

.deta-color1 {
    background: #FE0000 !important;
}

.deta-color2 {
    background: #9BBEC8 !important;
}

.deta-color3 {
    background: #E9B824 !important;
}

.deta-color4 {
    background: #4E3636 !important;
}

.graf_table-main table {
    border-spacing: 0 !important;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.graf_table-main table td {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    background: #fff;
}

.cheak-main label {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}

.cheak-main {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 18px;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.cheak-main input {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    cursor: pointer;
}

.graf_table-main table thead {
    background: var(--button-color);
}

.graf_table-main table thead th {
    color: #fff;
}

.graf_table-main td {
    padding: 14px 14px !important;
    white-space: nowrap;
}

select option {
    text-transform: capitalize;
}

.cheak-main :checked+label::before {
    content: "";
}

.invoice-middle-main {
    margin-top: 25px;
}

.in-ad-group .select2.select2-container.select2-container--default {
    width: 50% !important;
}

.add-main.add-in-btn {
    width: 100%;
}

.add-text-deta h3 {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
}

.form-group.drop-incheak .dropdown {
    position: relative;
    margin-bottom: 20px;
}

.form-group.drop-incheak .dropdown .dropdown-list {
    padding: 15px 15px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 223px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 10;
}

.form-group.drop-incheak .dropdown .checkbox {
    opacity: 0;
    transition: opacity 0.2s;
}

.form-group.drop-incheak .dropdown .dropdown-label {
    display: block;
    height: auto;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    color: #7D8592;
    padding: 12.5px;
    font-weight: 500;
    margin: 0;
}

.form-group.drop-incheak .dropdown .dropdown-label:before {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
}

.form-group.drop-incheak .dropdown.open .dropdown-list {
    display: block;
}

.form-group.drop-incheak .dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}

.form-group.drop-incheak .dropdown.open .dropdown-label:before {
    transform: translateY(-50%) rotate(-180deg);
}

.form-group.drop-incheak .checkbox {
    margin-bottom: 10px;
}

.form-group.drop-incheak .checkbox:last-child {
    margin-bottom: 0;
}

.form-group.drop-incheak .checkbox .checkbox-custom {
    display: none;
}

.form-group.drop-incheak .checkbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.form-group.drop-incheak .checkbox .checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
}

.form-group.drop-incheak .checkbox .checkbox-custom:checked+.checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    height: 11px;
    padding: 2px;
    transform: rotate(45deg);
    text-align: center;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.form-group.drop-incheak .checkbox .checkbox-custom-label {
    line-height: 16px;
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    color: #6c757d;
}

.infinity-sec {
    display: flex;
    align-items: center;
    gap: 40px;
}

.infinity-sec :checked+label::before {
    background: transparent;
}

.infinity-sec .checkbox input[type="checkbox"]:checked+label::after {
    border: none;
}

.graf_head-left .filter-deta {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.graf_table-main .table thead th {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #CFD1E6;
    background: var(--main-color);
}

.graf_table-main table tr td:first-child,
.graf_table-main table tr td:last-child {
    border-radius: 0;
}

.graf_table-main table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.20) !important;
    padding: 20px !important;
}

.graf_head .dropdown {
    margin: 0 !important;
}


/* pro live status css end */

.inner-drop-deta li.active a {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}


/* property web css start */

.property-web-left {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.pro-web-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.pro-web-head h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.pro-web-head h6 {
    color: #ABA8A8;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.pro-serch-filed.filter-deta {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.pro-serch-filed.filter-deta .form-group {
    margin-bottom: 15px;
}

.pro-web-selectbtn .topText {
    font-size: 18px;
    font-weight: bold;
}

.pro-web-selectbtn .selectSection {
    display: flex;
    margin-top: 12px;
    gap: 15px;
}

.pro-web-selectbtn .selectSection button {
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    font-weight: 400;
    background: transparent;
    margin: 0;
    width: 50%;
}

.pro-web-selectbtn .active {
    background-color: var(--main-color) !important;
    color: #fff;
}

.pro-web-selectbtn .content:not(:first-child) {
    display: none;
}

.pro-web-selectbtn .contentSection {
    margin: 40px;
    display: block;
    color: #666;
    display: grid;
}

.pro-type-selection {
    margin-top: 20px;
}

.pro-type-selection h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.select-multiple-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.range-filter .modal-input {
    padding: 5px !important;
}

.pro-web-head h6 a {
    color: #ABA8A8;
}

.pro-web-right-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort {
    border-radius: 81px;
    background: #fff;
    padding: 8px 14px;
    box-shadow: var(--box-shadow);
}

.sort select {
    background: #fff;
}

.pro-side-filter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-grid-sec .nav-pills .nav-link .in-svg.replaced-svg rect {
    fill: var(--main-color);
}

.list-grid-sec .nav-pills .nav-link.active {
    background: var(--main-color);
}

.list-grid-sec .nav-link.active .in-svg.replaced-svg rect {
    fill: #fff;
}

.list-grid-sec .nav-pills .nav-link {
    padding: 10px 11px;
    border-radius: 15px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #fff;
    box-shadow: var(--box-shadow);
}

.list-grid-sec .nav.nav-pills {
    gap: 10px;
}

.list-grid-sec .nav-pills .nav-link svg {
    width: 20px;
    height: 20px;
}

.pro-grid-card {
    border-radius: 15px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #fff;
    padding: 18px;
    box-shadow: var(--box-shadow);
}

.grid-card-head a {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
}

.grid-card-head {
    margin-bottom: 10px;
}

.grid-card-img {
    position: relative;
    padding-top: 61%;
    width: 100%;
}

.grid-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.proweb-details h4 {
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.proweb-details h4 span {
    font-weight: 400;
}

.proweb-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #CFCFCF;
}

.pro-grid-card h5 {
    color: #1E1D2B;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

.proweb-details h6 {
    color: #1E1D2B;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 1.3;
}

.proweb-details h6 span {
    color: #ABA8A8;
    font-size: 12px;
    font-weight: 500;
}

.center-grid-line {
    background: var(--main-color);
    height: 30px;
    width: 1px;
}

.proweb-details.area-card {
    border-radius: 10px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #fff;
    padding: 15px;
}

.grid-card-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.grid-card-footer a {
    border-radius: 10px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #fff;
    display: flex;
    gap: 8px;
    padding: 10px;
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #1E1D2B;
    font-size: 12px;
    font-weight: 600;
}

.gallry {
    background: var(--main-color) !important;
    color: #fff !important;
}

.pro-grid-main {
    margin-top: 20px;
}

.pro-grid-main .col-lg-4 {
    padding: 0 10px;
}

.pro-grid-main .row {
    row-gap: 20px;
}

.property-web-right.property-map-right iframe {
    width: 100%;
    height: 700px;
    border-radius: 19px;
}

.pro-map-head h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.pro-map-head .modal-input {
    margin-top: 8px;
    margin-bottom: 20px;
}

.pro-map-destination h5 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.pro-map-destination p {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0;
    margin-bottom: 12px;
}

.property-web-left.property-map-left {
    height: 100%;
}

.list-view-main {
    padding: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
    row-gap: 20px;
}

.list-grid-card {
    margin-top: 20px;
}

.list-card-deta h5 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.list-card-deta p {
    margin: 0;
    color: #ABA8A8;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.list-card-deta img {
    border-radius: 5px;
    width: 56px;
    height: 38px;
}

.pro-list-btn a {
    background: var(--main-color);
    padding: 9px 11px;
    border-radius: 10px;
}

.pro-list-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* property web css end */

.notes-modal .nav {
    justify-content: space-between;
}

.notes-modal .nav-pills .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 52px;
    padding: 10px 15px;
}

.notes-modal .nav-pills .nav-link.active {
    background: var(--main-btn);
    color: #fff;
}

.add-note-item {
    text-align: end;
    margin-bottom: 25px;
}

.add-note-item .main-btn {
    background: var(--main-color);
    border-radius: 50%;
    padding: 11px 12px;
    box-shadow: none;
}

.note-deta-box {
    padding: 14px;
    border: 1px dashed #959090;
    border-radius: 3px;
    margin-bottom: 20px;
}

.note-deta-box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.note-deta-box h4 span {
    color: #6B6B6B;
    font-weight: 400;
}

.notes-modal .nav.reminder-nav {
    justify-content: start;
    gap: 30px;
}

.inter-main {
    border-radius: 24px;
    border: 1px solid #E6E7EC;
    background: #fff;
    padding: 20px;
    height: 100%;
    box-shadow: var(--box-shadow);
}

.inter-head h5 {
    color: #0A1B39;
    font-size: 25px;
    font-weight: 600;
}

.inter-main-deta.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.innter-toggle-deta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-inner-drop {
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    padding: 12px;
}

.innter-toggle-deta h5 {
    color: #6C6C6C;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.innter-toggle-deta .custom-control.custom-switch,
.custom-control-label {
    cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.toggle-inner-drop .select2-selection.select2-selection--single {
    margin-top: 15px;
}

.inter-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 25px;
    padding-bottom: 15px;
}


/* profile page css start */

.profile-head h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.profile-head h4 span {
    color: #B9B9B9;
    text-transform: lowercase;
}

.profile-page-main {
    background: #FFFFFF;
    width: 30%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 35px 50px;
    margin-top: 25px;
    box-shadow: var(--box-shadow);
}

.profile-head {
    text-align: center;
}

.profile-head img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.profile-main-deta.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.profile-main-deta.filter-deta .form-group {
    margin-bottom: 15px;
}

.profile-main-deta.filter-deta .modal-input {
    background: #F3F3F3;
    border: none;
    border-radius: 5px;
}

.profile-main-deta.filter-deta .modal-footer {
    padding: 0;
    margin-top: 15px;
    border: none;
}

.record1 {
    background: #FDEAC9;
    color: #CC8D1F !important;
}

.record2 {
    background: #E0F9D2;
    color: #49991C !important;
}

.record2 {
    background: #E0F9D2;
    color: #49991C !important;
}

.record3 {
    background: #F0D2F5;
    color: #B41FCC !important;
}

.inner-table-main table td input[type="color"],
.modal-form input[type="color"] {
    width: 65px !important;
    background: #e9e9ed;
    border: 1px solid #939393;
    border-radius: 5px;
    height: 32px;
    padding: 4px;
}


/* profile page css end */


/* invoice css start */

.invoice-main .header-title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.invoice-middle-main table td,
.invoice-middle-main table th {
    border: none !important;
}

.invoice-middle-main table th {
    background: #EEEAFB;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
}

.invoice-middle-main .btn.btn-gradient.bootstrap-touchspin-up.delet-btn {
    padding: 6px 6px;
    line-height: 1;
}

.invoice-middle-main table td {
    padding: 20px 14px !important;
    white-space: nowrap;
}

.total-table tr td {
    padding: 14px 14px !important;
}

.billto h4 {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
}

.in-foot textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
}

.total-table td input {
    padding: 7px;
    width: 70px;
}

.invoice-footer textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    padding: 12px;
}

.invoice-save {
    text-align: center;
    margin-top: 25px;
}

.sales-in-main .row {
    row-gap: 15px;
}

.invoice-main {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.sales-in-main .main-btn {
    width: 100%;
    margin-bottom: 15px;
}

textarea.modal-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100%;
}

.footer-area.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

/* invoice css end */


/* lead page css start */

.lead-tab-head h5 {
    font-size: 22px;
    color: #0A1629;
    font-weight: 600;
    margin: 0;
}

.lead-tab-head {
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.note-main-deta h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.note-card-main {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.note-details-deta {
    background: #F1F1F1;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    width: 100%;
    position: relative;
}

.note-deta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.note-deta-line h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.note-deta-line h4 span {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
}

.note-details-deta .action-btn {
    background: #DCDBFC;
}

.note-inner-main {
    position: relative;
}

.note-inner-main::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 28px;
    background-image: url(../images/lead-images/note-line.svg);
    /* background-repeat: no-repeat; */
    width: 2px;
    height: 90%;
    z-index: 1;
}

.note-card-main img {
    z-index: 9;
}

.lead-recard-main {
    padding: 15px;
    border-radius: 0 12px 12px 12px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}

.lead-remind-head h4 {
    border-radius: 5px 5px 0px 0px;
    background: var(--main-color);
    color: #fff;
    font-size: 14px;
    width: fit-content;
    margin: 0;
    padding: 10px 20px;
    font-weight: 500;
}

.lead-recard-main h3 {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.lead-recard-main h3 span {
    color: #757575;
}

.lead-recard-main .down-edit {
    text-align: center;
    margin: 30px 0 10px 0;
}

.lead-recard-main .down-edit .main-btn {
    font-size: 12px;
}

.pro-color {
    color: var(--main-color) !important;
    font-weight: 600 !important;
}

.lead-tab-data .filter-deta .row {
    row-gap: 15px;
}

.activity-sec h3 {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
}

.reinder-deta-main .activity-sec h3 {
    margin-bottom: 15px;
}

.reinder-deta-main .activuty-deta-main {
    padding-left: 10px;
}

.activuty-deta-main.note-time-line {
    margin-bottom: 65px;
}

.activuty-deta-main.reminder-time-line {
    margin-bottom: 45px;
}

.reinder-deta-main .time-activity {
    align-items: center;
    margin-bottom: 35px;
}

.reinder-deta-main .time-activity h5::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 50%;
    background: #B0AFCA;
    width: 1px;
    height: 35px;
    transform: translate(-50%);
}

.activuty-deta-main {
    padding-left: 25px;
}

.time-activity {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.time-activity h5 {
    color: #7C7C7C;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 0;
    position: relative;
    margin-top: 12px;
}

.activity-sec {
    margin-bottom: 50px;
}

.time-activity h4 {
    padding: 15px;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}

#leads_activity_log .time-activity h4 {
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remind-left-img {
    text-align: center;
}

.time-activity h5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.20);
    width: 2px;
    height: 40px;
    transform: translate(-50%, 50%);
}

.lead-tab-data .filter-head h4 {
    margin-bottom: 20px;
}

.lead-remind-head h6 {
    border-radius: 10px 10px 0px 0px;
    background: var(--main-color);
    color: #fff;
    font-size: 13px;
    width: fit-content;
    margin: 0;
    padding: 10px 20px;
    font-weight: 500;
}

.remind-right-deta {
    width: 100%;
}

.lead-remind-head h6 span {
    color: #CABDF1;
    font-weight: 500;
}

.select2-container .select2-search--inline {
    float: none;
}

.modal-content .select2-container .select2-search--inline {
    float: left;
}

/* lead page css end */


/* chat css start */

.chat-box {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.chat-box .add-main {
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
    border-radius: 12px 0 0 12px;
    display: flex;
    border: none;
    align-items: center;
    width: 40px;
    padding: 0;
    height: 40px;
    justify-content: center;
    box-shadow: none;
}

.switcher-btn.theme-switch {
    top: 45%;
    transform: translateY(-50%);
    background: var(--main-color);
}

.chat-box .add-main svg {
    width: 18px;
    height: 18px;
}

.chat-box .add-main svg path {
    fill: #fff;
}

.chat-top-serch {
    margin-bottom: 15px;
}

.caht-modal-main .modal-dialog {
    max-width: 325px;
    /* margin-right: 25px !important; */
}

.caht-modal-main .fiil-modal.modal .modal-content {
    border-radius: 10px !important;
    border: 1px solid #E4E4E4;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    /* margin-top: 70px; */
}

.caht-modal-main .fiil-modal.modal .modal-body {
    overflow-y: auto;
}

.has-search .form-control {
    padding-left: 35px;
    color: #A9ABAD;
}

.form-group.has-search {
    position: relative;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    pointer-events: none;
    color: #A9ABAD;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    font-size: 16px;
}

.chat-main-deta h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.chat-box-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.chat-profile-img {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chat-profile-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chat-name-deta h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.chat-name-deta h6 {
    color: #A9ABAD;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.chat-mass-deta {
    text-align: end;
}

.chat-mass-deta h4 {
    color: #A9ABAD;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.chat-mass-deta h6 {
    background: #D34141;
    width: fit-content;
    height: fit-content;
    margin: 7px 0 0 auto;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 2px 6px;
}

.profile-activ-img {
    position: relative;
}

.profile-activ-img .active-dot {
    position: absolute;
    bottom: 4px;
    right: -2px;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    background: #3BBD0D;
    border-radius: 50%;
}

.all-mass-main {
    color: #B4B5B7;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.chat-live-status {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.chat-status-main {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chat-report-btn .add-main {
    font-size: 13px;
    padding: 7px;
}

.chat-live-status h5 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.chat-module-main {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 350px;
    /* width: 423px; */
    height: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
}

.chat-module-header {
    background: var(--main-color);
    padding: 15px;
    border-radius: 18px 18px 0 0;
    box-shadow: 5px 14px 80px 0px rgba(26, 26, 26, 0.12), 10px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.chat-module-header .chat-name-deta h4 {
    color: #fff;
}

.chat-module-header .chat-name-deta h6 {
    color: #F8F8F8;
}

.chat-module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.chat-module-header .chat-profile-img img {
    width: 40px;
    height: 40px;
}

.chat-module-header .chat-name-deta h4 {
    font-size: 14px;
}

.chat-module-header .chat-name-deta h6 {
    font-size: 13px;
    margin-top: 4px;
}

.chat-header-right img {
    width: 18px;
}

.chat-module-content {
    background: #fff;
    padding: 10px 15px;
    height: 420px;
    box-shadow: 5px 14px 80px 0px rgba(26, 26, 26, 0.12), 10px 10px 40px 0px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
}

.left-side-chat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    width: 80%;
}

.left-side-chat img,
.right-side-chat img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.left-side-chat p {
    border-radius: 10px;
    background: #F2F2F2;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

.right-side-chat p {
    border-radius: 6px;
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.right-side-chat {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin: 0 0 14px auto;
    width: 80%;
}

.chat-seen-main span {
    color: #737376;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 0 48px;
    display: inline-block;
}

.chat-seen-main .left-side-chat {
    margin: 0;
}

.chat-seen-main {
    margin-bottom: 14px;
}

.chat-seen-main.seen-right span {
    width: 100%;
    text-align: right;
    padding: 0;
}

.chat-seen-main.seen-right .right-side-chat {
    margin: 0 0 0 auto;
}

.chat-module-footer {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-module-footer input {
    border: none;
    padding: 5px;
    color: #737376;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    outline: none;
}

.chat-footer-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chat-module-header .profile-activ-img .active-dot {
    width: 10px;
    height: 10px;
}

.chat-image-view img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.right-side-chat.chat-image-main {
    gap: 8px;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-in-out infinite;
}

.chat-deta-mian {
    width: 370px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}


/* chat css snd */


/* chat report css start */

.chat-filter-main {
    margin-bottom: 25px;
}

.chat-user-left {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    padding: 15px;
    height: 100% !important;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}

.chat-user-left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-user-left .nav-pills .nav-link {
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.chat-user-left .nav-link.active {
    border-radius: 10px;
    background: var(--site-bg);
}

.chat-user-left .nav-pills .nav-link.active {
    color: #000;
    font-weight: 600;
}

.chat-user-left .nav-pills .nav-link {
    font-size: 14px;
    color: #717171;
}

.chat-user-right .chat-module-content {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background-color: #fff !important;
    box-shadow: none;
    height: 635px;
    padding: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chat-report-date p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.chat-report-date p::before {
    content: '';
    width: 50%;
    position: absolute;
    top: 50%;
    background: #D1D1D1;
    height: 1px;
    left: 0;
}

.chat-report-date p::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 50%;
    background: #D1D1D1;
    height: 1px;
    right: 0;
}

.chat-report-date p span {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 0 15px;
}

.chat-user-right .chat-seen-main.seen-right span {
    padding-right: 43px;
    margin-top: 7px;
}

.chat-user-right .chat-seen-main span {
    margin-top: 7px;
}

.chat-user-right .tab-content {
    margin-top: 15px;
}

.chat-report-head h4 {
    color: #323338;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.chat-user-left .chat-top-serch {
    margin-bottom: 25px;
}

.chat-user-right .row.filter-deta {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.caht-modal-main .fiil-modal.modal .modal-dialog {
    max-width: 330px !important;
}


/* chat report css end */

.ami-edit-box {
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    /* margin-bottom: 30px; */
    padding: 20px;
}

.ami-edit-box h2 {
    padding: 0 !important;
    margin-bottom: 10px;
}

.ami-save-center {
    margin-top: 20px;
}

.common-tab-deta {
    margin-top: 15px;
}

.common-tab-deta .nav {
    margin-bottom: 25px !important;
}

.common-tab-deta .nav-pills .nav-link.active {
    background: white;
    color: black;
    border: 1px solid #FF8145;
}

.common-tab-deta .nav-pills .nav-link {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    padding: 8px 16px !important;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}


.common-tab-deta .nav-pills .nav-item:first-child .nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.common-tab-deta .nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}



.inner-table-main table td input,
.inner-table-main table th input {
    width: fit-content;
}

.main-head-dash {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main-head-dash input {
    padding: 6px 10px;
    color: #0A1629;
    font-size: 12px;
}

.close.lead-close-deta {
    background: var(--main-btn);
    padding: 24.5px !important;
    border-radius: 0 20px 20px 0;
}

.close.lead-close-deta svg path {
    fill: #fff;
}

.remind-deta-main h4 {
    background: transparent;
    border: none;
    border-radius: 0;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    line-height: 1.5;
}

.remind-deta-main h4 span {
    color: #757575;
    font-weight: 500;
}

.remind-first-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin: 0 -15px;
    row-gap: 15px;
}

.remind-deta-main {
    border-radius: 0 10px 10px 10px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 15px;
    box-shadow: var(--box-shadow);
}

.note-card-main h3 {
    font-size: 15px;
    color: #7C7C7C;
    white-space: nowrap;
}

.note-card-main h3 {
    font-size: 15px;
    color: #7C7C7C;
    white-space: nowrap;
    background: #fff;
    z-index: 9;
    position: relative;
    padding-top: 10px;
}

.note-left-deta {
    text-align: center;
}

.note-left-deta img {
    width: 50px;
    height: 50px;
    z-index: 9;
    position: relative;
}

.reinder-deta-main .activity-sec h3 {
    color: #000;
    font-weight: 600;
}

.reinder-deta-main.note-module .time-activity h5::after {
    height: 85px;
}

.remind-deta-main.call-log-deta .remind-first-row {
    margin-bottom: 12px;
}


/* report page css start */

.report-page-main .card-header {
    cursor: pointer;
    background: var(--main-btn);
    border-radius: 10px;
}

.acc-row-main {
    background: transparent;
    box-shadow: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -15px;
    row-gap: 30px;
}

.acc-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

.acc-item .card-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.acc-item .card-header::after {
    font-family: 'LineIcons';
    content: "\eb2c";
    float: right;
    color: #fff;
    font-weight: bold;
}

.acc-item .card-body {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #FFEEF3;
    box-shadow: none;
    margin-bottom: 0;
}

.acc-inner-deta ul {
    margin: 0;
    padding-left: 13px;
}

.acc-inner-deta ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.acc-inner-deta ul li {
    margin-bottom: 12px;
}

.acc-inner-deta ul li:last-child {
    margin-bottom: 0;
}

.report-page-main {
    margin-top: 30px;
}

.inner-table-main .custom-select {
    background-image: none;
}

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-item p {
    margin: 0;
    font-size: 11px;
}

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 95%;
    margin: 0 auto;
}

.user-select-dropdown .btn.btn-secondary.dropdown-toggle span b {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
}


/* login-page css start */

.login-page-main {
    background-image: url(../images/custom-images/new-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.login-deta-main {
    width: fit-content;
    margin: 0 0 0 auto;
    height: 100vh;
    text-align: start;
    padding: 100px 140px 100px 350px;
    position: relative;
    z-index: 1;
}

.login-deta-main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/custom-images/login-shap.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login-text h2 {
    font-size: 45px;
    color: #1E1E1E;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.login-form label {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
}

.login-form input {
    background: transparent;
    border: 1px solid #5B5B5B;
    border-radius: 8px;
    color: #5B5B5B;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}

.login-form input::placeholder {
    color: #5B5B5B;
}

.login-form .form-group {
    margin-bottom: 18px;
}

.forgot-left {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.forgot-left input {
    width: auto;
    cursor: pointer;
}

.forgot-left label {
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

.forgot-deta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-deta a {
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

.sign-in-deta {
    margin-top: 25px;
}

.sign-in-btn {
    background: var(--main-btn);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.sign-in-btn.down-btn {
    background: transparent;
    color: #000;
    border: 1px solid #5B5B5B;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.sign-in-deta p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}


/* login-page css end */

.import-row-main {
    margin-top: 20px;
}

/* report page css end */

.import-row-main .form-group.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: end;
    gap: 15px;
}

.del-btn-group {
    display: flex;
    gap: 10px;
}

.main-btn.red-btn {
    background: #E8523F;
    box-shadow: none;
}

.main-btn.primary-btn {
    background: var(--main-color);
    box-shadow: none;
}

.btn-close {
    border: none;
}

.select2-selection--multiple {
    max-height: 40px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    height: auto;
    padding: 6.6px;
    outline: none !important;
    box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    background: transparent;
}

.site-visit-right {
    display: flex;
    gap: 10px;
}

.btn.btn-icon.waves-effect.waves-light i {
    font-size: 16px;
}

.btn.btn-icon.waves-effect.waves-light {
    border-radius: 5px;
    background: #E9E9EB;
    padding: 1px 6px;
}

.navigation-line {
    background: #D9D9D9;
    width: 14px;
    height: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 3px;
    z-index: 9;
    border-radius: 15px;
}

.upload-section p {
    font-weight: bold;
}

.site-visit-btns {
    margin-top: 15px !important;
}

.inter-main-deta.filter-deta .filter-footer.modal-footer {
    margin-top: 0;
}

.email-list div.email-message b {
    color: var(--main-color);
    font-weight: 600;
}

.date-selection-input {
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    white-space: nowrap;
    width: fit-content !important;
    padding: 11px 10px !important;
}

.form-control.form-control-1.input-sm.monthyear {
    font-size: 13px;
    color: #1E1D2B;
    font-weight: 500;
    border: none;
    background: #FF8145;
    border-radius: 10px;
    /* width: 80%; */
    /* margin: 0 0 0 auto; */
    position: relative;
    padding: 10px 5px 7px 35px;
    height: auto;
}

.form-control.form-control-1.input-sm.monthyear::placeholder {
    color: #1E1D2B !important;
    opacity: 1 !important;
}

.custom-date-picker img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.custom-date-picker {
    position: relative;
    width: 100px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top table tr td span,
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom table tr td span {
    width: 22%;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
    font-family: 'Poppins';
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top table tr td span.active.active,
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom table tr td span.active.active {
    background-color: var(--main-color);
    background-image: none;
}

.email-navigation .badge-primary {
    background: var(--main-color);
}

.pro-visit-mob {
    display: none;
}

.pro-visit-mob .visit-site-deta span {
    font-weight: 400;
}

.master-left-sec.report-page-deta .inner-drop-deta::after {
    height: 91%;
}

.master-left-sec.report-page-deta .user-report.inner-drop-deta::after {
    height: 55%;
}

.master-left-sec.report-page-deta .location-master.inner-drop-deta::after {
    height: 86%;
}

.master-left-sec.report-page-deta .lead-report.inner-drop-deta::after {
    height: 80%;
}

.master-left-sec.report-page-deta .perform-master.inner-drop-deta::after {
    height: 69%;
}

.master-left-sec.report-page-deta .owner-master.inner-drop-deta::after {
    height: 89%;
}

.master-left-sec.report-page-deta .custo-report.inner-drop-deta::after {
    content: none;
}

.master-left-sec.report-page-deta .Property-report.inner-drop-deta::after {
    height: 77%;
}

.simplebar-content li ul.drop-inner-ul {
    position: relative;
}

.simplebar-content li ul.drop-inner-ul::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 75%;
    width: 2px;
    top: 13px;
    left: 22px;
    border-radius: 10px;
}

.simplebar-content li ul.marketing-drop.drop-inner-ul::after {
    height: 68%;
}

.simplebar-content li ul.setting-drop.drop-inner-ul::after {
    height: 83%;
}

.simplebar-content li ul.property-drop.drop-inner-ul::after {
    height: 65%;
}

.simplebar-content li ul.leads-drop.drop-inner-ul::after {
    height: 66%;
}

.simplebar-content li ul.utility-drop.drop-inner-ul::after {
    height: 50%;
}

.simplebar-content li ul.notification-drop.drop-inner-ul::after {
    height: 53%;
}

.sidebar-wrapper .metismenu ul a img {
    margin-right: 10px;
    margin-top: -10px;
}

/*.mm-collapse li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/

.sidebar-wrapper .metismenu ul li.mm-active a {
    background: white;
    border-radius: 5px;
}

.sidebar-wrapper .metismenu ul li a:hover {
    background: var(--sub-main-bg) !important;
    border-radius: 5px !important;
}

.sidebar-wrapper .metismenu ul li img {
    margin-left: 22px;
    margin-bottom: 10px;
    display: none;
}

.simplebar-content li ul.mm-collapse.mm-show img {
    display: block;
}

.wing-add-main {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.pro-input-add {
    display: flex;
    align-items: center;
    justify-content: end;
}

.pro-input-add .main-btn {
    padding: 7px 13px !important;
}

.pro-input-add .main-btn img {
    width: 10px !important;
    height: 11px !important;
}

.pro-flor-row.filter-deta .modal-input {
    border-radius: 10px !important;
    border: 1px solid #D8E0F0 !important;
    background: #FFF !important;
    font-size: 14px !important;
    color: #7D8592 !important;
    height: auto !important;
}

.pro-flor-row.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.pro-partial {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pro-partial .control.control--radio {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-direction: row-reverse;
    gap: 10px;
    border: 1px solid #D8E0F0 !important;
    background: #FFF !important;
    padding: 10px;
    border-radius: 10px;
    margin: 0 !important;
}

.pro-partial .control-group.d-flex.align-items-center {
    margin-bottom: 0 !important;
}

.property-page-main .modal .modal-body .property-filter ul.nav-pills li a.active span svg path {
    fill: #fff;
}

.property-page-main .modal .modal-body .property-filter ul.nav-pills li a span svg {
    width: 20px;
    height: 20px;
}

.call-bord-img.call-bord1 {
    background: #FADCD9;
}

.call-bord-img.call-bord2 {
    background: #E0E3FE;
}

.call-bord-img.call-bord3 {
    background: #FEF1DB;
}

.call-bord-img.call-bord4 {
    background: #D2EBE8;
}

.call-bord-img.call-bord5 {
    background: #F2F2F2;
}

.call-bord-img.call-bord6 {
    background: #D7F5CC;
}

.call-bord-img.call-bord7 {
    background: #EDFAFF;
}

.call-bord-img.call-bord8 {
    background: #FEDCE7;
}

.call-bord-img.call-bord9 {
    background: #F2EDDC;
}

.call-bord-img.call-bord10 {
    background: #DCD3F6;
}

.target-count-main.target-color-1 .target-count-deta h5 {
    background: #E8523F;
}

.target-count-main.target-color-2 .target-count-deta h5 {
    background: #6672FB;
}

.target-count-main.target-color-3 .target-count-deta h5 {
    background: #45C7FF;
}

.target-count-main.target-color-4 .target-count-deta h5 {
    background: #1F998E;
}

.pro-add-inner {
    position: relative;
    padding-top: 55%;
    width: 100%;
}

.pro-add-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    object-fit: cover;
}

.inner-del {
    position: absolute;
    top: 0;
    right: 0;
}

.pro-add-img {
    position: relative;
}

.video-url {
    margin: 15px;
    margin-bottom: 0;
}

/* darft letter css start */
.draft-letter-main .main-btn.delet-buss {
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.draft-left {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #F9F9F9;
    padding: 14px;
    height: 100%;
}

.draft-left .nav-pills .nav-link.active {
    background: var(--main-color);
    font-weight: 500;
}

.draft-left .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.draft-right.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.add-draft-main.filter-deta {
    margin: 20px 0;
    width: 50%;
}

.draft-select .form-group {
    width: 20%;
}

.letter-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.letter-name p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.add-margin-main.filter-deta {
    background: #e6e8ff;
    margin: 0;
}

.draft-textarea {
    margin-bottom: 20px;
}

.letter-view.filter-deta h5 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}

.letter-view.filter-deta p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
}

.map-pro-main {
    height: 658px;
    overflow: hidden;
    overflow-y: auto;
}

.purple-box.chnge-bg {
    background: var(--main-color);
    padding: 15px;
    border-radius: 12px;
}

.purple-box.chnge-bg p {
    margin: 8px 0 5px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.purple-box.chnge-bg h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.bank-case-card {
    margin-bottom: 20px;
}

.bank-case-card .row {
    justify-content: center;
}

.draft-letter-deta .modal-footer {
    border: none;
    padding: 0;
    margin-top: 20px;
}

/* darft letter css end */

.lead-user-progress .card-title {
    margin-bottom: 15px;
}

.input-main.datepicker,
.modal-input.datepicker {
    padding: 12px 17px;
}

.dropdown.user-drop.show .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 52px !important;
}

.dropdown.user-drop.show .dropdown-menu .dropdown-item:hover {
    border-radius: 5px;
    background: #f2f2f2;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}

/*live site css start*/

.datepicker.only-date {
    font-size: 13px;
    color: #1E1D2B;
    font-weight: 500;
    border: none;
    background: #F2F2F2;
    border-radius: 60px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 7px 5px 7px 35px;
    height: auto;
}

.date-selection-input.main-selection {
    position: relative;
}

.date-selection-input.main-selection::before {
    content: '';
    position: absolute;
}

.taxdelete {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.taxdelete .modal-input {
    width: 100%;
}

.invoice-middle-main .main-btn.delet-buss i {
    font-size: 18px;
    margin: 0;
}

.invoice-middle-main .main-btn.delet-buss {
    padding: 4px 9px;
}

.target-left-sec .card-body {
    padding: 8px 15px 5px 15px;
}

.target-left-sec.target-table-right .card-body {
    padding: 18px;
    height: 100%;
}

.target-left-sec {
    height: 100%;
}

.target-left-sec.target-table-right .card-body .card-title.card-new-title {
    margin-bottom: 18px;
}

.record-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 3.5px 6px !important;
    background: var(--main-btn) !important;
    color: #fff !important;
}

.property-page-main .add-property .form-group.mb-4 {
    margin-bottom: 10px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--main-color);
    color: #fff;
    padding: 4px;
    border: none;
    font-size: 12px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 3px;
    float: left;
    padding: 0;
}

.add-image-drop {
    margin-bottom: 20px;
}

.add-image.filter-deta {
    border-radius: 12px !important;
    background: #FFF !important;
    box-shadow: var(--box-shadow) !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.page-heading-main.pro-inner-table {
    margin-top: 20px !important;
}

.property-page-main .wings-radio ul li {
    list-style: none;
}

.deta_flor.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;

}

#leads_datatable .dropdown-toggle::after,
#customers_datatable .dropdown-toggle::after {
    display: none;
}

#leads_datatable .action-btn,
#customers_datatable .action-btn {
    width: auto;
    height: auto;
    border-radius: 5px;
    background: #E9E9EB;
    padding: 4px 7px;
    display: inline-block;
    margin: 0;
}

#leads_datatable .dropdown-item,
#customers_datatable .dropdown-item {
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #000 !important;
}

.remind-deta-main a.main-btn {
    display: inline-block;
}

.lead-activity-main.visit-time-line .activuty-deta-main {
    margin-bottom: 70px;
}

.control-group.next-follow .control.control--radio {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    white-space: nowrap;
    margin: 0;
}

.control-group.next-follow {
    margin: 0 !important;
}

.dropdown-menu.autocomplete {
    position: absolute !important;
    left: 0;
    right: 0;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 !important;
    padding-top: 2px !important;
}

#leadList,
#propertyList {
    position: relative;
}

.dropdown-menu.autocomplete .leads_auto,
.dropdown-menu.autocomplete .property_auto {
    padding: 3px 10px;
    transition: .3s ease-in-out;
}

.dropdown-menu.autocomplete .leads_auto:hover,
.dropdown-menu.autocomplete .property_auto:hover {
    background: var(--site-bg);
}

#propertyList1,
#leadList1 {
    position: relative;
}

#f_date_range {
    border-radius: 14px;
    border: 1px solid #DCDCDC !important;
    background: #FFF !important;
    box-shadow: none;
    font-size: 14px;
    color: #7D8592;
    width: 100% !important;
    padding: 8.5px !important;
}

.dropdown-menu.autocomplete a {
    color: #000;
}

.note-btn-group.btn-group.note-font i,
.note-btn-group.btn-group.note-style i,
.note-btn-group.btn-group.note-para i,
.note-btn-group.btn-group.note-insert i,
.note-btn-group.btn-group.note-view i,
.note-btn-group.btn-group.note-table i,
.note-btn-group.btn-group.note-color i {
    font-size: 11px;
}

.notify-main {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
    width: 25%;
    width: 25%;
}

.notify-details {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.20);
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
    z-index: 999;
    padding: 15px;
    margin-bottom: 10px;
}

.first-close {
    display: flex;
    justify-content: space-between;
}

.first-close h4 {
    margin: 0;
}

.notify-details h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.first-close span img {
    width: 14px;
}

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-item:hover {
    color: black;
    border-radius: 10px;

}

.master-left-sec.report-left-tab .nav-link {
    color: #0A1B39;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.15s;
    position: relative;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 10px;
}

.master-left-sec.report-left-tab .nav-pills .nav-link.active {
    border-radius: 7px;
    background: var(--main-btn);
    font-weight: 600;
    color: #fff;
}

.master-left-sec.report-left-tab svg {
    margin-right: 8px;
}

.master-left-sec.report-left-tab .nav-pills .nav-link.active svg path {
    fill: #fff;
}

.report-content-main {
    border-radius: 12px;
    border: 1px solid #E6E7EC;
    background: #fff;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: var(--box-shadow);
}

.report-content-main h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-content-main p {
    color: #414141;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.report-content-main h5 .lni.lni-chevron-right {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.report-tab-main .col-lg-10 {
    padding-left: 5px;
}

.ami_card svg path,
.svg-amenity.in-svg path {
    fill: #000;
}

.draft-letter-right iframe {
    width: 100%;
}

.draft-letter-left {
    border-radius: 24px;
    border: 1px solid #E6E7EC;
    background: #fff;
    padding: 18px;
    height: 100%;
}

.draft-letter-left .nav-link {
    color: #0A1B39;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    transition: all 0.15s;
    position: relative;
    border-radius: 3px;
    font-weight: 500;
}

.user-serch {
    margin-bottom: 15px;
}

.row.user-filter-row.filter-deta {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
}

.row.user-filter-row.filter-deta .input-main {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100%;
    padding: 12px;
}

.live-btn .input-main,
.live-time .input-main {
    color: #000 !important;
    display: flex;
    gap: 6px;
}

.draft-letter-left .nav-pills .nav-link.active {
    background: var(--main-btn);
}

.live-btn {
    margin-right: 5px;
}

.common-tab-deta .nav {
    margin-bottom: 25px !important;
    border-radius: 14px;
    /* border: 1px solid #E6E7EC; */
    background: #fff;
    padding: 7px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    box-shadow: none;
}

.badge.badge-warning.in-pen,
.badge.badge-info.in-pen,
.badge.badge-success.in-pen {
    width: fit-content;
    padding: 8px 8px;
    font-size: 12px;
}

.sale-index .badge.badge-primary {
    font-size: 12px;
    padding: 8px;
}

.morecontent {
    white-space: collapse;
}

#monthly-visit-chart-img,
#monthly-visit-chart-img {
    position: relative;
    padding-top: 84%;
    width: 100%;
}

#monthly-visit-chart-img .image-five,
#monthly-visit-chart-img .image-four {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#chart_lead_status_img {
    position: relative;
    padding-top: 61%;
    width: 100%;
    min-height: auto !important;
}

#chart_lead_status_img .image-two {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#chartdiv-img {
    position: relative;
    padding-top: 49%;
    width: 100%;
}

#chartdiv-img .image-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.note-reminder-img {
    position: relative;
    padding-top: 42%;
    width: 100%;
}

.note-reminder-img .image-eight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.property-visit-text-main.visitPropertyShow-img {
    position: relative;
    padding-top: 83%;
    width: 100%;
}

.property-visit-text-main.visitPropertyShow-img .image-six {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#chart_lead_source_img {
    position: relative;
    padding-top: 61%;
    width: 100%;
}

#chart_lead_source_img .image-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-work-img {
    position: relative;
    padding-top: 76%;
    width: 100%;
}

.lead-work-img .image-three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-ten,
.account-list {
    position: relative;
    padding-top: 45%;
    width: 100%;
}

.top-ten .image-fiftin,
.account-list .image-fiftin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#lead-area-trend-round-img,
#property-area-trend-round-img,
#lead-source-trend-round-img,
#lead-status-trend-round-img,
#lead-unit-trend-round-img,
#category-trend-round-img,
.top-five,
#call-chart-round-img,
#property-trend-round-img {
    position: relative;
    padding-top: 72%;
    width: 100%;
}

#lead-area-trend-round-img .image-nine,
#property-area-trend-round-img .image-ten,
#lead-source-trend-round-img .image-eleven,
#lead-status-trend-round-img .image-twelve,
#lead-unit-trend-round-img .image-thirtin,
#category-trend-round-img .image-twelve,
#category-trend-round-img .image-fourtin,
.top-five .image-fiftin,
#call-chart-round-img .image-fiftin,
#property-trend-round-img .image-fiftin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.modal-open .top-header {
    z-index: 9;
}

.state-add-main {
    display: flex;
    gap: 5px;
    align-items: center;
}

.state-add-main .btn.btn-gradient.bootstrap-touchspin-up {
    background: #FF8145;
    color: #fff;
    border-radius: 7px !important;
    height: auto !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 7px;
}

.modal-open .sidebar-wrapper {
    z-index: 99;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .row:nth-child(2) {
    overflow: hidden;
    overflow-x: auto;
    padding: 0 10px;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .row:nth-child(3) {
    margin-top: 8px;
}

.drop-inner-ul {
    padding-left: 40px !important;
}

.drop-noch {
    position: relative;
}

/* .drop-noch::after {
    content: '';
    position: absolute;
    top: -12px;
    left: -18.5px;
    background-image: url("./../images/custom-images/drop-inner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
} */

.drop-inner-ul li {
    display: flex;
    align-items: center;
}

.nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 65px !important;
    width: 98%;
    max-height: 200px;     
    overflow-y: auto;       
    overflow-x: hidden;
    border: 1px solid #FF8145;
}


.fiil-modal.modal.right.fade.view-property-modal .custom-select.custom-select-sm.form-control.form-control-sm {
    border-radius: 14px;
    box-shadow: 0px 6px 58px 0px rgba(196, 203, 214, 0.10), 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    height: 45px;
    padding: 11px;
    width: fit-content !important;
    text-align: center;
    font-weight: 600;
}

.fiil-modal.modal.right.fade.view-property-modal .custom-select {
    background-image: none;
}

.fiil-modal.modal.right.fade.view-property-modal .dataTables_filter .form-control.form-control-sm {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    height: 45px;
}

.form-control:focus {
    border-color: #fff;
}

.inter-head h5 img {
    width: 26px;
    height: 26px;
    margin-left: 5px;
}

.main-page-heading h1 span img {
    width: 18px;
    margin-left: 3px;
}

.custom-color-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.color-piker-row input {
    width: 100px !important;
    background: #e9e9ed;
    border: 1px solid #939393;
    border-radius: 5px;
    height: 32px;
    padding: 4px;
}

.color-piker-row {
    margin-top: 20px;
}

.color-piker-row .modal-input {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100% !important;
    height: auto !important;
    padding: 10px;
    margin-top: 10px;
}

.custom-color.custom-fonts .select2-selection.select2-selection--single {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    padding: 6.5px;
}

.custom-color.custom-fonts h3 {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

/*----*/
.table-custom-serch .input-main {
    border-radius: 16px;
    background: #FFF;
    border: 1px solid #DCDCDC;
    outline: none;
    box-shadow: none;
}

.right-head-deta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.custom-entry p {
    margin: 0;
    font-size: 14px;
    color: #0A1629;
    font-weight: 500;
}

.custom-entry {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-entry select {
    font-size: 13px;
    color: black;
    font-weight: 500;
    border: 1px solid #FF8145;
    background: white;
    border-radius: var(--input-radius);
    height: auto;
    padding: 5px;
}

.leads-master.whatsaapp-deta.inner-drop-deta::after {
    height: 73%;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: unset;
}

.inter-head h5 span img {
    width: 150px;
    height: auto;
    margin: 0;
}

.calender-work-img {
    position: relative;
    padding-top: 42%;
    width: 100%;
}

.calender-work-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leads-master.zoho-deta.inner-drop-deta::after {
    height: 55%;
}

/*zoho-deta*/
.zoho-step h4 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0;
    background: var(--site-bg);
    padding: 12px;
    font-weight: 600;
    margin-bottom: 25px;
}

.step-deta-main h3 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.step-deta-main ul li {
    font-weight: 400;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 15px;
    list-style: disc;
}

.step-deta-main ul li span {
    color: #000;
    font-weight: 600;
}

.step-deta-main ul li b {
    color: #000;
    font-weight: 400;
}

.step-deta-main ul li.inner-li {
    margin-left: 45px;
}

.zoho-image img {
    width: 43%;
}

.zoho-image {
    text-align: center;
    margin-bottom: 50px;
}

.zoho-image.zoho-down-img img {
    width: 72%;
}

.zoho-ul-down {
    margin-bottom: 30px;
}

.url-deta p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 41px;
    margin: 0;
}

.url-deta p span {
    font-weight: 500;
}

.copy-btn {
    background: var(--main-btn);
    color: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 5px;
    border-radius: 5px;
}

.url-deta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zoho-code-deta code {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 5px;
}

.zoho-code-deta {
    margin-left: 41px;
    margin-top: 35px;
}

.code-inner {
    padding-left: 22px;
}

.zoho-code-deta code::last-child {
    margin: 0;
}

/*zoho-deta*/

/*spin btn css*/
.add-main.spin-button {
    height: 43px;
}

.spin-button {
    position: relative;
    transition: all 0.2s ease-out;
}

.spin-button:hover::after {
    opacity: 0.5;
    filter: blur(20px);
    transform: translatey(10px) scalex(1.2);
}

.spin-button:active {
    background-color: #dd4b4b;
}

.spin-button:active::after {
    opacity: 0.3;
}

.loading {
    width: 50px;
}

.spin-button.loading::after {
    width: 40px;
    left: 5px;
    top: 12px;
    border-radius: 100%;
}

.spinner {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    left: calc(50% - 13px);
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

/*spin btn css*/

.left-head-deta {
    display: flex;
    align-items: end;
    gap: 15px;
}

.left-head-deta .select2-selection.select2-selection--single {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    padding: 4px;
    box-shadow: var(--box-shadow);
}

.common-tab-deta.mt-0 {
    margin-bottom: 20px;
}

.table-custom-serch .input-main {
    min-width: 300px;
}

.property-table table {
    margin-top: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--site-bg);
}

.inner-table-main table.dataTable .odd,
.property-table .odd {
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}

.inner-table-main table.dataTable .even,
.property-table .even {
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}

.modal-open {
    padding-right: 0 !important;
}

#propertyPartialAdd .filter-deta {
    margin-top: 20px;
}

.pro-visit-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

textarea.input-main {
    padding: 12px;
}

.footer a {
    font-weight: 600;
    color: var(--main-color);
}

.paginate_button.page-item.active .page-link {
    color: #fff;
}

.paginate_button.page-item .page-link {
    background: #F3F3F3 !important;
    border: 1px solid #F3F3F3 !important;
    margin: 0px 5px !important;
    padding: 7px 13px !important;
    border-radius: 5px !important;
    color: #000 !important;
}

#property_datatable_wrapper .w-25 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

/*live site css end*/

/*new page css start*/
.pur-order-in label {
    font-weight: 400;
    font-size: 16px;
    color: #5e5d5d;
    margin: 0;
    white-space: nowrap;
}

.pur-order-in input,
.pur-order-in textarea {
    border: 1px solid #d8e0f0;
    border-radius: 5px;
    background: transparent;
    padding: 6px;
    width: fit-content;
    outline: none;
    width: 100%;
}

.pur-order-in {
    margin-bottom: 15px;
}

.pur-order-right input {
    width: 65%;
}

.pur-order-right {
    text-align: end;
}

.pur-order-right .pur-order-in {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

.purches-deta-first {
    display: flex;
    justify-content: space-between;
}

.pur-order-in {
    display: flex;
    align-items: center;
    gap: 8px;
}

.purches-deta-input {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.purches-deta-input input {
    background: #fff;
    border-radius: 10px;
    outline: none;
}

.purches-deta-input .select2-selection.select2-selection--single {
    border: none;
}

.purches-deta-input .col-lg-2 {
    flex: 0 0 17.66%;
    max-width: 17.66%;
}

.add-item-deta {
    border-radius: 10px;
    background: var(--main-btn);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 22px;
    margin: 0 13px;
}

.purchase-order-table {
    margin-bottom: 35px;
}

.purchase-order-table table th {
    border: 1px solid #D4D4D4;
    padding: 10px;
}

.purchase-order-table table td {
    border-bottom: 1px solid #D4D4D4 !important;
}

.purchase-footer-left label {
    width: 100%;
}

.purchase-footer-left textarea {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    outline: none;
}

.purchase-order-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}


.purchase-footer-left table td {
    border: 1px solid #D4D4D4;
    padding: 10px;
    white-space: nowrap;
    color: #252525;
    font-size: 14px;
}

.pur-order-main.filter-deta .modal-footer {
    border: none;
    padding-bottom: 0;
    padding-top: 30px;
    justify-content: center;
}


.purchase-footer-left input {
    background: #F0F0F0;
    width: 80px;
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px 5px;
}

@media(max-width: 1600px) {
    .add-item-deta {
        font-size: 12px;
        padding: 10px 22px;
    }
}

@media(max-width: 1200px) {
    .purches-deta-input .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(max-width: 767px) {
    .purches-deta-first {
        flex-direction: column;
        justify-content: start;
    }

    .purches-deta-input .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .pur-order-right .pur-order-in {

        justify-content: start;
    }

    .pur-order-right input {
        width: 100%;
    }

    .purchase-order-footer {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
    .purches-deta-input .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 576px) {
    .purches-deta-input .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.pur-order-in label {
    font-weight: 400;
    font-size: 16px;
    color: #5e5d5d;
    margin: 0;
    white-space: nowrap;
}

.pur-order-in input,
.pur-order-in textarea {
    border: 1px solid #d8e0f0;
    border-radius: 5px;
    background: transparent;
    padding: 6px;
    width: fit-content;
    outline: none;
    width: 100%;
}

.pur-order-in {
    margin-bottom: 15px;
}

.pur-order-right input {
    width: 65%;
}

.pur-order-right {
    text-align: end;
}

.pur-order-right .pur-order-in {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

.purches-deta-first {
    display: flex;
    justify-content: space-between;
}

.pur-order-in {
    display: flex;
    align-items: center;
    gap: 8px;
}

.purches-deta-input {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.purches-deta-input input {
    background: #fff;
    border-radius: 10px;
    outline: none;
}

.purches-deta-input .select2-selection.select2-selection--single {
    border: none;
}

.purches-deta-input .col-lg-2 {
    flex: 0 0 17.66%;
    max-width: 17.66%;
}

.add-item-deta {
    border-radius: 10px;
    background: var(--main-btn);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 22px;
    margin: 0 13px;
}

.purchase-order-table {
    margin-bottom: 35px;
}

.purchase-order-table table th {
    border: 1px solid #D4D4D4;
    padding: 10px;
}

.purchase-order-table table td {
    border-bottom: 1px solid #D4D4D4 !important;
}

.purchase-footer-left label {
    width: 100%;
}

.purchase-footer-left textarea {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    outline: none;
}

.purchase-order-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}


.purchase-footer-left table td {
    border: 1px solid #D4D4D4;
    padding: 10px;
    white-space: nowrap;
    color: #252525;
    font-size: 14px;
}


.purchase-footer-left input {
    background: #F0F0F0;
    width: 80px;
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px 5px;
}

.purches-deta-first.pur-re {
    gap: 20px;
}

.pur-order-main.filter-deta .modal-footer {
    border: none;
    padding-bottom: 0;
    padding-top: 30px;
    justify-content: center;
}

@media(max-width: 1600px) {
    .add-item-deta {
        font-size: 12px;
        padding: 10px 22px;
    }
}

@media(max-width: 1200px) {
    .purches-deta-input .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(max-width: 767px) {
    .purches-deta-first {
        flex-direction: column;
        justify-content: start;
    }

    .purches-deta-input .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .pur-order-right .pur-order-in {

        justify-content: start;
    }

    .pur-order-right input {
        width: 100%;
    }

    .purchase-order-footer {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
    .purches-deta-input .col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 576px) {
    .purches-deta-input .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*new page css end*/

/*new left side bar css start*/
.master-left-sec.left-bar-deta {
    height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 25px 30px 10px 30px;
}

.master-left-sec.left-bar-deta #accordian ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.master-left-sec.left-bar-deta #accordian>ul.show-dropdown>li.active>a {
    border-radius: 0;
    border: none;
    background: transparent;
    font-weight: 400;
    box-shadow: none;
}

.master-left-sec.left-bar-deta #accordian a:not(:only-child)::after {
    background-image: url(../images/custom-images/master-drop-white.svg);
}

.master-left-sec.left-bar-deta .leads-master li a {
    padding: 6px 10px 6px 10px !important;
    color: #bfbfbf !important;
    font-size: 13px !important;
    margin-bottom: 6px !important;
}

/*new left side bar css end*/

/*loader css start*/
.overlay.over-load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay.over-load.loaded {
    z-index: 1;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay.over-load .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.over-load.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.over-load.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.over-load.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay.over-load .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay.over-load .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito";
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlay.over-load .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/*loader css end*/

.modal-open .wrapper {
    z-index: unset;
}

.query-builder .rules-group-container {
    background: #5025d11f !important;
    border: 1px solid var(--main-color) !important;
}

.rules-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.btn-group.float-end.group-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rules-group-header .btn.btn-sm.btn-success {
    background: var(--main-btn);
    font-size: 14px;
    border: none;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 5px;
}

.rules-group-header .btn.btn-sm.btn-success:focus {
    box-shadow: none;
}

.btn-group.group-conditions .btn.btn-sm.btn-primary {
    background: var(--main-color);
}

.query-builder .btn.btn-sm.btn-danger {
    background: #DB1D11;
    font-size: 14px;
    border: none;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 5px;
}

.rule-container .rule-header {
    order: 6;
}

.rule-container {
    display: flex;
    align-items: center;
    row-gap: 10px;
}

.btn.btn-sm.btn-primary.active {
    background: var(--main-btn) !important;
}

.rule-filter-container,
.rule-operator-container,
.rule-value-container,
.rule-container .rule-header {
    flex: 0 0 25%;
    max-width: 25%;
}

.rule-container .rule-header {
    order: 6;
    text-align: end;
    padding-right: 15px;
}

.rule-filter-container select {
    font-size: 14px;
    height: auto;
    padding: 6px 8px;
}

.rule-filter-container select,
.rule-operator-container select,
.rule-value-container input,
.rule-value-container select {
    font-size: 14px;
    height: auto;
    padding: 6px 8px;
}

.query-builder .rule-value-container {
    border-left: none;
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100%;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100%;
    height: auto;
    padding: 5.6px;
}

.select2-search.select2-search--inline .select2-search__field {
    width: 100% !important;
}

.append-deta {
    margin: 30px 0 0 0;
    padding: 0;
}

.verson-deta {
    padding-bottom: 130px;
}

.change-log-card {
    display: flex;
    align-items: start;
    padding-bottom: 40px;
    position: relative;
    justify-content: end;
}

.change-log-card::after {
    content: '';
    background: var(--main-color);
    width: 5px;
    height: 100%;
    position: absolute;
    left: 145px;
    top: 0;
    z-index: -1;
}

.change-log-text {
    background: #e6e8ff;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    margin-left: 15px;
}

.change-log-card h5 {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    white-space: nowrap;
    margin: 0;
    width: 152px;
    margin-top: 4px;
}

.change-log-card img {
    background: var(--main-color);
    padding: 6px;
    border-radius: 50%;
}

.change-log-main {
    width: 85%;
    margin: 50px auto;
}

.change-log-text ul li {
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}

.change-log-text ul li:last-child,
.change-log-text ul {
    margin: 0;
}

.change-log-text h4 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}

.wrapper.toggled .verson-deta {
    display: none;
}

.waitMe_container .drop-inner-ul {
    opacity: 0;
    height: 0;
    display: none !important;
}

.sidebar-wrapper .metismenu>li.mm-active .drop-inner-ul.d-none {
    display: block !important;
}

.pro-map-destination.location.active {
    background: #39393917;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.pro-map-destination.location.active p {
    margin: 0;
}

.custom-add-body.text-left a {
    display: inline-block;
}

.noUi-connect {
    background: var(--main-color) !important;
}

select.modal-input {
    padding: 12px;
}

.role-head {
    border: 1px solid var(--main-color);
    margin-bottom: 20px;
}

.date-clicker-deta .badge.round-calender-danger {
    position: absolute;
    background: #000;
    color: #fff;
    top: -5px;
    right: -5px;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
}

.date-clicker-deta {
    position: relative;
}

/* custom css end */
/* media quiry start */

@media(max-width: 1600px) {
    .remind-left-img img {
        width: 50px;
        border-radius: 50%;
    }

    select.modal-input {
        padding: 9.5px;
    }

    .change-log-card::after {
        left: 141px;
    }

    .common-tab-deta .nav-pills .nav-link {
        font-size: 10px;
    }

    .select2-container--default .select2-selection--multiple {
        padding: 2.6px 5px;
    }

    textarea.input-main {
        padding: 10px;
    }

    .staff-activity-deta {
        gap: 12px;
    }

    .left-head-deta .select2-selection.select2-selection--single {
        font-size: 12px;
    }

    /*zoho-deta*/
    .step-deta-main h3 {
        font-size: 20px;
    }

    .zoho-step h4 {
        font-size: 16px;
    }

    .step-deta-main ul li,
    .zoho-code-deta code {
        font-size: 14px;
    }

    /*zoho-deta*/

    .table-custom-serch .input-main {
        height: auto;
        padding: 11.5px;
    }

    .custom-entry p {
        margin: 0;
        font-size: 12px;
    }

    .custom-entry select {
        height: auto;
        padding: 10px 12px;
        font-size: 11px;
    }

    .custom-color.custom-fonts .select2-selection.select2-selection--single {
        font-size: 12px;
        padding: 4.5px;
    }

    .color-piker-row .modal-input {
        font-size: 12px;
    }

    .fiil-modal.modal.right.fade.view-property-modal .custom-select.custom-select-sm.form-control.form-control-sm {
        height: 40px;
        padding: 10px;
        font-size: 12px;
        margin: 0 5px;
        color: #0A1629;
        font-weight: 600;
    }

    .fiil-modal.modal.right.fade.view-property-modal .dataTables_filter .form-control.form-control-sm {
        border-radius: 12px;
        height: 40px;
    }

    .nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-menu {
        top: 47px !important;
    }

    .state-add-main .btn.btn-gradient.bootstrap-touchspin-up {
        font-size: 20px;
        padding: 2px 10px;
    }

    #chartdiv-img {
        padding-top: 59%;
    }

    .date-selection-input {
        font-size: 12px;
        padding: 9px 10px !important;
    }

    .sale-index .badge.badge-primary {
        font-size: 10px;
        padding: 7px;
    }

    .master-left-sec.report-left-tab .nav-link,
    .report-content-main p,
    #f_date_range,
    .draft-letter-left .nav-link {
        font-size: 12px;
    }

    .row.user-filter-row.filter-deta .input-main {
        padding: 9px;
        font-size: 12px;
    }

    #f_date_range {
        padding: 9px !important;
    }

    .master-left-sec.report-left-tab svg {
        width: 17px;
    }

    .report-content-main h5 {
        font-size: 16px;
    }

    .page-wrapper {
        margin-top: 70px;
    }

    .record-btn {
        font-size: 12px;
        padding: 3px 6px !important;
    }

    .input-main.datepicker,
    .modal-input.datepicker {
        padding: 10px 17px;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        /*margin-top: 0;*/
        font-size: 10px;
    }

    .simplebar-content li ul.drop-inner-ul::after {
        height: 71%;
    }

    .simplebar-content li ul.property-drop.drop-inner-ul::after {
        height: 63%;
    }

    .simplebar-content li ul.leads-drop.drop-inner-ul::after {
        height: 68%;
    }

    /* .master-drop-dot.report-dot {
		width: 14px !important;
	} */
    .nav-item.dropdown.dropdown-user-profile .dropdown-item,
    .form-control.form-control-1.input-sm.monthyear,
    .letter-name p,
    .draft-left .nav-link,
    .purple-box.chnge -bg h4 {
        font-size: 12px;
    }

    .purple-box.chnge-bg p {
        font-size: 14px;
    }

    .purple-box.chnge-bg img {
        width: 50px;
    }

    .chat-box {
        top: 51%;
    }

    .letter-view.filter-deta p {
        font-size: 11px;
    }

    .letter-view.filter-deta h5 {
        font-size: 16px;
    }

    .calender-main .badge.round-calender-danger.rounded-circle.celender {
        font-size: 7px;
        width: 15px;
        height: 15px;
        right: 10px;
    }

    .property-page-main .custom-modal-header .font-pink-12 {
        font-size: 10px;
    }

    .property-page-main .property-box .property-card button.custom-btn {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .btn.btn-icon.waves-effect.waves-light i {
        font-size: 14px;
    }

    .btn.btn-icon.waves-effect.waves-light {
        padding: 0px 5px;
    }

    .main-head-dash span img {
        width: 14px;
    }

    /*.select2-container--bootstrap4 .select2-selection--multiple {*/
    /*    height: 40px;*/
    /*}*/

    .nav-item.dropdown.dropdown-user-profile.user-select-dropdown .dropdown-item p {
        font-size: 9px;
    }

    .user-select-dropdown .btn.btn-secondary.dropdown-toggle span b {
        font-size: 9px;
    }

    .login-deta-main {
        padding: 100px 140px 100px 345px;
    }

    .login-text h2 {
        font-size: 38px;
    }

    .login-form label {
        font-size: 13px;
    }

    .login-form input {
        font-size: 12px;
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a span svg {
        width: 16px;
        height: 16px;
    }

    .sign-in-btn {
        font-size: 12px;
        padding: 10px;
    }

    .login-logo img {
        width: 75px;
    }

    /* chat css */
    .chat-user-left .nav-pills .nav-link,
    .chat-report-date p {
        font-size: 12px !important;
    }

    .reinder-deta-main .time-activity {
        margin-bottom: 33px;
    }

    .remind-right-deta .main-btn {
        font-size: 10px;
        padding: 9px 15px;
        border-radius: 10px;
    }

    .close.lead-close-deta {
        padding: 18.5px !important;
    }

    .chat-report-btn .add-main,
    .common-tab-deta .nav-pills .nav-link {
        font-size: 12px;
    }

    .acc-item .card-title,
    .acc-item .card-header::after {
        font-size: 14px;
    }

    .acc-item .card-header::after {
        line-height: 23px;
    }

    .acc-item .card-header {
        padding: 8px 12px;
    }

    .acc-inner-deta ul li a {
        font-size: 13px;
    }

    .remind-deta-main h4,
    .lead-remind-head h6 {
        font-size: 11px !important;
    }

    .reinder-deta-main .time-activity h5 {
        font-size: 12px !important;
    }

    .close.lead-close-deta svg {
        width: 28px;
    }

    .all-mass-main {
        font-size: 12px;
    }

    .chat-report-head h4 {
        font-size: 18px;
    }

    .chat-user-left img {
        width: 35px;
        height: 35px;
    }

    .chat-module-header .profile-activ-img .acti.chat-header-right imgve-dot {
        width: 9px;
        height: 9px;
    }

    .chat-module-header .chat-profile-img img {
        width: 34px;
        height: 34px;
    }

    .chat-user-left .nav-pills .nav-link {
        padding: 8px 10px !important;
    }

    .chat-module-header .chat-name-deta h4 {
        font-size: 12px;
    }

    .chat-module-header .chat-name-deta h6 {
        font-size: 10px;
        margin-top: 3px;
    }

    .chat-header-right img {
        width: 16px;
    }

    .chat-box .add-main svg {
        width: 18px;
        height: 18px;
    }

    .chat-module-footer input {
        padding: 3px;
        font-size: 12px;
    }

    .left-side-chat p,
    .right-side-chat p {
        padding: 6px;
        font-size: 10px;
    }

    .chat-footer-icon img {
        width: 16px;
    }

    .chat-module-content {
        height: 350px;
    }

    .chat-deta-mian {
        width: 330px;
    }

    .chat-module-footer {
        padding: 12px;
    }

    .chat-seen-main span {
        font-size: 8px;
    }

    .left-side-chat img,
    .right-side-chat img {
        width: 28px;
        height: 28px;
    }

    .chat-box .add-main {
        padding: 10px 10px;
    }

    .noti-content-main .nav-link {
        font-size: 12px;
    }

    .head-title_main .add-main {
        gap: 2px;
        padding: 6px 8px;
    }

    .chat-profile-img img {
        width: 40px;
        height: 40px;
    }

    .chat-profile-img {
        gap: 10px;
    }

    .chat-main-deta h6,
    .chat-name-deta h4,
    .chat-live-status h5 {
        font-size: 12px;
    }

    .chat-name-deta h6,
    .main-head-dash input {
        font-size: 11px;
    }

    .chat-mass-deta h4 {
        font-size: 10px;
    }

    .chat-mass-deta h6 {
        font-size: 9px;
        padding: 2.5px 5px;
    }

    /* chat css */
    .right-topbar .navbar-nav .nav-link {
        margin: 0 8px;
    }

    .profile-main-deta.filter-deta {
        margin-top: 30px;
    }

    .property-page-main .property-table .table thead th {
        font-size: 12px;
        font-weight: 600;
    }

    .note-card-main img {
        width: 50px;
    }

    .note-inner-main::after {
        left: 23px;
        height: 92%;
    }

    .note-deta-line h4 span {
        font-size: 11px;
    }

    .note-deta-line {
        margin-bottom: 10px;
    }

    .note-card-main {
        margin-bottom: 25px;
    }

    .property-page-main table tbody tr .font-warning,
    .property-page-main table tbody tr .font-blue {
        font-size: 12px !important;
        padding: 6px 15px !important;
    }

    .property-page-main table tbody tr td {
        font-size: 12px;
        font-weight: 400;
    }

    .lead-tab-data .filter-head h4 {
        font-size: 16px;
    }

    .lead-tab-head {
        margin: 20px 0;
    }

    .filter-head h4 {
        font-size: 18px;
    }

    .dropdown-lg .msg-header .msg-header-title {
        font-size: 16px;
    }

    .profile-main-deta.filter-deta .form-group {
        margin-bottom: 10px;
    }

    .profile-head img {
        width: 120px;
        height: 120px;
    }

    .profile-head h4,
    .activity-sec h3,
    .time-activity h5 {
        font-size: 14px;
    }

    .time-activity h4 {
        font-size: 13px;
    }

    .total-table tr td,
    .lead-recard-main h3 {
        font-size: 11px;
    }

    .lead-recard-main .down-edit {
        margin: 20px 0 5px 0;
    }

    .lead-recard-main .down-edit .main-btn {
        padding: 9px 15px;
        font-size: 11px;
    }

    .invoice-main .header-title,
    .lead-tab-head h5 {
        font-size: 20px;
    }

    .main-btn.add-buss img,
    .main-btn.delet-buss img {
        width: 15px;
        height: 15px;
    }

    .list-card-deta img {
        width: 50px;
        height: 32px;
    }

    .innter-toggle-deta h5 {
        font-size: 13px;
    }

    .inter-head h5 {
        font-size: 20px;
    }

    .form-group.drop-incheak .dropdown .dropdown-label {
        font-size: 12px;
        padding: 9.5px;
    }

    .dropdown-lg .msg-footer {
        padding: 0px 5px 10px 5px;
        font-size: 12px;
    }

    .note-deta-box h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .list-card-deta h5,
    .notes-modal .nav-pills .nav-link,
    .dropdown-lg .msg-name,
    .invoice-middle-main table th,
    .add-text-deta h3,
    textarea.modal-input,
    .note-main-deta h6,
    .note-deta-line h4,
    .lead-remind-head h4 {
        font-size: 12px;
    }

    .dropdown-lg .notify {
        width: 35px;
        height: 35px;
    }

    .dropdown-lg .notify {
        font-size: 20px;
        line-height: 37px;
    }

    .add-note-item .main-btn {
        padding: 9px 10.5px;
    }

    .add-note-item .main-btn img {
        width: 15px;
    }

    .list- card-deta p,
    .dropdown-lg .msg-time {
        font-size: 10px;
    }

    .pro-list-btn a {
        padding: 6px 10px;
    }

    .pro-list-btn a img {
        width: 14px;
    }

    .master-left-sec #accordian ul li a {
        padding: 10px 12px;
    }

    .master-left-sec #accordian a:not(:only-child):after {
        width: 10px;
        height: 10px;
        top: 15px;
    }

    .master-left-sec {
        padding: 15px;
    }

    .pro-map-head h4 {
        font-size: 18px;
    }

    .pro-map-destination h5 {
        font-size: 13px;
    }

    .pro-map-destination p {
        font-size: 11px;
        padding: 8px 0;
    }

    .master-left-sec #accordian .active>a:not(:only-child)::after {
        top: 17px;
    }

    .action-btn.convert-btn {
        padding: 5px 8px;
        font-size: 10px;
        transform: translateY(-2px);
    }

    .roles-table-main th,
    .master-left-sec #accordian ul li a,
    .deta_flor h6,
    .form-group.drop-incheak .checkbox .checkbox-custom-label,
    .pro-web-selectbtn .selectSection button,
    .pro-web-head h6 {
        font-size: 12px;
    }

    .pro-type-selection h4,
    .grid-card-head a {
        font-size: 14px;
    }

    .property-web-left label {
        font-size: 10px !important;
        padding: 5px 6px !important;
    }

    .master-left-sec .master-drop-dot {
        width: 8px;
        height: 8px;
    }

    .master-left-sec .inner-drop-deta::after {
        left: 20.5px;
    }

    .master-left-sec #accordian ul li a img {
        width: 16px;
    }

    .graf-box1,
    .graf-box6,
    .graf-box2 {
        width: 18px;
        height: 18px;
    }

    .deta_flor img {
        width: 33px;
    }

    .badge.badge-success,
    .badge.badge-danger,
    .badge.badge-info,
    .badge.badge-warning,
    .badge.badge-primary {
        padding: 10px 8px;
        font-size: 11px;
    }

    .short-code-deta p {
        font-size: 11px;
    }

    .grid-card-head a,
    .proweb-details h6 {
        font-size: 12px;
    }

    .proweb-details h4,
    .proweb-details h6 span {
        font-size: 10px;
    }

    .pro-grid-card {
        padding: 13px;
    }

    .grid-card-footer a {
        font-size: 10px;
        padding: 9px;
    }

    .roles-table-main td,
    .graf_right-card h3,
    .pro-grid-card h5 {
        font-size: 12px;
    }

    .roles-table-main h4 {
        font-size: 14px;
        padding: 8px 30px;
    }

    .main-btn.add-buss,
    .main-btn.delet-buss {
        background: var(--main-color);
        padding: 11px 12px;
    }

    .filter-deta .modal-input {
        font-size: 12px;
        padding: 9.5px;
    }

    .main-btn.delet-buss {
        background: #DB1D11;
    }

    .note-bg1,
    .note-bg2,
    .note-bg3,
    .note-bg4 {
        padding: 6px;
    }

    .ann-deta-show h6 {
        font-size: 12px;
    }

    .filter-deta .select2-selection.select2-selection--single {
        font-size: 12px;
        padding: 3.5px;
    }

    .select2-results__option,
    .ann-deta-show p {
        font-size: 11px;
    }

    .market-table-main td {
        font-size: 12px;
        padding: 7px 15px;
    }

    .chekbox-input {
        width: 16px;
        height: 16px;
    }

    .account-filter-main .select2-selection.select2-selection--single {
        padding: 4px;
    }

    .inner-table-main table.dataTable {
        border-spacing: 0 15px;
    }

    .accomt-card-main h5 {
        font-size: 14px;
    }

    .market-table-main th {
        font-size: 13px;
        padding: 7px 15px;
    }

    .accomt-card-main h6 {
        font-size: 12px;
        margin: 0 16px;
    }

    .accont-top-img img {
        width: 35px;
        height: 35px;
    }

    .accomt-card-main .accont-top-img {
        top: -26px;
    }

    .out-call,
    .miss-call,
    .in-call {
        padding: 8px;
    }

    .footer p {
        font-size: 11px;
    }

    .footer {
        margin-left: 240px;
    }

    .sidebar-wrapper .metismenu ul a {
        font-size: 10px;
    }

    .main-btn.filter-btn {
        padding: 10px 11px;
    }

    .main-btn.filter-btn img {
        width: 20px;
    }

    .calender-main header .current-date-1 {
        font-size: 17px;
    }

    .add-modal-main .modal-title {
        font-size: 18px;
    }

    .add-modal-main .close span,
    .btn-close {
        font-size: 24px;
        padding: 6px 11px;
    }

    .modal-label,
    .add-modal-main .modal-input,
    .add-modal-main .input-main,
    .select2-container--bootstrap4 .select2-selection--multiple,
    .cancle-btn,
    .add-main.red-btn,
    .lead-progress-main h4 {
        font-size: 12px;
    }

    .lead-progress-main .progress {
        height: 14px;
    }

    .add-modal-main .select2-selection.select2-selection--single {
        font-size: 12px;
        padding: 4.1px;
    }

    .page-content {
        padding: 10px 28px 40px 28px;
    }

    .sidebar-wrapper .metismenu {
        padding: 25px 30px 10px 30px;
    }

    .sidebar-wrapper .metismenu a {
        padding: 10px 18px;
    }

    .fiil-modal.modal .modal-dialog {
        max-width: 360px !important;
    }

    .main-page-heading h1 {
        font-size: 28px;
    }

    .main-page-heading p {
        font-size: 14px;
    }

    .inner-table-main .dataTables_length label,
    .inner-table-main .dataTables_filter label,
    .inner-table-main .table thead th,
    .inner-table-main .table td,
    .main-btn,
    .add-main {
        font-size: 12px;
    }

    .inner-table-main .table thead th,
    .inner-table-main .table td {
        padding: 8px;
    }

    .inner-table-main .dataTables_length select {
        height: 40px;
        padding: 10px;
        font-size: 12px;
        margin: 0 5px;
        color: #0A1629;
        font-weight: 600;
    }

    .inner-table-main .dataTables_filter input {
        height: 40px;
        font-size: 12px
    }

    .action-btn {
        width: 25px;
        height: 25px;
    }

    .inner-table-main .dataTables_info,
    .inner-table-main .paginate_button,
    .main-btn i {
        font-size: 10px;
    }

    .action-btn img {
        width: 13px;
        height: 13px;
    }

    .progress-line-main {
        padding-right: 20px;
    }

    .staff-activity-text h4,
    .staff-activity-text p,
    .staff-activity-main h6 {
        font-size: 12px;
    }

    .visit-site-deta h4,
    .visit-site-deta h5 {
        font-size: 10px !important;
    }

    .date-col {
        padding: 0 10px;
    }

    .staff-activity-text {
        padding: 11px 10px;
    }

    .staff-activity-deta h5 {
        font-size: 10px;
        padding: 19px 21.4px;
    }

    .work-detils-tab ul.tabs li a,
    .work-detils-tab ul.remind-tabs li a {
        font-size: 12px;
        padding: 10px 20px;
    }

    .date-clicker-deta {
        padding: 8px 8px;
    }

    .calender-main .calendar .days-visit,
    .calender-main .calendar .days {
        margin-top: 10px;
    }

    .calender-main .icons-1 i,
    .calender-main .icons i,
    .visit-site-deta h4,
    .visit-site-deta h5,
    .work-tab-deta h4,
    .work-tab-deta h5 {
        font-size: 11px;
    }

    .date-clicker-deta h6 {
        font-size: 10px;
    }

    .calender-main .icons-1,
    .calender-main .icons {
        padding: 9px 11px;
    }

    .calender-main .calendar .weeks li {
        font-size: 12px;
    }

    .call-bord-img img {
        width: 28px;
        height: 28px;
    }

    .call-bord-card {
        padding: 10px 11px;
    }

    .see-more,
    .call-bord-text h4,
    .call-bord-text h5 {
        font-size: 10px;
    }

    .cuurent-month-chart .card-body {
        padding-bottom: 0;
    }

    #chartdiv {
        height: 284px;
    }

    .right-topbar .navbar-nav .nav-link img {
        width: 18px;
        height: 18px;
    }

    .progress-sec-main {
        padding: 16px 10px;
    }

    .target-count-deta h4 {
        font-size: 11px;
    }

    .calender-main .calendar .days-visit li,
    .calender-main .calendar .days li {
        font-size: 12px;
    }

    .calender-main .calendar .days-visit li,
    .calender-main .calendar .days li {
        padding: 14px;
    }

    .card-title.card-new-title {
        font-size: 12px;
    }

    .employs-table .dataTables_info,
    .employs-table .page-item,
    .employs-table div.dataTables_wrapper div.dataTables_length label,
    .employs-table div.dataTables_wrapper div.dataTables_filter label,
    .employs-table .custom-select-sm,
    .employs-table div.dataTables_wrapper div.dataTables_filter input {
        font-size: 10px;
    }

    .employs-table td,
    .employs-table td {
        padding: 8px 8px;
    }

    .employs-table th,
    .employs-table td {
        font-size: 10px;
    }

    .card-title.calneder-add-head input {
        font-size: 11px;
    }

    .target-count-deta h5 {
        font-size: 12px;
        padding: 8px 30px;
    }

    .progress-line-main .progress {
        height: 8px;
    }

    .card-title.card-new-title img {
        width: 25px;
    }

    .progress-sec-main .row {
        row-gap: 20px;
    }

    .right-topbar .navbar-nav .nav-link {
        padding: 11px 11px;
    }

    .user-info .user-name,
    .sidebar-wrapper .metismenu a,
    .user-select-dropdown .btn.btn-secondary.dropdown-toggle {
        font-size: 12px;
    }

    .dash-main-tab .nav-pills .nav-link,
    .dash-over-contant h3,
    .sort {
        font-size: 12px;
    }

    .dash-main-tab .nav-pills .nav-link svg {
        width: 16px;
    }

    .list-grid-sec .nav-pills .nav-link svg {
        width: 16px;
        height: 16px;
    }

    .list-grid-sec .nav-pills .nav-link {
        padding: 8px 11px;
    }

    .over-img-mian {
        width: 40px;
        height: 40px;
    }

    .parent-icon img {
        width: 18px;
    }

    .dash-over-label h4 {
        font-size: 10px;
        padding: 12px;
    }

    .progress-title h4,
    .site-chat-main h4 {
        font-size: 13px;
    }

    .card-title {
        font-size: 17px;
    }

    .sidebar-wrapper,
    .sidebar-header {
        width: 235px;
    }

    .page-content-wrapper {
        margin-left: 235px;
    }

    .top-header {
        left: 235px;
    }

    .logo-icon-2 {
        width: 95px;
        margin-left: 75px;
    }

    .sidebar-header {
        padding: 25px 0px 0px 0px;
    }

    .sidebar-header {
        height: 150px;
    }

    .dash-over-contant img {
        width: 43px;
        height: 43px;
    }

    .sidebar-wrapper {
        top: 140px;
    }

    label {
        font-size: 13px;
    }

    .dash-main-tab .nav-pills .nav-link {
        padding: 10px 50px 10px 25px;
    }

    .menu-line2 {
        width: 9px;
    }

    .menu-line1,
    .menu-line3 {
        width: 14px;
    }

    .toggle-btn {
        width: 30px;
        height: 30px;
        row-gap: 3px;
    }

    .select2-selection.select2-selection--single,
    input {
        font-size: 11px;
    }

    .select2-selection.select2-selection--single {
        padding: 6px;
    }

    input {
        padding: 10px;
    }

    .nav-link.dropdown-toggle.dropdown-toggle-nocaret.profile-drop {
        padding: 7.5px 8px;
    }

    .user-img {
        width: 25px !important;
        height: 25px !important;
    }

    .dash-main-tab .nav-pills .nav-link {
        gap: 12px;
    }

    .msg-count {
        left: 28px;
        top: -4px;
        font-size: 8px;
        width: 15px;
        height: 15px;
    }

    .property-page-main #images .upload-section button {
        font-size: 12px;
        line-height: 12px;
    }

    .upload-section p {
        font-size: 13px;
    }

    .upload-section img {
        width: 35px;
    }

}

.amcharts-chart-div a[href="https://www.amcharts.com/javascript-charts/"] {
    display: none !important;
}

@media(max-width: 1500px) {
    /*.dash-left-card .col-lg-3 {*/
    /*    flex: 0 0 50%;*/
    /*    max-width: 50%;*/
    /*}*/

    .dash-over-contant {
        gap: 6px;
    }

    .change-log-card::after {
        left: 138px;
    }

    .pro-visit-mob {
        display: block;
    }

    .pro-visit-web {
        display: none;
    }

    .master-setting-main .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .master-left-sec .inner-drop-deta::after {
        left: 19.5px;
    }

    .master-setting-main .col-lg-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .dash-left-card .row {
        row-gap: 20px;
    }

    .progress-sec-main {
        padding: 10px 0;
    }

    .progress-line-main {
        padding: 0 10px;
    }

    #chartdiv {
        height: 275px;
    }
}

@media(max-width: 1450px) {
    .pro-grid-main .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 1440px) {
    .close.lead-close-deta {
        padding: 23px !important;
    }

}

@media(max-width: 1400px) {
    .dash-main-tab .nav-pills .nav-link {
        padding: 10px 15px 10px 15px;
    }

    #chartdiv {
        height: 265px;
    }

    .dash-over-card {
        padding: 10px;
    }

    .leads-drop.drop-inner-ul.mm-collapse.mm-show {
        height: 101px !important;
    }

    .sidebar-wrapper .metismenu {
        padding: 25px 20px 10px 20px;
    }

    .target-count-deta h5 {
        font-size: 10px;
    }

    .master-setting-main.report-page-tab .col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .master-setting-main.report-page-tab .col-lg-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .profile-page-main {
        width: 40%;
    }

    .property-web-main .col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .property-web-main .col-lg-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    /*.call-bord-col {*/
    /*    flex: 0 0 16.66%;*/
    /*    max-width: 16.66%;*/
    /*}*/

    .call-bord-col {
        padding: 0px 6px;
    }

    .call-bord-card {
        padding: 10px 5px;
    }

    .call-bord-content .row {
        row-gap: 15px;
    }

    .accomt-card-main h6 {
        margin: 0 0;
    }

    .apexcharts-legend.position-right {
        right: 0px !important;
    }
}

@media(max-width: 1350px) {
    .over-img-mian {
        width: 35px;
        height: 35px;
    }

    #chartdiv {
        height: 253px;
    }

    .dash-over-contant img {
        width: 41px;
        height: 41px;
    }

    .dash-over-contant h3 {
        font-size: 11px;
    }

    .dash-over-label h4 {
        font-size: 10px;
        padding: 9px;
    }
}

@media(max-width: 1300px) {
    .target-row .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .calender-main .calendar .days-visit li,
    .calender-main .calendar .days li {
        padding: 11px;
    }

    .calender-main .badge.round-calender-danger.rounded-circle.celender {
        font-size: 7px;
        width: 13px;
        height: 13px;
        right: 10px;
    }

    .col-xl-8.col-sm-12.side-right.new-side-right {
        padding-right: 5px;
    }

    .col-xl-8.col-sm-12.left-side-pad.static-order2 {
        padding-left: 5px;
    }

    .target-left-sec .card-body.mb-0 {
        margin-bottom: 20px !important;
    }

    .draft-letter-deta .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .draft-letter-deta .col-lg-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .pro-visit-mob {
        display: none;
    }

    .pro-visit-web {
        display: block;
    }

    /*.col-lg-7.side-pad {*/
    /*    padding-left: 15px;*/
    /*}*/

    .last-login-row .col-lg-7,
    .last-login-row .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .staff-activty-row .col-lg-5,
    .staff-activty-row .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .side-right {
        padding-right: 15px;
    }

    .left-side-pad {
        padding-left: 15px;
    }

    .target-row .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .target-left-sec .col-sm-6 {
        padding-right: 15px;
    }

    .property-visit-calender .col-lg-7,
    .property-visit-calender .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 1299px) {
    .dash-left-card .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #chartdiv {
        height: 372px;
    }
}

@media(max-width: 1200px) {
    .right-topbar .navbar-nav .nav-link {
        margin: 0 5px;
    }

    .call-bord-col {
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding: 0px 15px;
    }

    .zoho-image img {
        width: 65%;
    }

    .draft-select .form-group {
        width: 30%;
    }

    .master-setting-main.report-page-tab .col-lg-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .master-setting-main.report-page-tab .col-lg-9 {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .filter-footer.modal-footer {
        margin-top: 15px;
    }

    .close.lead-close-deta {
        background: transparent;
    }

    .property-page-main .view-property-modal .custom-modal-header {
        border-radius: 20px !important;
    }

    .profile-page-main {
        width: 50%;
    }

    .account-main-content .row {
        row-gap: 50px;
    }

    .master-setting-main .col-lg-2 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .master-setting-main .col-lg-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media(max-width: 1199px) {
    .col-xl-4.col-sm-12.static-order1 {
        order: 2;
    }

    .col-xl-8.col-sm-12.side-right.new-side-right {
        padding-right: 15px;
    }

    .col-xl-8.col-sm-12.left-side-pad.static-order2 {
        padding-left: 15px;
    }
}

@media(max-width: 1150px) {
    .main-page-heading h1 {
        font-size: 26px;
    }

    .main-page-heading p {
        font-size: 14px;
    }

    .right-topbar .navbar-nav .nav-link {
        margin: 0 6px;
    }

    .dash-main-tab .nav-pills .nav-link {
        gap: 5px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px !important;
    }

    .business-modal .modal-lg,
    .business-modal .modal-xl {
        max-width: 1000px !important;
    }

    .col-lg-3.draft-bar {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .dash-serch-filter .row {
        align-items: start;
        justify-content: start;
    }

    .last-login-row .side-pad {
        padding-left: 15px;
    }

    .page-content {
        padding: 10px 28px 75px 28px !important;
    }

    .remind-deta-main h4 {
        flex: 0 0 32.33%;
        max-width: 32.33%;
    }

    .add-draft-main.filter-deta {
        width: 100%;
    }

    .draft-letter-deta .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .draft-letter-deta .row {
        row-gap: 20px;
    }

    .draft-letter-deta .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .master-setting-main.report-page-tab .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .master-setting-main.report-page-tab .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-message-list,
    .header-notifications-list {
        overflow: hidden;
        overflow-y: auto;
    }

    .chat-filter-main .row {
        row-gap: 10px;
    }

    .chat-user-left {
        margin-bottom: 20px;
        height: auto;
    }

    .property-web-main .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .remind-first-row {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: start;
    }

    .property-web-main .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pro-grid-main .col-lg-4 {
        padding: 0 15px;
    }

    .property-web-main .row {
        row-gap: 30px;
    }

    .acc-left {
        padding-right: 15px;
    }

    .chart-center-line::after {
        display: none;
    }

    .acc-right {
        padding-left: 15px;
    }

    #chartdiv {
        height: 310px;
    }

    .market-trend-main .row .col-lg-8 {
        padding-right: 15px;
    }

    .market-trend-main .col-lg-6 {
        padding-right: 15px;
    }

    .last-login-row .col-lg-7,
    .last-login-row .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-5.side-pad {
        padding-left: 15px;
    }

    .current-month-row .row,
    .visit-calender-left .row {
        row-gap: 30px;
    }

    .card-body.height-100 {
        height: auto;
    }

    .call-bord-col {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .progress-sec {
        margin-right: 0;
    }

    .dash-left-card .col-lg-3 {
        padding-right: 15px;
    }

    .row.fil-row {
        row-gap: 20px;
    }

    .radius-41 .card-body {
        padding: 15px 20px;
    }

    .dash-main-tab .nav {
        justify-content: start;
    }

    .center-line {
        margin: 0 10px;
    }
}

@media(max-width: 800px) {
    .master-setting-main .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .master-setting-main .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .master-setting-main .row {
        row-gap: 20px;
    }

    .master-left-sec {
        height: auto;
    }
}

@media(max-width: 767px) {
    .profile-page-main {
        width: 80%;
    }

    .target-count-main {
        margin-top: 10px;
    }

    .remind-deta-main h4 {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .page-heading-main {
        flex-direction: column;
        align-items: center !important;
    }

    .draft-select .form-group {
        width: 100%;
    }

    .close.lead-close-deta {
        padding: 0 !important;
    }

    .close.lead-close-deta svg path {
        fill: #000;
    }

    .acc-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media(max-width: 700px) {
    .call-bord-col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .pro-grid-main .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 650px) {
    .note-deta-line {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        row-gap: 15px;
    }

    .note-deta-line {
        margin-bottom: 15px;
    }

    .edit-mob {
        position: absolute;
        top: 6px;
        right: 0;
        padding: 0;
    }
}

@media (min-width: 576px) {
    .add-modal-main .modal-dialog {
        margin: 0 auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 0rem);
    }
}

@media(max-width: 576px) {
    .dash-serch-left .row {
        row-gap: 15px;
    }

    .rule-container {
        flex-wrap: wrap;
    }

    .rule-filter-container,
    .rule-operator-container,
    .rule-value-container,
    .rule-container .rule-header {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .sidebar-wrapper .metismenu {
        padding: 25px 15px 10px 15px;
    }

    .simplebar-content li ul.leads-drop.drop-inner-ul::after {
        height: 58%;
    }

    .remind-deta-main h4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .right-head-deta .main-btn {
        white-space: nowrap;
    }

    .zoho-image img {
        width: 90%;
    }

    .zoho-image.zoho-down-img img {
        width: 90%;
    }

    .step-deta-main ul li.inner-li {
        margin-left: 0;
    }

    .url-deta {
        flex-direction: column;
        align-items: center;
    }

    .step-deta-main h3 {
        font-size: 18px;
    }

    .step-deta-main span img {
        width: 16px;
    }

    .add-custom-img {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .back-to-top {
        display: none !important;
    }

    .nav-item.dropdown.dropdown-user-profile {
        margin-right: 10px;
    }

    .acc-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .acc-row-main {
        row-gap: 20px;
    }

    .profile-page-main {
        width: 100%;
    }

    .pro-web-right-head {
        flex-direction: column;
        row-gap: 10px;
    }

    .master-right-sec .page-heading-main h3 {
        font-size: 22px;
    }

    .fiil-modal.modal .modal-dialog {
        max-width: 413px !important;
    }

    .page-content {
        padding: 28px 15px;
    }

    .call-bord-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .import-deta-content .row {
        row-gap: 15px;
    }

    .import-deta-content .col-sm-2 {
        text-align: center;
    }
}

@media(max-width: 520px) {
    .left-head-deta {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 500px) {
    .page-heading-main.call-asign {
        flex-direction: column;
        align-items: center !important;
    }
}

@media(max-width: 475px) {
    #chartdiv {
        height: 420px;
    }
}

@media(max-width: 450px) {
    .dash-left-card .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pro-visit-web {
        display: none;
    }

    .pro-visit-mob {
        display: block;
    }

    .call-bord-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .date-col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .days-select-deta .row {
        row-gap: 10px;
    }

    .side-note-img {
        display: none;
    }

    .note-inner-main::after {
        content: none;
    }
}

@media(max-width: 500px) {
    .master-right-sec .page-heading-main {
        flex-direction: column;
    }
}

@media(max-width: 991px) {
    .mob-menu-main {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 0;
        padding: 12px 20px;
        display: none;
    }

    .page-content {
        padding: 28px 28px 85px 28px;
    }

    .mob-menu {
        display: none;
    }

    .media-body.user-info {
        margin-right: 3px;
    }

    .mob-menu-main .nav-link img {
        width: 22px;
        height: 22px;
    }

    .mob-menu-main .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }

    .mob-menu-main .nav-link {
        border-left: 1px solid #e4e4e4;
        color: #404142;
        height: auto;
        padding: 13px 13px !important;
        margin: 0 12px;
        font-size: 25px;
        border-radius: 14px;
        background: #E6E8FF;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    }
}

@media(max-width: 576px) {
    .mob-menu-main {
        padding: 12px 15px;
    }

    .mob-menu-main .nav-link {
        margin: 0;
        padding: 10px 10px !important;
    }

    .mob-menu-main .nav-link img {
        width: 20px;
        height: 20px;
    }

    .main-page-heading h1 {
        font-size: 24px;
    }

    .main-page-heading p {
        font-size: 12px;
    }

    .page-content {
        padding: 28px 15px 65px 15px;
    }

    .login-deta-main {
        width: 90% !important;
    }

    .login-deta-main {
        padding: 25px 25px !important;
    }
}

@media(max-width: 400px) {
    .work-detils-tab ul.remind-tabs li a {
        padding: 10px 10px;
    }

    .property-page-main .wings-radio .container {
        padding-left: 5px;
        padding-right: 5px;
        white-space: unset !important;
    }

    .form-group.filter-deta {
        flex-direction: column;
        align-items: center !important;
    }

    .pro-side-filter {
        flex-direction: column;
    }

    .notes-modal .nav-pills .nav-link {
        padding: 9px 10px;
        font-size: 10px;
    }

    .notes-modal .nav.reminder-nav {
        gap: 15px;
    }

    .chat-user-right .left-side-chat,
    .chat-user-right .right-side-chat {
        width: 100%;
    }

    .reinder-deta-main .time-activity h5::after {
        content: none;
    }

    .reinder-deta-main .time-activity {
        flex-direction: column;
        align-items: start;
        row-gap: 0;
    }

    .reinder-deta-main .time-activity {
        margin-bottom: 10px;
    }

    .reinder-deta-main .activuty-deta-main {
        padding-left: 0;
    }
}

@media(max-width: 350px) {
    .add-custom-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* media quiry end */


/*Responsive*/

@media screen and (max-width: 1280px) {
    .left-topbar {
        width: auto;
    }

    .progress-line-main {
        padding: 0 0;
    }

    .search-bar {
        padding: 0rem 1.4rem;
    }

    .email-header {
        height: auto;
    }

    .email-content {
        padding: 100px 0px 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .top-header {
        left: 0px;
    }

    .wrapper.toggled .top-header {
        left: 0;
    }

    .logo-icon-2 {
        margin-left: 60px;
    }

    .left-topbar {
        padding-left: 0;
    }

    .search-bar .btn-search-back {
        background: #ffffff;
        border: 1px solid #ffffff;
        padding: 0 10px;
    }

    .toggle-btn.header-toggle {
        margin: 0 !important;
        border-radius: 0 8px 8px 0;
    }

    .search-bar {
        padding: 0rem 12px;
    }

    .wrapper.toggled .sidebar-header {
        left: 0;
    }

    .sidebar-header {
        left: -260px;
    }

    .search-arrow-back {
        display: flex;
        margin-right: 0px;
    }

    .full-search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
        background: #fff;
        height: 70px;
        padding: 0rem 1.4rem;
    }

    .sidebar-wrapper {
        width: 235px !important;
        left: -260px;
        box-shadow: none;
        z-index: 12;
    }

    .page-content-wrapper {
        margin-left: 0px;
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0px;
        box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .13);
        transition: all .2s ease-out;
        z-index: 99999;
    }

    .wrapper.toggled .page-content-wrapper {
        margin-left: 0px;
    }

    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.6;
        z-index: 9999;
        display: block;
        cursor: move;
        transition: all .2s ease-out;
    }

    .footer {
        margin-left: 0px;
    }

    .wrapper.toggled .footer {
        margin-left: 0px;
    }

    .chat-header {
        border-top-left-radius: 0.25rem;
    }

    .chat-footer {
        border-bottom-left-radius: 0.25rem;
    }

    .chat-sidebar {
        left: -370px;
    }

    .chat-content {
        margin-left: 0px;
    }

    .chat-header {
        left: 0px;
    }

    .chat-footer {
        left: 0px;
    }

    /* chat toggled css */
    .chat-toggled .chat-sidebar {
        left: 0px;
    }

    .chat-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 340px;
        background: #000;
        opacity: 0.5;
        z-index: 11;
        display: block;
        cursor: move;
        transition: all .3s ease-out;
    }

    .email-header {
        border-top-left-radius: 0.25rem;
    }

    .email-sidebar {
        left: -280px;
    }

    .email-content {
        margin-left: 0px;
    }

    .email-header {
        left: 0px;
    }

    /* email toggled */
    .email-toggled .email-sidebar {
        left: 0px;
    }

    .email-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 250px;
        background: #000;
        opacity: 0.5;
        z-index: 9;
        display: block;
        cursor: move;
        transition: all .3s ease-out;
    }
}

@media only screen and (max-width: 1199px) {
    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
}

@media screen and (max-width: 991px) {
    .section-authentication-login {
        height: 100%;
        padding: 1.4rem;
    }

    .login-img {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .login-card {
        border-right: 0px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .authentication-reset-password {
        height: auto;
        padding: 2.0rem 1rem;
    }

    .authentication-lock-screen {
        height: auto;
        padding: 2.0rem 1rem;
    }

    .error-404 {
        height: auto;
        padding: 6.0rem 1rem;
    }

    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0;
    }
}

@media(max-width: 850px) {
    .login-deta-main::after {
        content: none;
    }

    .login-deta-main {
        width: 75%;
        padding: 100px 100px;
        margin: 0 auto;
        background: #fff;
        height: auto;
        border-radius: 20px;
    }

    .login-page-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .user-info {
        display: none;
    }

    .lang span {
        display: none;
    }

    .login-deta-main {
        padding: 50px 50px;
    }

    .right-topbar .navbar-nav .nav-link {
        /* padding: 0rem 14px; */
        border-left: 0px solid #ededed;
        font-size: 25px;
    }

    .msg-count {
        left: 26px;
    }

    .search-bar .btn-search {
        padding: 0 20px;
    }

    .authentication-forgot {
        height: auto;
        padding: 2.5rem 1rem;
    }

    .fc .fc-toolbar {
        display: flow-root;
    }
}

@media screen and (max-width: 620px) {
    .top-header .navbar .dropdown-menu::after {
        display: none;
    }

    .top-header .navbar .dropdown {
        position: static !important;
    }

    /* 
	.top-header .navbar .dropdown-menu {
		width: 100% !important;
	} */
    .dropdown-lg-content {
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 520px) {
    .logo-icon {
        display: none;
    }

    .chat-footer-menu,
    .chat-top-header-menu {
        display: none;
    }
}


/* sagar css start */

.property-page-main .modal.show.view-property-modal .modal-dialog {
    max-width: 90% !important;
}

.property-page-main .view-property-modal .modal-content {
    background-color: var(--site-bg);
}

.property-page-main .view-property-modal .custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--main-color);
    border-radius: 20px 0 0 20px;
    margin: 0 0 0 0;
}

.property-page-main .view-property-modal .custom-modal-header ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    padding: 18px;
}

.property-page-main .view-property-modal .custom-modal-header ul:first-child li {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 30px;
}

.property-page-main .view-property-modal .custom-modal-header ul li:first-child img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child {
    padding: 0 20px 0 0;
}

.property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child,
.property-page-main .view-property-modal .custom-modal-header ul:first-child li:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.property-page-main .view-property-modal .custom-modal-header ul:last-child li {
    background: #ffffff;
    border-radius: 20px;
}

.property-page-main .view-property-modal .custom-modal-header ul:last-child li {
    padding: 10px 15px;
}

.property-page-main .custom-modal-header ul li.active {
    position: relative;
    padding: 10px 15px 10px 30px !important;
}

.property-page-main .custom-modal-header ul li.active::after {
    content: "";
    position: absolute;
    left: 16%;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #19be65;
    transform: translate(-10%, -50%);
    border-radius: 50%;
}

.property-page-main .view-property-modal .property-filter ul.nav-pills {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    align-items: center;
}

.property-page-main .view-property-modal .property-filter ul.nav-pills li {
    /* -ms-flex: 0 0 14.28%;
	flex: 0 0 14.28%;
	max-width: 14.28%; */
    position: relative;
    text-align: center;
}


/* .property-page-main .property-filter ul.nav-pills li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 15px;
	background-color: #ccc;
	transform: translate(0, -50%);
} */

.property-page-main .property-filter ul.nav-pills li:first-child::after,
.property-page-main .property-filter ul.nav-pills li:last-child::before {
    background-color: transparent;
}


/* .property-page-main .custom-modal-header ul:first-child {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
} */

.property-page-main .custom-modal-header ul li {
    display: flex;
    align-items: center;
}

.property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
    padding: 12px 16px;
    font-size: 14px;
    padding: 12px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.property-page-main .nav-pills .nav-link.active,
.property-page-main .nav-pills .show>.nav-link {
    background: transparent;
    border-radius: 0;
    color: #000;
    position: relative;
}

.property-page-main .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1C528A;
    height: 1px;
    width: 60px;
}

.property-page-main .font-pink-12 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: var(--main-btn);
}

.property-page-main .font-black-12 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: var(--text-black);
}

.property-page-main .font-black-15 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    color: var(--text-black);
}

.property-page-main .modal-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #0a1629;
}

.property-page-main .property-info .property-list svg {
    width: 18px;
    height: 18px;
}

.pro-detail-img {
    background: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: 1px solid #E7EBF0;
}

.property-page-main .font-black-14 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0a1629 !important;
}

.property-page-main .client-visit-modal {
    z-index: 9999;
}

.property-page-main .client-visit-modal .modal-content {
    padding: 0 15px;
}

.property-page-main .modal-backdrop:nth-child(odd) {
    z-index: 99;
}

.property-page-main .modal-backdrop:nth-child(even) {
    z-index: 99;
}

.property-page-main #amenities .property-info {
    cursor: pointer;
}

.property-page-main .property-list {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.property-page-main .property-list.activeProperty {
    background-color: #FFF;
    color: #fff;
    border-radius: 10px;
}

.property-page-main .property-list.activeProperty::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 17px;
    height: 17px;
    background-image: url("./../images/property-image/check.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-5%, -50%);
}

.property-page-main .property-list.activeProperty span {
    color: #000;
}

.property-page-main #images .add-image {
    padding: 28px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
}

.property-page-main #images .add-image .add-type {
    /* width: 7.5%; */
}

.property-page-main #images .add-image .add-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}

.property-page-main #images .add-image .add-title .add-type {
    width: 16%;
}

.property-page-main #images .add-image .d-flex select {
    background: #ffffff;
    border: 2px solid #a7a6bf;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    height: calc(1.5em + 0.75rem + 8px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url("./../images/property-image//dropdown.svg");
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.property-page-main #images .add-image .add-title .add-type input {
    border-radius: 5px;
    padding: 20px 15px;
}

.property-page-main #images .upload-section {
    background: #dcdbfc;
    border: 2px dashed #5025d1;
    border-radius: 12px;
    display: inline-block;
    padding: 22px;
    /*margin: 30px 0;*/
    text-align: center;
    width: 100%;
    position: relative;
}

.property-page-main #images .upload-section input {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.property-page-main #images .upload-section button {
    background: #5025d1;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    border: 0;
    padding: 10px 15px;
}

.property-page-main .add-btn .custom-btn {
    background: #fc5185;
    border-radius: 10px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 25px;
}

.property-page-main .property-table .table thead th {
    border-bottom: 1px solid #c6c6e2;
    font-weight: 600;
    border-top: none;
}

.property-page-main .property-box {
    display: flex;
    width: 100%;
}

.property-page-main .property-box .property-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.property-page-main .property-box .property-card .card-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 15px;
}

.property-page-main .property-box .property-card .card-radio input[type="text"] {
    background: #e8e8e8;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0a1629;
    text-align: center;
    width: 30%;
}

.property-page-main .property-box .property-card .card-radio .wings-radio {
    display: flex;
    align-items: center;
}

.property-page-main .property-box .property-card .card-radio .wings-radio span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0a1629;
    margin-left: -30px;
    border: 1px solid #000;
    background: #e8e8e8;
}

.property-page-main .property-box .property-card p {
    border-bottom: 1px solid #e7e8ea;
    padding-bottom: 15px;
}

.property-page-main .property-box .property-card button.custom-btn,
.property-page-main .floor-box button.custom-btn {
    background: #fc5185;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    border: 0;
    padding: 12px 35px;
    margin: 20px auto 0;
    text-align: center;
    display: block;
}

.property-page-main .wings-radio ul {
    margin: 0 0 0 -10px;
}

.property-page-main .wings-radio ul li.checked::before {
    content: "";
    position: absolute;
    border-color: #0a1629;
    top: 10px;
    left: 16px;
    height: 8px;
    width: 8px;
}

.property-page-main .wings-radio .container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0a1629;
    white-space: nowrap;
}

.property-page-main .wings-radio .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.property-page-main .wings-radio .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.property-page-main .wings-radio .container:hover input~.checkmark {
    background-color: #ccc;
}

.property-page-main .wings-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.property-page-main .wings-radio .container input:checked~.checkmark:after {
    display: block;
}

.property-page-main .wings-radio .container .checkmark:after {
    background-color: #0a1629;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.property-page-main .floor-row {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.property-page-main .floor-box {
    background: #ffffff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e7e8ea;
    padding-bottom: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.property-page-main .floor-row .floor-wrapper .row-floor {
    display: flex;
    align-items: end;
    width: 100%;
    /* margin: 0 -15px; */
    flex-wrap: wrap;
}

.pro-flor-row .row-floor div {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 10px;
}

.property-page-main .floor-row .floor-wrapper .row-floor input[type="text"],
.property-page-main .floor-row .floor-wrapper .row-floor select {
    background: #f7f7f5;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0a1629;
    border: 0;
    height: calc(1.5em + 0.75rem + 8px);
}

.property-page-main .dataTables_filter .form-control {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #c0c0c0;
    height: calc(1.5em + 0.5rem + 15px);
    padding: 10px 15px;
    text-align: start;
}

.property-page-main table {
    border-spacing: 0 1.5em;
}

.property-page-main table tbody tr td {
    border: 0;
}

.property-page-main table tbody tr .font-warning {
    background: #f8b849;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #0a1629;
    padding: 5px 15px;
}

.property-page-main table tbody tr .font-blue {
    background: #2dccff;
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #0a1629;
    padding: 5px 15px;
}

.property-page-main table tbody tr .font-success {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    background: #16c13c;
    border-radius: 5px;
    padding: 5px 15px;
}

.property-page-main table tbody tr td {
    background: #fff;
    font-weight: 500;
}

.property-page-main table tbody tr td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.property-page-main table tbody tr td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.property-page-main .add-property .modal-dialog {
    max-width: 1150px;
}

.property-page-main .add-property .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    width: 2px !important;
}

.property-page-main .add-property-type span.select2 {
    width: 100%;
}

/*.property-page-main .beanch-select .select2-selection__choice {*/
/*    background: #5025d1 !important;*/
/*    border-radius: 5px !important;*/
/*    padding: 5px 10px !important;*/
/*    color: #fff !important;*/
/*    margin: 0 !important;*/
/*}*/

/*.property-page-main .beanch-select .select2-selection__choice__remove {*/
/*    float: right !important;*/
/*    color: #5025d1 !important;*/
/*    background-color: #fff;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 10px;*/
/*    line-height: 20px;*/
/*    margin: 1px 0 0 10px !important;*/
/*    padding: 0 0 0 5px !important;*/
/*}*/

/*.property-page-main .beanch-select .select2-selection--multiple {*/
/*    margin: 0 !important;*/
/*    padding: 5px !important;*/
/*}*/

.property-page-main .add-property .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}

.property-page-main .add-property .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.property-page-main .add-property .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background: transparent;
    border: 2px solid #000000;
}

.property-page-main .add-property .control--radio .control__indicator {
    border-radius: 50%;
}

.property-page-main .add-property .control__indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.property-page-main .add-property .control input:checked~.control__indicator:after {
    display: block;
}

.property-page-main .add-property .control--radio .control__indicator:after {
    left: 6px;
    top: 6px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #5025D1;
}

.property-page-main .property-list h5 {
    font-size: 14px;
    color: #5E5E5E;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.property-page-main .property-list h5 span {
    color: #000;
    font-weight: 600;
    display: block;
}

.property-page-main .floor-row {
    margin-top: 25px !important;
}

.property-page-main .property-list .font-black-12 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.pro-ami-main .property-list img {
    width: 33px !important;
    height: 33px !important;
}

.pro-ami-main .col-12.col-sm-12.col-md-6.col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.property-page-main .control-group.d-flex.align-items-center {
    margin-bottom: 15px;
}

.property-page-main .modal-title {
    padding: 20px 0 20px 0;
}

.modal-main-title {
    font-size: 16px;
    font-weight: 600;
}

.pro-flor-row {
    margin-top: 30px;
}

.main-btn.add-image-btn {
    padding: 12px 14px;
}

.main-btn.add-image-btn img {
    width: 17px;
    height: 17px;
}

.add-image-drop .add-type {
    width: 100%;
}

.add-image-drop .col-lg-2 {
    flex: 0 0 10%;
    max-width: 10%;
}

.add-image-drop .select2-selection.select2-selection--single {
    padding: 4px;
    font-size: 12px;
}

.add-image-drop .modal-input {
    padding: 8px;
}

.add-title.image-btn .add-btn {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.add-title.image-btn {
    justify-content: end !important;
}

.add-modal-main .input-main:focus-visible,
.form-control.form-control-sm:focus-visible {
    outline: none;
    /* border-bottom: 2px solid var(--main-color); */
}

@media screen and (max-width: 575px) {
    .property-page-main .modal.show.view-property-modal .modal-dialog {
        max-width: 100% !important;
    }

    .property-page-main .property-list {
        padding: 0 0px;
    }

    .property-page-main .modal-title {
        padding: 15px 0 10px 0;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills li {
        padding: 0;
        /* margin: 10px auto; */
        position: relative;
        /* width: 90%; */
        text-align: center;
        /* -ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; */
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        width: 100%;
    }

    .property-page-main .property-filter ul.nav-pills li::after {
        display: none;
    }

    .property-page-main .view-property-modal .custom-modal-header {
        display: block;
        margin: 40px auto 0 auto;
        width: 100%;
    }

    .property-page-main .custom-modal-header ul li.active::after {
        left: 15px;
        top: 50%;
        transform: translate(-5%, -50%);
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li {
        padding: 10px 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child,
    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:nth-child(2) {
        border: 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul {
        display: block;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child {
        padding: 10px 0 10px 10px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child {
        padding: 0 0 10px 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child li {
        margin: 10px !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: calc(100vh - 50%);
		margin: 10px auto;
		width: 95%;
		border-radius: 20px !important;
	} */
    .property-page-main .add-modal-main .modal-header {
        position: relative;
    }

    .property-page-main .add-property .modal-body .row .col-lg-3,
    .property-page-main .add-property .modal-body .row .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        /* height: auto; */
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2,
    .property-page-main .property-info .row .col-lg-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        /* display: block; */
        margin: 0;
        /* padding: 5px; */
    }

    .property-page-main .view-property-modal .modal-header a.close {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .property-page-main .property-box {
        display: block;
    }

    .property-page-main .property-box .property-card {
        margin: 0 0 15px 0 !important;
    }

    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 60%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 50%; */
    }

    .property-page-main #images .upload-section {
        /* width: 100%; */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {

    .property-page-main .add-property .modal-body .row .col-lg-3,
    .property-page-main .add-property .modal-body .row .col-lg-9 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .modal.show.view-property-modal .modal-dialog {
        max-width: 100% !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: 93%;
	} */
    .property-page-main .property-list {
        padding: 0 0px;
    }

    .property-page-main .modal-title {
        padding: 15px 0 10px 0;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills li {
        padding: 0;
        /* margin: 10px 0; */
        position: relative;
        /* width: 90%; */
        text-align: center;
        /* -ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%; */
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        width: 100%;
    }

    .property-page-main .property-filter ul.nav-pills li::after {
        display: none;
    }

    .property-page-main .view-property-modal .custom-modal-header {
        /* display: block; */
        margin: 40px auto 0 auto;
        width: 100%;
    }

    .property-page-main .custom-modal-header ul li.active::after {
        left: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li {
        padding: 10px 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child,
    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:nth-child(2) {
        border: 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child {
        padding: 0 0 10px 0;
    }

    .property-page-main.view-property-modal .custom-modal-header ul:last-child li {
        margin: 10px !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: calc(100vh - 55%);
		margin: 10px auto;
		width: 95%;
		border-radius: 20px !important;
	} */
    .property-page-main .add-modal-main .modal-header {
        position: relative;
    }

    .property-page-main .add-property .modal-body .row .col-lg-3,
    .property-page-main .add-property .modal-body .row .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2,
    .property-page-main .property-info .row .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        /* display: block; */
        margin: 0;
        /* padding: 5px; */
    }

    .property-page-main .view-property-modal .modal-header a.close {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .property-page-main .property-box {
        display: block;
    }

    .property-page-main .property-box .property-card {
        margin: 0 0 15px 0 !important;
    }

    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 60%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 50%; */
    }

    .property-page-main #images .upload-section {
        /* width: 100%; */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .property-page-main .add-property .modal-body .row .col-lg-3,
    .property-page-main .add-property .modal-body .row .col-lg-9 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .modal.show.view-property-modal .modal-dialog {
        max-width: 100% !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: 93%;
	} */
    .property-page-main .property-list {
        padding: 0 0px;
    }

    .property-page-main .modal-title {
        padding: 15px 0 10px 0;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills li {
        padding: 0;
        /* margin: 10px 0; */
        position: relative;
        /* width: 90%; */
        text-align: center;
        /* -ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%; */
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        width: 100%;
    }

    .property-page-main .custom-modal-header ul li.active::after {
        left: 10px;
        top: 50%;
        transform: translate(-5%, -50%);
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li {
        padding: 10px 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child,
    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:nth-child(2) {
        border: 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child {
        padding: 0 0 10px 0;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child li {
        margin: 10px !important;
        margin-left: 0 !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: calc(100vh - 54.5%);
		margin: 10px auto;
		width: 95%;
		border-radius: 20px !important;
	} */
    .property-page-main .add-modal-main .modal-header {
        position: relative;
    }

    .property-page-main .add-property .modal-body .row .col-lg-3,
    .property-page-main .add-property .modal-body .row .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2,
    .property-page-main .property-info .row .col-lg-2 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        /* display: block; */
        margin: 0;
        /* padding: 5px; */
    }

    .property-page-main .view-property-modal .modal-header a.close {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 25%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 25%; */
    }

    .property-page-main #images .upload-section {
        /* width: 52%; */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

    .property-page-main .add-property .modal-body .row .col-lg-3,
    .property-page-main .add-property .modal-body .row .col-lg-9 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .property-page-main .modal.show.view-property-modal .modal-dialog {
        max-width: 100% !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: 93%;
	} */
    .property-page-main .property-list {
        padding: 10px 0px;
    }

    .property-page-main .modal-title {
        padding: 15px 0 10px 0;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills li {
        padding: 0;
        /* margin: 10px 0; */
        position: relative;
        /* width: 90%; */
        text-align: center;
        /* -ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%; */
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        width: 100%
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child {
        margin-left: 0;
    }

    .property-page-main .custom-modal-header ul:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child {
        padding: 0 0 10px 0;
        justify-content: start !important;
        margin-left: 10px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child li {
        margin: 10px !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: calc(100vh - 54.5%);
		margin: 10px auto;
		width: 95%;
		border-radius: 20px !important;
	} */
    .property-page-main .add-modal-main .modal-header {
        position: relative;
    }

    /* .property-page-main .add-property .modal-body .row .col-lg-3,
	.property-page-main .add-property .modal-body .row .col-lg-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	} */
    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2,
    .property-page-main .property-info .row .col-lg-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        /* display: block; */
        margin: 0;
        /* padding: 5px; */
    }

    .property-page-main .view-property-modal .modal-header a.close {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 20%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 20%; */
    }

    .property-page-main #images .upload-section {
        /* width: 41.5%;/ */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1440.98px) {

    /* .property-page-main .add-property .modal-body .row .col-lg-3,
	.property-page-main .add-property .modal-body .row .col-lg-9 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	} */
    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* .property-page-main .modal.show.view-property-modal .modal-dialog {
		max-width: 100% !important;
	} */
    /* .property-page-main .fiil-modal.modal .modal-content {
		height: 93%;
	} */
    .property-page-main .property-list {
        padding: 10px 0px;
    }

    .property-page-main .modal-title {
        padding: 15px 0 10px 0;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills li {
        padding: 0;
        position: relative;
        /* width: 90%; */
        text-align: center;
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        width: 100%;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child {
        margin-left: 0;
    }

    .property-page-main .custom-modal-header ul:first-child {
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }

    .property-page-main .custom-modal-header ul:last-child {
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
        max-width: 43%;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child li {
        margin: 10px !important;
        margin-left: 0 !important;
    }

    /* .property-page-main .fiil-modal.modal .modal-content {
		height: calc(100vh - 54.5%);
		margin: 10px auto;
		width: 95%;
		border-radius: 20px !important;
	} */
    .property-page-main .add-modal-main .modal-header {
        position: relative;
    }

    /* .property-page-main .add-property .modal-body .row .col-lg-3,
	.property-page-main .add-property .modal-body .row .col-lg-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	} */
    .property-page-main .add-property .modal-dialog {
        max-width: 80%;
        height: auto;
        margin: 30px auto 90px auto;
    }

    .property-page-main #information .property-info .row .col-lg-2,
    .property-page-main .property-info .row .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        margin: 0;
        /* padding: 5px; */
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li {
        padding: 10px 20px;
    }

    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 15%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 15%; */
    }

    .property-page-main #images .upload-section {
        /* width: 31.5%; */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1441.98px) {
    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 15%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 15%; */
    }

    .property-page-main #images .upload-section {
        /* width: 30.8%; */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1600.98px) {
    .property-page-main #images .add-image {
        padding: 15px;
    }

    .property-page-main #images .add-image .add-title .add-type {
        width: 15%;
    }

    .property-page-main #images .add-image .add-title {
        align-items: center;
    }

    .property-page-main #images .add-image .add-type {
        /* width: 15%; */
    }

    .property-page-main #images .upload-section {
        /* width: 30.8%; */
    }

    .property-page-main #images .add-image .add-title .add-btn {
        margin-top: 25px;
    }
}

.property-info .col-12.col-sm-6.col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media(max-width: 1600px) {
    .property-page-main .property-list h5 {
        font-size: 12px;
    }

    .property-page-main .property-list h5 span {
        font-size: 11px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child li {
        padding: 8px 12px;
    }

    .property-page-main .custom-modal-header ul li.active {
        position: relative;
        padding: 8px 12px 8px 25px !important;
    }

    .modal.fade.add-property.show .form-group.mb-4 {
        margin-bottom: 10px !important;
    }

    .property-page-main .custom-modal-header ul li.active::after {
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
    }

    .add-image-drop .select2-selection.select2-selection--single {
        padding: 2.3px;
    }

    .property-page-main #images .upload-section {
        /*margin: 20px 0;*/
    }

    .property-page-main .view-property-modal .custom-modal-header ul {
        padding: 15px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li {
        padding: 10px 20px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul li:first-child img {
        height: 40px;
        width: 40px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li,
    .property-page-main .property-list .font-black-12 {
        font-size: 12px;
    }

    .property-page-main .add-property .control {
        padding-left: 27px;
        line-height: 27px;
        font-size: 12px;
    }

    .property-page-main .add-property .control--radio .control__indicator::after {
        left: 4.5px;
        top: 4.5px;
        height: 8px;
        width: 8px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul li {
        margin-left: 8px !important;
    }

    .property-page-main .custom-modal-header .font-black-12,
    .property-page-main .floor-row .floor-wrapper .row-floor input[type="text"],
    .property-page-main .floor-row .floor-wrapper .row-floor select {
        font-size: 10px;
    }

    .property-page-main .property-info .property-list svg {
        width: 16px;
        height: 16px;
    }

    .pro-detail-img {
        background: #F4F4FE;
        width: 36px;
        height: 36px;
    }

    .property-page-main .add-property .control__indicator {
        width: 20px;
        height: 20px;
    }

    .property-page-main .modal-title {
        font-size: 20px;
    }

    .modal-main-title {
        font-size: 14px;
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        padding: 11px 12px;
        font-size: 12px;
    }

    .property-page-main .floor-box button.custom-btn {
        padding: 8px 35px;
    }

    .property-page-main .floor-wrapper .font-black-12 {
        font-size: 10px;
    }

    .main-btn.add-image-btn.add-pro-modal.ml-2 {
        padding: 11px 13px;
    }

    .add-pro-modal img {
        width: 15px !important;
        height: 15px !important;
    }
}

@media(max-width: 1444px) {
    .add-modal-main .property-page-main .page-heading-main.justify-content-between {
        margin: 10px 0;
    }
}

@media(max-width: 1400px) {
    .property-info .col-12.col-sm-6.col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        gap: 4px;
    }
}

@media(max-width: 1300px) {
    .pro-flor-row .row-floor div {
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding: 0 10px;
    }

    .change-log-main {
        width: 100%;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .property-page-main .modal .modal-body .property-filter ul.nav-pills li a {
        white-space: nowrap;
    }

    .property-page-main .floor-row .floor-wrapper .row-floor {
        row-gap: 20px;
    }
}

@media(max-width: 1200px) {
    .property-page-main .view-property-modal .custom-modal-header {
        flex-direction: column;
    }

    .change-log-card::after {
        left: 147px;
    }

    .change-log-card h5 {
        width: 165px;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:last-child {
        justify-content: end !important;
        padding: 0 10px 10px 0 !important;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child {
        padding-bottom: 0;
    }
}

@media(max-width: 1100px) {
    .change-log-card::after {
        left: 145px;
    }
}

@media (max-width: 1024px) {
    .change-log-card::after {
        left: 145px;
    }
}

@media(max-width: 991px) {
    .property-page-main .view-property-modal .custom-modal-header ul:first-child li {
        padding: 10px 5px;
    }

    .report-tab-main .col-lg-10 {
        padding-left: 15px;
    }

    .property-info .col-12.col-sm-6.col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .property-page-main .view-property-modal .custom-modal-header ul:first-child li:first-child {
        padding: 0 5px 0 0;
    }

    .modal.fade.add-property.show .form-group.mb-4 {
        margin-bottom: 0 !important;
    }

    .property-page-main .view-property-modal .property-filter ul.nav-pills {
        justify-content: start;
        row-gap: 15px;
    }

    .pro-ami-main .col-12.col-sm-12.col-md-6.col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .property-page-main .fiil-modal.modal .modal-body {
        padding-bottom: 100px;
    }
}

@media (max-width: 900px) {
    .change-log-card::after {
        left: 145px;
    }
}

.change-log-right {
    width: 100%;
}

.change-log-right h5 {
    display: none;
}

@media(max-width: 767px) {
    .property-page-main .view-property-modal .custom-modal-header ul:first-child {
        padding-bottom: 10px;
    }

    .change-log-card::after {
        left: 13px;
    }

    .change-log-card h5 {
        display: none;
    }

    .change-log-right h5 {
        display: block;
        margin-left: 15px;
        margin-bottom: 6px;
        width: auto;
    }

    .change-log-card {
        justify-content: start;
    }

    .dataTables_wrapper.dt-bootstrap4.no-footer .row {
        row-gap: 10px;
    }

    .pro-flor-row .row-floor div {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
    }

    .property-info .col-12.col-sm-6.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main-page-heading h1 {
        font-size: 24px;
        padding-top: 5px;
    }

    .main-page-heading p {
        font-size: 12px;
    }
}

.change-log-text ul {
    padding-left: 20px;
}

@media(max-width: 576px) {
    .pro-ami-main .col-12.col-sm-12.col-md-6.col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .change-log-text h4 {
        font-size: 20px;
    }

    .change-log-text ul li {
        font-size: 15px;
    }

    .change-log-text {
        width: 97%;
    }

    .pro-flor-row .row-floor div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
    }

    .property-page-main .add-property .modal-dialog {
        max-width: 90% !important;
    }

    .page-content {
        padding: 5px 15px 65px 15px !important;
    }
}

@media(max-width: 450px) {
    .pro-flor-row .row-floor div {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .main-page-heading h1 {
        font-size: 20px;
    }

    .main-page-heading p {
        font-size: 10px;
    }

    .property-info .col-12.col-sm-6.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 400px) {
    .pro-ami-main .col-12.col-sm-12.col-md-6.col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 370px) {
    .pro-partial {
        flex-direction: column;
        width: 100%;
    }
}

@media(max-width: 350px) {
    .pro-flor-row .row-floor div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .right-head-deta {
        flex-direction: column;
    }

    .site-visit-left .nav-link {
        padding: 5px 8px;
    }

    .common-tab-deta .nav {
        border-radius: 8px;
        padding: 5px;
    }

    .common-tab-deta .nav-pills .nav-link.active {
        padding: 5px 8px;
    }
}

/* sagar css end */






/* traveleieons web css start */
.main-page-heading h1 {
    padding-top: 10px;
}

.top-header {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 15px 0px 15px;
    left: 275px;
}

.page-main-head h1 {
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.page-main-head p {
    font-weight: 400;
    font-size: 15px;
    color: var(--bg-5);
    margin: 0;
}

.page-main-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.page-main-head p span {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: 35px;
    color: #1c528a;
}

.navbar-nav {
    padding-top: 13px;
}

.page-content-wrapper {
    margin-top: 95px;
    margin-left: 290px;
    margin-right: 15px;
}

.page-content {
    padding: 10px 35px 50px 30px;
}

.sidebar-header {
    position: unset;
    border-radius: 16px;
    background: none;
    height: auto;
    background-color: white;
    border: 1px solid #DCDCDC;
    padding: 10px 18px;
}

.sidebar-wrapper {
    top: 0px;
    margin-left: 0px;
    /* height: calc(100% - 30px); */
    height: 100%;
    background: #FCFBFA;
    /* border-radius: 20px; */
    /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); */
}

.sidebar-wrapper .metismenu a {
    padding: 14px;
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-wrapper hr {
    display: none;
}

.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu .mm-active>a {
    box-shadow: none;
    background: white;
    border-radius: 16px;
    border: 1px solid #FF8145;
    padding: 14px;
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-wrapper .metismenu a:hover {}

.logo-icon-2 {
    width: 180px;
}

.toggle-btn {
    /* margin: 0 !important; */
    color: white;
    width: 35px;
    height: 35px;
    line-height: 0;
    background: white;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
    padding: 0 8px;
    margin-top: 10px;
    /* position: absolute;
    top: 6px;
    right: 6px; */
}

.leftsidebar-img img {
    width: 75%;
    height: auto;
}

.leftsidebar-img {
    text-align: center;
}

.sidebar-wrapper .metismenu a svg path {
    fill: var(--bg-5);
}

.sidebar-wrapper .metismenu a:hover svg rect,
.sidebar-wrapper .metismenu a:focus svg rect,
.sidebar-wrapper .metismenu a:active svg rect,
.sidebar-wrapper .metismenu .mm-active>a svg rect {
    stroke: #fff;
}

.sidebar-wrapper .metismenu a:hover svg path,
.sidebar-wrapper .metismenu a:focus svg path,
.sidebar-wrapper .metismenu a:active svg path,
.sidebar-wrapper .metismenu .mm-active>a svg path {
    fill: #fff;
}

.sidebar-wrapper {
    padding: 25px 20px 10px 20px;
}

.navigation-line {
    display: none;
}

.select2-selection.select2-selection--single {
    background: #ebf4fe;
}

.dash-main-tab .nav {
    justify-content: start;
    align-items: center;
}

.center-line {
    background: #CCCCCC;
    height: 16px;
    margin: 0 35px;
}

.dash-title h3 {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    margin-bottom: 15px;
}

.tarvle-acc-card {
    box-shadow: 0 20px 18px 0 rgba(254, 81, 69, 0.2);
    background: #fe5145;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
}

.travel-acc-text h6 {
    font-weight: 500;
    font-size: 18px;
    color: black;
    margin-bottom: 8px;
}

.travel-acc-text h6:first-child {
    font-size: 13px;
    font-weight: 500;
    color: #5A6485;
}

.travel-acc-text h6:last-child {
    margin-bottom: 0;
}

.tarvle-acc-card.acc-color2 {
    box-shadow: 0 20px 18px 0 rgba(28, 82, 138, 0.2);
    background: #1c528a;
}

.tarvle-acc-card.acc-color3 {
    box-shadow: 0 20px 18px 0 rgba(0, 201, 242, 0.2);
    background: #00c9f2;
}

.travel-account {
    position: relative;
}

.travel-account::after {
    content: '';
    position: absolute;
    top: 44px;
    right: -35px;
    background-image: url(../images/traveleieons-img/plane.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 411px;
    height: 140px
}

.travel-acc-deta .col-lg-3 {
    flex: 0 0 21%;
    max-width: 21%;
}

.travel-static {
    margin: 28px 0;
}

.travel-static-deta {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 15px;
    padding: 35px;
}

.static-col {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 0 25px;
}

.travel-static-card {
    background: white;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.travel-static-card-new-query {
    background: white;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    padding: 10px 10px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.travel-static-card-new-query h4 {
    font-size: 15px !important;
    color: black;
    font-weight: 600;
    margin-top: 4px;
}

.Tm-d-new-box-new-query {
    background-color: #FECFA1;
    padding: 8px;
    margin-right: 10px;
    border-radius: 12px;
}


/* .travel-static-card img {
    margin-bottom: 18px;
} */

.travel-static-card h6 {
    font-weight: 500;
    font-size: 11px;
    color: #5A6485;
    margin-bottom: 8px;
}



.travel-static-card h6:last-child {
    margin-bottom: 0;
    font-size: 18px;
    color: black;
    font-size: 600;
}


.Tm-d-new-box {
    background-color: #FECFA1;
    padding: 9px;
    margin-right: 10px;
    border-radius: 12px;
}


.travel-static-card-new {
    background: white;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.Tm-d-new-box-new {
    background-color: #FECFA1;
    padding: 10px;
    margin-right: 10px;
    border-radius: 12px;
}


.new-gb-1-tm {
    background-color: #FF8145CC !important;
    padding: 9px;

}

.new-gb-2-tm {
    background-color: #FF814599 !important;

}


.new-gb-3-tm {
    background-color: #FF8145 !important;

}


.new-gb-4-tm {
    background-color: #FF814566 !important;

}


.new-gb-5-tm {
    background-color: #FF814533 !important;

}


/* ===================== */

.travel-static-deta .row {
    margin: 0 -25px;
}

.flag-card {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    background: #5c60ef;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 28px;
    border-radius: var(--card-radius);
    justify-content: center;
}

.flag-col {
    flex: 0 0 20%;
    max-width: 16.6%;
    padding: 0 13px;
}

.flag-card .travel-acc-text h6 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.flag-card.flag-color2 {
    background: #C97BF3;
}

.flag-card.flag-color3 {
    background: #10062b;
}

.flag-card.flag-color4 {
    background: #67d8e7;
}

.flag-card.flag-color5 {
    background: #f97b22;
}

.card-body-new {
    /* box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.07); */
    /* background: #fff; */
    border-radius: 16px;
    border: 1px solid #DCDCDC;
    padding: 20px;
    margin-bottom: 28px;
}

.box-head h4 {
    font-weight: 500;
    font-size: 16px;
    color: #242424;
    /* border-bottom: 1px solid #F5F5F5; */
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


/* Optional: Round top corners of the first and last th */
.table-deta-main table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-deta-main table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.table-deta-main table th {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #2b2b2b;
    background-color: #F3F5F7;
    padding: 10px 20px;
    text-align: center;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;

}

.page-item.active .page-link {
    background: #FF8145 !important;
    border: 1px solid #FF8145 !important;
    margin: 0px 5px !important;
    padding: 7px 13px !important;
    border-radius: 5px !important;
}



.page-item.disabled .page-link {
    margin: 0px 5px !important;
    padding: 7px 12px !important;
    background-color: #F3F3F3 !important;
    border: 1px solid #F3F3F3 !important;
    color: black !important;
    pointer-events: none;
    cursor: auto;
    border-radius: 5px !important;
    opacity: 0.5;
}

.table-deta-main table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #1e1d2b;
    padding: 10px;
    text-align: center;
}


.new-lines-tabs {
    height: 1px;
    width: 100%;
    background-color: #dcdcdc;
}

.dash-table-deta .box-head h4 {
    border-bottom: none;
    padding: 0;
    padding-top: 15px;
}


.table-deta-main table {
    width: 100%;
}

.table-deta-main table td a {
    font-weight: 500;
    font-size: 14px;
    color: #1e1d2b;
}

.done-status,
.pending-status,
.reject-status {
    background: #1ed31a;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    width: 75px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.pending-status {
    background: #FF6A00;
}

.reject-status {
    background: #D23E17;
}

.dash-table-deta .card-body-new {
    height: 91%;
}

.table-deta-main table th:first-child,
.table-deta-main table td:first-child {
    text-align: start;
}

.action-ico {
    background: #EBF4FE;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.action-ico i {
    color: black;
}

.action-ico:last-child {
    margin: 0;
}

.toggle-btn {
    width: 30px;
    height: 30px;
}

.sidebar-header .menu-line1,
.sidebar-header .menu-line3 {
    width: 14px;
}

.sidebar-header .menu-line2 {
    width: 10px;
}

.nav-link.dropdown-toggle.dropdown-toggle-nocaret.profile-drop {
    border-radius: 0px;
    border: none;
    border-left: 1px solid #dcdcdc;
}

/* .right-topbar .navbar-nav .nav-link {
    border-radius: 50%;
} */

.user-info .user-name {
    font-size: 14px;
    line-height: 150%;
    color: black;
    text-transform: capitalize;
}

.right-topbar .navbar-nav .nav-link img {
    width: 22px;
    height: 22px;
}

.sidebar-wrapper .metismenu ul li a:hover {
    background: white !important;
    border-radius: 15px !important;
    color: #000;
}

.sidebar-wrapper .metismenu ul a {
    color: black;
}

.simplebar-content li ul.drop-inner-ul::after {
    background: #1C528A;
}

.mob-menu-main .nav-link {
    background: #EBF4FE;
}

.sidebar-wrapper .metismenu ul li.mm-active a {
    background: #EBF4FE;
    border-radius: 5px;
    color: #000;
}

.inner-table-main {
    box-shadow: none;
    background: #fff;
    border-radius: 14px;
    margin-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.tabulator .tabulator-header {
    border-radius: 14px;

}

.inner-table-main table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 0;
}

.inner-table-main table.dataTable .odd,
.property-table .odd,
.inner-table-main table.dataTable .even,
.property-table .even {
    box-shadow: none;
    border-radius: 0;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .row:nth-child(2) {
    padding: 0;
}

.inner-table-main .table thead th {
    border-bottom: none;
    font-weight: 600;
    font-size: 14px;
    background: #F3F5F7;
    color: black;
    padding: 0.75rem !important;
}


.inner-table-main .table thead th:first-child {
    border-radius: 14px 0 0 14px !important;
}

.inner-table-main .table thead th:last-child {
    border-radius: 0 14px 14px 0 !important;
}

.inner-table-main .table thead tr {
    border-radius: 14px !important;
}

.inner-table-main .table tfoot td {
    border-top: 1px solid #E6E6E6;
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.inner-table-main .table td {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: var(--table-data-color);
}


.dataTables_info {
    padding-left: 18px;
}

.dataTables_paginate.paging_simple_numbers {
    padding-right: 18px;
}

.btn.btn-icon.waves-effect.waves-light {
    background: #EBF4FE;
}

.inner-page-head h3 {
    font-weight: 600;
    font-size: 35px;
    color: #1c528a;
    margin-bottom: 20px;
    display: none;
}

.sidebar-wrapper .metismenu a svg.fill-img path {
    stroke: var(--bg-5);
    fill: unset;
}

.sidebar-wrapper .metismenu a:hover svg.fill-img path,
.sidebar-wrapper .metismenu a:focus svg.fill-img path,
.sidebar-wrapper .metismenu a:active svg.fill-img path,
.sidebar-wrapper .metismenu .mm-active>a svg.fill-img path {
    stroke: #fff;
}

.table-inner-select {
    background: #ebf4fe;
    border: none;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #1e1d2b;
}

.booking-btns .nav-link {
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
}

.booking-btns .nav.nav-pills {
    display: flex;
    gap: 8px;
}

.client-name {
    display: flex;
    align-items: end;
    gap: 15px;
}

.number-deta {
    display: flex;
    align-items: end;
    gap: 15px;
}

.add-btn a {
    display: block;
    background: #FF8145;
    color: black;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 13px;
    border-radius: 5px;
}

.number {
    width: 100%;
}

.queries-page-head {
    display: flex;
    gap: 20px;
    align-items: center;
}

.queries-page-head div {
    font-weight: 500;
    font-size: 16px;
    color: #18253399;
    border: 1px solid #dcdcdc;
    border-radius: 13px;
    padding: 8px 15px;
    text-wrap-mode: nowrap;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lines {
    color: #dcdcdc !important;
    margin-right: 5px !important;
}

.new-calander-lines i {
    color: #FF8145;
    margin-right: 10px;
    font-size: 18px;
}

.new-calander-lines span {
    color: black;
    margin-right: 10px;
    font-family: 600 !important;
    font-size: 16px;
}



.queries-page-head h5 span {
    font-weight: 400;
}

.inner-page-head.query-head {
    display: flex;
    align-items: center;
    gap: 45px;
    position: fixed;
    background-color: white;
    z-index: 100;
    width: 81.5%;
    padding: 20px 0px 0px 0px;
    margin-top: -10px;
}

@media(max-width:1800px){.inner-page-head.query-head{width:79%;}}
@media(max-width:1500px){.inner-page-head.query-head{width:77%;}}
@media(max-width:1350px){.inner-page-head.query-head{width:75.5%;}}
@media(max-width:1250px){.inner-page-head.query-head{width:73%;}}
@media(max-width:1150px){.inner-page-head.query-head{width:71%;}}
@media(max-width:1050px){.inner-page-head.query-head{width:68%;}}
@media(max-width:1024px){.inner-page-head.query-head{width:90%;}}
@media(max-width:650px){.inner-page-head.query-head{width:86%;}}
@media(max-width:576px){.inner-page-head.query-head{width:90%;}}
@media(max-width:500px){.inner-page-head.query-head{width:87%;}}
@media(max-width:400px){.inner-page-head.query-head{width:85%;}}
@media(max-width:350px){.inner-page-head.query-head {width:83%;}}


.travel-quiry-tab .nav.nav-pills {
    margin: 0px 0 20px 0px !important;
    background: #F3F5F7;
    padding: 10px 8px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.travel-quiry-tab .nav-pills .nav-link.active {
    background: #ffffff;
    color: #000000;
    border: 2px solid #FF8145;
    border-radius: 16px;
}

.travel-quiry-tab .nav-pills .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 0;
    padding: 9px 20px;
    border-radius: 7px;
}

.new-edit {
    font-size: 18px !important;
    margin-right: 10px;
}

.back-btn {
    transform: rotate(180deg);
    cursor: pointer;
    border-left: 2px solid #DADADA;
    padding-left: 20px !important;
}

.nav-item.backbtn-arrow {
    display: flex;
    align-items: center;
    gap: 28px;
}

.quiry-tab-btns {
    gap: 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.quiry-tab-btns a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quiry-tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 120px;
}

.queries-details-card {
    /* box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.07); */
    /* background: #fff; */
    border: 1px solid #dcdcdc;
    padding: 0px 15px;
    border-radius: 15px;
    height: 100%;
}

.queries-details-card h4 {
    font-weight: 600;
    font-size: 17px;
    color: #242424;
    letter-spacing: 1%;
    padding: 18px;
    /* border-bottom: 1px solid #E6E6E6; */
    margin-bottom: 20px;
}

.new-card-qqs h4 {
    border-bottom: 1px solid #E6E6E6;
}

.queries-card-deta {
    padding: 18px;
    padding-top: 0;
}

.queries-card-deta h6 {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    text-align: right;
}

.queries-card-deta h6:last-child {
    margin-bottom: 0px;
}

.queries-card-deta h6 span {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
}

.queries-card-deta textarea {
    border-radius: 10px;
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100%;
}

.add-note-btn {
    background: #FECFA1;
    border-radius: 50%;
    color: #000;
    padding: 3px 15px;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
}

.add-note-deta {
    text-align: end;
    margin-top: 20px;
}

.querie-comman-deta {
    box-shadow: none;
    background: #fff;
    border-radius: 15px;
    margin-top: 25px;
}

.querie-col {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 12px;
}

.querie-comman-card {
    background: #ebf4fe;
    text-align: center;
    padding: 17px;
    border-radius: 15px;
    height: 100%;
}

.querie-comman-card h4 {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin: 10px 0 0 0;
    line-height: 1.5;
}



.querie-comman-deta input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.querie-comman-deta label {
    display: block;
    position: relative;
    cursor: pointer;
}

.querie-comman-deta label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.querie-comman-deta :checked+label {
    border-color: #ddd;
}

.querie-comman-deta :checked+label:before {
    content: "✓";
    background-color: #FF8145;
    color: white;
    transform: scale(1);
}

.querie-comman-deta :checked+label img {
    transform: scale(1);
    /* z-index: ; */
}

.quotation-tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 20px;
}

.quotation-tab-head h3 {
    font-weight: 500;
    font-size: 24px;
    color: black;
    margin: 0;
}

.quotation-tab-btns a {
    font-weight: 500;
    font-size: 16px;
    color: #DB3C3B;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 2px;
    z-index: 25;
}

.quotation-card-head {
    padding: 0px;
    border-bottom: 1px solid #D4E2F1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quotation-card-head h4 {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.quotation-card-head .dropdown-toggle::after {
    content: none;
}

.quotation-card-copy a {
    display: inline-block;
    background: white;
    border-radius: 12px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
}

.quotation-card-copy {
    display: flex;
    align-items: center;
    gap: 8px;
}

.queries-details-card.quotation-card-deta {
    background: white;
    box-shadow: none;
}

.queries-details-card h4 a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.queries-card-deta.quotation-card-text h5 {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.quotation-text-multiple .queries-page-head {
    gap: 0;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 20px;
}

.quotation-card-head .dropdown-item {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    width: 90%;
    margin: auto;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    margin-top: 5px;
}

.quotation-card-head .dropdown-item:hover {
    background: white;
}

.quotation-text-multiple .queries-page-head h5 {
    font-size: 12px;
    gap: 0;
}

.hotel-night h6 {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
}

.hotel-night p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    padding: 0px 15px;
}

.hotel-btns {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.hotel-btns a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #fe5145;
    border-radius: 5px;
    padding: 7px 20px;
    width: 47%;
    text-align: center;
}

.hotel-btns a:last-child {
    background: #1c528a;
}

.quotation-create h6 {
    font-weight: 400;
    color: #949494;
    font-size: 12px;
    margin: 0 !important;
    display: unset;
    line-height: 1.4;
}

.quotation-create h6 span {
    font-weight: 500;
    color: #000;
}

.quotation-create {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.quotation-description input {
    background: #fff;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.hotel-modal h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.hotel-modal p {
    padding: 7px 20px;
    margin-bottom: 9px;
    background: #ebf4fe;
    color: #000;
    border-radius: 5px;
}

.add-qua-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quotation-main-deta {
    box-shadow: none;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    padding: 20px;
}



.quotation-text-multiple .queries-page-head h5 span {
    margin-left: 3px;
}

.queries-card-deta.activity-tab-deta h3 {
    font-weight: 500;
    font-size: 18px;
    color: #1c528a;
    margin-bottom: 20px;
}

.activity-ad h6 {
    margin: 0 !important;
    display: unset;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.activity-ad {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 15px;
    gap: 10px;
    background-color: #F3F5F7;
    padding: 20px;
    border-radius: 14px !important;
    color: 14px;
    font-weight: 500;
}

.activity-ad h6 span {
    font-weight: 500;
    color: #949494;
}

.queries-card-deta.activity-tab-deta h5 {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.queries-card-deta.activity-tab-deta h5 span {
    color: #949494;
    font-weight: 500;
}

.activity-footer label {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.activity-footer {
    border-top: 2px Dashed #D7D7D7;
    padding-top: 11px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.activity-footer select,
.activity-footer input {
    background: #fff;
    border: 1px solid #dcdcdc;
    outline: none;
    border-radius: 12px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #949494;
    padding: 8px;
}

.activity-footer-left,
.activity-footer-right {
    width: 50%;
}

.footer-right-btn a {
    display: inline-block;
    font-size: 12px;
    padding: 7px 12px;
    border-radius: 5px;
}

.footer-right-btn {
    text-align: center;
    margin-top: 15px;
}

/* custom cheakbox css start */
.box-select-input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.box-select-input label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.box-select-input label:before {
    content: '';
    -webkit-appearance: none;
    background-color: white;
    padding: 16.5px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 14px;
    color: black;
}



.box-select-input input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 6px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.new-as-line {
    font-size: 15px !important;
    color: black !important;
    border-bottom: 2px dashed #dcdcdc;
    padding-bottom: 10px;
    font-weight: 500 !important;
}

.new-as-tits {
    display: flex;
    justify-content: space-between;

}

.new-as-tits h5 {

    font-size: 14px !important;
    font-weight: 500 !important;
}

/* custom cheakbox css end */

.task-card {
    background: white;
    border: 1px solid #dcdcdc;

    border-radius: var(--card-radius);
    padding: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.task-card-text {
    width: 100%;
}

.text-card-head h4 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.task-card-text h5 {
    font-weight: 400;
    font-size: 13px;
    color: #adadad;
}

.task-card-text p {
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #dcdcdc;
}

.billing-tab-main .flag-card {
    justify-content: start;
    padding: 17px;
}

.flag-card.flag-color-new {
    background: #FE5145;
}

.flag-card.flag-color-new2 {
    background: #F6C91E;
}

.biiling-btns a {
    font-weight: 400;
    font-size: 14px;
    color: black;
    background: white;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 10px 15px;
}

.biiling-btns a:last-child {
    background: white;
    border: 1px solid #fc6b2c;
}

.biiling-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.billing-pending-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.billing-pen-text h6 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.billing-pen-text p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.billing-pending {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #dcdcdc;
}

.billing-pending .biiling-btns a:first-child {
    background: white;
}

.billing-pending .biiling-btns a:last-child {
    background: white;
    border: 1px solid #BEBEBE;
}

.queries-card-deta.activity-tab-deta.hotel-schedule h5 span {
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}

.qua-build-main .nav.nav-pills {
    margin: 0 !important;
    border-radius: 15px;
    padding: 10px;
}

.qua-build-main .tab-content {
    border-top: none;
    padding: 15px 0px;
    border-radius: 0 0 15px 15px;
}

.acc-hotel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.acc-hotel-head .quotation-tab-btns a {
    background: #01C8F1;
}

.acc-hotel-head .select2-selection.select2-selection--single {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 8px;
}

.qua-card-main {
    background: white;
    padding: 15px 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dcdcdc;
}

.new-cards-edis {
    height: 205.5px;
    overflow: auto;
}

.new-cards-edis::-webkit-scrollbar {
    display: none;
}

.qua-card-main.fix-h {
    max-height: 400px;
    overflow-y: auto;
}

.qua-card-title h5 {
    font-weight: 500;
    font-size: 20px;
    color: black;
    /* background: #1c528a; */
    /* border-radius: 0 var(--input-radius) var(--input-radius) 0; */
    /* padding: 10px 33px; */
    width: fit-content;
    margin-bottom: 0;
    /*border-top-left-radius: 11px;*/
}

.liness-fdi {
    border-bottom: 1px solid #dcdcdc;
}

.modal .modal-header [data-dismiss="modal"] {
    cursor: pointer;
}

.qua-card-deta label,
.modal .modal-body label {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.qua-card-deta .select2-selection.select2-selection--single,
.qua-card-deta input,
.qua-card-deta textarea,
.modal .modal-body .select2-selection.select2-selection--single,
.modal .modal-body input,
.modal .modal-body textarea,
.select2-selection.select2-selection--single {
    background: transparent;
    border-radius: 5px;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    outline: none;
    padding: 0px !important;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 14px !important;
    background-color: white;
}

.qua-card-deta input,
.qua-card-deta textarea,
.modal .modal-body input,
.modal .modal-body textarea {
    border: 1px solid #dcdcdc;
    padding: 10px !important;
}

.qua-card-deta .row {
    row-gap: 10px;
    align-items: center;
}

.qua-cheak {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qua-cheak p {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin: 0;
}

.qua-cheak .box-select-input label::before {
    padding: 10px;
}

.qua-cheak .box-select-input input:checked+label::after {
    top: 4px;
    left: 7px;
    width: 6px;
}

.qua-cheak-box {
    display: flex;
    align-items: center;
    gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.cheak-boxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.qua-btns-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.qua-btns-group a,
.qua-btns-group button {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: var(--input-radius);
    background: var(--bg-5);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.qua-btns-group a:first-child {
    background: #FE5145;
}

.qua-btns-group button i {
    font-size: 20px;
    line-height: 1;
}

.qua-card-main.activity-ticket-right h6 {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.qua-card-main.activity-ticket-right p {
    margin: 0;
    background: #fff;
    margin-bottom: 8px;
    font-size: 13px;
    padding: 6px;
    font-weight: 500;
}

.activity-ticket-tab .qua-card-main {
    height: 100%;
    margin-bottom: 0;
}

.add-row-main {
    display: flex;
    align-items: end;
    gap: 15px;
}

.add-row-btn a {
    display: block;
    background: var(--main-color);
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 2.5px 11.1px;
    border-radius: 5px;
}

.qua-card-close img {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 38px;
    position: relative;
    top: -6px;
    right: -6px;
}

.qua-card-close {
    text-align: end;
}

.close-qua {
    background: #ec3d31 !important;
}

.add-row-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ticket-right-inner {
    margin-bottom: 22px;
}

.qua-build-main {
    /* box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.07); */
    border-radius: 15px;
}

.qua-build-main .nav.nav-pills {
    box-shadow: none;
}

.price-tr td {
    border-radius: 0 !important;
    background: #ebf4fe !important;
}

.price-tr th {
    background: #ebf4fe !important;
}

.price-tr td span {
    font-weight: 600;
}

.price-tr select {
    background: #fff;
    border-radius: 5px;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    padding: 8px;
    outline: none;
    width: 100%;
    border: none;
}

.qua-final-tab p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

.final-tab-inquiry h5 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 18px;
}

.final-tab-inquiry h5 span {
    font-weight: 400;
}

.qua-final-tab .qua-card-main {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
}

.qua-card-title p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.price-tr th:first-child {
    border-top-left-radius: 8px;
}

.price-tr th:last-child {
    border-top-right-radius: 8px;
}

.final-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.final-head a {
    display: inline-block;
}

.final-head .quotation-tab-btns {
    display: flex;
    gap: 5px;
}

.master-right-sec .travel-acc-deta {
    margin-bottom: 40px;
}

.master-right-sec .travel-acc-deta .tarvle-acc-card {
    box-shadow: none;
}

/* new-design css start */

.acc-hotel-head .select2-selection.select2-selection--single {
    font-weight: 400;
    padding: 8px;
    border-radius: var(--input-radius);
    border: 1px solid #D8E0F0;
    background: #FFF;
    box-shadow: none;
    font-size: 14px;
    color: #7D8592;
    width: 100%;
}

.acc-hotel-head .select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: calc(1.5em + 0.51rem);
}

.qua-card-main .qua-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
}

.qua-cheak-box.activity-saprate .qua-cheak {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 12px;
}

.qua-cheak-box.activity-saprate {
    gap: 0;
    margin: 0 -12px;
    row-gap: 12px;
}

.box-label-deta span {
    font-size: 12px;
}

.acc-hotel-left {
    margin-bottom: 15px;
}

.acc-hotel-left .row {
    row-gap: 15px;

}

.select2-selection__clear {
    display: none;
}

.add-row-btn.del-btn-new i {
    font-size: 16px !important;
}

.add-row-btn.del-btn-new a {
    background: transparent;
    color: #DB3C3B;
}

.del-btn-new {
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.add-btn .btn.btn-danger {
    background: #fe5145;
}

.hotel-night {
    margin-bottom: 15px;
}

.side-filter-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-filter-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
}

.main-btn.side-btn {
    background: #01C8F1;
}

.property-info {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.property-page-main .property-info .property-list svg path {
    fill: #000;
}

.property-info.purchase-side label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.property-info.purchase-side .select2-selection.select2-selection--single,
.property-info.purchase-side input,
.property-info.purchase-side textarea {
    background: #ebf4fe;
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border-radius: 50px;
    outline: none;
    appearance: none;
    webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: textfield;
}

.property-info.purchase-side h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 83%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}

.property-info.purchase-side .row {
    row-gap: 20px;
}

.property-info.hotel-info-deta .row {
    row-gap: 40px;
}

.center-btn .main-btn.side-btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

/* new-design css start */

@media(min-width: 1024px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 80px;
        top: 0;
        margin: 0;
        border-radius: 0;
    }

    .wrapper.toggled .sidebar-header {
        height: auto;
    }

    .queries-card-deta.activity-tab-deta h3 {
        font-size: 14px;
    }

    .wrapper.toggled.sidebar-hovered .sidebar-header {
        height: auto;
    }

    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
        top: 0;
        margin: 0;
        border-radius: 0;
    }

    .wrapper.toggled.sidebar-hovered .logo-icon-2 {
        width: 180px;
        margin-left: 50px;
    }
}

@media(max-width: 1600px) {
    .sidebar-wrapper .metismenu {
        padding: 25px 20px 10px 20px;
    }

    .acc-hotel-head .select2-selection.select2-selection--single .select2-selection__rendered {
        font-size: 11px;
        line-height: calc(1.5em + 0.42rem);
    }

    .add-btn .btn.btn-danger {
        padding: 5px 11px;
    }

    .add-btn .btn.btn-danger i {
        font-size: 18px;
    }

    .queries-page-head h5 {
        font-size: 12px;
    }

    .travel-quiry-tab .nav.nav-pills {
        gap: 25px;
    }

    .add-btn a {
        font-size: 26px;
        padding: 0px 11px;
    }

    .right-topbar .navbar-nav .nav-link img {
        width: 20px;
        height: 20px;
    }

    .static-col {
        padding: 0 10px;
    }

    .travel-static-deta .row {
        margin: 0 -10px;
    }

    .travel-static-card {
        padding: 15px 10px;
    }

    .travel-static-card img {
        width: 40px;
    }

    .travel-static-card h6:last-child {
        font-size: 14px;
    }

    .logo-icon-2 {
        width: 135px;
        margin-left: 45px;
    }

    .travel-static-deta {
        padding: 25px;
    }

    .page-content-wrapper {
        margin-left: 265px;
    }

    .top-header {
        left: 250px;
    }

    .navbar-nav {
        padding-top: 18px;
    }

    .wrapper.toggled.sidebar-hovered .logo-icon-2 {
        width: 135px;
        margin-left: 45px;
    }

    .tarvle-acc-card {
        gap: 15px;
    }

    .travel-acc-text h6 {
        font-size: 16px;
    }

    .tarvle-acc-card {
        padding: 25px;
    }

    .tarvle-acc-card img {
        width: 55px;
    }
}

@media(max-width: 1500px) {
    .querie-col {
        flex: 0 0 10%;
        max-width: 10%;
    }

    /* .qua-cheak-box.activity-saprate .qua-cheak {
        flex: 0 0 25%;
        max-width: 25%;
    } */

    .querie-comman-card {
        padding: 12px 8px;
    }

    .quotation-text-multiple .queries-page-head h5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .quotation-text-multiple .queries-page-head {
        flex-wrap: wrap;
    }

    .hotel-btns a {
        font-size: 12px;
        padding: 7px 8px;
    }

    .hotel-night p {
        font-size: 12px;
    }
}

@media(max-width: 1450px) {
    .quotation-main-deta.activity-tab-main .col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .quotation-main-deta.activity-tab-main .row {
        row-gap: 25px;
    }
}

@media(max-width: 1400px) {
    .travel-acc-deta .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .quiry-tab-btns {
        gap: 5px;
    }

    .travel-quiry-tab .nav.nav-pills {
        padding: 10px 9px 9px 10px;
    }

    .travel-quiry-tab .nav-pills .nav-link {
        font-size: 12px;
    }

    .nav-item.backbtn-arrow {
        gap: 10px;
    }

    .page-content {
        padding: 10px 25px 50px 25px;
    }

    .flag-card img {
        width: 55px;
    }

    .flag-card {
        gap: 10px;
    }

    .flag-card {
        padding: 20px;
    }

    .flag-card .travel-acc-text h6 {
        font-size: 12px;
    }

    .travel-account::after {
        width: 265px;
        height: 91px;
    }

    .tarvle-acc-card {
        padding: 20px;
    }

    .travel-acc-text h6 {
        font-size: 14px;
    }
}

@media(max-width: 1300px) {
    .inner-page-head.query-head {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    /* .qua-cheak-box.activity-saprate .qua-cheak {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    } */

    .master-right-sec .travel-acc-deta .tarvle-acc-card {
        padding: 12px;
        gap: 8px;
    }

    .hotel-btns a {
        width: 48%;
        white-space: nowrap;
    }

    .querie-col {
        flex: 0 0 14.28%;
        max-width: 14.28%;
        padding: 0 8px;
    }

    .querie-comman-deta .row {
        row-gap: 15px;
    }

    .travel-quiry-tab .nav.nav-pills {
        gap: 15px;
    }

    .travel-static-card {
        padding: 7px ;
    }
}

@media(max-width: 1200px) {
    .travel-acc-deta .col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33.3%;
    }

    .acc-hotel-tab.activity-ticket-tab .row {
        row-gap: 18px;
    }

    .quotation-main-deta .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .quiry-tab-head {
        flex-direction: column;
        align-items: end;
        gap: 0;
        margin-bottom: 20px;
    }

    .travel-quiry-tab .nav.nav-pills {
        margin: 20px 0 !important;
    }

    .tarvel-flag .row {
        row-gap: 20px;
    }

    .flag-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .static-col {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .travel-static-deta .row {
        row-gap: 20px;
    }
}

@media(max-width: 1199px) {
    .quotation-main-deta.activity-tab-main .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 1024px) {
    .page-content-wrapper {
        margin-left: 0;
        margin-left: 20px;
    }

    .sidebar-wrapper {
        margin-left: 0;
    }

    .toggle-btn {
        position: unset;
        background: var(--main-btn) !important;
    }

    .top-header {
        padding: 0;
        padding-top: 8px;
        top: 0px;
        left: 20px;
        margin-right: 15px;
    }

    .wrapper.toggled .logo-icon-2 {
        width: 135px;
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0px;
        box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .13);
        transition: all .2s ease-out;
        z-index: 99999;
        top: 0;
        border-radius: 0;
    }

    .sidebar-header .toggle-btn.ml-auto {
        position: absolute;
        width: 32px;
        height: 32px;
    }

    .page-content-wrapper {
        margin-top: 80px;
    }
}

@media(max-width: 991px) {
    .queries-page-head h5 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .master-right-sec .travel-acc-deta .row {
        row-gap: 12px;
    }

    .billing-pending {
        flex-direction: column;
        align-items: start;
        row-gap: 20px;
    }

    .queries-details-tab .row {
        row-gap: 20px;
    }

    .queries-page-head {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .static-col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .qua-card-deta label {
        font-size: 12px;
    }

    .qua-card-title h5 {
        font-size: 13px;
        padding: 10px 15px;
    }

    .add-row-deta {
        width: 100%;
    }

    .queries-details-card.quotation-card-deta.add-qua-btn {
        padding: 50px 0;
    }

    .quotation-main-deta .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .quotation-main-deta .row {
        row-gap: 20px;
    }

    .querie-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(max-width: 700px) {
    .travel-acc-deta .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .travel-acc-deta .row {
        row-gap: 25px;
    }

    .travel-quiry-tab .nav.nav-pills {
        border-radius: 10px;
    }
}

@media(max-width: 650px) {
    .quotation-main-deta.activity-tab-main .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 576px) {
    .static-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .qua-card-title {
        flex-direction: column;
        align-items: start !important;
    }

    .qua-cheak-box.activity-saprate .qua-cheak {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .qua-card-main .qua-card-title .quotation-tab-btns {
        width: 100%;
        text-align: end;
        margin-top: 10px;
    }

    .final-head {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }

    .quotation-tab-head h3 {
        font-size: 24px;
    }

    .querie-col {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .queries-page-head h5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-main-head {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .flag-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .biiling-btns {
        flex-wrap: wrap;
    }
}

@media(max-width: 450px) {
    .travel-acc-deta .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .querie-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .static-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 400px) {
    .flag-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .qua-btns-group {
        gap: 10px;
    }

    .qua-btns-group a,
    .qua-btns-group button {
        font-size: 12px;
    }

    .activity-footer-left,
    .activity-footer-right {
        width: 100%;
    }

    .querie-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .activity-footer {
        flex-direction: column;
        row-gap: 10px;
    }

    .quotation-text-multiple .queries-page-head h5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hotel-btns a {
        width: 100%;
    }

    .hotel-btns {
        flex-direction: column;
        row-gap: 10px;
    }

    .quotation-tab-head {
        flex-direction: column;
        align-items: start;
        row-gap: 15px;
    }

    .quotation-tab-btns {
        width: 100%;
        text-align: end;
    }

    .task-card {
        flex-direction: column;
    }

    .text-card-head {
        margin-bottom: 10px;
    }
}


/*new table*/
.inner-table-main.new-deta-table .tabulator-cell select {
    padding: 8px;
    background: #F3F5F7;
    border: none;
    font-size: 14px;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell {
    border-right: none;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell {
    vertical-align: top;
    border: none;
}

.inner-table-main.new-deta-table .tabulator-cell {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.inner-table-main.new-deta-table .tabulator-row.tabulator-selectable.tabulator-row-odd,
.inner-table-main.new-deta-table .tabulator-row.tabulator-selectable.tabulator-row-even {
    box-shadow: none;
    border-radius: 0px;
    /* padding: 0 10px; */
    border-bottom: none;
}

.inner-table-main.new-deta-table .tabulator .tabulator-tableHolder .tabulator-table {
    border-left: none;
    /* padding: 0 10px; */
}

.inner-table-main.new-deta-table .tabulator-cell a {
    font-weight: 600;
    text-decoration: none !important;
    color: #FF8145;
}

.inner-table-main.new-deta-table .tabulator-col-content {
    background: #F3F5F7;
    color: black;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col {
    border-right: none;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col[tabulator-field="query_id"] {
    width: 115px !important;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col[tabulator-field="action"] {
    width: 100% !important;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col[tabulator-field="currency_name"] {
    width: 120px !important;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell {
    overflow: unset;
    white-space: break-spaces;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="query_id"] a,
.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="query_code"] a {
    color: #ff8145;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="query_id"],
.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="query_code"] {
    font-weight: 600;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="query_id"] {
    width: 115px !important;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="currency_name"] {
    width: 120px !important;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell[tabulator-field="action"] {
    min-width: 140px !important;
    width: fit-content !important;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header {
    border-bottom: none;
    background: #fff;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 6px solid #DBDBDB;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 6px solid #dbdbdb;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: 6px solid #dbdbdb;
}

.inner-table-main .tabulator .tabulator-footer {
    padding: 15px;
    border-top: 1px solid #dcdcdc;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-table-main .tabulator .tabulator-tableHolder .tabulator-table {
    width: auto;
    min-width: 100%;
}

.inner-table-main .tabulator-row.tabulator-selected {
    background-color: #fff;
}

.inner-table-main .tabulator .tabulator-tableHolder .tabulator-placeholder span {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.inner-table-main .tabulator-cell:last-child {
    white-space: nowrap !important;
}

.inner-table-main.new-deta-table .tabulator {
    border: none;
    background-color: #fff;

}

/*new data table css*/
.table.tabulator {
    margin-top: 20px;
}

.tabulator-col.tabulator-sortable {
    height: auto !important;
}

.tabulator-col-content {
    background: var(--main-btn);
    border-bottom: none;
    border-top: none;
    color: #fff;
    border-left: none;
    padding: 0.75rem !important;
}

.tabulator-cell a {
    color: black;
}

.tabulator .tabulator-header {
    background-color: var(--main-btn);
}

.tabulator-col-title {
    font-size: 14px;
    font-weight: 600;
}

/* .tabulator .tabulator-header,
.tabulator {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */

.tabulator-row.tabulator-group {
    border-top: none;
    background-color: #f2f2f2;
    color: #000;
    font-weight: 600;
    padding: 12px;
}

.tabulator-row.tabulator-row-even {
    background-color: transparent;
}

.tabulator-cell {
    color: var(--main-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding: 10px !important;
    height: auto !important;
    font-weight: 400;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.tabulator-row .tabulator-cell {
    border-right: none;
    vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col {
    border-right: 1px solid #ccc;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 6px solid #fff;
}

.tabulator {
    background-color: #fff;
    border: none;
}

.tabulator .tabulator-tableHolder .tabulator-table {
    border-left: 1px solid #ccc;
}

.tabulator .tabulator-footer {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.tabulator .tabulator-footer .tabulator-page {
    background: #F3F3F3;
    color: black !important;
    border: 1px solid #F3F3F3 !important;
    margin: 0px 5px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}



.tabulator .tabulator-footer .tabulator-pages {
    margin: 0;
}

.tabulator-page.active {
    background: #FF8145 !important;
    color: white !important;
    border: 1px solid #FF8145 !important;
    margin: 0px 5px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    cursor: pointer;
    background: #FF8145 !important;
    color: white !important;
    border: 1px solid #FF8145 !important;
    margin: 0px 5px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: 6px solid #fff;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 6px solid #fff;
}

.inner-table-main.new-deta-table .tabulator {
    margin: 0 !important;
}

@media(max-width: 767px) {
    .tabulator-footer {
        flex-direction: column;
    }
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.form-control {
    font-size: 14px;
    border-radius: 10px;
}

.master-date .input-main {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.itineraies-design-main {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

.itineraies-design-head a {
    display: inline-block;
    background: #EBF4FE;
    color: #000 !important;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 10px;
}

.itineraies-design-head {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.itineraies-list-right .btn.btn-icon.waves-effect.waves-light {
    background: #fff;
}

.itineraies-list-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.itineraies-list-text h5 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.itineraies-list-text h6 {
    font-weight: 400;
    font-size: 12px;
    margin: 5px 0;
}

.itineraies-list-text p {
    font-weight: 400;
    font-size: 10px;
    color: #767A7F;
    margin: 0;
}

.itineraies-list-left img {
    width: 60px;
}

.itineraies-list {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #D7E4F3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.itineraies-accommodations h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.itineraies-accommodations p {
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    background: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.itineraies-text-group {
    margin-bottom: 15px;
}

.checkarea input {
    width: 18px !important;
    height: 18px;
}

.checkarea p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

.checkarea {
    display: flex;
    align-items: center;
}

.modal-body .row {
    row-gap: 15px;
}

p.label-main {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.qua-card-main .itineraies-list:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.qua-final-tab .qua-card-title p {
    margin: 0;
}

.itineraies-design-deta .qua-card-main:last-child {
    margin: 0;
}

#hotel_price_list {
    row-gap: 15px;
}

#hotel_price_list h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.purchase-modal .inner-table-main .table thead th {
    text-align: start;
}

.new-actions .btn.btn-icon.waves-effect.waves-light {
    background: #fff;
}

.new-actions a:last-child .btn.btn-icon.waves-effect.waves-light.action-icon2 {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 7px;
    margin-left: 5px;
}

.purchase-modal .qua-card-title h5 {
    margin-top: -30px;
}

.purchase-text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.purchase-text h4 span {
    font-size: 14px;
    color: #1c528a;
    font-weight: 500;
}

@media(max-width: 1600px) {
    .new-actions a:last-child .btn.btn-icon.waves-effect.waves-light.action-icon2 {
        font-size: 12px;
    }
}

@media(min-width: 576px) {
    .modal-dialog.modal-xxl.modal-dialog-centered {
        max-width: 1100px !important;
    }
}

@media(max-width: 576px) {
    .itineraies-list {
        flex-direction: column;
        align-items: start;
        row-gap: 20px;
    }

    .purchase-modal .qua-card-main .qua-card-title {
        flex-direction: revert;
    }

    .purchase-modal .qua-card-title h5 {
        margin-top: -20px;
    }

    .itineraies-list-right {
        width: 100%;
        text-align: end;
    }

    .itineraies-list-left {
        gap: 10px;
    }

    .itineraies-list-left img {
        width: 50px;
    }

    .itineraies-list-text h5 {
        font-size: 12px;
    }

    .itineraies-list-text h6 {
        font-size: 11px;
    }
}

/*new data table css*/
/* traveleieons web css end */

/* Stepper Start */
.stepper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 20px;
    margin: 0 -1.875rem 1.5625rem;
}

@media screen and (max-width: 1199px) {
    .stepper {
        -webkit-justify-content: left;
        justify-content: left;
    }
}

.stepper.-double {
    padding-left: calc(50% - 20.1325rem);
    padding-right: calc(50% - 20.1325rem);
}

/* .stepper .step:nth-child(1) .ordinal:after {
    content: "1";
} */
/* .stepper .step:nth-child(2) .ordinal:after {
    content: "2";
}
.stepper .step:nth-child(3) .ordinal:after {
    content: "3";
}
.stepper .step:nth-child(4) .ordinal:after {
    content: "4";
}
.stepper .step:nth-child(5) .ordinal:after {
    content: "5";
} */
.stepper .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    width: 100%;
    max-width: 80px;
    text-align: center;
    margin-bottom: 30px;
}

.stepper .step[aria-current="step"] .ordinal,

.stepper .step.active .ordinal {
    border-color: #4a4a4a;
    background: #4a4a4a;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 1.375rem;
    position: relative;
}

.stepper .step[aria-current="step"] .ordinal:after,
.stepper .step.active .ordinal:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #3dc625;
    border-radius: 50%;
    animation: status-pulse 1.5s infinite ease-in-out;
}

@keyframes status-pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

.stepper .step .ordinal .checkmark {
    display: none;
}

.stepper .step.completed .ordinal .checkmark {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #3dc625;
}

/* .stepper .step.completed .ordinal {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background: #3dc625;
} */
/* .stepper .step.completed .ordinal:after {
    color: #fff;
} */
.stepper .step.completed:not(:last-child):after {
    background: #3dc625;
}

.stepper .step:not(:last-child):after {
    content: "";
    position: absolute;
    left: 75%;
    top: 20px;
    width: 3vw;
    height: 1px;
    transform: translateX(50%);
}

@media screen and (max-width: 1599px) {
    .stepper .step:not(:last-child):after {
        width: 2.5vw;
    }
}

@media screen and (max-width: 1350px) {
    .stepper .step:not(:last-child):after {
        width: 2vw;
    }
}

@media screen and (max-width: 950px) {
    .stepper .step:not(:last-child):after {
        left: 78%;
    }
}

@media screen and (max-width: 776px) {
    .stepper .step:not(:last-child):after {
        left: 80%;
        width: 2.5vw;
    }
}

@media screen and (max-width: 500px) {
    .stepper .step:not(:last-child):after {
        left: 82%;
        width: 3.5vw;
    }
}

.stepper .ordinal {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-shadow: 0 0 0 1px #3dc625;
    -moz-box-shadow: 0 0 0 1px #3dc625;
    box-shadow: 0 0 0 1px #3dc625;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 1.875rem;
    margin-bottom: 5px;
}

/* Stepper End */



.breadcrubmb-curve {
    --r: 7px;
    /* control the rounded part */
    --s: 5px;
    /* control the size of the cut */
    --a: 20deg;
    /* control the depth of the curvature */
    --p: 50%;
    /* control the position */

    width: 100%;
    border-radius: var(--r);
    --_m: , #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r))*cos(var(--a));
    mask:
        radial-gradient(var(--r) at var(--r) calc(var(--p) + var(--_d)) var(--_m)),
        radial-gradient(var(--r) at var(--r) calc(var(--p) - var(--_d)) var(--_m)),
        radial-gradient(var(--s) at calc(-1*sin(var(--a))*var(--s)) var(--p),
            #0000 100%, #000 calc(100% + 1px)) calc(var(--r)*(1 - sin(var(--a)))) 0 no-repeat,
        linear-gradient(#000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}

.acc-destination-heading {
    background-color: #1A1A1A;
    border-radius: var(--card-radius);
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.modal .modal-body {
    border-top: 1px solid #dcdcdc;
    background: #FCFBFA;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.acc-tour-transfer-tab,
.light-blue-card {
    border: 1px solid #dcdcdc;
    padding: 20px;
    max-width: 100%;
    margin: auto;
    border-radius: 27px;
    position: relative;
}

.light-yellow-card {
    background: transparent;
    border: 1px solid #dcdcdc !important;
    padding: 20px;
    max-width: 100%;
    margin: auto;
    border-radius: 12px;
    position: relative;
}

.light-orange-card {
    background: #fe5044cc;
    padding: 20px;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    position: relative;
}


/* Custom Check */
.custom-checkbox input {
    display: none;
}

.custom-checkbox label {
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    position: relative;
    transition: color 0.7s ease;
}

.custom-checkbox label:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: white;
    /* Default background */
    border: 2px solid #dcdcdc;
    /* Default border */
}

.custom-checkbox input:checked+label:before {
    background-color: orange;
    /* Checked background */
    border: 2px solid orange;
    /* Checked border */
}


.custom-checkbox input+label {
    transition: color 0.7s ease;
}

.gap-y-2 {
    row-gap: 10px !important;
}

.gap-2 {
    gap: 10px !important;
}

.modal-open .modal {
    overflow-y: hidden;
}


.pricing-table {
    position: relative;
}

.pricing-table thead tr th {
    padding: 20px !important;
}

.pricing-table tbody tr td {
    padding: 20px !important;
}


.pricing-table th:nth-child(1) {
    width: 300px;
    min-width: 300px;
}

.pricing-table th:nth-child(2) {
    width: 170px;
    min-width: 170px;
}

.pricing-table th:nth-child(1),
.pricing-table td:nth-child(1) {
    position: sticky;
    left: 0;
    background: #F3F5F7 !important;
    color: black !important;
    z-index: 2;
    border-radius: 0;
    text-wrap-mode: wrap;
}

.pricing-table th:nth-child(2),
.pricing-table td:nth-child(2) {
    background: #F3F5F7 !important;
    color: black !important;
    position: sticky;
    left: 300px;
    z-index: 2;
}

@media (max-width: 768px) {

    .pricing-table th:nth-child(1),
    .pricing-table td:nth-child(1) {
        position: relative;
    }

    .pricing-table th:nth-child(2),
    .pricing-table td:nth-child(2) {
        position: relative;
        left: 0px;
    }
}

.pricing-table th:last-child,
.pricing-table td:last-child {
    width: 80px;
    text-align: end;
}

.pricing-table td .select2-selection.select2-selection--single {
    background-color: white;
}

.sticky-right-corner-button {
    position: fixed;
    right: 60px;
    bottom: 20px;
    z-index: 25;
}

@media (max-width: 768px) {
    .sticky-right-corner-button {
        right: 20px;
        bottom: 75px;
    }
}

button {
    box-shadow: none !important;
}

.itinerery-content .destination-img img {
    max-height: 300px;
    max-width: 100%;
}

.itinerary-2 .header,
.itinerary-2 .client-info,
.itinerary-2 .flight-details,
.itinerary-2 .hotel-details {
    margin-bottom: 20px;
}

.itinerary-2 .header h1 {
    font-size: 24px;
    font-weight: bold;
}

.itinerary-2 .header p {
    margin: 0;
}

.itinerary-2 .client-info h2,
.itinerary-2 .flight-details h2,
.itinerary-2 .hotel-details h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.itinerary-2 .client-info p {
    margin: 5px 0;
}

.itinerary-2 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.itinerary-2 table,
.itinerary-2 th,
.itinerary-2 td {
    border: 1px solid var(--card-border-color);
}

.itinerary-2 th,
.itinerary-2 td {
    padding: 8px;
    text-align: left;
}

.itinerary-2 .print-button {
    text-align: center;
    margin-top: 20px;
}


.itinerary-3 .page {
    background-image: linear-gradient(to right top, #ffffff, #1b52894d);
}

.itinerary-3 .header,
.itinerary-3 .client-info,
.itinerary-3 .flight-details,
.itinerary-3 .hotel-details {
    margin-bottom: 20px;
}

.itinerary-3 .header h1 {
    font-size: 24px;
    font-weight: bold;
}

.itinerary-3 .header p {
    margin: 0;
}

.itinerary-3 .client-info h2,
.itinerary-3 .flight-details h2,
.itinerary-3 .hotel-details h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.itinerary-3 .client-info p {
    margin: 5px 0;
}

.itinerary-3 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.itinerary-3 table,
.itinerary-3 th,
.itinerary-3 td {
    border: 1px solid var(--card-border-color);
}

.itinerary-3 th,
.itinerary-3 td {
    padding: 8px;
    text-align: left;
}

.itinerary-3 .print-button {
    text-align: center;
    margin-top: 20px;
}

.itinerary-4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.map-bg {
    position: relative;
}

.map-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/traveleieons-img/world-map.png);
    background-size: contain;
    z-index: 0;
    opacity: 0.5;
    background-position: center right;
    background-repeat: no-repeat;
    filter: brightness(0.9);
}

.card-flight-bg {
    position: relative;
    overflow: hidden;
}

.card-flight-bg::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../images/traveleieons-img/flight-icon.png);
    background-size: contain;
    z-index: 0;
    opacity: 0.5;
    background-position: center right;
    background-repeat: no-repeat;
}

.card-hot-air-baloon-bg {
    position: relative;
    overflow: hidden;
}

.card-hot-air-baloon-bg::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 30px;
    width: 100%;
    height: 70%;
    max-height: 450px;
    background-image: url(../images/traveleieons-img/hot-air-baloon-bg.png);
    background-size: contain;
    z-index: 0;
    opacity: 0.1;
    background-position: center right;
    background-repeat: no-repeat;
}

.card-dessert-safari-bg {
    position: relative;
    overflow: hidden;
}

.card-dessert-safari-bg::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 70%;
    max-height: 450px;
    background-image: url(../images/traveleieons-img/dessert-safari.png);
    background-size: contain;
    z-index: 0;
    opacity: 0.08;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.table-responsive .table tbody .tour-details-column {
    max-width: 450px;
    text-wrap-mode: wrap;
}

.fs-13px {
    font-size: 13px;
}

/* == */

.Sm-Title {
    font-weight: 500;
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
}

.info-box-icon img {
    background-color: #FECFA1;
    padding: 10px;
    margin-right: 5px;
    border-radius: 9px;
}

.info-box-icon i {
    background-color: #FECFA1;
    padding: 13px;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 12px;
}




.info-box {
    border: 1px solid #DCDCDC;
    box-shadow: none !important;
    border-radius: 16px;
    padding: 11px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
}





.info-box-title {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    color: #1C2937;
}

.info-box-text {
    color: #6b7280;
    font-size: 12px;
}

/* ==== */


.menu-main-title-sidebar {
    font-size: 12px;
    color: #6B6D74;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-left: 5px;
}

.sidebar-line-menu {
    height: 1px;
    width: 100%;
    background-color: #DCDCDC;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    /* border: 1px solid #dcdcdc; */
    padding: 5px 16px;
    border-radius: 14px;
    line-height: 27px;
    /* width: 160px; */
}


.new-cards-dash {
    background-color: #F3F5F7;
    border-radius: 24px !important;
}

/* === */

.dashboard-box {
    background: white;
    border-radius: 20px;
    padding: 20px;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
    border: 1px solid #dcdcdc;
}

.pie-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
}

.stats-box {
    background: white;
    border-radius: 17px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border: 1px solid #DCDCDC;
    font-weight: 500;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}

.icon-box {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    background-color: #FF814533;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: none;
}

.dropdown-orange {
    background-color: #fc6b2c;
    color: white;
    border: none;
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 10px;
}

.new-box-dash-title {
    font-size: 20px;
    color: #242424;
    font-family: 500;
}



.new-queries {
    font-size: 20px !important;
    margin-right: 10px;
    font-weight: 600 !important;
    color: black !important;
}

.metrics-box {
    display: flex;
    gap: 5px;
    border: 1px solid #dcdcdc;
    padding: 10px 30px;
    border-radius: 16px;
}


@media(max-width : 1470px) {
    .metrics-box {
        padding: 10px 7px;
    }
}

@media(max-width : 440px) {
    .metrics-box {
    width: 100%;
    flex-direction: column;
    }

  
}

.new-border-ni {
    border-right: 2px solid #dcdcdc;
    padding-right: 10px;
}


@media(max-width : 440px) {
   .new-border-ni{
        border-right: none;
    }

  
}

.metric-item {
    display: flex;
    gap: 15px;
}

.legend-labels {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 20px;
}


.dott {
    height: 5px;
    width: 5px;
    background-color: #FF8145;
    border-radius: 10px;
    margin-top: 7px;
}

.dott1 {
    height: 5px;
    width: 5px;
    background-color: #CBD5E1;
    border-radius: 10px;
    margin-top: 7px;
}


.dott2 {
    height: 5px;
    width: 5px;
    background-color: #A3BFFA;
    border-radius: 10px;
    margin-top: 7px;
}


.chart0-text {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.new-r-d-s {
    display: flex;
    gap: 5px;
}


.badge-chart {
    display: inline-flex;
    /* inline-flex allows auto width based on content */
    /* vertical centering */
    justify-content: center;
    /* horizontal centering */
    background-color: #F3F5F7;
    /* adds spacing inside the box */
    border-radius: 10px;
    /* optional: rounded corners */
    width: auto;
    /* width fits to content */
    height: auto;
    /* height fits to content */
    text-align: center;
    gap: 8px;
    padding: 5px 20px;
    /* space between children */
}

.new-chart-ds {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.calender-main .days-visit li.active,
.calender-main .days li.active {
    color: #fff !important;
    border-radius: 10px;
    background: #FF8145B2 !important;
}

.dash-main-tab .nav {
    background-color: #F3F5F7;
    padding: 10px;
    border: none !important;
    color: black !important;
    border-radius: 14px !important;

}

.dash-main-tab .nav .nav-item .nav-link {
    color: black !important;
    font-size: 15px;
    font-weight: 600;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #fff !important;
    border: 2px solid #FF8145 !important;
    padding: 15px 70px !important;
    border-radius: 14px !important;
}


@media(max-width : 767px) {

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {

        padding: 10px 20px !important;
        width: 100%;
    }
}

.nav-tabs .nav-item.show .nav-link:hover {
    background-color: #fff !important;
    border: 2px solid #FF8145 !important;
    padding: 15px 70px !important;
    border-radius: 14px !important;
}

.tabulator .tabulator-header .tabulator-col:first-child {
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}


.tabulator .tabulator-header .tabulator-col:lat-child {
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}


.tabulator .tabulator-tableHolder {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
}

.btn-danger {
    color: black !important;
    background-color: #FF8145 !important;
    border-color: #FF8145 !important;
    border-radius: 0px 12px 12px 0px !important;
    padding: 8px 16px !important;

}

.btn-outline-dark {
    border: 1px solid #dcdcdc !important;
    padding: 8px 16px !important;
}

.btn-outline-dark:first-child {
    border-radius: 12px 0px 0px 12px !important;
    border: 1px solid #dcdcdc !important;
    color: #000 !important;
}



.inner-table-main table tbody td {
    padding-top: 20px !important;


}

.new-q-i-btn,
.new-q-i-btn:hover {
    background-color: white;
    padding: 10px 20px;
    border: 2px solid #FF8145;
    border-radius: 16px;
    color: black;
}

.new-deta-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.new-deta-table thead tr {
    border-bottom: 2px solid #ccc;
    /* Thick border for separation */
}

.new-deta-table thead th {
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
    /* Remove default bottom border */
    padding: 10px;
}

.new-deta-table tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid #eee;
    /* Optional: row separation */
}

.new-tds-q {
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 14px;
}

.modal-title span svg {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: white;
    margin-right: 10px !important;
}


.modal-header i {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 2px 5px;
    display: inline;
    background-color: white;
}


.modal-title {
    font-size: 20px;
    text-transform: capitalize;
}

/* .daterangepicker .ranges {
    width: 436px !important;
} */

.daterangepicker .ranges ul {
    border-radius: 15px !important;
    padding: 10px !important;
    width: 100% !important;
}

.daterangepicker .ranges li {
    font-size: 14px;
    color: black !important;
}

.daterangepicker .ranges li.active {
    background-color: #FF814566 !important;
    border-radius: 9px !important;
    color: black;
}

.daterangepicker .ranges li:hover {
    background-color: #FF814566 !important;
    border-radius: 9px !important;
    color: black;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background-color: #FF814566 !important;
    color: black;
    border-radius: 9px !important;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    padding: 10px;


}



.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border: 1px solid #dcdcdc;
    border-radius: 9px !important;
    margin-top: 5px !important;
}

.create-query {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 5px 9px;
    background-color: white;
    margin-right: 10px !important;
}

.new-btns-qc,
.new-btns-qc:hover {
    border: 1px solid #3EA308;
    color: #3EA308;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    background-color: white;
    border-radius: 12px;
}

.new-btns-ci,
.new-btns-ci:hover {
    border: 1px solid #22BFC4;
    color: #22BFC4;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    background-color: white;
    border-radius: 12px;
}

.acc-destination-main {
    display: flex;
    gap: 10px;
}

.new-close-btn,
.new-close-btn:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: 25px !important;
    color: black;
    border: 1px solid #dcdcdc;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    line-height: 0;
}


.white-line-btn {
    background: #ffffff;
    color: #000000;
    border: 1px solid #FF8145;
    border-radius: 12px;
    padding: 7px 25px;

}

.white-line-btn:focus {
    background: #ffffff;
    color: #000000;
    border: 1px solid #FF8145;
    border-radius: 12px;
    padding: 7px 25px;

}

.white-org-line-btn {
    border-radius: 12px;
    background: #FF8145;
    border: 1px solid #FF8145;
    box-shadow: none;
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 25px;
}

.white-org-line-btn:hover {
    color: black;
}

.new-ccs-lable {
    font-weight: 600;
    font-size: 17px;
}

.new-tabs-designs {
    border: 1px solid #DCDCDC !important;
    border-radius: 14px !important;

}



.table thead th {
    border-bottom: none !important;
}

.main-btn-new {
    border-radius: 12px;
    background: #FF8145;
    box-shadow: none;
    color: white;

    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
}

.copyAll {
    padding: 9px 20px;
    border-radius: 14px;
}


.new-border {
    border-top: 1px solid #dcdcdc;
}
 
.new-border-uuv td:nth-last-child(3) {
    border-right: 1px solid #dcdcdc;
}


.new-fd-icon {
    border: 1px solid #FECFA1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
}

.u-ii-title {
    font-size: 11px;
    color: #888;
    margin-bottom: 2px;
}


.u-title-dess {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
}


.modal-content {
    border-radius: 16px !important;
}

.modal-footer {
    background-color: #FCFBFA !important;
    border-radius: 0px 0px 14px 14px;
}

.modal-header {
    background-color: #FCFBFA !important;
    border-radius: 20px 20px 0px 0px;

}

.new-qut-cards {
    border: 1px solid #dcdcdc;
    border-radius: 14px;
}

.new-cards-queat {
    background-color: #FECFA1;
    border-radius: 14px 14px 0px 0px;
    padding: 10px 15px;
}


.qut-id-tit {
    font-size: 15px;
    color: black;
    font-weight: 600;
}

.qut-id-tit-new {
    font-size: 15px;
    color: black;
    font-weight: 500;
    margin-top: 5px;
}

.new-qus-page {
    background-color: #F3F5F7;
    display: flex;
    gap: 10px;
    padding: 15px;
    width: 100%;
}

.new-qus-page h5 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.new-qus-last {
    background-color: #F3F5F7;
    padding: 15px;
    border-radius: 0px 0px 14px 14px;
}


.new-fdt-card {
    padding: 15px;
}

.new-fd-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.new-bds {
    border-bottom: 2px dashed #dcdcdc;
}

.new-cards-queat h4 a {
    font-size: 15px;
    color: black;
    font-weight: 600;
}

.new-voucher-design {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.new-voucher-design p {
    color: white;
    font-size: 12px;
    font-family: 500;
}

.voucher-main {
    background-color: #29303D;
    width: 100%;
    border-radius: 16px;

}

.voucher-start-main-div {
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    background: url(../images/new-images/fts.png) !important;
}

.voucher-logo {
    background-color: white;
    padding: 70px 10px 30px 10px;
    border-radius: 0px 0px 16px 16px;
}


.new-voucher-gaust-data {
    width: 95%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    margin: -80px auto 0px auto;
    border: 1px solid #dcdcdc;
    background-color: white;
    padding: 20px 20px;
}


.voucher-client-name {
    font-size: 13px;
    color: black !important;
}


.new-hc-colo {
    color: #4564FF;
    font-size: 16px;
}

.new-icons-voucher {
    border: 1px solid #FECFA1;
    border-radius: 14px;
    padding: 10px;
}

.use-name-title {
    font-size: 12px;
    font-weight: 400;
    color: #24242480;
}


.new-inq-det {
    /* padding: 0px 20px 20px 20px; */
}

.details-table {
    width: 95%;
    margin: 20px auto;
    border: 1px solid #dcdcdc !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 20px 20px;
    background-color: white;
}

.details-table thead tr th {
    background-color: #F3F5F7;
    color: black;
    font-size: 13px !important;
}

.details-table thead tr th:first-child {
    border-radius: 14px 0px 0px 14px !important;

}

.details-table thead tr th:last-child {
    border-radius: 0px 14px 14px 0px !important;

}

.details-table tbody tr td {
    color: black !important;
}

.act-v-btn {
    background-color: #FF81451A;
    color: #FF8145;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 400;
    border-radius: 5px;
}

.act-t-btn {
    background-color: #4571FF1A;
    color: #4571FF;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 400;
    border-radius: 5px;
}

.details-table tbody tr td {
    padding: 20px 0px;
}

.notes-table {
    width: 95%;
    margin: 20px auto;
    border: 1px solid #dcdcdc !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 20px 20px;
    background-color: white;
}


.new-notes-voucher {
    padding: 10px;
    border: 1px solid #FECFA1;
    border-radius: 12px;
}

.notes-title {
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.notes-table tr td:first-child {
    border-bottom: 1px solid #dcdcdc;
}

.notes-table tr td:last-child {
    font-size: 10px !important;
}

.notes-table tr td p {
    font-size: 12px;
    color: black;
}

.flights-title {
    padding: 5px 20px;
    border: 2px solid #10548C;
    border-left: none;
    display: inline;
    border-radius: 0px 10px 10px 0px;
    font-weight: 500;
    background-color: white;
}

.new-conform-voucher table tr td {
    border-right: 2px solid white;
}

.new-conform-voucher table tr td:last-child {
    border-right: none;
}

.round-1 {
    height: 20px;
    width: 20px;
    background-color: white;
    position: absolute;
    top: 70%;
    left: -10px;
    border-radius: 50%;
    z-index: 100;
}

.round-2 {
    height: 20px;
    width: 20px;
    background-color: white;
    position: absolute;
    top: 70%;
    right: -10px;
    border-radius: 50%;
    z-index: 100;
}

.new-boxes-voucheras {
    padding: 8px;
    border: 1px solid #FECFA1;
    border-radius: 12px;
}

.new-inc-exc-card {
    border: 1px solid #dcdcdc !important;
}


.new-inc-exc-card-innwe {
    width: 95%;
    margin: 20px auto;
    border: 1px solid #dcdcdc !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 20px 20px;
    background-color: white;

}

.extra-details-heading {
    /* background-image: url("{{ asset('assets/images/custom-images/heading-bg.png') }}"); */
    background-color: #F3F5F7;
    width: 100%;
    display: block;
    /* background-size: contain;
		background-repeat: no-repeat; */
    padding: 15px 20px;
    /* width: fit-content; */
    color: black;
    font-size: 15px;
    border-radius: 14px;
}


.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    background-color: #FF814566 !important;
    color: black;
    border-radius: 9px !important;
}


.new-blue-btn {
    padding: 7px 12px;
    border: 1px solid #198fed;
    color: #198fed;
    border-radius: 12px;

}

.modal-footer .btn-secondary {
    border-radius: 14px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 17px !important;
    text-transform: capitalize !important;
    border: 1px solid #9D9D9D !important;
    background: #fff !important;
    color: black !important;
}

.modal-footer .btn-primary {
    border-radius: 12px !important;
    background: #FF8145 !important;
    box-shadow: none !important;
    color: black !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
}

.new-atms-p-des {
    background: #FF8145;
    color: #000000;
    border: 2px solid #FF8145;
    border-radius: 6px;
    padding: 5px 20px;
    float: right;
}

.new-atms-p-des:hover {
    color: black;
}

.new-plus-btns {
    background: #FF8145;
    color: black;
    font-size: 20px;
    font-weight: 500;
   padding: 5px 10px;
    border-radius: 5px;
    outline: none !important;
    border: none !important;
}


.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #FF8145 !important;
    color: black !important;
    font-size: 14px;
}

.swal2-styled.swal2-confirm:hover {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #FF8145 !important;
    color: black !important;
    font-size: 14px;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: white !important;
    border: 1px solid #FF8145 !important;
    color: black !important;
    font-size: 14px;
}

.swal2-styled.swal2-cancel:hover {
    border-radius: .25em;
    background: initial;
    background-color: white !important;
    border: 1px solid #FF8145 !important;
    color: black !important;
    font-size: 14px;
}

.new-rrs-btns {
    border-radius: 14px !important;
    margin-left: 10px !important;
}


.btn-outline-dark:last-child {
    border-radius: 0px 12px 12px 0px !important;

}

.btn-group1 {
    gap: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}



 
.btn-group .active {
    background-color: #FF8145 !important;
    color: black !important;
}

.btn-group1 .active {
    border: 1px solid #FF8145 !important; 
    background-color: none !important;
}

.btn-group .btn-outline-dark:hover {
    background-color: #FF8145 !important;
    color: black;
}

.btn-outline-secondary {
    border-radius: 12px;
    background: #FFF;
    box-shadow: none;
    border: 1px solid #dcdcdc;
}

.btn-outline-secondary.active {
    border-radius: 12px !important;
    background: #FFF !important;
    box-shadow: none !important;
    border: 1px solid #dcdcdc !important;
}

.btn-outline-secondary:hover {
     border-radius: 12px !important;
    background: #FFF !important;
    box-shadow: none !important;
    border: 1px solid #dcdcdc !important;
}


/* ================ */

.badge.status-new {
    background-color: rgba(0, 123, 255, 0.3);  /* #007bff */
    color: #007bff;
}

.badge.status-follow_up {
    background-color: rgba(23, 162, 184, 0.3);  /* #17a2b8 */
    color: #17a2b8;
}

.badge.status-itinerary_created {
    background-color: rgba(111, 66, 193, 0.3);  /* #6f42c1 */
    color: #6f42c1;
}

.badge.status-quotation_confirmed {
    background-color: rgba(40, 167, 69, 0.3);  /* #28a745 */
    color: #28a745;
}

.badge.status-itinerary_confirmed {
    background-color: rgba(255, 193, 7, 0.3);  /* #ffc107 */
    color: #ffc107;
}

.badge.status-payment_paid {
    background-color: rgba(32, 201, 151, 0.3);  /* #20c997 */
    color: #20c997;
}

.badge.status-cancelled {
    background-color: rgba(220, 53, 69, 0.5);  /* #dc3545 */
    color: #dc3545;
}

.badge.status-expired {
    background-color: rgba(108, 117, 125, 0.3);  /* #6c757d */
    color: #6c757d;
}

.badge.status-pending {
    background-color: rgba(255, 193, 7, 0.3);  /* #ffc107 */
    color: #ffc107;
}

.badge.status-partial {
    background-color: rgba(253, 126, 20, 0.3);  /* #fd7e14 */
    color: #fd7e14;
}

.badge.status-overdue {
    background-color: rgba(220, 53, 69, 0.3);  /* #dc3545 */
    color: #dc3545;
}

.badge.status-urgent {
    background-color: rgba(232, 62, 140, 0.3);  /* #e83e8c */
    color: #e83e8c;
}

.badge.status-very_urgent {
    background-color: rgba(200, 35, 51, 0.3);  /* #c82333 */
    color: #c82333;
}

.badge.status-critical {
    background-color: rgba(52, 58, 64, 0.3);  /* #343a40 */
    color: #343a40;
}

.badge.status-paid {
    background-color: rgba(40, 167, 69, 0.3);  /* #28a745 */
    color: #28a745;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.875em;
    font-weight: 500;
    border-radius: 0.25rem;
    text-transform: capitalize;
}


.fc-prev-button{
    cursor: pointer;
  background: #FF8145 !important;
  color: white !important;
  border: 1px solid #FF8145 !important;
  margin: 0px 5px !important;
  border-radius: 5px !important;
}


.fc-next-button{
    cursor: pointer;
  background: #FF8145 !important;
  color: white !important;
  border: 1px solid #FF8145 !important;
  margin: 0px 5px !important;
  border-radius: 5px !important;
}

.btn-info{
    background-color: #FECFA1;
    border: var(--bg-3);
    border-radius: var(--input-radius);
    color: black;
}

.btn-info:hover{
    background-color: #FECFA1;
    border: var(--bg-3);
    border-radius: var(--input-radius);
    color: black;
}

.back-arrow i {
    background-color: #FF8145 !important;
}

/* ======================== */



/* Ensure inner content scrolls horizontally */
.queries-page-head {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

/* Webkit scrollbar style */
.queries-page-head::-webkit-scrollbar {
    height: 6px;
}
.queries-page-head::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.queries-page-head > div {
    flex: 0 0 auto;
    font-weight: 500;
    font-size: 16px;
    color: #18253399;
    border: 1px solid #dcdcdc;
    border-radius: 13px;
    padding: 8px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    white-space: nowrap;
}


@media (max-width: 1300px) {
    .inner-page-head.query-head {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

.tabulator-calcs-holder {
	position: absolute;
	margin-bottom: 60px !important; 
}  
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
	background: #fff !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder { 
	border-bottom: none !important;
} 