@import url(https://fonts.googleapis.com/css?family=Montserrat);
#open-modal {
  min-width: 25%;
  padding: 15px 35px 15px 35px;
  display: block;
  font-family: "DM Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #ffffff;
  fill: #ffffff;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  background-color: #b8961f;
  cursor: pointer;
  margin: 0 auto;
  border: none;
}

.schedule_a_call * {
  font-family: "DM Sans", Sans-serif;
}
.schedule_a_call {
  display: none;
  position: fixed; /* Ensures the modal stays in the viewport */
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center; /* Horizontally centers the modal */
  align-items: center; /* Vertically centers the modal */
  z-index: 1000; /* Ensures the modal is above other elements */
}
.schedule_a_call .modal {
  margin-top: 20px;
  margin-bottom: 30px;
}
.schedule_a_call .modal-content {
  zoom: 0.7;
}

.schedule_a_call .select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.schedule_a_call .select-container {
  margin-bottom: 20px;
}
.schedule_a_call .select-container select {
  width: 100%;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 36px;
  font-size: 20px;
}

.schedule_a_call .select-container::before {
  content: "\f0ac";
  position: absolute;
  top: 13px;
  left: 13px;
  pointer-events: none;
  font-size: 20px;
  color: #888;
  font-family: "FontAwesome";
}
.schedule_a_call .select-container::after {
  content: "\f107";
  position: absolute;
  top: 13.5px;
  right: 13px;
  pointer-events: none;
  font-size: 20px;
  color: #888;
  font-family: "FontAwesome";
}
.schedule_a_call .close-modal {
  font-size: 28px;
  cursor: pointer;
  background: #b8961f;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
}
.schedule_a_call .profilepress-reg-status {
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: #e74c3c;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0;
}
.schedule_a_call .timezone-select-container {
  margin-bottom: 20px;
}
.schedule_a_call .timezone-select-container i {
  padding-right: 10px;
}

.schedule_a_call #msform {
  max-width: 600px;
  width: 90%;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.schedule_a_call #msform fieldset {
  background: white;
  border: 0 none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.schedule_a_call #msform fieldset:not(:first-of-type) {
  display: none;
}

.schedule_a_call #msform input,
#msform textarea {
  min-height: 58px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-indent: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 20px;
}

/*buttons*/

.schedule_a_call #msform .action-button {
  width: 100%;
  padding: 0;
  display: block;
  font-family: "DM Sans", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  color: #ffffff;
  fill: #ffffff;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  background-color: #b8961f;
  cursor: pointer;
  min-height: 58px;
}

.schedule_a_call #msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 9px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
  background: #1f2327;
  background-image: none;
}

/*headings*/

.schedule_a_call .fs-title {
  font-size: 25px;
  font-family: sans-serif;
  margin-bottom: 10px;
  margin-top: 25px;
}

.schedule_a_call .fs-subtitle {
  font-weight: normal;
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}
.schedule_a_call .fs-subtitle i {
  font-size: 16px;
  margin-right: 6px;
}

/*progressbar*/

.schedule_a_call #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding: 0;
}

.schedule_a_call #progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  color: #333;
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.schedule_a_call #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 30px;
  display: block;
  font-size: 20px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

.schedule_a_call #progressbar li:first-child:after {
  content: none;
}

.schedule_a_call #progressbar li.active:before,
#progressbar li.active:after {
  background: #b8961f;
  color: white;
}
.schedule_a_call .pignose-calendar .pignose-calendar-unit a:active {
  background-color: #b8961f;
}

.schedule_a_call select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  /* background: #5c6664; */
  /* background-image: none; */
  flex: 1;
  padding: 0 0.5em;
  /* color: #fff; */
  cursor: pointer;
  font-size: 1em;
}

.schedule_a_call p {
  color: #777777;
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.schedule_a_call .pignose-calendar .pignose-calendar-top {
  box-shadow: none;
  border: none;
  background-color: unset;
}
.schedule_a_call .pignose-calendar {
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 100%;
}
/* Disable Saturday and Sunday headers */
.schedule_a_call
  .pignose-calendar
  .pignose-calendar-header
  .pignose-calendar-week.pignose-calendar-week-sat,
.pignose-calendar
  .pignose-calendar-header
  .pignose-calendar-week.pignose-calendar-week-sun {
  color: #ccc;
  pointer-events: none;
}

/* Disable Saturday and Sunday days (dates) */
.schedule_a_call
  .pignose-calendar
  .pignose-calendar-unit.pignose-calendar-unit-sat
  a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #ccc;
  pointer-events: none;
}

.schedule_a_call
  .pignose-calendar
  .pignose-calendar-unit.pignose-calendar-unit-active
  a {
  background-color: #b8961f;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
  color: #fff;
}
.schedule_a_call .pignose-calendar .pignose-calendar-unit a {
  color: #191919;
}
/************************/
/* Scrollable container */
.schedule_a_call .time-slot-container {
  max-height: 380px;
  overflow-y: auto;
  border-radius: 5px;
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
  margin-bottom: 20px;
}

.schedule_a_call .time-slot-container::-webkit-scrollbar {
  width: 8px;
}

.schedule_a_call .time-slot-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.schedule_a_call .time-slot-container::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.schedule_a_call .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.schedule_a_call .radio-item {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 0;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

.schedule_a_call .radio-item input {
  display: none;
}
.schedule_a_call .radio-item input:checked + .radio-text {
  background-color: #191919;
  color: #fff;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s;
}
.schedule_a_call .radio-item input:checked + .radio-text,
.radio-item input:checked {
  background-color: #191919;
  color: #fff !important;
}

/* Hover effect for the entire label */
.schedule_a_call .radio-item:hover {
  background-color: #b8961f;
  color: #fff !important;
}
.schedule_a_call .form_body {
  padding: 10% 0;
}
.schedule_a_call .fa-smile {
  font-size: 8rem;
  color: #b8961f;
}
.schedule_a_call .icon-world {
  font-size: 18px;
  color: #888;
  margin-right: 10px;
}

.schedule_a_call .timezone-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  flex: 1;
  padding: 5px;
  font-size: 14px;
  color: #333;
  outline: none;
  cursor: pointer;
}

.schedule_a_call .timezone-select option {
  font-size: 14px;
  color: #333;
}

.schedule_a_call textarea {
  width: 100% !important;
  border: 1px solid #ccccccb0 !important;
  outline: none !important;
  resize: none !important;
  overflow: hidden !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}

.schedule_a_call .timezone-select-container select:hover,
.timezone-select-container select:focus {
  border-color: #b8961f;
  background-color: #fff;
}

/* Style the options in the select */
.schedule_a_call .timezone-select-container select option {
  min-height: 40px;
  line-height: 40px;
  padding: 40px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

/* Hover effect for options */
.schedule_a_call .timezone-select-container select option:hover {
  background-color: #191919;
}

/* Selected option styling */
.schedule_a_call .timezone-select-container select option:checked {
  background-color: #b8961f !important;
  color: white;
}

.schedule_a_call .btn-container {
  display: flex;
  gap: 10px;
}

input:focus,
input:focus-visible {
  outline: none;
  box-shadow: none;
}
.schedule_a_call textarea:focus,
textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.schedule_a_call .countries {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
/* Countries button */
.schedule_a_call .countries-btn {
  background-color: transparent;
  color: #191919;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.schedule_a_call .countries-btn .arrow {
  border: solid #191919;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.schedule_a_call .countries.active .arrow {
  transform: rotate(-135deg);
}

.schedule_a_call .countries-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  max-height: 500px;
  overflow-y: auto;
  z-index: 1000;
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
}

.schedule_a_call .countries-content div {
  min-height: 50px;
  line-height: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: "DM Sans", Sans-serif;
  border: 1px solid #ccc;
  margin: 10px 0;
}
.schedule_a_call .countries-content div:hover {
  background-color: #b8961f;
  color: #fff;
}

.schedule_a_call .countries.active .countries-content {
  display: block;
}

.modal-open {
  overflow: hidden;
}
.form-group {
  margin-bottom: 20px;
}
.error {
  color: #8B0000;
  text-align: left;
  display: block;
}
.fa{
  font-family: "Font Awesome 6 Free";
}