/*================================================================================
    Item Name: Master
    Author: Master
    Author URL:
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.error,
.danger {
    color: red;
}

#chang_pass {
    cursor: pointer !important;
}

table thead th {
    padding-left: 10px !important;
}

.custome-nav-ul {
    width: 100% !important;
}

.custome-nav-ul .content-header.row {
    width: 100%;
}

.custome-nav-ul .content-header-left {
    margin-bottom: 0 !important;
}

.custome-nav-ul .content-header.row a.btn {
    margin-bottom: 0 !important;
}

.basic-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basic-form-header .btn-group a {
    margin: 0 !important;
}

.cdropdown-link {
    position: absolute;
    border: 1px solid #e4e5ec;
    border-radius: 0.35rem;
    transform-origin: top;
    animation-fill-mode: forwards;
    /* transform: scale(1, 0); */
    transition: all 0.2s linear;
    margin: -0.1rem 0 0;
    box-shadow: 0px 5px 75px 2px rgb(64 70 74 / 20%);
    min-width: 11rem;
    animation: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
    background-color: #fff;
}

.cdropdown-link a.dropdown-item {
    padding: 10px 17px;
    width: 100%;
}

div#sticky-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    right: 0;
}

.content-body {
    margin-top: 80px;
}

.horizontal-menu .navbar-horizontal ul#main-menu-navigation>li>a {
    display: flex;
    align-items: center;
}

a.dropdown-item {
    display: flex;
    align-items: center;
}

.alert-success,
.alert-danger,
.alert-warning {
    margin-top: 25px;
    margin-bottom: -20px;
}

.custom-control-main {
    display: flex;
    align-items: center;
    justify-content: start;
}

.custom-control-main .custom-control.custom-radio {
    margin-right: 20px;
}

.nav-header-full-width {
    padding: 0 15px;
}

.nav-full-width-inner li:first-child a {
    padding-bottom: 14px !important;
}

.nav-full-width {
    width: 100%;
    display: flex;
}

.nav-full-width-inner {
    width: 25%;
}

.nav-full-width-inner:last-child {
    justify-content: end;
    align-items: center;
}

.square {
    border-width: 1px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

/* #categoriesTable_filter{
    float: left;
    } */
.input-group .input-group-text {
    padding: 0.35rem 0rem;
}

.date-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

html body .la {
    font-size: 1rem;
}

html body .t-icon {
    font-size: 18px;
}

.title-page {
    padding: 6px;
}

.title {
    margin: 0px;
}

.filter {
    margin-bottom: 0px;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter input {
    width: 350px;
    display: inline-block;
}

.py-1 {
    padding: 6px !important;
}

.switchery {
    width: 60px;
}

.custom-control-label {
    margin-bottom: 0px;
}

.content-body {
    margin-top: 30px;
}

.remiders-list-page {
    margin-top: 30px !important;
}

.horizontal-menu .navbar-horizontal .nav-item a span {
    line-height: 24px;
}

.navbar-dark .navbar-brand .brand-text {
    margin: 0;
}

.custom-control-main .custom-control.custom-radio {
    padding-left: 27px;
}

.form-group label {
    padding: 0rem;
    margin-left: 0px;
    margin-bottom: 5px;
}

.list-icon {
    font-size: 20px !important;
}

.horizontal-menu .navbar-horizontal .nav-item i {
    top: 0;
}

.nav#main-menu-navigation .dropdown-menu {
    min-width: 165px;
}

.navbar-brand img {
    width: 130px;
    height: 40px;
    object-fit: contain;
    margin-top: -7px;
}

.header-navbar {
    /* min-height: 0px;*/
}

.horizontal-menu .navbar-horizontal ul#main-menu-navigation>li>a {
    padding: 13px 20px;
}

/*div#sticky-wrapper {
    height: inherit !important;
}
*/
.header-navbar .navbar-container ul.nav li > a.nav-link {
    padding: 13px 13px !important;
}

.mobile-menu-header {
    display: none;
}

.navbar-brand,
.nav-full-width-inner li:first-child a {
    padding: 0 0 !important;
}

.navbar-brand {
    margin-top: 12px;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 17px !important;
}

.nav-full-width-inner#main-menu-navigation {
    width: 87% !important;
    align-items: center;
}

label {
    font-size: 1.1rem;
}

.dataTables_info {
    font-size: 1.1rem;
}

.custom-select-sm {
    font-size: 1rem;
}

.table.dataTable .sorting:hover {
    color: #008fa1;
}

.dataTables_wrapper #reminderTable_wrapper .row:last-child {
    height: 150px;
}

.dataTables_wrapper #reminderTable_wrapper #reminderTable_paginate {
    height: 150px;
}

.card-columns {
    column-count: 2;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

/* Tooltip CSS */
.cust-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

td:has(.hot_lead) {
    background-color: #dfa4a4;
}

.cust-tooltip .tooltip-text {
    display: none;
    width: 15em;
    background-color: #b0dbe6;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    border: 1px solid;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: 125%;
    /* bottom: 125%; */
    left: 50%;
    margin-left: -8em;
    /* opacity: 0; */
    transition: opacity 0.3s;
}

.cust-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: -0.7em;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    transform: rotate(180deg);
}

.span_class {
    color: rgb(32, 153, 201);
}

.cust-tooltip:hover .tooltip-text {
    /* visibility: visible; */
    display: block;
    opacity: 1;
}

#reminderTable_wrapper.dataTables_wrapper .dataTables_info {
    padding-top: 0;
}

@media (max-width: 1200px) {
    .mobile-menu-header {
        display: block;
    }
}

.dashboard-table.table-xl th,
.dashboard-table.table-xl td {
    padding: 15px 25px 15px 10px;
    border-bottom: 1px solid rgb(29 35 39 / 30%);
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    height: 34px;
}

.header-main {
    display: none;
}

.table-responsive table .dropdown .dropdown-menu {
    right: 0 !important;
    animation: none !important;
    transform: none !important;
    left: auto !important;
    top: -20px !important;
}

.table-responsive table .dropdown .dropdown-menu {
    width: 188px !important;
}

.table-responsive table .dropdown .dropdown-menu a.dropdown-item {
    display: flex !important;
    align-items: center;
}

.table-responsive .dropdown .dropdown-menu .dropdown-item {
    padding-bottom: 4px !important;
}

.table-responsive .dropdown .dropdown-menu .dropdown-item i {
    margin-left: 10px;
}

.leads-table-country-div,
.leads-table-client-type-div,
.leads-table-budget-div,
.leads-table-inquiry-status-div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.table-responsive span.selection span.select2-selection.select2-selection--single {
    min-width: 184px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.table-responsive span.selection span.select2-selection.select2-selection--single span.select2-selection__clear {
    width: 16px;
    position: relative;
    z-index: 9;
}

.table-responsive .select2-container .select2-dropdown {
    min-width: 184px;
    width: 100% !important;
}

.dashboard-table tbody tr td:first-child,
.dashboard-table thead th:first-child {
    padding-left: 30px !important;
}

.table-hover tbody tr:hover {
    background-color: transparent !important;
}

.table-responsive {
    overflow: visible;
}

.horizontal-menu .header-navbar .navbar-container {
    height: initial;
}

.filter-main {
    justify-content: space-between;
}

.filter-main .form-group {
    margin: 0;
}

.menulinks {
    display: none;
    text-align: center;
    width: 41px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 11px;
    right: 15px;
    cursor: pointer;
}

ul.mainmenu {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.mainmenu>li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

ul.mainmenu>li>a:link,
ul.mainmenu>li>a:visited {
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #43525a;
    line-height: 18px;
    letter-spacing: -0.6px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;
}

ul.mainmenu>li:hover a,
ul.mainmenu>li>a.current {
    color: #16c1f3;
}

ul.mainmenu>li>a.current {
    border-bottom-color: #16c1f3;
}

ul.mainmenu>li>a.current:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #16c1f3;
    border-width: 8px;
    margin-left: -8px;
}

ul.mainmenu ul {
    position: absolute;
    left: 0;
    width: 250px;
    padding: 0;
    list-style: none;
    margin: 0;
    /*background:rgb(17 17 17 / 34%)*/
    z-index: 2;
    display: none;
}

ul.mainmenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

ul.mainmenu ul li:last-child {
    border-bottom: none;
}

ul.mainmenu li li a:link,
ul.mainmenu li li a:visited {
    color: #fff;
    display: block;
    padding: 8px 15px;
    font-size: 17px;
}

ul.mainmenu li li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

ul.mainmenu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.navbar-dark.navbar-horizontal {
    height: 50px !important;
    min-height: 50px;
}

/*Nav*/

@media (min-width: 1201px) {
    ul.mainmenu {
        display: block !important;
    }

    ul.mainmenu li:hover>ul {
        display: block;
    }

    ul.mainmenu ul li:hover ul {
        display: block;
    }
}

/*-- Max Media Queries --*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 1200px) {
    .mobile-menu-header {
        display: none;
    }

    .header-main-main .logo img {
        width: 140px;
    }

    /*Nav*/
    .menulinks {
        display: inline-block;
    }

    ul.mainmenu {
        text-align: left;
        position: absolute;
        top: 100%;
        padding: 0;
        right: 0;
        width: 100%;
        background: #2c343b;
        display: none;
        z-index: 9999999;
    }

    ul.mainmenu>li {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    ul.mainmenu>li:first-child {
        border: none;
    }

    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        padding: 10px 15px;
        font-size: 18px;
        float: left;
        width: 100%;
        border: none;
        text-align: left;
        color: #fff;
    }

    ul.mainmenu>li>a:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    a.menulinks i {
        display: inline;
        position: relative;
        top: -2px;
        margin-left: 0;
        -webkit-transition-duration: 0s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: 0.2s;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }

    a.menulinks i:before,
    a.menulinks i:after {
        position: absolute;
        content: "";
        left: 0;
    }

    a.menulinks i,
    a.menulinks i:before,
    a.menulinks i:after {
        width: 35px;
        height: 4px;
        background-color: #2c343b;
        display: inline-block;
    }

    a.menulinks i:before {
        margin-top: -10px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
    }

    a.menulinks i:after {
        margin-top: 10px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0;
    }

    .mobile-open a.menulinks i {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition-delay: 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    .mobile-open a.menulinks i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    .mobile-open a.menulinks i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, 0.2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }

    ul.mainmenu>li>a.current:after {
        display: none;
    }

    ul.mainmenu ul {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 100%;
    }

    ul.mainmenu ul li {
        position: relative;
    }

    ul.mainmenu li li a:link,
    ul.mainmenu li li a:visited {
        padding: 8px 15px 8px 25px;
        color: #fff;
    }

    ul.mainmenu ul ul {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        width: 100%;
    }

    ul.mainmenu ul ul li {
        padding-left: 10px;
    }

    ul.mainmenu>li.active {
        background-color: rgb(255 255 255 / 26%);
    }

    a.child-triggerm {
        display: block !important;
        cursor: pointer;
        position: absolute !important;
        top: 0px;
        right: 0px;
        width: 50px !important;
        min-width: 50px !important;
        height: 38px !important;
        padding: 0 !important;
    }

    a.child-triggerm:hover {
        text-decoration: none;
        color: #f00;
    }

    a.child-triggerm span {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm span:after {
        position: absolute;
        content: "";
    }

    a.child-triggerm span,
    a.child-triggerm span:after {
        width: 10px;
        height: 1px;
        background-color: #fff;
        display: block;
    }

    a.child-triggerm span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm.child-open span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm.child-open span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    a.child-triggerm:hover span,
    a.child-triggerm:hover span:after {
        background-color: #fff;
    }

    .header-main {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: #fff;
        padding: 15px 0;
    }

    .header-main {
        display: block;
    }

    ul.mainmenu>li a i {
        margin-right: 9px;
        font-size: 21px;
    }

    ul.mainmenu ul li.active {
        background-color: rgb(255 255 255 / 26%);
    }

    .content-body {
        margin-top: 0;
    }

    .header-main .container {
        max-width: 100%;
    }
}

.checkbox-td td:first-child,
.table th:first-child {
    padding-left: 10px;
}

.form-control-textarea {
    line-height: 18px;
}

.pace-active {
    display: none !important;
}

.custom-control.ml-2.custom-checkbox {
    margin-top: 6px !important;
}

.blank-page .content-wrapper .flexbox-container {
    align-items: unset;
    margin-top: 50px;
}

.auth-page .alert-success,
.auth-page .alert-danger,
.auth-page .alert-warning {
    margin: 0 !important;
    font-size: 18px;
}

.edit-drop .dropdown-menu-right {
    max-width: 188px;
}

.table td,
.table th {
    line-height: 1.75rem;
}

/*=====*/
.view_popup_custom {
    margin-top: 0 !important;
    padding-bottom: 15px;
}

.view_popup_custom .table tr td:nth-child(1),
.view_popup_custom .table tr td:nth-child(3) {
    text-align: right;
    width: 21%;
}

.view_popup_custom .table tr td:nth-child(2),
.view_popup_custom .table tr td:nth-child(4) {
    text-align: left;
    width: 29%;
}

.view_popup_custom .table tr td {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e7e2e2;
    vertical-align: top !important;
}

.view_popup_custom .table tr td[colspan="4"] {
    text-align: center;
}

.swal2-close[aria-label="Close this dialog"] {
    border: 2px solid #fff !important;
    z-index: 4 !important;
    border-radius: 100% !important;
    top: 8px !important;
    right: 25px !important;
    color: #fff !important;
    font-size: 28px !important;
}

#reminderTable tr td:nth-child(4) {
    line-height: 25px;
}

#reminderTable tr td:nth-child(6) {
    line-height: 25px;
}

#reminderTable tr td:nth-child(7) {
    line-height: 25px;
}

.view_popup_custom table.table {
    margin: 0;
}

.main_content_popup_view .swal2-header {
    height: 0px;
}

.main_content_popup_view {
    padding: 0 !important;
    border-radius: 20px !important;
}

.main_content_popup_view .view_popup_custom .table-responsive {
    border-radius: 20px;
}

.dashboardTable .text-truncate {
    overflow: visible;
}

.dashboardTable .table-responsive {
    overflow-y: visible;
    overflow-x: visible;
}

.dashboardTable .text-truncate span.tooltip-text {
    white-space: normal;
    z-index: 9;
}

.dashboardTable .card-content td.text-truncate {
    white-space: normal;
}

.task-none {
    display: none;
}

#recent-orders tr td:nth-child(2) {
    line-height: 25px;
}

.due_date .date-icon button {
    position: relative;
    left: -43px;
    bottom: 3px;
    height: 43px;
}

.verify .verify-icon button {
    position: relative;
    left: 35px;
    bottom: 5px;
    height: 36px;
}

.modal .modal-dialog .modal-content .modal-header .close {
    color: #000;
}

.modal-dialog {
    top: 180px;
    max-width: 25rem;
}

.modal-footer {
    padding: 0 1.5rem 1.5rem 0;
}

.modal-header {
    background-color: #00bcd4;
    padding: 0.25rem 1.5rem;
}

.modal-header:first-child {
    border-top-left-radius: 9px;
    border-top-right-radius: 8px;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 18px 13px 0 rgb(95 95 95 / 14%),
        0 22px 21px 0 rgb(95 95 95 / 13%), 0 1px 10px 0 rgb(95 95 95 / 20%);
}

.modal-title,
.modal-footer .btn-info,
.modal-footer .btn-info:active,
.modal-footer .btn-info:focus,
.modal-footer .btn-info:hover,
.modal-footer .btn-secondary,
.modal-footer .btn-secondary:active,
.modal-footer .btn-secondary:focus,
.modal-footer .btn-secondary:hover {
    color: #fff !important;
}

.close {
    color: #fff !important;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
}

span.disabled {
    cursor: not-allowed;
}

span.forwarding_main_span i.la {
    width: 10%;
    vertical-align: top;
}

span.forwarding_main_span strong {
    display: inline-block;
    width: 87%;
    font-weight: normal;
}

span.alias_main_span img.la {
    width: 10%;
    vertical-align: top;
}

span.alias_main_span strong {
    width: 87%;
    font-weight: normal;
}

span.alias_main_span {
    display: flex;
    align-items: flex-start;
}

.count_color {
    color: red;
}

span.alias_main_span img {
    margin-top: 6px;
    margin-right: 6px;
}

span.alias_main_span i {
    padding-top: 3px;
    display: inline-block;
    margin-right: 4px;
}

.view-heading {
    background-color: #00bcd4;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    border-radius: 21px 21px 0px 0px;
}

.view_popup_custom_alias {
    margin-top: 0 !important;
    padding-bottom: 15px;
}

.view_popup_custom_alias .table tr td:nth-child(1) {
    width: 10%;
}

.view_popup_custom_alias .table tr td {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e7e2e2;
    vertical-align: top !important;
}

.view_popup_custom_alias .table tr td[colspan="4"] {
    text-align: center;
}

.view_popup_custom_alias table.table {
    margin: 0;
}

.view_popup_custom_alias .table-responsive {
    border-radius: 20px;
}

.add-edit-page {
    margin-top: 30px;
}

.emailUpdateAlertP .alert-success {
    margin-top: 0px;
}

/*
add css 12/09/2024
*/
.lead-priority {
    width: 100%;
    display: inline-block;
}

.lead-options input[type="radio"] {
    /* display: none; */
    position: absolute;
    z-index: -1;
}

.lead-options label {
    flex: auto;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    background-color: #f9f9f9;
    color: #333;
}

.lead-options input[type="radio"]:checked+label {
    background-color: #00a5bb;
    color: white;
}

.lead-options label:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.lead-options label:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* .btn {
    padding: 14px 20px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize; 
    gap: 6px;
    border-radius: 4px;
} */

/**
22/10/2024
start client via radio css
*/
.client-via-option-div {
    width: 100%;
    display: inline-block;
}

.client-via-option-div .client-via-options {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    display: flex;
}

.client-via-option-div .client-via-options input[type="radio"] {
    /* display: none; */
    position: absolute;
    z-index: -1;
}

.client-via-option-div .client-via-options label {
    flex: auto;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    background-color: #f9f9f9;
    color: #333;
}

.client-via-option-div .client-via-options input[type="radio"]:checked+label {
    background-color: #00a5bb;
    color: white;
}

.client-via-option-div .client-via-options label:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.client-via-option-div .client-via-options label:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend>.input-group-text {
    padding: 0.4rem 1rem;
}

/* Align checkbox inside input group */
.input-group-prepend {
    display: flex;
    align-items: center;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
}

.input-group-text input[type="checkbox"] {
    margin-left: 10px;
    /* Adds some space between the text and the checkbox */
    transform: scale(1.2);
    /* Slightly enlarges the checkbox */
    cursor: pointer;
    /* Changes cursor to pointer when hovering over checkbox */
}

/* Optional styling for the checkbox when checked */
.input-group-text input[type="checkbox"]:checked {
    accent-color: #17a2b8;
    /* Change the checkbox color when checked (works in modern browsers) */
}

/* Optional: Style the input-group-text background */
.input-group-text {
    background-color: #f8f9fa;
    /* Light grey background */
    border-color: #ced4da;
    /* Border color similar to input borders */
}

.input-group-prepend>.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    text-align: center;
    white-space: nowrap;
    background-color: #f4f5fa;
    border: 1px solid #babfc7;
    border-radius: 0.25rem;
}

/**
end client via radio css
*/
.btn strong {
    font-weight: 600;
}

/*New design changes 17-09-24*/
.leads-table-td-select {
    position: absolute;
}

.bg-info {
    background-color: #00a5bb !important;
}

.bg-info .h3 {
    margin-bottom: 0 !important;
}

.h3 {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
}

.card .card-header {
    padding: 16px 25px !important;
}

.dataTables_wrapper table.dashboard-table thead th {
    color: #1d2327;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
}

.dashboard-table thead tr th {
    border-bottom: 2px solid rgb(29 35 39 / 50%) !important;
}

.dashboard-table tbody tr:first-child td {
    border-top: 0 !important;
}

.dashboard-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.dashboard-table .change_handled_by {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    color: #1d2327;
    padding-right: 20px;
    position: relative;
}

.dashboard-table .span_client_name {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    margin-bottom: 5px;
}

.dashboard-table tbody td p {
    color: rgb(29 35 39 / 70%);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    margin-bottom: 6px !important;
}

.span_country {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 21.79px;
    color: #1d2327;
    position: relative;
    /* padding-right: 20px; */
    cursor: pointer;
}

.span_lead_type {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 24.51px;
    color: #1d2327;
    position: relative;
    /* padding-right: 20px; */
    cursor: pointer;
}

.dashboard-table .change_handled_by:hover {
    color: #2271b1;
}

/* .dashboard-table .change_handled_by:hover::before {
    content: "\e22b";
    font-size: 14px !important;
    position: absolute;
    display: inline-block;
    font-family: 'Material Icons';
    right: 0;
    top: 0px;
    } */
.span_lead_type:hover {
    color: #2271b1;
}

.span_country:hover {
    font-weight: 600;
    color: #2271b1;
}

/* .span_country:hover::before{
    content: "\e22b";
    font-size: 14px !important;
    position: absolute;
    display: inline-block;
    font-family: 'Material Icons';
    right: 0;
    top: 0px;
    } */
/* .span_lead_type:hover::before{
     content: "\e22b";
    font-size: 14px !important;
    position: absolute;
    display: inline-block;
    font-family: 'Material Icons';
    right: 0;
    top: 0px;
    } */
.dropdown a {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    color: #1d2327;
}

.dropdown .dropdown-menu {
    box-shadow: 3px 4px 25px 0px #7878784d !important;
    border: 1px solid #e7e7e7;
    /* padding: 15px 0px 15px 0px; */
}

.dropdown .dropdown-menu .dropdown-item {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    /* color: #1d2327; */
    line-height: 21.79px;
    padding: 9px 0px !important;
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 9px 10px !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: #00a5bb;
}

.select2-container .select2-dropdown {
    border: 1px solid #e7e7e7;
    background-color: white;
    padding: 7px;
    /*min-width: 254px;*/
}

.leads-table-td-select span.select2.select2-container {
    width: 182px !important;
}

.active-company {
    background-color: #008fa1;
}

.active-company a {
    color: white;
}

.table-responsive .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.users-list-filter {
    /* padding-top: 27px; */
}

.table-responsive .select2-container {
    max-width: 184px !important;
    width: 100% !important;
}

.select2-container .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdbdb !important;
    height: 37px;
    border-radius: 4px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #7e7e7e;
}

.select2-search--dropdown {
    position: relative;
}

.select2-search--dropdown::before {
    content: "\e8b6";
    display: block;
    position: absolute;
    font-family: "Material Icons";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgb(0 0 0 / 50%);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px !important;
    background-color: #0086ad !important;
}

.edit-leads-table>.material-symbols-outlined {
    opacity: 0;
    transition: all 400ms ease;
}

.edit-leads-table:hover>.material-symbols-outlined {
    opacity: 1;
}

.lead-options {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    display: flex;
}

.select2-container .select2-results__option {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    color: #1d2327 !important;
}

.select2-container .select2-results__option:hover {
    color: #00a5bb !important;
}

.select2-selection {
    /*min-width: 254px;*/
}

.select2-container--classic .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"] {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    position: relative;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    padding: 5px;
    vertical-align: middle;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message:before {
    content: none;
}

.select2-container .select2-search--inline {
    float: none;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]:before {
    color: #fff;
    background-color: #7e7e7e;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]:after {
    content: "";
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 13px;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #7e7e7e;
    border-width: 2px;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-results__options[aria-multiselectable="true"] .select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-results__options[aria-multiselectable="true"] .select2-selection .select2-selection--multiple:after {
    content: "hhghgh";
}

/* select with icons badges single*/
.select2-results__options[aria-multiselectable="true"] .select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #1d2327;
}

.select2-selection .select2-selection__rendered {
    line-height: 27.24px !important;
    color: #1d2327 !important;
    padding-right: 0 !important;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.card-title {
    display: inline-block;
    width: auto;
    padding: 0 15px !important;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: auto !important;
    padding: 6px 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    right: 10px;
}

.users-list-filter .title {
    position: relative;
    padding-left: 40px;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    color: #00a5bb;
}

.users-list-filter .title::before {
    content: "";
    background: url("../../app-assets/images/svg/man-star.svg");
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
}

.users-list-filter .list-icon.la.la-arrow-circle-up {
    display: none;
}

.users-list-filter .select2-selection.select2-selection--single {
    background-color: #ffffff;
    border: 0;
    padding: 15px 30px;
}

.users-list-filter .select2-selection__rendered {
    color: #1d2327;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 27.24px;
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1d2327 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.btn-info {
    background-color: #00a5bb !important;
    border-color: #00a5bb !important;
}

.btn-info:hover {}

.users-list-table .dataTable thead th {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}

.users-list-table .dataTable {
    background-color: #1d2327;
    border-radius: 10px 10px 0px 0px;
}

.users-list-table .card {
    box-shadow: none;
}

.users-list-table table.dataTable tbody tr.even {
    background-color: #f5f5f5;
}

.users-list-table table.dataTable tbody tr {
    border: 1px solid rgb(29 35 39 / 30%);
}

.pagination .previous {
    /*    border: 1px solid #D0D5DD !important;*/
    box-shadow: 0px 1px 2px 0px #1018280d !important;
}

.page-item.disabled .page-link {
    color: #11111199;
}

.card-content .page-item a {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #838383;
    border: 0;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content .pagination .previous {
    cursor: pointer !important;
}

.card-content .pagination .next {
    margin-left: 15px !important;
    cursor: pointer !important;
}

.card-content .pagination .previous a,
.card-content .pagination .next a {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
    padding: 8px 15px 8px 42px;
    height: 40px;
    border: 1px solid #d0d5dd;
}

.card-content .pagination .next a {
    padding: 8px 42px 8px 15px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 14px;
}

.card-content .pagination .previous a::before {
    content: "";
    background: url("../../app-assets/images/svg/arrow-left.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    left: 15px;
}

.card-content .pagination .next a::before {
    content: "";
    background: url("../../app-assets/images/svg/arrow-left.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    right: 15px;
    transform: rotate(180deg);
}

.handled_by_div {
    max-width: 250px;
}

.date-group input#search {
    border: 1px solid #e7e7e7 !important;
    padding: 5px 34px 5px 17px !important;
    color: #1d2327;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.date-group .form-control-position.date-icon {
    top: 50%;
    transform: translateY(-50%);
}

/*24-09-24*/

.card-content .dataTables_wrapper .dashboard-table .span_client_name .la-user {
    margin-right: 7px;
}

.card-content .dataTables_wrapper .dashboard-table thead th:nth-child(n + 3) {
    /*text-align: center;*/
}

.card-content .dataTables_wrapper .dashboard-table td:nth-child(n + 3) {
    /*text-align: center;*/
}

.card-header .h3 {
    font-size: 20px;
    line-height: 30px;
}

.card-content .dataTables_wrapper .dashboard-table thead th {
    font-size: 18px;
    line-height: 28px;
}

.card-content .dataTables_wrapper .dashboard-table .sorting_1 i {
    min-width: 16px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content .dataTables_wrapper .dashboard-table .sorting_1 i {
    min-width: 16px;
    margin-right: 7px;
}

.card-content .dataTables_wrapper .dashboard-table .sorting_1 span {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
}

.card-content .page-item.active .page-link {
    background-color: #d9d9d9;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9 !important;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #1d2327;
}

.card .card-title {
    font-size: 1.42rem;
}

.dataTables_length,
.dataTables_info {
    padding: 10px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #00bcd4 !important;
    color: #fff !important;
}

.horizontal-menu .navbar-dark .nav-item:hover>.dropdown-menu {
    transform: scale(1, 1);
    opacity: 1;
    display: block;
}


.nav#main-menu-navigation .dropdown-menu li {
    position: relative;
    width: 100%;
}

.nav#main-menu-navigation .dropdown-menu li ul {
    display: none;
    position: absolute;
    left: 100%;
    background: #fff;
    box-shadow: 3px 4px 25px 0px #7878784d !important;
    border: 1px solid #e7e7e7;
    top: 0;
    padding: 5px 0;
    min-width: 160px;
}

.nav#main-menu-navigation .dropdown-menu li:hover ul {
    display: block;
}

.nav#main-menu-navigation .dropdown-menu li a {
    display: flex;
    align-items: center;
}

.horizontal-menu .navbar-horizontal ul#main-menu-navigation>li.nav-item.active>a,
.horizontal-menu .navbar-horizontal ul#main-menu-navigation>li.nav-item:hover>a,
.horizontal-menu .navbar-dark .nav-item:hover {
    background: #5a5a5a !important;
}

.horizontal-menu .navbar-dark .active>a {
    background: #d5d1d1 !important;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #d5d1d1 !important;
}