@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.eot");
  src: url("../fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/inter/Inter-Regular.woff2") format("woff2"),
    url("../fonts/inter/Inter-Regular.woff") format("woff"),
    url("../fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterBold';
  src: url('../fonts/inter/Inter-Bold.eot');
  src: url('../fonts/inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/inter/Inter-Bold.woff2') format('woff2'),
    url('../fonts/inter/Inter-Bold.woff') format('woff'),
    url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Inter";
}

.inter_bold {
  font-family: 'InterBold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
}

.font-48 {
  font-size: 48px;
}

.font-52 {
  font-size: 52px;
}

.font-60 {
  font-size: 60px;
}

.mb-6 {
  margin-bottom: 1.5rem !important
}

.mb-7 {
  margin-bottom: 1.75rem !important
}

.mb-8 {
  margin-bottom: 2rem !important
}

.mb-9 {
  margin-bottom: 2.25rem !important
}

.mb-10 {
  margin-bottom: 2.5rem !important
}

.text-black {
  color: #000 !important;
}

.text-color-1 {
  color: #181c32;
}

.text-color-2 {
  color: #5aa297;
}

.text-color-3 {
  color: #808080;
}

.text-color-4 {
  color: #404040;
}

.text-color-5 {
  color: #0c4b2e;
}

.text-color-6 {
  color: #1daf6b;
}

.text-color-7 {
  color: #bfbfbf;
}

.text-color-8 {
  color: #3ABEFF;
}

.text-color-9 {
  color: #ffc107;
}

.body_bg_1 {
  background-color: #f4f6fa;
}

.bg-color-1 {
  background-color: #0c4b2e;
}

.bg-color-2 {
  background-color: #e6e6e6;
}

.bg-color-3 {
  background-color: #3abeff;
}

.bg-color-4 {
  background-color: #ff9f1c;
}

.bg-color-5 {
  background-color: #1daf6b;
}

.bg-color-6 {
  background-color: #ff101f;
}

.bg-color-7 {
  background-color: #a2d729;
}

.bg-color-8 {
  background-color: #404040;
}

.bg-color-9 {
  background-color: #808080;
}

.input_bg_1 {
  background-color: #f4f6fa !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.form-check-input:checked {
  background-color: #1DAF6B;
  border-color: #1DAF6B;
}

.form-check-input:focus {
  border-color: #1DAF6B;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(29, 175, 107, .25);
}

.dropdown-menu {
  border: 1px solid #F4F6FA33;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
  padding: 16px;
}

.xl-modal-width {
  max-width: 1200px;
  width: 100%
}

.lg-modal-width {
  max-width: 900px;
  width: 100%
}

.md-modal-width {
  max-width: 696px;
  width: 100%
}

.br-5 {
  border-radius: 5px;
}

.br-6 {
  border-radius: 6px;
}

.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

.br-left-top-0 {
  border-top-left-radius: 0;
}

.br-left-bottom-0 {
  border-bottom-left-radius: 0;
}

.br-tl-10 {
  border-top-left-radius: 10px !important;
}

.br-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.br-tr-10 {
  border-top-right-radius: 10px !important;
}

.br-br-10 {
  border-bottom-right-radius: 10px !important;
}

.br-tr-20 {
  border-top-right-radius: 20px !important;
}

.br-tl-20 {
  border-top-left-radius: 20px !important;
}

.m-w-230 {
  min-width: 230px !important;
}

.common_modal {
  border: 1px solid #bfbfbf;
}

.divider_line {
  border-right: 2px solid #1daf6b;
  height: 100%;
}

.px-64 {
  padding: 0 64px 0 80px;
}

.px-40 {
  padding: 0 30px 0 80px;
}

.p-2-5px {
  padding: 20px;
}

.ps-70 {
  padding-left: 70px !important;
}

.w-16 {
  width: 16px;
}

.w-18 {
  width: 18px;
}

.w-20 {
  width: 20px;
}

.w-22 {
  width: 22px;
}

.w-24 {
  width: 24px;
}

.w-25 {
  width: 25px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-36 {
  width: 36px;
}

.w-38 {
  width: 38px;
}

.w-40 {
  width: 40px;
}

.w-50px {
  width: 50px;
}

.w-60 {
  width: 60px;
}

.w-90 {
  width: 90px;
}

.h-16 {
  height: 16px;
}

.h-20 {
  height: 20px;
}

.h-44 {
  height: 44px;
}

.h-48 {
  height: 48px;
}

textarea.form-control:focus {
  background-color: #f4f6fa !important;
}

.mt_2px {
  margin-top: 2px;
}

span.required {
  color: #FF101F;
}

.common_table .table td {
  font-size: 12px;
  color: #404040;
  vertical-align: middle;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #5AA297;
}

.common_table .row {
  margin: 16px 0 0;
}

.common_table .table th:has(.form-check-input) {
  padding: 10px;
}

.table_action .dropdown-menu {
  border: 1px solid #F4F6FA33;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.table_action .dropdown-toggle::after {
  display: none;
}

.gray_btn {
  height: 42px;
  line-height: 30px !important;
  padding: 6px 20px;
  font-size: 12px;
  box-shadow: unset !important;
  border-radius: 10px !important;
  background-color: #f4f6fa;
  border: 1px solid transparent !important;
}

.search_w_400 {
  max-width: 400px;
  width: 100%;
}

.box_shadow_0 {
  box-shadow: unset !important;
}

.box_shadow_0:focus {
  outline: unset !important;
}

.cursor_pointer {
  cursor: pointer;
}

.break_line_solid {
  border-bottom: 1px solid #bfbfbf;
}

.break_line_dashed {
  border-bottom: 1px dashed #bfbfbf;
}

.break_right_dashed_line {
  border-right: 1px dashed #bfbfbf;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-backdrop {
  background-color: #F4F6FA;
}

.cancel_dark {
  background-color: #000000;
}

.cancel_dark:hover {
  background-color: #ff101f !important;
  color: #fff !important;
}

.dark_theme_btn {
  background-color: #000000;
}

.dark_theme_btn:hover {
  background-color: #616161;
}

.create_green {
  background-color: #1daf6b;
}

.create_green:hover {
  background-color: #30865e;
}

button.btn:focus {
  outline: unset;
  box-shadow: unset;
}

select.body_bg_1:focus,
input.body_bg_1:focus {
  background-color: #f4f6fa;
}

.border_gray_bottom_1 {
  border-bottom: 1px solid #BFBFBF;
}

.link-offset-1 {
  text-underline-offset: 0.125em;
}

.link-offset-2 {
  text-underline-offset: 0.25em;
}

.link-offset-3 {
  text-underline-offset: 0.375em;
}

.common-dropdown-menu {
  border: 1px solid #F4F6FA33;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.common-dropdown-menu.dropdown-menu a {
  padding: 8px 20px;
  font-size: 12px;
  color: #808080;
}

.no_top_border_table.common_table .table th {
  border-top: unset;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
  right: unset;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  padding-left: 10px;
}

/* HEADER CSS START */

.temp-menu-design li a {
  text-decoration: none;
  font-weight: 500;
}

.temp-menu-design li a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #0C4B2E;
}

.main_head {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.main_head::after {
  content: '';
  position: absolute;
  left: 45px;
  top: 22px;
  width: 44px;
  height: 68px;
  background: #0c4b2e;
  /****** DO NOT REMOVE THIS COMMENT *****/
  /* clip-path: path("M0,16 L53,30 Q2,30 7,69 Z"); */
  /* clip-path: path("M0,16 L39,30 Q2,30 7,66 Z"); */
  /* clip-path: path("M6,30 L53,31 Q3,31 6,84 Z"); */
  clip-path: path("M6,30 L53,30 Q3,30 7,69 Z");
}

.main_head.hide-after::after {
  display: none;
}

.main_head .nav-link {
  color: #fff !important;
}

.h_cust_padd {
  padding: 0 40px 0 18px
}

/* LEFT SIDE ICON MENU CSS START */

.left_side_icon_menu {
  width: 52px;
  background-color: #0C4B2E;
  position: fixed;
  left: 0;
  top: 50px;
  height: 100vh;
  z-index: 9999;
}

.submenu_tab_header {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 99;
}

.main_wrapper_main {
  height: 100%;
}

.submenu_tab_header {
  margin-top: 50px;
}

.dashboard_filter_main .container-fluid {
  padding: 0 40px 0 90px;
}

.dashboard_filter_main .container-fluid.px-40 {
  padding: 0 30px 0 80px;
}

/* LEFT SIDE ICON MENU CSS END */

.temp-menu-design li::marker {
  list-style-type: none;
}

ul.temp-menu-design li::marker {
  display: none;
}

ul.temp-menu-design li {
  list-style-type: none;
}

.modal {
  z-index: 99999;
}

/* HEADER CSS END */

/* ******************************** Dashboard CSS start *************************************** */

.bar {
  width: 20px;
  height: 2px;
  background-color: #1daf6b;
  border-radius: 2px;
}

.view_all_link:hover,
.view_all_link:focus,
.view_all_link:active {
  color: #5aa297;
}

.view_all_link {
  text-underline-offset: 3px;
}

.menu_icon img {
  max-width: 23px;
}

.navbar-toggler:focus {
  outline: unset;
  box-shadow: unset;
}

.nav-tabs.menu_tab .nav-link {
  border-bottom: 2px solid transparent;
  border-width: 0 0 2px 0;
  background-color: transparent;
}

.menu_tab_content {
  min-height: 97.5px;
}

.nav-tabs.menu_tab .nav-link.active,
.nav-tabs.menu_tab .nav-link:hover {
  color: #000;
  border-bottom: 2px solid #1daf6b;
  border-width: 0 0 2px 0;
}

.inner_menu a p,
.inner_menu .dropdown p {
  width: 40px !important;
  height: 40px;
  text-align: center;
}

.inner_menu .dropdown-menu {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.inner_menu .dropdown-menu a {
  padding: 8px 20px;
  font-size: 12px;
  color: #808080;
}

.dashboard_card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}

.dashboard_card.client_dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}

.inner_menu img {
  max-width: 40px;
  max-height: 40px;
}

.status_won p {
  background-color: #1daf6b;
}

.status_lost p {
  background-color: #ff101f;
}

.dash_table {
  min-height: 250px;
}

.dash_table .table th {
  border-top: 1px solid #bfbfbf;
  border-bottom: unset;
}

.dash_table .table tr:first-child td {
  border-top: 1px solid #bfbfbf;
}

.dash_table .table tr td {
  border-bottom: 1px solid #bfbfbf;
}

.dash_search img {
  top: 14px;
  left: 25px;
}

.dash_search input {
  padding: 12px 16px 12px 52px !important;
}

.dash_calendar img {
  top: 12px;
  left: 22px;
}

.common_calender img {
  bottom: 12px;
  left: 15px;
}

.common_calender input {
  /* padding: 10px 10px 10px 62px !important; */
}

.dash_calendar i {
  top: 14px;
  right: 20px;
}

.common_calender i {
  bottom: 15px;
  right: 20px;
}

.dash_calendar input {
  padding-left: 62px !important;
  max-width: 250px;
}

.common_calender input {
  padding-left: 48px !important;
  width: 100%;
}

.dash_search input:focus-visible,
.dash_search input:focus,
.dash_calendar input:focus-visible {
  outline: unset !important;
  box-shadow: unset !important;
  border: transparent !important;
}

.completed_badge {
  background-color: #1daf6b;
  padding: 5px 10px;
}

.in_pro_badge {
  background-color: #ff9f1c;
  padding: 5px 10px;
}

.schedule_badge {
  background-color: #3abeff;
  padding: 5px 10px;
}

.reschedule_badge {
  background-color: #a2d729;
  padding: 5px 10px;
}

.incomplete_badge {
  background-color: #FF101F;
  padding: 5px 10px;
}

.relation_badge {
  background-color: #404040;
  padding: 5px 10px;
}


/* ********************************************************* Leads Module CSS Start *************************************************************************** */

.lead_radio.active label {
  color: #000 !important;
}

.lead_radio {
  background-color: transparent;
  border-radius: 30px;
  padding: 9px 14px;
}

.lead_radio.common_radio {
  border-radius: 30px !important;
}

.common_radio {
  background-color: transparent;
  padding: 9px 14px;
}

.lead_radio.active {
  background-color: #f4f6fa;
}

.common_radio.active {
  background-color: #f4f6fa;
  border-radius: 10px;
}

.common_radio.active label {
  /* color: #000 !important; */
}

.consultation_form {
  min-height: 350px;
}

.consultation_form .text-black {
  color: #000 !important;
}

.consultation_form .common_radio label.text-black {
  color: #BFBFBF !important;
}

.consultation_form .common_radio.active label.text-black {
  color: #000 !important;
}

.consultation_form input:focus {
  background-color: #f4f6fa;
}

.mobile_data {
  background-color: #f4f6fa;
  border-radius: 10px;
  padding-left: 10px;
  height: 44px;
}

.pre_note_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
.pre_note_select.lead-source-select i{
  top : 14px !important;
}

.pre_note_select i {
  top : 45px;
  right: 15px;
  z-index: 1;
}

.pre_note_select textarea:focus {
  background-color: #f4f6fa;
}

.mobile_select select {
  width: 38px;
  height: 24px;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid#E6E6E6;
  border-width: 0 1px 0 0;
  border-radius: 0;
  margin-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.mobile_select img {
  border-right: 1px solid #e6e6e6;
  height: 24px;
}

.mobile_data input {
  padding: 6px 12px 4px 5px;
}

.mobile_data input:focus {
  background-color: #f4f6fa;
}

.mobile_data input::placeholder {
  color: #404040;
}

/* Collpase left side css */

/* *********************************************************** LEFT SIDE USER DETAIL *******************************************************************************/

.left_user_detail {
  max-width: 330px;
  width: 100%;
  float: left;
  background-color: #fff;
  height: 90vh;
  /* left: -330px; */
  transition: 0.8s ease-in-out;
  /* top: 130px; */
  margin-right: 10px;
}

/* .left_scroll_done{
  margin-top: 110px;
} */

.right_user_detail {
  /* width: calc(100% - 350px); */
  /* float: right; */
  transition: 0.8s ease-in-out;
}

.right_user_detail_collapse.right_user_detail {
  width: calc(100% - 0px) !important;
}

.user_badge {
  min-width: 40px;
  height: 40px;
}

.user_card {
  padding: 12px;
}

.lead_status {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}

.user_fixed_bottom {
  left: 0px;
  bottom: 0;
  width: 100%;
  max-width: 330px;
  z-index: 9;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
}

.file_uploader_wrapper {
  height: 83%;
  max-height: 160px;
}

.upload_file {
  top: 50%;
  transform: translateY(-50%);
}

input[id="et_pb_contact_brand_file_request_0"] {
  display: none;
}

label[for="et_pb_contact_brand_file_request_0"] {
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  background-color: #f4f6fa;
  border-radius: 10px;
  font-size: 14px;
  color: #0c4b2e;
  border: 1px dashed #BFBFBF
}

.allowed_file {
  top: 50%;
}

.file_names {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #0c4b2e;
  left: 0;
  bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #f4f6fa;
  cursor: pointer;
  flex-direction: column;
}

.file_names p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 15px;
}

/******************************************************************** Lead List css start *************************************************************/

.country_icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.lead_table {
  height: 505px;
}

.lead_table .table th {
  border-top: 1px solid #bfbfbf;
  border-bottom: unset;
}

.lead_table .table tr:first-child td {
  border-top: 1px solid #bfbfbf;
}

.lead_table .table tr td {
  border-bottom: 1px solid #bfbfbf;
}

.lead_table .form-check-input:checked {
  background-color: #1daf6b;
  border-color: #1daf6b;
}

.common_table .table th {
  border-top: 1px solid #bfbfbf;
  border-bottom: unset;
}

.common_table .table tr:first-child td {
  border-top: 1px solid #bfbfbf !important;
}

.common_table .table tr td {
  border-bottom: 1px solid #bfbfbf;
}

.common_table .form-check-input:checked {
  background-color: #1daf6b;
  border-color: #1daf6b;
}

.common_table th:hover {
  outline: unset !important;
}

.lead_calendar img {
  top: 12px;
  left: 15px;
  /* width: 20px; */
}

.lead_calendar i {
  top: 14px;
  right: 15px;
}

.lead_calendar input:focus,
.lead_search input:focus {
  border: unset;
}

.lead_calendar input {
  padding-left: 48px !important;
  min-width: 140px;
  border: 1px solid #e6e6e6;
  background-color: #f4f6fa !important;
  font-size: 16px;
  max-width: 230px;
}

.all_lead_cal.lead_calendar input {
  width: 172px;
}

.lead_filter button {
  border: 1px solid #e6e6e6;
  background-color: #f4f6fa;
  font-size: 16px;
}

.delete_filter img {
  width: 17px;
  height: 17px;
}

.lead_search input {
  border: unset !important;
  background-color: #f4f6fa;
  font-size: 16px;
}

.lead_search img {
  top: 15px;
  left: 25px;
}

.lead_search.h-48 img {
  top: 15px;
  left: 25px;
}

.lead_search input {
  padding-left: 52px !important;
}

.lead_search input:focus-visible,
.lead_search input:focus,
.lead_calendar input:focus-visible {
  outline: unset !important;
  box-shadow: unset !important;
}

.lead_check {
  width: 18px;
  height: 18px;
  border: 2px solid #1daf6b;
}

.common_radio .form-check-input:checked {
  background-color: #1daf6b;
  border-color: #1daf6b;
}

.lead_radio .form-check-input:focus {
  border-color: #1daf6b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 175, 107, 0.2);
}

.leads_filter_menu {
  width: 700px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 4px 0px #0000001f;
  z-index: 9;
  /* top: 50% !important; */
  top: 330px;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #fff;
}

.lead_filter_header {
  border-bottom: 1px solid #bfbfbf;
}

.lead_filter_header img {
  width: 20px;
  height: 20px;
}

.lead_filter_header button:focus,
.lead_filter_header button:hover {
  outline: unset;
  box-shadow: unset;
}

.leads_filter_menu {
  display: none;
}

.leads_filter_menu.show {
  display: block;
}

/*************************************************************** Pagination CSS ******************************************************/

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #fff !important;
}

.common_table .dt-paging-button.current {
  background-color: #1daf6b !important;
  border-radius: 15px !important;
  color: #fff !important;
  border: unset !important;
}

.common_table .dt-paging-button {
  width: 40px;
  height: 40px;
  border: unset !important;
  border-radius: 15px !important;
}

.common_table div.dt-container .dt-paging .dt-paging-button:hover,
.common_table div.dt-container .dt-paging .dt-paging-button:active,
.common_table div.dt-container .dt-paging .dt-paging-button:focus,
.common_table div.dt-container .dt-paging .dt-paging-button:focus-visible {
  /* background: transparent !important;
  outline: unset !important;
  box-shadow: unset !important; */
  border-radius: 15px !important;
  color: #fff !important;
  border: unset !important;
  background: #1daf6b !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.common_table div.dt-container .dt-paging .dt-paging-button button:hover,
.common_table div.dt-container .dt-paging .dt-paging-button button:active,
.common_table div.dt-container .dt-paging .dt-paging-button button:focus,
.common_table div.dt-container .dt-paging .dt-paging-button button:focus-visible {
  outline: unset !important;
  box-shadow: unset !important;
}

.common_table .dt-paging-button button {
  background-color: transparent !important;
  border-radius: 15px !important;
  color: #BFBFBF !important;

}

.common_table div.dt-container .dt-paging .dt-paging-button button.current,
.common_table div.dt-container .dt-paging .dt-paging-button button.current:hover {
  color: #fff !important;
  background-color: #1daf6b !important;
}

.common_table div.dt-container .dt-paging .dt-paging-button button {
  color: #BFBFBF !important;
  font-size: 14px;
}

.common_table div.dt-container .dt-paging .dt-paging-button {
  padding: 0;
  margin-left: 5px;
}

.common_table .dt-search,
.common_table .dt-length {
  display: none;
}

.common_table .dt-paging-button.first,
.common_table .dt-paging-button.last {
  display: none !important;
}

.common_table div.dt-container .dt-paging {
  padding-bottom: 0;
}

.common_table div.dt-container .dt-paging .dt-paging-button button:hover {
  background: unset !important;
  background-color: #F4F6FA !important;
  color: #BFBFBF !important;
  border: unset !important;
  border: unset !important;
}

.common_table div.dt-container .dt-paging .dt-paging-button.active button {
  color: #fff !important;
}

.common_table div.dt-container .dt-paging .dt-paging-button.active button:hover {
  color: #fff !important;
  background-color: #1daf6b !important;
  border-radius: 15px !important;
  width: 40px;
  height: 40px;
  border: unset !important;
}

.common_table .dt-paging-button.current:hover {
  background-color: #1daf6b !important;
  color: #fff !important;
  border: unset !important;
}

.common_table .dt-paging .dt-paging-button button {
  width: 40px;
  height: 40px;
}

.common_table .dt-info {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-left: 0px !important;
}

.common_table .dt-paging-button.disabled.previous i,
.common_table .dt-paging-button.disabled.next i {
  color: #BFBFBF !important;
}

.common_table .dt-paging-button.previous i,
.common_table .dt-paging-button.next i {
  color: #1DAF6B !important;
}

.common_table .dt-paging-button.previous:hover i,
.common_table .dt-paging-button.next:hover i,
.common_table .dt-paging-button.previous:active i,
.common_table .dt-paging-button.next:active i,
.common_table .dt-paging-button.previous:focus i,
.common_table .dt-paging-button.next:focus i,
.common_table .dt-paging-button.previous:focus-visible i,
.common_table .dt-paging-button.next:focus-visible i {
  color: #fff !important;
}

.common_table table.dataTable>thead .dt-column-order {
  display: unset !important;
}

.lead_pagination .page-link:hover {
  background-color: #f4f6fa;
  border-radius: 15px !important;
  color: #bfbfbf;
  border: unset !important;
}

.lead_pagination .page-link {
  padding: 3px 11px !important;
  border: unset;
  font-size: 14px;
  color: #bfbfbf;
}

.lead_pagination .page-link:hover {
  background-color: #f4f6fa;
}

.lead_pagination .page-item.active .page-link {
  background-color: #1daf6b;
  border-radius: 15px !important;
  color: #fff;
}

.lead_pagination .page-item.disabled a i {
  color: #bfbfbf;
}

.lead_pagination .page-item {
  padding: 0 2px;
}

.lead_pagination .page-item a i {
  color: #1daf6b;
}

.lead_pagination .page-item a:focus {
  background-color: transparent;
  color: #bfbfbf;
}

/* ***************************************************************** Profile Overview  ********************************************************* */


/* CUSTOM SCROLL CSS */

::-webkit-scrollbar-track {
  background-color: #f4f6fa;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #157D4D;
  border-radius: 45px;
}

/* CUSTOM SCROLL CSS */

.nav-tabs.profile_tab .nav-link {
  border-bottom: 2px solid transparent;
  border-width: 0 0 2px 0;
  background-color: transparent;
}

.profile_tab_content {
  min-height: 97.5px;
}

.nav-tabs.profile_tab .nav-link.active,
.nav-tabs.profile_tab .nav-link:hover {
  color: #000;
  border-bottom: 2px solid #1daf6b;
  border-width: 0 0 2px 0;
  font-weight: 600 !important;
  color: #1daf6b;
}

.gsm_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.gsm_select i {
  right: 12px;
  top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #1DAF6B transparent transparent transparent !important;
  border-width: 7px 5px 0 5px !important;
}


.progress {
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  padding: 0;
  overflow: visible;
  /* Important */
}

.progress-bar {
  height: 100%;
  border-radius: 3px;
  transition: width 0.4s ease-in-out;
  background-color: #28a745;
}

.collpase_open_click {
  z-index: 9;
  height: 100%;
}

.collpase_open_click p {
  z-index: 9;
  box-shadow: 2px 0px 44px -8px rgba(0, 0, 0, 0.4);
  padding: 5px 11px;
  border-radius: 50%;
  border: 1px solid #1daf6b;
  background-color: #d1d1d1;
  top: -20px;
  left: -20px;
  width: 36px;
}

.common_radio .form-check-input:checked {
  background-color: #1daf6b;
  border-color: #1daf6b;
}

.common_radio .form-check-input:focus {
  border-color: #1daf6b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 175, 107, 0.2);
}


/* ************ Consulatation Note Scroll css *********************** */

.slide_list_data {
  width: 94%;
  margin: 0;
  scrollbar-width: none;
}

.slide_list_data1 {
  width: 94%;
  margin: 0;
  scrollbar-width: none;
}

.slideinner button {
  padding: 5px !important;
  position: relative;
  margin-bottom: 0 !important;
  padding: 14px 20px !important;
  display: inline-block;
}

.slideinner button.active {
  background-color: #fff !important;
  border-radius: 10px 10px 0 0;
  color: #1DAF6B !important;
  padding: 14px 20px !important;
}

.step_progress {
  border-top-right-radius: 20px;
}

.slideinner P {
  padding: 5px;
  position: relative;
  margin-bottom: 0;
  padding: 14px 10px;
  display: inline-block;
}

.slideinner p.active {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  color: #1DAF6B;
  padding: 14px 20px;
}

.cons_slide {
  margin: auto;
  position: relative;
  width: 100%;
}

.slide_wrapper {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.preSlide {
  left: 5px;
  position: absolute;
  top: 2px;
  font-size: 27px;
  color: #0080cd;
  z-index: 99;
}

.preSlide1 {
  left: 5px;
  position: absolute;
  top: 2px;
  font-size: 27px;
  color: #0080cd;
  z-index: 99;
}

.preSlide1 img {
  transform: rotate(180deg);
}

.preSlide img {
  transform: rotate(180deg);
}

.nextSlide {
  right: 0px;
  position: absolute;
  top: 2px;
  font-size: 27px;
  color: #0080cd;
}

.nextSlide1 {
  right: 0px;
  position: absolute;
  top: 2px;
  font-size: 27px;
  color: #0080cd;
}

.slide_wrapper::-webkit-scrollbar {
  display: none;
}

/* ************ Consulatation Note Scroll css *********************** */

/* **************** Client Detail Page CSS ************************* */

.contact_person_tab p {
  padding: 12px 24px;
}

#more_modal .modal-content {
  border-radius: 20px;
}

#more_modal .modal-dialog {
  max-width: 576px;
}

/* **************** Process Automation Page CSS ************************* */

.consult_head {
  padding: 10px 14px;
  border-radius: 10px 10px 0 0;
}

.consult_head img {
  top: 14px;
  left: 20px;
}

.category_radio.active label {
  color: #1daf6b;
}

.category_radio .form-check-input:checked {
  background-color: #1daf6b;
  border-color: #1daf6b;
}

.category_radio .form-check-input:focus {
  border-color: #1daf6b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(29, 175, 107, 0.2);
}

.consult_body {
  padding: 20px 24px;
  border: 2px dashed #e6e6e6;
  border-width: 0 2px 2px 2px;
}

.add_new_consult_btn button {
  background-color: #0c4b2e;
}

.add_new_consult_btn button:focus,
.add_new_consult_btn button:hover {
  background-color: #065731;
}

.add_new_consult_btn button {
  background-color: #0c4b2e;
  width: 100%;
  height: 44px;
}

.add_new_consult_btn img {
  top: 15px;
  left: 20px;
}

.lead_detail_process {
  max-height: 400px;
  overflow-y: auto;
  height: 400px;
}

/* ************************** HR DASHBOARD PAGE CSS ****************************** */

.leave_btn {
  height: 20px;
}

.leave_btn::after {
  display: none;
}

.inner_dropdown .fa-caret-down {
  bottom: 4px;
  right: 0px;
}

.hr_dashboard .dashboard_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}

.status_light_green p {
  background-color: #a2d729;
}

.status_orange p {
  background-color: #ff9f1c;
}

.hr_card_p p {
  padding-left: 12px;
  padding-right: 12px;
}

.hr_in_pro_badge {
  background-color: #ff9f1c;
  padding: 5px 10px;
}

.hr_completed_badge {
  background-color: #a2d729;
  padding: 5px 10px;
}

.task_btn {
  width: 18px;
  height: 24px;
  border-radius: 4px;
  padding: 0;
}

.task_btn i {
  bottom: 4px;
  left: 4px;
}

#leave_request_wrapper .row:first-child,
#leave_request_wrapper .row:nth-last-child(2) {
  display: none;
}

#leave_request_wrapper .table> :not(:last-child)> :last-child>* {
  border-bottom: 1px solid #bfbfbf;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: unset !important;
  outline-offset: -2px;
}

#leave_request_wrapper table.dataTable thead>tr>th.dt-orderable-asc:hover,
#leave_request_wrapper table.dataTable thead>tr>th.dt-orderable-desc:hover,
#leave_request_wrapper table.dataTable thead>tr>td.dt-orderable-asc:hover,
#leave_request_wrapper table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: none;
}

#leave_request_wrapper table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
#leave_request_wrapper table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
#leave_request_wrapper table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
#leave_request_wrapper table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
#leave_request_wrapper table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
#leave_request_wrapper table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
#leave_request_wrapper table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
#leave_request_wrapper table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after {
  width: 8px;
  height: 5px;
  color: #0c4b2e;
  margin-bottom: 6px;
}

#leave_request_wrapper span.dt-column-order:focus-visible {
  border: unset;
  outline: unset;
}

.pl_badge {
  background-color: #1daf6b;
  padding: 5px 10px;
}

.cl_badge {
  background-color: #ff9f1c;
  padding: 5px 10px;
}

.sl_badge {
  background-color: #3abeff;
  padding: 5px 10px;
}

.approved_btn {
  background-color: #a2d729;
  padding: 4px 8px;
}

.rejected_btn {
  background-color: #ff101f;
  padding: 4px 8px;
}

.rejected_black_btn {
  background-color: #404040;
  padding: 4px 8px;
}

.pending_btn {
  background-color: #ff9f1c;
  padding: 4px 8px;
}

.leave_tab_btn button::after {
  display: none;
}

.leave_tab_btn button i {
  bottom: 7px;
  right: 9px;
}

.add_holiday_btn {
  text-underline-offset: 3px;
}

.add_holiday_btn:hover,
.add_holiday_btn:focus {
  color: #1daf6b;
}

/* *************************** EMPLOYEE DIRECTORY **************************** */

.emp_directory_data img {
  width: 32px;
  height: 32px;
}

.add_emp_btn button {
  padding: 12px 16px !important;
}

.add_emp_btn button.h-44 {
  padding: 10px 16px !important;
}

.dash_filter button {
  padding: 12px 16px !important;
}

.employee_table.lead_table .table th {
  border-top: unset !important;
}

#employee_table_wrapper .row:first-child {
  display: none;
}

#employee_table_wrapper .pagination li:first-child,
#employee_table_wrapper .pagination li:last-child {
  display: none;
}

#employee_table_wrapper .page-item.disabled .page-link {
  border: unset;
}

#employee_table_wrapper .page-item .page-link {
  padding: 2px 10px;
}

#employee_table_wrapper .page-item.active .page-link {
  background-color: #1daf6b;
  border-color: #1daf6b;
  border-radius: 10px !important;
  color: #fff;
  outline: unset;
}

#employee_table_wrapper .page-item .page-link {
  border-radius: 10px !important;
  border: unset;
  color: #bfbfbf;
  margin: 0 3px;
}

#employee_table_wrapper .page-item .page-link.previous,
#employee_table_wrapper .page-item .page-link.next {
  color: #1daf6b;
}

#employee_table_wrapper .page-item .page-link:focus {
  outline: unset;
  box-shadow: unset;
}

#employee_table_wrapper .table> :not(:last-child)> :last-child>* {
  border-bottom: 1px solid #bfbfbf;
}

#employee_table_wrapper table.dataTable thead>tr>th.dt-orderable-asc:hover,
#employee_table_wrapper table.dataTable thead>tr>th.dt-orderable-desc:hover,
#employee_table_wrapper table.dataTable thead>tr>td.dt-orderable-asc:hover,
#employee_table_wrapper table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: none;
}

#employee_table_wrapper table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
#employee_table_wrapper table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
#employee_table_wrapper table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
#employee_table_wrapper table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
#employee_table_wrapper table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
#employee_table_wrapper table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
#employee_table_wrapper table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
#employee_table_wrapper table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after {
  width: 7px;
  height: 3px;
  color: #0c4b2e;
  margin-bottom: 7px;
}

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

.client_badge {
  background-color: #404040;
  padding: 5px 10px;
}

.operation_badge {
  background-color: #ff9f1c;
  padding: 5px 10px;
}

.marketing_badge {
  background-color: #a2d729;
  padding: 5px 10px;
}

.marketing_badge {
  background-color: #a2d729;
  padding: 5px 10px;
}

.hr_admin_badge {
  background-color: #3abeff;
  padding: 5px 10px;
}

.finance_badge {
  background-color: #1daf6b;
  padding: 5px 10px;
}

.lead_table #employee_table_wrapper th {
  border-top: unset;
}

.lead_table #employee_table_wrapper tr:last-child td {
  border-bottom: unset !important;
}

.double-next-group a {
  font-weight: bold;
  color: #28a745;
  cursor: pointer;
}

.form-control:focus {
  outline: unset;
  box-shadow: unset;
}

/* SELECT 2 CSS */

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: unset !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus,
span.select2-selection.select2-selection--single:focus-visible,
span.selection:focus-visible {
  border: none !important;
  outline: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  outline: unset !important;
}

.select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 10px !important;
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 44px;
  line-height: 30px !important;
  padding: 6px 15px;
  font-size: 12px;
  box-shadow: unset !important;
  border-radius: 10px !important;
  background-color: #f4f6fa;
  border: 1px solid transparent !important;
}

.pre_note_select .select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid #aaa !important;
  border-radius: 10px 10px 0 0 !important;
}

.pre_note_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.pre_note_select .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.client_btn {
  padding: 7px 14px 8px;
}

.online_green_dot {
  right: -10px;
  top: -12px;
  border: 5px solid #fff;
  border-radius: 45px;
  color: #1DAF6B;
}

/* LEADS MODULE SELECT2 CSS START */

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: unset !important;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 4px 0px #0000001f;
  padding: 16px 8px;
  border-radius: 10px;
  z-index: 999;
}

span.select2-dropdown.select2-dropdown--below {
  top: 15px;
}

span.select2-dropdown.select2-dropdown--above {
  top: -15px;
}

span.select2-dropdown.select2-dropdown--below ul,
span.select2-dropdown.select2-dropdown--above ul {
  padding: 0 8px;
}

li.select2-results__option {
  padding: 10px !important;
}

.select2-results__options {
  font-size: 12px;
  color: #808080;
  border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4f6fa !important;
  color: #808080 !important;
  padding: 10px !important;
  border-radius: 10px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f4f6fa !important;
  color: #808080 !important;
  padding: 10px !important;
  border-radius: 10px;
}

.pre_note_select .select2-container--default.select2-container--open .select2-selection--single {
  border: 0 !important;
}

.select2-container ::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #fff;
}

.select2-container ::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.select2-container ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border: 2px solid #e6e6e6;
  border-radius: 30px;
}


.leads_module .select2-search__field,
.profile_overview .select2-search {
  display: none;
}

.new_lead {
  min-width: 100px;
}

.select2-search__field:focus-visible {
  border: unset;
  outline: unset;
}

.select2-search__field {
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px 10px !important;
}

.new_lead span#select2-new_lead-container {
  min-width: 120px;
  border-radius: 5px !important;
  font-size: 12px;
  font-weight: 700;
  color: #404040;
}

.new_lead .select2-container {
  height: 30px;
}

.new_lead .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
  top: 1px !important;
}

.new_lead .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 16px !important;
  height: 30px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 25px !important;
}

.country_img_select>span {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* LEADS MODULE SELECT2 CSS END */

.assigned_btn {
  margin-bottom: 16px;
}

.assigned_btn .dropdown-toggle::after {
  display: none;
}

.assigned_btn a {
  padding: 12px 20px;
}

.assigned_btn a:hover {
  color: #404040;
}

.assigned_btn button:focus {
  outline: unset;
  box-shadow: unset;
}

.assigned_btn .dropdown-menu {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.assigned_btn .dropdown-menu .dropdown-item:hover {
  background-color: #F4F6FA;
  color: #808080;
}

.overview_header {
  border-bottom: 1px solid #BFBFBF;
}

.follow_up_calendar img {
  top: 41px;
  left: 15px;
  width: 24px;
}

.follow_up_calendar i {
  top: 44px;
  right: 16px;
}

.follow_up_calendar input:focus,
.lead_search input:focus {
  border: unset !important;
}

.follow_up_calendar input {
  padding-left: 52px !important;
  min-width: 140px;
  border: 1px solid #e6e6e6;
  background-color: #f4f6fa !important;
 }

.history_chat_btn a {
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
}

.history_chat_btn a:hover {
  color: #fff;
}

.history_round_img img {
  width: 50px;
  height: 50px;
  z-index: 9;
}

.follow_up_detail .history_round_img {
  width: 60px;
  vertical-align: top;
  ;
}

.follow_up_detail .follow_up_text {
  max-width: calc(100% - 70px);
  width: 100%;
}

.detailed_text p {
  min-height: 68px;
}

.history_round_img span {
  border-left: 1px solid red;
}

.follow_up_detail::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 10px;
  left: 24px;
  background: repeating-linear-gradient(to bottom,
      #BFBFBF,
      /* Dash color */
      #BFBFBF 8px,
      /* Dash height */
      transparent 8px,
      /* Gap */
      transparent 15px
      /* Space between dashes */
    );
}

.history_wrapper .follow_up_detail:last-child::before {
  display: none;
}

.consultaion_data a:hover {
  color: #1DAF6B;
}

.consultaion_data a {
  text-underline-offset: 3px;
}

.consult_tab {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.slide_list_data .nav-link:focus,
.slide_list_data .nav-link:hover {
  color: #1DAF6B;
}

.slide_list_data1 .nav-link:focus,
.slide_list_data1 .nav-link:hover {
  color: #1DAF6B;
}

.add_btn .btn {
  padding: 9px 16px;
}

.status_badge {
  padding: 6px 10px;
}

.status_uploded {
  background-color: #A2D729;
}

.status_pending {
  background-color: #FF9F1C;
}

.status_unpaid {
  background-color: #FF101F;
}

.status_uncoming {
  background-color: #3ABEFF;
}

.status_na {
  background-color: #404040;
}

.status_paynow {
  background-color: #1DAF6B;
}

.view_btn {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.view_btn:hover {
  color: #404040;
}

.documents_action_btn .dropdown-toggle::after {
  display: none;
}

.documents_action_btn .dropdown-menu {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.documents_action_btn a {
  padding: 12px 20px;
}

.consult_tab.document_tab {
  border-top-right-radius: 20px;
}

.documents_action_btn .dropdown-menu {
  left: auto !important;
  right: 0% !important;
  transform: translate(-25%, 0%) !important;
}

.documents_card .id_card {
  width: 350px;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #64bfdd5c;
  color: #000;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.documents_card .profile_pic {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.documents_card .profile_pic img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.documents_card .details {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.documents_card .card_detail {
  min-height: 165px;
}

.documents_card .card_head_blue {
  height: 50px;
  background-color: #0d3b4a;
}

.file_upload_area {
  width: 100%;
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
}

.file_upload_area:hover {
  border-color: #28a745;
}

.file_upload_area input {
  display: none;
}

.file_upload_area .icon {
  font-size: 24px;
  color: #6c757d;
}

.file_upload_area p {
  margin-top: 10px;
  color: #6c757d;
}

#add_new_doc_modal .lead_submit .cancel_dark:hover {
  color: #fff !important;
}

.automation_preview_btn {
  right: 20px;
  bottom: 20px;
}

.chat_list li {
  padding: 15px 20px;
  list-style-type: none;
}

.chat_list li:hover {
  background-color: #E6E6E6;
}

.new_thred_btn button {
  background-color: #1DAF6B;
  border-radius: 12px;
  width: 100%;
}

/* CHAT WRAPPER CSS */

.message_received .text:after {
  content: "";
  position: absolute;
  border: 18px solid transparent;
  border-top: 18px solid #F4F6FA;
  border-left: none;
  bottom: -35px;
  left: 25px;
}

.message_sent .text:after {
  content: "";
  position: absolute;
  border: 18px solid transparent;
  border-top: 18px solid #1DAF6B;
  border-right: none;
  bottom: -35px;
  right: 25px;
}

.chat-box {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.chat-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.message_received {
  display: flex;
  margin-bottom: 8px;
  margin-top: 10px;
}

.message_received:first-child {
  margin-top: 0 !important;
}

.message_received .text {
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.message_received .text {
  background-color: #F4F6FA;
  color: black;
}

.message_wrapper {
  max-width: 50%;
}

.message_sent .text {
  background-color: #1DAF6B;
  color: white;
  border-top-right-radius: 0;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}

.message_sent:first-child {
  margin-bottom: 0 !important;
}

.timestamp {
  font-size: 12px;
  color: #404040;
  margin-bottom: 3px;
}

.message-input {
  display: flex;
  align-items: center;
  padding: 10px 0 0;
  background: white;
}

.message-input input {
  flex: 1;
  border: none;
  padding: 10px;
  border-radius: 20px;
  outline: none;
  background: #f1f1f1;
}

.message-input button {
  border-radius: 12px;
}

.message-input input {
  background-color: #f4f6fa;
  border-radius: 10px;
}

.message-input .send_btn {
  padding: 9px 32px;
  background-color: #1DAF6B;
  color: white;
}

.chat_delivered {
  color: #0080cd;
  font-size: 12px;
}

.chat_read {
  color: #1DAF6B;
  font-size: 12px;
}

.chat-container {
  min-height: 350px;
}

.chat_left_menu_wrapper {
  min-height: 400px;
}

.new_thred_btn {
  bottom: 15px;
  width: 90%;
  left: 5%;
  right: 5%;
}

.chat-box {
  max-height: 600px;
  height: 100%;
  overflow-y: auto;
}

.employee_profile_detail .emp_img {
  width: 160px;
}

.team_member p:last-child {
  width: 32px;
  height: 32px;
}

.emp_team_member img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #fff;
  ;
}

.profile_inner_detial p {
  min-width: 200px;
}

.status_emp_cl p {
  background-color: #5AA297;
  padding: 10px;
}

.status_emp_sl p {
  background-color: #A2D729;
  padding: 10px;
}

.emp_back_btn button {
  padding: 16px 20px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}

.emp_profile_step a.active {
  background-color: #1DAF6B;
  border: unset !important;
  color: #fff;
}

.emp_profile_step button {
  background-color: #fff;
  color: #BFBFBF;
  border: 1px solid #E6E6E6;
  padding: 15px;
}

.emp_profile_step button.active {
  background-color: #1DAF6B;
  border: unset !important;
  color: #fff;
}

.emp_profile_step a {
  background-color: #fff;
  color: #BFBFBF;
  border: 1px solid #E6E6E6;
  padding: 15px;
}

.export_btn button {
  /* border: 1px solid #e6e6e6; */
  background-color: #f4f6fa;
  font-size: 16px;
}

.lead_filter .export_btn button {
  border: unset !important;
}

.leaves_action .dropdown-toggle::after {
  display: none;
}

.leaves_action button {
  background-color: #E6E6E6;
  border-radius: 10px;
}

.leaves_action .dropdown-menu {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.leaves_action a {
  padding: 8px 20px;
}

.leaves_datepicker input {
  background-color: #fff !important;
}

.status_total p {
  background-color: #5AA297;
}

.attendence_table th:first-child {
  min-width: 120px;
}

.attendence_table th {
  min-width: 85px;
}

.status_count {
  width: 58px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* .flatpickr-monthDropdown-month {
  background-color: #fff !important;
  color: #333;
  padding: 5px;
  border-radius: 6px;
  font-size: 14px;
} */

/* option.flatpickr-monthDropdown-month:hover {
  background-color: #1DAF6B !important;
} */

/* .flatpickr-input {
  height: 48px;
} */

.attendence_table .icon-black {
  color: #404040;
}

.attendence_table .icon-green {
  color: #1DAF6B;
}

.attendence_table .icon-orange {
  color: #FF9F1C;
}

.attendence_table .icon-red {
  color: #FF101F;
}

.attendence_table .on-leave {
  color: #FF101F;
  font-weight: bold;
}

.lead_search input::placeholder {
  font-size: 14px
}

.user_head .caret-down {
  top: 15px;
  right: 10px;
}

.message_wrapper img {
  width: 25px;
  height: 12px;
}


/* ************* */

.select2-container--default .select2-selection--multiple {
  height: 42px;
  line-height: 30px !important;
  padding: 6px 15px;
  font-size: 12px;
  box-shadow: unset !important;
  border-radius: 10px !important;
  background-color: #f4f6fa;
  border: 1px solid transparent !important;
}

.select2-container--default .select2-selection--multiple {
  height: 42px;
  line-height: 30px !important;
  padding: 6px 15px;
  font-size: 12px;
  box-shadow: unset !important;
  border-radius: 10px !important;
  background-color: #f4f6fa !important;
  border: 1px solid transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 28px;
  font-weight: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 5px;
  margin-top: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  overflow-y: auto !important;
}

.select2-container--default .select2-selection--multiple {
  overflow-y: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  border: unset !important;
  border-radius: 6px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.custom_file_upload {
  cursor: pointer;
  background: #F4F6FA;
  transition: all 0.3s ease;
  padding: 10px 13px;
  border: 2px dashed #BFBFBF;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  height: 43px;
  max-width: 280px;
  color: #0C4B2E;
  width: 100%;
}

.custom_file_upload:hover {
  background: #e9ecef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.file_text {
  font-weight: 500;
  color: #0C4B2E;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom_file_upload i {
  transition: transform 0.3s ease;
  font-size: 40px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.custom_file_upload:hover i {
  transform: scale(1.1);
  color: #0d6efd;
}

.file_selected {
  border-color: #28a745;
  background: #e7f1ff;
}

.file_selected i {
  color: #28a745;
}

/* Hide the default input */
.file_upload {
  display: none;
}

.custom_progress .progress {
  width: 120px !important;
}


/* Additional Detail Multi select css*/

.pre_note_select .select2-selection__choice {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-right: 5px;
  font-size: 12px;
  color: #404040 !important;
}

.pre_note_select .select2-selection__choice__remove {
  order: 2;
  margin-left: 5px;
  color: #1DAF6B !important;
  font-size: 25px !important;
  margin-top: -4px !important;
}

.payroll_table .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 28px;
  line-height: 13px !important;
  font-weight: 700;
}

.payroll_table .select2-container .select2-selection--single {
  height: 28px !important;
}

.payroll_table .pre_note_select i {
  bottom: 8px;
  right: 20px;
  z-index: 1;
}

.salary_badge {
  width: 26px;
  height: 28px;
  border-radius: 10px;
  background-color: #404040;
}

.payroll_table .leaves_action button {
  background-color: #E6E6E6;
}

.salary_profile img {
  width: 100px;
  height: 100px;
}

.calculation_type .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 1px solid #157D4D !important;
  width: 100px;
  height: 44px !important;
  margin: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.add_salary_table th {
  border-top: 0 !important;
}

#salary_component .modal-header {
  border-bottom: 1px solid #BFBFBF;
}

#salary_component .modal-footer {
  border-top: 1px solid #BFBFBF;
}

.text_content.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}

.text_content.more {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read_more:focus {
  color: #1DAF6B;
}

.avatars {
  display: flex;
  align-items: center;
}

.avatars img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: -22px;
  box-shadow: 0 0 0 1px #ddd;
}

.avatars img:first-child {
  margin-left: 0;
}

.meta_info {
  display: flex;
  gap: 20px;
  margin-top: 0px;
  font-size: 14px;
  color: #1f4632;
  font-weight: 500;
}

.info_item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.info_item i {
  font-size: 16px;
  color: #1f4632;
}

.card_icon button img {
  width: 22px;
  height: 22px;
  padding: 0;
}

.notice_board .card_head {
  border-bottom: 1px solid #BFBFBF;
}

.notice_board .card {
  background-color: #F4F6FA !important;
  border: 0 !important;
}


.notice_board .card_footer {
  border-top: 1px solid #BFBFBF;
}

.notice_radio .common_radio.active {
  border-radius: 30px !important;
}

.notice_checkbox .custom-checkbox {
  cursor: pointer;
  user-select: none;
}

.notice_checkbox .custom-checkbox-input {
  display: none;
}

.notice_checkbox .custom-checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #157D4D;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.notice_checkbox .custom-checkbox-box::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #157D4D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.notice_checkbox .custom-checkbox-input:checked+.custom-checkbox-box::after {
  display: block;
}

.notice_checkbox .label-text {
  font-size: 16px;
  color: #333;
}

.task_table th {
  border-top: unset !important;
  height: 50px;
}

.task_table tr td {
  height: 70px;
}

.expense_file_uploader .custom_file_upload {
  max-width: 100% !important;
  width: 100%;
  background-color: #F4F6FA !important;
  border: 1px dashed #BFBFBF !important;
}


.consultation_form .disable_input label {
  color: #BFBFBF !important;
}

.consultation_form input {
  background-color: #f4f6fa;
}

.consultation_form .disable_input input {
  color: #BFBFBF;
  background-color: #f4f6fa;
}

.consultation_form .disable_input input::placeholder {
  color: #BFBFBF;
}

.consultation_form input::placeholder,
.consultation_form textarea::placeholder {
  color: #404040;
}

.consultation_form .disable_input i {
  color: #BFBFBF;
}

.pre_note_select.disable_input .select2-container--default .select2-selection--single .select2-selection__rendered,
.employment_section_btn.disable_input button,
.pre_note_select.disable_input i {
  color: #BFBFBF;
}

.pre_note_select.disable_input .select2-container--default .select2-selection--single .select2-selection__rendered img {
  filter: opacity(0.3);
}

.pregoress_header {
  border-bottom: 1px solid #BFBFBF;
}

.pending_stat {
  background-color: #FF9F1C;
}

.completed_stat {
  background-color: #A2D729;
}

.progress_badge {
  padding: 6px 10px;
}

.common_calender i.fa-caret-down {
  font-size: 16px;
}

.doc_pdf_data .doc_data {
  max-width: 85px;
}

.forms_pdf_data .doc_data {
  max-width: 100px;
}

.document_client_wrapper .doc_data img {
  width: 61px;
}

.applicants_select .pre_note_select {
  max-width: 220px;
  width: 100%;
}

.applicants_tab .slide_list_data {
  background-color: #F4F6FA;
}

.applicants_tab .slide_list_data .slideinner button.active {
  border-radius: 0;
}

.applicants_tab .slide_list_data1 {
  background-color: #F4F6FA;
}

.applicants_tab .slide_list_data1 .slideinner button.active {
  border-radius: 0;
}

.intended_location_radio .form-check-input:checked {
  background-color: #1DAF6B;
  border-color: #1DAF6B;
}

.intended_location_radio {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f4f6fa;
}

.identity_table tr th {
  min-width: 190px;
  background-color: #808080;
}

.identity_table tr th div {
  height: 36px;
  border-right: 1px dashed #fff;
}

.identity_table tr th:last-child div {
  border-right: unset;
}

.identity_radio input:checked {
  background-color: #1DAF6B;
  border-color: #1DAF6B;
}

.identity_radio {
  min-height: unset;
}

.identity_table tr td {
  border-bottom: 1px dashed #000;
  background-color: #F4F6FA;
}

.identity_table tr:last-child td {
  border-bottom: unset;
}

.identity_table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.identity_table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.lead_list_table tr:last-child td {
  border-bottom: unset !important;
}

.lead_list_table tr th {
  border-bottom: 1px solid #BFBFBF !important;
}

.filter_btn {
  background-color: #F4F6FA;
  border-radius: 10px;
  font-size: 12px;
  padding: 8px 20px !important;
}

.filter_btn.active {
  background-color: #5AA297 !important;
  color: #fff;
  font-weight: 700;
}

.filter_btn.active span,
.filter_btn:hover span {
  color: #fff;
  font-weight: 700;
}

.filter_btn:hover {
  background-color: #5AA297 !important;
  color: #fff;
  font-weight: 700;
}

.logo {
  width: 35px;
  height: 40px;
}

.head_profile_dropdown .dropdown-toggle::after {
  display: none;
}

.head_profile_dropdown .dropdown-menu {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
}

.head_profile_dropdown .dropdown-menu a {
  padding: 8px 20px;
  font-size: 12px;
  color: #808080;
}

.preSlide {
  display: none;
}

.consult_head {
  cursor: grab;
  background: #e0e0e0;
  padding: 10px;
}

.sortable-ghost {
  opacity: 0.4;
  background-color: #f0f0f0;
}

.add_new_lead_upload .custom_file_upload {
  max-width: 100% !important;
  height: 60px;
  padding: 18px 13px;
}

.add_new_lead_upload .file_text {
  font-size: 16px;
}

.download_csv_btn {
  color: #1DAF6B;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.download_csv_btn:hover {
  color: #1DAF6B;
}

.create_new_lead_btn {
  background-color: #F4F6FA;
  padding: 10px 13px;
  border: 2px dashed #BFBFBF;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  height: 60px;
  color: #0C4B2E;
  width: 100%;
}

.visa_list_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.visa_card {
  border: 1px solid #E6E6E6;
  background-color: #F4F6FA;
  padding: 22px 24px;
}

.master_dash_search {
  max-width: 400px;
  width: 100%;
}

.docs_card img {
  width: 90px;
}

.dash_table tr:last-child td {
  border-bottom: transparent;
}

.import_lead_btn:hover {
  color: #404040;
}

.common_radio.active label {
  color: #000 !important;
}

/* .common_radiod.active label,
.consultation_form .common_radio.active label.text-black {
  color: #BFBFBF !important;
} */

.country_img_select img {
  border-radius: 50%;
}

.personal_documents_table.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #dee2e6;
}

#nav-message .new_thred_btn button {
  padding: 12px;
}

.country_box {
  padding: 30px;
}

.country_box.active {
  background-color: #5AA297 !important;
}

.country_box.active p {
  font-weight: 600;
  color: #fff;
}

.country_box:hover {
  background-color: #5AA297 !important;
}

.country_box:hover p {
  font-weight: 600;
  color: #fff;
}

.table_border .table>:not(:last-child)>:last-child>* {
  border-bottom-color: #bfbfbf !important;
  border-top-color: #bfbfbf !important;
  border-top: 1px solid;
}

.table_border tr td {
  border-bottom-color: #bfbfbf !important;
}

.table_border tr:last-child td {
  border: unset !important;
}

.modal-open span.select2-dropdown.select2-dropdown--below,
.modal-open span.select2-dropdown.select2-dropdown--above {
  z-index: 99999;
}

.varification_badge {
  top: 34px;
  right: 8px;
}

.client_varified_input input {
  padding-right: 45px;
}

.new_lead_client_btn button {
  background-color: #F4F6FA !important;
}

.import_head {
  height: calc(100vh - 30vh);
}

.import_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.import_img img {
  width: 136px;
}

.light_gray_btn {
  background-color: #F4F6FA;
  padding: 12px 20px;
}

.step_count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1DAF6B;
}

.step_count_wrapper {
  background-image: url(../media/image/count_border_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  background-position-x: right;
  border: 1px solid;
  border-color: #BFBFBF transparent #BFBFBF transparent;
}

.step_count_wrapper:first-child {
  border-left: 1px solid #BFBFBF;
  border-radius: 20px 0 0 20px;
}

.step_count_wrapper:last-child {
  background-image: none;
  border-right: 1px solid #BFBFBF;
  border-radius: 0 20px 20px 0;
}

.step_count_wrapper>div {
  padding: 20px 8px;
}

.step_count_text {
  width: calc(100% - 30%);
}

.step_count_wrapper.disable_count_wrapper .step_count_text p,
.step_count_wrapper.disable_count_wrapper .step_count {
  color: #BFBFBF !important;
  border-color: #BFBFBF;
}

.import_progress {
  width: 150px;
}

.import_progress .progress-bar {
  background-color: #A2D729;
}

.import_table .table>:not(:last-child)>:last-child>* {
  border-bottom-color: #bfbfbf !important;
  border-top-color: #bfbfbf !important;
  border-top: 1px solid;
}

.import_table tr td {
  border-bottom-color: #bfbfbf !important;
}

/* Chrome, Safari, Edge, Opera */
#mobile_number::-webkit-outer-spin-button,
#mobile_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#mobile_number {
  -moz-appearance: textfield;
}

/* Number input Arrow remove */
#mobile_number:focus::-webkit-outer-spin-button,
#mobile_number:focus::-webkit-inner-spin-button,
#mobile_number:hover::-webkit-outer-spin-button,
#mobile_number:hover::-webkit-inner-spin-button {
  display: none;
}

.devide_rule_section {
  width: calc(100% - 116px);
}

.one_by_two_section {
  max-width: 380px;
}

.three_by_four_section {
  width: calc(100% - 395px);
}

.three_by_four_section .row {
  width: calc(100% - 101px);
}

.three_by_four_section.three_by_four_full .row {
  width: calc(100%) !important;
}

.clone_add_btn {
  width: 101px;
}

.delete_kid,
.btn-delete {
  padding: 9px 12px !important;
}

.add_clone_div label {
  width: 100%;
}

.add_clone_div span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.employment_wrapper .applicant_section {
  width: calc(100% - 120px);
}

.download_lead_csv,
.download_lead_csv:hover,
.download_lead_csv:active,
.download_lead_csv:focus-visible,
.download_lead_csv:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.nav-link:hover:focus-visible {
  outline: unset !important;
  box-shadow: unset !important;
}

.profile_text,
.profile_text:focus {
  color: #404040 !important;
}

.attendence_table th {
  border-top: unset !important;
}

.menu_tab_content.client_tab_content {
  min-height: auto !important;
}

/* CLIENT CALENDAR CSS  START */

.client_calendar .nav-stretch .nav-item {
  display: flex;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.client_calendar .nav-pills .nav-item {
  margin-right: .5rem;
}

.client_calendar .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline) {
  border: 0;
  padding: calc(.775rem + 1px) calc(1.5rem + 1px);
}

.client_calendar .btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
  box-shadow: none;
}

.client_calendar .nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(1) {
  color: #b5b5c3;
}

.client_calendar .nav-pills .nav-link.active,
.client_calendar .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1DAF6B;
}

.client_calendar .nav-link.active span {
  color: #fff !important;
  font-weight: 600;
}

.client_calendar a.nav-link {
  padding: 16px 9px !important;
}

.bullet-vertical {
  width: 4px;
  height: 8px;
}

.bg-info {
  background-color: #3ABEFF !important;
}

.min-h-70px {
  min-height: 70px !important;
}

.client_calendar_btn {
  padding: 8px 16px !important;
  color: #fff !important;
  border-radius: 6px;
}

.client_reject_btn {
  background-color: #404040;
}

.client_reschedule_btn {
  background-color: #5AA297;
}

.client_accept_btn {
  background-color: #1DAF6B;
}

.invoices_table th {
  border-top: unset !important;
}

.mute_view_btn {
  color: #BFBFBF;
}

.paynow_btn {
  padding: 4px 10px;
  color: #fff;
  background-color: #1DAF6B;
}

.download_dark_btn {
  padding: 4px 10px;
  color: #fff;
  background-color: #404040;
}

.dash_blank_btn {
  padding: 4px 10px;
  color: #404040;
  background-color: #BFBFBF;
}

.small_btn button {
  padding: 9px 16px !important;
}

.file_upload_area p.esign_upload_text {
  color: #404040;
}

.fc .fc-prev-button,
.fc .fc-next-button {
  background-color: #F4F6FA;
  border-radius: 10px !important;
  border: unset;
  color: #BFBFBF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc .fc-prev-button:focus-visible,
.fc .fc-prev-button:focus,
.fc .fc-next-button:focus-visible,
.fc .fc-next-button:focus {
  outline: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

.fc .fc-next-button:hover,
.fc .fc-prev-button:hover,
.fc .fc-next-button:active,
.fc .fc-prev-button:active {
  background-color: #1DAF6B !important;
}

.fc-button-group {
  gap: 8px;
}

.fc-toolbar-title {
  font-weight: 600;
  font-size: 20px;
  color: #5AA297;
}

.fc-direction-ltr .fc-button-group>.fc-button {
  border-radius: 10px !important;
  padding: 6px 20px;
}

.fc-today-button:active {
  background-color: #5AA297;
}

.fc-today-button,
.fc-timeGridWeek-button,
.fc-dayGridMonth-button {
  background-color: #F4F6FA !important;
  border: unset !important;
  color: #404040 !important;
  font-size: 12px !important;
  padding: 9px 20px !important;
}

.fc-today-button:hover,
.fc-timeGridWeek-button:hover,
.fc-dayGridMonth-button:hover,
.fc-today-button:focus,
.fc-timeGridWeek-button:focus,
.fc-dayGridMonth-button:focus {
  background-color: #5AA297 !important;
  border: unset !important;
  color: #fff !important;

}

.fc .fc-button:focus,
.fc .fc-button-primary:focus {
  box-shadow: unset !important;
}

.fc-toolbar-chunk:last-child .fc-button-group {
  gap: 18px;
}

.fc-theme-standard {
  padding-top: 16px;
}

.fc-col-header tr th:first-child {
  border-top-left-radius: 20px;
}

.fc-scrollgrid-sync-inner a {
  text-decoration: none;
  font-size: 20px;
  color: #404040;
  font-weight: 400;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 35px 4px;
}

.fc-scrollgrid-liquid {
  border-radius: 20px;
}

.fc-theme-standard .fc-scrollgrid {
  border: solid #E6E6E6;
  border-width: 2px 0 0 2px;
}

.fc-scrollgrid-liquid th:first-child {
  border-top-right-radius: 20px;

}

.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid td:last-child {
  border-radius: 0 0 20px 20px;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 2px solid #E6E6E6;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 70px;
}

.fc .fc-daygrid-day-number {
  padding: 10px 15px;
}


/* CLIENT CALENDAR CSS END */

.team_member_data .row:first-child {
  padding-top: 15px !important;
}

.profile_inner_detial {
  padding-bottom: 1px;
}

#leave_request_wrapper .dt-layout-row {
  margin: 3px 0;
}

#employee_table_wrapper .dt-layout-row {
  margin: 8px 0;
}

.common_table #leadListTable_wrapper th {
  border-top: unset !important;
}

.common_table #leadListTable_wrapper .dt-layout-row {
  margin-top: 0 !important;
}

.common_table .page-item .page-link {
  border-radius: 15px !important;
  width: 40px;
  height: 40px;
  border: unset !important;
  font-size: 14px !important;
}

.common_table .page-item.active .page-link {
  color: #fff !important;
  background-color: #1daf6b !important;
  border-radius: 15px !important;
  width: 40px;
  height: 40px;
  border: unset !important;
}

.common_table .dt-paging-button.disabled button.page-link.previous i,
.common_table .dt-paging-button.disabled button.page-link.next i {
  color: #BFBFBF !important;

}

.common_table .dt-paging-button button.page-link.previous i,
.common_table .dt-paging-button button.page-link.next i {
  color: #1DAF6B !important;
}

.common_table button.page-link {
  color: #BFBFBF !important;
  font-size: 14px;
  border-radius: 15px !important;
  width: 40px;
  height: 40px;
  border: unset !important;
}

.common_table .pagination .page-link:hover {
  background-color: unset;
}

.common_table .pagination .page-link:focus {
  box-shadow: unset;
}

.common_table .dt-paging {
  padding: 0 !important;
}

.common_table .dt-toolbar select {
  display: none;
}

.common_table .table>:not(:last-child)>:last-child>* {
  border-bottom: 1px solid #bfbfbf;
}

.common_table .table tr:last-child td {
  border-bottom: unset !important;
}

.common_table .table {
  margin-bottom: 0;
}

input#lead_datepicker:focus {
  border: 1px solid #e6e6e6;
}

.pre_note_select .select2 {
  width: 100% !important;
}

.convert_client_btn {
  padding: 10px;
}

.convert_client_dropdown .dropdown-toggle::after {
  display: none;
}

.convert_client_dropdown button {
  padding: 5px 15px;
}

.client_links a {
  padding: 8px 12px;
}

.case_client_left {
  max-width: 550px;
  width: 100%;
  float: left;
  margin-right: 10px;
}

.case_client_right {
  width: calc(100% - 570px);
  float: right;
}

.clientswitch.switch {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 38px;
}

.clientswitch.switch input {
  display: none;
}

.clientswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F6FA;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #E6E6E6;
}

.clientswitch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #808080;
  border-radius: 50%;
  left: 4px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.clientswitch input:checked+.slider:before {
  background: #1DAF6B;
}

.clientswitch input:checked+.slider:before {
  -webkit-transform: translateX(28px);
  -moz-transform: translateX(28px);
  transform: translateX(28px);
}

.client_switch_showdetail {
  display: none;
}

.view_eye_img img {
  width: 22px;
  height: 17px;
}

.doller_input .dropdown-toggle {
  background-color: #E6E6E6;
  width: 61px;
  height: 44px;
  border-radius: 10px 0 0 10px;
}

.doller_input input[type="number"]::-webkit-outer-spin-button,
.doller_input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.doller_input input {
  border-radius: 0 10px 10px 0;
}

.team_member_block p {
  padding: 10px;
  border-radius: 10px 14px;
  background-color: #F4F6FA;
}

.common_selectlist .email-select-box {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 12px;
  width: fit-content;
  max-width: 100%;
  gap: 8px;
}

.common_selectlist .email-input-wrapper {
  min-height: 44px;
  padding: 6px 8px;
  border: unset;
  border-radius: 10px;
  background-color: #f4f6fa;
  border-radius: 10px;
  box-shadow: none;
  cursor: text;
}

.common_selectlist .email-input-wrapper:not(.editing) #emailInput {
  display: none !important;
}

.common_selectlist #emailInput {
  min-width: 120px;
  outline: none;
  font-size: 14px;
}

.common_selectlist .email-pill {
  background-color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.2s ease;
}

.common_selectlist .email-pill .remove-email {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: green;
}

.common_selectlist .more-pill {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
  transition: 0.2s ease;
}

.common_selectlist .form-control {
  border: unset !important;
  padding: 0;
  background-color: #f4f6fa;
}

.inner_menu .mx-3.my-3 {
  max-width: 78px;
  text-align: center;
}

.row.add_new_lead .col-lg-4.col-md-6 {
  width: 100%;
}

.add_new_lead .position-relative.pre_note_select {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0 !important;
}

.add_new_lead .position-relative.pre_note_select label {
  white-space: nowrap;
}

.add_new_lead .position-relative.pre_note_select label span.text-danger {
  display: none;
}

.email_suggestions {
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 4px 0px #0000001f;
  padding: 8px;
  border-radius: 10px;
}

.email_suggestions li {
  padding: 10px;
  font-size: 12px;
  color: #808080;
  border-radius: 10px;
}

.doller_input p {
  background-color: #E6E6E6;
  width: 41px;
  height: 44px;
  border-radius: 10px 0 0 10px;
}

.case_option_step .dropdown-toggle {
  width: 100%;
  padding: 15px 12px 15px 24px;
  background-color: #fff;
  color: #BFBFBF;
}

.case_option_step .dropdown i {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #BFBFBF;
}

.case_option_step .dropdown.active i {
  color: #fff;
}

.case_option_step .dropdown-toggle::after {
  display: none;
}

.case_option_step .dropdown {
  width: 100%;
}

.case_option_step .dropdown .dropdown-toggle {
  border-radius: 0;
  text-align: left;
}

.case_option_step .dropdown:last-child .dropdown-toggle {
  border-radius: 0 10px 10px 0;
  ;
}

.case_option_step .dropdown:first-child .dropdown-toggle {
  border-radius: 10px 0 0 10px;
}

.case_option_step .dropdown.active .dropdown-toggle {
  color: #fff;
  font-weight: 700;
}

.case_option_step .dropdown.active:first-child .dropdown-toggle {
  background-color: #0C4B2E;
}

.case_option_step .dropdown.active:nth-child(2) .dropdown-toggle {
  background-color: #157D4D;
}

.case_option_step .dropdown.active:nth-child(3) .dropdown-toggle {
  background-color: #5AA297;
}

.profile_primary_btn {
  background-color: #F4F6FA;
  color: #404040;
}

.profile_primary_btn.active {
  background-color: #5AA297;
  color: #fff;
  font-weight: 700;
}

.profile_details_scroll {
  max-height: 585px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.doller_input .dropdown-toggle::after {
  display: none;
}

.doller_input i {
  right: 8px;
  top: 47%;
  transform: translateY(-50%);
}

.doller_input .dropdown-toggle {
  padding-left: 0;
}

.doller_input .dropdown-menu {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 0px #0000001F;
  border-radius: 10px;
  padding: 16px;
}

.doller_input .dropdown-menu li a:hover {
  background-color: #F4F6FA;
}

.doller_input .dropdown-menu li a {
  padding: 8px 12px;
}

.external-content {
  display: none;
}

.external-content.active {
  display: block;
}

.status_check_list ul li {
  list-style-type: none;
}

.status_check_modal_div .modal-body {
  padding: 16px 32px;
}

.status_check_modal_div .modal-content {
  max-width: 380px;
  width: 100%;
}

.status_check_modal_div .cancel_dark {
  min-width: 100px;
}

label.error {
  color: #FF101F;
}

.all_select_table tr td:first-child {
  padding: 8px 8px 8px 10px;
}

.forms_clientswitch.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.forms_clientswitch.switch input {
  display: none;
}

.forms_clientswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F6FA;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #E6E6E6;
}

.forms_clientswitch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  background: #808080;
  border-radius: 50%;
  left: 4px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.forms_clientswitch input:checked+.slider:before {
  background: #1DAF6B;
}

.forms_clientswitch input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
  transform: translateX(18px);
}

.send_invoice_checked_div {
  display: none;
}

.appointment_tab_btn button {
  width: 38px;
  height: 36px;
  background-color: #F4F6FA;
  border-radius: 10px;
}

.appointment_tab_btn button.active {
  background-color: #5AA297;
}

.case_invoice_paid_section .case_radio input:checked+.form-check-label {
  color: #1DAF6B !important;
}

.case_invoice_paid_section .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: unset !important;
}

.case_invoice_paid_section .forms_clientswitch .slider {
  background-color: #fff;
}

/* INVOICE SWITCH CASE STYLE */

.cust-switch.invoice_switch {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.cust-switch-text div:first-child {
  border-radius: 10px 0 0 10px !important;
}

.cust-switch-text div:last-child {
  border-radius: 0 10px 10px 0 !important;
}

.cust-switch.invoice_switch input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.invoice_switch .cust-switch-text {
  display: flex;
  gap: 3px;
}

.invoice_switch .cust-switch-text>div {
  line-height: 34px;
  height: 44px;
  max-height: 44px;
  padding: 5px 20px;
  color: #BFBFBF;
  transition: 150ms;
  font-size: 12px;
  background-color: transparent;
}

.cust-switch.invoice_switch input:not(:checked)+.cust-switch-text>div:first-child,
.cust-switch.invoice_switch input:checked+.cust-switch-text>div:last-child {
  color: #fff;
  background-color: #1DAF6B;
}

.case_divide_add_section {
  width: calc(100% - 128px);
}


.remove_portal_btn {
  border-radius: 10px;
  padding: 6px 10px;
  background-color: #F4F6FA;
}

.case_pdf_img {
  width: 23px;
  height: 26px;
}

.agreement_check input {
  border-color: #bfbfbf;
}

.agreement_check input:focus {
  box-shadow: rgba(191, 191, 191, 0.25) 0px 0px 0px 0.25rem;
}

.agreement_check input:checked:focus {
  box-shadow: 0 0 0 .25rem rgba(29, 175, 107, .25);
}

/* ***** TIME PICKER CSS ***** */

.timepicker-container {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  width: 220px;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.timepicker-container.hidden {
  display: none;
}

.timepicker-header {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
}

.timepicker-body {
  display: flex;
  gap: 10px;
  max-height: 150px;
  overflow-y: auto;
}

.time-hours,
.time-minutes {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.time-cell {
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
}

.time-cell:hover {
  background: #1DAF6B;
  color: #fff;
}

.now-btn {
  background: #1DAF6B;
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.portal-item {
  max-height: 24px;
}

.portal_button {
  bottom: 24px;
  right: 24px;
}

/* Toaster CSS */

.toast.toast-error {
  background-color: #dc3545 !important;
}

.toast.toast-success {
  background-color: #28a745 !important;
  color: white;
}

.toast.toast-info {
  background-color: #17a2b8 !important;
  color: white;
}

.toast.toast-warning {
  background-color: #ffc107 !important;
  color: black;
}

.left_menu_wrapper{
  position: relative;
  height: 100vh;
}

.setting_icon{
  position: absolute;
  bottom: 68px;
}

.left_menu_wrapper .setting_icon:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  bottom: 0px;
  left: 52px;
}

.left_menu_wrapper .dropup .dropdown-toggle::after{
  display: none;
}

.head_profile_dropdown .dropdown-menu{
  padding: 8px 0;
}

/* New Css Selectbox for employee-> additional details */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  min-width: 60px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: 0 !important;
  margin-left: 32px !important;
  font-size: 17px !important;
  padding-top: 1px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  overflow-y: hidden !important;
}
.select2-container--default .select2-selection--multiple{
  overflow-y: hidden !important;
}
/* Lead create mobile number field */
.mobile_select .input-group span.error-text {
  position: absolute;
  bottom: -22px;
}