.booking {
  position: relative;
  width: 100%;
  min-height: 30rem;
  background-color: #ffd29e; }
  .booking form {
    position: relative;
    z-index: 3; }
    .booking form .info-cancel {
      position: absolute;
      top: 2.65rem;
      right: 1.65rem;
      cursor: pointer;
      pointer-events: fill;
      transition: transform 0.2s ease-in-out; }
    .booking form .pp-error {
      display: flex;
      align-items: center;
      position: absolute;
      border-radius: 10px;
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.14);
      background-color: #fff2dc;
      padding: 0.5rem;
      width: 100%;
      top: 105%;
      left: 0; }
      .booking form .pp-error .error {
        font-size: 0.93rem;
        font-weight: 400;
        color: #000;
        margin-left: 1rem; }
    .booking form .drop-down .dd-btn {
      position: relative;
      width: 4.313rem;
      overflow: auto; }
    .booking form .drop-down .dd-value {
      width: 4.313rem;
      height: 9.8rem; }
      .booking form .drop-down .dd-value li {
        height: 26px;
        padding: 3px; }
    .booking form .hp-luggage .drop-down .dd-value {
      height: 11.425rem; }

@media (min-width: 577px) {
  .booking {
    padding-top: 7.675rem; }
  .booking::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/home-bg.png") no-repeat;
    background-size: contain;
    background-position: bottom; }
  .lg-return .tickbox label {
    line-height: 1.5;
    margin-bottom: 0; } }

@media (max-width: 576px) {
  .booking {
    padding-top: 4rem;
    border-top-left-radius: 10px;
    background-color: #fff !important; }
    .booking form .info-cancel {
      top: 1.1rem;
      right: 1.2rem; }
    .booking form .pp-error {
      display: none; }
    .booking form .flamingo {
      border: 0.063rem solid #ec5365 !important;
      box-shadow: none !important; }
  .container {
    overflow: hidden; }
    .container .mob-pad {
      padding: 0; }
      .container .mob-pad h1 {
        font-size: 1.125rem;
        padding: 0 20px;
        padding-top: 2rem !important; }
      .container .mob-pad h1 + div {
        padding: 0 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #d5d9eb;
        padding-top: 2rem;
        min-height: 40rem; }
        .container .mob-pad h1 + div::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("/assets/images/mob-bg.png") no-repeat;
          background-size: contain;
          background-position: bottom;
          pointer-events: none; }
    .container .booking-card.card {
      background-color: #d5d9eb !important; }
    .container .place-card.card {
      border-radius: 6px !important;
      flex-direction: column;
      padding-left: 1rem;
      padding: 0;
      box-shadow: 0 6px 10px 0 rgba(60, 38, 10, 0.2);
      border-right: none !important;
      margin-bottom: 0.5rem; }
      .container .place-card.card .form-label {
        display: none; }
      .container .place-card.card .mb-picdrop {
        display: block;
        position: absolute;
        top: 1.2rem;
        left: 0.8rem;
        height: 67px;
        z-index: 3; }
      .container .place-card.card .mb-nav {
        display: block; }
      .container .place-card.card .hp-pickup {
        display: flex;
        width: 100%;
        border-bottom: 2px solid #f3f3f3; }
        .container .place-card.card .hp-pickup .swap {
          display: none; }
      .container .place-card.card .hp-pickup,
      .container .place-card.card .hp-drop {
        width: 100%;
        border-right: none; }
        .container .place-card.card .hp-pickup .form-control,
        .container .place-card.card .hp-drop .form-control {
          padding: 1rem 2.5rem 1rem 2.3rem; }
    .container .dt-card.card {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      box-shadow: 0 6px 10px 0 rgba(60, 38, 10, 0.2);
      border-right: none;
      min-height: 3.5rem; }
      .container .dt-card.card .form-label {
        display: none; }
      .container .dt-card.card .mb-image {
        display: block;
        position: absolute;
        padding: 0;
        z-index: 1;
        top: 1.25rem;
        left: 0.8rem; }
      .container .dt-card.card .hp-date,
      .container .dt-card.card .hp-time {
        display: flex;
        border-right: none; }
        .container .dt-card.card .hp-date .form-control,
        .container .dt-card.card .hp-time .form-control {
          padding: 1rem 1rem 1rem 2.3rem; }
    .container .rdt-card.card,
    .container .count-card.card {
      border-radius: 6px !important;
      border-right: none; }
      .container .rdt-card.card .form-label,
      .container .count-card.card .form-label {
        display: none; }
      .container .rdt-card.card .hp-passenger,
      .container .rdt-card.card .hp-luggage,
      .container .count-card.card .hp-passenger,
      .container .count-card.card .hp-luggage {
        display: flex;
        border-right: none;
        align-items: center; }
    .container .count-card.card {
      min-height: 3.5rem;
      margin-bottom: 0.6rem; }
      .container .count-card.card .mb-image {
        display: block;
        position: absolute;
        padding: 0;
        z-index: 1;
        top: 1.25rem;
        left: 0.8rem; }
        .container .count-card.card .mb-image.mb-arr {
          left: 3rem;
          top: 1.6rem; }
      .container .count-card.card .hp-passenger .dd-btn,
      .container .count-card.card .hp-luggage .dd-btn {
        padding: 1rem 1rem 1rem 2.3rem; }
    .container .rdt-card.card {
      position: relative;
      border-radius: 10px;
      z-index: 5;
      max-height: 0;
      min-height: 0;
      transition: all 0.15s ease-in-out; }
      .container .rdt-card.card.open {
        height: 3.5rem;
        max-height: 5rem;
        margin-bottom: 0.5rem;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.14); }
        .container .rdt-card.card.open .mb-image {
          display: block;
          position: absolute;
          padding: 0;
          z-index: 1;
          top: 1.25rem;
          left: 0.8rem; }
        .container .rdt-card.card.open .form-control {
          padding: 1rem 1rem 1rem 2.3rem; }
      .container .rdt-card.card.close {
        pointer-events: none; }
      .container .rdt-card.card .rdt-cancel {
        position: absolute;
        top: 1.2rem;
        right: -0.6rem;
        z-index: 1;
        cursor: pointer;
        pointer-events: fill;
        transition: transform 0.2s ease-in-out; }
        .container .rdt-card.card .rdt-cancel:hover {
          transform: rotate(180deg); }
    .container .mb-return.card {
      display: block;
      background-color: #fff;
      box-shadow: 0 6px 10px 0 rgba(60, 38, 10, 0.2);
      padding: 0.5rem;
      padding-top: 1rem;
      margin-bottom: 0.5rem;
      min-height: 3.5rem;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      .container .mb-return.card img {
        opacity: 0.5; }
      .container .mb-return.card .tickbox {
        position: absolute;
        bottom: 0rem;
        top: 0.8rem;
        left: 3.2rem;
        width: fit-content; }
        .container .mb-return.card .tickbox label {
          font-size: 0.813;
          border-radius: 16px;
          background-color: #6483ff;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          padding: 0.5rem;
          right: 0.9rem;
          margin-bottom: 0; }
        .container .mb-return.card .tickbox .checkmark {
          display: none; }
    .container .lg-return {
      display: none; }
    .container .btn-card.card {
      background-color: transparent;
      min-height: 2rem; }
      .container .btn-card.card .btn {
        width: 100%;
        padding: 0.9rem;
        border-radius: 6px; } }

@media (max-width: 386px) {
  .container .c-12 h1 + div {
    min-height: 36rem; } }

@media (min-width: 992px) {
  .booking-card.card {
    padding: 0;
    border-radius: 0.625rem;
    box-shadow: 0 0.5rem 1.25rem 0 rgba(182, 181, 181, 0.14);
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    z-index: 4; }
    .booking-card.card .place-flex,
    .booking-card.card .extra-flex {
      display: flex;
      flex-direction: row; }
    .booking-card.card .place-flex {
      width: calc(100% - 38.75rem); }
    .booking-card.card .extra-flex {
      width: 28rem; } }

@media (min-width: 577px) and (max-width: 991px) {
  .booking-card.card {
    background-color: transparent; }
    .booking-card.card .place-flex,
    .booking-card.card .extra-flex {
      display: flex;
      flex-direction: row;
      width: 100%;
      background-color: #fff;
      padding: 0 1.375rem;
      border-radius: 0.625rem;
      box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.14); }
    .booking-card.card .extra-flex {
      margin-top: 1.5rem; } }

.mb-return.card {
  display: none; }

.place-card.card,
.dt-card.card,
.rdt-card.card,
.count-card.card,
.btn-card.card {
  flex-direction: row;
  justify-content: space-between;
  min-height: 6.25rem; }
  .place-card.card .hp-pickup,
  .place-card.card .hp-drop,
  .place-card.card .hp-date,
  .place-card.card .hp-time,
  .place-card.card .hp-passenger,
  .place-card.card .hp-luggage,
  .dt-card.card .hp-pickup,
  .dt-card.card .hp-drop,
  .dt-card.card .hp-date,
  .dt-card.card .hp-time,
  .dt-card.card .hp-passenger,
  .dt-card.card .hp-luggage,
  .rdt-card.card .hp-pickup,
  .rdt-card.card .hp-drop,
  .rdt-card.card .hp-date,
  .rdt-card.card .hp-time,
  .rdt-card.card .hp-passenger,
  .rdt-card.card .hp-luggage,
  .count-card.card .hp-pickup,
  .count-card.card .hp-drop,
  .count-card.card .hp-date,
  .count-card.card .hp-time,
  .count-card.card .hp-passenger,
  .count-card.card .hp-luggage,
  .btn-card.card .hp-pickup,
  .btn-card.card .hp-drop,
  .btn-card.card .hp-date,
  .btn-card.card .hp-time,
  .btn-card.card .hp-passenger,
  .btn-card.card .hp-luggage {
    width: 50%;
    border-right: solid 1px rgba(0, 0, 0, 0.06); }
    .place-card.card .hp-pickup .react-datepicker-wrapper,
    .place-card.card .hp-pickup .react-datepicker__input-container,
    .place-card.card .hp-drop .react-datepicker-wrapper,
    .place-card.card .hp-drop .react-datepicker__input-container,
    .place-card.card .hp-date .react-datepicker-wrapper,
    .place-card.card .hp-date .react-datepicker__input-container,
    .place-card.card .hp-time .react-datepicker-wrapper,
    .place-card.card .hp-time .react-datepicker__input-container,
    .place-card.card .hp-passenger .react-datepicker-wrapper,
    .place-card.card .hp-passenger .react-datepicker__input-container,
    .place-card.card .hp-luggage .react-datepicker-wrapper,
    .place-card.card .hp-luggage .react-datepicker__input-container,
    .dt-card.card .hp-pickup .react-datepicker-wrapper,
    .dt-card.card .hp-pickup .react-datepicker__input-container,
    .dt-card.card .hp-drop .react-datepicker-wrapper,
    .dt-card.card .hp-drop .react-datepicker__input-container,
    .dt-card.card .hp-date .react-datepicker-wrapper,
    .dt-card.card .hp-date .react-datepicker__input-container,
    .dt-card.card .hp-time .react-datepicker-wrapper,
    .dt-card.card .hp-time .react-datepicker__input-container,
    .dt-card.card .hp-passenger .react-datepicker-wrapper,
    .dt-card.card .hp-passenger .react-datepicker__input-container,
    .dt-card.card .hp-luggage .react-datepicker-wrapper,
    .dt-card.card .hp-luggage .react-datepicker__input-container,
    .rdt-card.card .hp-pickup .react-datepicker-wrapper,
    .rdt-card.card .hp-pickup .react-datepicker__input-container,
    .rdt-card.card .hp-drop .react-datepicker-wrapper,
    .rdt-card.card .hp-drop .react-datepicker__input-container,
    .rdt-card.card .hp-date .react-datepicker-wrapper,
    .rdt-card.card .hp-date .react-datepicker__input-container,
    .rdt-card.card .hp-time .react-datepicker-wrapper,
    .rdt-card.card .hp-time .react-datepicker__input-container,
    .rdt-card.card .hp-passenger .react-datepicker-wrapper,
    .rdt-card.card .hp-passenger .react-datepicker__input-container,
    .rdt-card.card .hp-luggage .react-datepicker-wrapper,
    .rdt-card.card .hp-luggage .react-datepicker__input-container,
    .count-card.card .hp-pickup .react-datepicker-wrapper,
    .count-card.card .hp-pickup .react-datepicker__input-container,
    .count-card.card .hp-drop .react-datepicker-wrapper,
    .count-card.card .hp-drop .react-datepicker__input-container,
    .count-card.card .hp-date .react-datepicker-wrapper,
    .count-card.card .hp-date .react-datepicker__input-container,
    .count-card.card .hp-time .react-datepicker-wrapper,
    .count-card.card .hp-time .react-datepicker__input-container,
    .count-card.card .hp-passenger .react-datepicker-wrapper,
    .count-card.card .hp-passenger .react-datepicker__input-container,
    .count-card.card .hp-luggage .react-datepicker-wrapper,
    .count-card.card .hp-luggage .react-datepicker__input-container,
    .btn-card.card .hp-pickup .react-datepicker-wrapper,
    .btn-card.card .hp-pickup .react-datepicker__input-container,
    .btn-card.card .hp-drop .react-datepicker-wrapper,
    .btn-card.card .hp-drop .react-datepicker__input-container,
    .btn-card.card .hp-date .react-datepicker-wrapper,
    .btn-card.card .hp-date .react-datepicker__input-container,
    .btn-card.card .hp-time .react-datepicker-wrapper,
    .btn-card.card .hp-time .react-datepicker__input-container,
    .btn-card.card .hp-passenger .react-datepicker-wrapper,
    .btn-card.card .hp-passenger .react-datepicker__input-container,
    .btn-card.card .hp-luggage .react-datepicker-wrapper,
    .btn-card.card .hp-luggage .react-datepicker__input-container {
      height: 100%; }
  .place-card.card .mb-picdrop,
  .dt-card.card .mb-picdrop,
  .rdt-card.card .mb-picdrop,
  .count-card.card .mb-picdrop,
  .btn-card.card .mb-picdrop {
    display: none; }
  .place-card.card .mb-nav,
  .dt-card.card .mb-nav,
  .rdt-card.card .mb-nav,
  .count-card.card .mb-nav,
  .btn-card.card .mb-nav {
    display: none; }
  .place-card.card .mb-image,
  .dt-card.card .mb-image,
  .rdt-card.card .mb-image,
  .count-card.card .mb-image,
  .btn-card.card .mb-image {
    display: none; }
  .place-card.card .hp-pickup,
  .place-card.card .hp-drop,
  .dt-card.card .hp-pickup,
  .dt-card.card .hp-drop,
  .rdt-card.card .hp-pickup,
  .rdt-card.card .hp-drop,
  .count-card.card .hp-pickup,
  .count-card.card .hp-drop,
  .btn-card.card .hp-pickup,
  .btn-card.card .hp-drop {
    padding: 0; }
    .place-card.card .hp-pickup .form-control,
    .place-card.card .hp-drop .form-control,
    .dt-card.card .hp-pickup .form-control,
    .dt-card.card .hp-drop .form-control,
    .rdt-card.card .hp-pickup .form-control,
    .rdt-card.card .hp-drop .form-control,
    .count-card.card .hp-pickup .form-control,
    .count-card.card .hp-drop .form-control,
    .btn-card.card .hp-pickup .form-control,
    .btn-card.card .hp-drop .form-control {
      padding: 1rem 2.9rem 1rem 1.7rem; }
    .place-card.card .hp-pickup .form-label,
    .place-card.card .hp-drop .form-label,
    .dt-card.card .hp-pickup .form-label,
    .dt-card.card .hp-drop .form-label,
    .rdt-card.card .hp-pickup .form-label,
    .rdt-card.card .hp-drop .form-label,
    .count-card.card .hp-pickup .form-label,
    .count-card.card .hp-drop .form-label,
    .btn-card.card .hp-pickup .form-label,
    .btn-card.card .hp-drop .form-label {
      left: 1.7rem; }
  .place-card.card .hp-date .form-control,
  .place-card.card .hp-time .form-control,
  .place-card.card .hp-luggage .form-control,
  .place-card.card .hp-passenger .form-control,
  .dt-card.card .hp-date .form-control,
  .dt-card.card .hp-time .form-control,
  .dt-card.card .hp-luggage .form-control,
  .dt-card.card .hp-passenger .form-control,
  .rdt-card.card .hp-date .form-control,
  .rdt-card.card .hp-time .form-control,
  .rdt-card.card .hp-luggage .form-control,
  .rdt-card.card .hp-passenger .form-control,
  .count-card.card .hp-date .form-control,
  .count-card.card .hp-time .form-control,
  .count-card.card .hp-luggage .form-control,
  .count-card.card .hp-passenger .form-control,
  .btn-card.card .hp-date .form-control,
  .btn-card.card .hp-time .form-control,
  .btn-card.card .hp-luggage .form-control,
  .btn-card.card .hp-passenger .form-control {
    padding: 1rem 1rem 1rem 0.5rem; }
  .place-card.card .hp-date .form-label,
  .place-card.card .hp-time .form-label,
  .place-card.card .hp-luggage .form-label,
  .place-card.card .hp-passenger .form-label,
  .dt-card.card .hp-date .form-label,
  .dt-card.card .hp-time .form-label,
  .dt-card.card .hp-luggage .form-label,
  .dt-card.card .hp-passenger .form-label,
  .rdt-card.card .hp-date .form-label,
  .rdt-card.card .hp-time .form-label,
  .rdt-card.card .hp-luggage .form-label,
  .rdt-card.card .hp-passenger .form-label,
  .count-card.card .hp-date .form-label,
  .count-card.card .hp-time .form-label,
  .count-card.card .hp-luggage .form-label,
  .count-card.card .hp-passenger .form-label,
  .btn-card.card .hp-date .form-label,
  .btn-card.card .hp-time .form-label,
  .btn-card.card .hp-luggage .form-label,
  .btn-card.card .hp-passenger .form-label {
    left: 0.5rem; }
  .place-card.card .hp-pickup,
  .dt-card.card .hp-pickup,
  .rdt-card.card .hp-pickup,
  .count-card.card .hp-pickup,
  .btn-card.card .hp-pickup {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }
  .place-card.card .form-label,
  .dt-card.card .form-label,
  .rdt-card.card .form-label,
  .count-card.card .form-label,
  .btn-card.card .form-label {
    padding: 0;
    position: absolute;
    top: 1rem;
    pointer-events: none;
    z-index: 1; }
  .place-card.card .form-control,
  .place-card.card .d-flex.ai-center,
  .dt-card.card .form-control,
  .dt-card.card .d-flex.ai-center,
  .rdt-card.card .form-control,
  .rdt-card.card .d-flex.ai-center,
  .count-card.card .form-control,
  .count-card.card .d-flex.ai-center,
  .btn-card.card .form-control,
  .btn-card.card .d-flex.ai-center {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: 900;
    color: #222222; }
    .place-card.card .form-control .drop-down,
    .place-card.card .d-flex.ai-center .drop-down,
    .dt-card.card .form-control .drop-down,
    .dt-card.card .d-flex.ai-center .drop-down,
    .rdt-card.card .form-control .drop-down,
    .rdt-card.card .d-flex.ai-center .drop-down,
    .count-card.card .form-control .drop-down,
    .count-card.card .d-flex.ai-center .drop-down,
    .btn-card.card .form-control .drop-down,
    .btn-card.card .d-flex.ai-center .drop-down {
      width: 100%;
      height: 100%; }
      .place-card.card .form-control .drop-down input + li,
      .place-card.card .d-flex.ai-center .drop-down input + li,
      .dt-card.card .form-control .drop-down input + li,
      .dt-card.card .d-flex.ai-center .drop-down input + li,
      .rdt-card.card .form-control .drop-down input + li,
      .rdt-card.card .d-flex.ai-center .drop-down input + li,
      .count-card.card .form-control .drop-down input + li,
      .count-card.card .d-flex.ai-center .drop-down input + li,
      .btn-card.card .form-control .drop-down input + li,
      .btn-card.card .d-flex.ai-center .drop-down input + li {
        height: 100%; }
        .place-card.card .form-control .drop-down input + li .dd-btn,
        .place-card.card .d-flex.ai-center .drop-down input + li .dd-btn,
        .dt-card.card .form-control .drop-down input + li .dd-btn,
        .dt-card.card .d-flex.ai-center .drop-down input + li .dd-btn,
        .rdt-card.card .form-control .drop-down input + li .dd-btn,
        .rdt-card.card .d-flex.ai-center .drop-down input + li .dd-btn,
        .count-card.card .form-control .drop-down input + li .dd-btn,
        .count-card.card .d-flex.ai-center .drop-down input + li .dd-btn,
        .btn-card.card .form-control .drop-down input + li .dd-btn,
        .btn-card.card .d-flex.ai-center .drop-down input + li .dd-btn {
          width: 100%;
          height: 100%; }
    .place-card.card .form-control::placeholder,
    .place-card.card .d-flex.ai-center::placeholder,
    .dt-card.card .form-control::placeholder,
    .dt-card.card .d-flex.ai-center::placeholder,
    .rdt-card.card .form-control::placeholder,
    .rdt-card.card .d-flex.ai-center::placeholder,
    .count-card.card .form-control::placeholder,
    .count-card.card .d-flex.ai-center::placeholder,
    .btn-card.card .form-control::placeholder,
    .btn-card.card .d-flex.ai-center::placeholder {
      font-size: 1rem;
      font-weight: 500;
      color: #9094a1; }
    .place-card.card .form-control:focus,
    .place-card.card .d-flex.ai-center:focus,
    .dt-card.card .form-control:focus,
    .dt-card.card .d-flex.ai-center:focus,
    .rdt-card.card .form-control:focus,
    .rdt-card.card .d-flex.ai-center:focus,
    .count-card.card .form-control:focus,
    .count-card.card .d-flex.ai-center:focus,
    .btn-card.card .form-control:focus,
    .btn-card.card .d-flex.ai-center:focus {
      box-shadow: none;
      border: none; }
    .place-card.card .form-control.dd-btn,
    .place-card.card .d-flex.ai-center.dd-btn,
    .dt-card.card .form-control.dd-btn,
    .dt-card.card .d-flex.ai-center.dd-btn,
    .rdt-card.card .form-control.dd-btn,
    .rdt-card.card .d-flex.ai-center.dd-btn,
    .count-card.card .form-control.dd-btn,
    .count-card.card .d-flex.ai-center.dd-btn,
    .btn-card.card .form-control.dd-btn,
    .btn-card.card .d-flex.ai-center.dd-btn {
      background: none; }
  .place-card.card .swap,
  .dt-card.card .swap,
  .rdt-card.card .swap,
  .count-card.card .swap,
  .btn-card.card .swap {
    position: absolute;
    right: -1rem;
    top: 38%;
    z-index: 4;
    cursor: pointer; }
    .place-card.card .swap:hover,
    .dt-card.card .swap:hover,
    .rdt-card.card .swap:hover,
    .count-card.card .swap:hover,
    .btn-card.card .swap:hover {
      filter: drop-shadow(1px 2px 3px #222222); }

@media (min-width: 577px) and (max-width: 991px) {
  .place-card.card {
    width: 100%; }
  .extra-flex .position-relative {
    width: 50%; }
  .dt-card.card {
    width: 100%;
    z-index: 4;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.14); }
  .count-card.card {
    width: 50%; }
  .btn-card.card {
    background-color: transparent;
    width: 100%;
    align-items: center;
    justify-content: center; }
    .btn-card.card .btn-dark {
      width: 50%;
      height: 2.875rem;
      border-radius: 0.25rem; } }

@media (min-width: 992px) {
  .place-card.card {
    width: 100%;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }
  .dt-card.card {
    width: 15rem;
    z-index: 4;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.14); }
    .dt-card.card:focus-within {
      z-index: 6; }
  .count-card.card {
    width: 13rem; }
  .btn-card.card {
    padding-right: 1.75rem;
    width: 10.75rem;
    align-items: center;
    justify-content: flex-end;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem; }
    .btn-card.card .btn-dark {
      width: 6.5rem;
      height: 2.875rem;
      border-radius: 0.25rem; } }

@media (min-width: 577px) {
  .rdt-card.card {
    position: absolute;
    top: 0;
    border-radius: 10px;
    z-index: 5;
    max-height: 0;
    transition: all 0.15s ease-in-out; }
    .rdt-card.card.open {
      top: 95%;
      height: 100px;
      max-height: 150px;
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.14); }
    .rdt-card.card.close {
      pointer-events: none; }
    .rdt-card.card .rdt-cancel {
      position: absolute;
      top: 1.2rem;
      z-index: 1;
      right: -0.6rem;
      cursor: pointer;
      pointer-events: fill;
      transition: transform 0.2s ease-in-out; }
      .rdt-card.card .rdt-cancel:hover {
        transform: rotate(180deg); } }

.pac-container {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  animation-name: gmacShow;
  animation-duration: 0.2s; }

@keyframes gmacShow {
  from {
    transform: translateY(-20%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
  .pac-container .pac-item {
    border-top: none;
    padding: 0.3rem 2.5rem; }
    .pac-container .pac-item:hover {
      background-color: #f6f7fb; }
    .pac-container .pac-item .pac-icon.pac-icon-marker {
      display: none; }
    .pac-container .pac-item .pac-item-query,
    .pac-container .pac-item span:nth-child(3) {
      font-size: 0.938rem;
      font-weight: 400;
      color: #2a2d37;
      line-height: 2.27; }

@media (min-width: 600px) {
  .pac-container {
    width: 400px; } }

@media (max-width: 500px) {
  .pac-container {
    min-width: 250px; }
    .pac-container .pac-item {
      padding: 0.3rem 1rem; } }

#notebooks {
  width: 100%;
  height: 100%;
  position: relative; }
  #notebooks .custom-input {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 2.9rem 1rem 1.7rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #2a2d37;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    #notebooks .custom-input::placeholder {
      font-weight: 400 !important;
      color: #868a9b !important; }
  #notebooks .custom-list {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    z-index: 1000;
    -webkit-appearance: none;
    animation-name: gmacShow;
    animation-duration: 0.2s;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0px; }

@keyframes gmacShow {
  from {
    transform: translateY(-20%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
    #notebooks .custom-list .custom-data {
      border-top: none;
      padding: 0.8rem;
      list-style: none;
      cursor: default;
      font-size: 15px;
      line-height: 30px;
      text-align: left;
      border-top: 1px solid #e6e6e6;
      position: relative;
      color: #000;
      line-height: 1.2;
      font-weight: 400 !important;
      transition: color 0.3s ease-in-out; }
      #notebooks .custom-list .custom-data .custom-data-query,
      #notebooks .custom-list .custom-data span:nth-child(3) {
        font-size: 0.938rem;
        font-weight: 400;
        color: #2a2d37;
        line-height: 2.27; }
    #notebooks .custom-list .typing .custom-data {
      color: #2a2d37 !important;
      font-weight: 600 !important; }
    #notebooks .custom-list .custom-data:hover {
      background-color: #f6f7fb !important; }

.custom-input:focus,
.custom-input:active {
  outline: none !important;
  border: 0px solid #fff !important; }

.custom-data.highlighted {
  background-color: #f6f7fb;
  /* Secondary color */
  color: white; }

@media (min-width: 600px) {
  .custom-list {
    width: 400px; } }

@media (max-width: 500px) {
  .custom-list {
    min-width: 250px; }
    .custom-list .custom-data {
      padding: 0.3rem 1rem; } }

.dropdown.dropdown-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn-cc {
  width: 75px;
  height: 35px;
  padding: 0.5rem 0.3rem;
  border: 0.0625rem solid #caced3;
  white-space: nowrap;
  background-image: url("/assets/images/chev-black.svg");
  background-position: 85% 49%;
  background-repeat: no-repeat;
  cursor: pointer; }

.dropdown-list {
  position: relative;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }

.dropdown-list li {
  display: flex;
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 400; }

.dropdown-list li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease; }

.menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  height: 200px;
  overflow: auto;
  z-index: 3;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .menu.showDD {
    max-height: 200px;
    transition: all 0.15s ease-in-out; }
  .menu.hideDD {
    pointer-events: none;
    transition: all 0.25s ease-in-out; }
  .menu::-webkit-scrollbar {
    width: 0.375rem; }
  .menu::-webkit-scrollbar-track {
    background: transparent; }
  .menu::-webkit-scrollbar-thumb {
    background: #dee0e8;
    border-radius: 0.5rem; }
  .menu::-webkit-scrollbar-thumb:hover {
    background: #555; }

.c-phone {
  display: inline-flex;
  width: 40px;
  color: #8d8d8d; }

.c-name {
  display: inline-flex;
  width: 7.5rem;
  color: #222222; }

.c-srh {
  width: 10rem !important;
  margin: 0.625rem 0.938rem; }

.cc-srh {
  position: sticky;
  top: 0px;
  padding: 0.125rem 0 0.063rem;
  background-color: #fff;
  z-index: 1020; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  background: transparent;
  overflow: hidden;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal-bg {
  background-color: rgba(0, 0, 0, 0.14); }

.modal.d-block {
  overflow-x: hidden;
  overflow-y: auto !important; }

.modal-main {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 0 0 auto;
  background: #fff;
  min-width: 31rem;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  animation-name: modalFade;
  animation-duration: 0.4s; }

@keyframes modalFade {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

.modal-content {
  width: 100%;
  margin: 0 auto;
  animation-name: modalFade;
  animation-duration: 0.4s; }
  .modal-content.modal-height {
    display: flex;
    height: 100%; }

.modal-close {
  display: flex; }
  .modal-close .btn-none {
    padding: 0 1.5rem 0 0; }
    .modal-close .btn-none:hover img {
      transform: rotate(180deg);
      transition: transform 0.2s ease-in-out; }
    .modal-close .btn-none:focus {
      outline: 0;
      box-shadow: none; }

.login .bold,
.signup .bold,
.otp .bold,
.edit-profile .bold {
  font-size: 1.75rem;
  font-weight: 600;
  color: #222222;
  line-height: 2; }

.login .modal-field,
.signup .modal-field,
.otp .modal-field,
.edit-profile .modal-field {
  min-height: 5.75rem;
  transition: all 0.4s ease-in-out; }
  .login .modal-field .phone-group,
  .signup .modal-field .phone-group,
  .otp .modal-field .phone-group,
  .edit-profile .modal-field .phone-group {
    border: 0.0625rem solid #caced3; }
    .login .modal-field .phone-group:focus-within,
    .signup .modal-field .phone-group:focus-within,
    .otp .modal-field .phone-group:focus-within,
    .edit-profile .modal-field .phone-group:focus-within {
      border: 0.0625rem solid #efa603 !important; }
      .login .modal-field .phone-group:focus-within .d-flex .btn-cc,
      .signup .modal-field .phone-group:focus-within .d-flex .btn-cc,
      .otp .modal-field .phone-group:focus-within .d-flex .btn-cc,
      .edit-profile .modal-field .phone-group:focus-within .d-flex .btn-cc {
        padding: 2.13rem 0.5rem 1rem !important;
        background-position: 85% 61% !important; }
    .login .modal-field .phone-group .form-control:not(.c-srh),
    .signup .modal-field .phone-group .form-control:not(.c-srh),
    .otp .modal-field .phone-group .form-control:not(.c-srh),
    .edit-profile .modal-field .phone-group .form-control:not(.c-srh) {
      border: 0; }
    .login .modal-field .phone-group .showDD.menu,
    .signup .modal-field .phone-group .showDD.menu,
    .otp .modal-field .phone-group .showDD.menu,
    .edit-profile .modal-field .phone-group .showDD.menu {
      top: 4.563rem; }
    .login .modal-field .phone-group .btn-cc,
    .signup .modal-field .phone-group .btn-cc,
    .otp .modal-field .phone-group .btn-cc,
    .edit-profile .modal-field .phone-group .btn-cc {
      border: 0;
      padding: 1.6rem 0.5rem;
      height: 4.5rem;
      transition: all 0.2s ease-in-out; }
    .login .modal-field .phone-group .d-flex.cc-pad .btn-cc,
    .signup .modal-field .phone-group .d-flex.cc-pad .btn-cc,
    .otp .modal-field .phone-group .d-flex.cc-pad .btn-cc,
    .edit-profile .modal-field .phone-group .d-flex.cc-pad .btn-cc {
      padding: 2.13rem 0.5rem 1rem !important;
      background-position: 85% 61% !important; }

.login .btn-dark,
.signup .btn-dark,
.otp .btn-dark,
.edit-profile .btn-dark {
  min-height: 3.5rem;
  padding: 0 !important; }

.edit-profile hr {
  color: #ececec; }

.edit-profile .verify-otp {
  margin-top: 0.5rem; }

.edit-profile .ep-close {
  margin-bottom: 0.65rem; }
  .edit-profile .ep-close img {
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer; }
    .edit-profile .ep-close img:hover {
      transform: rotate(180deg);
      transition: transform 0.2s ease-in-out; }

.edit-profile .modal-field.ep-disable {
  transition: all 0.4s ease-in-out;
  position: relative;
  min-height: 4.5rem; }
  .edit-profile .modal-field.ep-disable .phone-group {
    border: none; }
    .edit-profile .modal-field.ep-disable .phone-group .dropdown {
      cursor: not-allowed; }
    .edit-profile .modal-field.ep-disable .phone-group .btn-cc {
      pointer-events: none; }
  .edit-profile .modal-field.ep-disable .form-control:disabled {
    cursor: not-allowed;
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-size: 1.125rem; }
  .edit-profile .modal-field.ep-disable label {
    transform: translate(0, 0.5rem) scale(1); }
  .edit-profile .modal-field.ep-disable .change {
    position: absolute;
    right: 0;
    bottom: 1.1rem; }
    .edit-profile .modal-field.ep-disable .change .btn-change {
      font-size: 0.75rem;
      font-weight: bold;
      color: #faa821;
      padding: 0; }
      .edit-profile .modal-field.ep-disable .change .btn-change:hover {
        text-decoration: underline; }
      .edit-profile .modal-field.ep-disable .change .btn-change:focus {
        outline: 0;
        box-shadow: none; }

.otp .modal-field .phone-group {
  cursor: not-allowed; }
  .otp .modal-field .phone-group .btn-cc,
  .otp .modal-field .phone-group .form-control {
    pointer-events: none;
    cursor: not-allowed; }

@media (min-width: 577px) and (max-width: 991px) {
  .modal-main {
    width: 31rem; } }

@media (min-width: 992px) {
  .modal-main {
    width: 36.375rem; } }

@media (max-width: 576px) {
  .modal-main {
    min-width: 0;
    width: 100%; }
  .modal-content {
    padding: 0 1rem 1rem; }
  .route-img {
    width: 80%; } }

@media (min-width: 577px) {
  .login,
  .signup,
  .otp {
    width: 18.75rem; }
  .edit-profile {
    width: 21rem; }
  .modal-content {
    padding: 0 3.75rem 1rem; } }

.timer span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #727272; }
  .timer span b {
    color: #faa821; }

.timer .btn-resend {
  color: #faa821;
  text-decoration: underline;
  padding: 0; }
  .timer .btn-resend:hover {
    color: #222222; }
  .timer .btn-resend:focus {
    outline: 0;
    box-shadow: none; }

