.form-broker {
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
}

.announcer span {
  color: #00194c;
  font-weight: 600;
  font-size: 24px;
  margin: 0 5px;
}

.headline {
  font-weight: 600;
}

.headline-wrapper hr {
  width: 100%;
  height: 2px;
}

.form-group {
  border: 1px solid #00194c66;
  border-radius: 20px;
  padding: 40px;
}

.input-form-rca {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #DDD;
}

.prep {
  background-color: #00194c;
  color: #FFF;
  padding: 10px;
  border-radius: 50%;
}

.btn-hero {
  background-color: #00194c;
  color: #FFF;
  transition: all 0.3s;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}

.btn-hero:hover {
  background-color: #004be2;
  color: #FFF;
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  background-color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  text-align: center;
}

.radio-button {
  margin: 5px;
  border-radius: 20px;
}

.radio-button:has(input[type="radio"]:checked) {
  background-color: #E2F1FF;
  color: #00194c;
  font-weight: 600;
  border-color: #00194c;
}

.radio-button:hover {
  border-color: #00194c;
  background-color: #E2F1FF;
}

.select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
  min-height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-wrap: auto !important;
  max-height: 50px;
}

.select2-selection {
  border: 1px solid #DDD !important;
  border-radius: 10px !important;
}

.select2-selection__clear {
  display: none;
}

.input-form-rca.error {
  border: 2px solid #e18a8a;
}

.btn-hero.error {
  background: #9e9e9e;
  ;
  cursor: not-allowed;
}

#loader,#loader_travel,#loader_house {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 9999;
  background: #ffffffc9;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .form-wrapper-rca {
    padding: 0 20px;
  }
  .form-group {
    padding: 10px;
  }
}

.col-row {
  min-height: 75px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.sub-message {
  font-size: 12px;
  opacity: 0.8;
}

.table-row-normal {
  border: 1px solid #1E32B0;
  border-radius: 10px;
}

.table-row-best {
  border: 3px solid #177e1b !important;
  position: relative;
  .btn-offer, .btn-download, .btn-table {
    background-color: #177e1b !important;
  }
}

.best-offer {
  font-size: 9px;
  position: absolute;
  top: 0;
  width: 116px;
  left: calc(50% - 58px);
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #177e1b;
  background: #177e1b;
  color: #FFF;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sortTrigger {
  cursor: pointer;
  width: 25px;
}

.middle {
  border-radius: 50%;
  background: #00194C;
  padding: 10px;
  color: #FFF;
}

.progress-container {
  height: calc(100vh + 122px) !important;
  position: fixed !important;
  background: #00000033 !important;
  z-index: 99999999 !important;
  width: 100% !important;
  top: 0 !important;
  display: none;
  justify-content: center !important;
  align-items: center !important;
}
.progress-wrapper {
  width: 75% !important;
  padding: 100px 20px !important;
  background: #FFF !important;
  border-radius: 10px !important;
}

.progress-bar {
  width: 0%;
  line-height: 25px !important;
  font-weight: bold !important;
  z-index: 99999 !important;
  top: 0 !important;
  height: 50px !important;
}

.input-error {
  border: 2px solid #ff8d8d;
}

#terms_condition {
  width: 50px;
  margin-right: 20px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px; width: 26px;
  left: 4px; bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4caf50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.status {
  margin-top: 10px;
  font-weight: bold;
}

.custom-btn-group {
  display: inline-flex;
  margin: 0;
  border-radius: 5px;
}

.custom-btn-check {
  display: none;
}

.custom-btn {
  padding: 10px 20px;
  border: 2px solid #007bff;
  background-color: white;
  color: #007bff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.left-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.right-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-btn:hover {
  background-color: #0056b3;
  color: white;
}

.custom-btn-check:checked + .custom-btn {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.logo-width img {
  width: 125px;
}

.btn-details-new {
  background: transparent !important;
  color: #000 !important;
  width: 130px !important;
  padding: 0 !important;
  text-align: start !important;
}

.btn-wap {
    font-size: 9px;
}

@media(max-width: 991px) {
  .table-header {
    display: none;
  }
  .travel-packages {
    width: 100%;
  }

}