.btn-primary {
  background-color: #1C2527 !important;
  padding: 9px 17px 9px 15px !important;
  border-color: transparent !important;
  border-radius: 6px;
  color: #fff;
  border: 0px !important;
  border-color: transparent !important;
}
.btn-primary:hover {
  background-color: #0e1314 !important;
  color: #fff !important;
}
.btn-primary:active, .btn-primary:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary:hover {
  background-color: transparent;
  color: #1C2527 !important;
}

.btn-primary-light {
  background-color: #fff !important;
  padding: 9px 17px 9px 15px !important;
  border-color: transparent !important;
  border-radius: 6px;
  color: #1C2527 !important;
  border: 1px solid #1C2527 !important;
  border-color: #1C2527 !important;
}
.btn-primary-light:hover {
  background-color: #999999 !important;
  color: #fff !important;
}

.btn-discard {
  padding: 9px 17px 9px 15px !important;
  background-color: #fff !important;
  border: 1px solid #D0D5DD;
  color: #344054 !important;
}
.btn-discard:hover {
  background-color: rgba(208, 213, 221, 0.9);
}

@font-face {
  font-family: "Roboto-Flexs", sans-serif;
  src: url("../fonts/RobotoFlexs.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto-400", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-500", sans-serif;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-700", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.ttf");
}
.toGiveBorder-CkEditor {
  border: 1px solid #D0D5DD !important;
  border-radius: 15px !important;
}

.custom-Radio-Button .custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
.custom-Radio-Button .custom-radio input[type=radio] {
  display: none;
}
.custom-Radio-Button .custom-radio .radio-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #01060c;
  border-radius: 25%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.custom-Radio-Button .custom-radio .radio-btn::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease-out;
  color: #ededed !important;
}
.custom-Radio-Button .custom-radio input[type=checkbox]:checked + .radio-btn::after {
  color: #333;
  background-color: #1C2527;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 20%;
  border: none !important;
  border-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customme {
  position: absolute;
  left: 3px;
  display: none;
}

.custom-Radio-Button-table .custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
.custom-Radio-Button-table .custom-radio input[type=radio] {
  display: none;
}
.custom-Radio-Button-table .custom-radio .radio-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 25%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.custom-Radio-Button-table .custom-radio .radio-btn::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease-out;
  color: #fff !important;
}
.custom-Radio-Button-table .custom-radio input[type=checkbox]:checked + .radio-btn::after {
  color: #333;
  background-color: #1C2527;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 20%;
  border: none !important;
  border-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-Radio-Button-table .customme {
  position: absolute;
  left: 3px;
  display: none;
}

body {
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif;
}

.btn-primary {
  background-color: #1C2527 !important;
  width: -moz-max-content;
  width: max-content;
  height: 2.75rem !important;
  border-radius: 8px !important;
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1rem;
}
.btn-primary:hover {
  background-color: #999999 !important;
  width: -moz-max-content;
  width: max-content;
  height: 2.75rem !important;
  border-radius: 8px !important;
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1rem;
}

.btn-secondary {
  background-color: #fff !important;
  width: -moz-max-content;
  width: max-content;
  height: 2.75rem !important;
  border: 1px solid #1C2527;
  border-radius: 8px !important;
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif;
  font-weight: 200;
  color: #1C2527;
  font-size: 1rem;
}
.btn-secondary:focus-visible, .btn-secondary:focus {
  color: #1C2527 !important;
}
.btn-secondary:active {
  color: #1C2527 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d0d5dd !important;
  padding: 8px 14px !important;
  height: auto !important;
  background-color: transparent;
  box-shadow: 0px 1px 2px 1px rgba(16, 24, 40, 0.05) !important;
  border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

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

.wrapper {
  background-color: #fff !important;
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif !important;
}
.wrapper .toSetNavBarAll {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  display: flex;
  align-items: center;
}
.wrapper .toSetBetweenProfile {
  width: 4rem;
  height: 4rem;
  background: #fff;
  top: -32px;
  right: 2px;
  /* left: 0; */
  border-radius: 50%;
  z-index: -1;
  border: 4px solid #F4EDFC;
}
.wrapper .nav-image {
  width: 4rem;
  height: 4rem;
  margin-right: 1px;
  position: relative;
  border-radius: 50%;
  z-index: -1;
  border: 4px solid #F4EDFC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .nav-image img {
  width: 80% !important;
  height: 80% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px !important;
}
.wrapper .UserName {
  font-weight: 600;
  font-size: 0.87rem;
  color: #101828;
}
.wrapper .user-Position {
  font-weight: 500;
  font-size: 0.87rem;
  color: #969696;
}
.wrapper .iq-top-navbar {
  box-shadow: none !important;
  border-bottom: 0.5px solid #d1d5db;
}
.wrapper .iq-top-navbar .iq-navbar-custom .navbar .iq-search-bar .main_content_title {
  font-family: "Roboto-700", sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 28px;
}
.wrapper .iq-sidebar {
  background-color: #1C2527 !important;
}
.wrapper .iq-sidebar .NavBar-Logo {
  width: 10rem;
}
.wrapper .iq-sidebar .iq-sidebar-menu {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li a {
  font-size: 16px;
  white-space: nowrap;
  display: block;
  color: #fff;
  position: relative;
  padding: 10px 18px;
  line-height: 28px;
  display: flex;
  gap: 1rem;
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif !important;
  font-weight: 400;
  align-items: center;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 8px;
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li .menu-link.active {
  background-color: #7f56d9 !important;
  color: white !important;
  font-family: "Medafor Regular";
}
.wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li .menu-link.active svg {
  stroke: red !important;
}
.wrapper .iq-sidebar .iq-sidebar-logo .iq-menu-bt-sidebar {
  background: rgba(255, 255, 255, 0.1);
  font-size: large;
  padding: 5px 10px 0px 8px;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.wrapper .iq-sidebar .iq-sidebar-logo .iq-menu-bt-sidebar .wrapper-menu {
  color: #fff !important;
  font-size: medium;
}
.wrapper .content-page {
  background-color: #fbfbfb;
}
.wrapper .content-page .Date_flatpicker .input_datepicker {
  border: 1px solid #d0d5dd;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: none;
  padding: 0;
  font-size: 14px;
  width: 190px;
}
.wrapper .content-page .Date_flatpicker .input-group-text {
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border: 1px solid #d0d5dd;
  border-right-color: #ffffff;
}
.wrapper .content-page .dashboard_card {
  border: 1px solid #eaecf0;
  border-radius: 12px;
  box-shadow: none;
}
.wrapper .content-page .dashboard_card .dashboard_card_body .dashboard_svg_back {
  background-color: transparent;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  border: none;
  margin-right: 15px;
}
.wrapper .content-page .dashboard_card .dashboard_card_body .dashboard_card_head4 {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #475467;
}
.wrapper .content-page .dashboard_card .dashboard_card_body .dashboard_card_head1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #101828;
}
.wrapper .content-page .dashboard_card .dashboard_card_body .dashboard_chart_head1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.wrapper .content-page .leads-table .active-leads-head3 {
  color: #101828;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.wrapper .content-page .leads-table .table {
  border: 1px solid #b8b8b8;
}
.wrapper .content-page .leads-table .table thead tr .table-head {
  background-color: #ededed;
  color: #1b1b1f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #1a1a1a;
}
.wrapper .content-page .leads-table .table thead tr .table-head .dt-column-order {
  display: none;
}
.wrapper .content-page .leads-table .table thead tr .table-input {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.wrapper .content-page .leads-table .table thead tr .table-input:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.wrapper .content-page .leads-table .table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5;
}
.wrapper .content-page .leads-table .table tbody tr td .table-input {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.wrapper .content-page .leads-table .table tbody tr td .table-input:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.wrapper .content-page .leads-table .table tbody tr td .table-body-link {
  font-size: 14px;
  line-height: 24px;
  color: #1C2527 !important;
  font-weight: 400;
}
.wrapper .content-page .leads-table .table tbody tr .table_body_agent .select2 {
  width: 100% !important;
}
.wrapper .content-page .leads-table .table tbody tr .table_body_agent .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.wrapper .content-page .leads-table .table tbody tr .table_body_status .select2 {
  width: 100% !important;
}
.wrapper .content-page .leads-table .table tbody tr .table_body_status .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.wrapper .content-page .leads-table .table tbody tr .table_body_status .select2 .selection .select2-selection .select2-selection__arrow b {
  color: #ffffff transparent transparent transparent;
}
.wrapper .content-page .dashboard-main-table .dt-input {
  margin-right: 10px;
}
.wrapper .content-page .dashboard-main-table .table {
  border: 1px solid #b8b8b8;
}
.wrapper .content-page .dashboard-main-table .table thead tr .table-head {
  background-color: #ededed;
  color: #1b1b1f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #1a1a1a;
}
.wrapper .content-page .dashboard-main-table .table thead tr .table-head .dt-column-order {
  display: none;
}
.wrapper .content-page .dashboard-main-table .table thead tr .table-input {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.wrapper .content-page .dashboard-main-table .table thead tr .table-input:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5;
}
.wrapper .content-page .dashboard-main-table .table tbody tr td .table-input {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr td .table-input:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr td .table-body-link {
  font-size: 14px;
  line-height: 24px;
  color: #1C2527 !important;
  font-weight: 400;
}
.wrapper .content-page .dashboard-main-table .table tbody tr .table_body_agent .select2 {
  width: 100% !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr .table_body_agent .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr .table_body_status .select2 {
  width: 100% !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr .table_body_status .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.wrapper .content-page .dashboard-main-table .table tbody tr .table_body_status .select2 .selection .select2-selection .select2-selection__arrow b {
  color: #ffffff transparent transparent transparent;
}
.wrapper .content-page .stats_card {
  border: 1px solid #EAECF0;
  border-radius: 12px;
}
.wrapper .content-page .stats_card .stats_card_body .statistics_head1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #101828;
}
.wrapper .content-page .stats_card .stats_svg_back {
  background-color: #F4EBFF;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  border: 8px solid #F9F5FF;
  margin-right: 15px;
}
.wrapper .content-page .stats_card .stats_card_head4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #475467;
}
.wrapper .content-page .stats_card .stats_card_head1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
}
.wrapper .content-page .fc-button-primary {
  background-color: #f1f2f3 !important;
  color: #667085 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
  padding: 8px 12px;
}
.wrapper .content-page .fc-button-primary:active {
  background-color: #1c2527 !important;
}
.wrapper .content-page .fc-button-primary:focus {
  box-shadow: none !important;
  border-color: #1c2527;
}
.wrapper .content-page .fc-button-active {
  background-color: #1c2527 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
}
.wrapper .content-page .fc-prev-button {
  background-color: #ffffff !important;
  margin-right: 10px;
  border: 1px solid #D1D5DB;
  border-radius: 6px !important;
}
.wrapper .content-page .fc-prev-button:active {
  background-color: #1c2527 !important;
}
.wrapper .content-page .fc-next-button {
  background-color: #ffffff !important;
  border: 1px solid #D1D5DB;
  border-radius: 6px !important;
}
.wrapper .content-page .fc-next-button:active {
  background-color: #1c2527 !important;
  color: white !important;
}
.wrapper .content-page .fc-today-button {
  display: none;
}
.wrapper .content-page .agent-detail .agent_card {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.wrapper .content-page .agent-detail .agent_card .agent_card_body .agent_detail_head1 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  color: #1C2527;
}
.wrapper .content-page .agent-fields {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.wrapper .content-page .agent-fields .agent_field1_head5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #101828;
}
.wrapper .content-page .agent_label {
  color: #475467;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.wrapper .content-page .agent_input {
  background-color: #ffffff;
  border: 1px solid #D0D5DD;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.wrapper .content-page .agent_input:focus {
  border-color: #D0D5DD !important;
}
.wrapper .content-page .select2-selection {
  border-radius: 8px !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  border: 1px solid #D0D5DD;
  line-height: 45px;
  cursor: pointer;
}
.wrapper .content-page .select2-selection .select2-selection__arrow {
  height: 45px;
}
.wrapper .content-page .agent_date_input {
  border-right: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: transparent !important;
}
.wrapper .content-page .agent_date_detail {
  border-left: none;
  background-color: transparent !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.wrapper .content-page .agent_detail_footer {
  border-top: 1px solid #EEEEEE;
}
.wrapper .content-page .agent_detail_footer .agent_detail_footer_inner {
  display: flex;
  gap: 10px;
}
.wrapper .content-page .agent_detail_footer .agent_detail_footer_inner .btn_back {
  border: 1px solid #D0D5DD;
  background-color: #ffffff !important;
  color: #667085;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 8px;
  transition: 0.3s all linear;
}
.wrapper .content-page .agent_detail_footer .agent_detail_footer_inner .btn_back:hover {
  background-color: rgba(196, 202, 216, 0.2784313725) !important;
}
.wrapper .content-page .agent_detail_footer .agent_detail_footer_inner .btn_update {
  background-color: #1C2527;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  transition: 0.3s all linear;
}
.wrapper .content-page .agent_detail_footer .agent_detail_footer_inner .btn_update:hover {
  background-color: #5533a3;
}
.wrapper .content-page .agent_upload_field .AgentInputImage {
  border: 1px solid #EAECF0;
  background-color: #ffffff;
  border-radius: 12px;
}
.wrapper .content-page .agent_upload_field .AgentInputImage .image-uploader {
  border-radius: 12px;
  height: 312px;
  cursor: pointer;
}
.wrapper .content-page .agent_upload_field .AgentInputImage .image-uploader .upload-text .iui-cloud-upload::before {
  content: url("../icons/f_upload icon.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -22px;
}
.wrapper .content-page .agent_upload_field .AgentInputImage .image-uploader .upload-text .iui-cloud-upload::after {
  content: "Upload files";
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  color: #1C2527;
}
.wrapper .content-page .agent_upload_field .AgentInputImage .image-uploader .upload-text span {
  content: "Drop your files here to browse";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}
.wrapper .content-page .settings_card {
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.wrapper .content-page .settings_card .settings_card_body {
  padding: 16px;
}
.wrapper .content-page .settings_card .settings_card_body .nav-pills .nav-link {
  color: #344054 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  border: none;
  margin-bottom: 10px;
  align-items: center;
  background-color: #ffffff;
}
.wrapper .content-page .settings_card .settings_card_body .nav-pills .active {
  background-color: #fbf9ff;
  color: #1C2527 !important;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .form-label {
  font-weight: 600;
  font-size: 14px;
  color: #344054;
  line-height: 20px;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_input {
  border: 1px solid #d0d5dd;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_input:focus {
  border-color: #d0d5dd !important;
  box-shadow: none !important;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_input_email {
  border: 1px solid #d0d5dd;
  padding: 10px 5px !important;
  box-shadow: none !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-left: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_input_email:focus {
  border-color: #d0d5dd !important;
  box-shadow: none !important;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .input-group-text {
  background-color: #ffffff;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none;
  padding: 10px !important;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader {
  padding-bottom: 10px;
  display: flex;
  gap: 15px;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .setting_avatar_container {
  width: 70px;
  height: 62px;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .setting_avatar_container .settings_image {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .setting_avatar_container .settings_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .settings_upload_container {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .settings_upload_container .settings_upload_label {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  height: 100%;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .settings_upload_container .settings_upload_label .settings_upload_link {
  color: #1C2527;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_file_uploader .settings_upload_container .file_upload_input {
  opacity: 0;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_body_footer {
  border-top: 1px solid #eaecf0;
  padding: 10px 0;
  gap: 10px;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_body_footer .cancel_settings_btn {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  transition: 0.3s all linear;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  padding: 10px 14px;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_body_footer .cancel_settings_btn:hover {
  background-color: #ededed;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_body_footer .save_setting_btn {
  background-color: #1C2527;
  color: #ffffff;
  transition: 0.3s all linear;
  border-radius: 8px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 200;
  padding: 10px 14px;
  border: none;
}
.wrapper .content-page .settings_card .settings_card_body .tab-content .tab-pane .settings_body_footer .save_setting_btn:hover {
  background-color: #5533a3;
}
.wrapper .content-page .settings_card_height {
  height: 100vh;
}

.Login-Page {
  height: 100vh;
}
.Login-Page .login-image {
  height: 95vh;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.Login-Page .CustomWidth {
  width: 60%;
}
.Login-Page .Forgot-password {
  font-weight: 700;
  color: #1C2527;
  font-size: 0.87rem;
}
.Login-Page .ReAgent {
  font-weight: 500;
  font-size: 0.87rem;
  color: #344054;
}

.foroot-Password {
  background-image: url("../images/forgotbackground.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
}
.foroot-Password .toGiveFormHeight {
  height: 100vh;
}
.foroot-Password .toSetForgot-Width {
  width: 36%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.foroot-Password .toSetForgot-Width .back-icon {
  color: #1C2527;
}

.Lead-Section {
  background-color: #FBFBFB;
  font-family: "Roboto-Flexs", Roboto-Flex, Roboto, sans-serif;
}
.Lead-Section .Lead-Section-Profile .Lead-image {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.Lead-Section .Lead-Section-Profile .lead-Name {
  color: red;
  font-weight: 500;
  font-size: 1.5rem;
  color: #101828;
}
.Lead-Section .Lead-Section-Profile .lead-Designation {
  font-size: 1rem;
  font-weight: 400;
  color: #6B7280;
}
.Lead-Section .Lead-Detail-Section .Lead-Detail h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #101828;
}
.Lead-Section .Notepad-Section .nav-item {
  width: 20%;
}
.Lead-Section .Notepad-Section .nav-item button {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #101828;
}
.Lead-Section .Notepad-Section .nav-tabs .nav-link.active {
  border-bottom: 2px solid #1C2527 !important;
  color: #1C2527;
}
.Lead-Section .Notepad-Section .nav-tabs .nav-link {
  border: 2px solid transparent;
}
.Lead-Section .Notepad-Section .ql-toolbar {
  display: none;
}
.Lead-Section .Notepad-Section .Custom-Message {
  border: 1px solid #D0D5DD;
  border-radius: 10px;
}
.Lead-Section .Notepad-Section .Custom-Message .Custom-Message-paragraph {
  font-weight: 400;
  font-size: 1rem;
  color: #101828;
}
.Lead-Section .Notepad-Section .Message-Date {
  font-size: 1rem;
  font-weight: 400;
  color: #969696;
  font-style: italic;
}
.Lead-Section .Notepad-Section .ck.ck-editor__editable_inline > :first-child {
  display: none !important;
}
.Lead-Section .Notepad-Section .CktoSetAddButton {
  bottom: -10px;
}
.Lead-Section .Notepad-Section .toGiveBorder-CkEditor {
  border: 1px solid #D0D5DD;
  border-radius: 15px;
}

.all-Lead-Section .all-lead-Heading {
  font-weight: 700;
  font-size: 1.2rem;
  color: #16192C;
  font-family: "Roboto-700", sans-serif;
}
.all-Lead-Section .select2-selection__rendered {
  width: 11rem !important;
}
.all-Lead-Section .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  justify-content: center;
}
.all-Lead-Section .toSetoWidthSelectooo .select2-selection__rendered {
  border-radius: 15px !important;
  background-color: #d5d4d4;
}
.all-Lead-Section .Agent-Tabs-Setting .nav-tabs .nav-link.active {
  width: 12rem !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #1C2527 !important;
  color: #1C2527;
  font-weight: 600;
  font-size: large;
}
.all-Lead-Section .Agent-Tabs-Setting .nav-tabs .nav-link {
  width: 12rem !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #101828;
  font-weight: 600;
  font-size: large;
}
.all-Lead-Section .toGivegiveMarginRight {
  padding-right: 6px !important;
}

.wrapper .content-page .dashboard-main-table .table {
  width: 100% !important;
}

.iui-cloud-upload:before {
  color: #1C2527 !important;
}

.image-uploader .upload-text {
  cursor: pointer;
}

.iq-footer {
  margin-bottom: 0 !important;
}

.abctoAdd {
  background-color: #ff9798 !important;
  border-radius: 15px !important;
  display: flex !important;
  justify-content: center !important;
  color: white !important;
}
.abctoAdd .select2-selection__rendered {
  color: white !important;
}

.abctoAdd2 {
  background-color: #25ce87 !important;
  border-radius: 15px !important;
  display: flex !important;
  justify-content: center !important;
  color: white !important;
}
.abctoAdd2 .select2-selection__rendered {
  color: white !important;
}

.abctoAdd3 {
  background-color: #fbcc69 !important;
  border-radius: 15px !important;
  display: flex !important;
  justify-content: center !important;
  color: white !important;
}
.abctoAdd3 .select2-selection__rendered {
  color: white !important;
}

.abctoAdd4 {
  background-color: #726060 !important;
  border-radius: 15px !important;
  display: flex !important;
  justify-content: center !important;
  color: white !important;
}
.abctoAdd4 .select2-selection__rendered {
  color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1C2527 !important;
}

.ri-search-line:before {
  color: #1C2527 !important;
}

.specialMenu {
  position: relative;
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.specialMenu a {
  color: rgba(0, 0, 0, 0.701961);
  padding: 7px 0;
  display: inline-block;
  width: calc(100% - 50px);
}
.specialMenu a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.specialMenu.selected a {
  color: #004c84;
  font-weight: bold;
  display: block;
  margin-right: 50px;
}
.specialMenu a.menu-toggle {
  position: relative;
  width: 50px;
  text-align: center;
  border-bottom: 0;
  vertical-align: top;
}
.specialMenu a.menu-toggle:focus, .specialMenu a.menu-toggle:hover, .specialMenu a.menu-toggle:visited, .specialMenu a.menu-toggle:link {
  border-bottom: 0;
  text-decoration: none;
}
.specialMenu a.menu-toggle.rotate {
  /* right: 1px; */
}

@media (min-width: 769px) and (max-width: 1024px) {
  .toSetForgot-Width {
    width: 40% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .toSetForgot-Width {
    width: 60% !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .CustomWidth {
    width: 95% !important;
  }
  .ReAgent {
    font-size: 0.8rem !important;
  }
  .Forgot-password a {
    font-size: 0.8rem;
  }
  .toSetForgot-Width {
    width: 95% !important;
  }
}
@media only screen and (max-width: 768px) {
  .settings_card_height {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .settings_file_uploader {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  .setting_avatar_container {
    width: 95px !important;
    height: 95px !important;
  }
  .fc .fc-toolbar-title {
    font-size: 1.18em;
  }
}
.wrapper .content-page .dashboard-main-table .table tbody tr td {
  background-color: transparent !important;
}

.Dashboard_DataTable td, #Dashboard_DataTable td {
  border-bottom: 2px solid rgba(171, 171, 171, 0.3) !important;
}

.modal-title {
  font-weight: 700 !important;
}

.leads-table .active-leads-head3 {
  color: #101828;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.leads-table .table {
  border: 1px solid #b8b8b8;
}
.leads-table .table thead tr .table-head {
  background-color: #ededed;
  color: #1b1b1f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #1a1a1a;
}
.leads-table .table thead tr .table-head .dt-column-order {
  display: none;
}
.leads-table .table thead tr .table-input {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.leads-table .table thead tr .table-input:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.leads-table .table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5;
}
.leads-table .table tbody tr td .table-input {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.leads-table .table tbody tr td .table-input:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.leads-table .table tbody tr td .table-body-link {
  font-size: 14px;
  line-height: 24px;
  color: #1C2527 !important;
  font-weight: 400;
}
.leads-table .table tbody tr .table_body_agent .select2 {
  width: 100% !important;
}
.leads-table .table tbody tr .table_body_agent .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.leads-table .table tbody tr .table_body_status .select2 {
  width: 100% !important;
}
.leads-table .table tbody tr .table_body_status .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.leads-table .table tbody tr .table_body_status .select2 .selection .select2-selection .select2-selection__arrow b {
  color: #ffffff transparent transparent transparent;
}

.table_lead input, .table_lead button, .table_lead select, .table_lead optgroup, .table_lead textarea, .agent_table input, .agent_table button, .agent_table select, .agent_table optgroup, .agent_table textarea {
  border: 1px solid #d6d6d6;
  border-radius: 2px !important;
  height: 30px;
  padding: 5px !important;
  box-shadow: none !important;
}
.table_lead input:focus, .table_lead button:focus, .table_lead select:focus, .table_lead optgroup:focus, .table_lead textarea:focus, .agent_table input:focus, .agent_table button:focus, .agent_table select:focus, .agent_table optgroup:focus, .agent_table textarea:focus {
  border-color: #1C2527 !important;
  box-shadow: none !important;
}
.table_lead tr, .agent_table tr {
  background-color: #FCFCFC !important;
}
.table_lead td, .agent_table td {
  background-color: transparent !important;
  box-shadow: none !important;
}
.table_lead .instructorName, .agent_table .instructorName {
  color: #1C2527 !important;
}
.table_lead .table-head, .agent_table .table-head {
  background-color: #ededed;
  color: #1b1b1f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #1a1a1a;
  text-wrap: nowrap !important;
}
.table_lead .table_body_agent .select2, .agent_table .table_body_agent .select2 {
  width: 100% !important;
}
.table_lead .table_body_agent .select2 .selection .select2-selection, .agent_table .table_body_agent .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.table_lead .table_body_status .select2, .agent_table .table_body_status .select2 {
  width: 100% !important;
}
.table_lead .table_body_status .select2 .selection .select2-selection, .agent_table .table_body_status .select2 .selection .select2-selection {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.table_lead .table_body_status .select2 .selection .select2-selection .select2-selection__arrow b, .agent_table .table_body_status .select2 .selection .select2-selection .select2-selection__arrow b {
  color: #ffffff;
}

.highlight {
  background-color: #E6F1F8 !important;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #1C2527;
  color: #fff !important;
  border: none;
  border-radius: 5px;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #1C2527 !important;
}

.toSetoWidthSelectooo .select2-selection__rendered {
  border-radius: 15px !important;
  background-color: #d5d4d4;
}

.apexcharts-toolbar {
  display: none !important;
}

.navbar-collapse-mobile {
  display: none !important;
}

.header_logo_space {
  justify-content: center;
}

.sidebar_toggle {
  display: none;
}

@media only screen and (max-width: 1140px) {
  .device-search {
    display: none !important;
  }
  .wrapper .nav-image {
    width: 4.5rem;
    height: 3.5rem;
  }
  .sidebar_toggle {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .dashboard_row {
    padding: 40px 0px 0px 0px;
  }
  .report_row {
    padding: 40px 0px !important;
  }
  .Lead-Section .Lead-Section-Profile .lead-Name {
    font-size: 1rem !important;
  }
  .Lead-Section .Lead-Section-Profile .lead-Designation {
    font-size: 0.8rem !important;
  }
  .Lead-Section .Lead-Section-Profile .Lead-image {
    width: 3.2rem !important;
    height: 3.2rem !important;
  }
  .Lead-Section .header_logo_space {
    justify-content: space-between !important;
  }
  .navbar-collapse-mobile {
    display: block !important;
  }
  #navbarSupportedContent {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .nav-image {
    width: 3.2rem;
    height: 3rem;
  }
  .wrapper .header_logo_space {
    justify-content: space-between !important;
  }
}
.tosetNotificationChannel {
  background: transparent;
  padding: 0.1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s all linears;
}
.tosetNotificationChannel:hover {
  transform: scale(1.1);
}
.tosetNotificationChannel .fi-rr-bell {
  color: white;
  font-size: 1rem;
}

.select2-container--default .select2-selection--multiple {
  width: 100% !important;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  background: transparent;
  padding-left: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static;
  border: none;
}

.tosetSelect2Setting .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  height: 100% !important;
}
.tosetSelect2Setting .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .tosetSelect2Setting .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.tosetSelect2Setting .select2-container--default .select2-selection--multiple .select2-selection__clear {
  top: -3px;
}
.tosetSelect2Setting .wrapper .content-page .select2-selection {
  padding-top: 0 !important;
}
.tosetSelect2Setting .select2-selection select2-selection--multiple select2-selection--clearable {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.tosetSelect2Setting .select2-selection__choice {
  margin-top: 0 !important;
}

.wrapper .content-page .agent_upload_field .AgentInputImage .image-uploader .upload-text .iui-cloud-upload::before {
  margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple {
  background: transparent;
  border: 1px solid #D0D5DD !important;
}

.dt-length {
  gap: 10px;
  display: flex;
  align-items: center;
}
.dt-length label {
  margin-bottom: 0px;
}

.sidebar-default .iq-sidebar-menu .iq-menu > li {
  transition: 0.2s all linear;
}
.sidebar-default .iq-sidebar-menu .iq-menu > li:hover > a {
  background-color: #999999 !important;
  color: white !important;
}
.sidebar-default .iq-sidebar-menu .iq-menu > li .nested li:hover a {
  background-color: #999999 !important;
  color: white !important;
}

.image-uploader {
  border-radius: 8px;
}

.lead_feedbadk {
  position: relative;
}
.lead_feedbadk .feedback_edit {
  position: absolute;
  top: 0;
  right: -20px;
}
.lead_feedbadk .feedback_edit i {
  font-size: 14px;
  color: #1C2527;
}

.update_text {
  width: 100% !important;
}

.show_document {
  min-height: 10rem;
  max-height: 10rem;
  overflow: auto;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.show_document ul {
  padding: 0px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.show_document .text {
  font-size: 13px;
}
.show_document .name {
  font-weight: 600;
}
.show_document .icon i {
  color: black;
}

.setting_page .side-tab .nav-link {
  text-align: left;
  color: black;
  font-size: 14px;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.setting_page .side-tab .nav-link.active {
  color: #1C2527 !important;
  background-color: rgba(153, 153, 153, 0.2);
}
.setting_page .settings_file_uploader {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  padding: 15px 0px 0px 0px;
  margin-bottom: 20px;
}
.setting_page .settings_file_uploader .settings_upload_container {
  width: 100%;
  padding: 40px 0px;
  border: 1px solid #EAECF0;
  border-radius: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 786px) {
  table tr td, table tr th {
    font-size: 14px !important;
  }
  .dasboard_page .dashboard_card_head4 {
    font-size: 1rem;
  }
  .dasboard_page .dashboard_card_head1 {
    font-size: 30px;
  }
  .dasboard_page .dash-main-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .dasboard_page .dashboard_chart_head1 {
    color: #101828;
    font-weight: 600;
    font-size: 18px;
  }
  .btn {
    padding: 8px 15px !important;
    font-size: 13px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .btn-primary {
    padding: 8px 15px !important;
    font-size: 13px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .btn-secondary {
    padding: 8px 15px !important;
    font-size: 13px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .top_head {
    gap: 5px;
    padding: 15px 0px;
    justify-content: start !important;
  }
  .top_head .nav-tabs .nav-item {
    width: 100px !important;
  }
  .top_head .nav-tabs .nav-item .nav-link {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .top_head .act_button {
    align-self: end;
    justify-self: end;
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .agent-detail .agent_card {
    padding-top: 20px;
  }
  .agent-detail .agent_card .agent_detail_head1 {
    font-size: 20px;
    font-weight: 600;
  }
  .statistic_page .stats_card_head4 {
    font-size: 1rem;
  }
  .statistic_page .stats_card_head1 {
    font-size: 30px;
  }
  .statistic_page .dash-main-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .statistic_page .stats_chart_head1 {
    color: #101828;
    font-weight: 600;
    font-size: 18px;
  }
  .task_management .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    display: flex;
    flex-direction: column;
    margin: 47px 0px;
    gap: 15px;
    align-items: center;
    overflow: hidden;
  }
  .task_management .fc-button-group button {
    padding: 8px 15px !important;
    font-size: 13px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .wrapper .iq-sidebar .iq-sidebar-menu .iq-menu li a {
    font-size: 14px !important;
  }
  .iq-sidebar-menu img {
    width: 70% !important;
  }
  .all_leads .lead_head {
    margin-top: 44px;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .all_leads .lead_head .top_btn {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .setting_page .settings_card_body {
    margin-top: 30px !important;
  }
  .setting_page .settings_file_uploader {
    font-size: 12px;
  }
  label {
    font-size: 14px;
  }
  input {
    font-size: 14px;
  }
}
.dt-length {
  display: none !important;
}

div.dt-container .dt-search input {
  padding: 10px 20px !important;
}

.dt-search label {
  font-size: medium;
}

.select2-container--default .select2-results > .select2-results__options, .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: large !important;
}

p {
  font-size: medium;
}

.alert-success {
  font-size: large;
}

.agent_table_lead_status + .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 145px !important;
}/*# sourceMappingURL=admin.css.map */