.bg_black {
  background: #000 !important; }

.bg_light_gray {
  background: #F8F8F8 !important; }

.clr_black_09 {
  color: #0B0B0B !important; }

.clr_black_04 {
  color: #161719 !important; }

.clr_black_01 {
  color: #5C5959 !important; }

.clr_black {
  color: #000 !important; }

.clr_light_gray {
  color: #F8F8F8 !important; }

.black_op_02 {
  background: #F2F2F2 !important; }

.top_2 {
  top: 2rem; }

.op_05 {
  opacity: 0.5; }

.op_07 {
  opacity: 0.7; }

.ls_0__3 {
  letter-spacing: -0.3px !important; }

.ls_0 {
  letter-spacing: 0px !important; }

.lh_28 {
  line-height: calc(22px + (28 - 22) * ((100vw - 280px) / (1920 - 280))) !important; }

.lh_59 {
  line-height: calc(45px + (59 - 45) * ((100vw - 280px) / (1920 - 280))) !important; }

.custom_hr {
  opacity: 0.1;
  border-color: #000; }

.section_mb_100 {
  margin-bottom: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_mb_150 {
  margin-bottom: calc(50px + (150 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pt_100 {
  padding-top: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pb_100 {
  padding-bottom: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pt_150 {
  padding-top: calc(50px + (150 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pb_150 {
  padding-bottom: calc(50px + (150 - 50) * ((100vw - 280px) / (1920 - 280))); }

.p_txt_sm {
  color: #5C5959;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: 20px; }

.p_txt_md {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal; }

.p_txt_lg {
  color: #fff;
  font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  word-break: break-word; }

.p_txt_xl {
  color: #fff;
  font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px; }

.p_txt_xxl {
  font-size: calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: 208.333%; }

.hd_lg {
  color: #fff;
  font-size: calc(24px + (36 - 24) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: calc(32px + (40 - 32) * ((100vw - 280px) / (1920 - 280))); }

.hd_xl {
  color: #000;
  font-size: calc(36px + (48 - 36) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: 119%; }

.hd_xxl {
  color: #0B0B0B;
  font-size: calc(40px + (64 - 40) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal; }

.responsive_iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 51%;
  min-height: 270px;
  /* 16:9 Aspect Ratio */ }
  .responsive_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px; }

.custom_card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: calc(24px + (30 - 24) * ((100vw - 280px) / (1920 - 280))) calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280))); }

.coupon-price-section .coupon-price-remove {
  font-size: 14px;
  position: absolute;
  right: 20px;
  border: 1px solid red;
  background: #fff;
  color: red !important;
  padding: 2px 10px;
  border-radius: 25px;
  cursor: pointer; }

.thankyou_card ul li {
  flex-direction: column; }
  .thankyou_card ul li p {
    position: relative;
    padding-left: 27px;
    display: block;
    color: #5C5959 !important;
    font-weight: 400;
    line-height: normal;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280))); }
    .thankyou_card ul li p:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      background-image: url("http://127.0.0.1:8000/front/images/list_icon.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.toast .toast-success {
  background: #127800; }

.link {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  text-decoration: none; }
  .link.md {
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280))); }
  .link.xl {
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280))); }
  .link.blue {
    color: #006BFF; }
    .link.blue:before {
      content: '';
      position: absolute;
      bottom: -3px;
      height: 1px;
      width: 0;
      right: 0;
      background: #006BFF;
      transition: ease 0.5s; }
    .link.blue:hover:before {
      width: 100%;
      left: 0;
      right: auto; }
  .link.txt_blue {
    color: #006BFF;
    text-decoration: underline; }
  .link.hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: ease 0.5s;
    background: #000; }
  .link.hover:hover:before {
    width: 0%;
    right: 0;
    left: auto; }
  .link.hover2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    transition: ease 0.5s;
    background: #000; }
  .link.hover2:hover:before {
    width: 100%;
    right: auto;
    left: 0; }

.social_link a {
  display: inline-flex;
  margin-left: calc(25px + (50 - 25) * ((100vw - 280px) / (1920 - 280)));
  transition: ease 0.5s; }
  .social_link a:hover {
    transform: rotate(360deg); }
  .social_link a:first-child {
    margin-left: 0px; }

.btn_white {
  color: #050808;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_white:hover, .btn_white:focus {
    box-shadow: 3px 3px 0px 3px #ffffff54;
    background: #000;
    color: #fff; }

.btn_black {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: #000;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_black:hover, .btn_black:focus {
    box-shadow: 3px 3px 0px 3px #00000020;
    background: #fff;
    color: #000; }
  .btn_black.md {
    padding: 14px 30px; }

.btn_line_black {
  color: #000;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: #fff;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_line_black:hover, .btn_line_black:focus {
    box-shadow: 3px 3px 0px 3px #00000020;
    background: #000;
    color: #fff; }
  .btn_line_black.md {
    padding: 14px 30px; }

.btn_line_white {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_line_white:hover, .btn_line_white:focus {
    box-shadow: 3px 3px 0px 3px rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff; }
  .btn_line_white.lg {
    padding: 20px 55px; }

.back_to_top_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  background: #000;
  transition: ease 0.5s; }
  .back_to_top_btn svg {
    fill: #fff;
    width: 22px;
    height: 22px; }
  .back_to_top_btn:hover {
    box-shadow: 0px 0px 0px 6px #00000030; }
  .back_to_top_btn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }

.button_outer_circle {
  background: #ffffff59;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.has_scale_animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite; }

.has_delay_short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000029;
  z-index: 11; }
  .cookie-banner .close {
    position: absolute;
    top: 30px;
    left: 10px;
    border: none;
    background: #fff;
    font-size: 39px;
    line-height: 1;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    font-weight: bold; }
  .cookie-banner .alert {
    line-height: 1.75; }

@media screen and (max-width: 575px) {
  .cookie-banner .close {
    right: 5px;
    top: 5px;
    left: auto; } }
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }
.custom_checkbox .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #fff;
  margin-right: 10px; }
  .custom_checkbox .form-check-input:checked[type=checkbox] {
    background: #fff url("../images/checkbox_check_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .custom_checkbox .form-check-input:focus {
    box-shadow: 0px 0px 0px 2px #fff6; }
.custom_checkbox .form-check-label {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal; }

.custom_checkbox2 .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #000;
  margin-right: 10px; }
  .custom_checkbox2 .form-check-input:checked[type=checkbox] {
    background: #fff url("../images/checkbox_check_icon.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center; }
  .custom_checkbox2 .form-check-input:focus {
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2); }
.custom_checkbox2 .form-check-label {
  color: #000;
  font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal; }

.form_control .form-label {
  color: #fff;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -9px;
  left: 30px;
  padding: 0px 5px;
  background: #000;
  z-index: 11; }
.form_control .input_control {
  border-radius: 30px;
  border: 1px solid #353535;
  background-color: #000;
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  padding: 17px 35px;
  transition: all 0.3s ease-in-out; }
  .form_control .input_control::placeholder {
    opacity: 0.5;
    color: #fff; }
  .form_control .input_control:focus {
    box-shadow: 3px 3px 0px 3px #ffffff4d;
    border-color: #fff; }
  .form_control .input_control.phone_select {
    max-width: 115px;
    padding: 17px 20px 17px 45px;
    background-image: url("../images/selectdropdown_arrow.svg");
    background-position: 20px;
    background-size: 24px;
    border-right: 0px; }
    .form_control .input_control.phone_select ~ .input_control {
      border-left: none;
      border-top-right-radius: 30px !important;
      border-bottom-right-radius: 30px !important; }
.form_control .separator {
  width: 1px;
  height: 30px;
  margin: auto;
  background: #353535;
  position: relative;
  z-index: 11; }

.form_control_2 .input_control_2 {
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 13px 24px;
  color: #000;
  font-family: "Jost";
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  box-shadow: none; }
  .form_control_2 .input_control_2::placeholder {
    color: #000;
    opacity: 0.5; }
  .form_control_2 .input_control_2.search_input {
    background-image: url("../images/search_icon.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 17px); }
  .form_control_2 .input_control_2:focus {
    border-color: #000; }

.form_control_3 .form-label {
  color: #000;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -9px;
  left: 30px;
  padding: 0px 5px;
  background: #fff;
  z-index: 11; }
.form_control_3 .input_control_3 {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 35px;
  color: #000;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  box-shadow: none; }
  .form_control_3 .input_control_3::placeholder {
    color: #000;
    opacity: 0.5; }
  .form_control_3 .input_control_3:focus {
    border-color: #000; }
  .form_control_3 .input_control_3.form-select {
    background-image: url("../images/down_arrow_icon.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    color: #000 !important; }
    .form_control_3 .input_control_3.form-select:invalid {
      color: #C0C0C0 !important; }
    .form_control_3 .input_control_3.form-select option[value=""] {
      color: #C0C0C0 !important; }
  .form_control_3 .input_control_3.form-select,
  .form_control_3 .input_control_3 option {
    color: #000 !important;
    opacity: 1; }
  .form_control_3 .input_control_3.phone_select {
    max-width: 115px;
    padding: 17px 20px 17px 45px;
    background-image: url("../images/down_arrow_icon.svg");
    background-position: 20px;
    background-size: 24px;
    border-right: 0px; }
    .form_control_3 .input_control_3.phone_select ~ .input_control_3 {
      border-left: none; }
.form_control_3 .separator {
  width: 1px;
  height: 30px;
  margin: auto;
  background: #C0C0C0;
  position: relative;
  z-index: 11; }
.form_control_3 .select2 {
  width: 100% !important; }
  .form_control_3 .select2 .select2-selection {
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
    height: auto;
    padding: 16px 35px; }
    .form_control_3 .select2 .select2-selection .select2-selection__rendered {
      padding-left: 0px;
      color: #000; }
    .form_control_3 .select2 .select2-selection .select2-selection__arrow {
      top: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 15px; }
      .form_control_3 .select2 .select2-selection .select2-selection__arrow b {
        border: none;
        background-image: url("./../images/down_arrow_icon.svg");
        background-size: cover;
        width: 24px;
        height: 24px;
        top: auto;
        left: auto; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000 !important; }

.file_input_control .file_input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.file_input_control .file {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(20px + (40 - 20) * ((100vw - 280px) / (1920 - 280)));
  width: 100%;
  position: relative; }
  .file_input_control .file:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px dashed #000;
    opacity: 0.25; }
  .file_input_control .file span {
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600; }

html,
body {
  min-height: 100vh;
  font-family: "Lora"; }

.authentication_section {
  background: url("../images/login_bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed; }
  .authentication_section .authentication_logo a img {
    max-width: 200px;
    max-height: 70px;
    object-fit: contain;
    object-position: center; }
  .authentication_section .authentication_wrapper {
    min-height: calc(100vh - 86px); }
    .authentication_section .authentication_wrapper .authentication_left {
      padding: 8% 0px 3%; }

@media screen and (max-width: 1199px) {
  .authentication_section {
    background-position: 68% 0px;
    background-size: cover; }
    .authentication_section .authentication_wrapper .authentication_left {
      padding: 10% 0px; } }
@media screen and (max-width: 767px) {
  .authentication_section {
    background: none; } }
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1464px; } }

/*# sourceMappingURL=authentication.css.map */
