@charset "UTF-8";

body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
input {
  border-radius: 7px;
}
.fa, .fas {
  color: #b3b3b3;
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}
.cursor-pointer {
  cursor: pointer;
}
.form_schedule {
  display: none;
  background: rgba(255,255,255);
  position: fixed;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  font-size: 0.9rem;
}
.form_schedule_call {
  background-color: #334e9d;
  width: 330px;
  height: 90px;
  border: 1px solid #334e9d;
  border-radius: 1rem;
  box-shadow: 0 8px 5px -2px #000;
  color: #fff!important;
}
.form_schedule_call_l1 {
  margin-top: 9%;
  width: 70%;
  float: left;
  font-size: 1.4rem;
  text-shadow: black 0px 2px 5px;
  line-height: 1.25;
}
.form_schedule_call_l2 {
  margin-top: 9%;
  width: 22%;
  float: left;
}
.form_schedule_toggle {
  top: 90%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color:#6c757d;
  position: absolute!important;
  font-size: 12px;
}
.form_schedule_toggle_prev {
  left: 20px;
  border-color:#6c757d;
  color:#6c757d;
}
.form_schedule_toggle_next {
  right: 20px;
  border-color:#000;
  color:#000;
}
.form_schedule_day {
  display: inline-block;
  margin-left: 1rem;
}
.form_schedule_day_sat {
  background-color: rgba(0,124,215,.1);
}
.form_schedule_day_sun {
  background-color: rgba(225,88,58,.1);
}
.form_complete {
  display:none;
  background:rgba(255,255,255,0.98);
  position:fixed;
  z-index:999;
  top:0%;
  left:0;
  width:100%;
  height:100%;
  padding:0;
  text-align:center;
  overflow-y:scroll;
  font-size:0.9rem;
}
.form_complete_header {
  background-color:#334e9d;
  height:56px;
  margin-top:0;
  margin-bottom:10%;
  color:#fff;
  font-size:1.25rem;
}
.form_complete_title {
  margin-top:0px;
  font-size:1.25rem;
  padding-top:13px;
  font-weight:bold;
}
.schedulable-calender .border-grey-top {
  border-top: 1px solid #c9c9c9;
}
.schedulable-calender .border-grey-bottom {
  border-bottom: 1px solid #c9c9c9;
}
.text-orange {
  color: #e1583a;
}
.fa-times:before {
  content: "\f00d";
}
.border-grey-top {
  border-top: 1px solid #c9c9c9;
}
.border-grey-bottom {
  border-bottom: 1px solid #c9c9c9;
}
.bg-light-grey {
  background-color: #f0f0f0;
}
.calender-cell {
  height: 2rem;
  padding-top: 0.5rem;
}
.py-4 {
  width: 22%;
  padding-left: 15%;
}
.clear{
  clear:both;
}
.btn_gray {
  background-color: gray !important;
  border: 1px solid gray !important;
}
@media screen and (min-width: 990px) {
  .form_schedule, .form_complete {
    max-width: 490px;
    margin-left: 28%;
  }
}

.scroll-hint-icon {
  background-image: url(/images/scroll-hint-icon.svg);
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
}

.scroll-hint-icon:before {
  background-image: none;
}

.scroll-hint-icon:after {
  background-image: none;
}

.scroll-hint-text {
  display: none;
}

.date-list {
  display: flex;
  align-items: center;
  margin: 0px 32px 40px 32px;
}

.date-list > .date {
  white-space: nowrap;
  margin-right: 8px;
  padding: 16px;
  border: 1px solid #334E9D;
  border-radius: 8px;
}

.date-list > .date.active {
  background-color: #334E9D;
  color: #fff;
  font-weight: 700;
}

.time-list {
  display: flex;
  padding: 24px 32px;
  background: #FAFAFA;
  height: 100%;
}

.time-list.blank {
  height: 200px;
  align-items: center;
  justify-content: center;
}

.time-list .time {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 24px;
}

.time-list .time > input[type=radio] {
  height: 24px;
  width: 24px;
  margin: 0;
}

.time-list .time > label {
  margin-left: 8px;
  font-weight: 300;
}

.form-title {
 font-size: 16px;
 font-weight: 600;
 margin: 0 16px 16px 16px;
 padding: 16px;
 text-align: left;
 background-color: #F2F5F9;
 border-top: 1px double #CCD9E9;
}

.time-scrollable .scroll-hint-icon {
  top: calc(35%);
}

.date-scrollable .scroll-hint-icon {
  display: none;
}
