/* General Style Start */

@font-face {
  font-family: eucilid_medium;
  src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
  font-family: eucilid_bold;
  src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
  font-family: eucilid_regular;
  src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

html {
  overflow-x: hidden !important;
}

body {
  background-color: #ffffff;
}

a {
  text-decoration: none !important;
}

.row {
  margin: 0px !important;
}

*:not(i) {
  font-family: "Arimo", sans-serif;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1500px;
  }
}



.slick-slider {
  overflow: hidden;
}

:root {
  --main_color: #41098e;
  --second_color: #ada2ff;
}

:root {
  --first-color: #8b2252;
  --second-color: #444;
}

a {
  color: #0060b6;
  text-decoration: none;
}

a:hover {
  color: #00a0c6;
  text-decoration: none;
  cursor: pointer;
}

/* General Style End */
/* Menu Start */
.menu_outer {
  background-color: var(--first-color);
  height: 80px;
}

.menu_inner {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}

.fileAddBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  position: relative;
}


.fileAddBtn input::file-selector-button {
  cursor: pointer;
}

.fileAddBtn input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.deleteIcon {
  position: absolute;
  top: -5px;
  right: -7px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background-color: red;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.menu_left_image {
  width: 50px;
  height: 50px;
}

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

.menu_left_container div {
  font-size: 32px;
  color: #fff;
}

.menu_right_container {
  font-size: 10px;
}

.menu_right_item {
  position: relative;
  padding: 6px;
  background-color: rgb(245, 245, 245);
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #eee;
  color: black;
}

.menu_right_item i {
  margin-right: 0px !important;
  color: #444;
}

.menu_right_item:hover i {
  color: white;
}

/* Menu End */

/* Footer Start */
.footer_outer {
  min-height: 200px;
  background-color: var(--first-color);
}

.footer_inner {
  padding-bottom: 80px;
}

.footer_item {
  padding: 15px;
}

.footer_item h4,
.footer_item div {
  color: #fff;
}

.footer_header_bottom_line {
  width: "14%";
  min-height: 1px;
  background-color: #fff;
}

.footer_left_image {
  width: 130px;
  height: 130px;
}

.footer_left_image_container {
  width: "100%";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.footer_brandname {
  font-size: 42px;
  margin-left: 10px;
}

.footer_item p {
  margin-top: 10px;
}

.footer_contact_item_container {
  display: flex;
  align-items: "center";
  gap: 10px;
  margin-top: 10px;
}

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

.footer_contacts_container {
  margin-top: 20px;
}

.footer_right_item {
  margin-top: 18px;
  font-size: 17px;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.4s;
}

.footer_right_item:hover {
  opacity: 1;
}

/* Footer End */

/* Login Start */

.index_login_main_container {
  width: "100%";
  min-height: 10px;
  margin-top: 100px;
}

.index_login_main_inner {
  width: 500px;
  margin: 0 auto;
  min-height: 10px;
  background-color: white;
  padding: 30px;
}

.index_login_main_inner h3 {
  text-align: center;
  font-weight: 500;
}

.index_login_header_line {
  width: 80px;
  min-height: 2px;
  background-color: var(--first-color);
  margin-left: auto;
  margin-right: auto;
}

.index_login_main_inner {
  color: var(--second-color);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.index_login_button {
  width: 150px;
  margin-top: 30px;
  font-weight: 600;
  background-color: var(--first-color);
  color: white;
  transition: all 0.4s;
  opacity: 0.9;
}

.index_login_button:hover {
  color: white;
  opacity: 1;
}

.index_login_button_container {
  width: "100%";
  display: flex;
  justify-content: end;
}

.index_login_main_inner p {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
  color: var(--second-color);
}

.index_login_main_inner h5 {
  margin-top: 20px;
}

.index_login_bottom_logo_and_text_container {
  width: "100%";
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_login_bottom_logo_and_text_inner {
  display: flex;
  gap: 5px;
  align-items: center;
  width: "100%";
}

.index_login_logo_image {
  width: 25px;
  height: 25px;
}

.index_login_bottom_logo_and_text_inner div {
  font-size: 12px;
  color: var(--second-color);
  font-weight: 600;
}

/* Login End */
/* Favourite start*/
.addFavouriteButton {
  width: 180px;
  padding: 8px 10px;
  background-color: #000;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 5px;
  cursor: pointer;
}

/* Favourite end*/


/* Homepage Start */

.homepage_main_container {
  width: "100%";
  min-height: 50px;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.homepage_main_item_container {
  width: 25%;
  min-height: 50px;
  padding: 15px;
}

.homepage_main_item_container2 {
  width: 33%;
  min-height: 50px;
  padding: 15px;
}

.homepage_main_item_inner {
  width: 100%;
  height: 100%;
  background-color: var(--first-color);
  min-height: 200px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: "center";
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
}

.homepage_main_item_inner2 {
  width: 100%;
  /* height: 240px; */
  background-color: #fff;
  min-height: 340px;
  border-radius: 20px;
  opacity: 0.9;
  transition: all 0.4s;
  border: 1px solid var(--first-color);
  color: var(--first-color) !important;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.homepage_main_item_inner3 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  min-height: 340px;
  border-radius: 20px;
  opacity: 0.9;
  transition: all 0.4s;
  border: 1px solid var(--first-color);
  color: var(--first-color) !important;
  text-align: center;
  height: 280px;
}

.homepage_main_item_inner:hover {
  opacity: 1;
}

.homepage_main_item_center_container {
  background-color: transparent;
  width: "max-content";
  height: "max-content";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.homepage_main_item_center_container p {
  font-size: 18px;
  margin-top: 10px;
}

.homepage_hirer_contract_header_text {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--first-color);
}

.homepage_hirer_contract_header_text {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}

.homepage_hirer_contract_header_bottom_line {
  width: 15%;
  min-height: 3px;
  background-color: var(--first-color);
  margin-right: auto;
  margin-left: auto;
  margin-top: 6px;
}

.homepage_hirer_contracts_container {
  width: calc(100% - 50px);
  margin-right: 25px;
  margin-left: 25px;
  min-height: 10px;
  height: 30px;
  margin-top: 10px;
}

.homepage_hirer_contract_item_container {
  display: flex;
  justify-content: space-between;
  align-items: "center";
  height: 30px;
  border-bottom: 1px solid var(--first-color);
  margin-top: 10px;
  border: 1px solid rgb(230, 230, 230);
  padding: 8px;
  height: 40px;
  border-radius: 10px;
}

.homepage_hirer_contract_item_left_container {
  color: #444;
}

.homepage_hirer_contract_item_left_container i {
  color: var(--main_color);
  cursor: pointer;
  opacity: 0.9;
}

.homepage_hirer_contract_item_left_container i:hover {
  color: var(--main_color);
  cursor: pointer;
  opacity: 0.9;
}

.homepage_hirer_contract_item_right_container {
  color: #999;
  display: flex;
  align-items: center;
  gap: 7px;
}

.homepage_hirer_contract_item_right_container i {
  color: #999;
  margin-left: 3px;
  color: #444;
}

/* Homepage End */

/* Receiver Customers Start */
.contractTitle {
  margin-top: 15px;
  font-weight: 600
}

.general_top_menu_container {
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}

.general_top_menu_item_container {
  padding: 8px;
  background-color: var(--first-color);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
  margin-top: 6px;
}

.general_top_menu_item_container:hover {
  opacity: 1;
}

.receiver_customers_table_container {
  width: 100%;
  min-height: 10px;
  /* background-color: red; */
  margin-top: 15px;
  padding: 10px;
  overflow-x: auto;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: rgb(248, 248, 248);
}

.receiver_customers_table_container2 {
  width: 100%;
  min-height: 10px;
  /* background-color: red; */
  margin-top: 15px;
  padding: 20px;
  overflow-x: auto;
  border-radius: 4px;
  border: 1px solid #eee;
  color: black;
}

.receiver_customers_table_container2 p {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.project_detail_link_modal_button_container {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.receiver_customers_table_container {
  color: #444;
}

.receiver_customers_table_container h2 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 21px;
  font-weight: 600;
}

.fas.fa-history {
  margin-right: 7px;
}

th {
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: var(--first-color);
  background-color: rgb(207, 203, 209);
  border-bottom: 1px solid var(--first-color);
}

tr {
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: white;
}

tr tr:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.receiver_customers_customer_name {
  cursor: pointer;
}

.receiver_customers_customer_name:hover {
  color: #0070c0;
}

.table_container .customTopInfoArea {
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.customTopInfoArea .customerTopInfoLeft {
  flex-direction: row;
  display: flex;
  gap: 15px;
  align-items: center;
}

.customTopInfoArea .customerTopInfoRight {
  flex-direction: row;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
}

.customerName {
  font-size: 20px;
  font-weight: 600;
}

.customerTopInfoRight .customerStatus {
  font-size: 15px;
  font-weight: 500;
}

.customerTopInfoRight .customerStatusType {
  font-size: 15px;
  font-weight: 500;
  color: #7A9D54;
}

.lineOuter {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.customerNotesArea {
  padding: 10px 25px;
}

.lineOuter .lineInner {
  width: 94%;
  border-bottom: 1px solid #e1e1e1;
}

.lineOuter .lineInner2 {
  width: 95%;
  border-bottom: 2px solid #e1e1e1;
}

.customerInformation .customerInformatinonInner {
  padding: 10px;
  flex-direction: column;
  display: flex;
}

.customerInnerInfoLine {
  flex: 1;
  font-weight: 500;
  color: #008896;
}

.customerInnerInfoLineModal {
  flex: 1;
  font-weight: 500;
  color: #008896;
  padding: 5px 0;
  font-size: 12px;
}

.customerInnerInfoLineModal2 {
  flex: 2;
  color: #000;
  padding: 5px 0;
  font-size: 12px;
}

.search_absolute_button_container2 {
  color: white !important;
  background-color: var(--first-color);
  padding: 6.5px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.search_absolute_button_container2 i {
  font-size: 12px;
  margin-right: 2px;
}

.customerInnerInfoAdress {
  width: 173px;
  font-weight: 500;
  color: #008896;
}

.policyBoxOuter {
  flex: 1;
  padding: 15px;
}

.policyBoxOuter .policyBoxInner {
  padding: 20px 15px;
  border: 1px solid #e1e1e1;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s;
  height: 80px;
}

.policyBoxOuter .policyBoxInner:hover {
  padding: 20px 15px;
  height: 80px;
  border: 1px solid #e1e1e1;
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 8px;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}

.policiesButtons {
  display: flex;
}

.customerInnerInfoLine2 {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customerInfoInnerOuter {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.filesModalTop {
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.customerInfoInnerOuterAdress {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 25px;
  margin-bottom: 35px;
}

.addNotesOuter {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.customerFilesOuter {
  width: 100%;
  flex-direction: row;
  gap: 15px;
  border: 1px solid #d9d9d9;
  display: flex;
  padding: 15px;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}

.customerFilesOuter i {
  font-size: 20px;
  color: #008896;
}

.customerFilesOuter .customerFilesName {
  font-weight: 500;
  font-size: 16px;
}

.customerFilesOuter .customerFilesSeeButton {
  width: 120px;
  background-color: #7D7C7C;
  color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.shareTypeOuter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.orOptionArea {
  width: 100%;
  flex-direction: row;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.orOptionArea .orText {
  color: #999999;
}

.reminderDateText {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.reminderDateInput {
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.reminderDateInputInner {
  width: 100%;
  outline: none;
}

.reminderInput {
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.reminderDateOuter {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.reminderNoteOuter {
  width: 100%;
  padding: 5px;
}

.customerUserSendButton {
  background-color: #e1e1e1;
  color: #fff;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.customerUserSendButton .customerFilesName {
  font-weight: 500;
  font-size: 16px;
  color: #7D7C7C;
}

.submenu_realestate {
  padding: 0px 0px 5px 25px;
  display: block;
}

.submenu_realestate_passive {
  display: none;
}

.subCategoryIcon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.subCategoryIcon .subIconInner {
  background-color: #352F44;
  height: 6px;
  width: 6px;
  border-radius: 50px;
}

.subCategoryItem {
  width: 100%;
  padding: 5px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.subCategoryItem:hover {
  font-size: 14px;
  font-weight: 600;
}

.customerFilesOuter .customerFilesOuterInner {
  flex: 1;
  flex-direction: row;
  display: flex;
  gap: 15px;
}

.addNotesOuter .addNotesButtonInner {
  background-color: #000;
  width: 130px;
  color: #fff;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 5px;
}

.noteEditDeleteButton {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer;
}

.notesRightSide {
  display: flex;
  flex-direction: column;
}

.customerInformationText {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 25px;
}

.customerCardButtonOuter {
  width: 100%;
  flex-direction: row;
  display: flex;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
}

.customerCardButtons {
  appearance: none;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 20px;
  min-width: 180px;
  outline: none;
  padding: 11px 35px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 240px;
  will-change: transform;
}

.customerCardButtons:disabled {
  pointer-events: none;
}

.customerCardButtons:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.customerCardButtons:active {
  box-shadow: none;
  transform: translateY(0);
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #A8DF8E;
}

input:focus+.slider {
  box-shadow: 0 0 1px #A8DF8E;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchArea {
  width: 150px;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}

.passiveUser {
  padding: 5px 10px;
  color: grey;
}

.customer_detail_modal_header {
  width: 100%;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: none;
}

.receiver_customers_close_icon_container_abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.customer_detail_modal_title {
  color: black;
}

.customer_detail_modal_body {
  color: black;
  /* background-color: aqua; */
  padding-top: 0;
}

.customer_detail_modal_items_container {
  display: flex;
  justify-content: space-between;
}

.transactionNotes {
  color: #000;
  font-size: 12px;
}

.customer_detail_modal_footer_button_close {
  color: white !important;
}

.customer_detail_modal_body_item_container {
  width: 50%;
  min-height: 10px;
  /* background-color: rebeccapurple; */
}

.meeting_past_modal_notes_container {
  width: 100%;
  min-height: 10px;
}

.meeting_past_modal_note_item {
  width: 100%;
  min-height: 10px;
  padding: 10px;
  background-color: rgb(250, 250, 250);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 5px;
  color: black !important;
}

.meeting_past_modal_note_item div span:nth-child(1) {
  font-weight: 600;
}

.meeting_past_modal_note_item div {
  color: black !important;
}

.customer_detail_modal_body_item_inner {
  width: 90%;
  margin-left: 0%;
  margin-right: 0%;
  min-height: 10px;
  /* background-color: yellow; */
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: black;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.customer_detail_modal_body_item_inner2 {
  display: flex;
  justify-content: end;
  font-size: 12px;
}

.customer_detail_modal_body_item_inner div {
  color: black;
  font-size: 12px;
}

.customer_detail_modal_body_item_inner div:nth-child(1) {
  font-weight: 600;
}

.customer_detail_modal_rating_container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.customer_detail_modal_rating_container i {
  color: "#eee";
  font-size: 10px;
}

.customer_detail_modal_rating_star_active {
  color: gold !important;
}

.customer_detail_modal_header_left {
  display: flex;
  gap: 10px;
  padding: 6px;
  padding-bottom: 8px;
}

.receiver_customers_middle_container {
  width: "100%";
  min-height: 10px;
  /* background-color: red; */
}

.general_button {
  padding: 10px;
}

.customer_detail_modal_body_item_container button {
  margin-top: 5px;
  font-size: 10px;
}

.customer_detail_modal_body_item_inner2_reply_call_date span {
  font-weight: 600;
  color: "red";
  font-size: 12px;
}

.customer_detail_modal_body_item_inner2_reply_call_date {
  color: grey;
}

.receiver_customers_modal_item_inner {
  width: "100%";
  min-height: 10px;
  /* background-color: grey; */
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.receiver_customers_modal_item_button_container:nth-child(1) {
  background-color: #0070c0;
}

.receiver_customers_modal_item_button_container:nth-child(2) {
  background-color: #25d366;
}

.receiver_customers_modal_item_button_container:nth-child(3) {
  background-color: #ff8c00;
}

.receiver_customers_modal_item_button_container {
  width: 30%;
  min-height: 28px;
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
}

.receiver_customers_modal_item_button_center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.receiver_customers_modal_item_button_center div {
  color: #fff;
  font-size: 10px;
}

.receiver_customers_modal_item_button_center i {
  color: white;
  font-size: 11px;
}

.receiver_customers_modal_item_button_center input::file-selector-button {
  cursor: pointer;
}

.receiver_customers_modal_item_button_center input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.receiver_customers_modal_item_inner5 {
  display: flex;
  justify-content: center;
}

.receiver_customers_modal_item_button_container5 {
  width: 50%;
}

.receiver_customers_modal_item_button_container6 {
  width: 48%;
  border: none;
  width: 30% !important;
}

.receiver_customers_files_text {
  font-size: 12px;
  color: black;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.receiver_customers_files_container {
  width: 100%;
  min-height: 10px;
  /* background-color: orange; */
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.receiver_customers_file_container {
  width: 10%;
  height: max-content;
  min-height: 10px;
  /* background-color: green; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.receiver_customers_file_container div {
  color: black;
  font-size: 10px;
  text-align: center;
}

.receiver_customers_file_container img {
  width: 50px;
  height: 50px;
  margin-top: 6px;
}

/* Receiver Customers End */
/* Real Estate Owner Start */
.real_estate_owner_container {
  width: 100%;
  min-height: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.real_estate_owner_item {
  width: 150px;
  height: "max-content";
  min-height: 210px;
  background-color: var(--first-color);
  border-radius: 10px;
  opacity: 0.9;
  transition: all 0.4s;
}

.real_estate_owner_item:hover {
  opacity: 1;
}

.real_estate_owner_item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

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

.real_estate_owner_item p {
  width: 80%;
  font-size: 12px;
}

.real_estate_owner_item2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: grey;
  cursor: pointer;
}

.deal_demand_modal_body_container {
  color: black;
}

.deal_demand_modal_body_header_bottom_line {
  width: 10%;
  min-height: 2px;
  background-color: var(--first-color);
}

.deal_demand_modal_body_content_container {
  width: 100%;
  min-height: 10px;
  display: flex;
  margin-top: 10px;
}

.deal_demand_modal_body_content_item {
  width: 50%;
  min-height: 10px;
}

.deal_demand_modal_body_content_item div {
  font-size: 12px;
  border-bottom: 1px solid #eee;
  color: black;
  height: 24px;
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.deal_demand_modal_body_content_item2 div {
  font-weight: 600;
}

.modal {
  overflow-y: scroll !important;
}

.deal_demand_modal_body_content_item input {
  height: 30px;
  font-size: 12px;
  margin-top: 9px;
}

.deal_demand_modal_body_content_item select {
  height: 30px;
  font-size: 12px;
  margin-top: 9px;
}

.deal_demand_modal_body_header_bottom_line2 {
  margin-top: 15px;
}

.general_button {
  background-color: var(--first-color);
  color: white;
  padding: 5px 20px;
}

.deal_demand_modal_button_container {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  font-size: 14px;
}

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

.deal_demand_modal_button_container button:focus {
  color: white;
}

.real_estate_owner_item {
  display: flex;
  flex-direction: column;
}

.real_estate_owner_item img {
  width: 100%;
  height: 100px;
  margin-bottom: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 600px) {
  .customer_detail_modal_items_container {
    flex-direction: column;
    align-items: center;
  }

  .customer_detail_modal_body_item_container {
    width: 100%;
  }

  .menu_right_container {
    display: none;
  }

  .menu_inner {
    justify-content: center !important;
  }
}

@media screen and (max-width: 820px) {
  .homepage_main_item_container2 {
    width: 100%;
    min-height: 50px;
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .homepage_main_item_container2 {
    width: 48%;
    min-height: 50px;
    padding: 15px;
  }
}

.real_estate_owner_customer_add_container {
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  background-color: #000;
  align-items: center;
  padding: 8px;
  border-radius: 2px;
  border: 1px solid var(--first-color);
  width: 170px;
  font-weight: 600;
}

.receiver_customer_title_area {
  border-bottom: 1px solid #999;
  padding-bottom: 4px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}

.edit_receiver_estate {
  width: 80px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
}

.real_estate_owner_customer_add_container:hover {
  color: #fff;
}

.add_appointment_info {
  color: #008896;
  margin-top: 20px !important;
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.lineModal {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  margin-top: 15px !important;
}

.addAppointmentTop {
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.receiverAddandFormOuter {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.sms_works_all_modal_contents {
  width: 100%;
  min-height: 10px;
}

.sms_works_all_modal_contents * {
  margin-top: 10px;
}

.project_detail_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.project_detail_image_container {
  padding: 5px;
  width: 50%;
  height: 300px;
}

.project_detail_mini_image_container {
  overflow-x: scroll;
}

.project_detail_container {
  width: 100%;
  min-height: 10px;
  /* background-color: red; */
}

.project_detail_header_content_container {
  width: 100%;
  min-height: 10px;
  /* background-color: aqua; */
  margin-top: 305px;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 8px;
  background-color: white;
}

.project_detail_header_content_container2 {
  width: 100%;
  min-height: 10px;
  /* background-color: aqua; */
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 8px;
  margin-top: 5px;
  background-color: white;
}

.projectDetailOuter {
  width: 100%;
  padding: 30px 40px 10px 40px;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 8px;
  margin-top: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.project_detail_header_content_left_container h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.project_detail_header_content_left_container * {
  color: black;
}

.project_detail_header_content_right_container * {
  color: black;
}

.project_detail_header_content_right_container {
  text-align: end;
}

.project_detail_header_content_right_item span:nth-child(1) {
  font-weight: 600;
}

.project_detail_header_content_right_item span:nth-child(2) {
  color: grey;
}

.project_detail_header_content_container2_left_first {
  color: black;
}

.project_detail_header_content_container2_left_first span {
  font-weight: 600;
}

.project_detail_header_content_container2_left_second {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.project_detail_header_content_container2_left_second div {
  color: white;
  padding: 6px;
  background-color: #c752a5;
  border-radius: 4px;
  font-size: 11px;
}

.project_detail_button {
  margin-top: 0;
  font-size: 11px;
}

.project_detail_contact_container {
  display: flex;
  gap: 5px;
}

.receiver_customers_modal_item_button_container {
  padding: 7px 22px;
  width: 30% !important;
  height: 28px !important;
}

.projectCustomerInfoTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

.project_detail_project_properties_container * {
  color: black;
}

.project_detail_project_properties_container {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.project_detail_project_properties_container h5 {
  font-weight: 600;
}

.project_detail_properties_content_container {
  width: 100%;
  min-height: 10px;
  /* background-color: purple; */
  padding-bottom: 0px;
}

.project_detail_property_image {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}

.project_detail_property_content_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.project_detail_paragraph_text {
  font-size: 12px;
  margin-top: 10px;
}

.project_detail_property_content_container {
  font-size: 12px;
}

.project_detail_property_content_container i {
  color: green;
}

.project_detail_project_properties_container h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

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

.project_detail_project_properties_container div span:nth-child(1) {
  font-weight: 600;
}

.project_detail_project_properties_container div span:nth-child(2) {
  font-weight: 400;
}

.meetingNotesOuter {
  width: 100%;
  padding: 10px;
}

.meetingNotesOuter .meetingNotesInner {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.meetingPersonInfoOuter {
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}

.meetingPersonInfoOuter .meetingPersonDate {
  width: 120px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid grey;
  border-radius: 3px;
}

.meetingNotesOuter .meetingNotesInner .meetingPersonInfo {
  width: 100%;
  flex-direction: row;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.meetingNotesInner .meetingPersonNameTitle {
  font-weight: 500;
  font-size: 16px;
  color: #008896;
}

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

.modal::-webkit-scrollbar {
  display: none !important;
}

.customerId {
  font-weight: 600;
  color: #000;
}

.real_estate_owner_detail_add_portfolio_modal_tabs_menu_container {
  width: 100%;
  min-height: 30px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.real_estate_owner_detail_add_portfolio_modal_tabs_menu_center {
  width: 55%;
  min-height: 30px;
  /* background-color: yellow; */
  display: flex;
  justify-content: space-between;
}

.real_estate_owner_detail_add_portfolio_modal_tab_container {
  width: 30%;
  min-height: 30px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border: 1px solid #eee;
  color: #444;
  cursor: pointer;
}

.real_estate_owner_detail_add_portfolio_modal_tab_container_active {
  background-color: var(--first-color);
  color: white;
}

.real_esate_information_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.real_estate_information_area_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.real_estate_information_outer_area {
  flex: 1
}

.real_estate_owner_detail_inputs_container {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.real_estate_owner_detail_inputs_item {
  width: 32%;
  min-height: 40px;
  /* background-color: green; */
  display: flex;
  justify-content: space-between;
}

.addressInfoOuter {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.addressInfoTitle {
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 5px;
}

.reminderInnerArea {
  width: 100%;
  padding: 10px;
}

.reminderBox {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}

.reminderInnerArea .reminderBoxOuter {
  width: 100%;
  padding: 27px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.reminderDateInfoBox {
  position: absolute;
  padding: 3px 45px;
  background-color: #000;
  color: #fff;
  top: 0;
  left: 22px;
  border-radius: 6px;
}

.addReminderButtonOuter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 5px;
}

.addReminderButtonOuter .addReminderButtonInner {
  background-color: #000;
  padding: 5px 35px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.addressInput {
  height: 100px;
  width: 100%;
  font-size: 12px !important;
}

.real_estate_owner_detail_inputs_item2 {
  display: flex;
}

.real_estate_owner_detail_select {
  width: 32%;
}

.real_estate_owner_detail_input {
  width: 67%;
  font-size: 12px;
}

.real_estate_owner_detail_input2 {
  width: 100%;
  font-size: 12px !important;
}

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

.customerInnerInfoArea {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.portfolio_pool_button {
  border: none;
  outline: none;
  background-color: var(--main_color);
  color: white;
  font-size: 12px;
}

.portfolio_pool_button:focus {
  color: white !important;
}

.portfolio_pool_button:hover {
  border: none;
  background-color: var(--main_color);
  color: white;
  font-size: 12px;
  border: none;
}

.receiver_customers_file_add_container {
  cursor: pointer;
}

.portfolio_pool_modal_container {
  width: "66%";
}

.portfolio_pool_modal_container_textarea {
  width: 66%;
  height: 34px !important;
  resize: none;
}

@media screen and (max-width: 600px) {
  .real_estate_owner_detail_inputs_item {
    width: 100%;
  }

  .portfolio_pool_modal_container_textarea {
    width: 100%;
  }

  .receiver_customers_file_container {
    width: 18%;
  }

  .real_estate_owner_detail_add_portfolio_modal_tabs_menu_center {
    width: 100%;
  }
}

/* Real Estate Owner End */
/* SMS Works Start */

/* SMS Works End */

/* Real Estate Owner Detai Profile Start */

.real_estate_owner_detail_profile_meeting_history {
  color: blue !important;
  opacity: 0.9;
  transition: all 0.4s;
  cursor: pointer;
}

.real_estate_owner_detail_profile_meeting_history:hover {
  opacity: 1;
}

.receiver_customers_table_container h2 {
  position: relative;
}

.receiver_customers_table_container h2 .fas.fa-chevron-left {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
}

.receiver_customers_table_container h2 .fas.fa-arrow-left:hover {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s;
}

.hirer_contract_more_detail_content_text {
  text-align: start;
}

.costumer_register_form_link {
  width: 100%;
  height: 50px;
  /* background-color: red; */
}

.customer_register_form_link_inner {
  width: 100%;
  min-height: 50px;
  background-color: #eee;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 20px;
  padding-bottom: 20px;
}

.customer_register_form_link_inner h4 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  color: #444;
}

.customer_register_form_link_input_container {
  width: 100%;
  min-height: 10px;
  /* background-color: yellow; */
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer_register_form_link_input_container:nth-child(1) {
  margin-top: 12px;
}

.customer_register_form_link_half_item {
  width: 49%;
}

@media screen and (max-width:990px) {
  .customer_register_form_link_half_item {
    width: 100% !important;
  }
}

.customer_register_form_link_half_item h6 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #444;
}

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

.customer_register_form_link_input_container h5 {
  color: black;
  margin-top: 0;
  margin-bottom: 0;
}

.real_estate_owner_detail_inputs_item select {
  font-size: 12px !important;
}

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

.customer_register_form_link_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.customer_register_form_link_button_container button {
  border: none;
  outline: none;
  width: 140px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--first-color);
  opacity: 0.9;
  transition: all 0.4s;
}

.customer_register_form_link_button_container button:hover {
  opacity: 1;
}

.real_estate_owner_detail_inputs_item_66 {
  width: 66%;
}

.customer_register_form_link_header {
  color: black;
}

.customer_register_form_link_icon {
  font-size: 16px;
  margin-right: 30px;
}

.customer_register_form_link_body {
  width: 100%;
  min-height: 10;
  background-color: #eee;
}

.customer_register_form_link_body p {
  font-size: 12px;
  color: #444;
}

.customer_register_form_link_body p span:nth-child(1) {
  font-size: 12px;
  color: #444;
  font-weight: 600;
}

.customer_register_form_link_body p:nth-child(4) {
  color: blue;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
}

.customer_register_form_link_body p:nth-child(4):hover {
  opacity: 1;
}

.customer_register_form_link_button_container {
  display: flex;
  justify-content: start;
  gap: 5px;
}

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

.customer_register_form_link_button_container button:nth-child(2) {
  font-size: 10px;
  background-color: grey;
}

.customer_register_form_link_button_container3 {
  display: flex;
  justify-content: center;
}

.homepage_hirer_contract_item_container div {
  color: black;
}

.homepage_operation_item_first {
  font-weight: 600;
}

.kvkk_header_text {
  text-align: center;
  margin-bottom: 25px;
}

.receiver_customers_pagination_container {
  width: 100%;
  min-height: 10px;
}

.receiver_customers_pagination_inner {
  width: 280px;
  min-height: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.receiver_customers_pagination_item {
  color: black;
  width: 30px;
  height: 30px;
  background-color: #e3f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
}

.receiver_customers_pagination_item:hover {
  opacity: 1;
}

.receiver_customers_pagination_item:first-child {
  color: white;
  width: 30px;
  height: 30px;
  background-color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.receiver_customers_pagination_item:last-child {
  color: white;
  width: 30px;
  height: 30px;
  background-color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.receiver_customers_pagination_item_active {
  background-color: var(--main_color);
  color: white;
}

.receivar_customers_filter_button {
  color: var(--first-color);
  font-size: 12px;
  border: none;
  outline: none;
  padding: 0px 12px;
  border-radius: 5px;
  border: 1px solid var(--first-color);
  transition: all 0.4s;
  height: 27px;
  background-color: white;
  margin-right: 8px;
}

.receivar_customers_filter_button:hover {
  background-color: var(--first-color);
  color: white;
}

.receiver_customers_filter_search_container {
  display: flex;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}

.receiver_customers_filter_search_container input {
  height: 27px;
  width: 160px;
  font-size: 12px;
  margin-right: 8px;
}

.receiver_customers_filter_search_container select {
  height: 27px;
  width: 120px;
  font-size: 12px;
}

.receiver_customers_filter_content_container {
  position: absolute;
  left: 0;
  top: 80px;
  width: 0px;
  height: 100vh;
  background-color: rgb(220, 220, 220);
  padding: 0px;
  overflow-y: auto;
  overflow: hidden;
  transition: all 0.4s;
  opacity: 0;
}

.receiver_customers_filter_content_top_container {
  width: 100%;
  min-height: 20px;
  background-color: var(--main_color);
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 4px;
}

.receiver_customers_filter_content_top_container2 {
  width: 100%;
  min-height: 20px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 0px;
}

.receiver_customers_filter_content_top_container div {
  color: white;
}

.receiver_customers_filter_content_top_left_container {
  font-weight: 500;
  font-size: 14px;
}

.receiver_customers_filter_content_top_right_container i {
  cursor: pointer;
  opacity: 0.9;
}

.receiver_customers_filter_content_top_right_container i:hover {
  cursor: pointer;
  opacity: 1;
}

.receiver_customers_filter_content_top_container2_item_1 {
  width: 40%;
  min-height: 10px;
  text-align: start;
}

.receiver_customers_filter_content_top_container2_item_2 {
  width: 60%;
  min-height: 10px;
}

.receiver_customers_filter_content_top_container2_item_2 select {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.receiver_customers_filter_content_top_container2_item_1 {
  color: black;
  font-weight: 600;
  text-align: start;
}

.receiver_customers_filter_content_container2 {
  background-color: white;
  border-radius: 4px;
  margin-top: 10px;
}

.receiver_customers_filter_button_container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.receiver_customers_filter_button_container {
  width: 100%;
  min-height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
  width: 60%;
}

.receiver_customers_filter_button {
  border: none;
  outline: none;
  background-color: var(--first-color);
  margin-right: 10px;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 6px 12px;
  width: 100%;
  font-size: 12px;
}

.receiver_customers_filter_button_outer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.receiver_customers_filter_content_top_lorem {
  width: 100%;
  min-height: 20px;
}

.filter_modal_active {
  width: 320px;
  padding: 8px;
  opacity: 1;
}

.message_left_container {
  color: black;
}

.message_left_inner {
  width: 100%;
  min-height: 10px;
  background-color: red;
  padding: 10px;
}

.message_right_container {
  color: black;
}

.message_right_inner {
  width: 100%;
  min-height: 10px;
  background-color: #eee;
  padding: 0 10px;
  height: 484px;
}

.message_top_container {
  width: 100%;
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.message_top_container div {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.message_top_container div:nth-child(1) {
  margin-left: 10px;
}

.message_top_input_container {
  position: relative;
  margin-right: 10px;
}

.message_top_input_container input {
  padding-left: 26px;
  font-weight: 400;
}

.message_top_input_container i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  font-weight: 400;
  color: #444;
}

.message_top_input {
  height: 27px;
  width: 160px;
  font-size: 12px;
  margin-right: 8px;
}

.message_messages_header_text {
  color: grey;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
}

.message_messages_header_text_container {
  width: 100%;
  min-height: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.message_left_content_container {
  width: 100%;
  background-color: white;
  padding-bottom: 20px;
  border-radius: 6px;
}

.message_right_content_container {
  width: 100%;
  background-color: white;
  padding-bottom: 20px;
  border-radius: 6px;
  padding: 10px 10px;
}

.message_messages_container {
  width: 100%;
  min-height: 10px;
  padding: 0 10px;
}

.message_container {
  width: 100%;
  min-height: 10px;
  background-color: rgb(238, 238, 238);
  padding: 6px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgb(245, 245, 245);
  margin-top: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.message_user_image_container {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 8px;
}

.message_user_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.message_blink_circle {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #25d366;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-60%);
}

.message_user_right_container {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* background-color: green; */
}

.message_user_right_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
}

.message_user_right_top_container div:nth-child(2) {
  color: rgb(0, 169, 227);
  font-weight: 600;
}

.message_user_right_top_container div {
  color: black;
}

.message_user_right_top_container div:nth-child(1) {
  font-weight: 600;
  font-size: 13px;
}

.message_user_right_container div:nth-child(2) {
  /* background-color: aqua; */
}

.message_pre_text {
  margin-top: 5px;
  font-size: 12px;
  color: #444;
}

.message_messages_header_bottom_line {
  width: 10%;
  min-height: 1px;
  background-color: grey;
  margin-left: 10px;
  margin-bottom: 10px;
}

.message_right_content_image_container {
  width: 50px;
  height: 50px;
}

.message_right_content_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.message_right_content_inner {}

.message_right_content_top_container {
  width: 100%;
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message_right_content_user_name_container {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.message_right_content_user_name_container div:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
}

.message_right_content_user_name_container div:nth-child(2) {
  font-size: 12px;
}

.message_right_content_user_name_container div {
  color: black;
}

.message_right_content_top_left_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}

.message_right_content_top_container i {
  font-size: 20px;
  color: black;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4;
}

.message_right_content_top_container i:hover {
  opacity: 1;
}

.dropdown-menu2 {
  position: absolute;
  top: 100%;
  left: -146px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 150px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.message_customer_message_body_item {
  color: black;
  text-align: center;
}

.message_customer_message_body_item span:nth-child(1) {
  color: black;
  font-weight: 600;
}

.dropdown-menu2 li {
  font-size: 12px;
}

.message_customer_message_header {
  color: black;
}

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

.message_customer_message_body_item_select {
  width: 160px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
}

.message_customer_message_body_item2 select {
  margin-left: 10px;
}

.message_customer_navigate_button {
  padding: 5px 14px;
  background-color: var(--first-color);
  width: max-content;
  font-size: 12px;
  margin-top: 7px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
}

.message_customer_navigate_button:hover {
  opacity: 1;
}

.message_contents_container {
  width: 100%;
  min-height: 10px;
  /* background-color: red; */
  margin-top: 0px;
}

.message_other_user_message_detail_container {
  width: 100%;
  min-height: 10px;
  /* background-color: red; */
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
}

.message_other_user_message_detail {
  max-width: 45%;
  min-height: 10px;
  background-color: #eee;
  color: black;
  padding: 10px;
  word-wrap: break-word;
  border-radius: 15px;
  border-top-left-radius: 0 !important;
  padding-bottom: 20px;
  position: relative;
  font-size: 12px;
}

.message_me_user_message_detail_container {
  width: 100%;
  min-height: 10px;
  /* background-color: red; */
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
}

.message_me_user_message_detail {
  max-width: 45%;
  min-height: 10px;
  background-color: #6b39b3;
  color: white;
  padding: 10px;
  word-wrap: break-word;
  border-radius: 15px;
  border-bottom-right-radius: 0 !important;
  padding-bottom: 20px;
  position: relative;
  font-size: 12px;
}

.message_other_user_message_date {
  font-size: 12px;
  color: #888;
  position: absolute;
  bottom: 3px;
  right: 10px;
}

.message_messages_contents_container {
  width: 100%;
  min-height: 50px;
  /* background-color: var(--main_color); */
  height: 341px;
  overflow: auto;
  padding-bottom: 10px;
}

.message_bottom_message_send_container {
  width: 100%;
  min-height: 10px;
  background-color: var(--main_color);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
}

.message_bottom_message_send_container i {
  font-size: 22px;
  cursor: pointer;
}

.message_bottom_message_send_input {
  height: 45px;
  border-radius: 20px;
}

/* width */
.message_messages_contents_container::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.message_messages_contents_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.message_messages_contents_container::-webkit-scrollbar-thumb {
  background: var(--main_color);
  border-radius: 10px;
}

/* Handle on hover */
.message_messages_contents_container::-webkit-scrollbar-thumb:hover {
  background: var(--first-color);
}

/* */

.table_container::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}

/* Track */
.table_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.table_container::-webkit-scrollbar-thumb {
  background: var(--main_color);
  border-radius: 10px;
}

/* Handle on hover */
.table_container::-webkit-scrollbar-thumb:hover {
  background: var(--first-color);
}

.menu_right_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.menu_right_outer i {
  font-size: 18px;
  cursor: pointer;
}

.date_calendar_container {
  width: 100%;
  min-height: 10px;
  /* background-color: #eee; */
}

/* calender start  */
.wrapper {
  margin: 15px auto;
  max-width: 1100px;
}

.container-calendar {
  background: #fff;
  padding: 15px;
  /* max-width: 475px; */
  margin: 0 auto;
  overflow: auto;
  border-radius: 5px;
}

.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
  cursor: pointer;
}

.table-calendar td,
.table-calendar th {
  padding: 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}

.date-picker.selected {
  font-weight: bold;
  outline: 1px dashed #00bcd4;
}

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

/* friday */
.date-picker:nth-child(6) {
  color: green;
}

#monthAndYear {
  text-align: center;
  margin-top: 0;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

/* calender end  */

/* date calendar start */

.date_calendar_right_container {
  width: 100%;
  min-height: 10px;
  padding: auto 70px;
}

.date_calender_contents_container {
  width: 100%;
  min-height: 10px;
}

.date_calendar_contents_top_container {
  width: 100%;
  min-height: 10px;
  height: 30px;
  background-color: rebeccapurple;
  padding: 0 12px;
  border-radius: 5px;
}

.date_calendar_contents_top_left_container {
  display: flex;
  gap: 8px;
  color: white;
}

.date_calendar_contents_top_container {
  display: flex;
  align-items: center;
  color: white;
}

.date_calendar_item_birthday_item_container {
  display: flex;
  gap: 6px;
  margin-right: 20px;
}

.date_calendar_content_details_container {
  width: 100%;
  min-height: 10px;
  margin-top: 10px;
}

.date_calendar_content_detail_item_container {
  width: 100%;
  min-height: 10px;
  height: 36px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.date_calendar_content_detail_item_container:nth-child(odd) {
  border-left: 3px solid var(--first-color);
  border-right: 3px solid var(--main_color);
}

.date_calendar_content_detail_item_container:nth-child(even) {
  border-left: 3px solid var(--main_color);
  border-right: 3px solid var(--first-color);
}

.date_calendar_content_detail_item_container div {
  color: black;
}

.date_calendar_content_detail_item_container div i {
  margin-right: 7px;
}

/* date calendar end */

.container-calendar {
  color: black;
}

.menu_right_container {
  min-width: 400px;
  min-height: 10px;
  display: flex;
  gap: 5px;
}

.menu_right_item {
  opacity: 0.9;
  transition: all 0.4s;
}

.menu_right_item:hover {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .homepage_main_item_container {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .homepage_main_item_container {
    width: 100%;
  }

  .homepage_main_item_container2 {
    width: 100%;
  }
}

/* Real Estate Owner Detai Profile End */

/* blink start */

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

/* blink end */

/* Hamburger Start */

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition:
    transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/* Hamburger End */

/* Mobile Menu Start */
.mobile_menu {
  display: none;
  cursor: pointer;
}

.mobile_menu_container {
  width: 100%;
  min-height: 10px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: end;
}

.mobile_menu_inner {
  width: 280px;
  /* min-height: 10px; */
  text-align: center;
  height: 0 !important;
  overflow: hidden;
  transition: all 0.6s;
  opacity: 0;
}

.mobile_mnenu_inner_active {
  height: 300px !important;
  opacity: 1;
}

.menu_right_item2 {
  opacity: 1;
  border: none;
  border-bottom: 1px solid var(--first-color);
}

.menu_right_item2:hover {
  background-color: var(--first-color);
  color: white;
}

thead tr {
  border-bottom: 1px solid var(--first-color) !important;
}

@media screen and (max-width:1199px) {
  .customerInformation .customerInformatinonInner {
    flex-direction: column;
    display: flex;
    padding: 0;
  }

  .customerInfoInnerOuterAdress {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .customerInnerInfoAdress {
    flex: 1;
    font-weight: 500;
    color: #008896;
  }

  .addNotesOuter {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1620px) {
  .menu_right_container {
    display: none;
  }

  .mobile_menu {
    display: block;
  }
}

@media screen and (max-width: 740px) {
  .container_mobile_menu {
    width: 100%;
  }

  .mobile_menu_inner {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .receiverAddandFormOuter {
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    display: flex;
  }
}

/* Mobile Menu End */

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  margin: 0 5px;
  opacity: 0.9;
  transition: all 0.4s;
  background-color: white;
}

.pagination a:hover {
  opacity: 1;
}

.pagination .active {
  background-color: var(--first-color);
  color: white;
  border: 1px solid var(--first-color);
}

.prev,
.next {
  font-size: 12px;
  padding: 0;
  margin-top: 3px;
}

.prev a {
  display: flex !important;
  align-items: center !important;
}

.ownerListOuter {
  width: 100%;
  background-color: white;
  padding: 15px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
  flex-wrap: wrap;
}

.ownerImgOuter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ownerListOuter img {
  width: 70%;
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
}

.ownerListWrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
  padding: 20px 15px;
}

.ownerImgTitle {
  font-size: 15px;
  transition: all 0.3s;
  color: #000;
}

.ownerListWrapper:hover .ownerImgTitle {
  transform: scale(1.1);
  color: red;
}

.grayscale-img {
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.ownerListWrapper:hover .grayscale-img {
  filter: grayscale(0%);
}

.real_estate_owner_detail_filter_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.real_estate_owner_detail_filter {
  display: flex;
}

.real_estate_owner_detail_filter_button {
  padding: 5px 20px;
  color: var(--first-color);
  font-size: 12px;
  border: 1px solid var(--first-color);
  font-weight: 500;
  height: 30px;
  background-color: white;
  opacity: 0.9;
  transition: all 0.4s;
  cursor: pointer;
}

.real_estate_owner_detail_filter_button:hover {
  opacity: 1;
}

.real_estate_owner_detail_filter_button_search {
  color: var(--first-color);
  font-size: 12px;
  border: 1px solid var(--first-color);
  font-weight: 500;
  height: 30px;
  width: 30px;
  background-color: var(--first-color);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  transition: all 0.4s;
  cursor: pointer;
}

.real_estate_owner_detail_filter_button_search:hover {
  opacity: 1;
}

.real_estate_owner_detail_filter_button_search i {
  color: white;
}

input:focus {
  outline-width: 0 !important;
  outline: none !important;
  border: 1px solid #fff !important;
}

input {
  border: none;
}

.real_estate_owner_detail_filter input {
  font-size: 12px;
  color: #444;
  padding: 0 10px;
}

select {
  border: none;
}

option {
  border: none;
  outline: none;
}

.real_estate_owner_detail_filter select {
  font-size: 12px;
  color: #444;
  padding: 0 10px;
}

select:focus {
  outline-width: 0 !important;
  outline: none !important;
  border: 1px solid #fff !important;
}

option:focus {
  outline-width: 0 !important;
  outline: none !important;
  border: 1px solid #fff !important;
}

button:focus {
  outline-width: 0 !important;
  outline: none !important;
  border: 1px solid #fff !important;
}

.table_container {
  color: black;
  background-color: white;
  padding: 15px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.table_analyse_button {
  color: var(--first-color) !important;
  width: 80px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--first-color);
  cursor: pointer;
  transition: all 0.4s;
  width: 100px;
}

.table_analyse_button:hover {
  background-color: var(--first-color);
  color: white !important;
}

.general_button:hover {
  color: white !important;
}

.general_button:visited {
  color: white;
}

.menu_message_nav_icon {
  color: var(--main_color);
  font-size: 20px;
  cursor: pointer;
  z-index: 200;
  background-color: white;
  padding: 10px;
  border-radius: 100%;
  border: 1px solid var(--main_color);
  position: relative;
}

.index_inner {
  margin-top: 50px;
}

.menu_message_nav_icon_container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  z-index: 200;
  border: 1px solid transparent;
}

.menu_message_nav_icon_circle {
  position: fixed;
  bottom: 50px;
  right: 100px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid var(--main_color);
  z-index: 199;
}

.homepage_modal_content_container {
  border-radius: 20px;
}

.customer_detail_modal_top_line {
  width: 100%;
  min-height: 1px;
  background-color: rgb(230, 230, 230);
}

.fas.fa-star {
  color: grey;
}

.real_estate_owner_detail_inputs_item_two_input {
  display: flex;
}

.real_estate_owner_detail_inputs_item3 {
  display: flex;
  flex-direction: column;
  color: black !important;
  justify-content: start;
  margin-top: 9px;
}

.receiver_customers_search_header {
  display: flex;
  flex-direction: column;
  color: black !important;
  justify-content: start;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 600;
}

.real_estate_owner_detail_inputs_item3 div:nth-child(1) {
  color: black !important;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}

.renttext {
  color: black !important;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}

.menu_message_nav_icon_circle {
  width: 10px;
  height: 10px;
  background-color: red;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

.homepage_seemore_button {
  font-size: 12px;
  padding: 2px 5px;
  background-color: var(--main_color);
  color: white !important;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.4s;
}

.homepage_seemore_button:hover {
  opacity: 1;
}

.display_none {
  display: none !important;
}

.deal_management_form_link_h5 {
  color: black;
  font-weight: 600;
  margin-bottom: 7px;
}

.deal_management_form_link_h5_bottom_line {
  width: 25%;
  min-height: 1px;
  background-color: #888;
  margin-bottom: 14px;
}

.message_top_right_container {
  display: flex;
  gap: 5px;
}

.message_top_right_container div {
  color: black;
  padding: 5px;
  border: 1px solid var(--first-color);
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  color: var(--first-color);
  transition: all 0.4s;
}

.message_top_right_container div:hover {
  background-color: var(--first-color);
  color: white;
}

.message_modal_body_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  width: max-content;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgb(240, 240, 240);
}

.message_modal_body_inner>* {
  margin-top: 5px;
}

.message_customer_message_body_container2 {
  display: flex;
  justify-content: center;
}

#filter_modal {
  z-index: 800;
  border-right: 1px solid #888;
}

.menu_sideabar_modal_item {
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  margin-top: 14px;
  cursor: pointer;
  color: black;
  font-size: 14px !important;
  opacity: 0.9;
  transition: all 0.4s;
}

.menu_sideabar_modal_item:hover {
  font-size: 16px !important;
  font-weight: 600;
}

.menu_sideabar_modal_item i {
  margin-right: 10px;
  width: 16px;
}

.menu_sideabar_modal_item div {
  font-size: 12px;
  color: black;
}

.footer_brandname {
  font-size: 34px;
}

#sidebar_menu_modal {
  z-index: 2000;
}

.real_estate_owner_detail_filter_customer_add_button {
  background-color: var(--first-color);
  color: white;
}

.real_estate_owner_detail_filter_container2 {
  justify-content: space-between;
}

.filter_badge_container {
  padding: 4px 10px;
  display: flex;
  background-color: white !important;
  color: black !important;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #999;
}

.filter_badge_container div {
  color: black;
  font-size: 12px;
}

.filter_badge_container i {
  font-size: 10px;
  margin-bottom: 3px;
  cursor: pointer;
}

.custom_boxes_outer {
  min-height: 10px;
  margin-bottom: 25px;
  float: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 35px;
}

.custom_box {
  min-height: 10px;
  background: linear-gradient(to right, #fff, #eee);
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 15px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
  transition: .2s all ease-in-out;
}

.custom_box.active_box {
  background: linear-gradient(to right, #000, #404040);
}

.custom_box.active_box span:first-child {
  color: #fff;
}

.custom_box.active_box span:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.custom_box span:first-child {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.custom_box span:last-child {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.complated_modal_info {
  margin-bottom: 10px;
  color: #008896;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .date_calendar_content_detail_item_container {
    flex-direction: column;
    height: max-content;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 991px) {
  .projectDetailOuter {
    width: 100%;
    padding: 30px 40px 30px 40px;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 8px;
    margin-top: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
  }

  .real_estate_information_outer_area {
    width: 100%;
    flex: none;
  }

  .custom_boxes_outer {
    min-height: 10px;
    margin-bottom: 25px;
    float: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
    overflow-y: auto;
  }

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

  .custom_box {
    width: 240px;
    min-height: 100px;
    background: linear-gradient(to right, #fff, #eee);
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px 15px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    transition: .2s all ease-in-out;
  }
  .homepage_main_item_container2 {
    width: 100%;
    min-height: 50px;
    padding: 15px;
  }
}

@media screen and (max-width: 570px) {
  .customerInfoInnerOuter {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .customerInfoInnerOuterAdress {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

}
