/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
:root {
    --color-white:#fff;
    --color-black:#000;
    --color-navy:#138a73;
    --color-navy-light:#042041;
    --color-azul:#138a73;
    --color-jet-gray:#138a73;
    --color-alabaster:#F8FAFF;
/*fonts */
--raleway-font: 'Roboto', sans-serif;
    /* --raleway-font: 'Raleway', sans-serif; */
}
*{
    box-sizing: border-box;
}
body {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-family: var(--raleway-font);
    /* color: var(--color-jet-gray); */
    color: var(--color-black);
    overflow: hidden;
    background-color: #FAFAFB;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
ul,ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
body a{ text-decoration: none; color: #138a73;}
hr {
    border-color: #D0D0D0;
    margin: 30px auto;
}
a:hover,
a:focus,
a:active{
   text-decoration: none !important;
}
p:last-child{
    margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--raleway-font);
    font-weight: 700;
    color: var(--color-navy-light);
    line-height: normal;
    margin: 0;
}
h1{
    font-size: 65px;
}
h2 {
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
h5{font-size: 20px;line-height: 31px}

/*font css*/
.body-font-large{font-size: 16px;line-height: 27px;}
.body-font-normal{font-size: 14px;line-height: 24px;}
.body-font-small{font-size: 12px;line-height: normal;}

/*padding css*/
.padding-top-120{padding-top: 120px}
.padding-bottom-120{padding-bottom: 120px}
.padding-tb-120{padding: 120px 0;}
.padding-bottom-160{padding-bottom: 160px;}
/*button css*/
.container{max-width: 1194px;}
.custom-btn {
    font-family: var(--raleway-font);
    border: solid 1px transparent;
    transition: all 0.35s ease-in-out;
    line-height: 28px;
    display: inline-block;
    padding: 10px 30px 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
}
.small-btn {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 5px;
    font-size: 13px;
    transition: all 0.35s ease-in-out;
    border: solid transparent 1px;
}
.edit-btn {
    color: #fff;    
    background-color: #28a745;
    border-color: #28a745;
}
.edit-btn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.trash-btn, .delete-btn {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.trash-btn:hover, .delete-btn:hover {
    color: #fff;
    background-color: #c82333;
}
.small-btn.view-btn, .small-btn.restore-btn {
    color: #fff;
    background : #5d5fef;
}
.small-btn.view-btn:hover, .small-btn.restore-btn:hover {
    background: #5e5fcd;
}
.fill-btn{
    background-color: var(--color-azul);
    color: var(--color-white);
    border-color: var(--color-azul);
}
.fill-btn:hover{
    background-color: transparent;
    color: var(--color-azul);
    border-color: var(--color-azul);
}
.trashclient {
    background-color: #dc3545;
    border-color: #dc3545;
}
.trashclient:hover{
    background-color: transparent;
    color: #dc3545;
    border-color: #dc3545;
}
/*form css*/
.form-control, input[type=text], 
input[type=password], 
input[type=datetime], 
input[type=datetime-local], 
input[type=date], 
input[type=month], 
input[type=time], 
input[type=week], 
input[type=number], 
input[type=email], 
input[type=url], 
input[type=search], 
input[type=tel], 
input[type=color], 
select,.uneditable-input, textarea,
.select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--single {
    padding: 0 19px;
    height: 48px;
    color: #1C1C1C;
    font-weight: 600;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
    background-clip: unset;
    background-color: #fff;
    caret-color: #1C1C1C;
    width: 100%;
    box-shadow: none !important;
    font-family: var(--raleway-font);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 47px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple,
body .select2-container--default .select2-selection--multiple{
    border: 1.5px solid #e1e1e1;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
    position: relative;
    top: -9px;
}
body .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 100%;
    padding: 15px 0 0;
    margin: 0;
    vertical-align: bottom;
    font-family:var(--raleway-font);
    font-weight: 600;

    /* overflow: hidden; */
    word-break: keep-all;
}
body textarea.form-control {
    padding: 15px 19px;
    height: 120px;

}
a.mtgedit {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 2px 4px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    left: 5px;
    top: -2px;
}
span.nomeetingerror {
    display: block;
    width: 100%;
    color: red;
}
a.veiwallmtg {
    display: block;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 4px 4px;
    border-radius: 3px;
    text-align: center;
    margin-top: 4px !important;
}
.form-group {
    margin-bottom: 20px;
}
.form-control:hover, .form-control:focus, input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, input[type=datetime]:hover, input[type=datetime]:focus, input[type=datetime-local]:hover, input[type=datetime-local]:focus, input[type=date]:hover, input[type=date]:focus, input[type=month]:hover, input[type=month]:focus, input[type=time]:hover, input[type=time]:focus, input[type=week]:hover, input[type=week]:focus, input[type=number]:hover, input[type=number]:focus, input[type=email]:hover, input[type=email]:focus, input[type=url]:hover, input[type=url]:focus, input[type=search]:hover, input[type=search]:focus, input[type=tel]:hover, input[type=tel]:focus, input[type=color]:hover, input[type=color]:focus, select:hover, select:focus, .uneditable-input:hover, .uneditable-input:focus, textarea:hover, textarea:focus {
    box-shadow: unset;
    border-color: var(--color-azul);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--color-azul);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.form-group label {
    display: block;
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 14px;
}
/*flex css*/
.d-flex{display: flex;}
.justify-content-center {justify-content: center;}
.justify-content-end {justify-content: flex-end;}
/*card design*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgb(93 95 239 / 14%); */
    border-radius: 15px;
    box-shadow: 3px 3px 30px rgb(93 95 239 / 3%);
}
.card-header {
    padding: 15px 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(232 232 253);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.card-header h2 {
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
}
.card-header:first-child {
    border-radius: 14px 14px 0 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/*haeder css*/

.header-cop nav {
    margin: 0 auto;
    padding: 10px 20px;
    background: #FFF;
}
.logo-brand a {
    color: #5D5FEF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

.header-cop .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-cop .header-wrapper .logo-brand {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-cop .header-wrapper .logo-brand .mobile-toggle {
    display: flex;
    flex-direction: column;
    background: #138a73;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    height: 38px;
    cursor: pointer;
}
.header-cop .header-wrapper .logo-brand .mobile-toggle span {
    height: 2px;
    width: 24px;
    background: #ffffff;
    display: block;
}
.header-cop .header-wrapper .logo-brand .mobile-toggle span:not(:last-child) {
    margin: 0 0 6px;
}
.file-download {
    width: 20%;
    display: inline-block;
    padding-top: 14px;
}
.file-download i {
    font-size: 52px;
}

#fileNamesContainer {
    margin-top: 20px;
    max-width: 520px;
}

#fileNamesContainer div {
    margin-bottom: 8px;
    border: 1px solid #ccc;
    padding: 5px 0px 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
#fileNamesContainer p {
    margin: 0;
    flex-grow: 1;
    color: #138a73;
    font-size: 14px;
}
.deleteFileBtn {
    cursor: pointer;
    margin-left: 10px;
    color: red;
    font-size: 0;
}

.deleteFileBtn:hover {
    color: darkred;
}

.deleteFileBtn::before {
    content: "\00D7";
    font-size: 40px;
    line-height: 36px;
    padding: 0px 12px;
    background: #fcc;
    border-radius: 3px;
}
.loaderimg img.ploader {
    width: 45px;
    margin-left: 10px;
}

footer.crm-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 15px 10px;
}
.close-menu .crm-dashboard-outer .sidebar { 
    transition: margin-left 0.5s;
    margin-left: -270px;
}
.close-menu .crm-dashboard-containt{
    width: 100%;
    transition: width 0.5s;
}
/*login section*/
.login-section {
    height: calc(100vh - 143px);
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}
.login-inner {
    max-width: 520px;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 4px 4px 30px rgb(93 95 239 / 12%);
    width: 100%;
    border: solid 1px #138a73
}
.login-head h2 {
    text-align: center;
    line-height: 45px;
    margin: 0 0 30px;
    color: var(--color-azul);
}
.login-head h2 span {
    display: block;
    font-size: 28px;
    color: var(--color-jet-gray);
}
section.login-section.signup-sec .login-inner {
    max-width: 970px;
    position: relative;
}
.signup-form-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
form#password_reset_form {
    position: relative;
}
.password_success {
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -70px;
    background: #5d5fef;
    border-radius: 25px;
    font-size: 24px;
    padding: 40px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-weight: 500;
}
.login_footer a,
.have_an_account a{
    margin: 0 0 0 6px;
    font-weight: 500;
}
span.error,
.password_error{
    color: #f00;
    margin: 4px 0 0;
    display: block;
    font-size: 12px;
}
.f-wrap {
    flex-wrap: wrap;
}
.crm_login_error,
.crm_signup_error,
.restpassword-form-section .error,
.new_password_error,
.schedule_meeting_error,
.password_error{
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 0;
    color: #f00;
    border: solid 1px #ffabab;
    padding: 5px;
    background: #ff000024;
    border-radius: 4px;
}
.crm_signup_success,
.passwords_success,
.schedule_meeting_success {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 0;
    color: #019f33;
    border: solid 1px #078f2440;
    padding: 5px;
    background: #01892c24;
    border-radius: 4px;
}
.schedule_meeting_success,
.schedule_meeting_error{
    text-align: left;
        max-width: 575px;
}
span.login-success-msg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #138a73;
    left: 0;
    top: 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    padding: 30px;
    font-weight: 600;
    line-height: 34px;
    z-index: 999;
}
span.login-success-msg span{
    max-width: 600px;
    margin: auto;
    display: block;
    text-align: center;
}
/*dashboard design */
.crm-dashboard-outer {
    display: flex;
    height: calc(100vh - 176px);
    overflow: hidden;
}
.crm-dashboard-outer .sidebar {
    width: 270px;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 0;
    transition: margin-left 0.5s;
}
.sidebar .left-fixed-sidebar {
    height: 100%;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav {
    width: 100%;
    padding: 20px 0;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li a.nav-link {
    font-size: 16px;
    line-height: 26px;
    padding: 13px 20px;
    color: var(--color-black);
    display: inline-block;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav > li.active {
    font-weight: 700;
    color: var(--color-azul);
    background: #dedeff;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li li.nav-item.active a {
    color: #5d5fef;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li ul.nav.sub-menu a.nav-link {
    padding: 3px 10px 3px 67px;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.sub-menu {
    display: none;
    background: #f1f1ff;
    padding: 10px 0;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li.active > a.nav-link{
    color: var(--color-azul);
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav > li.active .nav.sub-menu {
    display: block;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li.dropdown-menu{
    position: relative;
    width: 100%;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li .icon-link > span{
    height: 30px;
    width: 30px;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li .icon-link > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 14px;
    height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li.active .icon-link > span:after {
    transform: rotate(90deg);
    color: var(--color-azul);
    transition: all 0.35s ease-in-out;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li a.nav-link span.menu-title > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #73779124;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 10px;
    color: #737791;
}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li.active a.nav-link  span.menu-title > span {
    background: var(--color-azul);
    color: var(--color-white);

}
.sidebar .left-fixed-sidebar ul.fixed-sidebar-nav li ul.nav.sub-menu a.nav-link:before {
    height: 8px;
    width: 8px;
    border: solid 1px;
    position: absolute;
    content: "";
    left: 43px;
    top: 12px;
    border-radius: 50%;
}
/*dashboard */
.crm-dashboard-containt {
    width: calc(100% - 270px);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 24px;
    transition: width 0.5s;
}
.crm-dashboard-containt .no-report-available{
    background: #f1f1ff;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
}
.crm-dashboard-containt .no-report-available p{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
/*profile*/
.profile-form-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
.crm_client_form_inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
}
.form-group.w-100 {
    grid-column: 1 /-1;
}
.form-group.w-50 {
    grid-column: 2 /-1;
}
.display.responsive, .dataTables_scrollHeadInner {
    position: relative !important;
    overflow: auto !important;
    width:100% !important;
}
div#client_list_table_length label {
    display: flex;
    align-items: center;
}
div#client_list_table_length label select {
    height: 35px;
    margin: 0 8px;
    outline: none;
}
body table.dataTable thead>tr>th {
    white-space: nowrap;
    background: #5d5fef;
    color: #fff;
    padding: 15px;
    border-right: 1px solid #fff;
}
body table.dataTable {
    border-collapse: collapse;
    margin: 0;
}
table, table.dataTable tbody th, table.dataTable tbody td{  
  border: 1px solid rgb(93 95 239 / 30%);
  white-space: nowrap;
  text-align: left;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin: 0 0 20px;
}
.dataTables_filter label {
    display: flex;
    align-items: center;
}
.dataTables_filter label input[type="search"] {
    height: 35px;
    outline: none;
}
.dataTable .description {
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    margin: auto;
    white-space: initial !important;
}
.header-buttons .custom-btn i {
    margin: 0 7px 0 0;
}
.read-email-address {
    background: #80808030 !important;
}
label.password-saving-notify {
    font-size: 16px;
    margin-top: 25px;
}
.btn-space {
    background-color: var(--color-azul) !important;
    color: var(--color-white) !important;
    border-color: var(--color-azul) !important;
    font-family: var(--raleway-font);
    border: solid 1px transparent !important;
    transition: all 0.35s ease-in-out !important;
    line-height: 28px !important;
    display: inline-block !important;
    padding: 10px 30px 8px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px !important;
}
.btn-space:hover {
    background-color: transparent !important;
    color: var(--color-azul) !important;
    border-color: var(--color-azul) !important;
}
.report-list-body .dt-buttons {
    float: right;
}
.report-list-body .dt-buttons .buttons-csv{
    background: #b73232 !important;
    color: #fff !important;
    border-color: #b73232 !important
}
.report-list-body .dt-buttons .import-report{
    background-color: #1f7c1f !important;
    color: #fff !important;
    border-color: #1f7c1f !important;
}
.report-list-body .dt-buttons .download-sample{
    background-color: var(--color-azul) !important;
    color: var(--color-white) !important;
    border-color: var(--color-azul) !important;
}
.report-list-body .dt-buttons .buttons-csv:focus,
.report-list-body .dt-buttons .import-report:focus,
.report-list-body .dt-buttons .download-sample:focus{
    outline: none !important;
}



.color-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
}
.form-group button.select2-selection__clear {
    font-size: 20px !important;
    font-weight: normal !important;
    margin-top: 10px;
}
.form-group .required-form-field {
    font-size: 20px;
    font-weight: bold;
        line-height: 1px;
}
input#crm_client_hear_about_other {
    margin-top: 10px;
}
.import-csv-result {
    display: flex;
    background: #6667e9;
    text-align: left;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
}
.import-csv-result p {
    text-align: left;
    background: #6667e9;
    color: #fff;
    padding: 30px;
    margin: 0;
    width: auto;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.import-csv-result p:not(:last-child) {
    border-right: solid 1px #ddd;
}
.import-csv-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}
.download-sample {
    background: #737791 !important;
}
span.show-follow-ups {
    color: #5d5fef;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin-top: 5px;
    text-decoration: underline;
}
/*followup-popup*/
.followup-popup, .client-view-popup {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000ab;
    padding: 80px 15px;
    overflow: hidden auto;
}
.followup-popup-inner, .clientview-popup-inner {
    max-width: 480px;
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    color: #000;
    position: relative;
    border: solid 3px #ffffff52;
}
.followup-popup-inner span.close-followup-popup, span.close-clientview-popup {
    position: absolute;
    background: #000;
    height: 40px;
    width: 40px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    line-height: 13px;
    font-weight: 700;
    cursor: pointer;
}
.fw-ups-data {
    border: solid 1px #c3c3ff;
}
.fw-ups-data .fw-row {
    display: flex;
}
.fw-ups-data .fw-row:not(:last-child){
    border-bottom: solid 1px #c3c3ff;
}
.fw-ups-data .fw-row > div {
    width: 50%;
    padding: 12px;
}
.fw-ups-data .fw-row > div.fw-date{
    border-right:solid 1px #c3c3ff;
}
.report-filter-body .crm-report-filter{
    display: flex;
    align-items: flex-end;
}
.report-filter-body .crm-report-filter .crm-report-filter-inner{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: calc(100% - 106px);
}
.report-filter-body .crm-report-filter .form-group.reset-report{
    width: 106px;
}
.report-filter-body .crm-report-filter .crm-report-filter-inner > div {
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    max-width: 52%;
}
.report-filter-body .reset-report .custom-btn{
    background-color: transparent;
    color: var(--color-azul);
    border-color: var(--color-azul);
}
.fw-ups-data .fw-head-data {
    font-weight: 700;
}
.followup-popup-inner span.close-followup-popup:hover {
    background: #5d5fef;
    color: #fff;
}
.notification {
    background: #dedeff;
    padding: 20px;
    min-width: 420px;
    border-radius: 4px;
    border-left: 8px solid #dedeff;
    overflow: hidden;
    opacity: 1;
    position: relative;
    margin-bottom: 5px;
    pointer-events: auto;
    z-index: 1;
}
.notification .close-notification {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #5d5fef;
    color: #fff;
    padding: 20px 18px;
    cursor: pointer;
}
.main-notification {
    min-width: 420px;
    max-width: 480px;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 1;
    z-index: 1;
}
.main-notification .notification{
    max-width: 480px;
    padding: 20px 70px 20px 20px;
}
.main-notification .notification .close-notification{
    height: 100%;
    display: flex;
    align-items: center;
}
.main-notification .notification .close-notification img{
    filter: brightness(0) invert(1);
}
.main-notification .notification .notification-content{
    color: #5f5f9d;
}
.form-group.wr-50 {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    margin-bottom: 0;
}
.form-group.wr-100 {
    grid-column: 1 /-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    margin-bottom: 0;
}
.add-new-row {
    display: flex;
    gap: 24px;
}
.add-new-row > a.custom-btn.fill-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
}
table.dataTable>tbody>tr.child ul.dtr-details li {
    border-right: solid 1px #ddd;
    white-space: normal !important;
}
table.dataTable>tbody>tr.child ul.dtr-details li:nth-child(3n){
    border-right: none;
}
body table.dataTable>tbody>tr.child ul.dtr-details {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #ddd;
    padding: 0 !important;
    width: 100%;
}
table.dataTable>tbody>tr.child span {
    width: 50%;
}
table.dataTable>tbody>tr.child ul.dtr-details li {
    border-right: solid 1px #ddd;
    padding: 8px 10px !important;
    display: flex;
    width: 33.33%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li span.dtr-data {
    position: relative;
    padding-left: 15px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li span.dtr-data:before {
    content: ":";
    position: absolute;
    left: 0;
    font-weight: 900;
}
table.dataTable>tbody>tr.child ul.dtr-details>li span.dtr-data * {
    margin: 0;
}


/* =============== Css 17-01-24 Start ========================== */
.clientview-popup-inner .clientbox{
    border: solid 1px #c3c3ff;
}
.clientview-popup-inner .clientbox p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
    border-bottom: solid 1px #c3c3ff;
}
.clientview-popup-inner .clientbox p:last-child{
    border-bottom: none;
}
.clientview-popup-inner .clientbox p span {
    padding: 10px;
    text-transform: lowercase;
}
.clientview-popup-inner .clientbox p span.first{
    border-right: solid 1px #c3c3ff;
    font-weight: 700;
    text-transform: capitalize;
}
/* .followup-popup-inner, .clientview-popup-inner{
    max-height: calc(100% - 50px);
}
.clientview-popup-inner .clientview-popup-conent{
    height: 100%;
    overflow: hidden auto;
} */

.followup-popup-inner span.close-followup-popup img, span.close-clientview-popup img{
    filter: brightness(10);
}
.followup-popup-inner, .clientview-popup-inner{
    margin: auto;
}
.clientview-popup-inner-main, .followup-popup-inner-main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
body.modal-show {
    overflow: hidden;
}
/* .clientview-popup-inner-main {
    max-height: 627px;
    height: 100%;
} */
/* .clientview-popup-inner-main .clientview-popup-inner {
    height: 100%;
}
.clientview-popup-inner-main .clientview-popup-conent {
    height: 100%;
    overflow: hidden;
}
.clientview-popup-inner-main .clientbox {
    height: 100%;
    overflow: hidden auto;
} */

/* ToolTip */
/* .tooltip-btn{
    position: relative;
}
.tooltip-btn::before{
    content: '';
    width: auto;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}
.tooltip-btn.view-btn::before{
    content: 'View';
}
.tooltip-btn.edit-btn::before{
    content: 'Edit';
}
.tooltip-btn.trash-btn::before{
    content: 'Trash';
}
.tooltip-btn.restore-btn::before{
    content: 'Restore';
}
.tooltip-btn.delete-btn::before{
    content: 'Delete';
}
.tooltip-btn:hover::before{
    visibility: visible;
    opacity: 1;
}
#client_list_table tbody tr:last-child td .tooltip-btn::before{
    top: 50%;
    left: calc(100% + 3px);
    transform: translateY(-50%);
} */


.clientbox-edit{
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
.clientbox-edit .edit-btn{
    display: flex;
    align-items: center;
    width: auto;
    gap: 4px;
    padding: 5px 10px;
}

textarea{
    resize: none;
}

#crm_report_filter{
    flex-direction: column;
    align-items: unset;
}

.search-reset {
    display: flex;
    align-items: center;
    gap: 20px;
}
#crm_report_filter .crm-report-filter-inner {
    /* flex-wrap: wrap; */
    width: 100%;
}

.innerresgroup {
    flex: 1 0 0%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.innerresgroup .form-group:first-child{
    width: 100%;
}

.report-srch-btn {
    width: auto;
    flex: 0 0 auto;
}

/**/

a.back {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
a.back svg {
    width: 17px;
    height: 17px;
}

.create-project-form h4 {
    text-align: left;
    line-height: 34px;
    margin: 0 0 30px;
    font-size: 24px;
    color: var(--color-azul);
}
.create-form-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
}
.create-project-form .create-form-head h4 {
    margin: 20px 0 10px;
}
.create-project-form ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #737791;
    font-size: 16px;
}
.create-project-form p {
    font-size: 16px;
    color: #737791;
    margin: 0 0 20px;
}
.create-project-form .radio label{
    color: #737791;
    font-size: 16px;    
}
.create-project-form .radio label input{margin: 0}
.create-form-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.create-project-form ul li {
    display: flex;
    gap: 10px;
}
.create-project-form .radio label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.create-project-form ul li{display: flex;gap: 10px}
.file-container {
    position: relative;
    max-width: 520px;
}
.file-container input.selectimginpt {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.file-container .selectimg {
    background: #ecfffbc9;
    border: 1px dashed #138a73;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0px;
    font-size: 14px;
}
.file-container .selectimg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
}
.file-container .selectimg .button {
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
span.message.success {
    margin: 0px 0px 0 30px;
    background: #a7ff94;
    padding: 7px 15px;
    border-radius: 5px;
    border: solid 1px #27da00;
}

.stslabel {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 6px;
    border-radius: 4px;
    font-weight: 500;
}

.status-new{
    border: 1px solid #27ae60;
    background: #27ae60;
}
.status-ongoing {
    border: 1px solid #f78800;
    background: #f78800;
}
.status-completed {
    border: 1px solid #01497a;
    background: #01497a;
}
.single_project_comment, .view_project_comment {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 7px 10px;
    border-radius: 4px;
    font-weight: 500;
    background: #138a73;
}
.single_project_comment {
    margin-bottom: 5px;
}
.display_comment .rightblock {
    text-align: right;
    margin-left: auto;
}
.display_comment .rightblock p{
    margin-left: auto;
}
.display_comment > * p {
    margin: 0 0 8px 0;
}
.display_comment > * {
    max-width: 75%;
    margin-bottom: 20px;
}
.display_comment > * p:last-child {
    background: #e5fffa;
    padding: 10px 20px;
    border-radius: 10px;
    max-width: fit-content;
    line-height: 24px;
    font-size: 14px;
}
.viewcomment {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.viewcomment::-webkit-scrollbar {
    width: 5px;
}
.display_comment {
    padding-right: 20px;
}
.viewcomment::-webkit-scrollbar-thumb {
    border-radius: 50px;
  background-color: var(--color-azul) !important;
}
/* =============== Css 17-01-24 End ========================== */
@media(min-width:768px){
    .group-50{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
    .group-50 .form-group iframe{
        min-height: calc(100% - 28px);
    }
    .group-50 .form-group:first-child{
        margin-bottom: 0px;
    }
}

@media(min-width:576px){
    .form-group-top{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
    .resetGroup {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .innerresgroup.after-innerresgroup{
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 100% !important;
    
    }
}

@media(max-width:1540px){
    table.dataTable>tbody>tr.child ul.dtr-details li {
        width: 50%;
    }
    table.dataTable>tbody>tr.child ul.dtr-details li:nth-child(3n){
        border-right: solid 1px #ddd;
    }
    table.dataTable>tbody>tr.child ul.dtr-details li:nth-child(2n){
        border-right: none;
    }
}
@media(max-width:1199px){
    .crm-dashboard-containt {
        width: 100%;
    }
    .crm-dashboard-outer .sidebar {
        position: fixed;
        left: -270px;
        top: 65px;
        z-index: 9;
        margin-left: 0;
        transition: left 0.5s;
    }
    .close-menu .crm-dashboard-outer .sidebar {
        left: 0;
        margin-left: 0;
        transition: left 0.5s;
        box-shadow: 0 23px 30px rgb(93 95 239 / 13%);
    }
    .header-cop .header-wrapper .logo-brand {
        flex-direction: row-reverse;
        gap: 10px;
        justify-content: flex-end;
    }
}
@media(max-width:991px){
    table.dataTable>tbody>tr.child ul.dtr-details li {
        width: 100%;
        position: relative;
    }
    table.dataTable>tbody>tr.child ul.dtr-details li,
    table.dataTable>tbody>tr.child ul.dtr-details li:nth-child(3n){
        border-right: none;
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li span.dtr-data:before{
        display: none;
    }
    body table.dataTable>tbody>tr.child ul.dtr-details li:before {
        content: "";
        height: 100%;
        width: 1px;
        background: #efefef;
        left: 50%;
        position: absolute;
        top: 0;
    }
    .crm_client_form_inner{
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
}
@media(max-width:767px){
    .create-form-outer {
        grid-template-columns: 1fr 1fr;
    }
    span.show-follow-ups {
        margin-top: 5px !important;
        width: 100% !important;
    }

    .header-cop .header-wrapper .logo-brand {
        width: 240px;
    }
    span.login-success-msg {
        font-size: 18px;
        line-height: 28px;
    }
    .header-buttons .custom-btn span{
       display: none;
    }
    .header-buttons .custom-btn {
        padding: 10px 17px 8px;
    }
    .header-buttons .custom-btn i {
        margin: 0;
    }
    .login-inner {
        padding: 30px 15px;
        border: solid 2px #5d5fef3d;
    }
    h2 {
        font-size: 28px;
    }
    .login-head h2 {
        line-height: 38px;
        margin: 0 0 20px;
    }
    
    .crm_client_form_inner {
        grid-template-columns: 1fr 1fr;
    }
    .custom-btn {
        padding: 7px 15px 6px;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-bottom: .5em;
    }
    .report-filter-body .crm-report-filter {
        flex-wrap: wrap;
    }
    .report-filter-body .crm-report-filter .crm-report-filter-inner{
        flex-wrap: wrap;
        gap: 0px;
        width: 100%;
    }
    .report-filter-body .crm-report-filter .form-group.reset-report {
        position: absolute;
        right: 0;
    }
    .report-filter-body .crm-report-filter .crm-report-filter-inner > div {
        width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: initial;
        max-width: 100%;
    }
    .btn-space {
        padding: 10px 20px 8px !important;
    }
    .import-csv-result {
        display: block;
    }
    .import-csv-result p:not(:last-child) {
        border-bottom: solid 1px #ddd;
    }
}
@media(max-width:576px) {
    #crm_client_form .crm_client_form_inner, #crm_update_client_form .crm_client_form_inner{
        display: block;
    }
    .innerresgroup{
        max-width: 100% !important;
        flex-direction: column;
        gap: 0px;
    }
    .innerresgroup .form-group{
        width: 100% !important; 
    }

    .create-form-outer {
        grid-template-columns: 1fr;
    }
}
@media(max-width:480px){
    .signup-form-outer ,
    .profile-form-inner {
        grid-template-columns: 1fr;
    }
    .form-group.wr-50 {
        grid-column: unset;
    }
    .header-cop .header-wrapper .logo-brand {
        width: 180px;
        flex-direction: row-reverse;
    }
    .logo-brand a {
        font-size: 15px;
    }
    .header-buttons .custom-btn {
        padding: 3px 10px 4px;
    }
    .header-cop .header-wrapper .logo-brand .mobile-toggle span {
        width: 20px;
    }
    .header-cop .header-wrapper .logo-brand .mobile-toggle {
        padding: 9px;
        height: 36px;
    }
    .form-group.w-50 {
        grid-column: uset;
    }
    .crm-dashboard-outer .sidebar {
        top: 57px;
    }
    .form-group.wr-100 {
        grid-template-columns: 1fr;
    }

    /* === 17-01-24==== */
    .clientview-popup-inner .clientbox p {
        grid-template-columns: 1fr;
    }
    .clientview-popup-inner .clientbox p span.first{
        padding-bottom: 0px;
        border-right: 0px;
    }
    .followup-popup-inner span.close-followup-popup, span.close-clientview-popup{
        right: -10px;
    }
}

table.dataTable>thead>tr>th{
    border-bottom:  none !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, textarea.select2-search__field::placeholder, .form-control::placeholder,
.form-group input::placeholder, .form-group textarea::placeholder, select::placeholder {
    color: #3c3c3c !important;
}



.projectpop-data-outer {
    background: rgb(0 0 0 / 57%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: center;
}

.projectpop-data-outer .projectpop-data-inner {
    background: #fff;
    max-width: 720px;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.projectpop-data-outer .projectpop-data-inner .project-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.projectpop-data-outer .projectpop-data-inner .project-details p {
    margin: 0;
}
.projectpop-data-outer .projectpop-data-inner .close.custom-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-azul) !important;
    color: #fff !important;
    border: solid 2px #fff;
}



.all-projects-outer table {
  border: 1px #a39485 solid;
  font-size: .9em;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}

.all-projects-outer th {
  text-align: left;
}
  
.all-projects-outer thead {
  font-weight: bold;
  color: #fff;
  background: #138a73;
}
  
 .all-projects-outer td, .all-projects-outer th {
  padding: 15px !important;
  vertical-align: middle;
}
  
.all-projects-outer td {
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #fff;
}

.file-download img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.comment-box #addcomment {
    padding: 10px;
    height: 65px;
}

textarea#customer_message {
    min-height: 90px;
    padding: 8px;
}

.allprojects-pagination {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.allprojects-pagination a {
    padding: 5px 10px;
    background: #138a73;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.allprojects-pagination span.page-numbers.current {
    background: #c1c1c1;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
}
a.single_project_view {
    padding: 7px 10px;
    background: #138a73;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}