a {
  text-decoration: none !important;
}
body {
  background-color: #f6f9fc;
}
.step-flow {
  margin-top: 80px;
}
.progress {
  height: 1rem !important;
}
.hide {
  display: none;
}
.step-radio {
  position: relative;
  margin-bottom: 10px;
}
.step-radio [type="radio"] {
  position: absolute;
  opacity: 0;
  height: 0;
  opacity: 0 !important;
}
.residence-select .step-radio button {
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  text-align: left;
  font-size: 1.1em;
  font-weight: 500;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
}
.residence-select .step-radio button:hover {
  background-color: #0d2129;
  color: #fff;
}
/* .residence-select .step-radio button:visited ,
.residence-select .step-radio button:hover ,
.residence-select .step-radio button:focus {
    color: #fff;
} */
.isUnsecuredDebt:not(.active) label {
  color: #1d243a;
}
/* .step-radio [type=radio]:checked + label {
    background-color: #448c74; 
     color: #fff;
} */
.property-step .form-control {
  border-radius: 6px;
}
.simple-btn {
  border: none;
  background-color: transparent;
  color: #3f6577;
  font-size: 18px;
}
.form-control-range {
  -webkit-appearance: none !important;
  width: 100%;
  height: 10px;
  border-radius: 10rem;
  background: #d3d3d3;
  outline: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
#monthlyRentSliderValue {
  font-size: 18px;
  color: #000;
}
small {
  font-size: 12px;
}
label.state-error-custom {
  color: #ff0000c4 !important;
  font-size: 15px !important;
}
label.state-error {
  color: #ff0000c4 !important;
  font-size: 15px;
}
.state-error input,
.state-error textarea,
.state-error select {
  border-color: #ff0000c4 !important;
}

.isUnsecuredDebt {
  background-color: #f0f3f6;
}
.isUnsecuredDebt {
  font-weight: 600;
  /* font-size: 18px; */
  margin-bottom: 20px;
  background: white;
  position: relative;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  text-align: left;
  -webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
}
.isUnsecuredDebt.active {
  background: #3f6577 !important;
  color: #fff !important;
}
.isUnsecuredDebt:hover {
  background: #3f6577 !important;
}
.isUnsecuredDebt:hover label {
  color: #fff !important;
}
.property-step .btn-primary {
  color: #fff !important;
}

.step-sticky-footer {
  z-index: 1000;
}
.step-sticky-footer {
  width: 100%;
  padding: 7px 14px;
  margin: auto;
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  display: none;
}
.next-step:hover {
  box-shadow: 0 4px 11px rgb(55 125 255 / 35%);
}
.next-step,
.ladda-button {
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.3125rem;
}
.property-step h2 {
  color: #1d243a;
}
.custom-control-label {
  font-size: 1rem;
}

@media (min-width: 767px) {
  .step-sticky-footer {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .step-flow {
    margin-top: 40px;
  }
}
/* custom checkbox */
.custom-checkbox-card {
  position: relative;
  height: 100%;
  padding-left: 0;
  margin-right: 0;
}
.custom-checkbox-card-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label,
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label-stretched {
  border-color: #377dff;
}
.custom-checkbox-card-label {
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0.0625rem solid #e7eaf3;
  border-radius: 0.3125rem;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-checkbox-card-input:checked ~ .custom-checkbox-card-label::after {
  background: url("/assets/img/check.svg") no-repeat right center/1rem 1rem;
}
.custom-checkbox-card-label::after {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  content: "";
}
.residence-select .state-error {
  padding-left: 12px;
}

/* Getting Started */

.text-primary {
  color: #475467;
}
.text-green-theme {
  color: #03967a;
}
div#scheduleContainer {
  overflow-y: scroll;
  max-height: 500px;
}
#scheduleContainer::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  border-radius: 10px;
  background-color: transparent;
}

#scheduleContainer::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

#scheduleContainer::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.simple-spinner {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.simple-spinner span {
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: rgb(3 150 122);
  animation: spinner-anim 0.8s linear infinite;
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.progress {
  background: #e1e1e1;
  border-radius: 20px;
  padding: 0;
  margin: 30px 0 60px;
}
div#progress-bar {
  height: 10px;
  background: #03967a;
  border-radius: 20px;
  top: 3px;
  position: relative;
  left: 3px;
  transition: all ease 0.5s;
}
.next-step.rounded-full {
  border-radius: 60px;
}

.ad-country-code {
  max-width: 125px;
}
.ad-country-code select {
  padding-left: 10px;
}

.file-label {
  background-color: #03967a;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
}

.file-label:hover {
  background-color: #017962;
}

input[type="file"] {
  display: none; /* Hides the default file input */
}

.file-name {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #333;
  font-family: Arial, sans-serif;
}

form .form-group > label {
  font-weight: 500;
}

label.error {
  color: red;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

#welcomeForm label.error {
  margin-left: 0;
  display: block;
  text-align: left;
}

#side-drawer {
  transition: width ease 0.4s;
  -webkit-transition: width ease 0.4s;
  -moz-transition: width ease 0.4s;
  -ms-transition: width ease 0.4s;
  -o-transition: width ease 0.4s;
}
.pullout_menu {
  width: 0;
  opacity: 0;
  transition: width ease 0.4s;
  -webkit-transition: width ease 0.4s;
  -moz-transition: width ease 0.4s;
  -ms-transition: width ease 0.4s;
  -o-transition: width ease 0.4s;
}
#user-dropdown.block {
  display: block !important;
}
@media (max-width: 768px) {
  .left-menu-bar {
    position: absolute;
    top: 62px;
    width: 100%;
    display: none;
  }
  .left-menu-bar.pullout_menu {
    display: block !important;
    opacity: 1;
  }
}

.invoice-container {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.invoice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
}

.invoice-header h1 {
  font-size: 24px;
  margin: 0;
  color: #333;
}

.invoice-header .invoice-details {
  text-align: right;
}

.invoice-header .invoice-details p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.invoice-body {
  margin-top: 20px;
}

.invoice-table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.invoice-table th,
.invoice-table td {
  text-align: left;
  padding: 8px 12px;
  border: 1px solid #ddd;
}

.invoice-table th {
  background-color: #333;
  color: #fff;
}

.invoice-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

.invoice-sec {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
