@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;500;600;700;800&display=swap");

body {
  font-size: 16px;

  line-height: 24px;

  font-weight: 400;

  overflow-x: hidden;

  font-family: "Nunito Sans", sans-serif;
}

p {
  font-family: "Nunito Sans", sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  color: #464b70;
}

a {
  font-family: "Nunito Sans", sans-serif;

  text-decoration: none;
}

a:hover {
  color: #3f53fe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
}

h2 {
  font-size: 35px;

  line-height: 45px;

  font-weight: 700;
}

h3 {
  font-size: 25px;

  line-height: 44px;

  font-weight: 600;
}

/*-------- Custom CSS Start -------------*/

.container {
  max-width: 1344px;
}

.form-control {
  border-radius: 5px !important;

  border: 0 !important;

  background: #f6f8fc !important;

  height: 50px;

  padding: 17px 0 17px 54px !important;

  /* color: #464B70 !important; */

  color: #000 !important;

  font-family: "Nunito Sans", sans-serif;

  font-size: 14px !important;

  font-weight: 400 !important;

  box-shadow: none !important;
}

.card-box-blocks select.form-control {
  appearance: none;

  background-image: url(../images/dropdown-arrow.png) !important;

  background-repeat: no-repeat !important;

  background-position: 93% center !important;
}

.form-control::placeholder {
  color: #464b70 !important;

  text-transform: capitalize;
}

.btn-fill {
  background: #3f53fe;

  color: #fff;

  border: 2px solid #3f53fe;

  width: 100%;

  padding: 14px 22px;

  border-radius: 5px;

  font-size: 18px;

  font-weight: 600;

  line-height: 26px;

  transition: all 0.4s ease-in-out;

  text-transform: capitalize;

  box-shadow: none !important;

  font-family: "Barlow", sans-serif;
}

.btn-fill:hover {
  color: #3f53fe;

  background-color: transparent;
}

.btn-outline {
  width: 100%;

  color: #121639;

  font-weight: 700;

  transition: all 0.4s ease-in-out;

  font-size: 18px;

  border: 1px solid #d6dce8;

  border-radius: 5px;

  line-height: 28px;
}

.btn-outline:hover {
  background: #121639;

  border-color: #121639;

  color: #fff;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

input[type="radio"] {
  appearance: none;

  width: 16px;

  height: 16px;

  border: 1px solid #e1e3e7;

  border-radius: 100%;

  position: relative;

  margin-right: 8px;
}

input[type="radio"]:checked:before {
  position: absolute;

  content: "";

  background: #3f53fe;

  border-radius: 100%;

  width: 10px;

  height: 10px;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;
}

/*-------- Custom CSS End -------------*/

/*------------ Header Start -------------*/

.dashboard-header {
  background: #fff;

  position: relative;

  padding: 20px 0;

  border-bottom: 1px solid #eaeceb;
}

.header-logo {
  outline: 0;
}

.user-dropdown .arrow-icon svg {
  width: 10px;

  height: 6px;
}

.dashboard-header .container-fluid {
  max-width: 1819px;
}

.block-session {
  justify-content: end;

  display: flex;

  align-items: center;
}

.upload-buyer {
  background: #f5f7f9;

  border-radius: 5px;

  display: flex;

  align-items: center;

  padding: 7px 15px;

  margin-right: 20px;
}

.header-logo img {
  max-height: 34px;
}

.upload-buyer img {
  margin-right: 10px;

  min-width: 20px;
}

.upload-buyer p b {
  color: #121639;

  font-weight: 700;

  font-family: "Barlow", sans-serif;
}

.upload-buyer.bg-green {
  padding: 5px 9px;
}

.upload-buyer p {
  color: #464b70;

  font-size: 14px;

  text-transform: capitalize;

  margin-bottom: 0;

  font-weight: 600;
}

.bg-green {
  background: #0f920d;
}

.upload-buyer.bg-green p {
  color: #fff;

  font-weight: 600;
}

.upload-buyer.bg-green .upload-buyer-icon {
  background: #fff;

  border-radius: 7px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 28px;

  height: 28px;

  margin-right: 10px;
}

.upload-buyer.bg-green .upload-buyer-icon img {
  margin-right: 0;
}

/*dropdown user*/

.img-user {
  background: #f5f7f9;

  width: 42px;

  height: 42px;

  border-radius: 100%;

  overflow: hidden;

  margin-right: 11px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.welcome-user {
  margin-right: 12px;
}

.welcome-user span {
  display: block;

  text-align: left;
}

.user-dropdown .dropdown-toggle::after {
  display: none;
}

.user-dropdown button {
  padding: 0;

  border: 0;

  display: flex;

  align-items: flex-end;
}

.welcome {
  font-family: "Nunito Sans", sans-serif;

  color: #414136;

  font-size: 12px;

  text-transform: capitalize;

  line-height: 9px;

  margin-bottom: 6px;
}

.dropdown-toggle {
  box-shadow: none !important;
}

.user-name-title {
  color: #000;

  font-size: 16px;

  font-weight: 600;

  line-height: 15px;

  font-family: "Barlow", sans-serif;
}

.user-dropdown .dropdown-menu {
  border-radius: 10px;

  border: 0;

  min-width: 264px;

  width: 100%;

  padding: 5px 0 5px !important;

  box-shadow: 15px -2px 40px rgba(4, 12, 30, 0.08);

  margin-top: 0 !important;

  right: -28px !important;

  left: unset !important;

  transform: none !important;

  top: 43px !important;
}

.dropdown-data {
  display: flex;

  align-items: center;
}

.user-dropdown .dropdown-menu:before {
  position: absolute;

  content: "";

  clip-path: path("M12.9902 0L25.9806 8.2716H-0.000146866L12.9902 0Z");

  right: 19px;

  width: 26px;

  height: 9px;

  top: -8px;

  background: #fff;
}

.user-dropdown .arrow-icon {
  transform: rotate(180deg);

  display: flex;

  align-items: center;

  justify-content: flex-end;

  margin-bottom: 10px;
}

.dropdown-toggle.show .arrow-icon {
  transform: rotate(0deg);
}

.user-dropdown .dropdown-menu li .dropdown-item {
  padding: 13.5px 0;

  border-bottom: 1px solid #dddde9;

  color: #121639;

  font-size: 16px;

  font-weight: 500;

  font-family: "Barlow", sans-serif;

  transition: all 0.4s ease-in-out;
}

.user-dropdown .dropdown-menu li .dropdown-item img {
  margin-right: 12px;
}

.user-dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.user-dropdown .dropdown-menu li .dropdown-item:hover {
  background: transparent;

  color: #0a2540;

  font-weight: 600;
}

.user-dropdown .dropdown-menu li {
  padding: 0 15px;

  position: relative;
}

.user-dropdown .dropdown-menu li:hover:before,
.user-dropdown .dropdown-menu li.active:before {
  position: absolute;

  content: "";

  height: 25px;

  width: 4px;

  background: #3f53fe;

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto 0;

  border-radius: 0px 20px 20px 0;
}

.user-dropdown .dropdown-menu li.active .dropdown-item {
  background: transparent;
}

/*------------ Header End -------------*/

/*--------- ACCOUNT PAGES START -----------*/

.account-in form {
  margin-top: 30px;
}

.center-content {
  text-align: center;
}

.center-content h2 {
  font-size: 35px;

  font-weight: 700;

  line-height: 44px;

  color: #0a2540 !important;

  margin-bottom: 0;
}

.center-content img {
  margin-bottom: 30px;
}

.account-in label {
  color: #0a2540;

  font-weight: 700;

  font-family: "Barlow", sans-serif;

  text-transform: capitalize;

  font-size: 16px;

  line-height: 16px;

  margin-bottom: 12px;
}

.form-group-inner {
  position: relative;
}

.form-icon {
  position: absolute;

  left: 20px;

  top: 0;

  bottom: 0;

  padding-right: 8px;

  border-right: 1px solid rgba(70, 75, 112, 0.3);

  height: 17px;

  line-height: 11px;

  margin: auto 0;
}

.form-group {
  margin-bottom: 25px;
}

.form-icon-password {
  position: absolute;

  right: 20px;

  top: 0;

  bottom: 0;

  height: 18px;

  margin: auto 0;

  line-height: 0;
}

.form-icon-password:before {
  position: absolute;

  content: "";

  width: 1px;

  height: 24px;

  background: #464b70;

  transform: rotate(-41deg);

  right: 0;

  left: 0;

  margin: auto;

  top: 0;

  bottom: 0;
}

.eye-open:before {
  display: none;
}

.form-group-switch {
  display: flex;

  align-items: center;
}

.toggle-heading {
  margin-left: 8px;

  color: #464b70;

  font-size: 14px;
}

.link-pass {
  text-align: right;

  display: flex;

  justify-content: flex-end;

  color: #464b70;

  font-size: 14px;
}

.form-group-btn {
  margin-top: 40px;

  margin-bottom: 20px;
}

.account-now {
  text-align: center;

  font-size: 20px;

  color: #464b70;

  font-weight: 400;

  margin-bottom: 0;

  text-transform: lowercase;
}

.account-now:first-letter,
.account-now a:first-letter {
  text-transform: capitalize;
}
.text-transform-none{
  text-transform: none !important;
}
.account-now a {
  font-weight: 700;

  color: #464b70;

  text-transform: lowercase;

  display: inline-block;
}

.account-now a:hover {
  color: #0d6efd;
}

.or {
  margin: 30px auto;

  text-align: center;

  max-width: 209px;

  position: relative;
}

.or:before {
  position: absolute;

  content: "";

  height: 1px;

  width: 100%;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  background: #eaeceb;
}

.or span {
  position: relative;

  background: #fff;

  display: inline-block;

  font-size: 14px;

  padding: 0 4px;
}

.account-with-social a {
  border: 1px solid #eaeceb;

  padding: 12px 20px;

  border-radius: 5px;

  font-weight: 700;

  color: #464b70;

  display: flex;

  align-items: center;

  text-transform: capitalize;
}

.account-with-social a img {
  margin-right: 10px;
}

.account-with-social {
  margin: 0 auto;

  display: flex;

  justify-content: center;

  column-gap: 21px;

  flex-wrap: wrap;

  row-gap: 15px;
}

.gap-between {
  padding: 132px 0;
}

.account-in {
  border: 1px solid #eaeceb;

  max-width: 620px;

  padding: 40px;

  border-radius: 10px;

  margin: 30px auto;

  width: 100%;

  background: #fff;

  position: relative;
}

.session-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.account-session {
  position: relative;
}

.session-img {
  position: absolute;

  right: 0;

  max-width: 50%;

  width: 100%;

  top: 0;

  bottom: 0;

  min-height: 100vh;
}

.h-100vh {
  min-height: 100vh;
}

/*--------- ACCOUNT PAGES END -----------*/

/*--------- TOGGLE SWITCH START -----------*/

.switch {
  position: relative;

  display: inline-block;

  width: 40px;

  height: 21px;

  margin-bottom: 0 !important;
}

.switch input {
  opacity: 0;

  width: 0;

  height: 0;
}

.slider {
  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #f2f2f2;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  border: 1px solid #e5e5e5;
}

.slider:before {
  position: absolute;

  content: "";

  height: 15px;

  width: 15px;

  left: 2px;

  bottom: 2px;

  background-color: white;

  -webkit-transition: 0.4s;

  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3f53fe;

  border-color: #3f53fe;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);

  -ms-transform: translateX(19px);

  transform: translateX(19px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.back {
  font-size: 16px;

  font-weight: 600;

  color: #0a2540;

  display: inline-flex;

  align-items: center;

  line-height: 8px;

  font-family: "Barlow", sans-serif;
}

.back-fix {
  position: absolute;

  left: 30px;

  top: 30px;
}

.back svg {
  margin-right: 10px;
}

/*--------- TOGGLE SWITCH END -----------*/

/*----------- BUYERS FORM Start---------------*/

.main-section {
  position: relative;
}

section.main-section {
  min-height: calc(100vh - 134px);
}

.pb-block {
  padding-bottom: 370px;
}

.bg-img {
  background-image: url(../images/building.svg);

  background-repeat: no-repeat;

  background-position: left bottom;

  padding-bottom: 52px;
}

.bg-img:before {
  background-image: url(../images/building.svg);

  background-repeat: no-repeat;

  background-position: left bottom;

  position: absolute;

  right: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 100%;

  transform: rotateY(-180deg);
}

.heading-title {
  text-align: center;

  margin-bottom: 80px;
}

.heading-title h2 {
  color: #0a2540;

  font-weight: 700;

  text-transform: capitalize;

  margin-bottom: 15px;
}

.heading-title p {
  margin: 0;

  color: #464b70;
}

.row-gap {
  row-gap: 30px;
}

.grid-block-view {
  text-align: center;

  border: 1px solid #eaeceb;

  padding: 60px 72px;

  border-radius: 20px;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  flex-direction: column;

  transition: all 0.4s ease-in-out;

  background: #fff;
}

.grid-block-icon {
  background: #f6f8fc;

  width: 134px;

  height: 134px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 15px;

  margin: auto;

  transition: all 0.4s ease-in-out;
}

.grid-block-view:hover {
  border: 1px solid #3f53fe;

  background: #3f53fe;
}

.grid-block-view:hover h3 {
  color: #fff;
}

.grid-block-view h3 {
  transition: all 0.4s ease-in-out;

  color: #0a2540;

  font-weight: 600;

  margin: 17px 0 0;

  white-space: nowrap;
}

.modal-body .video video {
  width: 100%;

  vertical-align: middle;

  object-fit: cover;

  border-radius: 20px;
}

.watch-video {
  background: #f5f7f9;

  border-radius: 5px;

  padding: 30px 50px;

  text-align: center;
}

.block-fix {
  position: absolute;

  top: 36px;

  right: 70px;

  max-width: 319px;
}

.watch-video .title {
  color: #121639;

  font-weight: 700;

  font-family: "Barlow", sans-serif;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

.watch-video svg {
  margin-right: 8px;
}

.upload-multiple-data {
  background: #fff;

  border: 1px dashed #677aab;

  border-radius: 20px;

  padding: 20px 49px 22px;

  text-align: center;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.upload-icon svg {
  width: 30px;

  height: 30px;
}

.upload-icon svg path {
  fill: green;
}

.browse-files {
  display: block;
}

.upload-multiple-data h5 {
  font-size: 18px;

  line-height: 36px;

  color: #121639;

  font-weight: 600;

  margin-bottom: 0;
}

.drag-file-area h3 {
  font-size: 26px;

  margin: 15px 0;
}

.drag-file-area label .browse-files-text {
  color: #3f53fe;

  font-weight: 700;

  cursor: pointer;

  text-transform: capitalize;

  font-family: "Barlow", sans-serif;
}

.default-file-input {
  opacity: 0;

  position: absolute;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  top: 0;

  bottom: 0;

  cursor: pointer;
}

.upload-file {
  font-family: "Barlow", sans-serif;

  font-weight: 600;

  margin-bottom: 2px;

  text-transform: capitalize;
}

.cannot-upload-message {
  background-color: #ffc6c4;

  font-size: 17px;

  display: flex;

  align-items: center;

  margin: 5px 0;

  padding: 5px 10px 5px 30px;

  border-radius: 5px;

  color: #bb0000;

  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;

  cursor: pointer;
}

.file-block {
  color: #fff;

  transition: all 1s;

  position: relative;

  display: none;

  border-radius: 5px;

  cursor: pointer;

  font-weight: 600;

  background: #3f53fe;

  padding: 10px 10px;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon svg path {
  fill: #fff;
}

.remove-file-icon {
  cursor: pointer;
}

.progress-bar {
  display: flex;

  position: absolute;

  bottom: 0;

  left: 4.5%;

  width: 0;

  height: 5px;

  border-radius: 25px;

  background-color: #4bb543;
}

.upload-button {
  display: flex;

  align-items: center;

  background: rgba(255, 222, 71, 0.14);

  border-radius: 15px;

  width: 116px;

  height: 116px;

  border: 0;

  justify-content: center;

  margin: 20px auto;
}

/*----------- BUYERS FORM End*/

/*-------- Sellers Form Start ------------*/

.bg-light {
  background-color: #f5f7f9;
}

.back-block {
  border-radius: 5px;

  background: #fff;

  padding: 15px 30px;
}

.card-box {
  background: #fff;

  padding: 35px 30px 50px 30px;

  border-radius: 10px;

  margin-top: 20px;
}

.card-box-blocks {
  padding: 30px 20px;

  background: #f5f7f9;

  border-radius: 5px;
}

.card-box-blocks label {
  display: block;

  font-weight: 600;

  margin-bottom: 6px;

  font-size: 14px;

  font-family: "Barlow", sans-serif;

  text-transform: capitalize;
}

.card-box-inner p {
  margin-bottom: 22px;
}

.card-box-blocks label span {
  color: #ff0000;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff !important;

  border: 1px solid #e1e3e7 !important;

  border-radius: 5px !important;
}

.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px !important;
}

.select2-container--default .select2-selection--multiple {
  line-height: 50px !important;

  padding-left: 15px !important;

  color: #464b70 !important;

  font-size: 14px;

  padding-right: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px !important;

  padding-left: 15px !important;

  color: #464b70 !important;

  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 7px !important;

  border: 1px solid #464b70;

  left: 0 !important;

  top: 34% !important;

  height: 7px !important;

  transform: rotate(45deg) !important;

  border-top: 0 !important;

  border-left: 0 !important;

  margin: 0 !important;

  border-width: 1px !important;

  border-color: #464b70 !important;
}

.select2-container--default .select2-selection--multiple input {
  margin: 0 !important;
}

.select2-dropdown {
  border: 1px solid #e1e3e7 !important;

  border-top: 0 !important;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
  border-radius: 5px 5px 0 0 !important;
}

.select2-results__option {
  color: #464b70 !important;

  padding: 6px 15px !important;

  font-size: 14px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3f53fe !important;

  color: white !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f5f7f9 !important;

  color: #464b70 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

.btn-light {
  background: #d7e4f1;

  border-color: #d7e4f1;

  color: #2f3352;

  font-family: "Barlow", sans-serif;

  font-weight: 600;
}

.btn-light:hover {
  background: #3f53fe;

  border-color: #3f53fe;

  color: #fff;
}

.my-30 {
  margin: 30px 0;
}

.upload-single-data {
  background: #fff;

  border: 1px dashed #677aab;

  border-radius: 5px;

  padding: 40px 50px;

  text-align: center;

  height: 100%;

  position: relative;

  cursor: pointer;

  overflow: hidden;
}

.upload-single-data .upload-button {
  border-radius: 100%;

  margin-top: 0;
}

.upload-single-data .drag-file-area label .browse-files-text {
  color: #121639;

  font-family: "Barlow", sans-serif;

  border: 1px dashed #677aab;

  max-width: 267px;

  width: 100%;

  display: block;

  border-radius: 5px;

  padding: 14px 15px;

  margin: 0 auto;

  font-weight: 600;
}

.upload-single-data .upload-file {
  margin-bottom: 20px;
}

.upload-file {
  margin: auto;

  max-width: 192px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

/*--------- Sellers Form End -----------*/

/*--------- Condo Start -----------*/

.card-box-blocks .form-control {
  background: #fff !important;

  padding-left: 15px !important;

  border: 1px solid #e1e3e7 !important;

  padding: 13px 15px 13px 15px !important;

  color: #464b70 !important;
}

.block-divide {
  margin-top: 10px;
}

.block-divide h5 {
  font-size: 18px;

  font-weight: 600;

  padding-bottom: 15px;

  border-bottom: 1px solid rgba(103, 122, 171, 0.22);

  margin-bottom: 20px;
}

.radio-block {
  background: #fff;

  border-radius: 5px;

  border: 1px solid #e1e3e7 !important;

  display: flex;

  padding: 12px 15px;

  flex-wrap: wrap;
}

.label-container:not(:last-child) {
  margin-right: 7px;
}

.label-container {
  display: flex;

  align-items: center;
}

.radio-block-group label {
  margin-bottom: 4px;

  max-width: 100%;

  flex: 100%;
}

.radio-block-group .label-container label {
  max-width: calc(100% - 24px);

  flex: calc(100% - 24px);

  font-weight: 400;
}

.radio-block-group {
  background: #fff;

  border-radius: 5px;

  border: 1px solid #e3eef3;

  display: flex;

  padding: 8px 15px 10px;

  flex-wrap: wrap;
}

.label-container span {
  color: #464b70;

  font-size: 14px;
}

.column--grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  column-gap: 18px;

  row-gap: 20px;

  margin-bottom: 40px;
}

.grid-template-col,
.radio-block-group {
  height: 100%;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

/*--------- Condo End -----------*/

/*---------- Footer Start ---------*/

.footer-main {
  text-align: center;

  padding: 13px 0;

  background: #fff;

  position: relative;

  border-top: 1px solid #eaeceb;

  position: fixed;

  width: 100%;
  z-index: 3;
  bottom: 0;
}

.copyright-text a {
  color: #464b70;

  transition: all 0.4s ease-in-out;
}

.copyright-text a:hover {
  color: #3f53fe;
}

.copyright-text {
  font-weight: 400;
}

/*---------- Footer End ---------*/

/*--------- MY BUYERS START ---------*/

.back-block .page-out {
  font-size: 16px;

  font-weight: 600;

  color: #0a2540;

  font-family: "Barlow", sans-serif;

  /* text-transform: capitalize; */
}

.center-head {
  font-size: 18px !important;

  color: #121639;

  text-transform: capitalize;
}

.want-to-see {
  margin-top: 50px;
}

.want-to-see h3 {
  text-transform: capitalize;
}

.bg-white-gradient {
  background: linear-gradient(
    180deg,
    #ffffff 92.18%,

    rgba(255, 255, 255, 0) 100%
  );
}

.want-to-see .btn {
  max-width: 240px;

  margin: 15px auto 0 !important;

  display: block;
}

.property-critera {
  margin-top: 40px;
}

.property-critera-block {
  background: #ffffff;
  border-radius: 10px;
  padding: 13px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border: 1px solid #D2E1F0;
  background-image: url("data:image/svg+xml,%3Csvg width='101' height='110' viewBox='0 0 101 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.746 37.8366L50.1769 47.8805L30.6078 37.8366L50.1769 26.4168L69.746 37.8366Z' fill='%23E0E5EB' fill-opacity='0.51'/%3E%3Cpath d='M47.7304 52.2822V77.1856L27.8895 65.6282V42.1007L47.7304 52.2822Z' fill='%23E0E5EB' fill-opacity='0.51'/%3E%3Cpath d='M72.4637 42.1007V65.6282L52.6229 77.1856V52.2822L72.4637 42.1007Z' fill='%23E0E5EB' fill-opacity='0.51'/%3E%3Cpath d='M15.7951 72.3719V44.1664C22.0463 43.0657 26.8027 37.5622 26.8027 30.958C26.8027 29.7197 26.6668 28.4814 26.2591 27.3807C25.9873 26.4176 25.5796 25.4545 25.1719 24.6289C23.9488 22.4275 22.1822 20.5013 20.0078 19.263C19.0566 18.7127 17.8335 18.1623 16.7463 17.8871C15.6592 17.6119 14.572 17.4744 13.3489 17.4744C6.14643 17.3368 0.166992 23.3906 0.166992 30.8204C0.166992 36.4615 3.70029 41.4147 8.59256 43.3409V76.362L35.6359 92.7349C36.1795 90.2583 37.4026 88.0569 38.8974 86.2683L15.7951 72.3719ZM7.36949 30.8204C7.36949 27.3807 10.0874 24.6289 13.4848 24.6289C13.8925 24.6289 14.3002 24.6289 14.8438 24.7665C17.5617 25.3169 19.7361 27.931 19.7361 30.8204C19.7361 31.0956 19.7361 31.2331 19.7361 31.5083C19.4643 34.6728 16.7463 37.0118 13.6207 37.0118C10.0874 37.1494 7.36949 34.2601 7.36949 30.8204Z' fill='%23E0E5EB' fill-opacity='0.51'/%3E%3Cpath d='M86.8693 17.3361C84.4232 17.3361 82.2488 18.024 80.3463 19.1247L50.1773 0L22.7263 17.4737C24.7647 18.8496 26.3955 20.7758 27.6185 22.9772L50.1773 8.53045L75.0463 24.3531C73.9592 26.2793 73.4156 28.4807 73.4156 30.8197C73.4156 36.4608 76.813 41.2764 81.7053 43.3402C82.6565 43.753 83.6078 44.0282 84.5591 44.1657C85.2386 44.3033 85.918 44.3033 86.7334 44.3033C88.5001 44.3033 90.2667 43.8906 91.7616 43.3402C92.8487 42.9275 93.8 42.3771 94.6154 41.6892C97.8769 39.2126 100.051 35.2225 100.051 30.8197C100.187 23.39 94.2077 17.3361 86.8693 17.3361ZM86.8693 37.1488C84.8309 37.1488 82.9283 36.0481 81.8411 34.5346C81.1617 33.5715 80.754 32.3332 80.754 30.9573C80.754 27.5176 83.4719 24.7658 86.8693 24.7658C90.2667 24.7658 92.9846 27.5176 92.9846 30.9573C92.9846 32.1956 92.577 33.4339 91.8975 34.397C90.8103 36.0481 88.9078 37.1488 86.8693 37.1488Z' fill='%23E0E5EB' fill-opacity='0.51'/%3E%3Cpath d='M91.8967 46.5048C90.266 47.0552 88.6352 47.3303 86.8686 47.3303C86.1891 47.3303 85.3737 47.3303 84.6942 47.1928V72.5089L59.8252 87.3684C57.515 85.167 54.3893 83.6536 50.856 83.6536C48.274 83.6536 45.692 84.4791 43.6535 85.855C42.8382 86.4053 42.0228 87.0933 41.3433 87.7812C39.7125 89.5698 38.6254 91.7712 38.2177 94.3854C38.0818 95.0733 38.0818 95.8989 38.0818 96.5868C38.0818 96.9996 38.0818 97.2748 38.0818 97.6875C38.6254 104.292 44.0612 109.52 50.856 109.52C57.9226 109.52 63.6303 103.741 63.6303 96.5868C63.6303 95.4861 63.4944 94.523 63.2226 93.5599L91.7608 76.499V46.5048H91.8967ZM50.856 102.366C48.1381 102.366 45.8279 100.302 45.2843 97.6875C45.1484 97.4123 45.1484 96.9996 45.1484 96.7244C45.1484 94.2478 46.7791 92.0464 49.0894 91.3585C49.633 91.2209 50.1766 91.0833 50.856 91.0833C53.9817 91.0833 56.4278 93.6975 56.4278 96.7244C56.5637 99.7513 53.9817 102.366 50.856 102.366Z' fill='%23E0E5EB' fill-opacity='0.51'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 98% 70px;
  box-shadow: 8px 10px 23px 0px rgba(199, 212, 220, 0.32);
}

.property-critera .row {
  row-gap: 40px;
}

.critera-card {
  max-width: 208px;
  flex: 208px;
  background: #F5F7F9;
  height: 185px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.price-img {
  width: 96px;

  height: 96px;

  background: #f4f7f9;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;
}

.critera-card p {
  margin-bottom: 0;

  margin-top: 7px;

  text-align: center;
  color: #1D2246;
text-shadow: 4px 3px 5px rgba(99, 130, 161, 0.30);
font-family: Nunito Sans;
font-size: 20.146px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
  
}

.property-critera-details {
  padding-left: 15px;

  max-width: calc(100% - 208px);

  flex: calc(100% - 208px);
}

.property-critera-details li {
  display: flex;

  align-items: center;
}

.property-critera-details li .name-dealer {
  color: #1D2246;
  text-shadow: 4px 3px 5px rgba(99, 130, 161, 0.31);
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.detail-icon {
  background: #ffffff;

  width: 38px;

  height: 38px;

  min-width: 38px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  margin-right: 12px;
}

.list-unstyled .detail-icon{
  position: relative;
}

.list-unstyled .detail-icon .verify_icon {
  position: absolute;
  right: -4px;
  top: -6px;
  margin: 0 !important;
}

.list-unstyled .detail-icon .verify_icon img {
  width: 100%;
  max-width: 14px;
}

/* .detail-icon img {
  max-width: 18px;
} */

.cornor-block {
  position: absolute;
  right: 33px;
  bottom: -20px;
  display: flex;
  align-items: center;
  column-gap: 9px;
  background-color: #ffffff;
  padding: 9px 15px;
  border-radius: 10px;
  border: 1px solid #D2E1F0;
  box-shadow: 8px 10px 23px 0px rgba(199, 212, 220, 0.32);
}

.red-flag {
  background: #ffffff;

  width: 30px;

  height: 30px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  cursor: pointer;
}

.property-critera-details li a {
  color: #464b70;

  word-break: break-all;
}

.property-critera-details li a:hover {
  color: #0d6efd !important;
}

.property-critera-details li:not(:last-child) {
  margin-bottom: 12px;
}

.buyers-tabs .nav-link {
  background: #f5f7f9;

  border: 1px solid #e9ebee;

  color: #121639;

  font-weight: 600;

  font-size: 18px;

  font-family: "Barlow", sans-serif;

  min-width: 174px;

  padding: 16px 20px;

  text-transform: capitalize;
}

.buyers-tabs .nav-link.active {
  border-color: #3f53fe;

  background: #3f53fe;
}

.buyers-tabs li:first-child .nav-link {
  border-radius: 5px 0 0 5px;
}

.buyers-tabs li:last-child .nav-link {
  border-radius: 0px 5px 5px 0;
}

.custom-divide {
  align-items: center;

  --bs-gutter-x: 1.5rem;

  --bs-gutter-y: 0;

  display: flex;

  flex-wrap: wrap;

  margin-top: calc(var(--bs-gutter-y) * -1);

  margin-right: calc(var(--bs-gutter-x) * -0.5);

  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.custom-divide > * {
  flex: 0 0 auto;

  max-width: 100%;

  padding-right: calc(var(--bs-gutter-x) * 0.5);

  padding-left: calc(var(--bs-gutter-x) * 0.5);

  margin-top: var(--bs-gutter-y);
}

.custom-divide > .column-3 {
  width: 30%;
}

.custom-divide > .column-6 {
  width: 40%;
}

.custom-divide > .column-6 p {
  color: #c14900;
}

.like-unlike {
  display: flex;

  align-items: center;

  column-gap: 12px;

  margin-top: 2px;
}

.like-unlike li {
  display: flex;

  align-items: center;
}

.like-unlike .numb {
  color: #464b70;

  font-family: "Nunito Sans", sans-serif;

  font-weight: 700;

  background: #f5f7f9;

  padding: 5px 6px;

  display: inline-block;

  font-size: 12px;

  line-height: 8px;

  min-width: 25px;

  /* border-radius: 30px;

  transform: translateY(1px); */
}

.ico-no {
  width: 30px;

  height: 30px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: #f5f7f9;

  border-radius: 100%;

  position: relative;

  z-index: 9;
}

.ml-min {
  margin-left: -9px;
}

.mr-min {
  margin-right: -9px;
}

.show-hide-data {
  position: relative;
}

.unhide-btn {
  border: 1px solid #3f53fe !important;

  background: #3f53fe !important;

  border-radius: 100%;

  width: 30px;

  height: 30px;

  padding: 0;

  line-height: 16px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.unhide-btn > span {
  line-height: 0;
}

.hide-btn {
  /*    position: absolute;



    right: 0;



    top: 0;*/

  background: #3f53fe;

  border: 1px solid #3f53fe;

  color: #fff;

  font-family: "Barlow", sans-serif;

  font-weight: 500;

  font-size: 14px;

  display: flex;

  align-items: center;

  border-radius: 5px;

  padding: 1px 12px;

  display: none;
}

.hide-btn svg {
  margin-right: 6px;
}

/*-------- Single Buyer ----------*/
.add_buyer-right{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  gap: 6px;
  -webkit-gap: 6px;
}
.copy-link,
.share_btn{
  background: transparent;
  border: 1px solid #e1e3e7;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #121639;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
}
.copy-link .link-icon,
.share_btn .link-icon{
  background: #f5f7f9;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 7px;
}
.share_btn:hover{
  color: #121639;
}

/*-------- My Profile ----------*/

.save-btn a {
  max-width: 189px;
}

.upload-photo {
  border: 1px dashed #677aab;

  border-radius: 5px;

  margin-top: 30px;

  padding: 40px;
}

.licenses-wrapper .upload-photo {
  background-color: #f5f7f9;

  margin-top: 10px;
}

.profile-varification .main-card-area {
  background-color: #e8e9eb;
}

.lic-detail-area {
  background-color: #fff;

  padding: 20px;

  border-radius: 5px;
}

.lic-detail-area .upload-img {
  width: 250px !important;

  height: 250px;

  object-fit: contain;
}

.containers .imageWrapper {
  background: #f5f7f9;

  width: 116px;

  height: 116px;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

  border-radius: 100%;
}

.containers .imageWrapper img {
  width: initial;

  max-height: 100%;

  max-width: initial;
}

.file-upload {
  position: relative;

  overflow: hidden;

  text-align: center;

  color: #121639;

  font-size: 16px;

  background: transparent;

  border: 1px dashed #677aab;

  padding: 18px 10px;

  display: block;

  -ms-transition: all 0.2s ease;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

  width: 100%;

  border-radius: 5px;

  max-width: 237px;

  margin: 20px auto 0;

  font-family: "Barlow", sans-serif;

  font-weight: 700;

  line-height: 17px;
}

.file-upload:hover {
  background: #3f53fe;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);

  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);

  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);

  color: #fff;

  border: 1px dashed #3f53fe;
}

.file-upload input.file-input {
  position: absolute;

  top: 0;

  right: 0;

  margin: 0;

  padding: 0;

  font-size: 20px;

  cursor: pointer;

  opacity: 0;

  filter: alpha(opacity=0);

  height: 100%;
}

.profile-account label,
.modal-form label {
  display: block;

  font-weight: 600;

  margin-bottom: 6px;

  font-size: 14px;

  font-family: "Barlow", sans-serif;

  text-transform: capitalize;
}

.form-control-form {
  width: 100%;

  border: 1px solid #e1e3e7;

  border-radius: 5px;

  height: 50px;

  padding: 15px;

  font-size: 14px;

  color: #464b70;

  outline: 0;
}

.form-title h5 {
  font-size: 18px;

  line-height: 13px;

  padding-bottom: 14px;

  border-bottom: 1px solid #e1e3e7;

  margin-bottom: 20px;
}

/*------ Admin Message -----------*/

.modal-form-main .modal-dialog {
  max-width: 872px;
}

.modal-form-main .modal-content {
  border-radius: 10px;

  border: 0;
}

.modal-form-main .modal-body {
  padding: 70px 50px;
}

.modal-form-main .btn-close {
  position: absolute;

  padding: 0;

  right: 20px;

  top: 20px;

  opacity: 1;

  background: unset;

  height: 24px;

  line-height: 20px;

  z-index: 9;

  width: 24px;

  box-shadow: none !important;
}

.modal-form-main .btn-close img {
  width: 24px;
}

.popup-icon {
  border: 8px solid #3f53fe;

  border-radius: 100%;

  width: 116px;

  height: 116px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 5px;
}

.popup-heading-block h3 {
  color: #121639;

  text-transform: capitalize;
}

.modal-form textarea {
  width: 100%;

  border-radius: 5px;

  height: 117px;

  padding: 15px;

  font-size: 14px;

  color: #464b70;

  outline: 0;

  background: #f6f8fc;

  border: 0;

  resize: none;
}

.modal-form textarea::placeholder {
  color: #464b70;
}

.modal-video-main .modal-content {
  border-radius: 10px;

  border: 0;
}

/*--------- Admin Request ---------*/

.mx-block {
  max-width: 648px !important;
}

.popup-icon-check {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 84px;

  height: 84px;

  margin: 0 auto 25px;

  border-radius: 100%;

  border: 6px solid #00ac47;
}

/*-------- Level-2 plan ---------*/

.card-box-light {
  padding: 48px 67px;

  background: #f5f7f9;

  border-radius: 10px;

  max-width: 904px;

  margin: 50px auto 0;
}

.features-items {
  display: block;

  position: relative;
}

.feature-item-content {
  font-family: "Barlow", sans-serif;

  font-size: 18px;

  font-weight: 500;

  line-height: 44px;

  text-transform: capitalize;

  border-radius: 5px;

  border: 1px solid #eaeceb;

  padding: 13px 20px 13px 57px;

  cursor: pointer;

  position: relative;

  margin-bottom: 25px;

  background: #fff;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.small-text {
  font-size: 14px;

  font-weight: 400;
}

.features-label {
  height: 22px;
}

.features-radio-item {
  padding: 0 15px;

  max-width: 50%;

  flex: 50%;
}

.features-items input[type="radio"] {
  width: 24px;

  height: 24px;

  border-radius: 100%;

  border: 1px solid #eaeceb;

  appearance: none;

  position: absolute;

  left: 20px;

  z-index: 9;

  top: 0;

  bottom: 0;

  margin: auto;
}

.features-items input[type="radio"]:checked:before {
  background: #3f53fe;
}

.features-items input[type="radio"]::before {
  position: absolute;

  content: "";

  width: 16px;

  height: 16px;

  border-radius: 100%;

  /* background: #fff; */

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  margin: auto;
}

.price-pc {
  display: inline-block;

  color: #121639;

  font-size: 25px;

  line-height: 44px;

  font-family: "Barlow", sans-serif;

  font-weight: 700;
}

.note {
  text-align: center;

  margin-top: 20px;

  color: #464b70;
}

.buynow-btn {
  max-width: 370px;

  margin: 0 auto;
}

.package-plan {
  padding: 3px 13px;

  background: #3f53fe;

  border-radius: 5px 5px 0 0;

  color: #ffff;

  font-size: 14px;

  font-weight: 500;

  font-family: "Barlow", sans-serif;

  max-width: fit-content;

  margin-left: 16px;

  line-height: 17px;

  text-transform: capitalize;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: 0 !important;

  color: #464b70 !important;

  background: #f5f7f9 !important;

  border-radius: 5px !important;

  padding: 3px 10px !important;

  line-height: 22px;

  margin-top: 10px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px !important;

  color: #464b70 !important;

  font-size: 16px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block !important;
}

.select2-container--default .select2-selection--multiple:before {
  content: " ";

  display: block;

  position: absolute;

  width: 7px !important;

  border: 1px solid #464b70;

  right: 13px !important;

  top: 41% !important;

  height: 7px !important;

  transform: rotate(45deg) !important;

  border-top: 0 !important;

  border-left: 0 !important;

  margin: 0 !important;

  border-width: 1px !important;

  border-color: #464b70 !important;
}

.account-with-social li {
  position: relative;
}

.account-with-social li > button,
.account-with-social li > div {
  position: absolute;

  top: 0;

  height: 100%;

  z-index: 9;

  width: 100%;

  opacity: 0;
}

.account-with-social li > div > div,
.account-with-social li > div > div > div,
.account-with-social li iframe {
  width: 100% !important;

  height: 100% !important;
}

body .css-13cymwt-control,
body .css-13cymwt-control,
body .css-t3ipsp-control {
  min-height: 50px;

  background: #fff !important;

  border: 1px solid #e1e3e7 !important;

  color: #000 !important;

  font-family: "Nunito Sans", sans-serif;

  font-size: 14px !important;

  font-weight: 400 !important;
}

.error {
  color: red !important;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0 !important;
  /* position: absolute; */
}

.support-textarea {
  height: 141px;

  border: 1px solid #e1e3e7 !important;
}

.Toastify__close-button--light {
  margin-top: 9px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* .css-3w2yfm-ValueContainer .css-1p3m7a8-multiValue {



    min-width: auto;



}



.css-3w2yfm-ValueContainer{



    flex-wrap: nowrap !important;



} */

.requestmodal-sent .modal-dialog {
  max-width: 648px !important;
}

.popup-text-color {
  font-size: 16px;

  font-weight: 600;
}

li.page-item {
  cursor: pointer;
}

#inviteCode.invite-page{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #e1e3e7;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);

  .form-control {
  }

  #link {
    color: #464b70 !important;

    font-family: "Nunito Sans", sans-serif;

    font-size: 14px;

    font-weight: 400;

    box-shadow: none;

    align-self: center;

    font-size: 14px;

    color: #333;

    font-weight: bold;

    flex-grow: 2;

    background-color: #fff;

    border: none;
  }

  #copy {
    width: 30px;

    height: 30px;

    margin-left: 20px;

    border: 1px solid #e1e3e7;

    border-radius: 5px;

    background-color: #f8f8f8;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #3f53fe;

    cursor: pointer;

    transition: all 0.3s ease-in;

    &:hover {
      background: #3f53fe;

      color: #fff;
    }

    i {
      display: block;

      line-height: 30px;

      position: relative;

      &::before {
        display: block;

        width: 15px;

        margin: 0 auto;
      }

      &.copied::after {
        position: absolute;

        top: 0px;

        right: 35px;

        height: 30px;

        line-height: 25px;

        display: block;

        content: "copied";

        font-size: 1.5em;

        padding: 2px 10px;

        color: #fff;

        background-color: #4099ff;

        border-radius: 3px;

        opacity: 1;

        will-change: opacity, transform;

        animation: showcopied 1.5s ease;
      }
    }

    &:hover {
      cursor: pointer;

      background-color: darken(#f8f8f8, 10%);

      transition: background-color 0.3s ease-in;
    }
  }
}

@keyframes showcopied {
  0% {
    opacity: 0;

    transform: translateX(100%);
  }

  70% {
    opacity: 1;

    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.data-loader {
  width: 100%;

  text-align: center;
}

.data-loader img {
  text-align: center;

  width: 100px;

  margin-top: 9%;
}

span.ico-no {
  cursor: pointer;
}

.like-btn-disabled {
  cursor: not-allowed !important;
}

.msg-passwrd {
  font-size: 9px;

  color: #787575;

  font-weight: 400;
}

.video-loader {
  width: 100%;

  text-align: center;

  height: 200px;
}

.video-loader img {
  width: 100px;

  margin-top: 30px;
}

.password-check {
  position: relative;
}

body .Toastify__close-button--light {
  position: absolute;

  top: 50%;

  margin: 0;

  transform: translateY(-50%);

  right: 10px;
}

.Toastify__toast-body {
  padding-right: 30px !important;
}

.Toastify__toast-container.Toastify__toast-container--top-right {
  width: auto;
}

#DatePicker {
  cursor: pointer;

  text-align: left !important;
}

.contact-preferance {
  color: #0d6efd;

  font-size: 19px;
}

#payment-form {
  border: #f6f9fc solid 1px;

  border-radius: 3px;

  padding: 20px;

  margin: 20px 0;

  box-shadow: 0 30px 50px -20px rgb(50 50 93 / 25%),
    0 30px 60px -30px rgb(0 0 0 / 30%);

  width: 50%;

  /* text-align: center; */

  margin: auto;
}

#messages {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New";

  display: none;

  /* hide initially, then show once the first message arrives */

  background-color: #0a253c;

  color: #00d924;

  padding: 20px;

  margin: 20px 0;

  border-radius: 3px;

  font-size: 0.7em;
}

form > * {
  margin: 10px 0;
}

#submit {
  background: #635bff;

  border-radius: 3px;

  color: white;

  border: 0;

  padding: 12px 16px;

  margin-top: 16px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.2s ease;

  display: block;
}

.stripe-popup {
  display: none;
}

/* payment complete page css */

.payment-bg {
  /* background-color: #6C7BEE; */

  width: 480px;

  overflow: hidden;

  margin: 0 auto;

  box-sizing: border-box;

  padding: 40px;

  font-family: "Roboto";

  margin-top: 40px;
}

.payment-card {
  background-color: white;

  width: 100%;

  float: left;

  margin-top: 40px;

  border-radius: 15px;

  box-sizing: border-box;

  padding: 80px 30px 25px 30px;

  text-align: center;

  position: relative;

  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) */

  /* box-shadow: 0px 0 30px #0000003b; */
}

.payment-card__success {
  /* position: absolute;



    top: -50px;



    left: 145px; */

  width: 90px;

  height: 90px;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  /* background-color: #60c878; */

  /* border: 5px solid white; */
}

.payment-card__success img {
  width: 70%;
}

.payment-card__success.payment-card_danger {
  background-color: #ffe2e2;

  border: 3px solid #e21b1b;

  padding: 20px;
}

/* .payment-card__danger {



    box-sizing: border-box;



    width: 100px;



    height: 100px;



    border-radius: 100%;



    background-color: red;



    border: 5px solid white;



    display: flex;



    align-items: center;



    justify-content: center;



} */

/* .payment-card__danger i {



    color: #fff;



    line-height: 60px;



    font-size: 45px;



} */

.payment-card__success i {
  color: #fff;

  line-height: 100px;

  font-size: 45px;
}

.payment-card__msg {
  text-transform: uppercase;

  color: #55585b;

  font-size: 18px;

  font-weight: 500;

  margin-bottom: 5px;
}

.react-datepicker-wrapper {
  width: 100%;
}

.payment-card__submsg {
  color: #959a9e;

  font-size: 16px;

  font-weight: 400;

  margin-top: 0px;
}

.cust-row {
  margin-bottom: 30px;
}

.purchase-buyer {
  padding: 4px 5px;

  background: #fe646f;

  border-radius: 0 5px 0 0;

  color: #ffff;

  font-size: 10px;

  font-weight: 500;

  font-family: "Barlow", sans-serif;

  max-width: fit-content;

  line-height: 11px;

  text-transform: capitalize;

  position: absolute;

  bottom: 0;

  left:0;
}

.your-buyer {
  padding: 4px 5px;

  background: #ffd064;

  border-radius: 0 5px 0 0;

  color: #ffff;

  font-size: 10px;

  font-weight: 500;

  font-family: "Barlow", sans-serif;

  max-width: fit-content;

  line-height: 11px;

  text-transform: capitalize;

  position: absolute;

  bottom: 0;

  left:0;
}

.country-field {
  background: #ebebeb !important;
}

.autocom-box {
  max-height: 400px;

  overflow: scroll;

  overflow-x: hidden;

  height: auto;
}

.autocom-box.form-select li {
  list-style: none;

  padding: 5px;

  margin: 2px;
}

/* ---end--------*/

.address-selectbox {
  position: relative;
}

.address-selectbox .autocom-box > li {
  list-style: none;

  cursor: pointer;

  margin-bottom: 10px;

  padding: 10px 15px;

  font-size: 16px !important;
}

.address-selectbox .autocom-box > li:hover {
  background-color: #f5f7f9;
}

.address-selectbox .autocom-box {
  background: #fff !important;

  padding-left: 15px !important;

  border: 1px solid #e1e3e7 !important;

  padding: 13px 0 0 !important;

  border-top: none !important;
}

.address-selectbox > .reset-button {
  position: absolute;

  top: 16px;

  right: 12px;

  background-color: transparent;

  border: none;

  padding: 0;

  color: #cccccc;

  width: 20px;

  height: 20px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 20 20' aria-hidden='true' focusable='false' class='css-8mmkcg'%3E%3Cpath fill='%23cccccc' d='M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z'%3E%3C/path%3E%3C/svg%3E");
}

.address-box {
  color: #000000 !important;

  font-size: 16px !important;
}

/*expiry page css */

.linkExpireSection {
  margin: 0px;
}

.linkExpire {
  overflow: hidden;

  height: 100vh;

  padding: 40px 6px;
}

.linkExpire.successfull .expireImg {
  max-width: 200px;
}

.linkExpire .heading {
  font-size: 30px;

  font-weight: 700;

  line-height: normal;

  color: #302e2e;
}

.linkExpire .subheading {
  font-size: 18px;

  font-weight: 500;

  line-height: normal;
}

.linkExpire .cards {
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) */

  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15);
}

.linkExpire .cards .cardBody {
  gap: 45px;
}

.error_space{
  margin-top: -12px;
  margin-bottom: 18px !important;
}

@media screen and (max-width: 1199.98px) {
  .linkExpire .heading {
    font-size: 28px;
  }

  .linkExpire .subheading {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.98px) {
  .linkExpire .heading,
  .linkExpire .subheading,
  .linkExpire .goBtn {
    text-align: center;
  }

  .linkExpire .heading {
    font-size: 27px;
  }

  .linkExpire .subheading {
    font-size: 16px;
  }

  .linkExpire .cards .cardBody {
    gap: 35px;
  }
}

@media screen and (max-width: 767.98px) {
  .linkExpire .heading {
    font-size: 25px;
  }

  .linkExpire .subheading {
    font-size: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .linkExpire .heading {
    font-size: 22px;
  }

  .linkExpire .subheading {
    font-size: 14px;
  }

  .upload-buyer {
    background: none;
  }
}

/*# sourceMappingURL=style.min.css.map */

/* end*/

/* Upload Documents css */

.upload-multiple-data .uploadHeading {
  line-height: normal !important;
}

/* * alert Css */

@media only screen and (max-width: 480px) {
  .Toastify__toast-container--top-right {
    top: 0px !important;

    right: 0px !important;
  }
}

@media (max-width: 360px) {
  .block-fix {
    max-width: 280px;
  }
}

body.nonscroll {
  overflow: hidden;
}

.property_loder {
  position: fixed;

  height: 100vh;

  width: 100vw;

  display: flex;

  justify-content: center;

  align-items: center;

  top: 0;

  left: 0;

  overflow: hidden;

  z-index: 1500;

  background: #00000040;
}

.property_loder .data-loader {
  width: 150px;

  height: 150px;
}

.my-profile-title {
  margin-bottom: 20px;
}

/* .tooltip_element {



  position: relative;



}







.tooltip {



    position: absolute;



    background-color: black;



    color: white;



    padding: 5px;



    border-radius: 5px;



    opacity: 0;



    transition: opacity 1s;



    bottom: calc(100% + 14px);



    left: 50%;



    width: max-content;



    transform: translateX(-50%);



}



.tooltip .arrow{



    position: relative;



}



.tooltip .arrow::before{



    content: '';



    width: 18px;



    height: 12px;



    position: absolute;



    top: 100%;



    margin-top: 5px;



    background-color: black;



    left: 50%;



    transform: translateX(-50%);



    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);



    clip-path: polygon(0 0, 50% 100%, 100% 0);



}











.tooltip_element:hover .tooltip {



  opacity: 1;



} */

/******************** 13/10/2023 *************************/

/***************** PROFILE NEW START *****************/

.personal-information {
  padding: 30px;

  border-radius: 5px;

  background: #f5f7f9;
}

.contact-update {
  border-top: 1px solid #eaeceb;

  padding-top: 22px;
}

.contact-update .contact-update-item a {
  display: flex;

  gap: 12px;

  color: #464b70;

  font-weight: 500;
}

.contact-update .contact-update-item a .icon {
  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  background: #ffffff;

  min-width: 38px;
}

.contact-update .contact-update-item:not(:last-child) {
  margin-bottom: 18px;
}

.contact-desc-box {
  padding: 30px;

  border-radius: 5px;

  background: #f5f7f9;

  font-size: 16px;

  line-height: 27px;

  color: #464b70;
}

.contact-desc-box p {
  margin: 0;
}

.update-profile {
  margin-top: 30px;
}

.contact-detail {
  padding: 15px 30px;

  border-radius: 5px;

  background: #f5f7f9;

  margin-bottom: 30px;
}

.profile-data {
  display: flex;

  align-items: center;

  gap: 17px;
}

.profile-img {
  width: 80px;

  height: 81px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 6px;
}

.profile-img img {
  max-height: 58px;
}

.profile-data-content h3 {
  line-height: 22px;

  margin-bottom: 15px;
}

.component-group {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  justify-content: flex-end;
}

.component-group .dropdown-toggle::after {
  display: none;
}

.component-group button {
  padding: 5px 9px;

  border-radius: 5px;

  border: 1px solid;

  height: 40px;
}

.active-inactive button,
.field-box button {
  border-color: #e1e3e7;

  background: #fff;

  display: flex;

  align-items: center;
}

.active-inactive button .userimg,
.field-box button .commentic {
  margin-right: 15px;

  padding-right: 15px;

  border-right: 1px solid #eaeceb;
}

.premium-quality button {
  border-color: #fec400;

  background: rgba(254, 209, 0, 0.15);

  line-height: 0;

  width: 40px;
}

.account-check .btn {
  width: 43px;

  padding: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  border-color: #19b400;

  background: #edfaeb;
}

.component-group .dropdown-menu {
  border-radius: 10px;

  border: 0;

  width: 100%;

  padding: 5px 0 5px !important;

  box-shadow: 15px -2px 40px rgba(4, 12, 30, 0.08);

  margin-top: 0 !important;

  right: -28px !important;

  left: unset !important;

  transform: none !important;

  top: 50px !important;

  z-index: 0;
}

.component-group .dropdown-menu:before {
  position: absolute;

  content: "";

  clip-path: path("M12.9902 0L25.9806 8.2716H-0.000146866L12.9902 0Z");

  right: 29px;

  width: 26px;

  height: 9px;

  top: -8px;

  background: #fff;
}

.component-group .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.component-group .dropdown-menu li .dropdown-item:hover {
  background: transparent;

  color: #0a2540;

  font-weight: 600;
}

.component-group .dropdown-menu li .dropdown-item {
  padding: 13.5px 0;

  border-bottom: 1px solid #dddde9;

  color: #121639;

  font-size: 16px;

  font-weight: 500;

  font-family: "Barlow", sans-serif;

  transition: all 0.4s ease-in-out;
}

.component-group .dropdown-menu li {
  padding: 0 15px;

  position: relative;
}

.component-group .dropdown-menu li:hover:before,
.component-group .dropdown-menu li.active:before {
  position: absolute;

  content: "";

  height: 25px;

  width: 4px;

  background: #3f53fe;

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto 0;

  border-radius: 0px 20px 20px 0;
}

.active-inactive button .userimg {
  position: relative;
}

.active-inactive button .userimg:before {
  position: absolute;

  content: "";

  width: 8px;

  height: 8px;

  background: #19b400;

  border-radius: 100%;

  right: 14px;

  bottom: 0;
}

/***************** PROFILE NEW END *****************/

/***************** PROFILE VERIFICATION START *********************/

.profile-varification {
  background: #fff;

  margin-top: 17px;

  border-radius: 10px;
}

.profile-varification .tab-content {
  padding: 40px 30px;
}

#msform {
  position: relative;
}

#msform #progressbar {
  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#progressbar li {
  max-width: 20%;

  flex: 20%;

  width: 100%;

  color: #121639 !important;

  text-transform: uppercase;

  font-weight: 600;

  font-family: "Barlow", sans-serif;

  background: #e5eafa;

  border-radius: 0;

  padding: 15px 15px;

  position: relative;

  text-align: center;
}

#progressbar li:before {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  width: 0;

  height: 4px;

  transition: all 0.4s ease-in-out;

  background: #3f53fe;
}

#progressbar li.active:before,
#progressbar li:hover:before {
  width: 100%;
}

#progressbar li.active {
  color: #3f53fe !important;
}

#progressbar li:not(:last-child) {
  border-right: 1px solid #fff;
}

.profile-varification .btn {
  padding: 10px 22px;
}

#progressbar li.complete {
  background: #edfaeb;

  color: #19b400 !important;
}

#progressbar li.complete:before {
  background: #19b400;
}

.otp-input input.form-control {
  background: transparent !important;

  border: 0 !important;

  border-bottom: 1px solid rgba(103, 122, 171, 0.22) !important;

  border-radius: 0 !important;

  padding: 0 !important;

  font-size: 18px !important;

  color: #121639 !important;

  font-weight: 700 !important;

  font-family: "Barlow", sans-serif !important;
}

.otp-input {
  margin-bottom: 20px;
}

.otp-digit .otpnumb {
  background: #ffffff;

  border: 1px solid #e1e3e7;

  border-radius: 5px;

  width: 53px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #464b70;

  font-weight: 700;

  text-align: center;
}

.otp-digit {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  max-width: 254px;

  gap: 14px;
}

.profile-varification .tab-content .action-button,
.profile-varification .tab-content .action-button-previous {
  max-width: fit-content;

  margin-top: 18px;
}

.profile-varification .tab-content .next,
.profile-varification .tab-content .submit {
  float: right;
}

/****** CHOOSE FILE CODE ******/

.file-upload-choosen {
  display: block;

  text-align: center;

  font-size: 12px;

  position: relative;
}

.file-upload-choosen .file-select {
  border: 1px solid #e1e3e7;

  color: #34495e;

  cursor: pointer;

  height: 50px;

  line-height: 40px;

  text-align: left;

  background: #ffffff;

  overflow: hidden;

  position: relative;

  border-radius: 5px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-right: 5px;
}

.file-upload-choosen .file-select .file-select-button {
  background: #e5eafa;

  padding: 10px 16px;

  display: inline-block;

  color: #3f53fe;

  font-family: "Barlow", sans-serif;

  font-weight: 500;

  font-size: 14px;

  border-radius: 5px;

  transition: all 0.4s ease-in-out;

  line-height: 20px;
}

.file-upload-choosen .file-select .file-select-name {
  line-height: 50px;

  display: inline-block;

  padding: 0 18px;

  color: #464b70;

  font-size: 14px;
}

.file-upload-choosen .file-select:hover .file-select-button {
  background: #3f53fe;

  cursor: pointer;

  color: #fff;
}

.file-upload-choosen.active .file-select {
  border-color: #3fa46a;

  transition: all 0.4s ease-in-out;
}

.file-upload-choosen.active .file-select .file-select-button {
  background: #3fa46a;

  color: #ffffff;

  transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;
}

.file-upload-choosen .file-select input[type="file"] {
  z-index: 100;

  cursor: pointer;

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 0;

  filter: alpha(opacity=0);
}

.file-upload-choosen .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload-choosen .file-select.file-select-disabled:hover {
  cursor: default;

  display: block;

  border: 2px solid #dce4ec;

  color: #34495e;

  cursor: pointer;

  height: 40px;

  line-height: 40px;

  margin-top: 5px;

  text-align: left;

  background: #ffffff;

  overflow: hidden;

  position: relative;
}

.file-upload-choosen
  .file-select.file-select-disabled:hover
  .file-select-button {
  background: #dce4ec;

  color: #666666;

  padding: 0 10px;

  display: inline-block;

  height: 40px;

  line-height: 40px;
}

.file-upload-choosen .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;

  display: inline-block;

  padding: 0 10px;
}

/****** CHOOSE FILE CODE END ******/

#pills-application .card-box-blocks {
  padding: 60px;
}

.application-process {
  padding: 40px;

  background: #fff;

  border-radius: 10px;

  max-width: 716px;

  margin: 0 auto;

  text-align: center;
}

.application-process .pricehard {
  width: 130px;

  height: 130px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 20px;

  color: #00ac47;

  font-family: "Barlow", sans-serif;

  font-weight: 700;

  font-size: 35px;

  line-height: 25px;

  border-radius: 100%;

  background: #edfaeb;
}

.process-payment-btn {
  margin-top: 40px;

  max-width: 370px;

  margin-left: auto;

  margin-right: auto;
}

.process-payment-btn .btn {
  padding: 15px 22px;
}

/***************** PROFILE VERIFICATION END *********************/

/*************** CHANGE PASSWORD START *****************/

.change-password-form {
  margin-top: 20px;

  padding-top: 20px;

  border-top: 1px solid #e1e3e7;
}

/************** DARK MODE LIGHT MODE BUTTON START ***************/

.modetype {
  margin-right: 15px;
}

.checkbox {
  opacity: 0;

  position: absolute;
}

.checkbox-label {
  background-color: #f5f7f9;

  width: 95px;

  height: 30px;

  border-radius: 50px;

  position: relative;

  padding: 2px;

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.checkbox-label .ball {
  background-color: #fff;

  width: 26px;

  height: 26px;

  position: absolute;

  left: 2px;

  top: 2px;

  border-radius: 50%;

  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label {
  background: rgb(255 255 255 / 10%);
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(58px);

  background: #1f1f1f;
}

.txtmode {
  color: #121639;

  font-size: 9px;

  font-family: "Barlow", sans-serif;

  font-weight: 600;

  text-transform: uppercase;
}

.togglecontent {
  display: flex;

  align-items: center;

  gap: 13px;

  position: relative;

  z-index: 9;

  padding: 0 5px;
}

.checkbox:checked + .checkbox-label span.moon-icon {
  position: relative;

  right: 2px;

  bottom: 2px;
}
span.sun-icon {
  position: relative;
  bottom: 2px;
}

.checkbox:checked + .checkbox-label span.moon.togglecontent {
  display: flex;
}

.checkbox:checked + .checkbox-label span.sun.togglecontent {
  display: none;
}

.checkbox:checked + .checkbox-label span.moon.togglecontent .txtmode {
  color: #fff;
}

span.moon.togglecontent {
  display: none;
}

/************** DARK MODE LIGHT MODE BUTTON END***************/

/****************** Boost Profile ****************/

.boost-box .card-box-inner {
  border-radius: 10px;

  background: #f5f7f9;

  padding: 30px;

  max-width: 1023px;

  margin: 0 auto;
}

.boost-box-block-item:not(:last-child) {
  margin-bottom: 15px;
}

.boost-box-block-item {
  background: #fff;

  border-radius: 5px;

  display: flex;

  align-items: center;

  border: 1px solid #eaeceb;

  position: relative;
}

.boost-headingwithicon .boost-icon {
  width: 60px;

  height: 60px;

  min-width: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 3px;

  background: rgb(254 209 0 / 15%);
}
.boost-headingwithicon .boost-icon img {
  width: 30px;
}

.boost-title {
  font-size: 18px;

  font-weight: 700;

  font-family: "Barlow", sans-serif;

  color: #121639;

  margin-left: 13px;
}

.boost-headingwithicon {
  display: flex;

  align-items: center;

  padding-right: 40px;

  max-width: 245px;

  flex: 245px;

  padding: 7px;
}

.purchase-btn {
  max-width: 240px;

  flex: 240px;

  margin-left: auto;

  padding-right: 7px;
}

.priceby {
  font-size: 25px;

  color: #121639;

  font-weight: 700;

  padding: 0;

  font-family: "Barlow", sans-serif;

  max-width: 218px;

  flex: 218px;

  text-align: center;
}

.priceby span {
  font-size: 20px;

  font-weight: 400;
}

.notify {
  min-width: 43px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #f5f7f9;

  border-radius: 3px;

  margin-right: 16px;

  cursor: pointer;

  position: relative;
}

.boost-box-block-item .postion {
  font-size: 18px;

  text-transform: capitalize;

  font-family: "Barlow", sans-serif;

  font-weight: 500;

  color: #121639;

  border-left: 1px solid #eaeceb;

  border-right: 1px solid #eaeceb;

  line-height: 44px;

  max-width: 180px;

  flex: 180px;

  text-align: center;
}

.notifyinfo {
  border-radius: 10px;

  max-width: 250px;

  width: 100%;

  padding: 15px;

  min-width: 250px;

  box-shadow: 15px -2px 40px rgba(4, 12, 30, 0.08);

  bottom: 50px;

  position: absolute;

  text-align: center;

  background: #fff;

  z-index: -1;

  font-size: 14px;

  line-height: 20px;

  left: -100px;

  opacity: 0;

  visibility: hidden;

  transition: all 0.4s ease-in-out;
}

.notify:hover .notifyinfo {
  opacity: 1;

  visibility: visible;

  z-index: 9;
}

.boost-box-block-item.selected {
  background: #edfaeb;
}

.boost-box-block-item.selected .notify svg path {
  fill: #121639;
}

.boost-box-block-item.selected .notify {
  background: #fff;
}

.btn-green {
  border: 1px solid #e1e3e7;

  background: #28bd8b;

  max-width: 113px;
}

.renew-autorenew {
  margin-left: auto;

  padding: 8px 7px;

  background: #fff;

  border: 1px solid #d6dce8;

  max-width: 240px;

  display: flex;

  align-items: center;

  border-radius: 0 5px 5px 0;

  flex: 240px;
}

.autorenew {
  margin-left: auto;
}

.autorenew .title {
  font-size: 18px;

  color: #121639;

  font-weight: 600;

  font-family: "Barlow", sans-serif;

  line-height: 13px;

  display: block;

  margin-bottom: 16px;
}

.autorenew .form-switch .form-check-input {
  width: 43px;

  height: 23px;

  margin-left: 0;

  margin-top: 0;

  border: 1px solid #c4c4c4;

  box-shadow: none !important;
}

.autorenew .form-switch .form-check-input:checked {
  border-color: #3f53fe;
}

.autorenew .form-switch {
  padding-left: 0 !important;
}

.boost-box.purchased .purchase-btn .btn-fill {
  background: #f5f7f9;

  border-color: #d6dce8;

  border-width: 1px;

  color: #121639;
}

.boost-box.purchased .purchase-btn .btn-fill:hover {
  background: #3f53fe;

  border-color: #3f53fe;

  color: #fff;
}

/* 17/10/2023  */

.licenses-wrapper .imageWrapper {
  width: 100%;

  max-width: 260px;

  height: 260px;

  padding: 10px;

  border-radius: 5px;
}

.profile-varification .upload-btn {
  margin-top: 30px;
}

.profile-varification button.file-upload {
  display: none;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  margin-top: 0;

  background: #3f53fe;

  color: #fff;

  font-weight: 600;

  box-shadow: 6px 3px 21px #121b642e;

  transition: all 0.5s ease-in-out 0s;

  -moz-transition: all 0.5s ease-in-out 0s;

  -o-transition: all 0.5s ease-in-out 0s;

  -webkit-transition: all 0.5s ease-in-out 0s;

  -ms-transition: all 0.3s ease-in-out 0s;
}

.profile-varification .file-upload-choosen:hover button.file-upload {
  display: block;
}

.profile-varification .form-group.other-prooff {
  margin-top: 10px;
}

.oth-proof-right {
  min-height: 100%;
}

.svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiStepIcon-root {
  color: #35eb0a !important;
}

.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-active {
  color: #3f53fe !important;
}

.profile-varification .file-upload-choosen {
  background: #fff;
}

button.back-btn-stepper.Mui-disabled {
  background: #f5f7f9;

  padding: 8px 30px;

  display: block;

  border-radius: 5px;

  color: #797979;

  font-weight: 600;

  border-color: #797979;
}

button.back-btn-stepper {
  background: #3f53fe;

  padding: 8px 30px;

  display: block;

  border-radius: 5px;

  color: #fff;

  font-weight: 600;

  border: 2px solid #3f53fe;
}

button.next-btn-stepper {
  background: #3f53fe;

  padding: 8px 30px;

  display: block;

  border-radius: 5px;

  color: #fff;

  font-weight: 600;

  border: 2px solid #3f53fe;
}

button.back-btn-stepper:not(.Mui-disabled):hover,
button.next-btn-stepper:hover {
  color: #3f53fe;

  background-color: transparent;
}

.otpnumb:focus-visible {
  border: 1px solid #e1e3e7 !important;
}

.sent-btn button {
  background: none;

  color: green;

  border: none;

  font-weight: 500;
}

.dark-container {
  width: fit-content;
  margin-left: auto;
  padding: 13px;
}

.Mui-completed svg {
  color: green !important;
}
li.profile-status {
  cursor: pointer;
}
span.markedChecked {
  color: #19b400;
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
}

button.btn.not-verified {
  border-color: #e1e3e7;
  background: #ffffff;
}
.status-inactive button .userimg:before {
  background-color: #ff0000;
}
.commentic img {
  width: 28px;
}

/* 31-10-2023 */
.user-ac-check button {
  cursor: text;
}
.user-ac-check button:focus {
  box-shadow: none;
}
.support-inner .support-account .form-group {
  position: relative;
}
.support-inner .support-account .form-group .error {
  width: 100%;
  line-height: 16px;
  position: inherit;
  margin: 2px 0 0;
}
span.userimg img {
  width: 20px;
}
.support-text {
  text-align: center;
  font-size: 14px;
  color: #464b70;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}
/* 06/11/2023  */

.renew-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border-left: 1px solid #d6dce8;
}

.renew-wrapper .renew-btnbox .btn {
  background-color: #28bd8b;
  border-color: #28bd8b;
}

.renew-wrapper .renew-btnbox .btn:hover {
  color: #28bd8b;
  background-color: transparent;
}

.renew-wrapper .auto-renew {
  font-size: 16px;
  font-weight: 600;
  color: #121639;
}

.renew-wrapper .auto-renew .form-switch {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
span.badge.bg-success.purchased-profile {
  padding: 15px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  box-shadow: none !important;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}
/* .card-box-inner .error {
  width: 100%;
  display: contents;
} */

.error + .invalid-feedback {
  display: none !important;
}
.success-btn {
  background: #ffb229;
  color: #fff;
  border: 2px solid #ffb229;
  width: 100%;
  padding: 14px 22px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  box-shadow: none !important;
  font-family: "Barlow", sans-serif;
}
.town-div{
  background-color: #E0F5FF;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 12px;
  color: #121639;
  text-transform: uppercase;
  padding: 2px 10px 2px 2px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.town-div>span{
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  background-color: #D2ECF9;
  border-radius: 2.5px;
  display: inline-block;
  margin-right: 8px;
}
.inner-call-box{
  background-color: #E9FFE5;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 12px;
  color: #121639;
  text-transform: uppercase;
  padding: 2px 2px 2px 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.inner-call-box .dropdown button::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 158px;
  height: 100%;
}
.inner-call-box .dropdown-toggle{
  background-color: #D6F5D1;
  border-radius: 2.5px;
  border: none;
  padding: 5px 10px 5px 6px;
  margin-left: 10px;
  height: 34px;
}
.inner-call-box .commentic{
  padding-right: 10px !important;
  margin-right: 10px !important;
  border-color: #E9FFE5 !important;
}
.inner-call-box .commentic img{
  width: 18px;
}
.inswittcher label{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #121639;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}
.inswittcher label input{
  display: none;
}
.inswittcher label span{
  width: 44px;
  height: 24px;
  border: 1px solid #D2DFEB;
  border-radius: 14px;
  display: inline-block;
  background: #fff;
  margin: 0 6px;
  position: relative;
}
.inswittcher label span::after{
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  background-color: #21C607;
  border-radius: 50%;
  transition: all 350ms ease;
}
.inswittcher label input:checked + span::after{
  background-color: red;
  left: 21px;
}
.profile-verification-st{
  height: auto;
  background-color: #e8e9eb;
  border-radius: 5px;
}
.profile-verification-st .cards{
  max-width: 430px;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: none;
  background-color: #fff;
}
.profile-verification-st .cards .expireImg:not(.profile-congtrs .cards .expireImg){
  max-width: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(5px 7px 14px rgba(234, 214, 219, 0.54));
}

.st-bg-blue{
  background-color: rgba(246, 248, 252, 0.66);
}
.profile-verification-st .cards .heading{
  font-size: 24px;
  margin-top: 25px;
  padding-bottom: 5px;
}
.profile-verification-st .cards .subheading{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.profile-verification-st .cards .btn{
  margin-top: 25px;
}
.profile-congtrs .cards{
  background-color: #EDFAEB;
  background-image: url('/assets/images/background-congrats.gif');
  background-position: center;
  background-size: cover;
}
.profile-congtrs .cards .btn{
  background-color: #19B400;
  border-color: #19B400;
}
.profile-congtrs .cards .btn:hover{
  background-color: transparent;
  color: #19B400;
}
.buyer-blog-area .critera-card .price-img{
  object-fit: cover;
  background-color: #ffffff;
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.buyer-check {
  position: absolute;
  right: -6px;
  top: 65px;
}
.buyer-active-verfiy{
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #E5F6FE;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 20px;
}
.buyer-active-verfiy::after{
  content: "";
  position: absolute;
  border-left: 8px solid white;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  top: 0;
  left: 0;
}
.buyer-active-verfiy span{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
  line-height: 12px;
}
.buyer-blog-area .critera-card{
  padding-top: 35px;
  position: relative;
  height: 232px;
}
.profile-tag-image{
  width: 20px;
}
.ac-de-feeture {
  display: table;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  color: #1D2246;
  padding-left: 6px;
  margin-top: 6px;
  font-family: "Nunito Sans", sans-serif;
}
.ac-de-feeture:before{
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.deactive-feat:before{
background-color: #f00;
}
.active-feat:before{
background-color: #21c607;
}

.pointerswal{
  cursor: pointer;
}


.buyer-result-loader .loader {
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-name{
  font-size: 20px !important;
}
a.name-dealer.email-tag {
  text-transform: none;
}
span.contact-preference.mx-2 img {
  margin-top: -2px;
  width: 18px;
}
.text-black{
  color:#2f2f2f !important;
}
.contact-desc-box label{
  font-weight: 600;
}
.contact-desc-box .row>*{
  margin-bottom: 14px;
}

.modal-social-share-main .modal-header h5{
  margin: 0;
}
.social-share-btn{
  padding: 20px;
  background: #f5f7f9;
  border-radius: 5px;
}
.social-share-list{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 8px;
  -webkit-gap: 8px;
}
.modal-invite-link{
  margin: 14px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #e1e3e7;
  padding: 10px;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
}
.modal-invite-link input{
  font-family: "Nunito Sans", sans-serif;
  box-shadow: none;
  align-self: center;
  font-size: 14px;
  color: #464b70;
  font-weight: bold;
  flex-grow: 2;
  background-color: #fff;
  border: none;
}
.modal-invite-link #copy{
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border: 1px solid #e1e3e7;
  border-radius: 5px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f53fe;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.radio-item-features .feature-item-content{
  transition: all 350ms ease-in-out;
}
.radio-item-features .feature-item-content:hover{
  box-shadow: 0 0 22px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 22px rgba(0,0,0,0.15);
  border-color: #3f53fe;
}
.dashboard-header .modetype .checkbox-label,
.upload-buyer:not(.upload-buyer+.upload-buyer){
  border: 1px solid transparent;
  transition: all 350ms ease-in-out;
}
.dashboard-header .modetype .checkbox-label:hover,
.upload-buyer:not(.upload-buyer+.upload-buyer):hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-color: #3f53fe;
}
.purchase_btn_class{
  top: 0;
  position: absolute;
  max-width: 208px;
  width: 100%;
}
.purchase_btn_class .pointerswal{
  background: #3f53fe;
  color: #fff;
  line-height: 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  padding: 8px;
}
.cornor-block:empty{
  display: none;
}


/* 13-06-2024 */

@media screen and (max-width: 575px){
  .main-login-form .register-recaptcha{
    overflow: hidden;
  }
  .main-login-form .register-recaptcha iframe{
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: left;
    -webkit-transform-origin: left;
  }
  .main-login-form .register-recaptcha>div>div>*{
    width: auto !important;
    height: auto !important;
  }
  .main-login-form .form-icon{
    left: 10px;
  }
  .main-login-form .form-control{
    padding: 17px 0 17px 44px !important;
  }
  .main-login-form .form-icon-password{
    right: 10px;
  }
  .purchase_btn_class{
    max-width: 100%;
    width: calc(100% - 39px);
  }
}