/* ==========Deshborad  css========== */
.primary-btn {
  background-color: var(--primary-color);
  border-radius: 10px;
  width: 100%;
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid transparent;
  padding: 15px 10px;

}

.secondry-btn {
  background-color: transparent;
  border: 1px solid rgba(30, 30, 30, 0.30);
  color: var(--text-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
  border-radius: 10px;
}

.red_btn {
  color: #EC4E4E;
  border: 1px solid #CA3131;
  background-color: transparent;
  border-radius: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 16px;
}

.disable-btn {
  background-color: #C8CCD3 !important;
  color: var(--white-color) !important;
}

.red_btn:hover {
  background-color: #CA3131;
  color: var(--white-color);
}

.secondry-btn:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}

.primary-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);

}

.reletive_box {
  position: relative;
}

.select_input_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 10px;
}

.dashboard_heading {
  color: #16030E;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.512px;
  margin: 0;
}

.dashboard-filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}


.form-control.dark_input {
  color: #425466;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 0.1px solid var(--primary-color);
  background-color: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
  padding: 10px 15px;
  min-height: 44px;
  height: 44px;
}

.reletive_box .form-control.dark_input {
  padding: 10px 15px 10px 40px;
}

.reletive_box .form-select.dark_input {
  padding: 10px 40px;
}

.filter_drop_box .form-group {
  position: relative;
  margin-bottom: 24px;
}

.filter_drop_box .form-label {
  color: #20102B;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

/*  */
.irs--flat .irs-bar {
  top: 27px;
  height: 7px;
  background-color: var(--primary-color);
}

.irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background: var(--primary-color);
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  border-radius: 6px;
  background-color: var(--primary-color);
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: var(--primary-color);
  top: -6px;
  transform: rotate(180deg);
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs-from,
.irs-to,
.irs-single {
  top: unset;
  bottom: -54px;
}

.form-group .budget-slider {
  margin-top: -14px;
}

/*  */


.dash-campaignsCard {
  border-radius: 8px;
  border: 0.2px solid var(--primary-color);
  background: #FFF;
  padding: 24px 24px 18px;
  height: 100%;
  display: flex;
  gap: 10px;
}

.dash-campaingPrice {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.dash-campaingTitle {
  color: #11263C;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
}

.dash-campaigns-box {
  margin-top: 30px;
}

.card_reviewBox {
  border-radius: 8px;
  border: 0.2px solid var(--primary-color);
  background: #FFF;
  padding: 24px;
}

.total_ReviewBlock {
  margin-top: 30px;
}

.graph_title {
  color: #11263C;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.graph_taken_total {
  color: #16030E;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 0;
}

.card_graphImg img {
  width: 100%;
}

.graph_taken_total span {
  color: rgba(22, 3, 14, 0.55);
}

.progresh_photo_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.graph_progPhoto {
  color: #16030E;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.graph_progPhoto::before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 8px;
  height: 20px;
  border-radius: 3px;
  left: -15px;
  top: 2px;
}

.graph_progUser::before {
  background-color: #F3A5D2;
}

.graph_progBox {
  display: flex;
  align-items: center;
  gap: 30px;
}


/*  */



.campaign_button {
  border-radius: 4px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  border: 1px solid var(--primary-color);
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  height: 44px;
  color: #fff;
  transition: all 0.7s ease-in-out;
  padding: 5px 18px;
}

.campaign_button:hover {
  background: transparent;
  color: var(--primary-color);
}

.campaign_button:hover .new_campaign_btn {
  color: var(--primary-color);
}

.campaign_button:hover .plus_icon {
  stroke: var(--primary-color);
}


.plus_icon {
  display: inline-block;
}

.input_secrch_box .form-control {
  max-width: 185px;
}

.input_secrch_box .form-group {
  margin-bottom: 0;
}

.input_secrch_box .form-control::placeholder {
  color: #9C9C9C;
}

.search_icon_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.country_select_box {
  border-radius: 4px;
  border: 0.2px solid var(--primary-color);
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
}

.Country_select {
  color: #425466;
  font-size: 14px;
  font-weight: 600;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.campaigns_wrapper .table {
  border-color: #D9D9D9 !important;
  margin-bottom: 0;
}

.campaigns_wrapper table tr {
  vertical-align: middle;
}

.campaigns_wrapper table tr:nth-child(even) {
  background: rgba(235, 235, 235, 0.30);
}

.campaigns_wrapper table tr th {
  vertical-align: top;
  white-space: nowrap;
  border: 0;
  color: #40444D;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--light-color);
  padding: 16px 18px;
}

.campaigns_wrapper table tr th:first-child,
.campaigns_wrapper table tr td:first-child {
  padding-left: 36px;
}

.campaigns_wrapper table tr th:last-child,
.campaigns_wrapper table tr td:last-child {
  padding-right: 70px;
}

.campaigns_wrapper table td {
  color: rgba(30, 30, 30, 0.80);
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: none;
  white-space: nowrap;
}

.cms-description-td {
  white-space: normal !important;
  max-width: 300px;
}

.cms-description-td span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.campaigns_wrapper .charts_stateName {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.charts_email {
  color: #40444D;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.action_icon_box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-delete {
  background: none;
  border: none;
  padding: 0;
}

.campaign_box {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.table_head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 70px 0 30px;
  margin-bottom: 16px;
}

.campaigns_check_btn_block {
  margin-top: 44px;
}

.check_listing_items {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.campaigns_check_btn_block .form-check {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0;
}

.form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.30);
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 0px 8px 0px 0px !important;
  background: transparent;
}

.form-check-input:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none;
}

.check_listing_items li {
  border-right: 1px solid #FCE9F4;
  border-radius: 1px;
  padding-right: 20px;
}

.check_listing_items li:last-child {
  border: none;
  padding-right: 0px;
}


.campaigns_table_content {
  margin-top: 20px;
}

.progress {
  width: 75px;
  height: 7px;
  --bs-progress-bar-bg: #10B981;
  --bs-progress-bg: #E9E9E9;
}

.progressbar_box span {
  font-size: 14px;
  font-weight: 400;
  color: #40444D;

}

.progressbar_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.progress_repot_box {
  display: flex;
  align-items: center;
  gap: 24px;
}




.page_navigation_box .pagination {
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.page_navigation_box .page-link {
  color: #425466;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.page_navigation_box .page-link.actvie {
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.20), 0px 0px 13.55903px 0px rgb(0 0 0 / 0%);
}

/* .page_navigation_box .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.20);
    border: 0;
    padding: 4px;
    width: 32px;
    height: 32px;
  } */
.page_navigation_box {
  margin-top: 67px;
}

.interface_icon svg {
  width: 22px;
  height: 22px;
}

.icon-delete svg {
  width: 24px;
  height: 24px;
}

.theme_btn {
  border-radius: 35px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 31px;
  border: none;
  display: flex;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid transparent;
}

.theme_btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.brown_btn {
  border: 1px solid rgba(0, 0, 0, 0.20);
  color: var(--brown-color);
  background-color: transparent;
  padding: 6px 20px;

}

.brown_btn:hover {
  background-color: var(--brown-color);
  color: var(--white-color);
  border: 1px solid var(--brown-color);
}

.btn_box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter_box {
  position: relative;
  margin: 0 70px 0 30px;
}

.input_icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.filter_track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter_input {
  padding: 15px 83px 15px 64px;
  border-radius: 30px;
  color: rgba(30, 30, 30, 0.60);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.filter_heading {
  color: rgba(30, 30, 30, 0.60);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  display: contents;
}

.data-filter-icon {
  margin-left: 10px;
}

.user_link_track {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: -56px;
}

.user_name_track {
  color: #1E1E1E !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.user_link_track img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.status_active {
  border-radius: 20px;
  background: rgba(138, 243, 180, 0.80);
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #14522D;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;

}

.status_pending {
  border-radius: 20px;
  background: rgb(232 169 1 / 20%);
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #E8A901;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.interface_icon {
  border: none;
  background: transparent;
}

.status_suspended {
  border-radius: 20px;
  background: #FFC7C7;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #AF5934;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.pagination_box {
  padding: 27px 70px 0 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  justify-content: space-between;
}

.pagination_left {
  color: rgba(30, 30, 30, 0.80);
  font-size: 14px;
  font-weight: 400;
}

.next_table_track {
  color: rgba(30, 30, 30, 0.80);
  font-size: 14px;
  font-weight: 400;
}

.next_table_track svg {
  margin-left: 10px;
}

.filter_icon {
  cursor: pointer;
}

.modal_filter_track {
  position: unset;
  transform: none;
}

.filter_modal_box .btn-close {
  opacity: 1;
  font-size: 14px;
}

.filter_modal_box .filter_heading {
  color: var(--text-color);
}

.modal-content {
  border-radius: 0;
}

.filter_status_track {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.modal-section-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: normal;
}

.form-check-label {
  color: rgba(30, 30, 30, 0.80);
  font-size: 14px;
  font-weight: 400;
}

.search_city_block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.search_items {
  border-radius: 25px;
  background: #E8E8E8;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 138px;
  text-align: center;
  justify-content: center;
}

.search_city_input {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

.search_city_input .form-control {
  border: none;
  border-bottom: 1px solid #1E1E1E33;
  border-radius: 0;
  padding-left: 35px;
}

.search_city_input .input_icon {
  left: 0;
}

.search_city_input .form-control::placeholder {
  color: #1e1e1ecc;
}

.filter_modal_box .modal-body {
  padding: 20px;
}

.filter_modal_box .modal-dialog {
  max-width: 565px;
}

.delete_icon_box {
  width: 67px;
  height: 67px;
  background-color: #FFC7C7;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete_confirmation_inner {
  padding-top: 20px;
}

.modla-heading {
  color: var(--text-color);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.delete_description {
  color: rgba(30, 30, 30, 0.80);
  ;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.delete_description span {
  color: var(--text-color);
  font-weight: 600;
}

.modal_bnt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  margin-top: 30px;

}

.modal_bnt_box button {
  flex: 1;
  width: fit-content;
  padding: 10px 10px;
}

.modal_close_btn {
  padding: 0;
  outline: none !important;
  border: none !important;
}

.delete_confirmation_modal .modal-dialog {
  max-width: 432px;
  margin: 0 auto;
}

.delete_confirmation_modal .modal-body {
  padding: 35px 48px 26px;
}


/* Profile Page css start */
.page_back_btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  height: fit-content;
  margin-left: 20px;
  white-space: nowrap;
}

.profile_section {
  padding: 0 70px 0 36px;
}

.section-title {
  line-height: normal;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.heading_border {
  flex-grow: 1;
  border: none;
  border-top: 1px solid #0000004D;
  margin-top: 7px;
}

.user_profile_detail_box {
  border-radius: 5px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  margin-bottom: 50px;
}

.user_profile_img_box {
  padding: 30px;
  border-right: 1px solid #1E1E1E1A;
  max-width: 174px;
  position: relative;
}

.user_profile_img_track {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border: 3px solid #67C1EE;
  position: relative;
  background: #F4F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_profile_img_track img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user_profile_detail_track {
  padding-top: 10px;
  text-align: center;
}

.house-detail .user_name_track {
  color: var(--text-color) !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: normal;
}

.user_status {
  color: rgba(30, 30, 30, 0.80);
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-flex;

}

.user_code {
  color: #007CC1;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}

.user_profile_detail_track img {
  width: 76px;
  height: 76px;
  margin: 0 auto;
}

.profile_head_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #1E1E1E1A;
  justify-content: space-between;
  padding: 22px 50px 10px;
}

.profile_suspended_title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  color: rgba(231, 34, 34, 0.80);
  font-size: 14px;
  font-weight: 500;
}

.user_profile_content_box {
  width: calc(100% - 174px);
}

.profile_head_block .secondry-btn {
  border-radius: 35px;
  padding: 10px 31px;
}

.profile_head_block .btn_box button {
  min-width: 130px;
  white-space: nowrap;
}

.user_detail_inner_box {
  padding: 30px 93px 30px 50px;
}

.user_detail_box_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 28px 10px;
}

.user_detail_items {
  width: calc(100% / 4 - 12px);
}

.user_detail_name {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.user_detail_status {
  color: #1E1E1ECC;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  word-break: break-all;
}

.status_text {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.user_status_track {
  margin-top: 28px;
}

.user-history {
  padding-top: 35px;
}

.history_title {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.history_status {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.history_status_title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.head_btn_box {
  display: flex;
  align-items: center;

}



/*============Edit page css start===============*/
.edit-profile-section {
  padding: 35px;
  display: block;
}

.edit-profile-main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.edit-profile-img {
  display: flex;
  gap: 36px;
}

.edit-icon {
  width: 30px;
  height: 30px;
  background: #2E5AAB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.qr-box img {
  width: 84px;
  height: 84px;
}

.form-block {
  padding-top: 40px;
}

.input-label {
  color: var(--text-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.input-label span {
  color: #AA2E2E;
}

.form-block .row {
  --bs-gutter-y: 13px;
}

.form-block .form-control {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.20);
  padding: 12px 15px;
  color: #1E1E1ECC;
  font-size: 14px;
  /* text-transform: capitalize; */
}

.form-block .form-control::placeholder {
  color: #1E1E1ECC;
  font-weight: 500;
}

.select_box {
  position: relative;
}

.select_box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.Pregnancy_status_box {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.maltipal_options_block .label_track {
  padding-bottom: 35px;
}

.maltipal_options_block .row {
  --bs-gutter-y: 25px;
}

.textarea_box textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.20);
  height: 150px;
  padding: 15px;
  color: #1E1E1ECC;
  font-size: 14px;
  font-weight: 400;
  resize: none;
  outline: none;
  background-color: transparent;
}

.textarea_box .label_track {
  padding-bottom: 20px;
}

.textarea_box {
  padding-top: 20px;
  padding-bottom: 30px;
}

.padding-top {
  padding: 30px 0;
}

.row-padding {
  padding-top: 30px;
}

.button-track {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 115px;
}

.button-track button {
  border-radius: 5px;
  min-width: 150px;
  padding: 10px;
  text-align: center;
  justify-content: center;
  width: fit-content;
}

.checkBox_main_box {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
  margin-bottom: 18px;
}

.checkInner_box {
  width: 20%;
}

.select_box {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 7L10 12L5 7" stroke="%231E1E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-size: 20px;
  background-position: 95% 14px;
}

/*============Edit page css end=============*/

/* ===============empty page css start=========== */
.empty_box {
  max-width: 335px;
  height: calc(100vh - 160px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-content: center;
}

.empty-description {
  margin: 15px 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
}

.border-gray {
  border-color: #A5A9AB;
}

.btn-box {
  margin-top: 37px;
}

.modal-lg-width .modal-dialog {
  max-width: 976px;
}

.modal-heading {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
}

.delete_confirmation_modal .modal-body {
  padding: 20px;
}

/* ===============empty page css start=========== */

/*  */
.dataTables_length {
  display: flex;
  align-items: center;
}

.paging_full_numbers .pagination {
  margin-bottom: 0;
}

.active>.page-link,
.page-link.active {
  background-color: #2e5aab !important;
  border-color: #2e5aab !important;
  color: #fff !important;
}

.page-item.disabled .page-link {
  background: #e9ecef;
  color: #1e1e1e99 !important;
}

.page-item.disabled .page-link svg {
  color: #aaa;
}

.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg {
  width: 20px;
  height: 20px;
}

.page-link {
  color: #2e5aab !important;
}

.custom_tabs {
  margin: 0 30px;
  border-bottom: 2px solid #E7E7E7;
  gap: 20px;
}

.custom_tabs .nav-link {
  border: none !important;
  color: rgba(30, 30, 30, 0.60);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 0 0 15px;
  position: relative;
}

.custom_tabs .nav-link.active {
  color: #2E5AAB;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.custom_tabs .nav-link.active::before {
  content: "";
  background-color: #2E5AAB;
  height: 3px;
  bottom: -2px;
  position: absolute;
  width: -webkit-fill-available;
}

.approval-statusBox {
  display: flex;
  gap: 8px;
}

.approval-statusTrack {
  display: flex;
  gap: 5px;
  color: #2E5AAB;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  align-items: center;
}

.providerApproved {
  color: #14522D;
}

.providerRejected {
  color: #AF5934;
}

.constant_row {
  margin-top: 43px;
}

.constant_row .btn-success {
  width: 100%;
  padding: 10px 20px;
}

.text-muted {
  color: #B5B5C3 !important;
}

.text-dark-75 {
  color: #3F4254 !important;
}

.emailDetailModal .modal-content {
  border-radius: 6px;
}

.blue-btn-border {
  border: 1px solid var(--primary-color);
  padding: 6px 20px;
  background: transparent;
  color: var(--primary-color);
}

.blue-btn-border:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.row_gap {
  --bs-gutter-y: 40px;
}

.license_img_box {
  margin: 0;
}

.licenseCard {
  border-radius: 5px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.license_heading {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.license_img_box img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.license_des {
  margin-bottom: 0;
}

.license-slider .swiper-button-next:after,
.license-slider .swiper-button-prev:after {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-position: 10px;
}

.license-slider .swiper-button-next:after {
  background-image: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.45199 6.57999L3.51299 5.51999L9.29199 11.297C9.38514 11.3896 9.45907 11.4996 9.50952 11.6209C9.55997 11.7421 9.58594 11.8722 9.58594 12.0035C9.58594 12.1348 9.55997 12.2648 9.50952 12.3861C9.45907 12.5073 9.38514 12.6174 9.29199 12.71L3.51299 18.49L2.45299 17.43L7.87699 12.005L2.45199 6.57999Z" fill="black"/></svg>');
}

.license-slider .swiper-button-next {
  right: 8px !important;
}

.license-slider .swiper-button-prev {
  left: 8px !important;
}

.license-slider .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.45199 6.57999L3.51299 5.51999L9.29199 11.297C9.38514 11.3896 9.45907 11.4996 9.50952 11.6209C9.55997 11.7421 9.58594 11.8722 9.58594 12.0035C9.58594 12.1348 9.55997 12.2648 9.50952 12.3861C9.45907 12.5073 9.38514 12.6174 9.29199 12.71L3.51299 18.49L2.45299 17.43L7.87699 12.005L2.45199 6.57999Z" fill="black"/></svg>');
  transform: rotate(178deg);
}



/*  */
.table-list-image img {
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 4px;
}

.add-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.add-btn-box .section-title {
  flex: 1;
  margin-bottom: 0;
}

.table-responsive.with-shadow {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
}

.modal-lg .modal-dialog {
  max-width: 768px;
}

.xl-btn {
  padding-block: 15px !important;
}

.modal-footer-button .theme_btn.xl-btn {
  justify-content: center;
  border-radius: 10px;
  margin-top: 7px;
}

.modal-footer-button {
  margin-top: 45px;
}

.select-reactSelect {
  width: 100%;
}

.active-td {
  width: 32px;
  height: 32px;
  background-color: #F3F6F9;
  border-radius: 4px;
  display: inline-block;
  padding-top: 5px;
}

.active-td:hover {
  background-color: var(--primary-color);
}

.fillter-footer-btn {
  width: 100%;
}

.fillter-footer-btn button {
  flex: 1;
}

.search-city-addBtn {
  position: absolute;
  top: 3px;
  right: 0px;
  padding: 4px 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 4px;
}

.search-city-addBtn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.delete_confirmation_modal .filter_status_track {
  margin-bottom: 10px;
}

.file_input {
  padding: 5px 12px !important;
  min-height: 48px;
}

.file_input::file-selector-button {
  padding: 13px 12px !important;
}

.AddEdit-availabilityModal .modal-dialog {
  max-width: 550px;
  margin: auto;
}


.rs-picker {
  width: 100% !important;
}

.it-description {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 300;
}

.it-description:empty {
  margin-bottom: 0;
}

.user_link_track .user_name_track {
  color: #007CC1 !important;
}

.history_status_label {
  margin-bottom: 5px;
  font-weight: 400;
}

.history_status_value {
  font-weight: 300;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}

.history_status_title {
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
}

.Fw-500 {
  font-weight: 500;
}

/* Dashboard */
.dashboard_section {
  padding: 0 35px;
}

.white-box {
  padding: 25px;
  border-radius: 5px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.sectionName {
  line-height: normal;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 22px 0;
}

.dashboard-stats {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.dashboard-stats li {
  padding: 0 10px;
  flex: 0 0 auto;
  max-width: 100%;
  width: 16.66666667%;
}

.statscard {
	padding: 15px;
	border-radius: 12px;
	background-color: var(--white-color);
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
	border: 1px solid #e5eeff;
	height: calc(100% - 15px);
}

.statsInner {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	/* flex-direction: column-reverse; */
}

.statsIcon {
	width: 55px;
	height: 55px;
	text-align: center;
	background: #F3F1FF;
	border-radius: 18px;
	line-height: 51px;
	/* margin: 0 0 13px; */
	flex: 0 0 55px;
}

.statsCount {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

.statsTitle {
  color: #939393;
  font-weight: normal;
  font-size: 13px;
  display: block;
}
.statsIcon svg {
	width: 30px;
	height: 30px;
}
.dashboard-stats li:nth-child(1) .statscard .statsIcon {
  background-color: #F6F5FF;
}
.dashboard-stats li:nth-child(2) .statscard .statsIcon {
  background-color: #E7FAFE;
}
.dashboard-stats li:nth-child(3) .statscard .statsIcon {
  background-color: #FFF3F4;
}
.dashboard-stats li:nth-child(4) .statscard .statsIcon {
  background-color: #EAF6EC;
}
.dashboard-stats li:nth-child(5) .statscard .statsIcon {
  background-color: #FFF9EF;
}
.dashboard-stats li:nth-child(6) .statscard .statsIcon {
  background-color: #EFF6FF;
}

.dashboard-stats li:nth-child(1) .statscard .statsIcon {
  color: #860cff;
}
.dashboard-stats li:nth-child(2) .statscard .statsIcon {
  color: #0ea7c8;
}
.dashboard-stats li:nth-child(3) .statscard .statsIcon {
  color: #b91873;
}
.dashboard-stats li:nth-child(4) .statscard .statsIcon {
  color: #0ca826;
}
.dashboard-stats li:nth-child(5) .statscard .statsIcon {
  color: #f95e01;
}
.dashboard-stats li:nth-child(6) .statscard .statsIcon {
  color: #006efb;
}


.flex-tabs {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin: 28px 0;
	flex-wrap: wrap;
}
.select-range {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: flex-start;
	width: 200px;
}
.view-toggle .btn-primary {
	padding: 5px 13px;
  margin: 0 5px 0 0;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .statsInner {
    gap: 10px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1100px) and (max-width: 1399.98px) {
.dashboard-stats li {
	width: 33.33333333%;
}
}

@media (min-width: 768px) and (max-width: 1099px) {
  .dashboard-stats li {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  
  .dashboard-stats li {
    width: 50%;
  }
}
@media  (max-width: 575px) {
  .flex-tabs {
    margin: 0 0 28px;
  }
  .dashboard-stats {
    margin-bottom: 0;
  }
  .dashboard-stats li {
    width: 100%;
  }
}
.abs-btn {
	position: absolute;
	top: 5px;
	right: 6px;
  z-index: 1;
}