@font-face {
  font-family: "SF Pro Text";
  src:
    url("../fonts/SFProText-Regular.woff2") format("woff2"),
    url("../fonts/SFProText-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src:
    url("../fonts/SFProText-Regular.woff2") format("woff2"),
    url("../fonts/SFProText-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src:
    url("../fonts/SFProText-Regular.woff2") format("woff2"),
    url("../fonts/SFProText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src:
    url("../fonts/SFProText-Medium.woff2") format("woff2"),
    url("../fonts/SFProText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src:
    url("../fonts/SFProText-Semibold.woff2") format("woff2"),
    url("../fonts/SFProText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  color: #303841;
  background: #fcfdfd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.t-h1,
.t-h2,
.t-h3,
.t-h4,
.t-h5,
.t-h6 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: #375cfb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #113dfa;
  text-decoration: none;
}

.lh-2 {
  line-height: 1.2;
}

.text-underline {
  text-decoration: underline !important;
}

.lh-1 {
  line-height: 1.2;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.t-h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.t-h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.t-h3 {
  font-size: 1.5rem;
}

.t-h4 {
  font-size: 1.25rem;
}

.t-h5,
h5 {
  font-size: 1rem;
}

.t-h6 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 10px !important;
  font-weight: 400;
}

.ws-nwrap {
  white-space: nowrap;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 600;
}

.title-link {
  float: right;
  font-size: 16px;
  /* vertical-align: ; */
  margin-top: 20px;
}

.border-bottom {
  border-bottom: 1px solid #dadfe4;
}

button:hover,
button:focus {
  outline: none;
  border: none;
}

.btn {
  font-weight: 600;
  font-family: "SF Pro Display", sans-serif;
  border-radius: 8px;
  font-size: 16px;
  padding: 14px 20px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  cursor: pointer;
}

a.btn:not(.btn-mail):hover,
a.btn:not(.btn-mail):focus {
  color: #fff;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.form-control {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #dadfe4;
  font-size: 14px;
  height: 48px;
}

/*.form-control {
	background: #ffffff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	border-color: transparent;
	font-size: 16px;
	height: 56px;
}*/
.form-control::placeholder {
  color: #adb7c3;
  opacity: 1;
}

.form-control.form-control-a {
  background-color: #ffffff;
  border-color: #fff;
  border-width: 0px;
  border-left: 6px solid #5d7bfc;
  padding: 0.575rem 0.75rem;
}

select.form-control {
  height: 48px !important;
}

.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.input-group .form-control {
  height: auto !important;
}

textarea.form-control {
  height: auto;
  min-height: 48px;
}

.form-control-ai {
  background-image: url(../img/gpt/input-bg.png);
  height: auto;
  min-height: 48px;
  background-size: 10px 100%;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.form-control:disabled,
.form-control[readonly] {
  background: #e4e9fe;
  opacity: 1;
}

.btn-lg {
  padding-top: 17px;
  padding-bottom: 17px;
}

.btn-theme {
  background: #113dfa;
  color: #fff !important;
  border: 1px solid #113dfa;
}

.btn-theme:hover,
.btn-theme:focus {
  color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  background: #113dfa;
  border: 1px solid #113dfa;
}

.btn-red,
.btn-red:hover,
.btn-red:focus {
  background: #fa887b;
  color: #fff;
  border: 1px solid #fa887b;
}

.btn-white {
  background: #fff;
  color: #414b58;
}

.btn-link {
  color: #375cfb;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
  background: #303841;
  color: #fff;
  border-color: #303841;
}

.btn-sm {
  font-size: 16px;
  padding: 10px;
}

.btn-secondary {
  background: #e4e9fe;
  color: #375cfb;
  border: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #113dfa;
  border-color: #113dfa;
}

.btn-secondary:hover .icon:before,
.btn-secondary:focus .icon:before {
  color: #fff;
}

.btn-info {
  background: #e6e9ec;
  color: #414b58;
  border: none;
}

.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #113dfa !important;
}

.btn-info.btn:hover,
.btn-info.btn:focus,
.btn-info.btn:active {
  background: #c4cbd3 !important;
  color: #414b58 !important;
  border-color: #c4cbd3 !important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08) !important;
}

.btn-cta {
  background: rgb(255, 221, 73);
  background: -moz-linear-gradient(left,
      rgba(255, 221, 73, 1) 0%,
      rgba(246, 200, 2, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 221, 73, 1) 0%,
      rgba(246, 200, 2, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 221, 73, 1) 0%,
      rgba(246, 200, 2, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd49', endColorstr='#f6c802', GradientType=1);
  color: #1f252a;
  border: none;
}

.btn-cta:hover,
.btn-cta:focus {
  color: #1f252a !important;
  border: none;
}

.btn-wapp {
  background: #25d366;
  color: #fff;
  border: none;
}

.btn-wapp:hover,
.btn-wapp:focus {
  color: #fff;
}

/*.btn.disabled,
.btn:disabled {
  background: #b7c1e3;
  opacity: 1;
  border-color: #b7c1e3;
}*/

.btn-ai,
.ait-content .btn-ai.ait-icon {
  background-image: url(../img/gpt/btn-bg.jpg);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.ait-content .btn-ai.ait-icon {
  top: 0;
  transform: none;
}

.btn-ai:hover,
.btn-ai:focus {
  border: none;
}

.btn-alt,
.btn-alt:hover,
.btn-alt:focus {
  background: #e6e9ec;
  color: #414b58;
  border: 1px solid #e6e9ec;
}

.sf-text {
  font-family: "SF Pro Text", sans-serif;
}

.sf-display {
  font-family: "SF Pro Display", sans-serif;
}

.text-blue {
  color: #113dfa;
}

.text-white {
  color: #ffffff;
}

.text-success {
  color: #83b975 !important;
}

.text-dim {
  color: #c4cbd3 !important;
}

.text-gb {
  color: #dadfe4 !important;
}

.text-blk-10,
.blk-light {
  color: #414b58;
}

.text-blk20 {
  color: #97a4b2 !important;
}

.text-blk40 {
  color: #8090a1 !important;
}

.text-blk60 {
  color: #627285;
}

.text-blk80 {
  color: #515f6e;
}

.text-blk120 {
  color: #303841;
}

.text-blk {
  color: #1f252a;
}

.text-bl60 {
  color: #aabafd !important;
}

.text-bl80 {
  color: #849bfd;
}

.text-bl120 {
  color: #375cfb;
}

.text-wt120 {
  color: #fcfdfd;
}

.text-wt60 {
  color: #d9d9d9;
}

.text-red {
  color: #fa887b;
}

.bg-dark {
  background: #1b2025 !important;
}

.bg-lgray {
  background: #dadfe4;
}

.bg-blue {
  background: #375cfb;
}

.bg-lblue {
  background: #f1f3f5 !important;
}

.bg-bl20 {
  background: #e4e9fe;
}

.modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.icon.ct-white::before {
  color: #fff !important;
}

.icon.ct-black::before {
  color: #303841 !important;
}

.icon.ct-blue::before {
  color: #113dfa !important;
}

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

.container-fluid {
  /* max-width: 800px; */
  max-width: 100vw;
  /* max-width: 0 auto; */
  padding-left: 15px;
  padding-right: 15px;
}

.listing-card {
  /* max-width: 800px; */
  margin: 0 auto;
  display: flex;
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  flex-wrap: wrap;
  border-radius: 8px;
}

/*.listing-card .listing-info span {
  width: 60px;
  display: inline-block;
}*/
.listing-img {
  width: 200px;
  position: relative;
}

.listing-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0px 0px 0px 8px;
}

.listing-info {
  width: calc(100% - 225px);
  padding: 5px 15px;
  line-height: 1.1;
  border-top: 1px solid #dadfe4;
}

.li-address {
  position: relative;
  padding-left: 25px;
}

.li-address i {
  position: absolute;
  background: #dadfe4;
  color: #303841;
  padding: 2px;
  height: 18px;
  width: 18px;
  left: 0;
  border-radius: 18px;
  top: 1px;
  text-align: center;
  font-size: 12px;
}

.li-title {
  position: relative;
  padding: 15px 30px 15px 15px;
  font-size: 18px;
  width: 100%;
}

.li-title .mark-fav {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffbb00;
  width: 20px;
  font-size: 20px;
  text-align: center;
}

.search-bar {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  width: 100%;
  position: relative;
}

.search-box .icon {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  color: #c4cbd3;
}

.search-control {
  background: #F1F3F5;
  border: none;
  height: 40px;
  font-size: 14px;
  box-shadow: none;
  padding-right: 40px;
}

.search-control:hover,
.search-control:focus {
  box-shadow: none;
  border-color: #113dfa;
}

.cd-tabs {
  border-bottom: 1px solid #dadfe4;
  text-align: center;
  flex-wrap: nowrap;
}

.cd-tabs .nav-item {
  margin-bottom: -1px;
}

.cd-tabs .nav-link {
  color: #97a4b2;
  font-size: 20px;
}

.cd-tabs .nav-item.show .nav-link,
.cd-tabs .nav-link.active {
  background: transparent;
  border: none;
  font-weight: 600;
  color: #375cfb;
  border-bottom: 2px solid #375cfb;
}

.nav.sub-tabs {
  flex-wrap: nowrap;
  overflow: auto;
}

.sub-tabs .nav-link {
  color: #1f252a;
  font-weight: 600;
  font-size: 12px;
  background: #fff;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 10px;
  border: 1px solid #eaeff3;
  white-space: nowrap;
}

.sub-tabs.theme-dark .nav-link {
  color: #aabafd;
  background: #d1d9fe;
}

.sub-tabs .nav-link.active,
.sub-tabs .nav-link:hover {
  background: #fff;
  color: #375cfb;
  border: 1px solid #375cfb;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.12);
}

.nav.dot-tabs {
  display: flex;
  /* justify-content: ; */
}

.dot-tabs .nav-link {
  font-weight: 600;
  color: #8090a1;
  position: relative;
}

.dot-tabs .nav-link.active,
.dot-tabs .nav-link:hover {
  color: #113dfa;
}

.dot-tabs .nav-link.active:after {
  position: absolute;
  bottom: 4px;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background: #113dfa;
  content: "";
  left: 0;
  margin: 0 auto;
  right: 0;
}

.dot-tabs .nav-item {
  width: 50%;
  text-align: center;
}

.cc-pill {
  position: relative;
  display: inline-block;
}

.cc-pill .form-check-input {
  visibility: hidden;
  opacity: 0;
}

.cc-pill label {
  padding-left: 0;
  z-index: 1;
  min-width: 50px;
  background: #fff;
  border-radius: 4px;
  color: #1f252a;
  height: auto;
  line-height: 1.3;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #eaeff3;
  font-weight: 500;
}

.cc-pill [type="checkbox"]:checked+label,
.cc-pill [type="radio"]:checked+label {
  background: #fff;
  color: #375cfb;
  border: 1px solid #375cfb;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.12);
}

.cc-pill-rounded label {
  border-radius: 60px;
}

.cc-pill [type="checkbox"]:checked+label .icon,
.cc-pill [type="radio"]:checked+label .icon {
  background: #375cfb;
}

.cc-pill [type="checkbox"]:checked+label .icon:before,
.cc-pill [type="radio"]:checked+label .icon:before {
  color: #fff !important;
}

.top-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}

.bg-style1 {
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-style2 {
  background-image: url(../img/header-bg2.png);
  background-repeat: no-repeat;
  background-size: 115%;
}

.bg-style6 {
  background-image: url(../img/header-bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -15px;
}

.bg-style4 {
  background-image: url(../img/header-bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-style5 {
  background-image: url(../img/header-bg5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.my-profile img {
  height: 32px;
  width: 32px;
  border-radius: 32px;
  object-fit: cover;
  object-position: top;
}

.top-header .page-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.modal-app .modal-body {
  border-radius: 6px;
}

.ml-selected {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-bottom: 0;
}

.ml-selected li {
  width: 33.33%;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.ml-selected p {
  margin-bottom: 0;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-header .fa-angle-left {
  font-size: 25px;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

.icon {
  font-size: 16px;
}

.btn .icon {
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 2px;
}

.btn-sm .icon {
  font-size: 16px;
}

.modal-dialog-end {
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - (0.5rem * 2));
}

.listing-card.li-manage {
  margin-left: 50px;
}

.li-manage .custom-checkbox {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -10px;
}

.custom-control {
  padding-left: 2rem;
}

.custom-control-label {
  cursor: pointer;
  font-weight: 500;
}

.custom-control-label::before,
.custom-control-label::after {
  height: 20px;
  width: 20px;
  top: 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #113dfa;
  border-color: #113dfa;
}

.custom-checkbox .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #adb7c3;
}

label {
  font-weight: 600;
}

.badge {
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.badge-sale {
  background: #deffd6;
  color: #83b975;
}

.badge-success {
  background: #ebffe6;
  color: #83b975;
}

/*custom check*/
input[type="checkbox"] {
  display: none;
}

.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-check [type="checkbox"]:checked+label,
.custom-check [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}

.custom-check [type="checkbox"]:checked+label:before,
.custom-check [type="checkbox"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #adb7c3;
  border-radius: 3px;
  background: #fff;
}

.custom-check [type="checkbox"]:checked+label:before {
  border: 1px solid #113dfa;
  background: #113dfa;
}

.custom-check [type="checkbox"]:checked+label:after,
.custom-check [type="checkbox"]:not(:checked)+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

/*custom radios*/

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #375cfb;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*ios toggle button*/

.ios-check input[type="checkbox"]+label {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  background-color: #f1f1f1;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  float: left;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.15) inset;
}

.ios-check input[type="checkbox"]+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  top: 2px;
  right: 24px;
  transition: all 0.3s ease-out;
}

.ios-check input[type="checkbox"]+label::after {
  content: "";
  color: white;
  position: absolute;
  left: 18px;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.3s ease-out;
}

.ios-check input[type="checkbox"]+label.ios-cl {
  background: #fff;
}

.ios-check input[type="checkbox"]+label.ios-cl:before {
  background: #e1e1e1;
}

.ios-check input[type="checkbox"]:checked+label {
  background-color: #5bd23d;
}

.ios-check input[type="checkbox"]:checked+label.ios-cl:before {
  background: #fff;
}

.ios-check input[type="checkbox"]:checked+label::before {
  right: 2px;
}

.ios-check input[type="checkbox"]:checked+label::after {
  content: "";
  left: 56px;
}

.ag-list-item .custom-check [type="checkbox"]:checked+label:before,
.ag-list-item .custom-check [type="checkbox"]:not(:checked)+label:before {
  left: auto;
  right: 0;
  top: 8px;
}

.ag-list-item .custom-check [type="checkbox"]:checked+label:after,
.ag-list-item .custom-check [type="checkbox"]:not(:checked)+label:after {
  left: auto;
  right: 4px;
  top: 9px;
}

.ag-list-item .custom-check [type="checkbox"]:checked+label,
.ag-list-item .custom-check [type="checkbox"]:not(:checked)+label {
  padding-left: 0;
  padding-right: 80px;
}

.card-body {
/*  padding: 15px;*/
}

.list-numbers {
  padding-left: 15px;
  list-style: number;
}

.modal-footer {
  display: block;
}

.form-group-ico {
  position: absolute;
  right: 5px;
  bottom: 7px;
}

.form-group-ico .icon {
  background: #113dfa;
  font-size: 25px;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  display: block;
  padding: 5px;
}

.form-group-ico .icon-calender-ico::before {
  color: #fff;
}

.card {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border: none;
}

.h-235 {
  max-height: 235px;
}

.ag-col {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin-bottom: 15px;
}

.ag-ico {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  text-align: center;
  padding: 5px 3px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
}

.ag-ico img {
  width: 20px;
}

.ag-header {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.ag-body {
  padding: 0 10px 0 15px;
}

.ag-body.show {
  border-top: 1px solid #dadfe4;
}

.ag-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 0;
  margin: 5px 0;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dadfe4;
}

.ag-list-item:last-child {
  border-bottom: 0;
}

.accordion .ag-header:after {
  position: absolute;
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 12px;
}

.accordion .ag-header.collapsed:after {
  content: "\f107";
}

.ag-header-title {
  margin-top: 5px;
}

.ag-list-item .custom-check {
  position: relative;
  right: 0;
  height: auto;
  top: 0;
  width: auto;
}

.walk-distane {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 10px;
  text-align: right;
  font-weight: 500;
}

.walk-distane img {
  width: 10px;
}

.walk-distane small {
  display: block;
  color: #627285;
}

.ag-list-item::before {
  position: absolute;
  height: 100%;
  width: 6px;
  top: 0;
  background: #000;
  content: "";
  left: -15px;
  border-radius: 0 5px 5px 0;
}

.ag-green .ag-ico,
.ag-green .ag-list-item::before {
  background: #7acdc7;
}

.ag-purple .ag-ico,
.ag-purple .ag-list-item::before {
  background: #cab2fd;
}

.ag-brown .ag-ico,
.ag-brown .ag-list-item::before {
  background: #d7b89b;
}

.ag-orange .ag-ico,
.ag-orange .ag-list-item::before {
  background: #ffaf80;
}

.ag-red .ag-ico,
.ag-red .ag-list-item::before {
  background: #fa887b;
}

.ag-yellow .ag-ico,
.ag-yellow .ag-list-item::before {
  background: #ffdd95;
}

.ag-dgreen .ag-ico,
.ag-dgreen .ag-list-item::before {
  background: #83b975;
}

.ag-green .walk-distane,
.ag-green h6 {
  color: #7acdc7;
}

.ag-purple .walk-distane,
.ag-purple h6 {
  color: #cab2fd;
}

.ag-brown .walk-distane,
.ag-brown h6 {
  color: #d7b89b;
}

.ag-orange .walk-distane,
.ag-orange h6 {
  color: #ffaf80;
}

.ag-red .walk-distane,
.ag-red h6 {
  color: #fa887b;
}

.ag-yellow .walk-distane,
.ag-yellow h6 {
  color: #ffdd95;
}

.ag-dgreen .walk-distane,
.ag-dgreen h6 {
  color: #83b975;
}

.ag-blue h6 {
  color: #539ecf;
}

.ag-purple h6 {
  color: #8865ab;
}

.ag-green .walk-distane svg path {
  fill: #7acdc7;
}

.ag-purple .walk-distane svg path {
  fill: #cab2fd;
}

.ag-brown .walk-distane svg path {
  fill: #d7b89b;
}

.ag-orange .walk-distane svg path {
  fill: #ffaf80;
}

.ag-red .walk-distane svg path {
  fill: #fa887b;
}

.ag-yellow .walk-distane svg path {
  fill: #ffdd95;
}

.ag-dgreen .walk-distane svg path {
  fill: #83b975;
}

.ah-green {
  color: #7acdc7;
}

.ah-purple {
  color: #cab2fd;
}

.ah-brown {
  color: #d7b89b;
}

.ah-orange {
  color: #ffaf80;
}

.ah-red {
  color: #fa887b;
}

.ah-yellow {
  color: #ffc853;
}

.ah-dgreen {
  color: #83b975;
}

.map-box video {
  height: 300px;
  width: 100%;
}

.tab-transparent.nav-tabs .nav-link {
  background: transparent;
  color: #f1f3f5;
  border: none;
  padding: 0;
  display: inline-block;
  opacity: 0.5;
  min-width: 75px;
}

.tab-transparent .nav-item:before {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  background: #adb7c3;
  width: 1px;
  content: "";
}

.tab-transparent .nav-item:first-child:before {
  content: none;
}

.tab-transparent .nav-link.active {
  opacity: 1;
}

.tabs-solid {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 4px;
  border-radius: 8px;
}

.tabs-solid .nav-item {
  position: relative;
}

.tabs-solid .nav-link {
  border-radius: 8px;
  min-width: 65px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #303841;
  font-weight: 500;
}

.tabs-solid .nav-item:before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  height: 30px;
  top: 2px;
}

.tabs-solid .nav-item:first-child:before {
  content: none;
}

.tabs-solid .nav-link.active {
  background: #375cfb;
  color: #fff;
  border-color: #375cfb;
  font-weight: 600;
}

.tab-content {
  clear: both;
}

/*chat GPT*/
.prev-btn {
  background: #fff;
  height: 40px;
  width: 40px;
  border: 1px solid #eaeff3;
  border-radius: 40px;
  text-align: center;
  color: #081131;
  padding: 6px;
}

.filter-listing {
  background: #f1f3f5;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 6px;
  padding: 9px;
}

.filter-listing .icon {
  font-size: 20px;
}

.filter-listing.active {
  border: 1px solid #375cfb;
}

.filter-listing.active .icon.ct-black::before {
  color: #375cfb !important;
}

.breadcrumb {
  background: transparent;
}

.btn-ico {
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  border-width: 1px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #113dfa;
  background: #113dfa;
  color: lightgrey;
  cursor: pointer;
}

.btn-ico.has-data {
  border: 1px solid #113dfa;
  /* Border color when data exists */
  color: #113dfa;
  /* Text color when data exists */
}

.btn-ico .icon {
  border-radius: 4px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px;
  margin-right: 8px;
  font-size: 20px;
  background: #375cfb;
  /* changed from #375CFB */
  color: #113dfa;
}

.btn-ico.active .icon {
  background: #375cfb;
  color: #fff;
}

.btn-ico.has-data .icon {
  background: #375cfb;
  /* Background color when data exists */
  color: #fff;
  /* Text color when data exists */
}

.btn-ico.btn-outline .icon {
  background: #f1f3f5;
}

.btn-ico.btn-outline.active .icon {
  background: #375cfb;
  color: #fff;
  /* added */
}

.btn-ico.btn-outline.active .icon:before {
  color: #fff !important;
}

.btn-ico:hover,
a.btn-ico:hover .btn-ico:focus,
a.btn-ico:focus {
  background: #113dfa;
  color: #fff;
  border: 1px solid #113dfa;
}

.btn-ico.selected {
  background: #113dfa;
  color: #fff;
}

.btn-ico.selected .icon {
  background: #375cfb;
  /* Background color when selected */
  color: #fff;
  /* Text color when selected */
}

.btn-ico.selected .icon.ct-black::before {
  /* color: #fff !important; */
  color: #fff;
}

.btn-outline,
.btn-outline:hover,
.btn-outline:focus {
  border: 1px solid #1f252a;
  background: #fff;
  color: #1f252a;
}

.btn-outline-blue {
  border: 1px solid #375cfb;
  background: #fff;
  color: #113dfa;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus {
  background: #113dfa;
  color: #fff;
  border: 1px solid #113dfa;
}

.btn-outline-success,
.btn-outline-success:hover,
.btn-outline-success:focus {
  border: 1px solid #83b975;
  background: #fff;
  color: #83b975 !important;
}

.pill-ico .icon {
  border-radius: 4px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px;
  margin-right: 3px;
  border: none;
  background: #f1f3f5;
  font-size: 20px;
  color: #1f252a;
  vertical-align: -4px;
}

.btn-ico:not(.btn-outline):hover .icon::before,
.btn-ico:not(.btn-outline):focus .icon::before {
  color: #fff !important;
}

.ait-content {
  position: relative;
  display: flex;
  padding-right: 100px;
  margin-bottom: 20px;
}

.ait-content .ait-icon {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border: 1px solid #eaeff3;
  padding: 4px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.ait-content .ait-icon .icon {
  font-size: 30px;
}

.ait-content img,
.ait-content video {
  border-radius: 16px;
  width: 100%;
}

.ait-content video {
  width: 100%;
  height: 375px;
}

.ait-content .card {
  width: 100%;
  box-shadow: none;
}

.ait-template {
  display: flex;
  align-items: center;
}

.ai-badge {
  background: #d1d9fe;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
  color: #5d7bfc;
}

.ait-content .ait-template-img img {
  border-radius: 6px;
  width: 90px;
}

.modal-header .close {
  font-size: 26px;
  color: #fff;
}

.sub-list {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}

.h-auto {
  height: auto !important;
}

.auto-type,
.auto-type:focus,
.auto-type:hover {
  background: #303841;
  border-color: #303841;
  color: #fff;
}

.flex-nowrap {
  overflow-x: auto;
  overflow-y: hidden;
}

.skip-btn {
  background: #113dfa;
  color: #fff;
  border-radius: 20px;
  padding: 6px 10px 6px 6px;
  font-size: 14px;
  font-weight: 600;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 30px;
  left: 50%;
  max-width: 100%;
  display: inline-table;
}

.skip-btn i {
  background: #fff;
  font-size: 14px;
  border-radius: 20px;
  color: #113dfa;
  padding: 5px;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.npl-card .np-img {
  /*max-width: 170px;*/
  width: 170px;
  border: 1px solid #dadfe4;
  border-radius: 16px;
}

.npl-card .listing-img {
  width: auto;
  padding-left: 10px;
}

.npl-card .listing-info {
  width: calc(100% - 180px);
  min-height: 210px;
}

.filters-dropdown {
  padding: 15px;
  /*box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 0 0 16px 16px;*/
  position: relative;
  margin-bottom: 10px;
}

.collapse-filter {
  height: 24px;
  width: 24px;
  background: #113dfa;
  border-radius: 24px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 1px 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
  cursor: pointer;
}

.collapse-filter.flip {
  bottom: -16px;
}

.d-row {
  display: flex;
}

.d-row span:first-child {
  width: 90px;
  display: inline-block;
  line-height: 1.2;
}

.auction-list .d-row span:first-child {
  width: 100px;
}

.d-row span:last-child {
  width: calc(100% - 90px);
  white-space: normal;
  line-height: 1.2;
}

.property-build {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.pb-col {
  padding-right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pb-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  background: #dadfe4;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  min-width: 18px;
  padding: 4px;
}

.pb-ico img {
  width: 100%;
}

.dl-list .listing-img {
  width: 35%;
  position: relative;
}

.dl-list .listing-info {
  width: 65%;
  padding: 5px 15px;
  line-height: 1.1;
}

.dl-list .listing-img img {
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  max-height: 200px;
  border: 1px solid #fff;
}

.btn-float {
  position: fixed;
  bottom: 30px;
  left: 15px;
  right: 15px;
  display: block;
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
}

.street-map {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.street-map img {
  max-width: 26px;
}

.img-card {
  width: 120px;
}

.border-bottom-d {
  border-bottom: 2px dashed #adb7c3;
}

.bg-theme {
  background-image: url(../img/bg-theme-header.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.options-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.options-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e6e9ec;
}

.options-list li:last-child {
  border-bottom: none;
}

.options-list .icon {
  height: 32px;
  width: 32px;
  background: #113dfa;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  margin-right: 10px;
}

.options-list li a {
  font-weight: 600;
  color: #303841;
  display: block;
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
}

.options-list li a:after {
  content: "\f105";
  font-family: FontAwesome;
  right: 20px;
  position: absolute;
  top: 3px;
}

.seminar-card {
  margin: 0 auto;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.seminar-img {
  width: 35%;
  position: relative;
}

.seminar-img img {
  width: 100%;
  /*height: 100%;*/
  height: 100px;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}

.seminar-info {
  width: 65%;
  padding: 5px 15px;
  line-height: 1.1;
}

.seminar-title {
  padding-left: 50px;
  position: relative;
  min-height: 40px;
  padding-top: 5px;
  margin-bottom: 10px;
}

.seminar-title img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px;
}

.h-shadow {
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 16px 16px;
  padding-bottom: 0;
}

.btn-ico.active {
  background: #113dfa;
  color: #fff !important;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-sort {
  background-image: url(../img/sort-ico.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 12px;
  vertical-align: middle;
  background-position: center;
}

.icon-sort.up {
  background-image: url(../img/sort-up.png);
}

.icon-sort.down {
  background-image: url(../img/sort-down.png);
}

.write-up {
  white-space: break-spaces;
}

.ld-clear {
  color: #fa887b !important;
}

.el-scrollbar__bar {
  opacity: 1 !important;
}

@media print {
  .avoid-break {
    page-break-inside: avoid;
  }
}

@page :first {
  margin-top: 0px;
}

#app {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.data {
  text-align: center;
  margin-top: 24px;
}

/* Slider CSS */

#radiusRange input[type="range"]::-moz-range-thumb,
#radiusRange input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  border: 4px solid #e4e9fe;
  height: 16px;
  width: 16px;
  background: #113dfa;
  cursor: pointer;
  border-radius: 16px;
}

.form-control-range {
  background: #e4e9fe;
  border: none;
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

/* End Range Slider */

.form-control .el-input__inner {
  border: none !important;
  height: 34px !important;
  padding-left: 0 !important;
}

.el-select.form-control {
  padding-right: 0;
}

/*.el-select-dropdown__item {
  position: relative;
  padding-left: 45px !important;
}

.el-select-dropdown__item::before {
  content: '';
  position: absolute;
  left: 20px;
  height: 16px;
  width: 16px;
  border: 1px solid #ADB7C3;
  background: #fff;
  border-radius: 16px;
  top: 9px;
}

.el-select-dropdown__item.selected::before {
  background: #113DFA;
  border: 3px solid #ddd;
}*/
.el-select-dropdown {
  margin-left: -20px !important;
}

.el-select-dropdown__item.selected {
  color: #113dfa !important;
}

.custom-radio.cc-pill label {
  width: 100%;
  padding-left: 40px !important;
}

.custom-radio.cc-pill label:before {
  top: 8px !important;
  left: 10px !important;
}

.custom-radio.cc-pill label:after {
  top: 12px !important;
  left: 14px !important;
}

/*.festive-list {
  max-height: 350px;
  overflow: auto;
}*/

#preview-slider,
.preview-slider {
  padding-bottom: 0;
  margin-bottom: 0;
}

#preview-slider .owl-nav button,
#preview-slider .owl-nav div {
  height: 30px;
  width: 30px;
  border: 1px solid #e4e9fe;
  display: inline-block;
  color: #113dfa;
  font-size: 20px;
  border-radius: 6px;
  line-height: 1;
  margin: 0 3px !important;
  background: #e4e9fe;
}

#preview-slider .owl-nav button:hover,
#preview-slider .owl-nav button:focus,
#preview-slider .owl-nav button:active,
#preview-slider .owl-nav div:hover,
#preview-slider .owl-nav div:focus,
#preview-slider .owl-nav div:active {
  background: #e4e9fe;
  color: #113dfa;
  border-color: #e4e9fe;
  outline: none;
}

#preview-slider .owl-nav button.disabled,
#preview-slider .owl-nav div.disabled {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #adb7c3;
  cursor: not-allowed;
  pointer-events: none;
}

#preview-slider .owl-dots {
  position: absolute;
  top: -33px;
  right: 100px;
  left: auto;
}

#preview-slider .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #113dfa;
  margin: 0 3px;
  opacity: 0.4;
}

#preview-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

#preview-slider .owl-nav {
  width: 116px;
  margin-left: auto;
  padding-right: 40px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.property-search {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  max-height: 300px;
  overflow: auto;
}

.property-search ul {
  padding: 0;
  /* image-orientation: ; */
  list-style: none;
  margin-bottom: 0;
}

.property-search li {
  padding: 10px 80px 10px 20px;
  border-bottom: 1px solid #dadfe4;
  position: relative;
}

.property-search li:last-child {
  border-bottom: none;
}

.property-search li span {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 12px;
  font-weight: 600;
  transform: translate(0, -50%);
}

.rs-badge {
  background: #d1d9fe;
  display: block;
  color: #5d7bfc;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 8px 8px 0 0;
}

.changeSearch {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #113dfa;
  font-weight: 600;
}

.clearSearch {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fa887b;
  font-weight: 600;
}

.searchProperty {
  position: relative;
}

.searchProperty .form-control {
  padding-right: 70px;
}

.grid-row {
  columns: 3;
  -moz-column-count: 3;
  -moz-column-gap: 1.5rem;
  -moz-column-rule: none;
  -webkit-column-count: 3;
  -webkit-column-gap: 1.5rem;
  -webkit-column-rule: none;
  column-count: 3;
  column-gap: 1.5rem;
  column-rule: none;
}

.flip .fa-angle-down::before {
  content: "\f106";
}

.owl-theme .owl-dots .owl-dot span {
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}

#preview-slider .owl-nav {
  width: 175px;
  margin-left: auto;
  padding-right: 100px;
}

#preview-slider .ait-content {
  padding-bottom: 60px;
  margin-bottom: 0;
  margin-bottom: 0;
}

.ai-info-text {
  position: absolute;
  bottom: 20px;
  max-width: 165px;
  left: 0;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.tabs-fill {
  background: #f1f3f5;
  display: inline-flex;
  border-radius: 4px;
  padding: 4px;
}

.tabs-fill li a {
  font-weight: 600;
  border-radius: 4px;
  color: #1f252a;
  text-align: center;
  font-size: 14px;
}

.tabs-fill li a.active {
  background: #113dfa;
  color: #fff;
}

.lc-2,
.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-ai-sm {
  height: 45px;
  width: 45px;
  padding: 5px;
  background-size: 700px;
  vertical-align: top;
}

.disable {
  opacity: 0.4;
  cursor: not-allowed;
}

.history-li {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
}

.copy-btn {
  background: #113dfa;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.copy-btn .icon {
  height: 18px;
  width: 18px;
  background: #fff;
  font-size: 12px;
  border-radius: 14px;
  padding: 3px;
  margin-right: 4px;
}

.festive-list img {
  width: 80px;
  height: 60px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
}

.festive-list .cc-pill .form-check-label {
  padding-left: 100px !important;
  text-align: left;
  min-height: 76px;
  border: none;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
}

.festive-list .custom-radio.cc-pill label::before {
  top: 26px !important;
  right: 10px !important;
  left: auto !important;
}

.festive-list .custom-radio.cc-pill label::after {
  top: 30px !important;
  right: 14px !important;
  left: auto !important;
}

.lh-20 {
  line-height: 20px;
}

.ai-version-sub .nav-link {
  padding: 0;
  height: 35px;
  width: 140px;
  text-align: center;
  justify-content: center;
  background: #f1f3f5;
  /*  background-image: url(../img/btn-bg.png);*/
}

.ai-version-sub .gradient--text,
.ai-version-btn .active .gradient--text {
  background-image: url(../img/text-clip.png);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}

.ai-version-btn .active .gradient--text {
  background-image: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-size: 100%;
  color: #fff;
}

.ai-version-btn .active .icon.ct-blue::before {
  color: #fff !important;
}

.ai-generate-btn {
  background-image: url(../img/btn-bg.jpg);
  padding: 1px;
  border-radius: 5px;
}

/*.ai-version-sub {
  background: -moz-linear-gradient(-45deg, #113dfa 0%, #c0a9f2 100%);
  background: -webkit-linear-gradient(-45deg, #113dfa 0%,#c0a9f2 100%);
  background: linear-gradient(135deg, #113dfa 0%,#c0a9f2 100%);
  padding: 2px;
  display: block;
  border-radius: 6px;
}*/
.ai-version-sub .nav-link.active {
  background-image: url(../img/btn-bg.jpg);
  background-size: 100%;
}

.vdo-thumb {
  display: block;
  position: relative;
}

.vdo-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.vdo-thumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
}

.vdo-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.6;
  font-size: 24px;
  z-index: 2;
}

.tk-card {
  height: 100%;
}

.badge-outline {
  border: 1px solid #c4cbd3;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #414b58;
  display: inline-block;
  margin-bottom: 5px;
}

/*.btn-ai{
 -webkit-animation: slidein 100s;
        animation: slidein 100s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;
      }

@keyframes slidein {
from {background-position: top;background-size:500px; }
to {background-position: -100px 0px;background-size:1500px;}

}*/
/*Responsive*/
@media screen and (max-width: 767px) {

  h2,
  .t-h2 {
    font-size: 1.25rem;
  }

  .insight-table {
    font-size: 14px;
  }

  .ait-content video {
    width: 100%;
    height: 320px;
  }
}

@media screen and (max-width: 576px) {
  .sub-list li {
    width: 50%;
  }

  .sub-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .vdo-thumb img {
    height: 280px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .lh-1 {
    line-height: 1.1;
  }

  .btn {
    font-size: 16px;
  }

  .btn-sm {
    font-size: 12px;
  }

  .cta-listing {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .listing-info p {
    margin-bottom: 5px;
  }

  .cd-tabs .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  h6 {
    font-size: 14px;
  }

  .ait-content {
    padding-right: 40px;
  }

  .ait-content .ait-icon {
    height: 32px;
    width: 32px;
    border-radius: 32px;
    font-size: 20px;
  }

  .ait-content .ait-icon .icon {
    font-size: 18px;
  }

  .ait-content video {
    width: 100%;
    height: 240px;
  }

  .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .npl-card ul .small {
    font-size: 11px;
  }

  .npl-card .np-img {
    max-width: 122px;
    max-height: 170px;
    height: 100%;
  }

  .npl-card .listing-info {
    width: calc(100% - 132px);
    min-height: 180px;
  }

  .listing-img {
    width: 100px;
  }

  .listing-img img {
    height: 100px;
    width: 100px;
  }

  .listing-info {
    width: calc(100% - 125px);
    padding: 0px 15px;
    line-height: 1.1;
    border-top: 1px solid #dadfe4;
  }

  .li-title {
    font-size: 14px;
  }

  .npl-card .li-title {
    font-size: 18px;
  }

  .price-col h6 {
    font-size: 12px;
  }

  #preview-slider .owl-nav {
    width: 116px;
    margin-left: auto;
    padding-right: 40px;
  }

  #preview-slider .owl-dots {
    right: 40px;
  }

  .dl-list .listing-img img {
    max-height: 250px;
  }

  .d-row span:first-child {
    width: 75px;
  }

  .d-row span:last-child {
    width: calc(100% - 62px);
  }

  /*  .listing-card .listing-info span {
    width: 40px;
    display: inline-block;
  }*/
  .vdo-thumb img {
    height: 220px;
  }
}

@media screen and (max-width: 375px) {
  .account-logo {
    width: 70px;
  }

  .account-logo {
    padding: 5px;
  }

  .img-card {
    width: 100px;
  }

  .listing-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cc-pill label {
    font-size: 13px;
  }

  .npl-card ul .small {
    font-size: 10px;
  }

  .listing-info p {
    font-size: 10px;
  }

  .sub-list li {
    width: 100%;
    float: none;
  }

  .vdo-thumb img {
    height: 180px;
  }
}

.cc-pill-large {
  width: 200%;
  /* Adjust as needed */
  height: 200%;
  /* Adjust as needed */
}

.selling-point-btn+label {
  height: 75px !important;
}

.live-data-text {
  color: #375cfb !important;
}

.btn-ico.has-data {
  border: 1px solid #113dfa;
  /* Border color when data exists */
  color: #113dfa;
  /* Text color when data exists */
}

.btn-ico.active .icon {
  background: #375cfb;
  color: #fff;
}

.btn-ico.has-data .icon {
  background: #375cfb;
  /* Background color when data exists */
  color: #fff;
  /* Text color when data exists */
}

.btn-ico.btn-outline .icon {
  background: #f1f3f5;
}

.btn-ico.btn-outline.active .icon {
  background: #375cfb;
  color: #fff;
  /* added */
}

.btn-ico.btn-outline.active .icon:before {
  color: #fff !important;
}

.btn-ico:hover,
.btn-ico:focus {
  background: #113dfa;
  color: #fff;
  border: 1px solid #113dfa;
}

.btn-ico.selected {
  background: #113dfa;
  color: #fff;
}

.btn-ico.selected .icon {
  background: #375cfb;
  /* Background color when selected */
  color: #fff;
  /* Text color when selected */
}

.btn-ico.selected .icon.ct-black::before {
  /* color: #fff !important; */
  color: #fff;
}

.btn-ico-generate {
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  border-width: 1px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #113dfa;
  color: #113dfa;
  cursor: pointer;
  background: #fff;
}

.btn-ico-generate.has-data {
  border: 1px solid #113dfa;
  /* Border color when data exists */
  color: #113dfa;
  /* Text color when data exists */
}

.btn-ico-generate .icon {
  border-radius: 4px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px;
  margin-right: 8px;
  font-size: 20px;
  background: #375cfb;
  /* changed from #375CFB */
}

.btn-ico-generate.active .icon {
  background: #375cfb;
  color: #fff;
}

.btn-ico-generate.has-data .icon {
  background: #375cfb;
  /* Background color when data exists */
  color: #113dfa;
  /* Text color when data exists */
}

.btn-ico-generate.btn-outline .icon {
  background: #f1f3f5;
}

.btn-ico-generate.btn-outline.active .icon {
  background: #375cfb;
  color: #fff;
  /* added */
}

.btn-ico-generate.btn-outline.active .icon:before {
  color: #fff !important;
}

.btn-ico-generate:hover,
.btn-ico-generate:focus {
  background: #113dfa;
  color: #fff;
  border: 1px solid #113dfa;
}

.btn-ico-generate.selected {
  background: #113dfa;
  color: #fff;
}

.btn-ico-generate.selected .icon {
  background: #375cfb;
  /* Background color when selected */
  color: #fff;
  /* Text color when selected */
}

.btn-ico-generate.selected .icon.ct-black::before {
  color: #fff !important;
  /* color: #fff */
}

.btn-ico-generate-hans-do-not-touch {
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  border-width: 1px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgrey;
  color: lightgrey;
  cursor: pointer;
  background: #fff;
}

.btn-ico-generate-hans-do-not-touch.has-data {
  border: 1px solid #113dfa;
  /* Border color when data exists */
  color: #113dfa;
  /* Text color when data exists */
}

.btn-ico-generate-hans-do-not-touch .icon {
  border-radius: 4px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px;
  margin-right: 8px;
  font-size: 20px;
  background: lightgrey;
  /* changed from #375CFB */
}

.btn-ico-generate-hans-do-not-touch.active .icon {
  background: #375cfb;
  color: #fff;
}

.btn-ico-generate-hans-do-not-touch.has-data .icon {
  background: #375cfb;
  /* Background color when data exists */
  color: #113dfa;
  /* Text color when data exists */
}

.btn-ico-generate-hans-do-not-touch.btn-outline .icon {
  background: #f1f3f5;
}

.btn-ico-generate-hans-do-not-touch.btn-outline.active .icon {
  background: #375cfb;
  color: #fff;
  /* added */
}

.btn-ico-generate-hans-do-not-touch.btn-outline.active .icon:before {
  color: #fff !important;
}

.btn-ico-generate-hans-do-not-touch:hover,
.btn-ico-generate-hans-do-not-touch:focus {
  background: #113dfa;
  color: #fff;
  border: 1px solid #113dfa;
}

.btn-ico-generate-hans-do-not-touch.selected {
  background: #113dfa;
  color: #fff;
}

.btn-ico-generate-hans-do-not-touch.selected .icon {
  background: #375cfb;
  /* Background color when selected */
  color: #fff;
  /* Text color when selected */
}

.btn-ico-generate-hans-do-not-touch.selected .icon.ct-black::before {
  color: #fff !important;
  /* color: #fff */
}

.vh-desc {
  cursor: pointer;
  white-space: pre-wrap;
  word-break: break-word;
}

.fa-arrow-circle-right {
  cursor: pointer;
}

.vh-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.textarea-set-bg {
  background: #303841 !important;
}

#vHistory-list {
  max-height: 510px;
  overflow: auto;
}

.label-na {
  color: #97a4b2;
}

.ad-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 100% of the viewport height */
}

.ad-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  width: 90vw;
  max-width: 650px;
  /* Adjusted to use min() for width */
  background: white;
  /* Add box-shadow if needed to match Google ad style */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.ad-card-generate {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background: white;
  /* Add box-shadow if needed to match Google ad style */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.ad-header {
  font-size: 12px;
  color: #555;
}

@media (max-width: 768px) {
  .ad-header {
    font-size: 10px;
    /* Adjust font size for smaller screens */
    /* Add any other adjustments needed for mobile */
  }
}

.ad-content {
  margin-top: 8px;
}

.ad-business-info {
  display: flex;
  align-items: center;
}

.globe-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.ad-business-name {
  font-weight: bold;
  padding-bottom: 0;
  /* Remove bottom margin if any */
}

.ad-website {
  color: #0073e6;
  text-decoration: none;
  display: flex;
  /* Align items in a row */
  align-items: center;
  /* Center items vertically */
  justify-content: space-between;
}

.vertical-dots {
  display: flex;
  flex-direction: column;
  /* Stack dots vertically */
  justify-content: center;
  /* Center dots vertically */
  height: 15px;
  /* Adjust height as needed */
  padding-left: 10px;
  /* Space between URL and dots */
}

.vertical-dots span {
  display: block;
  text-align: center;
  margin: -9.5px 0;
  font-size: 10px;
  color: #666;
  /* Adjust the font size to make the dots smaller */
  /* Negative margin to reduce space between dots */
}

.ad-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 4px;
}

.ad-description {
  font-size: 14px;
  color: #666;
  /* margin-top: 4px; */
}

.ad-calloutText {
  font-size: 14px;
  color: #0073e6;
  /* font-weight: bold !important; */
  /* margin-top: 4px; */
}

.character-counts {
  background-color: #f3f3f3;
  /* Light grey to subtle background */
  border-radius: 8px;
  /* Soften the corners */
  padding: 15px 20px;
  margin-top: 20px;
  /* Generous padding for whitespace */
  margin-bottom: 20px;
  /* Separate from other content */
  font-family: "Helvetica Neue", Arial, sans-serif;
  /* Clean, modern font */
}

.count-element {
  margin-bottom: 10px;
  /* Space between count lines */
  line-height: 1.6;
  /* Improve readability */
}

.count-label {
  font-weight: bold;
  /* Emphasize the label */
  color: #333;
  /* Slightly muted text for easy reading */
  display: block;
  /* Block level for better structure */
}

.count-number {
  font-weight: normal;
  color: #97a4b2;
  display: inline-block;
  /* Keep number and preview inline */
  margin-right: 5px;
  /* Space before preview */
}

.content-preview {
  font-style: normal;
  color: #007aff;
  /* Subtle color to highlight without overwhelming */
  word-break: break-word;
  /* Ensure long text doesn't overflow */
}

.section-divider-ls {
  width: 100%;
  border-top: 1px solid #ccc;
  /* A simple line as a divider */
  text-align: center;
  /* Center the text */
  margin: 0px 0px 2px 0px;
  /* Add some space above and below the divider */
  padding: 3px 0;
  /* Padding to give space around the text */
  font-weight: bold;
  /* Optional: make the divider text bold */
  font-size: 1.2em;
  /* Optional: increase the font size */
}

.section-divider-ls-no-border {
  width: 100%;
  text-align: center;
  /* Center the text */
  margin: 0px 0px 2px 0px;
  /* Add some space above and below the divider */
  padding: 0px 0;
  /* Padding to give space around the text */
  font-weight: bold;
  /* Optional: make the divider text bold */
  font-size: 1.2em;
  /* Optional: increase the font size */
}

.copy-btn-gen {
  /* Space between the button and the text */
  font-size: 15px;
  /* Adjust the size as needed for the icon */
  cursor: pointer;
  /* Changes cursor to a pointer on hover */
  border: none;
  /* No border for a cleaner look */
  background-color: transparent;
  /* Transparent background */
  color: #333;
  /* Icon color */
  border-radius: 5px;
  /* Rounds the corners of the button */
  outline: none;
  /* Removes the outline */
  transition: color 0.3s;
  /* Smooth transition for hover effects */
}

.copy-btn-gen:hover,
.copy-btn-gen:focus {
  color: #7e7c7c;
  /* Black text on hover/focus */
}

/* Optional: style for the disabled state of the button */
.copy-btn-gen:disabled {
  color: #aaa;
  /* Light grey text */
  border-color: #aaa;
  /* Light grey border */
  cursor: not-allowed;
  /* Cursor indicates the button is disabled */
}

.dropdown-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Adjust color and spread as needed */
  transition: box-shadow 0.3s ease-in-out;
  /* Smooth transition for the shadow */
}

.dropdown-container {
  height: auto;
  flex-direction: column;
  /* Stack children vertically */
}

.tabs-pref {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  /* Center tabs */
  align-items: center;
  font-weight: 500;
  /* font-size: 12px; */
  /* Smaller font size */
  font-size: clamp(10px, 2vw, 13px);
  overflow-x: auto;
  background-color: #e6e9ec;
  /* Or any other color as the background of your tabs container */
  border-radius: 6px;
  /* Rounded corners for the whole tabs container */
  overflow: visible;
}

.tab-pref {
  text-align: center;
  cursor: pointer;
  /* Padding controls the size */
  background-color: transparent;
  /* Default non-active background */
  color: #333;
  /* Default text color */
  white-space: nowrap;
  /* Prevent text wrapping */
  transition:
    background-color 0.15s,
    color 0.15s;
  /* Smooth transition for hover and active states */
  position: relative;
  border-radius: 6px;
  /* Needed for absolute positioning of the pseudo-element */
  font-size: clamp(12px, 2vw, 15px);
  flex: 1 1 auto;
  min-height: 34px;
  padding: 8px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-pref.double-line-tab {
  white-space: normal;
  /* Allow the text to wrap to the next line */
  height: auto;
  width: 35%;
  /* Adjust the height to fit the content */
  /* padding: 5px 10px; */
  /* Adjust padding if needed */
}

.tab-pref:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 50%;
  /* Adjust this value to make the line shorter or taller */
  width: 1px;
  background-color: #ccc;
}

.loading {
  position: relative;
  color: dimgray;
  animation: loading-border 4s linear infinite;
}

.completed {
  position: relative;
  color: inherit;
  /* Keep original color */
  animation: completed-border 2s ease-out;
}

.completed-tab {
  position: relative;
  color: inherit;
  /* Keep original color */
  animation: completed-border 1s ease-out;
  /* overflow: visible; */
}


.failed-tab {
  color: #ef4444 !important;
}

@keyframes loading-border {
  0% {
    color: dimgray;
  }

  25% {
    color: transparent;
    /* Lighter shade of dimgray */
  }

  50% {
    color: dimgray;
  }

  75% {
    color: transparent;
    /* Lighter shade of dimgray */
  }

  100% {
    color: dimgray;
  }
}

@keyframes completed-border {
  0% {
    box-shadow: 0 0 5px 2px green;
  }

  50% {
    box-shadow: 0 0 15px 5px green;
  }

  100% {
    box-shadow: 0 0 5px 2px green;
  }
}

.active-pref {
  background-color: #ffffff;
  /* Active tab background - changed to white */
  color: #113dfa;
  /* Active tab text color */
  border-radius: 6px;
  /* Consistent rounded corners */
  border-right: none;
  padding: 8px 16px;
  /* Reset padding to 8px 16px for active tab */
  /* box-shadow: inset 0 0 0 2px #e6e9ec; */
  box-shadow: inset 0 0 0 2px #e6e9ec, 0 1px 2px rgba(0, 0, 0, 0.05);
  /* Creates a 1px border-like padding */
}

.slider-pref {
  position: absolute;
  bottom: -1px;
  /* Align to bottom of tabs */
  height: 2px;
  background-color: blue;
  width: 0;
  transition: transform 0.15s ease;
}

.no-border::after {
  display: none;
}

.floating-btn,
.button-spacer {
  height: 130px;
  /* Match the height of the floating button */
  width: 100%;
  /* Match the width of the floating button */
  margin-bottom: 20px;
  /* Optional: space below the spacer */
}

.container-sitelink {
  overflow: hidden;
  /* Ensure that content does not overflow the container */
  transition: height 0.3s ease;
  /* Optional: Adds a smooth transition effect when toggling */
}

.expansion-buttons-sitelink button {
  margin-right: 10px;
  /* Spacing between buttons */
  background-color: #007bff;
  /* Button background color */
  color: white;
  /* Button text color */
  border: none;
  /* Remove default border */
  border-radius: 5px;
  /* Rounded corners for the button */
  padding: 10px 20px;
  /* Top and bottom padding, left and right padding */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: background-color 0.3s;
  /* Smooth transition for background color */
}

.expansion-buttons-sitelink button:hover {
  background-color: #0056b3;
  /* Darker shade on hover for a simple interaction feedback */
}

.adwords-title {
  font-size: 17px;
  font-weight: 500;
  color: #1f252a;
  padding-top: 15px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  /* Adjust as needed */
}

.detail-title {
  flex: 0 0 auto;
  width: 60%;
  font-weight: normal;
}

.crop-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top left;
  /* This crops from the top left */
}

.no-image {
  width: 200px;
  height: 200px;
  background-image: url("/img/image-not-found.png");
  background-size: cover;
  background-position: center;
}

.scroll-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-gradient {
  position: absolute;
  top: 55px;
  /* Start 50px down from the top */
  right: 0;
  bottom: 0;
  width: 25px;
  background: linear-gradient(to left,
      rgba(170, 186, 253, 0.1),
      rgba(170, 186, 253, 0));
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}

.input-with-copy-wrapper {
  flex: 0 0 50%;
  /* Adjust width to control number of columns */
}

.structured-snippet-fields {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.error-message {
  color: red;
  margin: 0;
  padding: 0;
}

.error-message-publish {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: red;
  /* Adjust as needed */
  font-size: 16px;
  /* Adjust as needed */
  margin: 0;
  padding: 0;
}

.popup-overlay-publish-partial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: auto;
}

.popup-container-publish-partial {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  z-index: 10000;
  overflow-y: auto;
}

.popup-content-publish-partial {
  text-align: center;
}

.confirm-button-publish-partial,
.cancel-button-publish-partial {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.confirm-button-publish-partial {
  background-color: #007bff;
  color: white;
}

.confirm-button-publish-partial:hover {
  background-color: #0056b3;
}

.cancel-button-publish-partial {
  background-color: #6c757d;
  color: white;
  margin-left: 10px;
}

.cancel-button-publish-partial:hover {
  background-color: #5a6268;
}

/* for the slide up overlay in ListingDescriptionList, and Google Logins.*/
.listing-popup-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: transparent;
  z-index: 1000;
}

.popup-overlay-background {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1000;

  /* Ensures it is on top of other content */
}

.listing-popup-content {
  background-color: #FAFAFA !important;
  border-top-left-radius: 10px;
  /* Adjust the value as needed */
  border-top-right-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 90vh;
  /* This sets the height to 90% of the viewport */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  /* Aligns the content to the bottom of the container */
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.3s ease;
}

.slide-up-enter,
.slide-up-leave-to {
  transform: translateY(100%);
  opacity: 0;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  height: 45px;
}


.close-button svg {
  width: 100%;
  height: 100%;
}

.close-button:hover {
  color: #999;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}


.slideUp {
  animation-name: slideUp;
}

.slideDown {
  animation-name: slideDown;
}

.green-circle {
  width: 16px;
  height: 16px;
  background-color: #28a745;
  border-radius: 50%;
}

.loading-circle {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border: 2px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active in <2.1.8 */
  {
  opacity: 0;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark semi-transparent background */
  z-index: 999;
  /* Below the overlay but above everything else */
  pointer-events: all;
  /* Prevent interaction with elements behind the backdrop */
}

.login-text-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
}