@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: #5025D1;
    --main-btn: #FC5185;
    --site-bg: #fff;
    --sub-main-bg: #613AD6;
    --box-shadow: 0 6px 58px 0 rgba(196, 203, 214, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(80, 37, 209, 0.4);
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Poppins';
    background-color: var(--site-bg);
    letter-spacing: .1px;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    text-decoration: none;
}


/* 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: #fff;
    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: #fff;
    width: 18px;
    height: 2px;
    display: inline-block;
    border-radius: 50px;
}

.menu-line2 {
    background: #fff;
    width: 14px;
    height: 2px;
    display: inline-block;
    border-radius: 50px;
}

.menu-line3 {
    background: #fff;
    width: 18px;
    height: 2px;
    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;
    margin-left: 80px;
}

.logo-text {
    color: #404142;
    font-size: 25px;
    margin-bottom: 0;
    margin-left: 10px;
}

.top-header .navbar {
    padding: 0;
    background: transparent;
}

.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: 285px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    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;
}

.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: 14px;
    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%;
}

.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: 15px;
}

.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: #FFF;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
}

.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: 460px;
    padding: 0px;
    margin: 0;
    border: 0;
    margin-top: 15px;
}

.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: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.dropdown-lg .msg-info {
    font-size: 13px;
    margin-bottom: 0;
}

.dropdown-lg .msg-time {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #1d1d1d;
}

.noti-head-deta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noti-deta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noti-deta-right svg {
    display: block;
    background: #e6e8ff;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.noti-deta-right svg path {
    fill: var(--main-color);
}

.dropdown-lg .msg-header {
    padding: 18px 24px;
    color: #000;
    background: transparent;
    text-align: start;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid rgba(80, 37, 209, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noti-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.read-btn a {
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    text-transform: capitalize;
    color: #fff;
    background: var(--main-btn);
    border-radius: 6px;
    padding: 11px 12px;
}

.dropdown-lg .msg-header .msg-header-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
}

.dropdown-lg .msg-header .msg-header-subtitle {
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-lg .msg-footer {
    width: fit-content;
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    text-transform: capitalize;
    color: #fff;
    background: var(--main-btn);
    border-radius: 6px;
    padding: 11px 12px;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 12px;
}

.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: 80px;
}

.page-content-wrapper {
    margin-left: 285px;
    transition: all .3s ease-out;
    margin-top: 70px;
}

.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;
    padding: 25px 30px 10px 30px;
    -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 {
    padding: 6px 10px 6px 10px;
    font-size: 13px;
    border: 0;
    width: 100%;
}

.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 .sidebar-header {
        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: 1.3rem;
    margin-top: -1em;
    margin-bottom: -1em;
}

.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-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;
}

.table td,
.table th {
    vertical-align: middle;
    /* color: #6d757b; */
}


/*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;
}

.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: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: white;
    position: fixed;
    border-radius: 10px;
    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: #000;
    font-size: 32px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 10px;
}

.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 {
    border-radius: 57px;
    background: var(--main-btn);
    border: none;
    padding: 9px 20px;
    line-height: 1.2;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.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 .sidebar-wrapper .metismenu {
        padding: 10px 14px;
    }

    .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: #1E1D2B;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.select2-selection.select2-selection--single {
    font-size: 13px;
    color: #1E1D2B;
    font-weight: 500;
    border: none;
    background: #F2F2F2;
    border-radius: 60px;
    height: auto;
    padding: 9px;
}

.select2-selection.select2-selection--single--single .select2-selection__arrow {
    right: 10 px;
}

.form-group {
    margin-bottom: 0;
}

.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: 12px;
    width: 100%;
}

.dash-serch-filter .row {
    align-items: end;
}

.card-body {
    padding: 20px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    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: var(--main-btn);
    color: #fff;
}

.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 50px 12px 25px;
    gap: 15px;
    border-radius: 49px;
}

.radius-41 {
    border-radius: 41px;
}

.radius-41 .card-body {
    padding: 8px 12px;
    border-radius: 41px;
}

.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;
}

.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: 14px;
    background: var(--main-btn);
    box-shadow: var(--box-shadow);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 18px;
}

.main-btn:hover {
    color: #fff;
}

.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 {
    border-radius: 10px 0 0 10px;
    padding-left: 20px;
}

.inner-table-main table tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.action-btn {
    border-radius: 5px;
    background: #E9E9EB;
    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: 12px;
    color: #0A1629;
    font-weight: 600;
}

.main-btn i,
.add-main i {
    color: #fff;
    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: 6px 10px 6px 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: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    width: 95%;
}

.badge-danger {
    background-color: #E8523F;
}

.badge-success {
    background-color: #1F998E;
}

.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: 14px;
    background: #FFF;
    box-shadow: var(--box-shadow);
    padding: 10.4px 14px;
}

.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;
}

.add-modal-main .modal-footer {
    border-top: none;
}

.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;
}

.add-modal-main .modal-title {
    color: #0A1629;
    font-size: 22px;
    font-weight: 600;
}

.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: #A3A3A3;
}

.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: 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-modal-main .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;
}

.modal-input:focus-visible {
    border-bottom: 2px solid var(--main-color) !important;
    outline: none;
}

.chekbox-input {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.add-modal-main .modal-body .row {
    row-gap: 10px;
}


/*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: 25px 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;
}

.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: #E6E8FF;
    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 {
    background: var(--main-color);
    padding: 13.5px 16px;
}

.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: #fff;
    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;
    white-space: nowrap;
}

.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: none;
}

/* 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: var(--main-btn);
    color: #fff;
    border-radius: 7px;
}

.common-tab-deta .nav-pills .nav-link {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    padding: 6px 14px;
}

.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;
}

.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/login-full.png);
    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-text  .ntx{
  font-size: 26px;
    color: #1E1E1E;
    font-weight: 600;
    margin: 10px 0 5px 0;  
}

  .login-text h6 {
     font-size: 14px;
    color: rgb(115 115 115);
    }
    

.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 */


/* 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-container--bootstrap4 .select2-selection--multiple {
    height: auto;
    padding: 9.5px;
    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: #F2F2F2;
    border-radius: 60px;
    /* width: 50%; */
    /* margin: 0 0 0 auto; */
    position: relative;
    padding: 7px 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: 140px;
}

.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: 1px;
    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: 80%;
}

.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: 76%;
}

.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: var(--sub-main-bg);
    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;
    height: 270px;
    overflow: hidden;
    overflow-y: auto;
}

.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: 10px;
    border: 1px solid #D8E0F0 !important;
    background: #FFF !important;
    box-shadow: 0px 1px 2px 0px rgba(184, 200, 224, 0.22);
    font-size: 14px;
    color: #7D8592;
    width: 100% !important;
    padding: 12px !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: #fff;
    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: var(--box-shadow);
}

.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: break-spaces;
}

#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: 76%;
    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: var(--main-btn);
    color: #fff;
    border-radius: 7px !important;
    height: auto !important;
    font-size: 24px;
    font-weight: 500;
    padding: 2px 12px;
}

.modal-open .sidebar-wrapper {
    z-index: 9;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .row:nth-child(2) {
    overflow: hidden;
    overflow-x: auto;
    padding: 0 0;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .row:nth-child(2) .table.dataTable.no-footer {
    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;
    /* transform: translateY(-50%); */
}

.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: 52px !important;
    width: 90%;
    height: 185px;
    overflow: hidden;
    overflow-y: auto;
}

.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: 14px;
    background: #FFF;
    box-shadow: var(--box-shadow);
    height: 43px;
}

.right-head-deta {
    display: flex;
    align-items: center;
    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 {
    border-radius: 14px;
    box-shadow: var(--box-shadow);
    height: 43px;
    padding: 10px 12px;
    width: fit-content !important;
    font-weight: 600;
    border: none;
    background: #fff;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.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: 100px;
}

.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;
}

.table-custom-serch .input-main:focus-visible {
    outline: none;
    border-bottom: 2px solid var(--main-color);
}

.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 {
    color: var(--main-color);
}

#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: auto !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;
    }

    .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,
    .add-main 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 {
        max-width: 585px;
        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: block;
    }

    .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: #ffffff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding: 10px;
    justify-content: space-between;
    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: var(--main-btn);
    border-radius: 10px;
    color: #fff;
}

.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: 20px;
    height: 20px;
}

.pro-detail-img {
    background: #F4F4FE;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--box-shadow);
}

.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: 10px 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-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;
    margin: 0 auto;
    width: 99%;
    margin-top: 2px;
}

.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: 100% !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;
}

.property-page-main .property-list h5 span {
    color: #000;
    font-weight: 600;
}

.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: 5px 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-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: 5px 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-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: 3 px 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-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-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-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-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-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;
    }

    .dash-over-contant h3 span img {
        width: 13px;
        height: 13px;
    }

    .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 .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;
}

.noti-head svg path {
    fill: var(--main-color);
}

@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%;
    }

    .dropdown-lg .dropdown-menu .dropdown-item {
        padding: 10px;
    }

    .dropdown-lg .dropdown-menu {
        width: 340px;
        right: 0 !important;
    }

    .noti-head svg {
        width: 21px;
    }

    .noti-head {
        gap: 6px;
    }

    .noti-deta-right svg {
        padding: 9px;
        width: 35px;
        height: 35px;
    }

    .media-body h5,
    .msg-name b,
    .media-body h5 span {
        font-size: 13px !important;
    }

    .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%;
    }

    .read-btn {
        width: 100%;
        text-align: end;
    }

    .dropdown-lg .msg-header {
        flex-direction: column;
        row-gap: 16px;
        align-items: start;
    }
}

@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 */

/*leftbar setup css*/
.menu-btn.text-right a {
    display: inline-block;
}

.menu-btn {
    margin-bottom: 20px;
}

.menu-edit-card {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 25px;
}

.menu-deta h4 span svg path,
.menu-deta h4 span svg rect {
    stroke: #000;
}

.menu-edit-card ul li {
    list-style: none;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.menu-deta h4 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 7px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.menu-deta h6 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: rgba(80, 37, 209, 0.1);
    /* border-4: ; */
    border-radius: 5px;
    width: fit-content;
    padding: 6px 12px;
    margin: 0;
    margin-left: 12px;
}

.menu-deta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu-deta-edit {
    background: var(--main-color);
    padding: 3.5px 6px;
    border-radius: 50%;
    width: fit-content;
}

.menu-deta-edit img {
    width: 16px;
}

.menu-deta-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu-edit-card ul {
    padding: 0;
}

.menu-deta.today-work h4 span svg path {
    fill: #000;
}

.inner-edit-menu li {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.inner-edit-menu {
    margin-left: 40px;
    margin-top: 16px;
    width: 60%;
    border-left: 1px solid #E3E3E3;
    padding-left: 30px;
}

.inner-edit-menu .menu-deta-main {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    position: relative;
}

.inner-edit-menu .menu-deta-main::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -31px;
    border: 1px solid #E3E3E3;
    width: 25px;
}

.inner-edit-menu li {
    margin-bottom: 12px !important;
}

.inner-edit-menu .menu-deta-edit {
    padding: 1px 5px;
}

.inner-edit-menu .menu-deta-edit img {
    width: 13px;
}

.inner-edit-menu .menu-deta h4 {
    font-size: 14px;
}

.menu-deta.call-log-menu svg path {
    fill: #000;
    stroke: none;
}

.feild-edit {
    background: #EEEEEE;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.feild-edit .menu-deta h4 {
    background: #fff;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    padding: 8px;
    width: 100%;
}

.feild-edit .menu-deta {
    width: 100%;
}

.feild-edit .main-btn {
    font-size: 12px;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 14px;
}

.close-menu {
    background: #3D3D3D;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 50%;
    display: inline-block;
}

.close-menu:hover {
    color: #fff;
}

/*leftbar setup css*/

/*genral css*/
.genral-setting-main {
    border-radius: 24px;
    border: 1px solid #E6E7EC;
    background: #fff;
    padding: 18px;
    height: 100%;
    box-shadow: var(--box-shadow);
}

.genral-head h4 {
    font-weight: 600;
    font-size: 26px;
    color: #1e1d2b;
    margin-bottom: 0;
}

.genral-setting-deta h6 {
    font-weight: 500;
    font-size: 20px;
    color: #485066;
    margin-bottom: 0;
}

.genral-setting-deta th {
    background: rgba(217, 217, 217, 0.3);
    border-bottom: none !important;
    padding: 18px !important;
}

.genral-setting-deta th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.genral-setting-deta th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.genral-setting-deta td span img {
    margin-right: 10px;
}

.genral-setting-deta .custom-switch {
    padding-left: 3.25rem;
}

.genral-setting-deta .table {
    border-spacing: 0 20px;
    border-collapse: separate !important;
    padding: 0 10px;
}

.genral-setting-deta .table tbody tr {
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    cursor: all-scroll;
}

.genral-setting-deta .modal-footer {
    border-top: none;
    justify-content: center;
}

.remind-deta-main h4 .main-btn:last-child,
.remind-btns .main-btn:last-child {
    background: #E8523F;
}

.lead-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lead-right-deta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lead-remind-head.remind-head1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lead-remind-head.remind-head1 input {
    width: fit-content;
}


/*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: var(--main-color);
}

.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: 500;
}

.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 {
    margin: 0;
    border: 1px solid #dee2e6;
    border-radius: 0;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}

.tabulator .tabulator-footer .tabulator-pages {
    margin: 0;
}

.tabulator-page.active {
    background: var(--main-color) !important;
    color: #ffff !important;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    cursor: pointer;
    background: #fff;
    color: var(--main-color);
}

.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;
}


/*new data table css*/

.common-tab-deta.commto-tab {
    display: flex;
    align-items: center;
    gap: 15px;
}

.right-head-deta #f_date_range {
    white-space: nowrap;
}

.media.align-items-center .media-body {
    position: relative;
}

.new-mass::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
}

.inner-table-main.new-deta-table .select2-selection.select2-selection--single {
    padding: 4px 3px;
    border-radius: 10px;
}

.tabulator-cell a .f-1 {
    color: #e8523f;
}

.tabulator-cell a .f-2 {
    color: #f8b849;
}

.tabulator-cell a .f-3 {
    color: #2DCCFF;
}

.tabulator-cell a .f-4 {
    color: #1F998E;
}

#category_datatable {
    padding: 0 10px;
}

.lead-gride-view {
    margin-top: 25px;
}

.lead-grid-card {
    border-radius: 14px;
    background: #FFF;
    box-shadow: var(--box-shadow);
    padding: 20px;
}

.lead-grid-card h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lead-grid-card h4 span {
    color: #868686;
    font-weight: 400;
}

.acction-gride .dropdown-toggle::after {
    content: none;
}

.acction-gride {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lead-grid-card h4:last-child {
    margin: 0;
    white-space: nowrap;
}

.lead-gride-view .row {
    row-gap: 30px;
}

.list-grid-sec .nav.nav-pills {
    flex-wrap: nowrap;
}

.gm-ui-hover-effect {
    outline: none !important;
}

.add-modal-main.user-view-modal .property-page-main .modal.show.view-property-modal .modal-dialog {
    max-width: 450px !important;
}

.user-view-deta .main-modal-head {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.user-view-box h4 {
    font-size: 15px;
    font-weight: 500;
}

.user-view-box h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    margin: 0;
}

.user-view-box h5 a {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 400;
}

.user-view-box h5 .dropdown-item {
    color: #000;
    font-size: 13px;
    padding: 0.25rem 1rem;
}

.user-view-box h5 .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #d0d0d0;
}

.user-view-box {
    margin-bottom: 20px;
}

.user-view-box h5 select {
    border: none;
    background: none;
    color: var(--main-color);
    font-size: 14px;
    cursor: pointer;
}

.user-view-box h5 select option {
    color: #000;
}

.add-modal-main.user-view-modal .modal-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}

.daterangepicker .ranges li.active {
    background-color: var(--main-color);
}

/*my task css*/
.column {
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    /* box-shadow: var(--box-shadow); */
    border-radius: 15px;
    background: transparent;
}

.column-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.task {
    background-color: #f8edc8;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
    cursor: grab;
    transition: transform 0.3s ease-in-out;
    display: flex;
}

.task.dragging {
    transform: scale(1.1);
}

.task .task-image-column {
    width: 100px;
    /* Ajustez la largeur selon vos besoins */
    margin-right: 10px;
    background-color: #ccc;
    /* Placeholder pour l'image */
}

.task .task-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.task .task-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.task .task-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    gap: 5px;
}

.task .task-details-text {
    font-size: 14px;
}

.main-title-todo h1 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.main-title-todo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #f9f9f9 !important;
    padding: 12px 16px;
}

.main-title-todo h6 {
    color: #fff;
    font-size: 14px;
    background: var(--main-color);
    padding: 8px 12px;
    border-radius: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.task-details .label-high {
    background: #2E914A;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    font-size: 12px;
    border-radius: 5px;
}

.task-details .label-most.important{
   color: #fff;
    padding: 5px 10px;
    width: fit-content;
    font-size: 12px;
    border-radius: 5px; 
}

.task-details .label-low {
    background: #c60b0b;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    font-size: 12px;
    border-radius: 5px;
}

.task-details .label-midium {
    background: #ce950e;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    font-size: 12px;
    border-radius: 5px;
}

.my-task-status h5 {
    margin: 0;
}

.my-task-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-task-status span {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

.my-task-status span i {
    font-size: 14px;
    margin: auto;
}

.my-task-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-task-progress {
    margin: 8px 0 10px 0;
}

.column.todo-color1 .my-task-progress .progress-bar {
    background-color: #CEAA31;
}

.column.todo-color2 .my-task-progress .progress-bar {
    background-color: #088515;
}

.column.todo-color3 .my-task-progress .progress-bar {
    background-color: #C38144;
}

.column.todo-color4 .my-task-progress .progress-bar {
    background-color: #086B94;
}

.column.todo-color5 .my-task-progress .progress-bar {
    background-color: #244DE4;
}

.my-task-progress .progress {
    background: #0000001c;
}

.my-task-progress h6 {
    text-align: end;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.my-footer-left h5 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.my-footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.my-footer-left h5 i {
    font-size: 17px;
}

.my-footer-right img {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: -10px;
}

.my-footer-right {
    display: flex;
    align-items: center;
}

.kanban-board .row {
    margin: 0 -10px;
    row-gap: 20px;
}

.kanban-board .row .col-3 {
    padding: 0 10px;
}

.todo-action {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar-kanban {
    width: 310px;
    max-width: 310px;
    padding: 0 15px;
}

.sidebar-kanban .master-left-sec {
    width: 280px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
}

.my-task-list {
    height: calc(100vh - 305px);
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
}

.kanban-sidebar-search .main-btn i {
    font-size: 14px;
}

.kanban-sidebar-search .main-btn {
    border-radius: 50%;
    padding: 9px 12px;
}

.kanban-sidebar-search .input-main {
    margin-bottom: 20px;
    border-radius: 9px;
    outline: none;
}

.kanban-sidebar-search h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #000;
}

.kanban-board .row {
    flex-wrap: nowrap;
}

.todo-action .dropdown-toggle::after {
    content: none;
}

.todo-action .action-btn.dropdown-toggle {
    margin: 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: transparent;
}

.todo-action a::after {
    content: none !important;
}

.todo-action a {
    margin: 0 !important;
    padding: 0 !important;
}

.todo-action a img {
    margin: 0 auto;
    width: 19px;
}

.sidebar-kanban .show-dropdown li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar-kanban .show-dropdown li.active {
    border-radius: 12px;
    border: 1px solid #E6E7EC;
    background: #fff;
    font-weight: 600;
    box-shadow: var(--box-shadow);
}

.sidebar-kanban .show-dropdown li a {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    width: 100%;
}

.sidebar-kanban .master-left-sec #accordian ul li a::after {
    content: none !important;
}

.sidebar-kanban .show-dropdown li .todo-action .action-btn.dropdown-toggle {
    background: transparent !important;
    width: 26px;
    height: 26px;
    margin-right: 8px !important;
    border-radius: 50% !important;
}

.sidebar-kanban .show-dropdown li .todo-action .action-btn.dropdown-toggle img {
    margin: 0 !important;
}

.sidebar-kanban .show-dropdown li a.dropdown-item,
.todo-action a.dropdown-item {
    padding: 0 14px !important;
}

.todo-action .dropdown-menu {
    min-width: 5rem;
}

.col-lg-10.my-task-table {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 0;
}

.task-col-main {
    height: calc(100vh - 360px);
    overflow: hidden;
    overflow-y: auto;
}

.task-col-main::-webkit-scrollbar {
    width: 1px;
}

.task-col-main::-webkit-scrollbar-thumb {
    background: transparent;
}

.column {
    padding-top: 0;
}

@media(max-width: 500px) {
    .common-tab-deta.commto-tab {
        flex-direction: column;
    }
}

.custo-boxes .daterangepicker {
    z-index: 9999999 !important;
}

.custo-boxes .dropdown-menu.autocomplete {
    width: 100%;
    padding: 8px 10px;
}

.custo-boxes .dropdown-menu.autocomplete a {
    color: #000;
}

button.items-center {
    background-color: transparent;
    background-image: none;
    border: none;
}

.action__buttons .small.save {
    border-radius: 5px;
    background: var(--main-btn);
    box-shadow: var(--box-shadow);
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
}

.action__buttons .small.cancel {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border: 1px solid #9D9D9D;
    background: #fff;
    color: #A3A3A3;
}

.checklist-box2 .cbx span:first-child {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #B9B8C3;
    transition: all 0.2s ease;
    padding-left: 20px;
}

.checklist-box2 .cbx span {
    display: inline-block;
    padding-left: 13px;
}

.cbx {
    display: inline-flex;
}

.custo-boxes .flex-1.border-b.pb-2 {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
    padding-bottom: 6px !important;
}

.dynamic-field {
    padding-left: 25px;
}

.dynamic-field .checklist-box2 {
    display: flex;
    justify-content: space-between;
}

.item-edit-delet i {
    font-size: 17px;
}

.item-edit-delet {
    opacity: 0;
    transition: .3s ease-in-out;
}

.dynamic-field .checklist-box2:hover .item-edit-delet {
    opacity: 1;
}

.group.relative.flex .checklist-box2.pl-6.w-full {
    display: block;
}

.lni.lni-checkmark-circle,
.lni.lni-comments-reply {
    font-size: 18px;
    margin-right: 8px;
}

.custo-boxes {
    margin-top: 15px;
}

.item-cheak .text-sm {
    font-weight: 500;
}

.comment-sec {
    margin-top: 25px;
}

.custo-boxes.comment-sec .checklist-box2.pl-6.w-full {
    padding-left: 25px;
}

.comment-view {
    margin-top: 20px;
}

.top-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-view {
    display: flex;
    align-items: center;
    gap: 10px;
}

.commet-text {
    width: 100%;
}

.custo-boxes a {
    color: #000;
}

.top-name h5 {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.top-name.down-mass h5 {
    font-weight: 400;
    margin: 0;
}

.top-name h5 span {
    color: #bbb;
    font-weight: 400;
}

.top-name:hover .item-edit-delet {
    opacity: 1;
}

/*new table*/
.inner-table-main.new-deta-table .tabulator-cell select {
    padding: 8px;
    background: #DBDBDB;
    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: middle;
    border: none;
}

.inner-table-main.new-deta-table .tabulator-cell {
    color: #000;
}

.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: var(--box-shadow);
    border-radius: 10px;
    margin: 16px 0;
    padding: 0 10px;
}

.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 {
    color: #000;
}

.inner-table-main.new-deta-table .tabulator-col-content {
    background: #fff;
    color: #000;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header .tabulator-col {
    border-right: none;
}

.inner-table-main.new-deta-table .tabulator-row .tabulator-cell {
    overflow: unset;
    white-space: break-spaces;
}

.inner-table-main.new-deta-table .tabulator .tabulator-header {
    border-bottom: 1px solid #CFD1E6;
    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 #ccc;
    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;
}

.media-body h5 {
    font-size: 14px !important;
}

#assign_to.select2-hidden-accessible {
    bottom: 0;
    left: 20px;
}

.simplebar-content li ul.drop-inner-ul.Notifications::after {
    height: 83%;
}

.select2-container.select2-container--bootstrap4.select2-container--open {
    z-index: 99999;
}

.daterangepicker {
    z-index: 9999999 !important;
}

.kanban-tab-head.nav.nav-pills {
    background: #fff;
    padding: 8px;
    width: fit-content;
    margin-bottom: 0;
    box-shadow: none;
    gap: 5px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
}

.kanban-tab-head.nav.nav-pills .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 10px;
    color: #1e1d2b;
    position: relative;
}

.kanban-tab-head.nav.nav-pills .nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: #E7EBF0;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
}

.kanban-board .left-head-deta ul .nav-item:first-child a::after,
.kanban-board .left-head-deta ul .nav-item:last-child a::after {
    content: none;
}

.kanban-tab-head.nav.nav-pills .nav-link.active {
    color: #fff;
    font-weight: 500;
    background: var(--main-btn);
}

.activuty-deta-main.activity-tab.kanban-activity .time-activity h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.activuty-deta-main.activity-tab.kanban-activity .time-activity h4 span {
    font-weight: 500;
    color: #535353;
    display: block;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.activuty-deta-main.activity-tab.kanban-activity .time-activity h4 span b {
    color: #000;
    font-weight: 600;
}

.ami-edit-box {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    /* margin-bottom: 30px; */
    padding: 0;
}

.property-page-main .add-property .modal-dialog.modal-dialog-centered.edit-emi-modal {
    max-width: 1500px;
    padding: 0 15px;
}

.edit-emi-custo {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.sidebar-main-col {
    padding-left: 15px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.main-title-todo.todo-color1 {
    background: #fff1c1;
}

.main-title-todo.todo-color2 {
    background: #ffd9e6;
}

.main-title-todo.todo-color3 {
    background: #c8eaf8;
}

.main-title-todo.todo-color4 {
    background: #d9ddff;
}

.main-title-todo.todo-color5 {
    background: #f8dfc8;
}


.sidebar-main-col .col-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

.add-btn-task {
    margin-top: 0;
    position: sticky;
    bottom: 0;
}

.add-btn-task a {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    box-shadow: none;
    border: 0.50px solid #000;
    border-radius: 10px;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 0 !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.add-btn-task a span {
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
}

.add-btn-task a:hover {
    color: #000;
}

.column.todo-color1 .main-title-todo h1 {
    color: #8e6f06;
}

.column.todo-color1 .main-title-todo h6 {
    background: #ECD790;
    color: #000;
}

.column.todo-color2 .main-title-todo h1 {
    color: #14b925;
}

.column.todo-color2 .main-title-todo h6 {
    background: #31C140;
}

.column.todo-color3 .main-title-todo h1 {
    color: #fb9d47;
}

.column.todo-color3 .main-title-todo h6 {
    background: #FB9D47;
}

.column.todo-color4 .main-title-todo h1 {
    color: #179cd3;
}

.column.todo-color4 .main-title-todo h6 {
    background: #179CD3;
}

.column.todo-color5 .main-title-todo h1 {
    color: #4D6AD7;
}

.column.todo-color5 .main-title-todo h6 {
    background: #6A86F0;
}

.column.todo-color1 .task {
    background: #f8edc8;
}

.column.todo-color2 .task {
    background: #c8f8cd;
}

.column.todo-color3 .task {
    background: #f8dfc8;
}

.column.todo-color3 .task {
    background: #f8dfc8;
}

.column.todo-color4 .task {
    background: #C8EAF8;
}

.column.todo-color5 .task {
    background: #D9E1FF;
}

.column.todo-color1 .task-details .my-task-status h5 {
    background: #E2C562;
    color: #000;
}

.column.todo-color2 .task-details .my-task-status h5 {
    background: #31C140;
}

.column.todo-color3 .task-details .my-task-status h5 {
    background: #ECB98A;
}

.column.todo-color4 .task-details .my-task-status h5 {
    background: #179CD3;
}

.column.todo-color5 .task-details .my-task-status h5 {
    background: #AABCFF;
}

.sidebar-main-col .col-3 {
    flex: 0 0 320px;
    max-width: 320px;
    width: 320px;
    padding: 0 13px !important;
}

.sidebar-kanban .master-left-sec ul li a {
    padding: 0 !important;
}

.sidebar-kanban .master-left-sec ul li {
    padding: 15px 18px;
    margin-bottom: 15px;
    background: #f8f9fb;
    border-radius: 10px;
}

.sidebar-kanban .show-dropdown li.active {
    border-radius: 12px;
    border: none;
    background: var(--main-btn);
    font-weight: 600;
    box-shadow: none;
}

.sidebar-kanban .show-dropdown li .todo-action .action-btn.dropdown-toggle {
    margin: 0 !important;
    width: fit-content;
    height: fit-content;
}

.sidebar-kanban .master-left-sec ul li.active .todo-action a svg path {
    fill: #fff;
}

.sidebar-kanban .master-left-sec ul li.active a {
    color: #fff !important;
}

.sidebar-kanban .master-left-sec ul li .todo-action a svg {
    width: 19px;
    height: 19px;
}

.sidebar-kanban .master-left-sec ul li.active .dropdown-menu .dropdown-item {
    color: #000 !important;
}

.my-task-leftbar .main-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 14px 14px;
}

.my-task-leftbar {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.sidebar-main-col .page-heading-main {
    flex-wrap: nowrap;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .table.dataTable.no-footer {
    padding: 0 10px;
}

.select2-selection.select2-selection--single.priority-low {
    background: #FF6B6B;
}

.select2-selection.select2-selection--single.priority-medium {
    background: #179CD3;
}

.select2-selection.select2-selection--single.priority-high {
    background: #31C140;
}

.select2-selection.select2-selection--single.task-status-color1 {
    background: #ECD790;
}

.select2-selection.select2-selection--single.task-status-color2 {
    background: #31C140;
}

.select2-selection.select2-selection--single.task-status-color3 {
    background: #FB9D47;
}

.select2-selection.select2-selection--single.task-status-color4 {
    background: #179CD3;
}

.select2-selection.select2-selection--single.task-status-color5 {
    background: #6A86F0;
}

.sidebar-main-col .page-heading-main {
    padding-right: 10px;
}

.sidebar-main-col .fc-col-header-cell-cushion {
    color: #000;
}

.sidebar-main-col .fc-daygrid-event {
    background: var(--main-color);
    border: none;
}

.sidebar-main-col .fc-daygrid-day-number {
    color: #000;
    font-weight: 500;
}

.sidebar-main-col .fc .fc-button-primary {
    background: var(--main-btn);
    border: 1px solid #000;
}

.sidebar-main-col .fc .fc-button-primary:not(:disabled).fc-button-active,
.sidebar-main-col .fc .fc-button-primary:not(:disabled):active,
.sidebar-main-col .fc .fc-button-primary:hover {
    background-color: var(--main-color);
}

.sidebar-main-col .fc .fc-daygrid-day.fc-day-today {
    background-color: #E0E0FD;
}

.sidebar-main-col .fc .fc-button-primary:disabled {
    background: var(--main-color);
}

.inner-table-main.new-deta-table.my-task-listing .table.tabulator {
    height: calc(100vh - 250px) !important;
}

.my-task-kanban .fc .fc-more-popover .fc-popover-body {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

/*custom field css start*/
.field-mapping-head h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #0a1629;
	margin-bottom: 10px;
}

.field-mapping-head {
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0;
}

.custom-field-mapping input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.custom-field-mapping label {
	border: 1px solid #fff;
	padding: 0;
	display: block;
	position: relative;
	margin: 0;
	cursor: pointer;
	padding: 14px;
	background: #f3f3f6;
	margin-bottom: 5px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #2c2c2d;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-field-mapping label b img {
	margin: 0;
}

.custom-line {
	position: relative;
}

.custom-line::after {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 1px;
	height: 90%;
	background: #e6e6e6;
}

.custom-field-mapping.master-left-sec .col-lg-3.col-sm-4 {
	padding-right: 25px;
}

.custom-field-mapping.master-left-sec .col-lg-9.col-sm-8 {
	padding-left: 25px;
}

/**/
.mapping-left-deta {
	height: calc(100vh - 375px);
	overflow: hidden;
	overflow-y: auto;
}

.mapping-right-deta {
	border-radius: 10px;
	background: #fff;
	padding: 18px !important;
	box-shadow: var(--box-shadow);
	height: calc(100vh - 375px);
	overflow: hidden;
	overflow-y: auto;
	background-image: url(../images/custom-images/custom-field-bg.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

.mapping-right-deta .row.mt-3.field-row:first-child {
	margin-top: 0 !important;
}
/**/

.mapping-right-deta, .mapping-left-deta {
	padding: 0;
	margin: 20px 0;
}

.custom-field-mapping :checked + label {
	border-color: var(--main-color);
}

.custom-field-mapping label svg {
	width: 24px;
	margin-right: 8px;
	height: 16px;
}

.mapiing-button.last-three {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

.mapping-right-text {
	padding: 10px 12px;
	border-radius: 5px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f3f3f6;
}

.map-drop-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.map-drop-box p {
	font-weight: 400;
	font-size: 12px;
	color: #b8b8b8;
	margin: 0;
}

.mapping-right-text h6 {
	font-weight: 500;
	font-size: 14px;
	color: #000;
	margin: 0;
}

.map-drop-box .todo-action a.dropdown-item {
	font-size: 12px;
	padding: 3px 14px !important;
}

.map-drop-box .todo-action a img {
	margin: 0 !important;
	width: auto;
	rotate: 90deg;
}

.mapping-right-deta .row {
	row-gap: 12px;
}

.custom-field-mapping.master-left-sec {
	padding: 25px 18px;
}

.multiple-field-label {
	display: flex;
	align-items: center;
	gap: 20px;
}

.multiple-field-label label {
	font-weight: 600;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}

.multi-pick-options h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: #0a1629;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.multi-pick-options h4 a:hover{
    color: #fff;
}

.custom-field-mapping.map-insert-deta .table tr td {
	border-bottom: 1px solid #F3F3F3;
}

.multi-pick-options {
	margin-top: 40px;
}

.multi-pick-box {
	background: #f9f9f9;
	border-radius: 5px;
	padding: 12px;
}

.multi-pick-option h5 {
	font-weight: 500;
	font-size: 12px;
	color: #000;
	background: #fff;
	padding: 12px;
	border-radius: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.multi-pick-option h5:last-child {
	margin: 0;
}

.add-remove-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.multi-add-del {
	display: flex;
	align-items: center;
	gap: 5px;
}

.multi-add-del img {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	padding: 8px;
	background: #fff;
}

.add-remove-field h5 {
	margin: 0;
}

.multi-select-box {
	margin-top: 15px;
}

.multi-cheakbox input {
	width: 15px;
	height: 15px;
}

.multi-cheakbox p {
	font-weight: 500;
	font-size: 14px;
	color: #000;
	margin: 0;
}

.multi-cheakbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.next-prew-btn {
	text-align: end;
	margin-top: 25px;
}

.next-prew-btn a {
	display: inline-block;
}

.next-prew-btn a:hover {
	color: #fff;
}

@media(min-width: 576px){
    .add-modal-main.mapping-modal .modal-dialog {
    	max-width: 800px;
    	padding: 0 15px;
    }
    
    .multiple-field-label {
    	flex-direction: column;
    	align-items: start;
    	gap: 0;
    }
    
    .multi-pick-options {
    	margin-top: 20px;
    }
}

.multi-pick-option {
	width: 60%;
}

.custom-field-mapping.map-insert-deta .mapping-left-deta {
	border: none;
}

.mapping-left-head {
	padding: 0;
}

.mapping-left-head h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	color: #0a1629;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.custom-field-mapping.map-insert-deta select {
	background: #f9f9f9;
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	border-radius: 5px;
	padding: 8px 12px;
}

.custom-cheak-dropdown li {
	list-style: none;
}

.custom-cheak-dropdown {
	margin-top: 20px;
}

.custom-cheak-dropdown ul {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 20px;
}

.custom-cheak-dropdown .dropdown-menu .multi-cheakbox:first-child {
	margin: 0;
}

.custom-cheak-dropdown ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.custom-cheak-dropdown .dropdown-menu label {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
}

.custom-cheak-dropdown .dropdown-menu label input {
	width: 15px;
	height: 15px;
}

.custom-cheak-dropdown .dropdown-menu {
	padding: 15px;
	border: 1px solid #acacac;
}

/**/
.lead-filter-btns {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lead-filter-btns .cancle-btn {
	color: #000 !important;
}

.lead-filter-new .query-builder {
	background: #f2f2f2;
	border-radius: 10px;
	padding: 15px;
}

.lead-filter-new .query-builder .rules-group-container {
	background: #f8f9fb !important;
	border: none !important;
	padding: 15px;
	border-radius: 10px;
}

.lead-filter-new .query-builder .rules-group-container .btn-group.float-end.group-actions .btn.btn-sm.btn-success:last-child {
	background: var(--main-color);
}

.lead-filter-new .query-builder .rules-group-container .btn-group.float-end.group-actions .btn.btn-sm.btn-success i {
	display: none;
}

.lead-filter-new .query-builder .rules-group-container .btn-group.float-end.group-actions .btn.btn-sm.btn-success {
	padding: 9px 10px;
	border-radius: 5px;
}

.lead-filter-new .rule-filter-container .form-control {
	background: #f8f9fb;
	border-radius: 5px;
}

 .rules-group-body .rules-list .rule-container {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 6px;
}

.lead-filter-new .btn-group.group-conditions {
	gap: 8px;
}

.lead-filter-new .btn-group.group-conditions .btn.btn-sm.btn-primary {
	border-radius: 5px !important;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
	color: #000;
}

.lead-filter-new .btn.btn-sm.btn-primary.active {
	background: var(--main-color) !important;
	color: #fff !important;
}

.lead-filter-new .btn-group.group-conditions .btn.btn-sm.btn-primary {
	border-radius: 5px !important;
}

.filter-drop-btn {
	font-weight: 500;
	font-size: 15px;
	color: #000 !important;
	box-shadow: none !important;
	border: 1px solid #e7ebf0;
	padding: 10px 16px !important;
}

.filter-full-dropdown .dropdown {
  position: relative;
  margin: 0;
}

.filter-full-dropdown .dd-button {
  cursor: pointer;
}

.filter-full-dropdown .dd-button.main-btn.filter-btn.filter-drop-btn {
	padding: 10px 35px 10px 16px !important;
}

.filter-full-dropdown .dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.filter-full-dropdown .dd-input {
  display: none;
}

.filter-full-dropdown .dd-menu li:nth-child(2) {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
	padding: 10px 10px;
}

.filter-full-dropdown .dd-menu li.filter-item.active {
	background: var(--main-color);
	color: #fff;
}

.filter-full-dropdown .dd-menu li span i {
	color: #000;
	font-size: 15px;
	margin-right: 5px;
}

.filter-full-dropdown .dd-menu li span i.mdi.mdi-delete-outline {
	background: #e9e9eb;
	margin: 0;
	padding: 1px 4px;
	border-radius: 2px;
	display: none;
}

.filter-full-dropdown .dd-menu li:hover span i.mdi.mdi-delete-outline{
    display: block;
}

.lead-filter-top {
	display: flex;
	align-items: center;
	padding-top: 15px !important;
	gap: 20px;
}

.lead-filter-top a {
	font-weight: 500;
	font-size: 14px;
	color: var(--main-color);
}

.lead-filter-top a:hover{
    color: var(--main-color);
}

.filter-full-dropdown .dd-menu li:nth-child(2) input {
	background: #f8f9fb;
	border-radius: 5px;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	border: none;
	padding: 10px 10px 10px 35px;
	outline: none;
	border: 1px solid #e3e3e3;
}

.lead-filter-search {
	position: relative;
}

.lead-filter-search i {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	color: #acadae;
}

.filter-full-dropdown .dd-menu {
	position: absolute;
	top: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	z-index: 999;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	min-width: 255px;
	max-height: 315px;
	overflow: hidden;
	overflow-y: auto;
}

.filter-full-dropdown .dd-input + .dd-menu {
  display: none;
} 

.filter-full-dropdown .dd-input:checked + .dd-menu {
  display: block;
} 

.filter-full-dropdown .dd-menu li {
	padding: 5px 20px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filter-full-dropdown .dd-menu li:last-child {
	margin-bottom: 10px;
}

.filter-full-dropdown .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.filter-full-dropdown .dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.filter-full-dropdown .dd-menu li:hover {
	color: var(--main-color);
	background: #f8f9fb;
}
/**/

.custom-report-search input {
	border-radius: 10px;
}

.custom-report-box hr {
	margin: 20px -20px 20px -20px;
}

.custom-report-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px;
}

.custom-report-main h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.custom-report-main i {
	color: #189906;
	font-weight: 700;
	display: none;
}

.custom-report-main:hover i {
	display: block;
}

.custom-report-main:hover {
	background: #f2f2f2;
}

.custom-report-box h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.custom-report .row {
	row-gap: 20px;
}

.custom-available ul li {
	list-style: none;
}

.custom-available ul{
    padding: 0;
}

.notes-modal.filter-new-modal .nav.nav-pills {
	border-bottom: 1px solid #EEEFF1;
	justify-content: space-around;
}

.notes-modal .nav-pills .nav-link.active {
	background: transparent;
	color: #000;
	border-bottom: 2px solid var(--main-btn);
	border-radius: 0;
}

.import-new-filter,.import-activity-main {
	margin-top: 30px;
}

.import-filter-deta h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 171%;
	color: #0a1629;
	margin-bottom: 5px;
}

.import-filter-deta h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	color: #0a1629;
	margin: 0;
}

.import-filter-deta .badge-deta {
	background: #e8523f;
	color: #fff;
	width: fit-content;
	padding: 4px 15px;
	border-radius: 51px;
}

.import-new-filter .row {
	row-gap: 30px !important;
}

.import-activity-filter {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

.import-activity-left h5 {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
}

.import-activity-main .import-activity-filter:nth-child(2n+1) .import-activity-left h5 {
	background: #EEEAFB;
}

.import-activity-main .import-activity-filter:nth-child(2n+1) .import-activity-right {
	background: rgba(80, 37, 209, 0.1);
}

.import-activity-main .import-activity-filter:nth-child(2n) .import-activity-left h5 {
	background: #FFEEF3;
}

.import-activity-main .import-activity-filter:nth-child(2n) .import-activity-right {
background: rgba(252, 81, 133, 0.1);
}

.import-activity-right {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
	border-radius: 5px;
	padding: 12px 15px;
	justify-content: space-between;
}

.import-activity-text h6 {
	font-weight: 600;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}

.import-activity-text p {
	font-weight: 400;
	font-size: 12px;
	color: #000;
	margin: 0;
}

.import-activity-view .btn.btn-icon.waves-effect.waves-light {
	background: #fff !important;
	border-radius: 50%;
}

.add-modal-main.import-new-deta .notes-modal .nav-pills .nav-link {
	font-weight: 600;
	font-size: 15px;
	color: #0a1629;
}

@media(max-width: 1600px) {
    .simplebar-content li ul.drop-inner-ul.Notifications::after {
        height: 80%;
    }
    
    .filter-drop-btn {
    	font-size: 13px;
    	padding: 10px 12px !important;
    }
    
    .filter-full-dropdown .dd-button.main-btn.filter-btn.filter-drop-btn {
    	padding: 9px 30px 9px 15px !important;
    }
    
    .filter-full-dropdown .dd-menu li,.lead-filter-top a {
    	font-size: 13px;
    }
    
    .filter-full-dropdown .dd-menu {
    	right: -90px;
    }
    
    .custom-field-mapping label,.mapping-right-text h6 {
    	font-size: 12px;
    }
    
    .custom-field-mapping label svg {
    	width: 20px;
        height: 14px;
    }
    
    .map-drop-box p {
    	font-size: 11px;
    }

    .kanban-tab-head.nav.nav-pills .nav-link {
        font-size: 12px;
    }

    .lead-grid-card h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .select2-container--bootstrap4 .select2-selection--multiple {
        padding: 7.4px;
    }

    .main-title-todo h1 {
        font-weight: 600;
        font-size: 14px;
    }

    .main-title-todo h6 {
        font-size: 12px;
        padding: 8px 11px;
    }

    .main-title-todo .main-btn img,
    .kanban-sidebar-search .main-btn img {
        width: 13px !important;
        height: 13px !important;
        margin-top: -2px;
    }
}

/*property-modals css start*/

@media(max-width: 1500px) {
    .sidebar-main-col .page-heading-main {
        flex-direction: column;
        align-items: start;
    }

    .sidebar-main-col .page-heading-main .right-head-deta {
        width: 100%;
        justify-content: end;
    }
    
    .mapping-right-deta .row .col-lg-4 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
}

@media(max-width: 1400px) {
    .kanban-board .col-3 .column {
        width: 285px;
    }
    
    .custom-report-box h3 {
    	font-size: 18px;
    }
    
    .custom-report .col-lg-3 {
    	flex: 0 0 33.33%;
    	max-width: 33.33%;
    }

    .mapping-right-text h6,.map-drop-box p {
    	font-size: 11px;
    }
    
    .field-mapping-head h4 {
    	font-size: 14px;
    	margin-bottom: 10px;
    }

    .kanban-board .col-3 {
        width: 305px;
        max-width: 305px;
    }

    .sidebar-kanban .master-left-sec {
        width: 250px;
    }

    .sidebar-kanban {
        width: 280px;
        max-width: 280px;
    }
}

@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none !important;
    }
}

@media(max-width: 1200px) {
    .edit-emi-custo {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .custom-report .col-lg-3 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }

    .activuty-deta-main.activity-tab.kanban-activity .time-activity h4 span {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .kanban-tab-head.nav.nav-pills .nav-link {
        padding: 8px 14px;
    }
}

@media(max-width: 1199px) {
    .add-modal-main.row.edit-pro-info .col-sm-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media(max-width: 1100px) {
    .my-task-kanban .fc .fc-toolbar-title {
        font-size: 1.3em !important;
    }
}

@media(max-width: 991px) {
    .mapping-right-deta .row .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 800px) {
    .sidebar-kanban .master-left-sec {
        height: 100%;
    }
}

@media(max-width: 767px) {
    .edit-emi-custo {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .custom-field-mapping.master-left-sec .col-lg-3.col-sm-4 {
    	padding-right: 15px;
    }
    
    .custom-field-mapping.master-left-sec .col-lg-9.col-sm-8 {
      padding-left: 18px;
    }

    .sidebar-main-col .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
        flex-direction: column;
        row-gap: 10px;
    }

    .sidebar-main-col .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
        order: 2;
    }

    .sidebar-main-col .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
        order: 1;
    }

    .sidebar-main-col .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
        order: 3;
    }

    .kanban-tab-head.nav.nav-pills {
        flex-wrap: nowrap;
    }

    .kanban-tab-head.nav.nav-pills .nav-link {
        white-space: nowrap;
    }

    .activuty-deta-main.activity-tab.kanban-activity .time-activity h4 span {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabulator-footer {
        flex-direction: column;
    }

    .add-modal-main.row.edit-pro-info .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .add-modal-main.row.edit-pro-info .col-xl-1.col-sm-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .add-modal-main.row.edit-pro-info .col-xl-2.col-sm-2 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .dataTables_paginate.paging_simple_numbers .pagination {
        justify-content: center !important;
    }
}

@media(max-width: 700px) {
    .sidebar-main-col .page-heading-main {
        flex-wrap: wrap;
    }

    .sidebar-main-col .page-heading-main .right-head-deta .main-btn {
        white-space: nowrap;
    }
}

@media(max-width: 500px){
    .import-filter-deta h6 {
    	font-size: 12px;
    }
}

@media(min-width: 576px){
    .add-modal-main.import-new-deta .modal-dialog {
    	max-width: 460px !important;
    }
}

@media(max-width: 576px) {
    .edit-emi-custo {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }
    
    .custom-report .col-lg-3 {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    
    .mapping-left-deta {
        height: 300px;
    }
    
    .mapping-right-deta {
    	height: 400px;
    	overflow: hidden;
    	overflow-y: auto;
    }
    
    .multi-pick-option {
    	width: 100%;
    }

    .property-info .row {
        margin: 0 -10px;
    }

    .property-page-main .add-property .modal-dialog.modal-dialog-centered.edit-emi-modal {
        padding: 0;
    }

    .add-modal-main.user-view-modal .property-page-main .modal.show.view-property-modal .modal-dialog {
        max-width: 100% !important;
    }

    #showListProject {
        flex-direction: column;
    }

    .sidebar-kanban {
        width: 100%;
        max-width: 100%;
    }

    .sidebar-kanban .master-left-sec {
        width: 100%;
    }

    .sidebar-main-col {
        padding-left: 0;
    }

    .my-task-list {
        height: auto;
    }

    .my-task-leftbar {
        position: unset;
    }
}

@media(max-width: 500px) {
    .edit-emi-custo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .activuty-deta-main.activity-tab.kanban-activity .time-activity {
        flex-direction: column;
        align-items: start;
        gap: 0;
        margin-bottom: 0;
    }

    .activuty-deta-main.activity-tab.kanban-activity .time-activity h5::after {
        content: none;
    }

    .activuty-deta-main.activity-tab.kanban-activity {
        padding-left: 5px;
    }

    .add-modal-main.row.edit-pro-info .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .add-modal-main.row.edit-pro-info .col-xl-1.col-sm-2 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .add-modal-main.row.edit-pro-info .col-xl-2.col-sm-2 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media(max-width: 450px) {
    .my-task-kanban .main-btn {
        padding: 11px 10px;
    }

    .my-task-kanban .right-head-deta {
        gap: 8px;
    }
}


.login-form input {
    background: transparent !important;
}

/* Autofill fix */
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    background: transparent !important;
    transition: background-color 9999s ease-in-out 0s; 
}

/*property-modals css end*/