@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;
}
img{max-width: 100%;}
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-fill2{
  background: #3f53fe;
  color: #fff;
  border: 1px solid #3f53fe;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  box-shadow: none;
  font-family: "Nunito Sans", sans-serif;
}
.btn-fill2:hover,
.btn-fill2:focus{
  background-color: #fff;
  color: #3f53fe;
}
.btn-white-fill{
  background: #ffffff;
  color: #121639;
  border: 1px solid #EAECEB;
  width: 100%;
  padding: 15px 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-white-fill:hover{
  background: #3f53fe;
  color: #fff;
  border: 1px solid #3f53fe;
}
.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;
}
.btn-outline-gray{
  background-color: transparent;
  color: #B3B3B3;
  border: 1px solid #B3B3B3;
  width: 100%;
  padding: 15px 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-outline-gray:hover{
  background-color: #3f53fe;
  color: #fff;
  border-color: #3f53fe;
}
.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;
}
.img-user .user-profile {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.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: -10px !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-icon.counts_icon{
  left: 50px;
  border: none;
  color: #464b70;
  letter-spacing: -1px;
  line-height: 0.91;
  font-size: 14px;
  height: 14px;
}
.form-control.phone_input{
  padding-left: 84px !important;
}
.form-icon.verification_count{
  color: #464b70;
  letter-spacing: -1px;
  line-height: 0.91;
  font-size: 14px;
  height: 14px;
  top: 2px;
}
.card-box-blocks .form-control.verification_input{
  padding-left: 65px !important;
  height: 56px;
}

.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;
}
.mt-30{
  margin-top: 30px;
}

.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;
  background-color: rgba(245, 247, 249, 0.96);
}

.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 h2 {
  color: #0a2540;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.heading-title p {
  margin: 0;
  color: #464b70;
}
.row-gap{
  row-gap: 30px;
}
.mobile-row-gap{
  row-gap: 15px;
}
.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;
}

li.blocked {
  background: #c3c3c3;
  padding: 8px !important;
  border-radius: 13px;
  margin-top: 5px;
}

.fav-icons-start {
  margin-right: 12px;
  margin-top: 4px;
  cursor: pointer;
}

@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;
}

.btn-white {
  background: #fff;
  color: #060000;
  border: 1px solid #e3e0e0;
  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-white:hover {
  color: #060000;
  background-color: transparent;
}

.line-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #464B70;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}

.line-with-text::before,
.line-with-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #eaeceb;
  margin: 0 10px;
}

.property-critera {
  margin-top: 40px;
}
.property-critera-outer input[type="checkbox"] {
  position: absolute;
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
}
.property-critera-outer input[type="checkbox"]:checked + .property-critera-block{
  border: 2px solid #3F53FE;
}
.property-critera-outer input[type="checkbox"]:checked + .property-critera-block .cornor-block {
  border: 2px solid #3F53FE;
}
.property-critera-outer input[type="checkbox"]:checked + .property-critera-block .buyer-notifaction:before,
.property-critera-outer input[type="checkbox"]:checked + .property-critera-block:before {
  content: "";
  background: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="22" height="22" rx="11" fill="%233F53FE"/><path d="M14.6667 9L10.0833 13.5833L8 11.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 22px;
  width: 22px;
  position: absolute;
  left: -34px;
  top: 2px;
}
.msg_item .file-preview .dropdown>.dropdown-menu,
.msg_item .file-container .dropdown>.dropdown-menu{
padding: 6px 0;
}
.msg_item .file-preview .dropdown>.dropdown-menu .dropdown-item, 
.msg_item .file-container .dropdown>.dropdown-menu .dropdown-item{
color: #464B70;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 16px;
}
.property-critera-outer input[type="checkbox"]:checked + .property-critera-block .buyer-notifaction .top_buyer_btn {
  display: none;
}

.buyer-blog-sent:before {
  content: "";
  background: url('data:image/svg+xml,<svg width="64" height="28" viewBox="0 0 64 28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="64" height="28" rx="14" fill="%231AC29E"/><rect x="39" y="3" width="22" height="22" rx="11" fill="white"/><path d="M53.6667 12L49.0833 16.5833L47 14.5" stroke="%230CBB9C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.33 18.1C11.95 18.1 11.5867 18.07 11.24 18.01C10.8933 17.95 10.5733 17.8633 10.28 17.75C9.99333 17.6367 9.74 17.5 9.52 17.34L9.93 16.29C10.15 16.4433 10.3867 16.5733 10.64 16.68C10.8933 16.78 11.16 16.8567 11.44 16.91C11.7267 16.9567 12.0233 16.98 12.33 16.98C12.8367 16.98 13.21 16.8967 13.45 16.73C13.6967 16.5567 13.82 16.3233 13.82 16.03C13.82 15.87 13.7833 15.74 13.71 15.64C13.6367 15.5333 13.5133 15.4433 13.34 15.37C13.1733 15.2967 12.9533 15.2333 12.68 15.18L11.55 14.96C10.9033 14.8333 10.4267 14.6067 10.12 14.28C9.81333 13.9467 9.66 13.52 9.66 13C9.66 12.5667 9.78 12.19 10.02 11.87C10.26 11.5433 10.59 11.2933 11.01 11.12C11.4367 10.94 11.9267 10.85 12.48 10.85C12.8067 10.85 13.12 10.88 13.42 10.94C13.72 11 13.9967 11.09 14.25 11.21C14.5033 11.33 14.7267 11.4733 14.92 11.64L14.5 12.66C14.22 12.42 13.91 12.2467 13.57 12.14C13.2367 12.0267 12.87 11.97 12.47 11.97C12.1633 11.97 11.8967 12.01 11.67 12.09C11.45 12.17 11.2767 12.2867 11.15 12.44C11.03 12.5867 10.97 12.7633 10.97 12.97C10.97 13.21 11.0467 13.3967 11.2 13.53C11.36 13.6633 11.6367 13.77 12.03 13.85L13.15 14.07C13.8167 14.2033 14.3133 14.4233 14.64 14.73C14.9667 15.0367 15.13 15.4433 15.13 15.95C15.13 16.3767 15.0133 16.7533 14.78 17.08C14.5533 17.4 14.23 17.65 13.81 17.83C13.39 18.01 12.8967 18.1 12.33 18.1ZM16.393 18V10.95H21.163V12.02H17.673V13.89H20.943V14.96H17.673V16.93H21.163V18H16.393ZM22.6234 18V10.95H23.6734L27.6134 16.11H27.4534V10.95H28.7034V18H27.6234L23.7234 12.86H23.8634V18H22.6234ZM32.1066 18V12.06H29.6966V10.95H35.8366V12.06H33.4266V18H32.1066Z" fill="white"/></svg>');
  width: 64px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.property-critera-outer input[type="checkbox"]:checked + .property-critera-block:before{
  top: 12px;
  right: 12px;
  left: auto;
}

.property-critera-block {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  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: -13px;
  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;
}

.critera-card.change-badge-color {
  background: #bfe7ca;
}

label.property-critera-block.buyer-blog-area.change-badge-color {
  background-color: #dbffe4;
}

.property-critera-details {
  padding-left: 15px;

  max-width: calc(100% - 208px);

  flex: calc(100% - 208px);
}

.wrap-column .deal_left_column .pro_details{
  flex: 1;
  -webkit-flex: 1;
  max-width: 100%;
}
.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;
  left: 246px; 
  bottom: -27px;
  display: flex;
  align-items: center;
  column-gap: 9px;
  background-color: #ffffff;
  padding: 7px 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: 20px;
  -webkit-gap: 20px;
}
.add_buyer-right .REP_Code_block{
  padding: 0;
}
.add_buyer-right .REP_Code_block>div{
  padding: 8px;
}
.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;
}
.cursor-pointer {
  cursor: pointer;
}
.documents_model .space_modal  {
  padding-bottom: 20px !important;
}
.documents_model .new_modal_close .btn-close{
  top: 60px;
  right: 50px;
}
.document-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 30px;
  max-height: 400px;
  overflow: hidden auto;
}

.document-group .document-item {
  border: 1px solid #eaeceb;
  border-radius: 5px;
  padding: 7px;
  display: flex;
  align-items: center;
  transition: all ease-in-out .3s;
}

.document-group .document-item .doc-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 44px;
  color: #121639;
  margin: 0px 20px 0px 13px;
  flex: 1 1 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-group .document-item .view-btn,
.document-group .document-item .view-btn svg path {
  transition: all ease-in-out .3s;
}

.document-group .document-item .view-btn {
  border-radius: 5px;
  border: 1px solid #07b89c;
  box-shadow: none;
  outline: none;
  color: #07b89c;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  padding: 14px 20px;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  max-width: 179px;
  width: 100%;
}

.document-group .document-item:hover,
.document-group .document-item.active {
  border-color: #3f53fe;
}

.document-group .document-item:hover .view-btn,
.document-group .document-item.active .view-btn {
  border-color: #3f53fe !important;
  color: #3f53fe;
}

.document-group .document-item:hover .view-btn svg path,
.document-group .document-item.active .view-btn svg path {
  fill: #3f53fe;
}

.delete-margin{
margin-left: 5px;
}

.document-group .document-item .delete-btn {
  border-radius: 5px;
  border: 1px solid #f31707;
  box-shadow: none;
  outline: none;
  color: #f31707;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  padding: 17px 20px;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  max-width: 179px;
  width: 100%;
}


@media screen and (max-width: 576px) {
  .document-group {
      gap: 12px;
      margin-block: 20px;
  }

  .document-group .document-item .pdf-icon {
      max-width: 40px;
  }

  .document-group .document-item .doc-name {
      font-size: 16px;
      line-height: 40px;
  }

  .document-group .document-item .view-btn {
      padding: 10px 20px;
      max-width: 100px;
  }
}




@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;
  }
  
.documents_model .new_modal_close .btn-close{
  top: 33px;
  right: 20px;
}
}

@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: 20px;
  border-radius: 5px;
  background: #f5f7f9;
}

.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: 99;
}
.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;
}
.pagination-section.text-end .pagination {
  text-align: right !important;
  margin-top: 20px;
}

.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: 20px;
}
.checkbox {
  opacity: 0;
  position: absolute;
}
.checkbox-label {
  background-color: #f5f7f9;
  width: 102px;
  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: 24px;
  height: 24px;
  position: absolute;
  left: 4px;
  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(69px);
  background: #1f1f1f;
}
.txtmode {
  color: #121639;
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.togglecontent {
  display: flex;
  align-items: center;
  gap: 10px;
  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: 0;

  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: 0;
  top: 70px;
}
.buyer-active-verfiy{
  position: relative;
  background-color: #E5F6FE;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 20px;
}
.buyer-blog-new .buyer-active-verfiy {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1;
}
.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: 15px;
}
.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;
}
.modal-social-share-main .modal-header h5{
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 600;
}

.social-share-list{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 20px;
  -webkit-gap: 20px;
}
.social-share-list button svg{
  width: 51px;
  height: 51px;
}
.modal-invite-link{
  margin: 20px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #EAECEB;
  padding: 6px 6px 6px 15px;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
}
.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: 45px;
  height: 45px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: #3F53FE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  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;
}

/* Buyer / Seller Toggle swittcher */
.buyer_seller_toggle{
  margin-right: 20px;
  position: relative;
}
.buyer_seller_toggle>input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.buyer_seller_toggle label{
  width: 75px;
  height: 30px;
  background-color: #f5f7f9;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.buyer_seller_toggle>input:checked + label{
  background-color: #3f53fe;
}
.buyer_seller_toggle label::before{
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #3f53fe;
  transition: all 350ms ease-in-out;
  z-index: 1;
}
.buyer_seller_toggle>input:checked + label::before{
  left: calc(100% - 28px);
  background-color: #fff;
}
.buyer_seller_toggle label span{
  color: #464b70;
  font-size: 12px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  position: absolute;
  right: 12px;
  transition: all 350ms ease-in-out;
}
.buyer_seller_toggle label span:last-child{
  opacity: 0;
  left: 10px;
  right: inherit;
  color: #fff;
}
.buyer_seller_toggle>input:checked + label span:first-child{
  opacity: 0;
}
.buyer_seller_toggle>input:checked + label span:last-child{
  opacity: 1;
}

.buyer_seller_toggle2>input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.buyer_seller_toggle2 label{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  position: relative;
}
.buyer_seller_toggle2 label::before{
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 350ms ease-in-out;
  z-index: 1;
}
.buyer_seller_toggle2 label::after{
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  background-color: rgba(242, 242, 242, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  width: 41px;
  height: 20px;
  border-radius: 35px;
}
.buyer_seller_toggle2 label span{
  color: #121639;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  transition: all 0.4s ease-in-out;
}
.buyer_seller_toggle2 input:checked + label::after{
  background-color: #3f53fe;
  border-color: #3f53fe;
}
.buyer_seller_toggle2 input:checked + label::before{
  right: 22px;
}

.multiple_files{
  border: 1px solid #e1e3e7;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  min-height: 100px;
}
.multiple_files .dropzone{
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 100px;
  cursor: pointer;
}
.multiple_files p{
  margin: 0 !important;
}
.multiple_files .image-preview{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px 10px;
  gap: 12px;
}
.multiple_files .image-preview:empty{
  padding: 0;
}
.multiple_files .image-preview .image-container{
  width: 200px;
  height: 200px;
  border: 1px solid #e1e3e7;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.multiple_files .image-preview .image-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.multiple_files .image-preview .image-container .remove-button{
  position: absolute;
  right: 5px;
  top: 5px;
  background: #f00;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
}
.auto_address_list{
  border: 1px solid #e1e3e7;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.auto_address_list li{
  display: block;
  color: #464b70;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 10px;
  cursor: default;
}
.auto_address_list li:hover{
  background-color: #e1e2f1;
}

.auto_address_list li.highlighted {
  background-color: #e1e2f1; /* Example highlight color */
  cursor: pointer;
}

/* Phase 3 design css */

/* Header Style */
.top_icons_list{
  margin-right: 20px;
}
.top_icons_list ul{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
}
.top_icons_list ul>li{
  display: block;
}
.top_icons_list ul>li .list_numbers{
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  line-height: 8px;
  font-weight: 700;
  background-color: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 2px;
}
.top_icons_list .dropdown>.btn{
  background-color: transparent;
  border: none;
  padding: 0;
}
.top_icons_list .dropdown>.btn::after{
  display: none;
}
.top_icons_list .dropdown .dropdown-menu{
  width: 338px;
  min-width: auto;
  border-radius: 10px;
  box-shadow: 3px 10px 40px rgba(15, 33, 68, 0.1);
  -webkit-box-shadow: 3px 10px 40px rgba(15, 33, 68, 0.1);
  padding: 15px 12px;
  border: none;
  margin-top: 10px;
}
.top_icons_list .dropdown .dropdown-menu::after{
  content: '';
  position: absolute;
  left: 10px;
  top: -10px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: none;
}
.top_icons_list .dropdown .dropdown-menu::before{
  content: '';
  position: absolute;
  left: 10px;
  top: -10px;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-top: none;
  filter: blur(14px);
  -webkit-filter: blur(14px);
}
.top_icons_list .dropdown .dropdown-menu>h5{
  border-bottom: 1px solid #D0DEE7;
  color: #121639;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px;
  padding-bottom: 15px;
}
.top_icons_list .dropdown .dropdown-menu>a{
  color: #3F53FE;
  font-size: 12px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  display: table;
  margin: 14px auto 0;
  line-height: 16px;
}
.top_icons_list .dropdown ul>li{
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  background-color: #F5F7F9;
  border-radius: 5px;
  padding: 10px;
  padding-left: 22px;
  position: relative;
}
.top_icons_list .dropdown ul>li::before{
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #3F53FE;
  border-radius: 50%;
}
.dropdown_start{
  flex: 0 0 33px;
  max-width: 33px;
}
.dropdown_middle{
  flex: 0 0 calc(100% - 83px);
  max-width: calc(100% - 83px);
  padding-left: 5px;
  align-self: center;
  -webkit-align-self: center;
}
.dropdown_end{
  flex: 0 0 50px;
  max-width: 50px;
  text-align: right;
  font-size: 10px;
  line-height: 14px;
  color: #464B70;
  font-family: "Barlow", sans-serif;
}
.dropdown_middle>h6{
  font-size: 12px;
  color: #121639;
  font-weight: 600;
  margin-bottom: 4px;
}
.dropdown_middle>p{
  font-size: 12px;
  color: #464B70;
  font-family: "Barlow", sans-serif;
  line-height: 14px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.column_bg_space>.deal_column{
  background-color: #F5F7F9;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.column_bg_space>.deal_column+.deal_column{
  margin-top: 20px;
}
.btn-w-icon{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  width: max-content;
  margin: 0 auto;
  padding: 10px 20px;
}
.btn-w-icon svg{
  margin-left: 10px;
}
.btn-w-icon:hover svg path{
  stroke: #3f53fe;
}
.deal_left_column{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.pro_img{
  flex: 0 0 225px;
  max-width: 225px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 8px;
}
.pro_img .pro_img-main {
  width: 100%;
  height: 125px;
  border-radius: 8px;
  overflow: hidden;
}
.pro_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.35s ease-in-out;
}
.pro_img .pro_img-main:hover img{
  transform: scale(1.2);
}
.pro_details{
  padding-left: 20px;
}

.setting-card-head-title{
  font-size: 18px;
  line-height: 24px;
  color: #1D2246;    
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.setting-card-head-title {
  text-align: center;
}
.pro_details h3{
  font-size: 20px;
  line-height: 26px;
  color: #1D2246;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  text-transform: capitalize;
}

.pro_details .deal_info_list{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
}
.pro_details .deal_info_list>li{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 20px rgba(191, 204, 218, 0.19);
  -webkit-box-shadow: 6px 6px 20px rgba(191, 204, 218, 0.19);
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  gap: 7px;
  min-width: 167px;
}
.list_content>span{
  color: #1D2246;
  font-size: 20px;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
  display: block;
}
.list_content>p{
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #464B70;
}

.detail_deal_column{
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex_1column{
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex_auto_column{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.detail_deal_left .pro_details{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.detail_deal_left .pro_details>h3{
  padding-top: 20px;
}
.detail_deal_left .pro_details .nav{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
  margin-bottom: -20px;
}
.detail_deal_left .pro_details .nav .nav-item>a.nav-link{
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 6px 6px 20px rgba(191, 204, 218, 0.19);
  -webkit-box-shadow: 6px 6px 20px rgba(191, 204, 218, 0.19);
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  gap: 7px;
  border-bottom: 2px solid #fff;
  min-width: 167px;
}
.detail_deal_left .pro_details .nav .nav-item>a.nav-link.active{
  border-bottom-color: #3F53FE;
}

.total_notified{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  margin-right: -20px;
  margin-top: 12px;
}
.total_notified>p{
  margin: 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #102846;
  padding: 7px 10px;
  padding-left: 20px;
  position: relative;
  box-shadow: 0px 7px 15px rgba(230, 234, 239, 0.6);
  -webkit-box-shadow: 0px 7px 15px rgba(230, 234, 239, 0.6);
}
.total_notified>p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 14px solid transparent;
  border-left-color: #F5F7F9;
  border-right: none;
  border-left-width: 12px;
}
.total_notified>p span{
  color: #0061DE;
  font-weight: 700;
}


.radius-b-0{
  border-end-end-radius: 0 !important;
  border-end-start-radius: 0 !important;
}
.pro_deal_table{
  background-color: #F5F7F9;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
}
.pro_deal_table::before,
.pro_deal_table::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 52px;
  background-color: #E6EAEF;
}
.pro_deal_table::after{
  left: inherit;
  right: 0;
}
.pro_deal_table table{
  margin: 0;
}
.pro_deal_table table thead th{
  background-color: #E6EAEF;
  font-size: 14px;
  color: #121639;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: 52px;
  border: none;
  vertical-align: middle;
}
.pro_deal_table table thead th:not(:last-child)::after,
.pro_deal_table td:not(:last-child)::after{
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  background-color: #B8C6D8;
}
.pro_deal_table td{
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #464B70;
  text-align: center;
  border: none;
  position: relative;
}
.pro_deal_table td:first-child{
  padding-left: 20px;
  padding-right: 20px;
}
.pro_deal_table tbody tr:nth-child(even) td{
  background-color: #fff;
}
.pro_deal_table td:nth-last-of-type(2),
.pro_deal_table td:last-child{
  font-weight: 400;
}
.pro_deal_table td>span{
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  /* justify-content: center;
  -webkit-justify-content: center; */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 6px;
}
.deal_user_img_block{
  position: relative;
}
.pro_deal_table td:first-child>span{
  gap: 12px;
}
.pro_deal_table td:not(:first-child) span img{
  transform: translateY(4px);
}
.deal_user_img{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #F5F7F9;
}
.user_verified_check{
  position: absolute;
  right: -6px;
  top: 21px;
  width: 24px;
}
.deal_notifications_right{
  background-color: #fff;
  box-shadow: 6px 7px 19px rgba(178, 194, 209, 0.31);
  -webkit-box-shadow: 6px 7px 19px rgba(178, 194, 209, 0.31);
  border-radius: 10px;
  padding: 20px 20px 16px;
}
.deal_notifications_btn{
  padding: 0;
  margin: 0;
}
.deal_notifications_btn>li{
  display: block;
}
.outline_btn{
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 5px;
  width: 100%;
  min-width: 180px;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Nunito Sans", sans-serif;
}
.text_btn{
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  min-width: 180px;
  gap: 5px;
  text-transform: capitalize;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.text_btn:hover,
.text_btn:focus,
.text_btn:active,
.text_btn:active:focus{
  box-shadow: none;
  background-color: transparent;
}
.deal_notifications_btn>li+li,
.notification_pro_deal>li+li{
  margin-top: 20px;
}
.deal_notifications_btn>li:first-child .outline_btn{
  border-color: #49D8A3;
}
.deal_notifications_btn>li:first-child .outline_btn:hover,
.deal_notifications_btn>li:first-child .outline_btn:focus,
.deal_notifications_btn>li:first-child .outline_btn:active{
  background-color: #49D8A3;
  box-shadow: none;
}
.deal_notifications_btn>li:nth-child(2) .outline_btn{
  border-color: #3F53FE;
}
.deal_notifications_btn>li:nth-child(2) .outline_btn:hover,
.deal_notifications_btn>li:nth-child(2) .outline_btn:focus,
.deal_notifications_btn>li:nth-child(2) .outline_btn:active{
  background-color: #3F53FE;
  box-shadow: none;
}
.disabled-btn button:not(.deal_notifications_btn>li .outline_btn) {
  cursor: not-allowed !important;
  background: transparent;
  border: none;
  pointer-events: none;
}
.deal_notifications_btn.disabled-btn>li .outline_btn{
  cursor: not-allowed !important;
  /* background: transparent; */
  pointer-events: none;
}
.deal_notifications_btn>li .outline_btn:disabled{
  background-color: #efefef;
  color: #000;
  border-color: #efefef;
  cursor: not-allowed;
}
.deal_notifications_btn>li .outline_btn img{
  height: 36px;
}
.disabled-btn button span svg {
  width: 15px;
  margin-left: 5px;
  height: auto;
}
.disabled-btn li:nth-child(1) button:hover, .disabled-btn li:nth-child(2) button:hover, .disabled-btn li:nth-child(1) button:active, .disabled-btn li:nth-child(2) button:active{
  background-color: #c5c5c5 !important;
}
.deal_notifications_btn>li:last-child .text_btn{
  color: #E21B1B;
}
span.max-image {
  font-size: 10px;
  color: #727592 !important;
  font-weight: 200;
}
.notification_pro_deal{
  padding: 0;
  margin: 0;
  list-style: none;
}
.notification_pro_deal>li{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #464B70;
  font-family: "Nunito Sans", sans-serif;
  gap: 6px;
}
.deal_notifications_left .notification_pro_deal>li {
    flex-wrap: nowrap;
    line-height: normal;
}
.notification_pro_deal>li:last-child{
  background-color: #fff;
  border-radius: 36px;
  padding: 5px 12px;
}
.deal_notifications_left .pro_img>img{
  height: 111px;
}
.deal_img_group{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 9px;
  margin-top: 9px;
  align-items: center;
}
.deal_img_group>*{
  flex: 0 0 calc(33.33% - 6px);
  -webkit-flex: 0 0 calc(33.33% - 6px);
}
.deal_img_group a {
  color: #3F53FE;
  font-size: 12px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  line-height: 16px;
  text-align: center;
}
.deal_img_group img{
  height: 49px;
}
.deal_notifications_left>.pro_details {
  flex: 0 0 calc(100% - 225px);
  max-width: calc(100% - 225px);
  padding-right: 20px;
}
.radius_30 .modal-content{
  border-radius: 30px;
  border: none;
}
.radius_20 .modal-content{
  border-radius: 20px;
  border: none;
}
.max-648 .modal-dialog{
  max-width: 648px;
}
.max-1650 .modal-dialog{
  max-width: 1650px;
}
.space_modal {
  padding: 60px 50px 50px;
}
.modal_inner_content{
  text-align: center;
}
.modal_inner_content svg{
  filter: drop-shadow(7px 7px 40px rgba(0, 216, 49, 0.3));
  -webkit-filter: drop-shadow(7px 7px 40px rgba(0, 216, 49, 0.3));
}
.modal_inner_content h3{
  font-size: 35px;
  line-height: 44px;
  color: #121639;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.modal_inner_content .deal_notifications_btn{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}
.modal_inner_content .deal_notifications_btn li+li{
  margin: 0;
}
.modal_inner_content .deal_notifications_btn li .btn img{
  width: 36px;
  height: 36px;
}
.light_green_bg{
  background-color: #E6FBEF;
}
.light_blue_bg{
  background-color: #E4F5FF;
}
.light_gray_bg{
  background-color: #F5F7F9;
}
.buy_modal_icon{
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.new_modal_close{
  border: none;
  padding: 0;
}
.new_modal_close .btn-close{
  position: absolute;
  top: 20px;
  margin: 0;
  right: 20px;
  padding: 3px;
  z-index: 1;
  opacity: 1;
  width: 12px;
  height: 12px;
  background-size: 12px;
}

/* Message Page */
.chat_sidebar{
  background-color: #F5F7F9;
  border-radius: 10px;
  padding: 20px;
  min-height: 100%;
}
.chat_sidebar>h6{
  color: #102846;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.chat_sidebar h6 .dropdown button.btn{
  background-color: transparent;
  border: none;
  padding: 0;
}
.chat_sidebar h6 .dropdown button.btn::after{
  display: none;
}
.chat_sidebar h6 .dropdown .dropdown-menu{
  padding: 6px 0;
  border-radius: 10px;
  border: none;
  box-shadow: 3px 10px 40px #0F21441A;
  -webkit-box-shadow: 3px 10px 40px #0F21441A;
  margin-right: -20px;
  margin-top: 12px;
}
.chat_sidebar h6 .dropdown .dropdown-menu::before{
  content: '';
  position: absolute;
  right: 16px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: none;
}
.chat_sidebar h6 .dropdown .dropdown-menu>a{
  color: #464B70;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 16px;
}
.chat_side_list{
  padding: 0;
  margin: 0;
  list-style: none;
  height: calc(100vh - 342px);
  overflow-y: auto;
}
.scrollbar_design::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: transparent;
}
.scrollbar_design::-webkit-scrollbar{
	width: 6px;
	background-color: transparent;
}
.scrollbar_design::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #F5F7F9;
}
.scrollbar_design:hover::-webkit-scrollbar-thumb{
  background-color: #e3e4e5;
}
.chat_side_list>li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  padding: 8px 0;
  /* border-bottom: 1px solid #CFDEE7; */
  margin-top: 11px;
  position: relative;
}
.chat_side_list>li::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: #CFDEE7;
}
.chat_side_list>li.blocked{
  background: #e9e9e9;
}
.chat_side_list>li:last-child{
  border-bottom: none;
}
.chat_side_list>li:first-child{
  margin-top: 0;
}
.chat_side_list>li:last-child::after{
  display: none;
}
.chat_pro_area{
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.chat_user_img{
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  border-radius: 50%;
  overflow: hidden;
}
.chat_user_img .figure{
  width: 100%;
  height: 100%;
  margin: 0;
}
.chat_user_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.chat_user_info{
  padding-left: 14px;
  padding-right: 10px;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.chat_user_info>span{
  font-size: 18px;
  line-height: 20px;
  color: #102846;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chat_user_info>p{
  margin-bottom: 0;
  color: #464A6B;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chat_status_area>p{
  color: #464A6B;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.msg_left_number{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #3F53FE;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
}
.chat_status_area>.unblock_btn{
  background-color: #3F53FE;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
}

/* Chat Right Part */
.chat_box{
  background-color: #F5F7F9;
  border-radius: 10px;
  padding: 20px;
  min-height: 100%;
}
.chat_header{
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.chat_header_user .mobile_hamburger{
  padding-left: 0;
  margin-right: 14px;
}
.chat_header_user>.figure{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #E5E7E9;
  margin: 0;
  position: relative;
}
.active_status{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  background-color: #00FF75;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.chat_header_user>.figure img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.chat_header_user>div{
  padding-left: 7px;
}
.chat_header_user>div span{
  font-size: 22px;
  color: #121639;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 6px;
  display: block;
}
.chat_header_user>div p{
  color: #464B70;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.chat_header_action button{
  padding: 5px;
}
.chat_header_action button,
.chat_header_action button:hover,
.chat_header_action button:focus,
.chat_header_action button:active,
.chat_header_action .show.dropdown button{
  background-color: transparent;
  border: none;
}
.chat_header_action .dropdown-toggle::after{
  display: none;
}
.chat_header_action .dropdown-menu{
  padding: 6px 0;
  border-radius: 10px;
  border: none;
  box-shadow: 3px 10px 40px #0F21441A;
  -webkit-box-shadow: 3px 10px 40px #0F21441A;
  margin-right: -20px;
  margin-top: 12px;
}
.chat_header_action .dropdown-menu::before{
  content: '';
  position: absolute;
  right: 16px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: none;
}
.chat_header_action .dropdown-menu>a{
  color: #464B70;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 16px;
}

.chat_body{
  padding-top: 30px;
  padding-bottom: 30px;
}
.whole_messages{
  padding-right: 2px;
  height: calc(100vh - 500px);
  overflow-y: auto;
}
.msg_item{
  margin-bottom: 30px;
}
.outgoing_msg{
  text-align: right;
}
.msg_item>p{
  color: #8C90A7;
  font-size: 12px;
  font-weight: 500;
  margin: 7px 0 0;
  line-height: 14px;
}
.msg_item .file-preview{
  display: inline-block;
  border-radius: 10px 10px 0 10px;
  margin-left: 0;
  margin-right: 8px;
  background-color: #1A66FF;
  color: #fff;
  position: relative;
  padding: 13px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.msg_item .file-preview::before{
  content: '';
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 16px;
  height: 14px;
  background-color: #1A66FF;
  transform: skew(42deg, 0deg);
  -webkit-transform: skew(42deg, 0deg);
  border-radius: 3px;
}
.msg_item .file-preview .dropdown,
.msg_item .file-container .dropdown{
  position: absolute;
  right: 10px;
  top: 14px;
}
.msg_item .file-preview .dropdown>.dropdown-toggle,
.msg_item .file-container .dropdown>.dropdown-toggle{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #265bc5;
  border: none;
  font-size: 18px;
  padding-bottom: 2px;
}
.msg_item .file-preview .dropdown>.dropdown-toggle::after,
.msg_item .file-container .dropdown>.dropdown-toggle::after{
  display: none;
}
.msg_content{
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #121639;
  padding: 13px 50px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  margin-left: 8px;
}
.outgoing_msg .msg_content{
  border-radius: 10px 10px 0 10px;
  margin-left: 0;
  margin-right: 8px;
  background-color: #1A66FF;
  color: #fff;
}
.msg_content::before{
  content: '';
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 16px;
  height: 14px;
  background-color: #fff;
  transform: skew(-42deg, 0deg);
  -webkit-transform: skew(-42deg, 0deg);
  border-radius: 3px;
}
.outgoing_msg .msg_content::before{
  left: inherit;
  right: -4px;
  transform: skew(42deg, 0deg);
  -webkit-transform: skew(42deg, 0deg);
  background-color: #1A66FF;
}

.msg_send_footer{
  display: flex;
  display: -webkit-flex;
  gap: 20px;
}
.msg_send_footer>input:not(input[type="submit"]){
  margin: 0;
  border: none;
  background-color: #fff;
  font-size: 14px;
  color: #121639;
  padding: 14px 25px;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 10px;
  width: 100%;
}
.msg_send_footer>input:focus{
  outline: none;
}
.msg_send_footer>input::-moz-placeholder{
  color: #8C90A7;
  opacity: 1;
}
.msg_send_footer>input::-webkit-input-placeholder{
  color: #8C90A7;
  opacity: 1;
}
.msg_send_btn{
  background-color: #1A66FF;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  border: none;
  margin: 0;
}
.msg_send_footer .attachment-preview{
  position: relative;
  margin: 0;
  width: 100%;
  background-color: #F5F7F9;
  border-radius: 10px;
  padding: 14px;
  flex: 0 0 calc(100% - 140px);
  -webkit-flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}
/* .msg_send_footer .attachment-preview .file-container{
  border: 1px solid #F5F7F9;
  border-radius: 4px;
} */
.msg_send_footer .attachment-preview>button{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #c4d7ff;
  border: none;
  font-size: 10px;
  padding-bottom: 0px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.msg_send_footer>label[for="attachment"]{
  flex: 0 0 40px;
  max-width: 40px;
}
.msg_send_footer .attachment-preview .file-container>*{
  max-width: 20% !important;
}

/* My Buyer Page */
.buyer_top_bar{
  gap: 20px;
}
.buyer_top_select{
  font-size: 14px;
  font-weight: 600;
  color: #464B70;
  font-family: "Barlow", sans-serif;
}
.buyer_top_select>span{
  padding-right: 4px;
}
.buyer_top_select label{
  font-size: 16px;
  color: #121639;
  padding-left: 26px;
  position: relative;
}
.buyer_top_select label input{
  display: none;
}
.buyer_top_select label span::before{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #C3D4E4;
  background-color: #F5F7F9;
  border-radius: 5px;
}
.buyer_top_select label span::after{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="7" viewBox="0 0 9 7" fill="none"><path d="M7.66667 1L3.08333 5.58333L1 3.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  z-index: 1;
  opacity: 0;
}
.buyer_top_select label input:checked + span::before{
  border-color: #3F53FE;
  background-color: #3F53FE;
}
.buyer_top_select label input:checked + span::after{
  opacity: 1;
}
.top_buyer_btn{
  background-color: #3F53FE;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 7px;
  padding: 3px 12px 3px 3px;
}
.top_buyer_btn:focus,
.top_buyer_btn:active:focus{
  box-shadow: none;
}
.top_buyer_btn>span{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-block;
}
/* Send Deal Modal */
.max-980 .modal-dialog{
  max-width: 980px;
}
.send_deal_modal{
  padding: 34px;
}
.max-648 .modal-dialog{
  max-width: 648px;
}
.max-340 .modal-dialog{
  max-width: 340px;
}

.deal_property_img img{
  width: 100%;
  height: 198px;
  object-fit: cover;
  border-radius: 8px;
}
.deal_property_content>h2{
  color: #1D2246;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 15px;
}
.day-header.line-with-text {
  font-size: 12px;
}
.deal_property_content>p{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.green_price{
  color: #07B89C;
  font-size: 18px;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
}
.deal_property_content .green_price{
  margin-bottom: 15px;
}
.deal_property_content ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.deal_property_content ul>li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #121639;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.deal_property_content ul>li>span{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background-color: #F5F7F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deal_property_content ul>li>span img{
  width: 20px;
}
.deal_property_content ul>li:last-child>span img{
  width: 17px;
}
.feat_deal{
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}
.feat_deal,
.feat_deal_left{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.feat_deal>*{
  flex: 1;
  -webkit-flex: 1;
}
.feat_deal_left{
  gap: 7px;
}
.feat_deal_reward{
  width: 38px;
  height: 38px;
  line-height: 36px;
  flex: 0 0 38px;
  -webkit-flex: 0 0 38px;
  text-align: center;
  background-color: #FFF16B3D;
  border-radius: 6px;
}
.feat_deal_left h6{
  color: #464B70;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 6px;
}
.feat_deal_left p{
  margin: 0;
  color: #07B89C;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
}
.feature_deal_btn{
  background-color: #3F53FE;
  color: #fff;
  border-radius: 5px;
  padding: 9px 20px;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 5px;
}
.feat_deal_right .feature_deal_btn{
  margin-left: auto;
  text-transform: capitalize;
}
.FeaturedDealModal h4{
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin: 30px 0;
}
.modal+.modal-backdrop{
  z-index: 1061;
}
.modal+.modal-backdrop+.modal{
  z-index: 1062;
}
.FeaturedDealModal .both_btn_group{
  gap: 20px;
  justify-content: center;
  -webkit-justify-content: center;
}
.FeaturedDealModal .both_btn_group>.btn{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 120px;
  font-size: 14px;
  line-height: 16px;
  width: auto;
  font-family: "Nunito Sans", sans-serif;
  padding: 11px;
}

.send_deal_form{
  margin-top: 35px;
}
.send_deal_form .both_btn_group{
  padding-top: 30px;
}
.both_btn_group{
  display: flex;
  gap: 30px;
}
.both_btn_group>.btn{
  flex: 1;
}
.light_bg_btn{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #121639;
  font-family: "Barlow", sans-serif;
  background-color: #F5F7F9;
  border: 1px solid #EAECEB;
  border-radius: 5px;
  padding: 15px;
}
.light_bg_btn:hover{
  background: #3f53fe;
}
.both_btn_group .btn-fill{
  border-width: 1px;
  padding: 15px;
}
.send_deal_form .form-label{
  color: #121639;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
}
.send_deal_form textarea{
  background-color: #F5F7F9 !important;
  height: 148px !important;
  padding: 12px !important;
  resize: none;
}
.send_otp_right{
  float: right;
  color: #3f53fe !important;
  font-size: 12px;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  cursor: pointer;
}

.otp_success_check{
  position: absolute;
  right: 10px;
  top: 11px;
}
.otp_success_check svg{
  width: 18px;
  height: auto;
}
.otp_block .otp-digit{
  max-width: 100%;
}
.otp_block .otp-digit input{
  width: 100%;
}
.otp_block .otp-digit input:focus{
  outline: none;
}
.otp_resend_code{
  margin-top: 15px;
}
.otp_resend_code p{
  margin-bottom: 0;
  font-size: 14px;
}
.otp_resend_code>a{
  color: #3f53fe;
  font-size: 14px;
  font-weight: 600;
}


span.status {
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  padding: 6px 12px;
  line-height: normal;
  border-radius: 3px;
  display: inline-block !IMPORTANT;
}
span.status.want-by {
  background: #E6FBEF;
  color: #14BE9D;
}
span.status.not-interested{
  background: #FFEDF1;color: #DE1241;

}
span.status.interested {
  background: #E4F5FF;
  color: #3C75FF;
}

.buyer-notifaction {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  z-index: 1;
}
.buyer-notifaction .top_buyer_btn {
  background: #F5F7F9;
  border-color: #F5F7F9;
  padding: 3px 21px 3px 3px;
  margin-right: 10px;
}
.buyer-notifaction .top_buyer_btn>span {
  width: 22px;
  height: 22px;
  line-height: 18px;
  border: solid 1px #D2E1F0;
}

.arrow {
  transform: rotate(-90deg);
  cursor: pointer;
  margin-left: 8px;
}
.arrow span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #3f53fe;
  border-right: 1px solid #3f53fe;
  transform: rotate(45deg);
  margin: -6px -1px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(10px, 10px);
  }
}

/*notification card */
.seller-notification-card {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  margin: 60px 0 0;
}
.seller-notification-card h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #D0DEE7;
}
.seller-notification-box {
  display: flex;
  background-color: #F5F7F9;
  border-radius: 5px;
  padding: 10px;
  padding-left: 32px;
  position: relative;
}
.seller-notification-box::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #3F53FE;
  border-radius: 50%;
}
.seller-notification-box h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 3px;
}
.seller-notification-box  p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  line-height: normal;
}
.seller-notification-box .seller-notification-title {
  width: 40%;
  align-self: center;
}
.seller-notification-box .seller-notification-view {
  width: 135px;
  align-self: center;
}
.seller-notification-box .seller-notification-list {
  width: calc(60% - 135px);
  display: flex;
}
.seller-notification-box .seller-notification-view .btn-fill {
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #3f53fe;
  margin-right: 0;
}
.seller-notification-box .seller-notification-list .seller-notification-col {
  width: 33.33%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-left: solid 1px #D0DEE7;
  justify-content: center;
  gap: 10px;
}
.seller-notification-box .seller-notification-list .seller-notification-col:last-child{
  border-right: solid 1px #D0DEE7;
}
.seller-notification-list .seller-notification-box:not(:last-child) {
  margin: 0 0 15px;
}
.seller-notification-list {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  width: calc(100% + 15px);
  padding-right: 10px;
}
.seller-notification-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.seller-notification-list::-webkit-scrollbar-track {
  background-color: #F5F7F9;
  border-radius: 10px;
}
 
/* Handle */
.seller-notification-list::-webkit-scrollbar-thumb {
  background: #3F53FE; 
  border-radius: 10px;
}
.watch-video.home-video {
  padding: 10px 20px;
  background: #fff;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.watch-video.home-video p {
  margin: 0 0 5px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-60{
  margin-bottom: 60px;
}
.advertisement {
  margin: 30px 0 0px;
  border-radius: 5px;
  overflow: hidden;
}
.advertisement img {
  max-width: 100%;
  width: 100%;
}
.upload-document-section .browse-files {
  border-radius: 5px;
  border: solid 1px #E1E3E7;
  padding: 4px 4px 4px 15px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
}
.upload-document-section .browse-files + .error,
.modal_inner_content .form-group .form-control-form + .error{
  display: block;
  text-align: left;
  padding-bottom: 5px;
}
.upload-document-section .browse-files .browse-files-text {
  background: #3F53FE;
  line-height: normal;
  display: block;
  border-radius: 5px;
  padding: 11px 15px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
}
.upload-document-section .d-block.upload-file {
  margin-left: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #464b70;
}
.card-box.setting-card {
  padding: 0;
}
.setting-card .pro_details {
  padding-left: 0;
}
.column_bg_space.setting-card>.deal_column.setting-card-head {
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #EAECEB;
}
.setting-card-body {
  padding: 20px 30px;
}
.setting-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting-card-head-right {
  width: 350px;
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  position: relative;
}
.setting-card-head-right:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #EAECEB;
}

.setting-card-body .deal_column.settings {
  display: flex;
  justify-content: space-between;
}
.setting-card-body .deal_column.settings:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #EAECEB;
}
.setting-card-body .deal_column.settings .deal_left_column h3 {
  font-weight: 500;
  margin: 0 0 2px;
  line-height: 20px;
}
.setting-card-body .deal_column.settings .pro_details p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.setting-card-head-right .buyer_seller_toggle {
  margin: 0;
  display: flex;
  justify-content: center;
}
.setting-card-body .setting-card-head-right {
  justify-content: space-around;
}
.setting-card-head-right .buyer_seller_toggle label {
  width: 41px;
  height: 20px;
  border: solid 1px #E5E5E5;
  background-color: #F2F2F2;
}
.setting-card-head-right .buyer_seller_toggle label::before {
  width: 16px;
  height: 16px;
  left: 2px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px -1px rgb(51 51 51 / 30%);
}
.setting-card-head-right .buyer_seller_toggle>input:checked + label::before {
  left: calc(100% - 17px);
}
.fw-700{
  font-weight: 700;
}
.color2{
  color: #0A2540;
}
.pro_counts_icon{
  left: 10px;
  color: #464b70;
  letter-spacing: -1px;
  line-height: 0.91;
  font-size: 14px;
  height: 14px;
  top: 2px;
}
.prefix_space{
  padding-left: 52px;
}
.header-left{
  gap: 50px;
}
.mode_type{
  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;
  position: relative;
}
.mode_type input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.mode_type label::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: rgba(242, 242, 242, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  width: 41px;
  height: 20px;
  border-radius: 35px;
}
.mode_type label::before{
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 350ms ease-in-out;
  z-index: 1;
}
.mode_type label span{
  color: #121639;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  transition: all 0.4s ease-in-out;
}
.mode_type label .lightmode,
.mode_type input:checked + label .darkmode,
.auth_mode,
.dark-container .mode_type{
  display: none;
}
.mode_type input:checked + label .lightmode,
.dark-container .auth_mode{
  display: block;
}
.mode_type input:checked + label::after{
  background-color: #3f53fe;
  border-color: #3f53fe;
}
.mode_type:hover label span,
.user-dropdown .dropdown-menu li .dropdown-item:hover .buyer_seller_toggle2 label span{
  background: transparent;
  color: #0a2540;
  font-weight: 600;
}
.send_deal_box{
  padding-left: 25px;
  padding-right: 25px;
}
.send_deal_box h2{
  margin-top: -20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.send_deal_box p{
  margin-bottom: 30px;
}
.wrap-column .pro_details h3{
  margin-bottom: 20px;
}
.wrap-column .deal_left_column{
  border-right: 1px solid #D0DEE7;
  padding-right: 20px;
}

/* Buyer Profile Page */
.contact-desc-box{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.contact-desc-box>.nav{
  flex: 0 0 230px;
  -webkit-flex: 0 0 230px;
  max-width: 230px;
  flex-direction: row;
  -webkit-flex-direction: row;
  gap: 10px;
  max-height: 310px;
  overflow-y: auto;
  padding-right: 5px;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}
.contact-desc-box>.nav>.nav-item{
  width: 100%;
}
.contact-desc-box>.nav .nav-link{
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 7px;
  color: #464B70;
  font-size: 14px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  padding: 7px;
  transition: all 350ms ease-in-out;
}
.contact-desc-box>.nav .nav-link>span{
  width: 40px;
  height: 40px;
  background-color: #F5F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 350ms ease-in-out;
}
.contact-desc-box>.nav .nav-link.active,
.contact-desc-box>.nav .nav-link:hover{
  background-color: #3F53FE;
  color: #fff;
}
.contact-desc-box>.nav .nav-link.active>span,
.contact-desc-box>.nav .nav-link:hover>span{
  background-color: #fff;
}
.contact-desc-box>.tab-content{
  flex: 0 0 calc(100% - 230px);
  -webkit-flex: 0 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
  position: relative;
}
.buyer_profile_details{
  padding: 0 0 0 20px;
  margin: 0;
}
.buyer_profile_details>li{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
}
.buyer_profile_details>li:last-child{
  margin-bottom: 0;
}
.buyer_profile_details>li>label{
  flex: 0 0 210px;
  -webkit-flex: 0 0 210px;
  max-width: 210px;
  font-size: 16px;
  color: #464B70;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  position: relative;
  padding-right: 60px;
}
.buyer_profile_details>li>label::after{
  content: ':';
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 16px;
  color: #464B70;
  font-weight: 700;
}
.buyer_profile_details>li>p{
  flex: 0 0 calc(100% - 210px);
  -webkit-flex: 0 0 calc(100% - 210px);
  max-width: calc(100% - 210px);
  font-size: 16px;
  color: #464B70;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}
.criteria_row{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.criteria_row_right,
.already_login{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.criteria_row_right{
  gap: 20px;
  margin-top: -15px;
}
.already_login{
  gap: 15px;
}
.already_login p{
  margin-bottom: 0 !important;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.already_login .btn-fill{
  min-width: 173px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

/*---------new section css --------*/
.property-details-Browse-Deal-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}
.property-details-Browse-Deal-icons .detail{
  display: flex;
  align-items: center;
}
.property-details-Browse-Deal-icons .detail>div{
  background: #ffff;
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.property-details-Browse-Deal-icons .detail span {
  font-weight: 500;
  text-transform: capitalize;
}
.dollar-text {
  color: #07B89C !important;
  font-size: 18px;
}
/*---------new section css --------*/
.add_buyer-right{
  padding-top: 15px;
}
.add_buyer-right .share_btn{
  padding-top: 5px;
  padding-bottom: 5px;
}
.buyer_multi_profile_edit{
  position: absolute;
  right: -14px;
  top: -18px;
  width: 30px;
  height: 25px;
  text-align: center;
}
li.active-user {
  background: #caffc4;
  padding: 8px;
  border-radius: 13px;
}
.offer_price_input{
  margin-top: 0;
  text-align: left;
  margin-bottom: 25px;
}
.offer_label{
  color: #121639;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 6px;
}
.offer_price_input input{
  border-radius: 5px;
  border: solid 1px #E1E3E7;
  padding: 12px 15px;
  color: #464B70;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.offer_price_input input::-webkit-input-placeholder{
  opacity: 1;
  color: #464B70;
}
.offer_price_input input::-moz-placeholder{
  opacity: 1;
  color: #464B70;
}
.btn-fill-green,
.btn-fill-green:focus{
  background-color: #49D8A3;
  border-color: #49D8A3;
  color: #fff;
}
.btn-fill-green:hover:not(:focus){
  border-color: #49D8A3;
  color: #49D8A3;
}
.offer_price_area{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 6px;
}
.offer_price_area .offer_label{
  margin-bottom: 0;
}
.proof_checkbox{
  margin-bottom: 25px;
}
.proof_checkbox input{
  display: none;
}
.proof_checkbox span::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #E1E3E7;
  border-radius: 5px;
  background-color: #fff;
}
.proof_checkbox span::after{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.81632 0.133089C10.0421 0.33068 10.0626 0.674907 9.86176 0.897832L4.20761 7.1736C4.00571 7.39769 3.65904 7.41194 3.43943 7.20522L0.167566 4.12504C-0.0364783 3.93294 -0.0560104 3.61286 0.119053 3.39404C0.312223 3.15257 0.671949 3.11934 0.901844 3.32611L3.44037 5.60947C3.66098 5.80791 4.00062 5.79016 4.19938 5.56984L9.06279 0.177574C9.25956 -0.0406347 9.59519 -0.0604144 9.81632 0.133089Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  opacity: 0;
}
.proof_checkbox input:checked + span::before{
  background-color: #3f53fe;
  border-color: #3f53fe;
}
.proof_checkbox input:checked + span::after{
  opacity: 1;
}
.proof_checkbox label{
  padding-left: 26px;
  text-transform: capitalize;
  color: #464B70;
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
.top_advertisment img{
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.phone_verifications .form-control.verification_input{
  height: 50px;
}
.result_topbar{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.result_topbar_right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.inner_red_flag{
  position: absolute;
  right: 20px;
  bottom: 26px;
  background: transparent;
}
.proofSave>h3{
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 22px;
}
.some_space{
  padding: 40px;
}
.proofSave .both_btn_group{
  gap: 20px;
}
.proofSave .both_btn_group .btn{
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
}
.dash_boost_profile p{
  color: rgba(18, 22, 57, 1);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.dash_boost_profile .upload-buyer-icon{
  width: 64px;
  height: 64px;
  background-color: rgba(245, 247, 249, 1);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.inner_boost_btn{
  background-color: rgba(63, 83, 254, 1);
  border: 1px solid rgba(63, 83, 254, 1);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 25px;
  transition: all 350ms ease-in-out;
  display: inline-block;
}
.inner_boost_btn:hover,
.inner_boost_btn:focus{
  background-color: transparent;
  color: rgba(63, 83, 254, 1);
}
.buyer_dash_linkTop{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
  margin: 30px 0;
  gap: 26px;
}
.buyer_dash_linkTop li{
  flex: 1;
  -webkit-flex: 1;
  display: block;
}
.buyer_dash_linkTop li>a{
  border-radius: 10px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 9px;
  padding: 15px;
  font-size: 18px;
  color: rgba(29, 34, 70, 1);
  text-transform: capitalize;
  font-weight: 700;
  transition: all 350ms ease-in-out;
  min-height: 100%;
  position: relative;
}
.buyer_dash_linkTop li>a:hover{
  background-color: rgba(63, 83, 254, 1);
  color: #fff;
}
.buyer_dash_linkTop li>a .buyer-dash-icon{
  flex: 0 0 42px;
  -webkit-flex: 0 0 42px;
  max-width: 42px;
}
.buyer_dash_bothBtn{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 26px;
}
.buyer_dash_bothBtn>a{
  flex: 1;
  -webkit-flex: 1;
  border-radius: 10px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  gap: 28px;
  padding: 44px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(29, 34, 70, 1);
  text-align: center;
}
.buyer_dash_bothBtn>a>span{
  width: 83px;
  height: 83px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(245, 247, 249, 1);
}
.buyer_dash_deals{
  padding: 20px;
}
.buyer_dash_deals h3{
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.buyer_dash_deals>ul{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 15px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.buyer_dash_deals>ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: #EEF1F4;
}
.buyer_dash_deals>ul::-webkit-scrollbar{
	width: 9px;
	background-color: #EEF1F4;
  border-radius: 10px;
}
.buyer_dash_deals>ul::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #596D82;
}
.buyer_dash_deals>ul>li{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  background-color: rgba(245, 247, 249, 1);
  border-radius: 10px;
  padding: 20px;
}
.buyer_dash_deals>ul.featured_deal_card+h3{
  margin-top: 30px;
}
.buyer_dash_deals>ul.featured_deal_card>li{
  background-color: #FBFAEB;
}
.dash_deals_left{
  flex: 0 0 115px;
  -webkit-flex: 0 0 115px;
  max-width: 115px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.dash_deals_right{
  flex: 0 0 115px;
  -webkit-flex: 0 0 115px;
  max-width: 115px;
  text-align: right;
}
.dash_deals_center{
  flex: 0 0 calc(100% - 230px);
  -webkit-flex: 0 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
  padding-left: 18px;
}
.dash_deals_left img{
  object-fit: cover;
  height: 100%;
}
.dash_deals_center>h4{
  color: rgba(29, 34, 70, 1);
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Nunito Sans", sans-serif;
}
.dash_deals_center>h4 a{
  color: rgba(29, 34, 70, 1);
}
.dash_deals_center p{
  margin-bottom: 0;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dash_deals_right>span{
  color: #fff;
  font-weight: 800;
  background-color: rgba(7, 184, 156, 1);
  padding: 7px 13px 6px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 22px;
  font-size: 16px;
  line-height: 18px;
}
.buyer_list_number{
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: rgba(255, 0, 0, 1);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.inner_room_details{
  padding: 7px 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.inner_room_details>li{
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: rgba(18, 22, 57, 1);
  font-weight: 500;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  font-family: "Barlow", sans-serif;
}
.inner_room_details>li:last-child{
  margin-right: 0;
  padding-right: 0;
}
.inner_room_details>li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: rgba(18, 22, 57, 1);
}
.offer_price_select .open_gallery{
  border: 1px solid #E1E3E7;
  border-radius: 5px;
  color: #464B70;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  text-transform: capitalize;
  min-width: 180px;
  background: transparent;
  display: inline-block;
}
.offer_price_select select{
  border: 1px solid rgba(225, 227, 231, 1);
  border-radius: 5px;
  color: rgba(70, 75, 112, 1);
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  text-transform: capitalize;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23464B70" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  padding-right: 24px;
  min-width: 180px;
  background-size: 13px;
}
.offer_price_select select:focus{
  outline: none;
}
.verification_graph{
  width: 42px;
  height: 42px;
  background-color: #f5f7f9;
  border-radius: 50%;
}
.buyer_dash_linkTop li>a:hover .verification_graph .CircularProgressbar-path{
  stroke: #7d8bff !important;
}
.deal_bottom_price{
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  color: rgba(29, 34, 70, 1);
}
.boost-slot-panel{
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1;
}
.boost-slot-panel .buyer-active-verfiy,
.buyer-blog-new .buyer-active-verfiy{
  padding: 5px 20px 5px 10px;
}
.boost-slot-panel .buyer-active-verfiy::after,
.buyer-blog-new .buyer-active-verfiy::after{
  left: inherit;
  right: 0;
  border-left: none;
  border-right: 8px solid #F5F7F9;
}
label.property-critera-block.buyer-blog-area.change-badge-color .boost-slot-panel .buyer-active-verfiy::after{
  border-right-color: #bfe7ca;
}
.boost-slot-panel .buyer-active-verfiy span,
.buyer-blog-new .buyer-active-verfiy span{
  font-size: 10px;
  font-weight: 600;
}

.user_block_content{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background-color: #E4EAF0;
  margin: 0 auto;
  padding: 5px 30px;
  border-radius: 40px;
  color: #121639;
  font-weight: 500;
  font-size: 14px;
}
.unlock_btn{
  background-color: transparent;
  border: none;
  text-decoration: none;
  color: #3f53fe;
  font-weight: 600;
}
.icon_top_circle{
  width: 100px;
  height: 100px;
  background-color: #F5F7F9;
  border-radius: 50%;
  margin: 0 auto 12px;
  line-height: 94px;
}
.modal_inner_form select{
  border: 1px solid #E1E3E7;
  border-radius: 5px;
  font-size: 14px;
  padding: 11px 18px;
  color: #464B70;
}
.modal_inner_form textarea{
  font-size: 14px !important;
  padding: 11px 18px !important;
  color: #464B70 !important;
  border: 1px solid #E1E3E7 !important;
  background-color: transparent !important;
}
.wishlist_star_icon{
  position: absolute;
  left: 50px;
  bottom: 12px;
}
.chat_side_list>li.blocked .wishlist_star_icon,
.chat_side_list>li.active-user .wishlist_star_icon{
  left: 58px;
}
.chat_user_name_area{
  margin-bottom: 6px;
  align-items: center;
  -webkit-align-items: center;
}
.chat_user_name_area>span{
  margin-bottom: 0 !important;
}
.chat_user_name_area>span:last-child{
  color: #3F53FE;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 7px;
  margin-left: 7px;
  padding-top: 2px;
}
.chat_user_name_area>span:last-child::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 18px;
  background-color: #6382A14F;
}
.chat_user_name_below p:last-child{
  align-items: center;
}
.chat_user_name_below p:last-child span{
  width: 20px;
  height: 20px;
  background-color: rgba(254, 209, 0, 0.15);
  border-radius: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.email-sharing>circle {
  fill: #F84437;
}
.update-profile .btn.btn-white-fill,
.update-profile .btn.btn-outline-gray{
  margin-top: 20px;
}
/* BuyBox Search (Seller) Right Side */
.buybox_search_right>h6{
  color: #0A2540;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.map_radius_area .map-section{
  background-color: #fff;
  padding: 6px;
  border-radius: 10px;
  box-shadow: 9px 10px 21px #909DAA3B;
  margin-bottom: 20px;
}
.map_radius_info>label{
  color: #0A2540;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 12px;
}
.map_radius_info>label span{
  color: #0A2540;
}
.map_radius_info input{
  width: 100%;
}
.map_radius_info input[type="number"]{
  background-color: #fff;
  border: 1px solid #E1E3E7;
  border-radius: 5px;
  color: #464B70;
  font-size: 12px;
  font-weight: 400;
  padding: 12px;
  font-family: "Nunito Sans", sans-serif;
}
.map_radius_info+.map_radius_info{
  margin-top: 10px;
}
.map_radius_info input[type="number"]:focus{
  outline: none;
}
.map_radius_area .form-group input.form-control{
  margin-left: 0 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.map_radius_info input[type="range"]::-webkit-slider-thumb,
.radius-control input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #3F53FE;
  border-radius: 50%;
  cursor: pointer;
}
.map_radius_info input[type="range"]::-moz-range-thumb,
.radius-control input[type="range"]::-moz-range-thumb{
  width: 16px;
  height: 16px;
  background: #3F53FE;
  border-radius: 50%;
  cursor: pointer;
}
.map_radius_info input[type="range"]::-ms-thumb,
.radius-control input[type="range"]::-ms-thumb{
  width: 16px;
  height: 16px;
  background: #3F53FE;
  border-radius: 50%;
  cursor: pointer;
}


.rep_code_block{
  background-color: #F5F7F9;
  border-radius: 5px;
  padding: 5px 15px 5px 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 10px;
  -webkit-gap: 10px;
  color: #121639;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.rep_code_block .rep_code_img{
  background-color: #FFFFFF;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.both_modal_design .modal-dialog{
  max-width: 648px;
}
.both_modal_design .modal-content{
  border: none;
  border-radius: 30px;
}
.both_modal_design .modal-header{
  border: none;
  padding: 48px 0 0;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.both_modal_design .modal-header .btn-close{
  position: absolute;
  right: 28px;
  top: 28px;
  opacity: 1;
  width: 12px;
  height: 12px;
  padding: 6px;
  background-size: 12px;
}
.both_modal_design .modal-body{
  padding: 0 50px 50px;
}
.rep_code_modal .modal-header h5{
  color: #121639;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}
.rep_code_modal .modal-header p{
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  text-align: center;
  margin-bottom: 30px;
}
.rep_copy_box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border: 1px solid #EAECEB;
  border-radius: 5px;
  padding: 6px 6px 6px 15px;
  max-width: 84%;
  margin: 0 auto;
}
.rep_copy_box span{
  color: #121639;
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Barlow", sans-serif;
}
.rep_copy_btn{
  background-color: #3F53FE;
  border: none;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 7px;
  -webkit-gap: 7px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
}

/* Affiliate Program Page */
.affiliate_program_box{
  border-radius: 5px;
}
.affiliate_program_box>.affiliate_program_column{
  border-radius: 5px;
  background-color: #F5F7F9;
  padding: 20px;
}
.affiliate_col_inner{
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
}
.affiliate_col_inner>h6{
  color: #121639;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.affiliate_code_copy{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: #F5F7F9;
  border-radius: 5px;
  padding: 8px 8px 8px 10px;
}
.affiliate_code_copy>span{
  color: #121639;
  font-size: 12px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  flex: 1;
  -webkit-flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.affiliate_code_btn{
  border: none;
  background-color: #3F53FE;
  border-radius: 5px;
  padding: 0;
  width: 23px;
  height: 23px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  margin-left: 10px;
}
.affiliate_revenue_row{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
.affiliate_revenue_row>*{
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  flex: 0 0 calc(33.33% - 14px);
  -webkit-flex: 0 0 calc(33.33% - 14px);
  max-width: calc(33.33% - 14px);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.revenue_col_left{
  flex: 0 0 67px;
  -webkit-flex: 0 0 67px;
  max-width: 67px;
  height: 67px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #E4F5FF;
}
.affiliate_revenue_col:first-child .revenue_col_left{
  background-color: #E6FBEF;
}
.affiliate_revenue_col:last-child .revenue_col_left{
  background-color: #FFEDF1;
}
.revenue_col_right{
  padding-left: 12px;
}
.revenue_col_right>h6{
  color: #121639;
  margin-bottom: 10px;
}
.revenue_col_right>span{
  color: #121639;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
.affiliate_table{
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
}
.affiliate_table thead th{
  color: #121639;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  padding: 0 10px 12px;
  line-height: 19px;
  border-bottom-color: #E1E3E7 !important;
}
.affiliate_table tbody td,
.affiliate_table tbody td p{
  color: #121639;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin: 0;
  vertical-align: middle;
  padding: 14px 10px;
}
.affiliate_table tbody td{
  border-bottom-color: #E1E3E7 !important;
}
.affiliate_table tbody td p{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 5px;
  -webkit-gap: 5px;
}
.affiliate_table tbody td p>span{
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px;
  background-color: #79DCA01A;
}
.affiliate_table thead th:first-child,
.affiliate_table tbody td:first-child{
  padding-left: 0;
}
.affiliate_table thead th:last-child,
.affiliate_table tbody td:last-child{
  padding-right: 0;
}
.affiliate_table tbody td p{
  padding: 0;
  font-family: "Barlow", sans-serif;
}


.topMainTitle{
  font-size: 22px;
  color: #121639;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
}
.dash-block{
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.REP_Code_block{
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.REP_Code_block>div{
  background-color: #F5F7F9;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  gap: 8px;
}
.REP_Code_block>div>span{
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
.REP_Code_block>div>p{
  font-size: 16px;
  color: #121639;
}
.pro_det_top_left{
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.pro_det_top_left img,
.pro_det_top_right>div img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pro_det_top_right{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 24px;
}
.pro_det_top_right>div{
  flex: 0 0 calc(50% - 12px);
  -webkit-flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  border-radius: 10px;
  overflow: hidden;
  height: 168px;
  position: relative;
}
.more_images{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Barlow", sans-serif;
  background-color: rgba(16, 40, 70, 0.6);
}
.more_images:hover{
  color: #fff;
}
.pro_detail_middle_left h4{
  color: rgba(29, 34, 70, 1);
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Nunito Sans", sans-serif;
}
.pro_detail_middle_left p{
  margin-bottom: 0;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.middle_left_btn_area{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.fav_btn{
  background-color: #3F53FE;
  font-size: 14px;
  line-height: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  padding: 8px 15px;
  text-transform: capitalize;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  gap: 5px;
  border: none;
  border-radius: 5px;
}
.middle_left_btn_area p{
  font-size: 12px;
  font-weight: 500;
  color: #1D2246;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 5px;
}
.middle_left_btn_area p span{
  color: #07B89C;
  font-size: 18px;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
}
.pro_detail_middle{
  margin: 30px 0 40px;
}
.pro_detail_middle_right{
  background-color: #F5F7F9;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  gap: 20px;
}
.pro_detail_middle_right>*{
  flex: 1;
  -webkit-flex: 1;
  min-width: inherit;
}
.outline_btn_green{
  border-color: #49D8A3;
}
.outline_btn_green:hover{
  background-color: #49D8A3;
  border-color: #49D8A3;
}
.outline_btn_blue{
  border-color: #3F53FE;
}
.outline_btn_blue:hover{
  background-color: #3F53FE;
  border-color: #3F53FE;
}
.outline_btn_red{
  border-color: #E21B1B;
}
.outline_btn_red:hover{
  background-color: #E21B1B;
  border-color: #E21B1B;
}
.outline_btn_red:hover svg path{
  stroke: #fff;
}
.h4_title{
  font-size: 20px;
  line-height: 24px;
  color: #102846;
  font-weight: 700;
}
.pro_detail_bottom .h4_title{
  margin-bottom: 20px;
}
.information_list{
  padding: 0 30px;
  margin: 0;
  border: 1px solid #D4DEEB;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 10px;
}
.information_list>li{
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
  border-top: 1px solid #EAEFF5;
  border-right: 1px solid #EAEFF5;
  display: flex;
  display: -webkit-flex;
  padding: 14px 28px;
  font-size: 14px;
  gap: 10px;
}
.information_list>li:nth-child(odd){
  padding-left: 0;
}
.information_list>li:first-child,
.information_list>li:nth-child(2){
  border-top: none;
}
.information_list>li:nth-child(even){
  border-right: none;
}
.information_list>li>*{
  flex: 1;
  -webkit-flex: 1;
}
.information_list>li label{
  color: #102846;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
}
.information_list>li label::after{
  content: '-';
  position: absolute;
  right: 0;
  top: 0;
  color: #102846;
}
.information_list>li span{
  font-family: "Nunito Sans", sans-serif;
  color: #464A6B;
  padding-left: 20px;
}

.notified_buyers_deals .detail_deal_left .pro_details .nav{
  margin-bottom: 10px;
}
.notified_buyers_deals .detail_deal_left .pro_details>h3{
  padding-top: 10px;
}
.notified_buyers_deals .detail_deal_left .pro_details .nav .nav-item>a.nav-link{
  border-radius: 10px;
  pointer-events: none;
}
.notified_buyers_info{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  background-color: #E6EAEF;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
}
.notified_buyers_info_list{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  margin: 0;
  gap: 80px;
}
.notified_buyers_info_list li{
  display: block;
  position: relative;
}
.notified_buyers_info_list li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  width: 1px;
  height: 30px;
  background-color: #464B704D;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.notified_buyers_user_detail{
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 12px;
  color: #464B70;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.deal_user_img_block{
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.deal_user_img_block .deal_user_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deal_user_img_block .user_verified_check{
  right: -8px;
  top: 16px;
  width: 25px;
}
.sold_out_btn{
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 75px 15px 25px;
  cursor: pointer;
  position: relative;
}
.sold_out_btn input{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.sold_out_btn label{
  color: #121639;
  font-size: 18px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.sold_out_btn label::after{
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 20px;
  border-radius: 35px;
  background-color: #F2F2F2;
  border: 1px solid #E5E5E5;
  transition: all 350ms ease-in-out;
}
.sold_out_btn label::before{
  content: '';
  position: absolute;
  right: 47px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px -1px #3333334D;
  z-index: 1;
  transition: all 350ms ease-in-out;
}
.sold_out_btn input:checked + label::after{
  background-color: #FF0000;
  border-color: #FF0000;
}
.sold_out_btn input:checked + label::before{
  right: 27px;
}
.pro_sold{
  /* color: #fff;
  padding: 5px 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative; */
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}
/* .pro_sold::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1db28b;
  z-index: -2;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
}
.pro_sold::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FF0000;
  z-index: -1;
} */

.noti_buyer_chat_foot{
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.noti_buyer_chat_foot .msg_send_footer>input:not(input[type="submit"]){
  background-color: #F5F7F9;
}
.chat_footBoth_btn{
  padding-right: 80px;
}
.chat_footBoth_btn ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0 0 15px;
}
.chat_footBoth_btn ul>li{
  display: block;
  flex: 1;
  -webkit-flex: 1;
}
.chat_footBoth_btn ul>li .btn{
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 5px;
  padding: 14px;
  font-weight: 600;
  width: 100%;
  transition: all 350ms ease-in-out;
}
.chat_footBoth_btn ul>li .btn svg path{
  transition: all 350ms ease-in-out;
}
.chat_footBoth_btn ul>li .btn:focus{
  box-shadow: none;
}
.foot_fill_btn{
  background-color: transparent !important;
  color: #3F53FE;
  border: 1px solid #3F53FE !important;
}
.foot_fill_btn:hover,
.foot_fill_btn.active{
  background-color: #3F53FE !important;
  color: #fff;
  border-color: #3F53FE !important;
}
.foot_fill_btn:hover svg path,
.foot_fill_btn.active svg path{
  stroke: #fff;
}
.foot_outline_btn{
  color: #07B89C;
  border: 1px solid #07B89C !important;
  background-color: transparent !important;
}
.foot_outline_btn:hover,
.foot_outline_btn.active{
  background-color: #07B89C !important;
  border-color: #07B89C !important;
  color: #fff;
}
.foot_outline_btn:hover svg path,
.foot_outline_btn.active svg path{
  stroke: #fff;
}
.offer_item .msg_content{
  padding: 15px;
  text-align: left;
}
.offer_item .msg_content>span{
  color: #8C90A7;
  font-size: 12px;
  font-weight: 500;
}
.offer_item .msg_content>h4{
  color: #121639;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin: 6px 0 0;
}
.offer_chat_bothBtn{
  display: flex;
  display: -webkit-flex;
  gap: 12px;
  margin-top: 18px;
}
.offer_chat_bothBtn>*{
  font-size: 12px;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 6px 20px;
  display: inline-block;
  line-height: 16px;
  border-radius: 24px;
  transition: all 350ms ease-in-out;
}
.offer_chat_fillBtn{
  background-color: #3F53FE;
  border-color: #3F53FE;
  color: #fff;
}
.offer_chat_fillBtn:hover{
  background-color: transparent;
  color: #3F53FE;
}
.offer_chat_outlineBtn{
  border-color: #464B70;
  color: #464B70;
  background-color: #F5F7F9;
}
.offer_chat_outlineBtn:hover{
  background-color: #464B70;
  color: #fff;
}
.outgoing_msg.offer_item .msg_content,
.outgoing_msg.offer_item .msg_content::before{
  background-color: #fff;
}
/* .AcceptOfferModal h4{
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0 12px;
} */
.AcceptOfferModal p{
  margin-bottom: 30px;
}

.deal_column .detail_deal_column .sold_out_btn{
  padding: 5px 58px 5px 15px;
  border-radius: 26px;
}
.deal_column .detail_deal_column .sold_out_btn label{
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.deal_column .detail_deal_column .sold_out_btn label::after{
  right: 8px;
}
.deal_column .detail_deal_column .sold_out_btn label::before{
  right: 30px;
}
.deal_column .detail_deal_column .sold_out_btn input:checked + label::before{
  right: 10px;
}
.column_bg_space>.favorite_deal_pro_column{
  background-color: #FBFAEB;
}
.sold_out_deal{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #EAECEB;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.sold_out_deal h6{
  margin: 10px 0;
}
.sold_out_deal p{
  font-size: 14px;
  margin: 0;
}
.upload_document .modal-dialog,
.address_radius_modal .modal-dialog{
  max-width: 1360px;
}
.upload_document .modal-content,
.address_radius_modal .modal-content{
  border: none;
  border-radius: 10px;
}
.documents_reverify_inner{
  background-color: #F5F7F9;
  border-radius: 10px;
  padding: 30px;
}
.documents_upload_box{
  border: 1px dashed #464B70;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 30px;
  min-height: 340px;
  position: relative;
}
.documents_upload_box input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.documents_reverify_inner+div{
  margin-top: 40px;
  margin-bottom: 0;
}
.documents_reverify_inner+div .btn-fill{
  min-width: 220px;
}
.documents_list_modal ul{
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.documents_list_modal li{
  display: block;
  border-radius: 10px;
  border: 2px solid transparent;
  position: relative;
}
.documents_list_modal li img{
  border-radius: 10px;
}
.documents_list_modal li .document_check{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.documents_list_modal li.active{
  border-color: #3F53FE;
}
.documents_list_modal li.active .document_check{
  background-color: #3F53FE;
}
.documents_list_modal li.active .document_check svg path{
  stroke: #fff;
}
.documents_list_modal h6{
  color: #0A2540;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.assign_property{
  border: 1px solid #07B89C;
}
.assign_property_disabled{
  opacity: 0.4;
  pointer-events: none;
}
.min-height-100{
  min-height: 100%;
}
.card-box-blocks .add_address_seller .form-control{
  padding-right: 120px !important;
}
.add_address_input{
  background-color: #3F53FE;
  border: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  position: absolute;
  right: 8px;
  top: 8px;
}
.address_radius_modal+.pac-container{
  z-index: 1062 !important;
}
.address_input_area{
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.address_input_area label{
  margin-bottom: 6px;
}
.address_input_area .form-control{
  background-color: #FFFFFF !important;
  border: 1px solid #E1E3E7 !important;
  padding: 15px !important;
  margin: 0 !important;
}
.radius-control{
  margin-top: 15px;
}
.radius-control label{
  margin-bottom: 0;
}
.notified_chat_footer{
  position: relative;
}
.notified_chat_footer .offer_symbols{
  position: absolute;
  left: 16px;
  top: 16px;
  margin: 0;
}
section.main-section.error_page{
  padding-top: 52px;
  min-height: calc(100vh - 52px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.error_pageContent h2{
  margin: 0 0 30px;
  font-weight: 600;
}

.address-list{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 5px;
}
.address-list>li{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 5px;
  background-color: #f6f8fc;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
}
.address-list>li button{
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  background-image: url(../images/trash.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  border: none;
  position: absolute;
  right: 20px;
}
.address-list>li>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.address-list>li>* {
  flex: 0 0 100%;
}

.map_radius_info {
  flex: 0 0 calc(50% - 10px); 
  padding: 5px;
  box-sizing: border-box; 
}
.location {
  font-weight: 800;
  margin: 0;
}


.counter_modal h2{
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.before_space{
  padding-left: 25px;
}
.append_before{
  position: absolute;
  left: 15px;
  top: 43px;
}
.counter_modal input[type="file"]{
  padding: 9px 15px;
}
.counter_modal .heading{
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.accept_offer_modal{
  position: relative;
  z-index: 1;
}
.congrats_stripes{
    position: absolute;
    left: 50%;
    top: calc(50% - 80px);
    transform: translate(-50%, -50%);
    z-index: -1;
    /* width: 250px; */
}
.main_inner_title{
    font-size: 20px;
    line-height: 26px;
    color: #1D2246;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.proof_btns,
.proof_btns:hover,
.proof_btns:focus,
.proof_btns:active{
  background-color: transparent;
  border: none;
  padding: 0;
}


@media screen and (min-width: 768px){
  .contact-desc-box>.nav::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    border-radius: 0px;
    background-color: #fff;
  }
  .contact-desc-box>.nav::-webkit-scrollbar{
    width: 4px;
    background-color: #fff;
  }
  .contact-desc-box>.nav::-webkit-scrollbar-thumb{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.0);
    background-color: #3F53FE;
  }
}

@media screen and (max-width: 575px){
  .main-login-form .register-recaptcha{
    overflow: hidden;
  }
  .register-recaptcha iframe,
  .buyer_register_form + div>.register-recaptcha iframe{
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: left;
    -webkit-transform-origin: left;
  }
  .register-recaptcha>div>div>*{
    width: auto !important;
    height: auto !important;
  }
  .buyer_register_form{
    margin-bottom: 20px;
  }
  .buyer_register_form + div>.register-recaptcha{
    margin-bottom: 10px !important;
  }
  .main-login-form .form-icon{
    left: 10px;
  }
  .form-icon.counts_icon{
    left: 43px;
  }
  .form-icon.counts_icon ~ .phone_input{
    padding-left: 78px !important;
  }
  .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);
  }
  .multiple_files .image-preview .image-container{
    width: 100px;
    height: 100px;
  }
  .user_block_content{
    font-size: 13px;
    padding: 3px 8px;
  }
}

.file-container {
  position: relative; 
}

.overlay-top-right {
  position: absolute;
  top: 5px;
  right: 5px; 
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-small {
  border: 3px solid rgba(255,255,255,0.6);
  border-top: 3px solid white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}
.chat-panel-counter-off{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
}
.chat-panel-counter-off .msg_send_btn{
  width: 51px;
  height: 51px;
  flex: 0 0 51px;
  -webkit-flex: 0 0 51px;
}
.chat-panel-counter-off.offer_price_input input{
  padding-left: 32px;
}
.notified_chat_footer .chat-panel-counter-off .offer_symbols{
  top: 13px;
}