.js-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000cc;
  color: #fff;
  padding: 11px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
}

.js-cookie-consent.show {
  transform: translateY(0);
  opacity: 1;
}

.js-cookie-consent .cookie-consent__message {
  margin-top: 20px;
  /* Ä°leti Ã¼st boÅŸluÄŸu */
  margin-bottom: 20px;
  /* Ä°leti alt boÅŸluÄŸu */
}

.js-cookie-consent button {
  background: #fff;
  color: #005AA9;
  border: none;
  padding: 10px !important;
  cursor: pointer;
  font-weight: bold;
  /* DÃ¼ÄŸme Ã¼st boÅŸluÄŸu */
  border-radius: 12px;
  transition: background-color 0.3s ease;
  border-radius: 10px !important;
  margin-top: 10px;
  margin-right: 10px;
}

.js-cookie-consent .js-cookie-consent-agree:hover {
  background-color: rgba(196, 218, 214, 0.76);
  /* Hover durumunda dÃ¼ÄŸme arka plan rengi */
}

.cookie-consent-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  /* Metin rengi beyaz */
  font-size: 12px;
  /* Metin boyutu */
  line-height: 1.5;
  /* SatÄ±r yÃ¼ksekliÄŸi */
  margin-left: 5px;
  /* Ä°kon ile metin arasÄ±ndaki boÅŸluk */
  margin-bottom: 20px;
}

.cookie-icon {
  vertical-align: middle;
  /* Ä°konu metinle hizalama */
  fill: #fff;
  /* Ä°kon rengi beyaz */
  margin-right: 5px;
  /* Ä°kon ile metin arasÄ±ndaki boÅŸluk */
}

.js-cookie-consent .cookie-consent-link:hover {
  color: rgba(196, 218, 214, 0.76);
  /* Hover durumunda dÃ¼ÄŸme arka plan rengi */
}

/* Modal Arka Plan */

#cookie-management-modal.hidden {
  display: none !important;
}

#cookie-management-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#close-modal {
  border: none !important;
}

/* Modal Ä°Ã§eriÄŸi */
#cookie-management-modal .bg-white {
  background: #ffffff;
  border-radius: 10px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  max-width: 600px;
  width: 100%;
  height: 90vh;
  overflow-y: auto;
}

/* Modal BaÅŸlÄ±k */
#cookie-management-modal h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Modal Paragraf */
#cookie-management-modal p {
  margin-bottom: 16px;
}

/* Ã‡erez SeÃ§enekleri */
#cookie-management-modal .space-y-4 {
  margin-bottom: 24px;
}

#cookie-management-modal .flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#cookie-management-modal input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* Modal Kapatma Butonu */
#cookie-management-modal .flex button {
  background-color: #e2e2e2;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 12px;
  cursor: pointer;
  border: none !important;
}

#cookie-management-modal .flex button:hover {
  background-color: #d0d0d0;
}

.cookie-consent__message {
  text-align: left;
}

@media (max-width: 768px) {
  .mobileFlexEnd {
    display: block !important;
  }
  .js-cookie-consent button {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .js-cookie-consent {
    position: fixed;
    bottom: 70px;
    left: 20px;
    margin: 0 auto;
    width: 90%;
    background-color: black;
    color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 10px !important;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%);
    opacity: 0;
  }
}

.adv-first-step-card {
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  -webkit-box-shadow: -1px -1px 5px 3px rgba(209, 207, 209, 1);
  -moz-box-shadow: -1px -1px 5px 3px rgba(209, 207, 209, 1);
  box-shadow: -1px -1px 1px 1px rgba(209, 207, 209, 1);
  padding: 65px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.adv-first-step-card svg {
  fill: #ea2b2f;
}

.adv-first-step-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.adv-first-step-card svg:first-child {
  margin-bottom: 35px;
  width: 95px;
  height: 95px;
}

.adv-first-step-card svg:last-child {
  margin-top: 35px;
  width: 80px;
  height: 80px;
}

.adv-first-step-card span {
  font-size: 14px;
  width: 50%;
  text-align: center;
  font-weight: 400;
}

.adv-first-step-card .click-a-choose {
  position: relative;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #005AA9;
  background-color: #005AA9;
  color: #fff;
  padding: 0 15px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.adv-first-step-card .package-info {
  position: absolute;
  top: 0;
  left: 0;
  background: #6b6b6b;
  padding: 10px;
  color: #fff;
  border-radius: 12px;
}

.packages-title {
  font-size: 30px;
}

.time-type-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.time-type-buttons button {
  position: relative;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #005AA9;
  background-color: #fff;
  color: #005AA9;
  padding: 0 15px;
  border-radius: 10px !important;
  width: 70px;
  margin-right: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.time-type-buttons button.active {
  background: #005AA9 !important;
  color: #fff !important;
}

.packages .package {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  background-color: #fff !important;
  height: 100% !important;
}

.packages .package .title {
  border: 1px solid #e4e4e4;
  color: #181b31;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 100px !important;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  font-size: 12px;
  line-height: 25px;
}

.package-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package .package-inner .price {
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  letter-spacing: -3px !important;
  color: #181b31;
  font-size: 3.438rem;
  line-height: 3.438rem;
  display: flex;
}

.package .package-inner .price .price-unit {
  font-size: 1.875rem !important;
  line-height: 2.8rem !important;
  display: block;
  margin-right: 7px;
}

.package .package-inner .description {
  margin-bottom: 25px !important;
  line-height: 28px;
  color: #6e7982;
  font-size: 14px;
  text-align: center;
  height: 180px;
}

.package-top {
  padding: 0 3%;
}

.package-top .choise-package {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.package-top .choise-package button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #005AA9;
  background-color: #005AA9;
  color: #fff;
  padding: 0 15px;
  border-radius: 10px !important;
  margin-right: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  padding: 8px 34px;
}

.package-top .choise-package span {
  margin-top: 5px !important;
  text-align: center !important;
  display: block;
  color: #6e7982;
  font-size: 10px;
  opacity: 0.7;
  font-style: italic;
}

.package .package-content {
  padding: 0 !important;
  margin: 15px 0 -5px;
}

.package .package-content ul {
  padding: 0;
  margin: 0;
}

.package .package-content ul li {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  border-bottom: 1px solid rgba(35, 35, 35, 0.1) !important;
  font-size: 14px;
  font-weight: 400;
  color: #6e7982;
  text-align: center;
}

.prices-area {
  display: none;
}

.prices-area.active {
  display: block;
}
.cardSelectPackage {
  padding-inline: 100px !important;
}
.package-select-card {
  height: auto;
  position: relative;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0px 0px 8px #e8e8e8 !important;
}
.package-select-card .header {
  text-align: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.package-select-card .header-background {
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 8px 8px 0 0;
}
.package-select-card .header-background span {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.package-select-card .top input {
  width: 18px;
  height: 18px;
}

.package-select-card .top span {
  line-height: 50px;
  font-size: 20px;
  color: #4a4a4a;
  font-weight: bold;
}

.package-select-card .packageDay span {
  color: #4a4a4a;
  font-size: 12px;
  display: block;
  text-align: center;
}
.package-select-card .packageDayFirst {
  color: #adacac !important;
  font-size: 10px;
}

.package-select-card .packagePrice {
  display: flex;
  justify-content: center;
  padding: 14px;
}
.inputForPackage {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
}
.inputForPackage input[type="radio"] {
  border-radius: 50%;
}

.package-select-card .packagePrice span {
  text-align: center;
  line-height: 23px;
  font-size: 25px;
  color: #333;
  display: flex;
  font-weight: 700;
}

.package-select-card .bottom span .unit-sym {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 5px;
}

.package-select-card .note {
  display: flex;
  justify-content: center;
}

.package-select-card .note span {
  font-size: 9px;
  color: #9b9b9b;
}

.payment-section h2 {
  margin-bottom: 15px;
  font-size: 16px;
}

/*Payment Modal Styles*/
@media (max-width: 600px) {
  .payment-modal-content {
    width: 95%;
    max-height: 80%;
  }
  .payment-modal-content .date-row {
    margin-bottom: 10px;
  }
  .payment-modal-area {
    max-height: 74vh !important;
  }
  .payment-modal {
    overflow-y: auto;
  }
}
.payment-modal-content {
  background-color: #fff;
}
.close-payment-modal {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  padding-inline: 20px;
  cursor: pointer;
  background: #005AA9;
}
.close-button-payment {
  background-color: #fff !important;
  border-color: #fff !important;
  border-radius: 50%;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
}

.package-payment-complete {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.package-payment-complete h2 {
  font-weight: 600;
  margin: 15px 0 10px 15px;
  display: inline-block;
  font-size: 12px;
}

.package-payment-basket {
  padding: 15px;
  padding-top: 0px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 12px;
}

.agreement-project::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.agreement-project::-webkit-scrollbar-thumb {
  background: #aeaeae; /* Color of the scroll thumb */
  border-radius: 12px; /* Roundness of the scroll thumb */
}

.agreement-project::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

.agreement-project::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
  border-radius: 12px;
}
.agreement-project {
  max-height: 320px !important;
  overflow-y: auto !important;
  padding: 20px !important  ;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.form-group-credit-info {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 15px;
}
.payment-modal-content::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.payment-modal-content::-webkit-scrollbar-thumb {
  background: #aeaeae; /* Color of the scroll thumb */
  border-radius: 12px; /* Roundness of the scroll thumb */
}

.payment-modal-content::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

.custom-select-pay {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: no-repeat right 10px center;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 18" width="16" height="18"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.41243 9.66243C8.30304 9.77179 8.1547 9.83322 8.00002 9.83322C7.84534 9.83322 7.69699 9.77179 7.5876 9.66243L4.28768 6.36251C4.18142 6.25249 4.12263 6.10514 4.12396 5.95219C4.12529 5.79925 4.18663 5.65294 4.29479 5.54478C4.40294 5.43663 4.54925 5.37528 4.7022 5.37395C4.85515 5.37262 5.0025 5.43142 5.11252 5.53768L8.00002 8.42518L10.8875 5.53768C10.9975 5.43142 11.1449 5.37262 11.2978 5.37395C11.4508 5.37528 11.5971 5.43663 11.7052 5.54479C11.8134 5.65294 11.8747 5.79925 11.8761 5.9522C11.8774 6.10514 11.8186 6.2525 11.7124 6.36251L8.41243 9.66243Z" fill="%230C0C0C"/></svg>');
  background-position: right 10px center;
  background-size: 16px 18px;
  padding-right: 40px; /* Add space for the arrow */
  border: 1px solid #ccc;
  border-radius: 4px;
}
.close-payment-modal h3 {
  margin: 0px !important;
  align-self: center;
  color: #fff !important;
}

.payment-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
  border-radius: 12px;
}

.package-payment-basket .top {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.package-payment-basket .items {
  padding-top: 15px;
}

.package-payment-basket .basket-item {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 !important;
  padding-bottom: 15px !important;
}

.subtext-payment-package {
  margin-top: 5px;
  margin-left: 0;
  font-size: 10px;
  color: #999;
  font-weight: 500 !important;
}

.selected-package-payment-price {
  border-top: 1px solid #dedede;
  padding-block: 10px;
  clear: both;
  padding-inline: 10px;
}

.selected-package-payment-price table {
  width: 100%;
}

.selected-package-payment-price table tr td:first-child {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.selected-package-payment-price table tr td:last-child {
  font-size: 12px;
  font-weight: bold;
}

.selected-package-payment-price table tr td {
  width: auto !important;
}

.selected-package-payment-price table tr td {
  white-space: break-spaces !important;
}

.selected-package-payment-price table tr td {
  width: 50%;
}

.selected-package-invoice {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.selected-package-invoice h2 {
  margin: 15px 15px 0 15px;
  font-weight: 600;
  font-size: 12px;
}

.selected-package-invoice .invoice-area {
  margin: 15px 15px 0 15px;
  display: flex;
}

.selected-package-invoice .invoice-area img {
  width: 15px;
  height: 15px;
}

.selected-package-invoice .invoice-area span {
  font-size: 10px;
  color: #666;
  display: inline-block;
  margin-left: 5px;
}

.selected-package-agreement {
  display: flex;
  margin: 0px 15px 0 8px;
  font-size: 12px;
}

.selected-package-agreement input {
  width: 30px !important;
  height: 15px !important;
  display: inline-block;
  margin-top: 5px;
}

.selected-package-agreement span {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  color: #666;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
}

.selected-package-payment-button button {
  background: #005AA9;
  border: 1px solid #005AA9;
  border-radius: 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  width: 266px;
  height: 54px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16),
    0 0 4px 0 rgba(0, 0, 0, 0.11), 1px 0 2px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 0 4px 0 rgba(0, 0, 0, 0.11),
    1px 0 2px 0 rgba(0, 0, 0, 0.13);
  text-shadow: none;
}

.credit-card-form {
  padding-top: 15px;
}

.credit-card-form label {
  font-weight: bold;
}

.package-agreement .content {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pay-list-button {
  padding: 5px 10px;
  border-radius: 10px !important;
  border: 1px solid #f03c3c;
  cursor: pointer;
  background-color: #005AA9 !important;
  color: #fff !important;
  margin-top: 5px;
}

button.current-package-info {
  background-color: green !important;
  border: 1px solid green !important;
}

.adv-first-step-card {
  cursor: pointer;
}

.pay-button-single-price {
  padding: 5px 10px;
  border-radius: 10px !important;
  border: 1px solid green;
  cursor: pointer;
  background-color: green !important;
  color: #fff !important;
  margin-top: 5px;
}

.danger-text {
  color: red;
}

.selected-package-payment-button button {
  width: 100%;
  margin-top: 10px;
}

.border-payment-card {
  border: 1px solid #e3e3e3;
  padding: 25px 40px;
  border-radius: 10px;
}

.package-payment-basket button {
  padding: 10px;
  border-radius: 8px !important;
  background: #005AA9;
  color: #fff;
  border: 1px solid #005AA9;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.package-payment-basket {
}

.custom-modal-button:hover {
  color: #fff;
}

.agreement-text h4 {
  font-weight: bold !important;
}

.agreement-text h5 {
  font-size: 11px !important;
  font-weight: bold;
}

.selected-package-agreement input {
  appearance: auto !important;
}

.font-normal {
  font-weight: normal !important;
}

.text11px {
  font-size: 11px !important;
}

.error-text {
  color: red !important;
}

.infinite-loop {
  animation: infinite_loop 1s infinite;
}

@keyframes infinite_loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.infinite-parent {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.extend-time-agree {
  border: 1px solid #333;
  padding: 4px 10px;
  border-radius: 12px;
}

.calculated-price span {
  font-size: 17px;
}

.calculated-price h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
}

.next-button {
  background: #005AA9;
  color: #fff;
  border: 1px solid #005AA9;
  padding: 5px 20px;
}

.before-payments-ul {
  margin: 0;
  padding: 0;
}

.before-payments-ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 10px 0;
}

.before-payments-ul li label {
  margin: 0 !important;
  cursor: pointer;
}

.before-payments-ul li input {
  cursor: pointer;
}

.bottom-package-info {
  position: fixed;
  bottom: 0;
  left: calc(50% - 150px);
  width: 300px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  z-index: 998 !important;
}

.back-button {
  font-size: 12px;
  color: red;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  background: linear-gradient(to right, red 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.5s ease-out, color 0.5s ease-out;
}

.back-button:hover {
  background-position: left bottom;
  color: #fff;
}

.waited-time {
  background: rgb(14, 14, 14);
  color: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photos.ui-sortable {
  flex-wrap: wrap !important;
}

.project_imagex {
  margin: 10px 5px 10px 0 !important;
}

.situations.ui-sortable {
  display: flex;
  flex-wrap: wrap;
}

.aggrement-project {
  margin-top: 20px;
  border: 1px solid #acacac;
  padding: 10px;
  /* border-radius: 12px; */
  max-height: 200px;
  overflow-y: scroll;
}

.dropdown-top {
  padding: 5px 10px;
  justify-content: space-between;
  margin: 13px 0;
  background: #d1e8ff;
  color: #404040;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  height: 44px;
  display: flex;
  align-items: center;
}

.dropdown-content {
  padding: 5px 5px 15px 22px;
}

label.dropdown-top {
  color: #ea2b2f !important;
}

.formbuilder-checkbox-group input {
  appearance: auto !important;
}

.dropdown-checkbox.active .dropdown-top {
  background: #005AA9 !important;
  color: #fff;
  border-radius: 12px;
}

.dropdown-checkbox.active .dropdown-top i {
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #005AA9;
}

.dropdown-checkbox .dropdown-top div:last-child {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #d3d3d3;
  color: #fff;
}

.dropdown-checkbox .dropdown-top div:last-child i {
  margin-top: -4px;
  margin-right: -1px;
}

.dropdown-checkbox .dropdown-top {
  border-radius: 12px;
}

.rulesOpen {
  color: #005AA9;
  text-decoration: underline;
}

.avantages-corporate-account-section {
  background: #f7f7f7;
  padding: 90px 0;
}

.avantages-corporate-account-section h2 {
  margin: 0 auto;
  width: 50%;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.avangates-corporate-top span {
  display: block;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 12px;
}

.avantage-corporate-item {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  height: 100%;
}

.avantages-corporate-content {
  margin-top: 30px;
}

.avantage-corporate-item-image {
  width: 100%;
}

.avantage-corporate-item-info h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.avantage-corporate-item-info span {
  font-size: 12px;
  font-weight: normal;
}

.avantages-faq-top h2 {
  margin: 0 auto;
  width: 50%;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.avantages-faq {
  padding: 90px 0;
}

.avantages-faq-item-top {
  background-color: #f7f7f7;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

.avantages-faq-content {
  margin-top: 30px;
}

.avantages-faq-answer {
  display: flex;
  justify-content: center;
}

.avantages-faq-answer span {
  display: block;
  justify-content: center;
  width: 70%;
  text-align: center;
  margin: 20px 0 0;
}

.avantages-faq-item {
  margin-bottom: 30px;
}

.icon-faq-avantage {
  position: absolute;
  right: 20px;
  font-size: 17px;
  top: 30%;
}

@media only screen and (max-width: 600px) {
  .info-banner h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
    text-transform: none;
  }
}

.select-package {
  box-shadow: 1px 1px 3.1px 0px #005AA9;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.select-package-top {
  color: #005AA9;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #005AA9;
  padding: 25px 0 15px;
}

.select-package:hover {
  background: #005AA9;
  transition: 0.5s;
}

.select-package:hover .select-package-top {
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}

.select-package:hover .select-package-top a {
  color: #fff;
  transition: 0.5s;
}

.select-package:hover .select-package-content h3 {
  color: #fff;
  transition: 0.5s;
}

.select-package-content {
  cursor: pointer;
}

.select-package:hover .select-package-content span {
  color: #fff;
  transition: 0.5s;
}

.select-package-top a {
  color: #005AA9;
}

.select-package-content {
  padding: 40px 30px;
}

.select-package-content h3 {
  font-size: 23px;
  text-align: center;
}

.select-package-content span {
  text-align: center;
  display: flex;
  justify-content: center;
}

.select-package-content a {
  color: #000;
}

.calendar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calendar-header {
  display: inline-block;
  justify-content: space-between;
  margin-bottom: 20px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 sÃ¼tun, her hafta bir satÄ±r */
  gap: 3px;
}

.calendar-day {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent; /* VarsayÄ±lan border */
  height: 70px;
  border: 3px solid #aba8a8;
}

.calendar-day.selected {
  border: 3px solid #9cd2a7 !important;
}

.date-show-calendar {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 12px;
}

.calendar-day.disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  cursor: not-allowed;
}

.calendar-day.disabled:hover {
  cursor: not-allowed; /* TÄ±klanamaz imajÄ± */
}

.calendar-day.not-available {
  background-color: #f8d7da;
  border: 2px dashed red;
  color: red;
}

.calendar-day.not-available-text {
  font-size: 10px;
  color: red;
  margin-top: 5px;
  text-align: center;
}

.apply-price-btn {
  padding: 5px 10px;
  background-color: green;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

.calendar-day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 5px;
}

.calendar-day-name {
  border: 2px solid #aba8a8;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
}

.changed-overlay {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: red;
  position: absolute;
  top: 7px;
  right: 5px;
}

.c-pointer {
  cursor: pointer;
}

.infinite-spinner-div i {
  animation: infinite-spinner 1s infinite;
}

.infinite-spinner-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  font-size: 20px;
}

@keyframes infinite-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.card-1 {
  box-shadow: 1px 1px 3.1px 0px #005AA9;
  padding: 25px;
  background: #005AA9;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 600;
  color: white;
  text-align: center;
  cursor: pointer;
}

.card-1:hover {
  background-color: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.card-11 {
  box-shadow: 1px 1px 3.1px 0px #005AA9;
  padding: 25px;
  background: #005AA9;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 600;
  color: white;
  text-align: center;
  cursor: pointer;
}

.card-11:hover {
  background-color: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.card-2 {
  box-shadow: 1px 1px 3.1px 0px #005AA9;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}

.card-2:hover {
  background-color: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.card-2:hover h3 {
  color: #fff;
  transition: 0.5s;
}

.card-2 h3 {
  color: #005AA9;
  font-size: 18px;
  font-weight: 600;
}

.card-22 {
  box-shadow: 1px 1px 3.1px 0px #005AA9;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}

.card-22:hover {
  background-color: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.card-22:hover h3 {
  color: #fff;
  transition: 0.5s;
}

.card-22 h3 {
  color: #005AA9;
  font-size: 18px;
  font-weight: 600;
}

.formbuilder-text-label {
  display: flex;
}

.formbuilder-text-label span {
  display: block;
  margin-left: 5px;
}
.housing-form .form-control {
  font-size: 13px !important;
  font-weight: 600;
}

.scroll-to-bot-animation {
  position: sticky;
  right: 10px;
  bottom: -10px;
  background-color: #000;
  color: #fff;
  margin-left: calc(50% - 20px);
  display: flex;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.custom-form {
  box-shadow: 0px 2px 14.2px 0px #00000040;
  padding: 30px 50px;
  background: #fff;
  border-radius: 15px;
}

.custom-form h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
  color: #005AA9;
  margin-bottom: 15px;
}

.custom-form label {
  font-size: 12px !important;
  font-weight: 600;
  line-height: 14.63px;
  text-align: left;
}

.custom-form-send {
  width: 70%;
  background-color: #005AA9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border: none;
  margin: 0 auto;
}

.custom-form a {
  color: #005AA9;
}

.custom-form .form-control {
  margin-bottom: 0;
}

.custom-form .form-group {
  margin-bottom: 0.4rem;
}

.icon-current-request {
  color: green;
  border: 2px solid green;
  width: 70px;
  height: 70px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto;
}

.mobile-institutional-brand-head {
  display: flex;
  align-items: center;
  border: solid 1px #e8e8e8;
  padding: 20px 5px;
  border-radius: 12px;
}

.mobile-institutional-brand-head .left {
  margin-right: 10px;
}

.mobile-institutional-brand-head .right {
  font-size: 12px;
  font-weight: 600;
}

.mobile-institutional-content-card {
  padding: 10px 25px;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 10px;
}

.mobile-institutional-content-card .title {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.mobile-institutional-content-card .content {
  font-size: 10px !important;
  margin-top: 4px;
}

.cropper-modalx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cropper-modalx .bg-cropper-modal {
  background-color: #3333335a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.cropper-modal-content {
  width: 50%;
  background: #fff;
  /* height: 70vh; */
  z-index: 9999;
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 50px;
}

.cropper-image {
  height: auto;
}

.range-input-zoom {
  width: 50%;
  margin: 0 auto;
}

.cropper-modal-content .buttons {
  width: 100%;
}

.range-input-zoom input {
  width: 100%;
  -webkit-appearance: none;
  height: 15px;
  background: linear-gradient(
    to right,
    #005AA9,
    #e8e8e8 0%
  ); /* Dinamik arka plan rengi */
  border-radius: 12px;
  outline: none;
  opacity: 0.7;
  transition: background 0.3s ease-in-out;
}

.range-input-zoom input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #005AA9;
  cursor: pointer;
}

.range-input-zoom input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

/* Bu kÄ±sÄ±m, track (Ã§izgi) kÄ±smÄ±nÄ±n stillerini belirliyor */
.range-input-zoom input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 15px;
  border-radius: 12px;
}

.range-input-zoom input[type="range"]::-moz-range-track {
  background: transparent;
  height: 12px;
  border-radius: 12px;
}

.range-input-zoom {
  padding: 5px 20px;
}

.crop-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crop-buttons button svg {
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
}

.crop-buttons button {
  background-color: #005AA9;
  color: #fff;
  padding: 5px 20px;
  border: none;
}

#cropBtn {
  background-color: #005AA9;
  color: #fff;
  padding: 5px 40px;
  border: none;
  font-size: 16px;
  margin-top: 20px;
}

.cancel-crop {
  background-color: #e8e8e8;
  color: #333;
  padding: 5px 20px;
  border: none;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 20px;
}

.page-search-area {
  background: linear-gradient(0deg, #d33c3f 0%, #ee3739 41.63%, #ff3a3e 100%);
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.page-search-area-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page-search-area h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30.26px;
  text-align: center;
}

.border-input-with-icon {
  border: 1px solid #9d9d9dcc;
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-input-with-icon input {
  padding: 8px 10px;
  background-color: transparent;
  border: none;
  width: 100%;
  outline: 0;
  color: #000;
}

.border-input-with-icon input::placeholder {
  color: #9d9d9dcc;
}

.border-input-with-icon i {
  margin-right: 10px;
  color: #9d9d9dcc;
}

.title-25-600 {
  font-size: 25px !important;
  font-weight: 600;
}

.help-center-card {
  border: 1px solid #9d9d9d5f;
  border-radius: 10px !important;
  padding: 25px 30px;
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-primary-text {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.card-secondary-text {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.card-footer-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
  margin-top: 30px;
  display: block;
}

.help-center-cards .row {
  margin-top: 50px;
  justify-content: center;
}

.card-footer-text i {
  font-size: 8px;
  margin-left: 10px;
}

.help-center-card:hover {
  border: 1px solid #005AA9;
  transition: 0.5s;
}

.help-center-card:hover .card-footer-text {
  color: #005AA9;
  transition: 0.5s;
}

.help-center-card:hover .card-primary-text {
  color: #005AA9;
  transition: 0.5s;
}

.help-center-card {
  height: 92%;
}

.help-center-card img {
  height: 50px;
  width: 50px;
}

.register-card {
  background-color: #fff;
}

.register-info h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 39.01px;
  text-align: left;
  color: #005AA9;
}

.register-info {
  padding: 100px;
}

.register-info-list {
  margin-top: 30px;
}

.register-info-list li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.register-info-icon {
  background: #ffeded;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-info-text {
  display: block;
  margin-left: 10px;
}

.register-form-class select {
  border-radius: 30px !important;
}

.register-form-class .selection {
  border-radius: 30px !important;
  display: block;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.companyType label {
  font-size: 10px !important;
  font-weight: 500 !important;
}



.close-phone-verification {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 15px;
  cursor: pointer;
}

.remaining-time-sms {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.remaining-time-sms img {
  width: 40px;
  margin: 10px 0;
}

.input-with-icon {
  border: 1px solid #6b6b6b4d !important;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 0 0 10px;
}

.input-with-icon input:focus-visible {
  outline: 0;
}

.input-with-icon-icon-div {
  background: red;
  height: 100%;
  width: 45px;
  height: 38px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

.password-verification {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

.password-verification li {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.password-verification li.not-complete {
  color: #f20f0f;
  font-size: 12px;
}

.password-verification li.complete {
  color: green;
  font-size: 12px;
}

.timer-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: black;
  background-color: rgba(48, 80, 175, 0.7); /* Ä°Ã§i beyaz */
}

.timer-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  background: conic-gradient(#22387b 0deg, transparent 0deg);
  transition: background 1s linear;
}

.timer-circle span {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background-color: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-bg {
  background-color: rgba(48, 80, 175, 0.7);
  border-radius: 100%;
}

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

.w-60 {
  width: 60%;
}

@media (max-width:768px){
  .code-input{
    width: 50px !important;
    height: 64px;
  }
}
.code-input {
  border: 1px solid #d0d5dd;
  margin-right: 8px;
  width: 64px;
  height: 64px;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  outline: 0;
  background-color: #ffffff;
  color: #2343a1;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  gap: 8px;
}

.code-input.complete {
  border: 2px solid rgba(47, 90, 57, 0.3);
}

.code-input.rejected {
  border-color: #f20f0f;
}

.code-input:last-child {
  margin-right: 0 !important;
}

.send-again {
  color: #263238;
  font-size: 15px;
  font-weight: 600;
  line-height: 18.29px;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.send-again-info {
  font-size: 13px;
  font-weight: 100;
  line-height: 18.29px;
  text-align: center;
  margin-block: 20px;
}

@-webkit-keyframes kf_shake {
  0% {
    -webkit-transform: translate(30px);
  }
  20% {
    -webkit-transform: translate(-30px);
  }
  40% {
    -webkit-transform: translate(15px);
  }
  60% {
    -webkit-transform: translate(-15px);
  }
  80% {
    -webkit-transform: translate(8px);
  }
  100% {
    -webkit-transform: translate(0px);
  }
}
@-moz-keyframes kf_shake {
  0% {
    -moz-transform: translate(30px);
  }
  20% {
    -moz-transform: translate(-30px);
  }
  40% {
    -moz-transform: translate(15px);
  }
  60% {
    -moz-transform: translate(-15px);
  }
  80% {
    -moz-transform: translate(8px);
  }
  100% {
    -moz-transform: translate(0px);
  }
}
@-o-keyframes kf_shake {
  0% {
    -o-transform: translate(30px);
  }
  20% {
    -o-transform: translate(-30px);
  }
  40% {
    -o-transform: translate(15px);
  }
  60% {
    -o-transform: translate(-15px);
  }
  80% {
    -o-transform: translate(8px);
  }
  100% {
    -o-origin-transform: translate(0px);
  }
}

.ahashakeheartache {
  -webkit-animation: kf_shake 0.4s 1 linear;
  -moz-animation: kf_shake 0.4s 1 linear;
  -o-animation: kf_shake 0.4s 1 linear;
}

.profile-step-line {
  position: relative;
}

.profile-step-line ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.profile-step-line ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e8e8e8; /* Gri Ã§izgi */
  z-index: 1;
  transform: translateY(-50%);
}

:root {
  --step: 0%; /* VarsayÄ±lan renk */
}

.profile-step-line ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--step); /* KÄ±rmÄ±zÄ± Ã§izginin uzunluÄŸu %25 */
  height: 4px;
  background-color: #005AA9; /* KÄ±rmÄ±zÄ± Ã§izgi */
  z-index: 2;
  transform: translateY(-50%);
}

.profile-step-line li {
  position: relative;
  background: #e8e8e8;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 4px solid #e8e8e8;
  list-style: none;
  z-index: 3; /* Ã‡izgilerin Ã¼stÃ¼nde olsun */
}

.profile-step-line li.current {
  border-color: #005AA9;
  background: #fff;
}

.profile-step-line li.complete {
  border-color: #005AA9;
  background: #005AA9;
}

.profile-step-text {
  position: relative;
  margin-top: 10px;
}

.profile-step-text li {
  position: absolute;
  width: 100px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
}

.profile-step-text li.current {
  color: #005AA9;
}

.profile-image-upload {
  border: 1px solid #d8d8d8;
  width: 100%;              
  height: 300px;            
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;   
  margin: 0 auto;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;   
}

.profile-image-upload img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;         
  border-radius: 20px;      
  display: block;          
}


.profile-step-content {
  margin-top: 60px;
}

.profile-image-upload button {
  border: 1px solid #e8e8e8;
  width: 150px !important;
  height: 150px !important;
  padding: 5px 10px;
  border-radius: 50% !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
}

.profile-image-upload span {
  display: block;
  margin-top: 10px;
  width: 250px;
  text-align: center;
}

.logo-image-upload {
  border: 1px solid #d8d8d8;
  padding: 100px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 20px;
  cursor: pointer;
}

.profile-step-content {
  margin-top: 60px;
}

.logo-image-upload button {
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  width: Hug (192px) px;
  height: Hug (38px) px;
  padding: 5px 10px;
  border-radius: 8px 0px 0px 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
}

.logo-image-upload span {
  display: block;
  margin-top: 10px;
  width: 250px;
  text-align: center;
}

.profile-color-select {
  display: inline-block;
  margin-top: 25px;
}

.profile-color-select .mini-colors {
  box-shadow: 0px 2px 5.6px -3px #00000040;
  border: 1px solid #e8e8e8;
  padding: 15px 30px;
  border-radius: 20px;
  width: 297px;
}

.profile-color-select ul {
  display: flex;
  flex-wrap: wrap;
}

.profile-color-select .mini-colors li {
  width: 25px;
  height: 25px;
  background-color: #d0d0d0;
  border-radius: 100%;
  margin-right: 17px;
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}

.profile-color-select .mini-colors li.current::before {
  content: "";
  background: #fff;
  width: 130%;
  position: absolute;
  height: 130%;
  border-radius: 100%;
  z-index: 0;
  background: transparent;
  border: 1px solid #333;
  left: -15%;
  top: -15%;
}

.profile-color-select .mini-colors li:last-child {
  margin-right: 0;
}

.mini-colors li:nth-child(6n) {
  margin-right: 0; /* Her satÄ±rdaki son elemanÄ±n saÄŸ boÅŸluÄŸunu sÄ±fÄ±rla */
}

.mini-colors li:nth-last-child(-n + 6) {
  margin-bottom: 0; /* Son satÄ±rdaki elemanlarÄ±n alt boÅŸluÄŸunu sÄ±fÄ±rla */
}

.mini-colors h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 18.29px;
  margin-bottom: 14px;
}

.profile-color-select {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.profile-color-select h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
  margin-bottom: 10px;
}

.next-step-button .next {
  width: 310px;
  height: 40px;
  border-radius: 5px;
  background: #005AA9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.next-step-button .next_skip {
  width: 310px;
  height: 40px;
  border-radius: 5px;
  background: #005AA9;
  color: #fff;
  border: none;
}

.next-step-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.picker-popover-content {
  padding: 20px;
}
@media (max-width: 768px) {
  .picker-popover-content {
    padding: 0px;
  }
}
#colorValue {
  text-align: center;
  margin-top: 10px;
}

.save-color-button {
  margin-top: 10px;
  width: 100%;
  background-color: #005AA9;
  color: #fff;
  padding: 10px 0;
  border: none;
  outline: 0;
}

.profile-steps {
  width: 90%;
  margin: 0 auto;
}

.bg-fff {
  background-color: #fff;
}

.border-radius-10px {
  border-radius: 12px;
}

.show-profile-image {
  width: 155px;
  height: 155px;
  padding: 4px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crop-area {
  max-height: 400px;
  text-align: center;
}

img#imageToCrop {
  max-width: 100%;
}

.not-image-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.not-logo-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-step-content .step-area input {
  border-radius: 30px !important;
}

.profile-step-content .step-area select {
  border-radius: 30px !important;
}

.prev-step-button button {
  border: 1px solid #000000 !important;
  background-color: #fff;
  width: 310px;
  height: 40px;
  border-radius: 5px;
  color: #000;
  border: none;
}

.prev-step-button {
  margin-top: 30px;
  margin-right: 15px;
}

.document-profile {
  border: 1.41px dashed #005AA9;
  height: 250px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

.user-register-document-file-title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin: 7px 0;
}

.required-text {
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  color: #005AA9;
  margin-bottom: 2px;
}

.document-profile-parent label {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.documents-profile {
  margin-top: 30px;
  position: relative;
}

.document-profile:hover {
  transition: 0.5s;
  background-color: #005AA9;
}

.document-profile:hover .required-text {
  transition: 0.5s;
  color: #fff;
}

.document-profile:hover svg path {
  transition: 0.5s;
  stroke: #fff !important;
}

.document-profile:hover .user-register-document-file-title {
  transition: 0.3s;
  color: #fff;
}

.document-remove {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  cursor: pointer;
}

.document-profile {
  position: relative;
}

.document-bottom {
  border-top: 1.41px solid #bebebe;
}

.document-loaded {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
}

.document-bottom {
  padding: 10px;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 500;
}

.loaded-document {
  border: 1px solid #e8e8e8;
}

.document-content {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  color: #005AA9;
}

.document-not-uploaded {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-animation-x {
  border-color: red !important;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.document-profile:hover .document-content i {
  color: #fff;
}

.document-profile:hover .document-bottom {
  color: #fff;
}

.again-reload {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #005AA9;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 5px;
}

.document-profile:hover .again-reload {
  background: #fff;
  color: #005AA9;
  transition: 0.5s;
}

.success-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.success-profile h2 {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  width: 60%;
  margin: 0 auto;
}

.success-profile-footer aside {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: relative;
  padding: 25px 40px;
  padding-left: 80px;
  margin: 10px 0;
  max-width: 850px;
}
.success-profile-footer aside svg:not([class]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.success-profile-footer .aside__icon {
  position: absolute;
  top: 25px;
  left: 20px;
}
.success-profile-footer .aside__content {
  position: relative;
  z-index: 1;
}
.success-profile-footer .info {
  background: linear-gradient(
    to right,
    rgba(173, 195, 215, 1) 0%,
    rgba(146, 175, 201, 1) 100%
  );
  border-radius: 15px;
}

.success-profile-footer .success {
  background: linear-gradient(90deg, #a8e6cf 0%, #81fbb8 50%, #c8f7c5 100%);
  border-radius: 15px;
}

.success-profile-footer .danger {
  background: linear-gradient(90deg, #ea1515 0%, #cb0505 50%, #cf1111 100%);
  border-radius: 15px;
  color: #fff;
}

.profile-success-end {
  padding: 10px 30px;
  border-radius: 5px;
  background: #005AA9;
  color: #fff;
  border: none;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.profile-success-end:hover {
  color: #fff;
}

.profile-success-show-documents {
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}

.profile-success-show-documents:hover {
  color: #000;
}

.profile-success-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.document-profile .document-status {
  position: absolute;
  height: 30px;
  background: #f44336;
  padding: 0 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  right: 0;
  color: #fff;
}

.document-profile .document-status.success {
  background: #22bb33;
}

@media only screen and (max-width: 600px) {
  .step-area {
    width: 100% !important;
  }

  .first-register-buttonsx {
    display: block !important;
  }

  .prev-step-button {
    display: flex;
    justify-content: center;
    margin-right: 0px !important;
  }

  .profile-step-line ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .profile-step-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 50px;
    margin-top: 0 !important;
  }

  .profile-step-text li {
    position: relative !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.29px;
    text-align: left;
    left: 0 !important;
    width: 100% !important;
    margin-bottom: 22px;
  }

  .profile-steps {
    position: relative;
  }

  .profile-step-line ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 4px;
    height: 100%;
    background-color: #e8e8e8;
    z-index: 1;
    transform: translateY(0%);
  }

  .profile-step-line li {
    margin-bottom: 20px;
  }

  .profile-step-line li:last-child {
    margin-bottom: 0;
  }

  .profile-step-line ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 4px;
    height: var(--step);
    background-color: #005AA9;
    z-index: 2;
    transform: translateY(0%);
  }

  .profile-steps {
    width: 100%;
    margin: 0 auto;
  }

  .profile-step-content {
    margin-top: 15px;
  }
}
.step-card-v2 {
  background: #ffffff;
  padding: 40px 35px 20px;
  border-radius: 14px;
  opacity: 0px;
  height: calc(100% - 100px);
}

.step-card-box-shadow-primary {
  box-shadow: 0px 1px 16.6px 0px #005AA94d;
}

.step-card-box-shadow-secondary {
  box-shadow: 0px 1px 16.6px 0px #005AA94d;
}

.step-card-v2 h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}

.step-card-color-primary {
  color: #005AA9;
}
.step-card-color-secondary {
  color: #005AA9;
}

.step-card-v2 span {
  width: calc(100% - 20px);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.step-card-v2 ul {
  width: calc(100% - 50px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px auto;
}

.step-card-v2 ul li {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
}

.step-card-v2 ul li i {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

.gradient-primary-button {
  background: linear-gradient(
      90deg,
      #84181a -58.88%,
      #005AA9 19.98%,
      #e72a2d 82.94%,
      #84181a 154.75%
    ),
    linear-gradient(
      360deg,
      rgba(73, 16, 17, 0.2) -19.84%,
      rgba(234, 43, 46, 0.2) 48%,
      rgba(85, 18, 19, 0.2) 116.97%
    );
  width: 100%;
  padding: 12px 0;
  font-size: 20px;
  border: none;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
  outline: 0;
}

.gradient-primary-button:focus {
  outline: 0;
}

.button-es {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px !important;
  border: none;
  padding: 12px;
  outline: 0;
}

.button-es:focus {
  outline: 0;
}

.button-primary {
  background-color: #005AA9;
  color: #fff;
}

.mt-30px {
  margin-top: 30px;
}

.adv-type {
  margin-bottom: 100px !important;
}

.button-secondary {
  background-color: #005AA9;
  color: #fff;
}

.step-card-box-shadow-primary li {
  margin-bottom: 20px !important;
}

.adv-price-type {
  border: 1px solid #005AA9;
  padding: 5px 10px;
  white-space: nowrap;
  display: flex;
  border-radius: 5px;
  align-items: center;
}

.adv-price-type span {
  display: block;
}

.adv-price-type span:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #005AA9;
  color: #000;
}

.adv-price-type span:last-child {
  color: #005AA9;
  cursor: pointer;
}

.sale-rent-icon {
  background-color: #005AA9;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: relative;
}

.sale-rent-icon:first-child {
  margin-left: 0 !important;
}

.sale-rent-icons {
  display: flex;
  gap: 20px; /* Ã–ÄŸeler arasÄ± boÅŸluk */
  justify-content: space-between;
  position: relative;
}

.sale-rent-icons::before {
  content: "";
  position: absolute;
  top: 40px; /* Yatayda ortala */
  left: 0;
  width: 100%;
  height: 11px; /* Ã‡izginin kalÄ±nlÄ±ÄŸÄ± */
  background-color: #005AA9; /* Ã‡izginin rengi */
  transform: translateY(-50%); /* Ã‡izgiyi tam ortalamak iÃ§in */
  z-index: 0; /* Ã‡izgiyi arka planda tut */
}

.sale-rent-icons > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sale-rent-icons span {
  margin-top: 10px;
}

.invidual-create-housing-button:hover {
  background-color: #112555 !important;
  transition: 0.5s;
}

.fast-create-housing-button:hover {
  background-color: #6e191b !important;
  transition: 0.5s;
}
.wait-form-create {
  border: 1px solid #005AA9;
  padding: 10px 20px;
  color: #005AA9;
}

.wait-form-create i {
  margin-right: 10px;
}

.adv-breadcrumb {
  display: flex;
}

.adv-breadcrumb li {
  margin-right: 5px;
}

.file-message {
  margin-top: 10px;
  border: 1px solid green;
  color: green !important;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

.upload-container {
  cursor: pointer;
}

.profile-area {
  background: #fff;
  border-radius: 20px;
  padding: 36px 30px;
}

.profile-navigator {
  border-right: 1px solid #d7d7d7;
}

.profile-navigator a {
  font-weight: 500;
  text-align: left;
  color: black;
  margin-bottom: 10px;
  display: block;
}

.profile-navigator .title {
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.29px;
  text-align: left;
  text-decoration: underline !important;
  margin-bottom: 15px;
}

.profile-navigator li.active {
  background-color: #d1e8ff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.profile-navigator li.active::before {
  content: "";
  height: 60%;
  width: 4px;
  border-radius: 12px;
  background: #005AA9;
  left: 0;
  top: 20%;
  position: absolute;
}

.profile-navigator li.active a {
  color: #005AA9;
  margin: 0;
}

.profile-new-view-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-new-view-title h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

.profile-new-view-button-with-icon {
  border: 1px solid #005AA9;
  background: #005AA9;
  padding: 10px 15px;
  color: #fff;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.profile-new-view-button-with-icon i {
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 2px;
  margin-right: 5px;
}

.profile-new-view-button-with-icon:hover {
  color: #fff;
}

.profile-new-view-button-with-icon:hover i {
  color: #fff;
}

.profile-new-wiew-table {
  border: 1px solid #b1b1b1b1;
  padding: 13px;
  border-radius: 12px;
  margin-top: 25px;
}

.profile-new-wiew-table th {
  padding-right: 10px;
  text-align: center;
}

.profile-new-wiew-table th span {
  white-space: nowrap;
}

.profile-new-wiew-table td {
  text-align: center;
  padding-right: 10px;
  padding: 10px 0;
}

.profile-new-wiew-table tbody tr {
  border-top: 1px solid #cccccc;
}

.profile-new-wiew-table thead tr th {
  padding-bottom: 10px;
}

.profile-new-view-button {
  border: 1px solid #005AA9;
  padding: 5px 10px;
  background: #ffdedd;
  color: #005AA9;
  font-size: 11px;
  font-weight: 400;
}

.warning-icon-custom svg {
  fill: #005AA9;
  color: #005AA9;
  margin-bottom: 20px;
}

.warning-icon-close {
  width: 30px;
  height: 30px;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  background: #fff;
  color: gray;
  cursor: pointer;
  font-size: 19px;
}

.profile-bar {
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding: 20px 24px;
  position: relative;
}

.upload-image-circle {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  border: 0.95px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  background-color: #e8e8e8;
}

.upload-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-image-circle span {
  width: 50%;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 11.18px;
  font-weight: 400;
}

.edit-bar {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 7px;
  font-family: "Inter", sans-serif !important;
  font-size: 10.45px;
  font-weight: 500;
  border-radius: 6.97px;
  cursor: pointer;
  background: #fff;
}

.profile-bar-info-text span {
  color: #005AA9;
  margin-left: 5px;
}

.profile-bar-info-text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}

.submit-button button {
  background-color: #005AA9;
  width: 100%;
  border: none;
  padding: 11px;
  color: #fff;
  margin-top: 10px;
}

.ui-datepicker-month {
  margin-right: 15px !important;
}

.ui-datepicker .ui-datepicker-prev {
  top: 10px !important;
}

.ui-datepicker .ui-datepicker-next {
  top: 10px !important;
}
.housing-step-slugs ul {
  display: flex;
  gap: 5px;
  margin: 0;
}
.housing-step-slugs {
  overflow-x: auto;
  padding-bottom: 10px;
}
.housing-step-slugs ul li {
  white-space: nowrap;
}

.housing-step-slugs li a {
  padding: 10px 20px;
  border: 1px solid #d0d0d0ee;
  margin-bottom: -2px;
  z-index: 999;
  position: relative;
  background-color: #fff;
  display: block;
  color: #333;
}

.housing-step-slugs li a.active {
  background: #005AA9;
  color: white;
}

.border-third {
  border: 1px solid #d0d0d0ee;
}

.project-advs-mini-list li {
  border: 1px solid #6b6b6b26;
  border-radius: 3px;
  width: 18%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 5px;
  cursor: pointer;
}

.project-advs-mini-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.project-advs-mini-list li.active {
  background-color: #104f1e !important;
  color: #fff !important;
  border-color: #104f1e !important;
}

.range-input-create-project {
  border: 0.25px solid #6b6b6ba3;
  border-radius: 12px;
  height: 10px;
  position: relative;
}

.range-width {
  background-color: #005AA9;
  height: 100%;
}

.range-cursor {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #005AA9;
  position: absolute;
  top: -2.5px;
}

.mb-30px {
  margin-bottom: 30px;
}
.profile-table {
  border: solid 1px #e8e8e8;
  border-radius: 15px;
}

.profile-table table {
  width: 100%;
}

.profile-table table tr th {
  padding: 15px 20px;
}

.profile-table table tr td {
  padding: 15px 20px;
}

.profile-table table thead tr th {
  border-bottom: 1px solid #e5e5e5;
}

.cancel-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 99999;
}

.cancel-modal-bg {
  background-color: #3333337b;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cancel-modal-content {
  width: 50%;
  height: 400px;
  background: #fff;
  border-radius: 12px;
  z-index: 9999;
  position: relative;
}

.cancel-housings {
  height: 245px;
  overflow-y: scroll;
}

.cancel-modal-header {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.cancel-contract {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.close-cancel-modal {
  cursor: pointer;
  font-size: 16px;
}

.banner-image-edit {
  aspect-ratio: 4 / 3;
}

.areas-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.areas-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #33333374;
  width: 100%;
  height: 100vh;
}

.areas-modal-content {
  width: 60%;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  z-index: 999;
}

.areas-modal-content h4 {
  font-size: 22px !important;
  font-weight: bold;
}

.close-areas-modal {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -15px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.es-button-border-primary {
  border: 1px solid #005AA9;
  color: #005AA9;
  padding: 10px 100px;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

.es-button-border-primary:focus {
  border: 1px solid #005AA9;
}

.es-button-border-primary:hover {
  background: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.es-button-border-primary:hover span {
  color: #005AA9;
}

.info-button-text {
  position: absolute;
  font-size: 8px;
  top: -30px;
  right: 0;
  background: #fff;
  border: 1px solid #ea2b2f;
  padding: 2px 4px;
  border-radius: 5px;
  font-weight: 600;
}

.island_disabled:disabled {
  background: rgb(222, 222, 222);
}
.form-group .ql-editor p {
  font-weight: 400 !important;
}

.project_imaget {
  margin: 5px 0;
}

.progress-area li {
  cursor: pointer;
}
.popular-tag {
  background: #e16741;
  width: 37%;
  border-radius: 100px;
  padding: 2px;
  color: #fff !important;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
}
.pricing-card-package.current-pricing-card {
  border: 1.08px solid #005AA9 !important;
  box-shadow: 0px 0px 6.48px 0px var(--Color-1, #005AA9) !important;
  border-radius: 21.6px;
}
.current-pricing-card-container {
  transform: scale(1.1) !important; /* Slightly enlarge */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.current-pricing-card-container button {
  background-color: #0d0d0d !important;
  color: #fff !important;
}
.downgrade-button {
  background: #fff !important;
  color: #005AA9 !important;
}

.pricing-card-package.current-pricing-card {
  border: 2px solid #007bff; /* Highlight border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
  border-radius: 12px; /* Optional */
}
.package-project {
  padding: 27px;
}

.last-package-card .pricing-card-package {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
  border: 2px solid #fff; /* White border */
  border-radius: 12px; /* Rounded corners */
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.last-package-card .btn {
  background-color: #fff !important;
  color: #000 !important;
}
.last-package-card h2 {
  color: #fff !important;
}
.last-package-card .package-price {
  color: #fff !important;
}
.last-package-card .package-info {
  color: rgba(255, 255, 255, 0.7) !important;
}
.tabs-wrapper {
  display: flex;
  width: 300px;
  background-color: #f8f9fa; /* Light gray background */
  border-radius: 25px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
@media (max-width: 576px) {
  .current-package-info {
    width: 100%; /* Ensure full-width alignment */
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    transform: none; /* Prevent inherited scale from the parent */
    margin: 0 auto; /* Center the button */
  }
}
.tabs {
  display: flex;
  justify-content: center;
}
.tab-button {
  flex: 1;
  border: none;
  background: transparent;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #495057; /* Dark gray text */
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px;
}

.tab-button.active {
  background-color: #fff; /* White background for active */
  color: #000; /* Black text for active */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 100px !important;
}

.tab-button:not(.active):hover {
  color: #000; /* Darker text on hover */
}

.save-tag {
  background-color: #eef0f6; /* Light background for tag */
  color: #6c757d; /* Slightly dark text */
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 600;
}

.slick-dots li button:before {
  content: "";
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #fff !important;
}

.slick-dots li button:before {
  background-color: #fff !important;
}
.title-info {
  display: flex;
  text-align: center;
  padding-inline: 326px;
  justify-content: center;
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 576px) {
  .title-info {
    padding: 0px !important;
  }
  .bigCol {
    padding: 0px !important;
  }
  .current-pricing-card-container {
    transform: scale(1) !important;
  }
}
.pricing-card-info-title h2 {
  text-transform: capitalize !important;
}

.pricing-card-package {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  overflow: hidden;
  justify-content: space-between;
  width: 90%;
  border-radius: 8px !important;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 0px 1px 2px -1px rgba(28, 40, 64, 0.08),
    0px 2px 4px 0px rgba(28, 40, 64, 0.04) !important;
  margin-left: 15px;
}
.package-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.pricing-card-info-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
}
.pricing-card-info-title h2 {
  font-size: 17px !important;
  margin: 0px !important;
}
.package-card-bottom-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.description-first h3 {
  font-size: 14px !important;
}
.description-rest {
  font-size: 12px !important;
}
.package-card-content {
  justify-content: center;
}

.package-price {
  color: #1c1d1f;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.6px;
  text-align: center;
}
.package-info {
  text-align: center;
  padding-block: 15px 52px;
  margin-top: auto;
}
.package-info p {
  margin-bottom: 0px !important;
  color: #6f7988 !important;
  text-align: center;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px !important; /* 133.333% */
}
.bigCol {
  padding-inline: 4px !important;
}
.choice-package-button {
  color: #fff;
  display: flex;
  justify-content: center;
}

.packages button {
  border-radius: 30px !important;
}

.info-box {
  padding: 27px;
  font-weight: 500;
  font-size: 12px;
  width: 100%;
}
.choice-package-button button {
  padding: 8px 16px !important;
  border-radius: 10px !important;
  margin-top: 10px !important;
  width: 100% !important;
  color: #fff;
  border: 1px solid #cad0d9 !important;
}
.packages {
  justify-content: center;
}
.package-info-project {
  margin-top: 30px;
}
.package-info-project p {
  font-weight: 300 !important;
  font-size: 10px;
  line-height: 14px !important;
  margin-bottom: 0px !important;
  text-align: center !important;
}
.packages .slick-active button {
  border-radius: 30px !important;
}
.packages.slick-track {
  display: flex;
}

.pricing-card-package {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.es-button-secondary {
  padding: 8px 25px;
  border: 1px solid #005AA9;
  color: #005AA9;
  background: #fff;
  font-size: 12px;
  border-radius: 12px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.es-button-secondary:hover {
  background: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.es-button-secondary.active {
  background-color: #005AA9;
  color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: white;
}

.list-title {
  margin-bottom: 20px;
}

.list-title h3 {
  font-weight: 600 !important;
  font-size: 20px !important;
}

.es-button-primary {
  padding: 8px 16px;
  border: 1px solid #005AA9;
  color: #fff;
  background: #005AA9;
  font-size: 12px;
  border-radius: 12px !important;
}

.es-button-third {
  width: 36px;
  height: 36px;
  border-radius: 5px !important;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.es-button-third i {
  font-size: 17px;
  color: #b1b1b1;
}

.ml-8px {
  margin-left: 8px;
}

.show-list-type-buttons {
  display: flex;
}

.es-button-third:hover {
  border: 1px solid #005AA9;
  background: #d1e8ff;
  transition: 0.5s;
}

.es-button-third:hover i {
  color: #005AA9;
  transition: 0.5s;
}

.es-button-third:hover svg {
  fill: #005AA9;
  transition: 0.5s;
}

.es-button-third.active {
  border: 1px solid #005AA9;
  background: #d1e8ff;
}

.es-button-third.active i {
  color: #005AA9;
}

.es-button-third.active svg {
  fill: #005AA9;
}

.es-button-third svg {
  fill: #b1b1b1;
}

.es-button-primary:focus {
  border: 1px solid #005AA9;
}

.es-button-secondary:focus {
  border: 1px solid #005AA9;
}

.es-button-third:focus {
  border: 1px solid #005AA9;
}

.es-button-fourth {
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
  height: 36px;
  padding: 0 8px;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-radius: 5px !important;
}

.es-button-fourth span {
  margin-right: 5px;
}

.es-button-fourth svg {
  margin-right: 5px;
}

.es-button-fourth .filter-count {
  font-size: 10px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005AA9;
  color: #fff;
  border-radius: 100%;
}

.es-button-fourth:hover .filter-count {
  background: #fff;
  color: #005AA9;
  transition: 0.5s;
}

.es-button-fourth:hover svg {
  fill: #fff;
  transition: 0.5s;
}

.es-button-fourth:hover svg path {
  stroke: #fff;
  fill: #fff;
  transition: 0.5s;
}

.es-button-fourth:hover {
  border: 1px solid #005AA9;
  background-color: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.es-button-fourth i {
  transform: 0.5s;
  transform: rotate(0deg);
}

.es-button-fourth.active .filter-count {
  background: #fff;
  color: #005AA9;
}

.es-button-fourth.active svg {
  fill: #fff;
}

.es-button-fourth.active svg path {
  stroke: #fff;
  fill: #fff;
}

.es-button-fourth.active {
  border: 1px solid #005AA9;
  background-color: #005AA9;
  color: #fff;
}

.es-button-fourth.active i {
  transform: rotate(180deg);
  transition: 0.5s;
}

.edit-button {
  cursor: pointer;
}
.filter-area-drop {
  border-radius: 5px;
  display: flex;
  font-size: 11px;
  align-items: flex-end;
  margin-top: 10px;
  gap: 10px;
}

.filter-area-item {
  background: #fff;
  color: #606060;
  padding: 4.5px 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-right: 15px;
  cursor: pointer;
}

.filter-area-item span:last-child {
  margin-top: 4px;
}

.remove-filter-span {
  color: #005AA9;
  text-decoration: underline;
}

.section-line {
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  margin-bottom: 12px;
}

.selected-filter {
  border: 1px solid #005AA9;
  padding: 7px 15px;
  border-radius: 20px;
  color: #005AA9;
  display: flex;
  align-items: center;
}

.selected-filters {
  display: flex;
}

.filter-close {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005AA9;
  border: 1px solid #005AA9;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
  padding-bottom: 1px;
}

.filter-close:hover {
  background: #005AA9;
  color: #fff;
  transition: 0.5s;
}

.selected-filter {
  margin-right: 12px;
}

.list-v2-item {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 15px;
  margin-top: 20px;
}

.list-v2-item img {
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  min-height: 160px;

}

.item-id {
  color: #0c0c0c;
}

.list-v2-item .title {
  font-size: 15px;
  font-weight: 500;
  color: #0c0c0c;
}

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

.small-info {
  font-size: 10px;
  color: #0c0c0c;
  font-weight: 500;
}

.list-v2-item .price {
  font-size: 20px;
  font-weight: 600;
  color: #0c0c0c;
}

.list-v2-item .location {
  color: #0c0c0c;
}

.list-v2-item .type {
  color: #0c0c0c;
}

.list-v2-item .price {
  color: #0c0c0c;
}

.edit-button {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}

.filter-area-item-drop {
  background: #fff;
  padding: 10px;
  position: absolute;
  margin-top: 20px;
  left: 0;
}

.filter-popover {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.filter-popover a {
  color: #000;
  text-decoration: none !important;
}

.filter-popover a:hover {
  color: black;
  transition: 0.3s;
}

.filter-popover li {
  cursor: pointer;
  padding: 10px;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}
@media(max-width: 768px) {
  .edit-button {
    position: absolute;
    top: -37px;
    right: 25px;
    padding: 5px 10px !important;

  }
  .filter-buttons button{
    width: 100%;
    white-space: nowrap;
  }
  .custom-card{
    padding: 10px 10px;
  }
}
.filter-area-button.active svg path {
  fill: #fff !important;
  stroke: #fff !important;
}



.list-v2-item-card img {
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.list-v2-item-card {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  height: 100%;
}

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

.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-v2-item-card .title {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  display: block;
}

.list-v2-item-card .location {
  font-weight: 600;
  color: #0c0c0c;
}
.list-v2-item-card .type {
  margin-top: 10px;
}

.list-v2-item-card .price {
  font-size: 20px;
  font-weight: 600;
  color: #0c0c0c;
  transition: font-size 0.3s ease;
}

.mt-7px {
  margin-top: 7px;
}

.list-v2-item-card .edit-button {
  background: #fff;
  top: 3px;
  right: 3px;
}

.pagination-v2 {
  margin-top: 20px;
}

.pagination-v2 li {
  border: 1px solid #dadada;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.pagination-v2 li.active {
  color: #fff;
  background: #005AA9;
  border-color: #005AA9;
}

.pagination-v2 li:hover {
  color: #fff;
  background: #005AA9;
  border-color: #005AA9;
  transition: 0.5s;
}

.pagination-v2 ul {
  display: flex;
}

.pagination-pager {
  border: 1px solid #005AA9 !important;
  height: 30px;
  width: auto !important;
  padding: 0 15px !important;
  color: #005AA9 !important;
}

.pagination-pager:hover {
  color: #fff !important;
  background: #005AA9 !important;
  border-color: #005AA9 !important;
  transition: 0.5s;
}

.pagination-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagination-v2 span {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.disabled-pager {
  opacity: 0.3;
}

.disabled-pager:hover {
  border: 1px solid #005AA9 !important;
  height: 30px;
  width: auto !important;
  padding: 0 15px !important;
  color: #005AA9 !important;
  background: #fff !important;
}

.status-passive {
  background: #b5b5b57a;
  opacity: 0.8;
}

.open-sale-info {
  background: #caf1c7;
  padding: 10px;
  border-radius: 5px;
}

.project-sales-info {
  border-top: 1px solid #e8e8e8;
  margin-top: 15px;
  padding-top: 15px;
}

.open-sale-info span {
  margin-left: 5px;
}

.paying-info {
  background: #d1e8ff;
  color: #005AA9;
  padding: 10px;
  border-radius: 5px;
}

.paying-info span {
  margin-left: 5px;
}

.close-sale-info {
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.close-sale-info span {
  margin-left: 5px;
}

.room-count-info {
  background: #42a5f5;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.room-count-info span {
  margin-left: 5px;
}

.edit-file-selector::file-selector-button {
}

.edit-file-selector {
  color: transparent;
}

.select-file-area {
  background: #005AA9;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
  cursor: pointer;
}

.payment-form-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.payment-form-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(140, 140, 140, 0.439);
}

.payment-form-modal-content {
  width: 50%;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.threed-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.threed-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(140, 140, 140, 0.439);
}

.threed-modal-content {
  width: 50%;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.filter-button {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.info-reservations {
  display: flex;
  align-items: center;
  background: #ffeded;
  color: #005AA9;
  padding: 15px 30px;
  border-radius: 8px;
  margin: 20px 0 10px;
  font-size: 13px;
}

.reservations .reservation {
  border: 1px solid #e8e8e8;
  padding: 15px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.w-10 {
  width: 10%;
}

.reservation-image img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.reservation-adv-title {
  margin-right: 10px;
}

.reservation-price {
  margin: 12.5px 25px;
}

.confirm-reservation {
  border: 1px solid #00c92b;
  background-color: #cdffd74a;
  color: #00c92b;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 120px;
}

.confirm-reservation svg {
  margin-right: 5px;
}

.reservation-detail {
  border: 1px solid #005AA9;
  color: #005AA9;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 120px;
  cursor: pointer;
}

.reservation-detail:hover {
  color: #005AA9;
}

.reservation-detail svg {
  margin-right: 5px;
}

.cancel-reservation {
  border: 1px solid #005AA9;
  background-color: #ffcecf5e;
  color: #005AA9;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 120px;
}

.cancel-reservation svg {
  margin-right: 5px;
}

.wait-reservation {
  border: 1px solid #ee9048;
  background-color: #fff5ed;
  color: #ee9048;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 120px;
}

.wait-reservation svg {
  margin-right: 5px;
}

.complete-reservation {
  border: 1px solid #029622;
  background-color: #78d38c4a;
  color: #029622;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 120px;
}

.complete-reservation svg {
  margin-right: 5px;
}

.w-20 {
  width: 20%;
}

.w-7 {
  width: 7%;
}
.shared-wrapper .circle {
  width: 50px;
  height: 50px;
  background: purple;
  border-radius: 50%;
  overflow: hidden;
}
.shared-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shared-person-title {
  margin-top: 10px;
  font-size: 13px;
}
.shared-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shared-wrapper .small-info {
  font-size: 13px;
}
.shared-wrapper .circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-height: 100% !important;
}

.take-down-pop-up {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.take-down-bg {
  background: #33333363;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.take-down-content {
  width: 400px;
  background: #fff;
  padding: 25px 65px;
  position: relative;
  z-index: 999;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.take-down-content h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: 600;
}

.take-down-content .close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.take-down-content .sub-text {
  text-align: center;
}

.take-down-select .Dropdown-control {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  border-radius: 5px;
}

.take-down-select {
  margin-top: 12px;
}

.Dropdown-option {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #d4d4d4;
}

.Dropdown-placeholder {
  color: #d4d4d4;
}

.Dropdown-arrow {
  color: #d4d4d4;
}

.Dropdown-placeholder.is-selected {
  color: #000 !important;
}

.take-down-confirm {
  border-radius: 5px !important;
}

.take-down-cancel {
  border-radius: 5px !important;
}

.es-secondary-button {
  border: 1px solid #005AA9 !important;
  color: #005AA9 !important;
}

.es-secondary-button:hover {
  background: #fff !important;
  color: #005AA9 !important;
  transition: 0.5s;
}

.package-adv-infox {
  border: 1px solid #005AA9;
  color: #005AA9;
  padding: 0 10px;
  border-radius: 5px;
  position: absolute;
  right: 50px;
  top: 0;
  font-size: 10px;
  display: flex;
  align-items: center;
  height: 23px;
}


.cart-link:hover {
  color: #ea2b2e;
}

.react-kanban-column-header {
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.react-kanban-column {
  padding: 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.react-kanban-card {
  margin: 10px;
}

.crm-card {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 13px;
  width: 300px;
  position: relative;
}

.confirm-customer {
  background: #295b30;
  padding: 5px 15px;
  color: #fff;
  border-radius: 18px;
  font-size: 12px;
  display: inline-block;
}

.customer-info {
  margin-top: 10px;
}

.customer-info h3 {
  font-size: 14px !important;
}

.tranfer-user-data {
  display: flex;
  align-items: center;
}

.transfer-user-name {
  margin-right: 20px;
  font-size: 13px;
  color: #101c78;
  display: flex;
  align-items: center;
}

.transfer-user-name span {
  margin-top: 3px;
  margin-left: 4px;
}

.transfer-user-name img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
}

.transfer-user-date {
  font-size: 13px;
  color: #101c78;
  display: flex;
  align-items: center;
}

.transfer-user-date i {
  font-size: 18px;
  color: #000;
}

.transfer-user-date span {
  margin-left: 7px;
  margin-top: 3px;
}

.crm-card-icons {
  position: absolute;
  top: 5px;
  right: 10px;
}

.crm-card-icons ul li {
  margin-left: 8px;
  font-size: 20px;
  color: #333;
}

.crm-card-icons ul {
  display: flex;
  align-items: center;
}

.transfered-customer {
  background: #005AA9 !important;
}

.transfered-customer .customer-info h3 {
  color: #fff;
}

.transfered-customer .tranfer-user-data .transfer-user-name {
  color: #fff;
}

.transfered-customer .tranfer-user-data .transfer-user-date {
  color: #fff;
}

.transfered-customer .tranfer-user-data .transfer-user-date i {
  color: #fff;
}

.transfered-customer .crm-card-icons ul li {
  color: #fff;
}

.transfered-customer .confirm-customer {
  background: #fff;
  color: #295b30;
}
