@charset "UTF-8";
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }



body {
  font-family: "helvaticaneue", sans-serif; }
  body .container {
    max-width: 1460px;
    padding-left: 30px;
    padding-right: 30px; }

.over {
  overflow: hidden; }

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer;
  border-radius: 4px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: bold;}
  .button i {
    font-size: 16px;
    margin-right: 10px; }
  .button:hover {
    transition: 500ms;
  }
    .button-blue:hover {
      transition: 500ms; }
    .button-green:hover {
      transition: 500ms; }


.lv_skin canvas {
  opacity: 0 !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

@keyframes loadingC {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 7px); }
  100% {
    transform: translate(0, 0); } }

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite; }

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite; }

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite; }

.load-3 .line:nth-last-child(4) {
  animation: loadingC 0.6s 0.4s linear infinite; }

@font-face {
  font-family: 'helvaticaneue';
  src: url(../font/helvaticaneue/HelveticaNeue-Light.otf);
  font-weight: 300; }

@font-face {
  font-family: 'helvaticaneue';
  src: url(../font/helvaticaneue/HelveticaNeue-Regular.otf);
  font-weight: normal; }

@font-face {
  font-family: 'helvaticaneue';
  src: url(../font/helvaticaneue/HelveticaNeueMed.otf);
  font-weight: 500; }

@font-face {
  font-family: 'helvaticaneue';
  src: url(../font/helvaticaneue/HelveticaNeuBold.otf);
  font-weight: 700; }





.Header {
  border-bottom: solid 2px #ebedf1;
  background-color: #fff; }
  .Header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px; }
  .Header-logo {
    display: block; }
    .Header-logo img {
      height: 60px;
      -o-object-fit: contain;
         object-fit: contain; }
  .Header-right {
    display: flex;
    align-items: center; }
    .Header-right-link {
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      color: var(--bs-theme-first-dark);
      margin-left: 60px;
      display: flex;
      align-items: center; }
      .Header-right-link span {
        font-size: 11px;
        font-weight: normal;
        line-height: 1.66;
        color: var(--bs-theme-first-dark);
        display: block; }
      .Header-right-link i {
        width: 46px;
        height: 46px;
        border-radius: 4px;
        border: solid 1px #e7e9ee;
        margin-right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bs-theme-orange);
        font-size: 22px;
        transition: 500ms; }
      .Header-right-link:hover i {
        color: white;
        transition: 500ms;
        background-color: var(--bs-theme-first-dark); }
  .Header-account span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.66;
    color: var(--bs-theme-first-dark); }
  .Header-account p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.15;
    color: var(--bs-theme-first-dark); }
  .Header-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right; }
    .Header-login h6 {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.15;
      color: var(--bs-theme-first); }
      .Header-login h6 strong {
        font-weight: bold; }
    .Header-login p {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.15;
      color: var(--bs-theme-first); }
      .Header-login p span {
        color: var(--bs-theme-orange);
        font-weight: bold; }
    .Header-login-avatar {
      margin-left: 15px;
      width: 60px;
      height: 60px;
      border-radius: 40px;
      background-color: #e7e9ee;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: black; }

.Content-in {
  padding-left: calc((100vw - 1460px) / 2);
  padding-right: calc((100vw - 1460px) / 2);
  border-bottom: solid 2px #ebedf1;
  position: relative;
  z-index: 2; }
  .Content-in:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #f5f6f8;
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 50%;
    z-index: -1;
    pointer-events: none; }
  .Content-in.otel:before {
    height: 90px; }

.Content-inner {
  display: flex;
  justify-content: space-between; }

.Content-left {
  width: 64.5%;
  padding-left: 30px;
  border-right: solid 2px #ebedf1;
  z-index: 1; }

.Content-right {
  width: 35.5%;
  z-index: 2;
  position: relative;
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: scroll; }
  .Content-right-collapse {
    z-index: 9;
    display: none; }
    .Content-right-collapse .Info-header {
      display: none; }
  .Content-right.otel {
    max-height: calc(100vh - 100px); }

.Content-other {
  margin-left: 30px;
  border-bottom: none; }
  .Content-other:before {
    display: none; }
  .Content-other .Content-right {
    max-height: none;
    overflow-y: hidden;
    padding-bottom: 30px; }
  .Content-other .Content-left {
    padding-top: clamp(20px, 1.57vw, 30px);
    padding-left: clamp(20px, 2.5vw, 50px);
    border-right: none;
    margin-right: 30px;
    border-left: solid 2px #ebedf1;
    padding-bottom: clamp(20px, 1.57vw, 30px); }

.Info {
  padding: 20px; }
  .Info-mobile {
    display: none; }
  .Info-header {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: var(--bs-theme-orange);
    margin-bottom: 15px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Info-header a {
      font-size: 13px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-orange);
      text-decoration: underline; }
  .Info-content-head {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    background-color: #f5f6f8;
    padding-left: 20px;
    padding-right: 20px; }
    .Info-content-head h6 {
      margin-bottom: 5px;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first-dark); }
    .Info-content-head span {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first-dark); }
      .Info-content-head span.orange {
        color: var(--bs-theme-orange); }
  .Info-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px; }
    .Info-content-item span {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.6;
      color: var(--bs-theme-grey); }
      .Info-content-item span:last-child {
        font-size: 15px; }
      .Info-content-item span.orange {
        color: var(--bs-theme-orange); }
  .Info-collapse {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: 400ms; }
    .Info-collapse.active {
      top: 0;
      pointer-events: auto;
      opacity: 1;
      transition: 400ms;
      height: 100%; }

.Rezervasyon {
  height: calc(100vh - 184px);
  position: relative; }
  .Rezervasyon.pay {
    padding-bottom: 20px;
    height: auto; }
    .Rezervasyon.pay .Rezervasyon-info {
      overflow-y: hidden;
      max-height: none; }
  .Rezervasyon:after {
    pointer-events: none;
    content: " ";
    display: inline-block;
    transition: 500ms;
    left: 0;
    right: 30px;
    bottom: 0;
    height: 45px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    position: absolute; }
  .Rezervasyon-step {
    height: 60px;
    display: flex;
    align-items: center; }
    .Rezervasyon-step .nav {
      flex-wrap: nowrap; }
      .Rezervasyon-step .nav-link {
        margin-right: clamp(20px, 2vw, 40px);
        display: flex;
        align-items: center;
        white-space: nowrap; }
        .Rezervasyon-step .nav-link span {
          font-size: 15px;
          font-weight: 500;
          line-height: 1.55;
          color: #c5c9d5; }
        .Rezervasyon-step .nav-link:after {
          content: "";
          transition: 500ms;
          background-repeat: no-repeat;
          background-size: 12px 12px;
          background-position: center;
          background-image: url(../images/icon-check.svg);
          color: white;
          margin-left: 6px;
          width: 24px;
          min-width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 100%;
          background-color: #C8DAE0; }
      .Rezervasyon-step .nav .active {
        background-color: transparent; }
        .Rezervasyon-step .nav .active span {
          color: var(--bs-theme-first); }
        .Rezervasyon-step .nav .active:after {
          background-color: var(--bs-theme-orange); }
      .Rezervasyon-step .nav .success {
        background-color: transparent; }
        .Rezervasyon-step .nav .success span {
          color: var(--bs-theme-first); }
        .Rezervasyon-step .nav .success:after {
          background-color: #61c294; }
  .Rezervasyon-villa {
    background-color: #f5f6f8;
    padding-right: clamp(30px, 2.5vw, 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px; }
    .Rezervasyon-villa-left {
      display: flex;
      align-items: center;
      padding-right: 15px; }
      .Rezervasyon-villa-left img {
        height: clamp(34px, 2.4vw, 46px);
        -o-object-fit: contain;
           object-fit: contain;
        border-radius: 8px; }
      .Rezervasyon-villa-left-info {
        padding-left: 24px; }
      .Rezervasyon-villa-left-code {
        display: flex;
        align-items: center; }
        .Rezervasyon-villa-left-code h6 {
          font-size: clamp(15px, 1.4vw, 17px);
          font-weight: bold;
          line-height: 1.5;
          color: var(--bs-theme-first); }
      .Rezervasyon-villa-left-place {
        display: block;
        font-size: clamp(12px, 1vw, 14px);
        line-height: 1.48;
        color: #687392; }
        .Rezervasyon-villa-left-place span {
          font-weight: bold;
          text-decoration: underline; }
    .Rezervasyon-villa-go {
      transition: 500ms;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 500;
      color: black;
      width: clamp(165px, 10vw, 175px);
      height: clamp(53px, 3vw, 60px);
      border-radius: 4px;
      background-color: #fff; }
      .Rezervasyon-villa-go:hover {
        transition: 500ms;
        background-color: var(--bs-theme-first-dark);
        color: white; }
        .Rezervasyon-villa-go:hover:after {
          filter: brightness(10); }
      .Rezervasyon-villa-go:after {
        margin-left: 10px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
  .Rezervasyon-info {
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    max-height: calc(100% - 175px);
    overflow: hidden;
    overflow-y: scroll; }
    .Rezervasyon-info-header h1 {
      font-size: clamp(20px, 1.25vw, 24px);
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first);
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Rezervasyon-info-header a {
      text-decoration: underline;
      display: block;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.55;
      color: var(--bs-theme-first);
      transition: 500ms; }
      .Rezervasyon-info-header a:hover {
        color: var(--bs-theme-orange);
        transition: 500ms; }
    .Rezervasyon-info-header span {
      display: block;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.6;
      color: var(--bs-theme-grey); }
    .Rezervasyon-info-header a {
      margin-top: 5px;
      display: flex;
      align-items: center; }
      .Rezervasyon-info-header a i {
        margin-right: 10px; }
    .Rezervasyon-info-inner {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
      padding-bottom: 20px;
      border-bottom: solid 2px #ebedf1; }
    .Rezervasyon-info-item {
      margin-bottom: 10px;
      width: 24%;
      min-width: 160px; }
      .Rezervasyon-info-item span {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.3;
        display: block;
        color: #0d1b46; }
      .Rezervasyon-info-item p {
        font-size: 15px;
        line-height: 1.55;
        color: var(--bs-theme-grey); }
    .Rezervasyon-info-date {
      padding-top: 30px;
      padding-bottom: 30px; }
      .Rezervasyon-info-date-in {
        display: flex;
        align-items: center; }
      .Rezervasyon-info-date-item {
        margin-right: 90px; }
        .Rezervasyon-info-date-item span {
          font-size: 12px;
          font-weight: 500;
          color: #0d1b46; }
        .Rezervasyon-info-date-item p {
          font-size: 23px;
          font-weight: 500;
          line-height: 1.32;
          color: var(--bs-theme-grey); }
  .Rezervasyon-content {
    padding-right: clamp(10px, 1.1vw, 20px);
    margin-top: 15px; }
  .Rezervasyon-counter {
    display: flex;
    align-items: center; }
    .Rezervasyon-counter .counter {
      width: 41px;
      height: 41px;
      background-color: #fff;
      border-radius: 100%;
      color: var(--bs-theme-first);
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Rezervasyon-counter .counter:hover {
        color: white;
        background-color: var(--bs-theme-first);
        transition: 500ms; }
      .Rezervasyon-counter .counter.dec {
        font-size: 16px; }
    .Rezervasyon-counter input {
      border: none;
      width: 30px;
      text-align: center;
      background-color: transparent;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.55;
      color: var(--bs-theme-first); }
    .Rezervasyon-counter-approve {
      margin-left: 12px;
      transition: 500ms;
      font-size: 12px;
      font-weight: 500;
      color: #0b173a; }
      .Rezervasyon-counter-approve:hover {
        color: var(--bs-theme-orange);
        transition: 500ms; }
  .Rezervasyon-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
    .Rezervasyon-services-item {
      cursor: pointer;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(50% - 5px);
      height: 120px;
      margin-bottom: 10px;
      background-color: #f5f6f8;
      padding-left: clamp(20px, 1.8vw, 30px);
      padding-right: clamp(20px, 1.4vw, 25px);
      transition: 500ms; }
      .Rezervasyon-services-item-info {
        padding-right: 10px; }
        .Rezervasyon-services-item-info h6 {
          font-size: 22px;
          font-weight: 500;
          line-height: 1.15;
          color: var(--bs-theme-first); }
        .Rezervasyon-services-item-info span {
          display: block;
          font-size: 15px;
          line-height: 1.3;
          color: var(--bs-theme-first); }
          .Rezervasyon-services-item-info span i {
            margin-left: 7px;
            font-size: 16px;
            color: var(--bs-theme-first); }
        .Rezervasyon-services-item-info p {
          font-size: 12px;
          font-weight: 300;
          color: var(--bs-theme-first);
          line-height: normal;
          max-width: 250px;
          margin-top: 5px; }
      .Rezervasyon-services-item label {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        position: relative; }
        .Rezervasyon-services-item label:before {
          position: absolute;
          right: 40px;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 40px;
          height: 40px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-plus.svg); }
        .Rezervasyon-services-item label:after {
          width: 32px;
          margin-left: 7px;
          content: " Ekle";
          display: inline-block;
          transition: 500ms;
          font-size: 12px;
          color: #0b173a; }
      .Rezervasyon-services-item input[type="checkbox"] {
        position: absolute;
        opacity: 0; }
        .Rezervasyon-services-item input[type="checkbox"]:checked ~ label h6 {
          color: var(--bs-theme-orange);
          transition: 500ms; }
        .Rezervasyon-services-item input[type="checkbox"]:checked ~ label:after {
          content: " Çıkart";
          color: var(--bs-theme-orange);
          transition: 500ms; }
        .Rezervasyon-services-item input[type="checkbox"]:checked ~ label:before {
          transition: 500ms;}
      .Rezervasyon-services-item:hover {
        background-color: #a6afc250;
        transition: 500ms; }
      .Rezervasyon-services-item:last-child {
        margin-bottom: 0; }
    .Rezervasyon-services-content {
      box-shadow: 0 12px 16px 0 #ebedf1;
      z-index: 9;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      transform: translateY(100%);
      height: 59px;
      background-color: #ebedf1;
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0;
      pointer-events: none;
      transition: 300ms; }
      .Rezervasyon-services-content.active {
        pointer-events: auto;
        opacity: 1;
        bottom: 0; }
    .Rezervasyon-services-counter_open {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .Rezervasyon-services-counter_open:before {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-plus.svg); }
      .Rezervasyon-services-counter_open:after {
        width: 32px;
        margin-left: 7px;
        content: " Ekle";
        display: inline-block;
        transition: 500ms;
        font-size: 12px;
        color: #0b173a; }
      .Rezervasyon-services-counter_open.active:after {
        content: " Çıkart";
        color: var(--bs-theme-orange);
        transition: 500ms; }
      .Rezervasyon-services-counter_open.active:before {
        transition: 500ms;}
  .Rezervasyon-pay .nav {
    flex-wrap: nowrap; }
    .Rezervasyon-pay .nav-item {
      width: 50%;
      max-width: 270px; }
      .Rezervasyon-pay .nav-item:first-child {
        margin-right: 16px; }
    .Rezervasyon-pay .nav-link {
      position: relative;
      display: flex;
      align-items: center;
      background-color: #f5f6f8;
      border-radius: 4px;
      border: solid 2px #f5f6f8;
      padding: 0; }
    .Rezervasyon-pay .nav .active {
      background-color: white; }
  .Rezervasyon-pay-radio {
    border: solid 2px #f5f6f8;
    padding: 12px; }
    .Rezervasyon-pay-radio input {
      position: absolute;
      opacity: 0; }
      .Rezervasyon-pay-radio input:checked ~ label {
        border-color: var(--bs-theme-orange); }
        .Rezervasyon-pay-radio input:checked ~ label:after {
          transition: 500ms;
          opacity: 1; }
        .Rezervasyon-pay-radio input:checked ~ label span {
          color: var(--bs-theme-orange); }
    .Rezervasyon-pay-radio label {
      border-radius: 4px;
      height: 105px;
      cursor: pointer;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 0;
      font-size: clamp(22px, 1.4vw, 27px);
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first);
      position: relative;
      padding-left: clamp(15px, 1.4vw, 25px);
      padding-right: 45px;
      border-bottom: 3px solid transparent; }
      .Rezervasyon-pay-radio label span {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        color: var(--bs-theme-first); }
      .Rezervasyon-pay-radio label p {
        font-size: 12px;
        font-weight: 300;
        color: var(--bs-theme-first-dark); }
      .Rezervasyon-pay-radio label:before {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 24px;
        height: 24px;
        border: solid 2px #ebedf1;
        background-color: #fff;
        border-radius: 100%; }
      .Rezervasyon-pay-radio label:after {
        opacity: 0;
        position: absolute;
        top: 50%;
        right: 27px;
        transform: translateY(-50%);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 10px;
        height: 10px;
        background-color: var(--bs-theme-orange);
        border-radius: 100%; }
      .Rezervasyon-pay-radio label i {
        margin-right: 20px;
        font-size: 34px; }
    .Rezervasyon-pay-radio-text {
      margin-left: auto;
      margin-bottom: 0 !important;
      margin-right: 8px;
      font-size: 13px !important;
      font-weight: 500 !important;
      color: var(--bs-theme-orange) !important;
      opacity: 0;
      transition: 400ms; }
  .Rezervasyon-pay-in {
    margin-top: 15px; }
  .Rezervasyon-pay-item:last-child {
    border-bottom: none; }
  .Rezervasyon-pay-item label {
    border-bottom: 1px solid #a6afc230 !important;
    padding-left: 35px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    line-height: 1.15;
    color: #a6afc2;
    height: 80px;
    transition: 500ms;
    border-radius: 0; }
  .Rezervasyon-pay-item:hover {
    background-color: #f5f6f8;
    transition: 500ms; }
  .Rezervasyon-pay-item input:checked ~ label {
    color: var(--bs-theme-first);
    background-color: #f5f6f8; }
    .Rezervasyon-pay-item input:checked ~ label i {
      color: var(--bs-theme-orange); }
    .Rezervasyon-pay-item input:checked ~ label .Rezervasyon-pay-radio-text {
      opacity: 1;
      transition: 400ms; }
  .Rezervasyon-pay-description p {
    font-size: 15px;
    color: #a6afc2; }

.Step-button {
  background-color: white; }
  .Step-button-in {
    display: flex;
    align-items: center;
    height: 90px;
    padding-right: 30px; }
  .Step-button-left {
    display: flex;
    align-items: center; }
  .Step-button .button:disabled {
    opacity: 0.5; }
  .Step-button .button.prev {
    margin-left: auto;
    margin-right: 15px; }
  .Step-button .passive {
    pointer-events: none;
    opacity: 0.3; }
  .Step-button-pay {
    display: flex; }
    .Step-button-pay .button {
      height: 55px; }
  .Step-button-checkbox {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .Step-button-checkbox button:first-child {
      margin-bottom: 5px; }
  .Step-button .checkbox {
    margin-left: 30px; }

.checkbox {
  background-color: transparent;
  z-index: 9;
  text-align: left; }
  .checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .checkbox label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #687392;
    display: flex;
    align-items: center;
    position: relative; }
    .checkbox label a {
      text-decoration: underline !important;
      margin-right: 5px; }
    .checkbox label:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 22px;
      height: 22px;
      border-radius: 4px;
      border: solid 2px var(--bs-theme-light);
      margin-right: 10px; }
    .checkbox label:after {
      content: '';
      position: absolute;
      left: 9px;
      top: 6px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      z-index: 2;
      opacity: 0; }
    @media (max-width: 600px) {
      .checkbox label {
        flex-wrap: wrap; } }
  .checkbox input:checked ~ label:before {
    transition: 500ms;
    background-color: var(--bs-theme-orange);
    border-color: var(--bs-theme-orange); }
  .checkbox input:checked ~ label:after {
    transition: 500ms;
    opacity: 1; }

.Villa_detail-poster {
  position: relative; }
  .Villa_detail-poster:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); }
  .Villa_detail-poster img {
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover; }
  .Villa_detail-poster-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: clamp(20px, 2vw, 30px);
    right: clamp(20px, 2vw, 30px);
    bottom: 15px;
    z-index: 9; }
    .Villa_detail-poster-text-desc {
      font-size: 15px;
      font-weight: 500;
      color: var(--bs-theme-first); }
    .Villa_detail-poster-text-badge {
      display: flex;
      align-items: center; }
      .Villa_detail-poster-text-badge span {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        color: #687392;
        margin-right: 12px; }
        .Villa_detail-poster-text-badge span:after {
          border-radius: 100%;
          margin-left: 12px;
          content: " ";
          display: inline-block;
          transition: 500ms;
          width: 4px;
          height: 4px;
          background-color: var(--bs-theme-orange); }
        .Villa_detail-poster-text-badge span:last-child:after {
          display: none; }
    .Villa_detail-poster-text-left h6 {
      font-size: 23px;
      font-weight: bold;
      color: var(--bs-theme-first); }

.Villa_detail-rate {
  display: flex;
  align-items: center; }
  .Villa_detail-rate i {
    margin-left: 5px;
    font-size: 10px;
    color: var(--bs-theme-grey); }
    .Villa_detail-rate i.active {
      color: var(--bs-theme-first); }

.Villa_detail-certificate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 30px; }
  .Villa_detail-certificate-left {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 3px;
    border: solid 1px #c5c9d5;
    background-color: #f5f6f8; }
    .Villa_detail-certificate-left img {
      margin-right: 8px; }
    .Villa_detail-certificate-left p {
      font-size: 12px;
      font-weight: 500;
      color: #2c318c; }
  .Villa_detail-certificate-right {
    display: flex;
    align-items: center; }
    .Villa_detail-certificate-right i {
      font-size: 18px;
      margin-right: 8px;
      color: var(--bs-theme-orange); }
    .Villa_detail-certificate-right span {
      font-size: 12px;
      font-weight: 500;
      color: var(--bs-theme-orange); }

.Villa_detail-date {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 1px solid #f5f6f8;
  padding-bottom: 10px; }
  .Villa_detail-date-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 2;
    max-width: clamp(240px, 18vw, 280px);
    position: relative; }
    .Villa_detail-date-in:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: auto 100%; }
  .Villa_detail-date-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #0d1b46; }
  .Villa_detail-date-item h6 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--bs-theme-grey); }
  .Villa_detail-date-counter {
    margin-left: 40px;
    width: 57px;
    height: 57px;
    border-radius: 4px;
    background-color: var(--bs-theme-orange);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .Villa_detail-date-counter h6 {
      font-size: 23px;
      font-weight: 500;
      line-height: 1.15;
      color: #fff; }
    .Villa_detail-date-counter span {
      line-height: 1.2;
      font-size: 12px;
      font-weight: 500;
      display: block;
      color: #fff; }

.Villa_detail-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: clamp(220px, 16.5vw, 260px); }
  .Villa_detail-time-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #0d1b46;
    display: block; }
  .Villa_detail-time-item p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.15;
    color: var(--bs-theme-grey); }

.Villa_detail-method {
  margin-top: 25px;
  padding-left: 30px;
  padding-right: 30px; }

.Villa_detail-button {
  text-decoration: underline;
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.15;
  color: var(--bs-theme-first);
  transition: 500ms;
  background-color: transparent; }
  .Villa_detail-button:hover {
    color: var(--bs-theme-orange);
    transition: 500ms; }

.Need_to_know {
  padding-bottom: 30px; }
  .Need_to_know .nav-link {
    margin-right: 20px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    color: var(--bs-theme-first-dark);
    display: flex;
    align-items: center; }
    .Need_to_know .nav-link strong {
      font-weight: bold;
      margin-right: 5px; }
    .Need_to_know .nav-link i {
      margin-right: 10px;
      font-size: 24px; }
  .Need_to_know .nav .active {
    color: var(--bs-theme-orange);
    background-color: transparent; }
  .Need_to_know .swiper-container {
    overflow: visible;
    padding-left: 90px; }
    .Need_to_know .swiper-container:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 90px;
      z-index: 2;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 20%); }
    .Need_to_know .swiper-container:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      position: absolute;
      right: -20px;
      top: 0;
      bottom: 0;
      width: 100px;
      z-index: 2;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 80%); }
  .Need_to_know .swiper-button-prev, .Need_to_know .swiper-button-next {
    background-image: none;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: solid 1px #e7e9ee;
    background-color: #f5f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    left: 0;
    right: auto; }
    .Need_to_know .swiper-button-prev i, .Need_to_know .swiper-button-next i {
      color: var(--bs-theme-first);
      font-size: 20px; }
  .Need_to_know .swiper-button-prev {
    bottom: 0;
    top: auto; }
  .Need_to_know .swiper-button-next {
    top: 0; }
  .Need_to_know-item {
    height: 90px;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 8px;
    background-color: #f5f6f8;
    padding-left: clamp(20px, 1.7vw, 30px);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px; }
    .Need_to_know-item span {
      display: flex;
      height: 30px; }
      .Need_to_know-item span i {
        color: var(--bs-theme-orange);
        font-size: 30px; }
      .Need_to_know-item span img {
        height: 30px;
        -o-object-fit: contain;
           object-fit: contain; }
    .Need_to_know-item p {
      margin-top: 20px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first); }
  .Need_to_know-slider {
    margin-top: 20px;
    padding-bottom: clamp(30px, 2vw, 40px);
    border-bottom: 1px solid #ebedf1; }
  .Need_to_know-features {
    display: flex;
    border-bottom: 1px solid #ebedf1;
    padding-top: 20px;
    padding-bottom: 20px; }
    .Need_to_know-features-icon {
      min-width: 70px;
      height: 70px;
      border-radius: 10px;
      background-color: #f5f6f8;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Need_to_know-features-icon i {
        color: var(--bs-theme-orange);
        font-size: 38px; }
    .Need_to_know-features-in {
      margin-left: 20px; }
      .Need_to_know-features-in h6 {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.15;
        color: var(--bs-theme-first); }
        .Need_to_know-features-in h6 span {
          color: var(--bs-theme-orange);
          font-weight: bold; }
      .Need_to_know-features-in p {
        padding-right: 15px;
        max-width: 685px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        color: var(--bs-theme-grey); }
    .Need_to_know-features-inner {
      display: flex;
      flex-wrap: wrap; }
      .Need_to_know-features-inner span {
        margin-right: 8px;
        margin-top: 8px;
        padding: 8px 16px;
        border-radius: 2px;
        background-color: #f5f6f8;
        font-size: 13px;
        line-height: 1.48;
        color: #0d1b46; }
  .Need_to_know-conditions {
    margin-top: clamp(25px, 2.5vw, 50px); }
    .Need_to_know-conditions h6 {
      font-size: 12.6px;
      font-weight: bold;
      color: var(--bs-theme-first);
      margin-bottom: 20px; }
    .Need_to_know-conditions p {
      max-width: 680px;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.55;
      color: var(--bs-theme-grey); }
  .Need_to_know-descriptiton {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ebedf1; }
    .Need_to_know-descriptiton i {
      margin-top: -5px;
      font-size: 48px;
      color: var(--bs-theme-orange);
      margin-right: clamp(15px, 1.5vw, 25px); }
    .Need_to_know-descriptiton-in {
      padding-right: 15px; }
    .Need_to_know-descriptiton h6 {
      font-size: 23px;
      font-weight: 500;
      line-height: 1.15;
      color: var(--bs-theme-first); }
    .Need_to_know-descriptiton p {
      max-width: 670px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.55;
      color: var(--bs-theme-grey); }

.copy {
  display: flex;
  align-items: center; }
  .copy-text {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first); }
  .copy-button {
    color: var(--bs-theme-grey);
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    transition: 500ms;
    position: relative; }
    .copy-button:hover {
      color: #00c78b;
      transition: 500ms; }
    .copy-button:before {
      pointer-events: none;
      content: "Kopyalandı";
      transition: 500ms;
      width: 80px;
      height: 30px;
      border-radius: 12px;
      background-color: #a6afc2;
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateY(-100%) translateX(-50%);
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0; }
    .copy-button.active:before {
      top: 0;
      opacity: 1;
      transition: 500ms; }

.Havale {
  padding-right: 15px; }
  .Havale-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Havale-header h2 {
      font-size: clamp(16px, 1.2vw, 24px);
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first);
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Havale-header a {
      text-decoration: underline;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.55;
      color: var(--bs-theme-first);
      transition: 500ms;
      margin-top: 5px;
      display: flex;
      align-items: center; }
      .Havale-header a i {
        margin-right: 10px; }
      .Havale-header a:hover {
        color: var(--bs-theme-orange);
        transition: 500ms; }
    .Havale-header-left {
      flex-grow: 1; }
    .Havale-header-right {
      flex-grow: 2; }
      .Havale-header-right a {
        margin-top: 10px; }
  .Havale-payment {
    margin-top: 20px;
    padding: 25px 20px;
    border-radius: 4px;
    border: solid 2px #e7e9ee;
    background-color: #fff; }
    .Havale-payment:last-child {
      background-color: #fafbfc; }
      .Havale-payment:last-child .Havale-payment-bottom {
        align-items: flex-start; }
      .Havale-payment:last-child .Havale-right {
        margin-top: 10px; }
    .Havale-payment-top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Havale-payment-bottom {
      margin-top: 7px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
    .Havale-payment-left {
      width: calc(50% - 12px); }
      .Havale-payment-left h6 {
        font-size: 27px;
        font-weight: 300;
        line-height: 1.15;
        color: var(--bs-theme-first); }
        .Havale-payment-left h6 i {
          font-size: 30px;
          margin-right: 10px; }
    .Havale-payment-right {
      width: calc(50% - 10px); }
      .Havale-payment-right p {
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        color: var(--bs-theme-grey); }
      .Havale-payment-right .button {
        width: 100%;
        height: 56px; }
  .Havale-in {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .Havale-left {
    width: calc(50% - 5px); }
  .Havale-right {
    width: calc(50% - 5px);
    border-radius: 4px;
    border: solid 2px #f5f6f8;
    padding-left: clamp(15px, 1.4vw, 20px);
    padding-right: clamp(15px, 1.4vw, 20px);
    height: 250px; }
  .Havale-banks {
    margin-top: 30px; }
    .Havale-banks-select {
      margin-bottom: 5px;
      position: relative;
      z-index: 9999; }
      .Havale-banks-select label {
        display: block;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.8;
        color: #a6afc2; }
      .Havale-banks-select .form-select {
        padding-left: 16px;
        border-radius: 4px;
        border: solid 1px var(--bs-theme-light);
        height: 56px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: var(--bs-theme-first-dark); }
        .Havale-banks-select .form-select:focus {
          box-shadow: none;
          border-color: #00c78b; }
    .Havale-banks-content {
      display: none;
      height: 200px;
      padding-left: clamp(12px, 1.4vw, 24px);
      padding-right: clamp(12px, 1.4vw, 24px);
      padding-top: 18px;
      padding-bottom: 18px;
      border-radius: 4px;
      border: solid 2px #f5f6f8;
      background-color: #fafbfc; }
      .Havale-banks-content-item {
        display: flex; }
        .Havale-banks-content-item-left {
          min-width: 95px;
          display: flex;
          align-items: center; }
          .Havale-banks-content-item-left span {
            display: block;
            opacity: 0.5;
            font-size: 13px;
            font-weight: 500;
            color: var(--bs-theme-first); }
        .Havale-banks-content-item-right {
          display: flex;
          align-items: center; }
          .Havale-banks-content-item-right span {
            display: block;
            font-size: 13px;
            font-weight: 500;
            color: var(--bs-theme-first); }
      .Havale-banks-content.show {
        display: block; }
  .Havale-time {
    margin-top: -80px; }
    .Havale-time h5 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-orange); }
    .Havale-time-in {
      margin-top: 12px;
      display: flex;
      justify-content: space-between; }
    .Havale-time-item {
      width: calc(33.33% - 5px);
      height: 94px;
      border-radius: 4px;
      border: solid 2px #f5f6f8;
      background-color: #fafbfc;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .Havale-time-item h6 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.15;
        color: var(--bs-theme-grey); }
      .Havale-time-item span {
        display: block;
        display: block;
        font-size: 13px;
        font-weight: 500;
        line-height: 2;
        color: var(--bs-theme-grey); }
  .Havale-havetopay {
    margin-top: 18px; }
    .Havale-havetopay h6 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-orange); }
    .Havale-havetopay h5 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first); }
  .Havale-code {
    display: flex;
    margin-top: 15px;
    padding-top: 18px;
    border-top: 2px solid #f5f6f8; }
    .Havale-code:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 14px;
      height: 62px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      margin-right: 20px; }
    .Havale-code-in {
      display: flex;
      flex-direction: column; }
      .Havale-code-in h6 {
        font-size: 13px;
        font-weight: 500;
        color: var(--bs-theme-orange);
        line-height: 1; }
      .Havale-code-in p {
        font-size: 13px;
        font-weight: 500;
        color: #a6afc2;
        line-height: 1; }
    .Havale-code-icon {
      height: 62px;
      color: var(--bs-theme-orange);
      font-size: 62px; }
  .Havale .bootstrap-select {
    width: 100% !important; }
    .Havale .bootstrap-select .dropdown-toggle {
      height: 56px;
      padding-left: 16px;
      font-size: 13px;
      font-weight: 500;
      color: var(--bs-theme-first-dark);
      position: relative;
      padding-right: 30px; }
      .Havale .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
        box-shadow: none; }
      .Havale .bootstrap-select .dropdown-toggle:after {
        display: none; }
      .Havale .bootstrap-select .dropdown-toggle:before {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-down-chevron_d.svg); }
      .Havale .bootstrap-select .dropdown-toggle[aria-expanded='true']:before {
        transform: rotate(180deg) translateY(50%); }
    .Havale .bootstrap-select .dropdown-item.active {
      background-color: var(--bs-theme-first); }
    .Havale .bootstrap-select .dropdown-item:active {
      background-color: #00c78b; }
    .Havale .bootstrap-select .filter-option {
      display: flex;
      align-items: center; }
  .Havale-notification {
    margin-top: 35px;
    margin-bottom: 35px; }
    .Havale-notification-in {
      margin-top: 15px;
      position: relative; }
    .Havale-notification-head {
      display: flex; }
      .Havale-notification-head span {
        font-size: 13px;
        font-weight: 500;
        line-height: 2;
        color: #a6afc2; }
    .Havale-notification-item {
      display: flex;
      position: relative;
      margin-bottom: clamp(5px, 0.5vw, 10px); }
    .Havale-notification-input {
      width: calc((100% - clamp(80px, 8vw, 120px)) / 3 - clamp(5px, 0.5vw, 10px));
      margin-right: clamp(5px, 0.5vw, 10px); }
      .Havale-notification-input input {
        height: 56px;
        border-radius: 4px;
        border: solid 1px var(--bs-theme-light);
        padding-left: 16px;
        padding-right: 16px;
        font-size: 13px;
        font-weight: 500;
        color: var(--bs-theme-first-dark); }
        .Havale-notification-input input:focus {
          box-shadow: none;
          border-color: var(--bs-theme-first); }
        .Havale-notification-input input::-moz-placeholder {
          opacity: 0.5; }
        .Havale-notification-input input::placeholder {
          opacity: 0.5; }
      .Havale-notification-input .bootstrap-select .dropdown-toggle {
        background-color: transparent;
        border-color: var(--bs-theme-light);
        color: #3a487160 !important; }
      .Havale-notification-input .bootstrap-select.dropup .dropdown-toggle {
        color: #3a4871 !important; }
    .Havale-notification-button {
      display: none; }
  .Havale-rPayment {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: clamp(330px, 30vw, 400px);
    margin-left: auto; }
    .Havale-rPayment-item {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 5px;
      justify-content: space-between; }
      .Havale-rPayment-item span {
        font-size: 15px;
        font-weight: bold;
        line-height: normal;
        color: #a6afc2;
        display: block; }
      .Havale-rPayment-item:first-child span:last-child {
        font-size: 20px;
        color: var(--bs-theme-first); }
  .Havale.Pieces .Havale-in {
    align-items: flex-start; }
  .Havale.Pieces .Havale-right {
    border: none;
    height: auto;
    padding: 0; }
    .Havale.Pieces .Havale-right .button {
      padding: 0;
      height: 56px; }
  .Havale.Pieces .Havale-banks-content {
    height: auto;
    border: none;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 0; }
  .Havale.Pieces .Havale-time {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Havale.Pieces .Havale-time h5 {
      flex-grow: 1; }
    .Havale.Pieces .Havale-time-in {
      flex-grow: 3; }
    .Havale.Pieces .Havale-time-item {
      height: 75px; }
  .Havale.Pieces .Havale-code {
    margin-top: 0;
    border: none;
    margin-bottom: 20px; }
  .Havale.Pieces .Havale-banks {
    margin-top: 0; }

.notificationAdd {
  width: clamp(80px, 8vw, 120px);
  height: 56px;
  border-radius: 4px;
  background-color: var(--bs-theme-first);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-theme-grey);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 500ms;
  z-index: 2; }
  .notificationAdd:hover {
    background-color: #00c78b;
    transition: 500ms;
    color: white; }
  .notificationAdd:focus {
    color: white; }

.notificationRemove {
  z-index: 1;
  color: #cf2c2c;
  font-size: 24px;
  background-color: transparent;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%); }

.last-form-item-invoice {
  margin-right: auto;
  margin-left: 14px; }
  @media (max-width: 991px) {
    .last-form-item-invoice {
      margin-right: unset;
      margin-left: 0; } }

.wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 10px; }

.card-form {
  width: calc(100% - clamp(350px, 28vw, 395px) - clamp(10px, 2.5vw, 30px));
  max-width: 396px; }
  @media screen and (max-width: 991px) {
    .card-form {
      width: 100%;
      max-width: none; } }
  .card-form__inner {
    background: #fff;
    margin-top: 20px; }
  .card-form__row {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 991px) {
      .card-form__row {
        flex-direction: column;
        gap: 12px;
        justify-content: space-between; } }
  .card-form__col {
    width: calc(100% - 100px);
    margin-right: clamp(5px, 0.7vw, 10px); }
    .card-form__col:last-child {
      margin-left: auto;
      margin-right: 0; }
    .card-form__col.-cvv {
      max-width: 100px; }
    @media screen and (max-width: 991px) {
      .card-form__col {
        max-width: 250px;
        margin-right: 0; }
        .card-form__col.-cvv {
          margin-left: 0;
          max-width: 100px; } }
  .card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .card-form__group .card-input__input {
      flex: 1;
      margin-right: 15px; }
      .card-form__group .card-input__input:last-child {
        margin-right: 0; }
  .card-form__button {
    width: 100%;
    height: 55px;
    background: #2364d2;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer; }

.card-item {
  max-width: clamp(365px, 28vw, 395px);
  height: 247px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .card-item {
      position: relative;
      right: auto;
      top: auto;
      max-width: none;
      height: 190px;
      width: 330px;
      margin-left: auto;
      margin-right: auto; } }
  .card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg); }
  .card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg); }
  .card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65); }
    .card-item__focus:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #08142f;
      height: 100%;
      border-radius: 5px;
      filter: blur(25px);
      opacity: 0.5; }
    .card-item__focus.-active {
      opacity: 1; }
  .card-item__side {
    border-radius: 15px;
    overflow: hidden;
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 100%; }
    .card-item__side.-back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
      z-index: 2;
      padding: 0;
      height: 100%; }
      .card-item__side.-back .card-item__cover {
        transform: rotateY(-180deg); }
  .card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden; }
    .card-item__cover:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(6, 2, 29, 0.45); }
  .card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px; }
    @media screen and (max-width: 480px) {
      .card-item__top {
        margin-bottom: 25px; } }
    @media screen and (max-width: 360px) {
      .card-item__top {
        margin-bottom: 15px; } }
  .card-item__chip {
    width: 60px; }
    @media screen and (max-width: 480px) {
      .card-item__chip {
        width: 50px; } }
    @media screen and (max-width: 360px) {
      .card-item__chip {
        width: 40px; } }
  .card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .card-item__type {
        height: 40px;
        max-width: 90px; } }
    @media screen and (max-width: 360px) {
      .card-item__type {
        height: 30px; } }
  .card-item__typeImg {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%;
    -o-object-position: top right;
       object-position: top right; }
  .card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .card-item__info {
        padding: 10px; } }
  .card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 3px; }
    @media screen and (max-width: 480px) {
      .card-item__holder {
        font-size: 12px; } }
  .card-item__wrapper {
    font-family: "Source Code Pro", monospace;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
    @media screen and (max-width: 480px) {
      .card-item__wrapper {
        padding: 20px 10px; } }
  .card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    @media screen and (max-width: 480px) {
      .card-item__name {
        font-size: 16px; } }
  .card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative; }
  .card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px; } }
    @media screen and (max-width: 360px) {
      .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px; } }
  .card-item__numberItem {
    width: 16px;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .card-item__numberItem {
        width: 13px; }
        .card-item__numberItem.-active {
          width: 16px; } }
    @media screen and (max-width: 360px) {
      .card-item__numberItem {
        width: 12px; }
        .card-item__numberItem.-active {
          width: 8px; } }
  .card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start; }
  .card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .card-item__date {
        font-size: 16px; } }
  .card-item__dateItem {
    position: relative; }
    .card-item__dateItem span {
      width: 22px;
      display: inline-block; }
  .card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 1px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px; } }
  .card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .card-item__band {
        margin-top: 20px; } }
    @media screen and (max-width: 360px) {
      .card-item__band {
        height: 40px;
        margin-top: 10px; } }
  .card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px; }
    .card-item__cvv .card-item__type {
      opacity: 0.7; }
    @media screen and (max-width: 360px) {
      .card-item__cvv {
        padding: 10px 15px; } }
  .card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px; }
  .card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35); }
    @media screen and (max-width: 480px) {
      .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 360px) {
      .card-item__cvvBand {
        margin-bottom: 15px; } }

.card-input {
  margin-bottom: 15px; }
  .card-input__label {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 500;
    color: #a6afc2;
    width: 100%;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .card-input__input {
    width: 100%;
    height: 55px;
    box-shadow: none;
    border-radius: 4px;
    border: solid 1px var(--bs-theme-light);
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    font-family: "Source Sans Pro", sans-serif;
    color: #c5c9d5; }
    @media screen and (max-width: 991px) {
      .card-input__input {
        height: 50px; } }
    .card-input__input:hover, .card-input__input:focus {
      border-color: var(--bs-theme-orange); }
    .card-input__input:valid {
      color: #1a3b5d; }
    .card-input__input:focus {
      color: #1a3b5d; }
    .card-input__input:focus {
      box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35); }
    .card-input__input.-select {
      -webkit-appearance: none;
      background-position: 85% center;
      background-repeat: no-repeat;
      font-size: 14px;
      padding-left: clamp(5px, 1vw, 15px);
      padding-right: clamp(20px, 2.5vw, 30px);
      font-weight: 500;
      color: #c5c9d5;
      background-size: 10px 10px;
      background-image: url(../images/icon-down-chevron_d.svg); }
      .card-input__input.-select:focus {
        border-color: var(--bs-theme-orange);
        outline: none; }
      @media screen and (max-width: 991px) {
        .card-input__input.-select {
          padding-left: 15px;
          padding-right: 20px; } }
  .card-input #cardCvv {
    font-size: 14px; }

.FullScreen {
  height: 100vh;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .FullScreen .Header.transparent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: transparent;
    border-bottom: none;
    z-index: 9; }
    .FullScreen .Header.transparent .Header-logo img {
      height: 80px; }
  .FullScreen .Header .container {
    max-width: 1800px; }
  .FullScreen-in {
    display: flex;
    height: 100%; }
  .FullScreen-left {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .FullScreen-left-strip {
      width: clamp(120px, 10vw, 200px);
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 40px;
      z-index: 1; }
      .FullScreen-left-strip img {
        max-width: 74px;
        opacity: 0.8; }
      .FullScreen-left-strip:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        opacity: 0.5;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px; }
      .FullScreen-left-strip:after {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        content: " ";
        display: inline-block;
        transition: 500ms;
        height: 335px;
        transform: rotate(-180deg);
        opacity: 0.5;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
        z-index: -1; }
    .FullScreen-left-text {
      position: absolute;
      top: 51%;
      transform: translateY(-50%);
      left: 0;
      padding-left: calc((100vw - 1800px) / 2); }
      .FullScreen-left-text h1 {
        margin-left: 30px;
        font-size: clamp(24px, 4vw, 53px);
        font-weight: 300;
        line-height: 0.98;
        color: #fff; }
        .FullScreen-left-text h1 strong {
          font-weight: bold; }
          .FullScreen-left-text p {
            margin-left: 30px;
            font-size: 18px;
            color: #fff;
            font-weight: normal;
            max-width: 350px;
            margin-top: 20px;
        }
      .FullScreen-left-text a {
        margin-top: 40px;
        margin-left: 30px;
        width: 250px;
        height: 62px;
        padding: 0; }
        .FullScreen-left-text a i {
          margin-left: 16px;
          color: var(var(--bs-theme-orange));
          font-size: 14px; }
    .FullScreen-left-footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      padding-left: calc((100vw - 1800px) / 2);
      padding-right: clamp(120px, 10vw, 200px); }
      .FullScreen-left-footer-in {
        padding-left: 30px;
        display: flex;
        align-items: center;
        padding-right: clamp(20px, 2.5vw, 40px); }
      .FullScreen-left-footer-link {
        margin-right: 30px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        text-decoration: underline;
        transition: 500ms; }
        .FullScreen-left-footer-link:hover {
          color: var(var(--bs-theme-orange));
          transition: 500ms; }
      .FullScreen-left-footer-logo {
        margin-left: auto;
        display: block; }
        .FullScreen-left-footer-logo img {
          height: 44px;
          -o-object-fit: contain;
             object-fit: contain; }
  .FullScreen-right {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: clamp(20px, 2vw, 30px); }

.Success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 92px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15vh; }
  .Success-in {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .Success-icon {
    display: flex;
    justify-content: center; }
    .Success-icon:before {
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 172px;
      height: 172px;
      background-size: auto 100%;
      background-image: url(../images/icon-success.svg);
      filter: drop-shadow(0 3px 74px rgba(69, 223, 177, 0.6)); }
  .Success-text {
    margin-top: clamp(30px, 2vw, 45px);
    text-align: center; }
    .Success-text h5 {
      margin-bottom: 15px;
      font-size: 41.9px;
      font-weight: bold;
      line-height: normal;
      text-align: center;
      color: var(--bs-theme-first-dark); }
      .Success-text h5 span {
        color: #45dfb1; }
    .Success-text h6 {
      font-size: 19px;
      font-weight: bold;
      line-height: normal;
      color: var(--bs-theme-first-dark);
      text-align: center; }
    .Success-text p {
      margin-left: auto;
      margin-right: auto;
      max-width: 450px;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      color: var(--bs-theme-grey); }
  .Success-buttons {
    margin-top: clamp(30px, 2vw, 45px);
    display: flex;
    align-items: center;
    justify-content: center; }
    .Success-buttons .button {
      margin-left: 6px;
      margin-right: 6px; }
  .Success.Faild .Success-icon:before {
    filter: drop-shadow(0 3px 74px #d30505);
    background-image: url(../images/faild.svg); }
  .Success.Faild h5 {
    color: #d30505; }
  .Success .load-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 20px; }
  .Success .line {
    margin-left: 4px;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: white; }

.Res_tracking {
  position: relative;
  max-width: 650px;
  padding: clamp(20px, 2vw, 30px);
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  max-height: 770px;
  margin: auto;
  display: flex; }
  .Res_tracking-in {
    margin: auto;
    max-width: 470px;
    width: 100%;
    padding: clamp(20px, 2vw, 30px); }
  .Res_tracking-head-icon {
    margin-bottom: clamp(20px, 2.5vw, 45px);
    width: clamp(60px, 4.5vw, 82px);
    height: clamp(60px, 4.5vw, 82px);
    border-radius: 16px;
    box-shadow: 0 22px 34px -20px #8a8eee;
    background-color: #8a8eee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(20px, 2.5vw, 40px) clamp(20px, 2.5vw, 40px);
    background-image: url(../images/icon-calendar.svg); }
  .Res_tracking-head h6 {
    font-size: 20px;
    font-weight: bold;
    color: var(--bs-theme-first-dark);
    line-height: normal; }
  .Res_tracking-head h2 {
    margin-bottom: 5px;
    font-size: clamp(32px, 2.5vw, 40px);
    font-weight: bold;
    line-height: normal;
    color: var(--bs-theme-first-dark); }
  .Res_tracking-head p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.73;
    color: var(--bs-theme-grey); }
  .Res_tracking-form {
    margin-top: clamp(20px, 2.5vw, 45px); }
    .Res_tracking-form-item {
      margin-bottom: 15px; }
      .Res_tracking-form-item input {
        font-size: 13px;
        font-weight: 500;
        color: var(--bs-theme-first-dark);
        height: clamp(50px, 4vw, 70px);
        padding-left: 24px;
        border-radius: 4px;
        box-shadow: 0 4px 24px 0 rgba(127, 146, 183, 0.05);
        background-color: #fff; }
        .Res_tracking-form-item input:focus {
          box-shadow: none;
          border-color: var(--bs-theme-first); }
        .Res_tracking-form-item input::-moz-placeholder {
          color: var(--bs-theme-grey); }
        .Res_tracking-form-item input::placeholder {
          color: var(--bs-theme-grey); }
      .Res_tracking-form-item .iti__selected-flag {
        background-color: transparent;
        border-right: 1px solid var(--bs-theme-light);
        padding-right: 10px; }
      .Res_tracking-form-item .iti {
        width: 100%; }
        .Res_tracking-form-item .iti input {
          padding-left: 95px !important; }
      .Res_tracking-form-item .iti__arrow {
        margin-left: 8px;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-down-chevron_d.svg);
        border: none; }
      .Res_tracking-form-item .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 13px;
        font-weight: 500;
        color: var(--bs-theme-first-dark); }
    .Res_tracking-form .button {
      height: 60px; }
  .Res_tracking-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    .Res_tracking-footer p {
      letter-spacing: -0.1px;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.38;
      text-align: center;
      color: var(--bs-theme-grey); }
  .Res_tracking-code {
    text-align: center; }
    .Res_tracking-code h2 {
      font-size: 43px;
      font-weight: bold;
      line-height: 1;
      color: var(--bs-theme-first);
      margin-bottom: 15px; }
    .Res_tracking-code span {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.13;
      color: #a6afc2; }
    .Res_tracking-code-info {
      margin-top: 20px;
      font-size: 16px;
      font-weight: bold;
      color: var(--bs-theme-first); }
      .Res_tracking-code-info b {
        color: var(--bs-theme-orange); }
      .Res_tracking-code-info a {
        margin-top: 10px;
        display: block; }
        .Res_tracking-code-info a:hover {
          text-decoration: underline;
          transition: 500ms; }
    .Res_tracking-code-signup {
      margin-top: 30px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: var(--bs-theme-first); }
      .Res_tracking-code-signup a {
        color: var(--bs-theme-orange); }
        .Res_tracking-code-signup a:hover {
          text-decoration: underline;
          transition: 500ms; }
    .Res_tracking-code-button {
      margin-top: 20px; }
      .Res_tracking-code-button.disabled {
        background-color: #687392;
        color: var(--bs-theme-grey);
        pointer-events: none; }
    .Res_tracking-code-form {
      margin-top: 25px; }
      .Res_tracking-code-form input {
        width: 90px;
        height: 90px;
        border-radius: 18px;
        border: solid 1px #d6dae2;
        margin-left: 7px;
        margin-right: 7px;
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: var(--bs-theme-first);
        transition: 500ms; }
        .Res_tracking-code-form input:focus {
          border-color: var(--bs-theme-first);
          transition: 500ms; }
      .Res_tracking-code-form input::-webkit-outer-spin-button,
      .Res_tracking-code-form input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .Res_tracking-code .modal-dialog {
      max-width: 684px; }
    .Res_tracking-code .modal-content {
      padding: 60px 110px; }
  .Res_tracking .nav {
    margin-bottom: clamp(20px, 4vh, 70px); }
    .Res_tracking .nav-item {
      margin-right: 35px; }
    .Res_tracking .nav-link {
      padding: 0;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: #c5c9d5; }
    .Res_tracking .nav .active {
      background-color: transparent;
      color: var(--bs-theme-first); }

.Approval_modal-in {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 420px;
  padding-top: 45px; }

.Approval_modal-icon {
  margin-bottom: clamp(20px, 2.5vw, 45px);
  width: clamp(60px, 4.5vw, 82px);
  height: clamp(60px, 4.5vw, 82px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(20px, 2.5vw, 40px) clamp(20px, 2.5vw, 40px);
  background-image: url(../images/icon-waiting-list.svg);
  box-shadow: 0 22px 34px -20px #338af3;
  background-color: #338af3; }

.Approval_modal-inner {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .Approval_modal-inner h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    color: var(--bs-theme-first); }
  .Approval_modal-inner p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    color: #a6afc2; }
  .Approval_modal-inner .button {
    width: 173px;
    height: 60px;
    padding: 0;
    margin-top: 35px; }

.Approval_modal-footer {
  width: 100%;
  border-top: 1px solid #ebedf1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px; }
  .Approval_modal-footer-link {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: var(--bs-theme-first-dark);
    display: flex;
    align-items: center; }
    .Approval_modal-footer-link span {
      font-size: 11px;
      font-weight: normal;
      line-height: 1.66;
      color: var(--bs-theme-first-dark);
      display: block; }
    .Approval_modal-footer-link i {
      width: 46px;
      height: 46px;
      border-radius: 4px;
      border: solid 1px #e7e9ee;
      margin-right: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--bs-theme-orange);
      font-size: 22px;
      transition: 500ms; }
    .Approval_modal-footer-link:hover i {
      color: white;
      transition: 500ms;
      background-color: var(--bs-theme-first-dark); }

.vForm-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.vForm-inner {
  display: flex;
  align-items: center; }

.vForm-item {
  position: relative;
  width: 100%;
  padding-top: 25px; }
  .vForm-item-label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    color: #a6afc2; }
  .vForm-item-input {
    padding-left: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark);
    height: 55px;
    border-radius: 4px;
    border: solid 1px var(--bs-theme-light); }
    .vForm-item-input.flatpickr {
      background-color: transparent; }
    .vForm-item-input:focus {
      box-shadow: none;
      border-color: var(--bs-theme-first); }
      .vForm-item-input:focus + label {
        color: var(--bs-theme-first); }
    .vForm-item-input.error {
      border-color: red; }
  .vForm-item-textarea {
    padding-left: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark);
    height: 100px;
    border-radius: 4px;
    border: solid 1px var(--bs-theme-light); }
    .vForm-item-textarea:focus {
      box-shadow: none;
      border-color: var(--bs-theme-orange); }
      .vForm-item-textarea:focus + label {
        color: var(--bs-theme-first); }
  .vForm-item.three {
    width: calc(33.33% - 7px); }
  .vForm-item.two {
    width: calc(50% - 7px); }
  .vForm-item-badge {
    font-size: 13px;
    font-weight: 500;
    color: #c5c9d5;
    position: absolute;
    right: 15px;
    top: 42px; }
  .vForm-item-danger {
    font-size: 12px;
    font-weight: 500;
    color: #c50000;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: translateY(100%); }
  .vForm-item .danger {
    border-color: #c50000; }
  .vForm-item .vForm-checkbox {
    position: absolute;
    right: 15px;
    top: 52px;
    transform: translateY(-50%); }
  .vForm-item .iti__selected-flag {
    background-color: transparent;
    border-right: 1px solid var(--bs-theme-light);
    padding-right: 10px; }
  .vForm-item .iti {
    width: 100%; }
    .vForm-item .iti input {
      padding-left: 95px !important; }
  .vForm-item .iti__arrow {
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-down-chevron_d.svg);
    border: none; }
  .vForm-item .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark); }

.vForm-checkbox {
  position: relative; }
  .vForm-checkbox label {
    font-size: 13px;
    font-weight: 500;
    color: #a6afc2;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .vForm-checkbox label:before {
      margin-right: 10px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 20px;
      height: 20px;
      border-radius: 2px;
      border: solid 2px #ebedf1; }
    .vForm-checkbox label:after {
      opacity: 0;
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 8px;
      width: 6px;
      height: 11px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  .vForm-checkbox input {
    opacity: 0;
    position: absolute; }
    .vForm-checkbox input:checked ~ label {
      color: var(--bs-theme-first);
      transition: 500ms; }
      .vForm-checkbox input:checked ~ label:before {
        transition: 500ms;
        background-color: #45dfb1;
        border-color: #45dfb1; }
      .vForm-checkbox input:checked ~ label:after {
        opacity: 1;
        transition: 500ms; }

.vForm-radio {
  position: relative; }
  .vForm-radio label {
    font-size: 13px;
    font-weight: 500;
    color: #a6afc2;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .vForm-radio label:before {
      margin-right: 10px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      border: solid 2px #ebedf1; }
    .vForm-radio label:after {
      opacity: 0;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 7px;
      width: 10px;
      height: 10px;
      background-color: var(--bs-theme-orange);
      border-radius: 100%; }
  .vForm-radio input {
    opacity: 0;
    position: absolute; }
    .vForm-radio input:checked ~ label:after {
      opacity: 1;
      transition: 500ms; }

.vForm-radios {
  margin-top: 20px;
  display: flex;
  align-items: center; }
  .vForm-radios .vForm-radio {
    margin-left: 40px; }
  .vForm-radios span {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark); }

.bootstrap-select {
  width: 100% !important; }
  .bootstrap-select .dropdown-toggle {
    height: 55px;
    border-radius: 4px;
    border: solid 1px var(--bs-theme-light);
    padding-left: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark);
    position: relative;
    padding-right: 30px;
    background-color: transparent; }
    .bootstrap-select .dropdown-toggle:focus {
      outline: none !important;
      box-shadow: none; }
    .bootstrap-select .dropdown-toggle:after {
      display: none; }
    .bootstrap-select .dropdown-toggle:before {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-down-chevron_d.svg); }
    .bootstrap-select .dropdown-toggle[aria-expanded='true']:before {
      transform: rotate(180deg) translateY(50%); }
  .bootstrap-select .dropdown-item.active {
    background-color: var(--bs-theme-first); }
  .bootstrap-select .dropdown-item:active {
    background-color: #00c78b; }
  .bootstrap-select .filter-option {
    display: flex;
    align-items: center; }

.RezInfo_modal-in {
  padding-top: clamp(15px, 2vw, 30px);
  height: calc(100vh - 130px);
  border-radius: 30px;
  box-shadow: 0 4px 54px 0 rgba(19, 32, 79, 0.03);
  background-color: #fff;
  padding-left: clamp(20px, 3vw, 50px);
  padding-right: clamp(10px, 1.3vw, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 880px;
  position: relative;
  padding-bottom: 100px; }

.RezInfo_modal-inner {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.RezInfo_modal-left {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  align-items: center;
  padding-right: clamp(20px, 3vw, 50px); }

.RezInfo_modal-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll; }
  .RezInfo_modal-right-in {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto; }

.RezInfo_modal-text-icon {
  position: relative;
  display: flex;
  justify-content: center; }
  .RezInfo_modal-text-icon:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 110px;
    height: 110px;
    background-size: auto 100%;
    background-image: url(../images/icon-success.svg);
    filter: drop-shadow(0 4px 74px rgba(69, 223, 177, 0.6)); }

.RezInfo_modal-text-in {
  margin-top: 30px;
  max-width: 480px; }
  .RezInfo_modal-text-in h4 {
    margin-bottom: 20px;
    font-size: clamp(24px, 2.6vw, 35px);
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: var(--bs-theme-first); }
  .RezInfo_modal-text-in h6 {
    font-size: clamp(18px, 1.6vw, 20px);
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    color: var(--bs-theme-first);
    margin-bottom: 10px; }
  .RezInfo_modal-text-in p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    color: #a6afc2; }

.RezInfo_modal-header {
  font-size: clamp(24px, 3vw, 35px);
  font-weight: bold;
  line-height: 1.15;
  color: var(--bs-theme-first); }

.RezInfo_modal-form {
  margin-right: clamp(15px, 2vw, 30px);
  margin-top: 25px; }
  .RezInfo_modal-form .vForm-item {
    margin-top: 7px; }
  .RezInfo_modal-form .vForm-radio {
    margin-right: 40px; }

.RezInfo_modal-footer {
  border-top: 1px solid #ebedf1;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .RezInfo_modal-footer-left {
    display: flex;
    align-items: center; }
  .RezInfo_modal-footer-right {
    display: flex;
    align-items: center; }
    .RezInfo_modal-footer-right .button {
      margin-left: 10px; }
      .RezInfo_modal-footer-right .button:disabled {
        opacity: 0.5; }
  .RezInfo_modal-footer-link {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first);
    text-decoration: underline;
    transition: 500ms; }
    .RezInfo_modal-footer-link:hover {
      color: var(--bs-theme-orange);
      transition: 500ms; }

.RezInfo_modal-from_where-in {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.RezInfo_modal-from_where-item {
  width: calc(33.33% - 7px); }
  .RezInfo_modal-from_where-item label {
    margin-bottom: 0;
    width: 100%;
    cursor: pointer; }
    .RezInfo_modal-from_where-item label span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 158px;
      border-radius: 12px;
      background-color: #f5f6f8;
      transition: 500ms;
      border: solid 2px #f5f6f8;
      position: relative; }
      .RezInfo_modal-from_where-item label span i {
        transition: 500ms;
        font-size: 60px;
        color: var(--bs-theme-first); }
      .RezInfo_modal-from_where-item label span:before {
        right: 15px;
        top: 15px;
        position: absolute;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: solid 2px #ebedf1; }
      .RezInfo_modal-from_where-item label span:after {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        top: 27px;
        transform: translateY(-50%);
        right: 22px;
        width: 10px;
        height: 10px;
        background-color: var(--bs-theme-orange);
        border-radius: 100%; }
    .RezInfo_modal-from_where-item label p {
      transition: 500ms;
      text-align: center;
      margin-top: 20px;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: #c5c9d5; }
  .RezInfo_modal-from_where-item input {
    opacity: 0;
    position: absolute; }
    .RezInfo_modal-from_where-item input:checked ~ label span {
      transition: 500ms;
      background-color: white; }
      .RezInfo_modal-from_where-item input:checked ~ label span:after {
        transition: 500ms;
        opacity: 1; }
      .RezInfo_modal-from_where-item input:checked ~ label span i {
        transition: 500ms;
        color: var(--bs-theme-orange); }
    .RezInfo_modal-from_where-item input:checked ~ label p {
      transition: 500ms;
      color: var(--bs-theme-first); }

.RezInfo_modal .modal-dialog {
  min-height: auto;
  margin: 0;
  max-width: none;
  bottom: 0;
  padding-top: clamp(73px, 9vw, 130px); }

.RezInfo_modal .modal-content {
  background-color: transparent; }

.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: 500ms;
  background-image: url(../images/icon-close.svg);
  background-size: 24px 24px;
  z-index: 99; }
  .modal .btn-close:focus {
    transition: 500ms;
    opacity: 1;
    box-shadow: none; }

.modal-content {
  border-radius: 30px;
  border: none; }

.modal-backdrop {
  background-image: url(../images/back.jpg);
  background-size: cover;
  top: 92px;
  height: calc(100vh - 92px);
  background-color: transparent; }
  .modal-backdrop.show {
    opacity: 1; }

.Full .modal-backdrop {
  top: 0;
  height: 100vh; }

.Pay_info-header {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.32;
  color: var(--bs-theme-first);
  margin-bottom: 10px; }

.Pay_info-button {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.32;
  color: var(--bs-theme-first);
  text-align: left;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .Pay_info-button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-down-chevron_d.svg); }
  .Pay_info-button[aria-expanded='true']:after {
    transform: rotate(180deg); }

.Pay_info-content {
  margin-bottom: 15px;
  padding: 20px clamp(20px, 2vw, 30px);
  border-radius: 11px;
  border: solid 1px var(--bs-theme-light); }
  .Pay_info-content .vForm-item {
    margin-bottom: 8px; }
  .Pay_info-content p {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #a6afc2; }
  .Pay_info-content .checkbox label {
    color: #a6afc2; }
  .Pay_info-content .checkbox input:checked ~ label {
    transition: 500ms;
    color: var(--bs-theme-first); }

.Pay_info-desc p {
  margin-bottom: 20px; }
  .Pay_info-desc p:last-child {
    margin-bottom: 10px; }

.Rate_modal-in {
  padding: 30px 40px; }

.Rate_modal-header {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.15;
  color: var(--bs-theme-first); }

.Rate_modal-rate {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .Rate_modal-rate-item {
    margin-bottom: 5px;
    width: 50%;
    display: flex;
    align-items: center; }
    .Rate_modal-rate-item span {
      display: flex;
      align-items: center; }
      .Rate_modal-rate-item span:first-child {
        width: 140px;
        font-size: 13px;
        font-weight: 500;
        line-height: 2;
        color: var(--bs-theme-grey); }
      .Rate_modal-rate-item span i {
        color: var(--bs-theme-grey);
        font-size: 10px; }
        .Rate_modal-rate-item span i.active {
          color: var(--bs-theme-first); }

.Rate_modal-form {
  margin-top: 20px; }
  .Rate_modal-form .button {
    margin-left: auto; }

.Rate_modal-upload {
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px; }
  .Rate_modal-upload-text {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .Rate_modal-upload-text h6 {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: #687392; }
    .Rate_modal-upload-text p {
      font-size: 13px;
      font-weight: 500;
      line-height: 2;
      color: #687392; }
    .Rate_modal-upload-text span {
      font-size: 12px;
      font-weight: 500;
      color: var(--bs-theme-grey);
      line-height: normal;
      display: block; }
  .Rate_modal-upload-left {
    position: relative;
    width: 45%;
    border-radius: 8px;
    border: 2px dashed #c5c9d5;
    background-color: #f5f6f8; }
  .Rate_modal-upload-right {
    width: 55%; }

.Rate_modal .modal-dialog {
  max-width: 760px; }

.Rate_modal .form__container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 138px; }

.Rate_modal .form__container.active {
  background-color: rgba(192, 192, 192, 0.2); }

.Rate_modal .form__file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; }

.Rate_modal .form__files-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.Rate_modal .form__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  margin-bottom: 8px;
  position: relative;
  width: calc(20% - 8px);
  height: 50px; }

.Rate_modal .form__image-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--bs-theme-first-dark);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 4px;
  background-image: url(../images/icon-delete.svg); }

.Rate_modal .form__image-container:hover:after {
  opacity: 0.8;
  cursor: pointer; }

.Rate_modal .form__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px; }

.Text_modal {
  overflow: hidden; }
  .Text_modal-in {
    overflow: hidden; }
  .Text_modal.show .modal-dialog {
    background-color: transparent; }
  .Text_modal-desc {
    overflow-y: scroll;
    height: 100%;
    max-height: calc(100vh - 150px);
    padding-bottom: 40px; }
    .Text_modal-desc p {
      font-size: 14px;
      color: var(--bs-theme-first);
      margin-bottom: 10px; }
  .Text_modal .btn-close {
    right: 0;
    top: 0; }
  .Text_modal .Rate_modal-header {
    margin-bottom: 16px; }
  .Text_modal .modal-dialog {
    margin-top: 92px;
    height: calc(100vh - 92px); }
  .Text_modal .modal-content {
    background-color: transparent;
    overflow: hidden;
    border-radius: 0; }
  @media (max-width: 991px) {
    .Text_modal .btn-close {
      right: 0 !important;
      top: 0 !important; }
    .Text_modal .modal-dialog {
      max-width: 90%;
      margin-top: 65px; } }
  @media (min-width: 992px) {
    .Text_modal .modal-dialog {
      max-width: 90%; } }
  @media (min-width: 576px) {
    .Text_modal .modal-dialog {
      max-width: 90%; } }

@media (max-width: 991px) {
  .modal-backdrop {
    top: 65px !important;
    height: calc(100vh - 65px); } }

.Invoice_modal-in {
  padding: 30px 40px; }
  @media (max-width: 576px) {
    .Invoice_modal-in {
      padding: 16px; } }

.Invoice_modal .Rate_modal-header {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.15;
  display: flex;
  align-items: center;
  color: var(--bs-theme-first); }
  .Invoice_modal .Rate_modal-header i {
    margin-right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background-color: #e7e9ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--bs-theme-grey);
    transition: 500ms; }

.Invoice_modal .modal-dialog {
  max-width: 760px; }

.Invoice_modal-footer {
  margin-top: 20px;
  justify-content: flex-end;
  display: flex;
  align-items: center; }
  .Invoice_modal-footer .button {
    margin-left: 10px; }

.Invoice_modal .nav#cancelform-tab {
  margin-top: 30px;
  margin-bottom: 20px; }
  .Invoice_modal .nav#cancelform-tab .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    display: flex;
    align-items: center;
    color: var(--bs-theme-first);
    margin-right: 20px;
    opacity: 0.5;
    padding: 12px 16px;
    border-radius: 2px; }
    .Invoice_modal .nav#cancelform-tab .nav-link.active {
      background-color: transparent;
      opacity: 1;
      background-color: #f5f6f8; }

.Havale_modal-in {
  padding: 60px 60px 0 60px; }

.Havale_modal-header {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.15;
  color: var(--bs-theme-first); }

.Havale_modal .modal-dialog {
  max-width: 950px; }

.Havale_modal-button {
  width: 100%;
  height: 70px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.15;
  color: var(--bs-theme-first);
  border-top: 1px solid #f5f6f8;
  background-color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: 500ms; }
  .Havale_modal-button:hover {
    background-color: var(--bs-theme-first);
    color: white;
    transition: 500ms; }

.PersonAdd_modal-in {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px; }

.PersonAdd_modal-header {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  color: var(--bs-theme-first);
  display: flex;
  align-items: center; }
  .PersonAdd_modal-header i {
    width: 48px;
    height: 48px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #e7e9ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--bs-theme-grey);
    margin-right: 16px; }

.PersonAdd_modal-inner {
  margin-top: 25px;
  position: relative; }

.PersonAdd_modal .vForm-in {
  width: 100%; }

.PersonAdd_modal .vForm-item {
  padding-top: 0; }

.PersonAdd_modal .vForm-checkbox {
  top: 50%; }

.PersonAdd_modal-item {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }
  .PersonAdd_modal-item-count {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--bs-theme-first);
    margin-right: 20px; }
  .PersonAdd_modal-item .notificationRemove {
    right: -35px; }

.PersonAdd_modal .modal-dialog {
  max-width: none;
  margin: 0;
  top: 92px;
  height: calc(100vh - 92px); }

.PersonAdd_modal .modal-content {
  height: 100%;
  padding-top: 5vh; }

.PersonAdd_modal-buttons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .PersonAdd_modal-buttons .button {
    margin-left: 8px;
    height: 46px; }

.PersonAdd_modal .notificationAdd {
  position: relative;
  height: 46px; }

.Res_management-head {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .Res_management-head-left h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.15;
    color: #0d1b46; }
  .Res_management-head-left P {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--bs-theme-first);
    display: flex;
    align-items: center; }
    .Res_management-head-left P span {
      margin-left: 15px;
      font-size: 16px;
      font-weight: bold;
      color: var(--bs-theme-orange); }
  .Res_management-head-support {
    display: flex;
    align-items: center;
    transition: 500ms; }
    .Res_management-head-support span {
      font-size: 14px;
      font-weight: bold;
      line-height: normal;
      text-align: right;
      color: var(--bs-theme-orange);
      display: block; }
    .Res_management-head-support p {
      text-align: right;
      font-size: 19px;
      font-weight: bold;
      color: black; }
    .Res_management-head-support:after {
      margin-left: 15px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 72px;
      height: 72px;
      border-radius: 8px;
      background-color: var(--bs-theme-first);
      background-repeat: no-repeat;
      background-size: 40px 40px;
      background-position: center;
      background-image: url(../images/icon-support.svg); }
    .Res_management-head-support:hover {
      transition: 500ms; }
      .Res_management-head-support:hover:after {
        background-color: var(--bs-theme-orange);
        transition: 500ms; }

.Res_management-info {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #e7e9ee;
  border-bottom: 1px solid #e7e9ee;
  margin-top: 30px; }
  .Res_management-info-left {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .Res_management-info-left h5 {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: bold;
      line-height: normal;
      color: var(--bs-theme-orange); }
      .Res_management-info-left h5 i {
        margin-right: 13px;
        font-size: 40px; }
    .Res_management-info-left p {
      font-size: 14px;
      line-height: 1.48;
      color: var(--bs-theme-first-dark);
      max-width: 300px; }
  .Res_management-info-right {
    padding-left: 15px;
    width: 62%; }
  .Res_management-info-danger {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #e7e9ee;
    height: 41px; }
    .Res_management-info-danger i {
      font-size: 20px;
      margin-right: 10px;
      color: var(--bs-theme-orange); }
    .Res_management-info-danger h6 {
      opacity: 0.5;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.1;
      color: var(--bs-theme-first-dark); }
  .Res_management-info-in {
    margin-top: 5px;
    display: flex;
    align-items: center; }
    .Res_management-info-in p {
      display: block;
      border-left: 1px solid #e7e9ee;
      font-size: clamp(14px, 1vw, 17px);
      font-weight: bold;
      color: var(--bs-theme-first);
      flex-grow: 2;
      text-align: center; }
      .Res_management-info-in p span {
        display: none; }
    .Res_management-info-in .button {
      padding: 0;
      width: 140px;
      height: 50px; }
      .Res_management-info-in .button i {
        margin-right: 5px; }
  .Res_management-info-pin {
    margin-left: auto; }

.Res_management-links {
  margin-top: clamp(25px, 2.5vw, 45px);
  margin-bottom: clamp(30px, 2.8vw, 55px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .Res_management-links-item {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(50% - 5px);
    text-align: left;
    height: clamp(55px, 4.5vw, 78px);
    border-radius: 6px;
    border: solid 1px #e7e9ee;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: 500ms;
    margin-bottom: 10px; }
    .Res_management-links-item i {
      margin-right: 16px;
      width: 48px;
      height: 48px;
      border-radius: 4px;
      background-color: #e7e9ee;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: var(--bs-theme-grey);
      transition: 500ms; }
    .Res_management-links-item:hover {
      background-color: var(--bs-theme-first);
      transition: 500ms;
      color: white; }
      .Res_management-links-item:hover i {
        background-color: #687392;
        transition: 500ms;
        color: #e7e9ee; }

.Res_management-facility .nav {
  flex-wrap: nowrap;
  justify-content: space-between; }
  .Res_management-facility .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.15;
    color: var(--bs-theme-grey);
    transition: 500ms; }
    .Res_management-facility .nav-link i {
      font-size: clamp(40px, 4vw, 62px);
      color: #dfe2e9;
      transition: 500ms; }
    .Res_management-facility .nav-link p {
      display: flex;
      align-items: center;
      margin-top: clamp(10px, 1.4vw, 25px);
      transition: 500ms; }
      .Res_management-facility .nav-link p span {
        display: block;
        margin-left: 5px;
        color: #dfe2e9;
        transition: 500ms; }
  .Res_management-facility .nav .active {
    background-color: transparent; }
    .Res_management-facility .nav .active i {
      transition: 500ms;
      color: var(--bs-theme-orange); }
    .Res_management-facility .nav .active p {
      transition: 500ms;
      color: var(--bs-theme-first-dark); }
      .Res_management-facility .nav .active p span {
        color: var(--bs-theme-orange);
        transition: 500ms; }

.Res_management-facility-in {
  margin-top: 40px; }

.Res_management-facility-item {
  text-align: center;
  height: 155px;
  border-radius: 10px;
  background-color: #f5f6f8;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .Res_management-facility-item-name {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: var(--bs-theme-first);
    margin-bottom: 5px; }
  .Res_management-facility-item-distance {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: var(--bs-theme-grey); }
  .Res_management-facility-item-no {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: var(--bs-theme-first);
    transition: 500ms; }
    .Res_management-facility-item-no:hover {
      color: var(--bs-theme-orange);
      transition: 500ms; }
  .Res_management-facility-item .button {
    margin-top: auto;
    padding: 0;
    width: 100%;
    height: 52px;
    border-radius: 4px; }

.Res_management-bottom {
  padding-top: clamp(35px, 4vw, 70px);
  margin-left: clamp(-71px, -3.5vw, -31px);
  margin-right: clamp(-1000px, calc((-100vw + 1460px) / 2 - 30px), -30px); }

.Res_management-discover {
  background-color: var(--bs-theme-first);
  padding-left: clamp(40px, 4vw, 80px);
  padding-top: clamp(40px, 4vw, 80px);
  padding-bottom: clamp(30px, 3.5vw, 60px);
  margin-left: auto; }
  .Res_management-discover-header {
    display: inline-block; }
    .Res_management-discover-header h3 {
      font-size: clamp(40px, 4vw, 60px);
      font-weight: bold;
      line-height: 1.15;
      color: #fff; }
    .Res_management-discover-header span {
      margin-right: -45px;
      display: flex;
      align-items: center;
      font-size: 23px;
      font-weight: 500;
      line-height: 1.15;
      color: #fff;
      justify-content: flex-end; }
      .Res_management-discover-header span:after {
        margin-left: 10px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 31px;
        height: 31px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
  .Res_management-discover-slider {
    margin-top: clamp(30px, 3.5vw, 60px); }
  .Res_management-discover .swiper-container {
    padding-bottom: clamp(30px, 3.5vw, 60px); }
  .Res_management-discover .swiper-slide-active .Res_management-discover-item {
    opacity: 1; }
  .Res_management-discover .swiper-pagination {
    bottom: 0;
    display: flex; }
    .Res_management-discover .swiper-pagination-bullet {
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 0;
      width: 100%; }
      .Res_management-discover .swiper-pagination-bullet-active {
        background-color: var(--bs-theme-orange); }
  .Res_management-discover-item {
    position: relative;
    opacity: 0.5;
    transition: 500ms; }
    .Res_management-discover-item-text {
      padding-left: 25px; }
      .Res_management-discover-item-text h6 {
        margin-top: clamp(-47px, -3vw, -28px);
        font-size: clamp(28px, 3vw, 47px);
        font-weight: bold;
        line-height: 1;
        color: #fff; }
      .Res_management-discover-item-text p {
        margin-top: 10px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: #b3baca; }
        .Res_management-discover-item-text p i {
          margin-right: 15px;
          font-size: 21px;
          color: var(--bs-theme-orange); }
    .Res_management-discover-item:hover {
      opacity: 0.6;
      transition: 500ms; }

.Res_management-activity {
  background-color: var(--bs-theme-first);
  padding-left: clamp(70px, 9vw, 120px);
  padding-right: clamp(40px, 4vw, 80px);
  padding-top: clamp(40px, 3.5vw, 70px);
  padding-bottom: clamp(30px, 3.5vw, 60px);
  margin-left: auto;
  position: relative;
  height: clamp(350px, 36vw, 600px);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  .Res_management-activity:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 195px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/activity-text.png); }
  .Res_management-activity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 950px; }
    .Res_management-activity-header h4 {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.15;
      color: #fff; }
      .Res_management-activity-header h4 span {
        font-weight: 300; }
  .Res_management-activity-text {
    margin-top: 15px;
    max-width: 560px; }
    .Res_management-activity-text p {
      opacity: 0.7;
      font-size: 15px;
      line-height: 1.53;
      color: #fff; }
    .Res_management-activity-text a {
      margin-top: clamp(20px, 2vw, 30px);
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #fff; }
      .Res_management-activity-text a i {
        margin-left: 15px;
        color: var(--bs-theme-orange);
        font-size: 21px; }

.Res_management .phoneCall:before {
  content: "";
  display: inline-block;
  transition: 500ms;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../images/phone-call.svg); }

.Res_management .whatsappCall:before {
  content: "";
  display: inline-block;
  transition: 500ms;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../images/whatsapp.svg); }

.error-message {
  font-size: 12px;
  margin-top: 3px;
  color: red; }

.hidden {
  display: none; }

.Taksit_modal .modal-dialog {
  padding-top: 20px !important; }

.Taksit_modal .modal-content {
  padding-top: 40px !important;
  align-items: center;
  justify-content: center; }

@media (max-width: 991px) {
  .Taksit_modal .modal-dialog {
    padding-top: 20px !important; }
  .Taksit_modal .modal-content {
    padding-top: 40px !important;
    align-items: center;
    justify-content: center; } }

@media (min-width: 1920px) {
  .FullScreen .Header .container {
    max-width: 1920px; }
  .FullScreen-left {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .FullScreen-left-text {
      padding-left: calc((100vw - 1920px) / 2); }
    .FullScreen-left-footer {
      padding-left: calc((100vw - 1920px) / 2); }
  .FullScreen-right {
    width: 50%;
    height: 100%;
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; } }

@media (max-width: 991px) {
  .FullScreen {
    height: 100vh; }
    .FullScreen .Header.transparent .Header-logo img {
      height: 56px; }
    .FullScreen-in {
      display: flex;
      flex-direction: column; }
    .FullScreen-left {
      width: 100%; }
      .FullScreen-left-strip {
        display: none; }
      .FullScreen-left-text {
        display: none; }
      .FullScreen-left-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        padding-left: 0;
        padding-right: 0; }
        .FullScreen-left-footer-in {
          padding-left: 20px;
          padding-right: 20px; }
        .FullScreen-left-footer-link {
          margin-right: 20px; }
        .FullScreen-left-footer-logo img {
          height: 36px; }
    .FullScreen-right {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: auto;
      height: auto;
      background-image: none; }
  .Success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 92px);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15vh; }
    .Success-in {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .Success-icon {
      display: flex;
      justify-content: center; }
      .Success-icon:before {
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 172px;
        height: 172px;
        background-size: auto 100%;
        background-image: url(../images/icon-success.svg); }
    .Success-text {
      margin-top: clamp(30px, 2vw, 45px); }
      .Success-text h6 {
        margin-bottom: 15px;
        font-size: 41.9px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
        color: var(--bs-theme-first-dark); }
        .Success-text h6 span {
          color: #45dfb1; }
      .Success-text p {
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: var(--bs-theme-grey); }
    .Success-buttons {
      margin-top: clamp(30px, 2vw, 45px);
      display: flex;
      align-items: center;
      justify-content: center; }
      .Success-buttons .button {
        margin-left: 6px;
        margin-right: 6px; }
    .Success .load-3 {
      margin-top: 30px; }
  .Res_tracking {
    background-color: white;
    display: block; }
    .Res_tracking-in {
      margin: auto;
      max-width: 470px;
      width: 100%;
      padding: 15px 10px; }
    .Res_tracking-head-icon {
      margin-bottom: 15px; }
    .Res_tracking-head h6 {
      font-size: 20px;
      font-weight: bold;
      color: var(--bs-theme-first-dark);
      line-height: normal; }
    .Res_tracking-head h2 {
      margin-bottom: 3px;
      font-size: 28px; }
    .Res_tracking-head p {
      line-height: 1.4;
      font-size: 14px; }
    .Res_tracking-form-item {
      margin-bottom: 10px; }
    .Res_tracking-footer {
      margin-top: 20px;
      position: relative;
      padding-bottom: 10px; }
      .Res_tracking-footer p {
        letter-spacing: normal;
        font-size: 12px; }
  .Success {
    padding-top: 30px;
    padding-bottom: 200px;
    height: calc(100% - 73px); }
    .Success-icon:before {
      width: 120px;
      height: 120px; }
    .Success-text {
      margin-top: 25px; }
      .Success-text h5 {
        margin-bottom: 10px;
        font-size: 28px; }
      .Success-text h6 {
        font-size: 18px; }
      .Success-text p {
        max-width: none; }
    .Success-buttons {
      margin-top: 45px;
      flex-direction: column; }
      .Success-buttons .button {
        width: 100%;
        margin-bottom: 12px;
        margin-left: 0;
        margin-right: 0; }
  .Res_tracking-code h2 {
    font-size: 26px; }
  .Res_tracking-code .modal-dialog {
    margin-left: 10px;
    margin-right: 10px; }
  .Res_tracking-code .modal-content {
    padding: 35px 20px; }
  .Res_tracking-code-form input {
    margin: 0;
    width: calc(25% - 4px); }
  .vForm-item-label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    color: #a6afc2; }
  .vForm-item-input {
    padding-left: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark);
    height: 55px;
    border-radius: 4px;
    border: solid 1px var(--bs-theme-light); }
    .vForm-item-input:focus {
      box-shadow: none;
      border-color: var(--bs-theme-first); }
      .vForm-item-input:focus + label {
        color: var(--bs-theme-first); }
  .vForm-item .vForm-checkbox {
    position: absolute;
    right: 15px;
    top: calc(50% + 12.5px);
    transform: translateY(-50%); }
  .vForm-item .iti__selected-flag {
    background-color: transparent;
    border-right: 1px solid var(--bs-theme-light);
    padding-right: 10px; }
  .vForm-item .iti {
    width: 100%; }
    .vForm-item .iti input {
      padding-left: 95px !important; }
  .vForm-item .iti__arrow {
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-down-chevron_d.svg);
    border: none; }
  .vForm-item .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-theme-first-dark); }
  .vForm-checkbox {
    position: relative; }
    .vForm-checkbox label {
      font-size: 13px;
      font-weight: 500;
      color: #a6afc2;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .vForm-checkbox label:before {
        margin-right: 10px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        border: solid 2px #ebedf1; }
      .vForm-checkbox label:after {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 8px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
    .vForm-checkbox input {
      opacity: 0;
      position: absolute; }
      .vForm-checkbox input:checked ~ label {
        color: var(--bs-theme-first);
        transition: 500ms; }
        .vForm-checkbox input:checked ~ label:before {
          transition: 500ms;
          background-color: #45dfb1;
          border-color: #45dfb1; }
        .vForm-checkbox input:checked ~ label:after {
          opacity: 1;
          transition: 500ms; }
  .RezInfo_modal-in {
    justify-content: flex-start;
    height: auto;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 15px;
    max-height: none;
    padding-bottom: 0;
    padding-top: 25px; }
  .RezInfo_modal-inner {
    flex-direction: column;
    align-items: center; }
  .RezInfo_modal-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0; }
  .RezInfo_modal-right {
    margin-top: 30px;
    width: 100%;
    overflow-y: hidden; }
  .RezInfo_modal-text-icon:before {
    width: 80px;
    height: 80px; }
  .RezInfo_modal-text-in {
    margin-top: 20px;
    max-width: none; }
    .RezInfo_modal-text-in h4 {
      margin-bottom: 15px; }
    .RezInfo_modal-text-in h6 {
      font-size: 18px;
      margin-bottom: 5px; }
    .RezInfo_modal-text-in p {
      font-size: 14px;
      line-height: 1.45; }
  .RezInfo_modal-header {
    line-height: 1.2; }
  .RezInfo_modal-form {
    margin-top: 10px;
    margin-right: 0; }
    .RezInfo_modal-form .vForm-item {
      margin-top: 10px;
      width: 100%; }
  .RezInfo_modal-footer {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .RezInfo_modal-footer .button {
      width: 100%;
      height: 60px;
      margin-left: 5px;
      margin-right: 5px; }
    .RezInfo_modal-footer-left {
      width: 100%;
      justify-content: space-between; }
    .RezInfo_modal-footer-right {
      width: 100%; }
    .RezInfo_modal-footer-link {
      display: block;
      margin-top: 20px;
      margin-left: 15px;
      margin-right: 15px; }
  .RezInfo_modal-from_where {
    margin-top: 20px; }
    .RezInfo_modal-from_where-in {
      flex-wrap: wrap; }
    .RezInfo_modal-from_where-item {
      margin-bottom: 20px;
      width: calc(50% - 5px); }
      .RezInfo_modal-from_where-item label span {
        height: 120px; }
        .RezInfo_modal-from_where-item label span i {
          font-size: 48px; }
        .RezInfo_modal-from_where-item label span:before {
          right: 10px;
          top: 10px; }
        .RezInfo_modal-from_where-item label span:after {
          top: 22px;
          right: 17px; }
      .RezInfo_modal-from_where-item label p {
        margin-top: 10px;
        font-size: 15px; }
  .RezInfo_modal .modal-dialog {
    padding-top: 73px; }
  .modal .btn-close {
    right: 15px;
    top: 15px; }
  .modal-backdrop {
    top: 73px;
    height: calc(100vh - 73px); }
  .Full .modal-backdrop {
    top: 0;
    height: 100vh; }
  .Rate_modal-in {
    padding: 20px; }
  .Rate_modal-header {
    font-size: 20px; }
  .Rate_modal-rate {
    margin-top: 25px; }
    .Rate_modal-rate-item {
      margin-bottom: 0;
      width: 100%; }
  .Rate_modal-form {
    margin-top: 15px; }
    .Rate_modal-form .button {
      margin-right: auto;
      width: 100%;
      margin-left: auto; }
  .Rate_modal-upload {
    margin-bottom: 15px;
    flex-direction: column; }
    .Rate_modal-upload-left {
      width: 100%;
      margin-bottom: 10px; }
    .Rate_modal-upload-right {
      width: 100%; }
  .Rate_modal .form__image-container {
    margin-left: 4px;
    margin-right: 4px; }
    .Rate_modal .form__image-container:after {
      opacity: 0.6; }
  .Havale_modal-in {
    padding: 20px 20px 0 20px; }
  .Havale_modal-header {
    font-size: 20px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
  .Havale_modal-button {
    margin-left: 35px;
    width: calc(100% - 200px);
    height: 56px;
    color: white;
    font-size: 14px;
    border-top: none;
    border-radius: 4px;
    background-color: #00c78b;
    margin-bottom: 20px; }
  .Havale_modal .notificationRemove {
    right: -35px; }
  .Havale_modal .Havale-notification {
    padding-left: 20px;
    padding-right: 20px; }
  .Content-other {
    margin-left: 0; }
    .Content-other .Content-inner {
      flex-direction: column; }
    .Content-other .Content-right {
      padding-bottom: 0; }
    .Content-other .Content-left {
      border-left: none;
      margin-right: 0;
      padding-left: 0; }
  .Res_management-bottom {
    margin-right: 0;
    margin-left: 0; }
  .Res_management.active .Res_management-info-in p a {
    filter: none; }
  .Res_management-head {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Res_management-head-left {
      display: none; }
    .Res_management-head-support {
      flex-direction: row-reverse; }
      .Res_management-head-support span {
        text-align: left; }
      .Res_management-head-support p {
        text-align: left; }
      .Res_management-head-support:after {
        width: 48px;
        height: 48px;
        margin-left: 0;
        margin-right: 15px;
        background-size: 24px 24px; }
  .Res_management-info {
    padding: 20px 18px;
    flex-direction: column;
    margin-top: 30px; }
    .Res_management-info-left {
      padding-right: 10px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .Res_management-info-left h5 {
        align-items: flex-start;
        color: var(--bs-theme-first); }
        .Res_management-info-left h5 i {
          color: var(--bs-theme-orange); }
      .Res_management-info-left p {
        transform: translateY(-20px);
        padding-left: 52px;
        max-width: none; }
    .Res_management-info-right {
      padding-left: 0;
      width: 100%; }
    .Res_management-info-danger {
      height: 60px;
      padding: 10px 15px; }
      .Res_management-info-danger i {
        transform: translateY(-3px); }
    .Res_management-info-in {
      margin-top: 5px;
      flex-direction: column;
      align-items: flex-start; }
      .Res_management-info-in p {
        margin-bottom: 8px;
        width: 100%;
        border-left: none;
        text-align: left;
        height: 73px;
        border-radius: 4px;
        background-color: #ebedf1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        opacity: 0.6;
        font-size: 17px;
        position: relative; }
        .Res_management-info-in p span {
          display: block;
          font-size: 14px;
          line-height: 1.48;
          color: var(--bs-theme-first-dark); }
        .Res_management-info-in p a {
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          filter: grayscale(100%) opacity(0.4); }
          .Res_management-info-in p a:nth-of-type(1) {
            right: 70px; }
          .Res_management-info-in p a:nth-of-type(2) {
            right: 15px; }
      .Res_management-info-in .button {
        height: 56px;
        padding: 0;
        width: 100%; }
  .Res_management-links {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px; }
    .Res_management-links-item {
      width: 100%;
      height: 65px;
      margin-bottom: 8px;
      font-size: 15px; }
      .Res_management-links-item i {
        width: 40px;
        height: 40px;
        font-size: 22px; }
  .Res_management-facility .nav {
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    .Res_management-facility .nav-item {
      margin-right: 20px; }
    .Res_management-facility .nav-link {
      white-space: nowrap; }
      .Res_management-facility .nav-link i {
        font-size: 36px; }
  .Res_management-facility-in {
    margin-top: 20px;
    padding-left: 18px;
    padding-right: 18px; }
  .Res_management-facility-item {
    text-align: left;
    height: 150px;
    border-radius: 10px;
    background-color: #f5f6f8;
    padding-top: 18px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    border: solid 1px #e7e9ee; }
    .Res_management-facility-item-no {
      margin-top: 0;
      position: absolute;
      right: 15px;
      top: 15px; }
    .Res_management-facility-item .button {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.48;
      color: #fff;
      width: 100%;
      border-radius: 4px;
      height: 56px;
      background-color: var(--bs-theme-orange); }
      .Res_management-facility-item .button i {
        font-size: 22px; }
  .Res_management-discover {
    width: 100%;
    margin-left: 0;
    padding-left: 0; }
    .Res_management-discover-hand {
      position: absolute;
      right: 30px;
      bottom: 30px;
      transform: translateY(50%); }
      .Res_management-discover-hand:before {
        content: "";
        transition: 500ms;
        width: 53px;
        height: 53px;
        border-radius: 50px;
        border: solid 2px var(--bs-theme-first-dark);
        background-color: var(--bs-theme-first);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        display: flex;
        background-position: center;
        align-items: center;
        justify-content: center; }
    .Res_management-discover-header {
      padding-left: 18px;
      display: block;
      text-align: center; }
      .Res_management-discover-header span {
        margin-right: 0;
        margin-bottom: 3px;
        justify-content: center; }
    .Res_management-discover-slider {
      overflow: hidden;
      margin-top: clamp(30px, 3.5vw, 60px); }
    .Res_management-discover .swiper-container {
      padding-left: 18px;
      overflow: visible;
      padding-bottom: 80px; }
    .Res_management-discover .swiper-pagination {
      bottom: 30px; }
  .Res_management-activity {
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    height: 600px; }
    .Res_management-activity:before {
      display: none; }
    .Res_management-activity-header {
      flex-direction: column;
      max-width: none;
      text-align: center; }
      .Res_management-activity-header h4 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.15;
        color: #fff; }
        .Res_management-activity-header h4 span {
          font-weight: 300; }
      .Res_management-activity-header img {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 80px; }
    .Res_management-activity-text {
      text-align: center;
      margin-top: 15px;
      max-width: 560px; }
      .Res_management-activity-text p {
        opacity: 0.7;
        font-size: 15px;
        line-height: 1.53;
        color: #fff; }
      .Res_management-activity-text a {
        margin-top: 50px;
        justify-content: center; }
  .PersonAdd_modal-in {
    padding-left: 10px;
    padding-right: 25px;
    max-width: none; }
  .PersonAdd_modal-header {
    font-size: 18px; }
    .PersonAdd_modal-header i {
      width: 40px;
      height: 40px;
      font-size: 24px;
      margin-right: 12px; }
  .PersonAdd_modal-inner {
    margin-top: 20px; }
  .PersonAdd_modal .vForm-item {
    padding-top: 0;
    margin-bottom: 5px; }
  .PersonAdd_modal .vForm-checkbox {
    top: auto; }
  .PersonAdd_modal-item {
    align-items: flex-start; }
    .PersonAdd_modal-item-count {
      font-size: 14px;
      margin-right: 15px;
      margin-top: 18px; }
    .PersonAdd_modal-item .notificationRemove {
      right: -30px;
      margin-top: -25px; }
  .PersonAdd_modal .modal-dialog {
    top: 73px;
    height: calc(100vh - 73px); }
  .PersonAdd_modal .notificationAdd {
    position: relative;
    height: 46px;
    bottom: auto; } }

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 5px; }
  /* Track */
  ::-webkit-scrollbar-track {
    background: white; }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--bs-theme-orange); } }

@media (max-width: 991px) {
  .mobile {
    display: block !important;
    opacity: 1 !important; }
  .tmobile {
    display: block !important;
    opacity: 1 !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Header {
    border-width: 1px; }
    .Header-in {
      padding-top: 12px;
      padding-bottom: 12px; }
    .Header-logo img {
      height: 40px; }
    .Header-account {
      display: none; }
    .Header-right-link {
      margin-left: 0;
      font-size: 17px; }
      .Header-right-link:nth-child(2) {
        display: none; }
      .Header-right-link i {
        display: none;
        margin-right: 10px; }
    .Header-login h6 {
      font-size: 14px;
      max-width: unset;
      text-align: left; }
      .Header-login h6 strong {
        display: block; }
    .Header-login p {
      font-size: 14px;
      display: none;
      max-width: 150px; }
    .Header-login-avatar {
      margin-left: 10px;
      min-width: 40px;
      width: 40px;
      height: 40px;
      font-size: 17px; }
  .Content {
    padding-bottom: 15px; }
    .Content-in {
      padding-top: 64px;
      border-width: 1px;
      border-bottom: none; }
      .Content-in:before {
        display: none; }
    .Content-inner {
      flex-direction: column-reverse; }
    .Content-left {
      width: 100%;
      padding-left: 0;
      border-right: solid 2px #ebedf1;
      min-height: auto; }
    .Content-right {
      width: 100%;
      padding: 0;
      max-height: none;
      margin: 0;
      overflow-y: hidden; }
      .Content-right-collapse {
        padding-bottom: 30px;
        pointer-events: none;
        opacity: 0;
        position: fixed;
        overflow: hidden;
        overflow-y: scroll;
        background-color: white;
        top: 129px;
        left: 0;
        right: 0;
        transition: 400ms;
        bottom: 0;
        display: block; }
        .Content-right-collapse.active {
          pointer-events: auto;
          transition: 400ms;
          opacity: 1; }
        .Content-right-collapse.scroll {
          top: 63px; }
  .Info {
    padding-top: 15px; }
    .Info-slide {
      font-size: 13px;
      font-weight: 500;
      color: #a6afc2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
      text-align: center; }
      .Info-slide:before {
        margin-top: 2px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 24px;
        height: 29px;
        background-repeat: no-repeat;
        background-size: auto 100%;}
    .Info-mobile {
      padding-left: 15px;
      background-color: #f5f6f8;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      display: block;
      border-bottom: 1px solid var(--bs-theme-grey); }
      .Info-mobile-in {
        display: flex;
        justify-content: space-between;
        height: 63px; }
      .Info-mobile-head {
        display: flex;
        align-items: center; }
        .Info-mobile-head-in {
          padding-left: 12px; }
        .Info-mobile-head h6 {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.15;
          color: var(--bs-theme-first-dark); }
        .Info-mobile-head h5 {
          font-size: 20px;
          font-weight: bold;
          line-height: 1.32;
          color: var(--bs-theme-orange); }
        .Info-mobile-head p {
          font-size: 13px;
          font-weight: bold;
          color: var(--bs-theme-light); }
          .Info-mobile-head p span {
            color: var(--bs-theme-orange);
            margin-left: 5px; }
      .Info-mobile-button {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        width: 87px;
        height: 100%;
        background-color: var(--bs-theme-first);
        font-size: 14px;
        line-height: 1.48;
        color: #e7e9ee;
        text-align: left; }
        .Info-mobile-button:before {
          content: "Ayrıntılı Bilgi";
          display: inline-block;
          transition: 500ms;
          font-size: 13px;
          line-height: 1.48;
          color: #e7e9ee; }
        .Info-mobile-button:after {
          position: absolute;
          right: 20px;
          bottom: 20px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 12px;
          height: 12px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-down-chevron.svg); }
        .Info-mobile-button.active {
          text-align: center; }
          .Info-mobile-button.active:before {
            content: "Kapat"; }
          .Info-mobile-button.active:after {
            display: none; }
      .Info-mobile.active {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99; }
    .Info-header {
      margin-left: 0; }
    .Info-content:first-child {
      padding-top: 0; }
    .Info-content h6 {
      margin-bottom: 5px;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.15;
      color: var(--bs-theme-first-dark); }
  .Rezervasyon {
    height: auto; }
    .Rezervasyon-step {
      display: none; }
    .Rezervasyon-villa {
      padding: 14px;
      height: auto; }
      .Rezervasyon-villa-left {
        align-items: center;
        padding-right: 0; }
        .Rezervasyon-villa-left img {
          height: 28px; }
        .Rezervasyon-villa-left-info {
          padding-left: 14px; }
        .Rezervasyon-villa-left-code h6 {
          line-height: normal;
          font-size: 14px;
          margin-right: 0; }
        .Rezervasyon-villa-left-place {
          font-size: 13px;
          margin-top: 5px; }
      .Rezervasyon-villa-go {
        display: none; }
    .Rezervasyon-info {
      max-height: none;
      padding-right: 0;
      margin-right: 0;
      margin-top: 15px; }
      .Rezervasyon-info-in {
        padding-left: 20px;
        padding-right: 20px; }
      .Rezervasyon-info-header {
        padding-left: 20px;
        padding-right: 20px; }
        .Rezervasyon-info-header h1 {
          font-size: 16px;
          color: var(--bs-theme-orange); }
      .Rezervasyon-info-inner {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: none; }
      .Rezervasyon-info .line:after {
        display: none; }
      .Rezervasyon-info-item {
        margin-bottom: 15px;
        width: 50%;
        min-width: auto; }
        .Rezervasyon-info-item span {
          font-size: 12px; }
        .Rezervasyon-info-item p {
          font-size: 14px; }
      .Rezervasyon-info-date {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none; }
        .Rezervasyon-info-date-in {
          width: 100%;
          padding-left: 20px;
          height: 77px;
          border-radius: 4px;
          border: solid 1px #ebedf1; }
        .Rezervasyon-info-date-item {
          width: 50%;
          margin-right: 0; }
          .Rezervasyon-info-date-item span {
            font-size: 12px;
            font-weight: 500;
            color: #0d1b46; }
          .Rezervasyon-info-date-item p {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.32;
            color: var(--bs-theme-grey); }
    .Rezervasyon-content {
      padding-right: 0;
      margin-bottom: 20px;
      margin-top: 10px; }
    .Rezervasyon-services {
      padding-left: 10px;
      padding-right: 10px; }
      .Rezervasyon-services-item {
        width: 100%;
        height: 70px;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px; }
        .Rezervasyon-services-item-info h6 {
          font-size: 15px; }
        .Rezervasyon-services-item-info span {
          display: block;
          font-size: 12px;
          line-height: 1.3;
          color: var(--bs-theme-first); }
          .Rezervasyon-services-item-info span i {
            margin-left: 5px;
            font-size: 13px; }
        .Rezervasyon-services-item-button {
          font-size: 12px;
          font-weight: 500;
          color: #0b173a;
          display: flex;
          align-items: center;
          background-color: transparent;
          transition: 500ms; }
          .Rezervasyon-services-item-button i {
            margin-right: 5px;
            width: 36px;
            height: 36px; }
        .Rezervasyon-services-item label:before {
          width: 30px;
          height: 30px; }
    .Rezervasyon-pay .nav {
      padding: 0; }
      .Rezervasyon-pay .nav-item {
        max-width: none;
        width: 50%; }
        .Rezervasyon-pay .nav-item:first-child {
          margin-right: 0; }
      .Rezervasyon-pay .nav-link {
        border-radius: 0; }
    .Rezervasyon-pay-radio {
      border: none;
      padding: 0; }
      .Rezervasyon-pay-radio label {
        height: 70px;
        font-size: 20px;
        padding-right: 55px; }
        .Rezervasyon-pay-radio label span {
          font-size: 12px; }
      .Rezervasyon-pay-radio input:checked ~ label {
        border-color: transparent; }
    .Rezervasyon-pay-in {
      margin-top: 0;
      padding-top: 0; }
    .Rezervasyon-pay-item {
      width: 100%; }
      .Rezervasyon-pay-item:hover {
        background-color: transparent; }
      .Rezervasyon-pay-item label {
        height: 68px;
        font-size: 15px;
        padding-left: 20px; }
        .Rezervasyon-pay-item label i {
          width: 32px;
          font-size: 24px; }
      .Rezervasyon-pay-item input:checked ~ label {
        border: none;
        background-color: transparent; }
    .Rezervasyon-pay-description {
      margin-left: 15px;
      margin-right: 15px;
      border: solid 2px #f5f6f8;
      padding: 15px;
      border-radius: 4px; }
      .Rezervasyon-pay-description p {
        font-size: 14px; }
    .Rezervasyon-pay-continue {
      padding: 20px; }
  .Step-button {
    margin-top: 16px; }
    .Step-button-left {
      flex-direction: column-reverse;
      width: 100%; }
    .Step-button-in {
      flex-direction: column;
      height: auto;
      padding-left: 0;
      padding-right: 0; }
    .Step-button .button {
      margin: 0;
      width: 100%;
      margin-right: 0; }
      .Step-button.card .button {
        margin: 0;
        width: 100%;
        margin-right: 0!important;
       }
       .Step-button.card .Step-button-in{
        gap: 12px;
        padding: 12px 0;
       }
       .Step-button.card .Step-button-checkbox{
        order: -1;
       }
    .Step-button-checkbox {
      width: 100%;
      margin-bottom: 12px;
      z-index: 1; }
      .Step-button-checkbox .checkbox {
        margin-left: 0; }
      .Step-button-checkbox button:first-child {
        margin-left: 0; }
    .Step-button.pay {
      display: block; }
      .Step-button.pay .button {
        width: 100%; }
      .Step-button.pay .Step-button-in {
        flex-direction: column; }
      .Step-button.pay .Step-button-checkbox {
        margin-bottom: 15px; }
      .Step-button.pay .Step-button-pay {
        margin-bottom: 10px;
        width: 100%;
        flex-direction: column-reverse; }
      .Step-button.pay .checkbox {
        margin-left: 0; }
    .Step-button-pay {
      width: 100%; }
  .Need_to_know {
    padding-bottom: 10px;
    padding-left: 20px; }
    .Need_to_know .nav {
      flex-wrap: nowrap;
      overflow-x: scroll; }
      .Need_to_know .nav-link {
        white-space: nowrap; }
    .Need_to_know .swiper-container {
      overflow: hidden;
      padding-left: 70px; }
      .Need_to_know .swiper-container:before {
        width: 70px; }
      .Need_to_know .swiper-container:after {
        display: none; }
    .Need_to_know .swiper-button-prev, .Need_to_know .swiper-button-next {
      width: 56px;
      height: 56px; }
    .Need_to_know-features {
      padding-right: 20px; }
      .Need_to_know-features-in {
        margin-left: 15px; }
        .Need_to_know-features-in p {
          padding-right: 0; }
    .Need_to_know-conditions {
      padding-right: 20px; }
    .Need_to_know-descriptiton {
      padding-top: 15px;
      padding-bottom: 15px;
      flex-direction: column; }
      .Need_to_know-descriptiton i {
        font-size: 38px; }
      .Need_to_know-descriptiton p {
        font-size: 13px; }
  .Havale {
    padding-right: 0; }
    .Havale-header {
      padding-left: 16px;
      padding-right: 16px;
      flex-direction: column;
      align-items: flex-start; }
      .Havale-header h2 {
        font-size: 20px; }
      .Havale-header a {
        display: none; }
      .Havale-header-right {
        margin-top: 15px; }
        .Havale-header-right a {
          display: block; }
    .Havale-in {
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .Havale-left {
      width: 100%; }
    .Havale-right {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      border-radius: 0;
      border: none;
      height: auto;
      display: flex;
      flex-direction: column-reverse; }
    .Havale-havetopay {
      margin-top: 15px;
      align-items: center;
      justify-content: space-between;
      padding-left: 16px;
      padding-right: 16px; }
      .Havale-havetopay h6 {
        font-size: 15px;
        color: #687392; }
      .Havale-havetopay h5 {
        font-size: 23px;
        color: var(--bs-theme-orange); }
    .Havale-banks {
      margin-top: 43px;
      background-color: #fafbfc;
      padding-left: 16px;
      padding-right: 16px; }
      .Havale-banks-select {
        margin-bottom: 0;
        transform: translateY(-50%); }
        .Havale-banks-select label {
          display: none; }
      .Havale-banks-content {
        height: auto;
        padding: 10px 0;
        border-radius: 0;
        border: none;
        background-color: #fafbfc; }
    .Havale-time {
      padding-bottom: 16px;
      margin-top: 20px;
      padding-left: 16px;
      padding-right: 16px;
      border-bottom: solid 2px #f5f6f8; }
      .Havale-time-in {
        margin-top: 22px; }
    .Havale-code {
      padding-top: 25px;
      padding-bottom: 25px;
      margin-top: 0;
      border-bottom: 2px solid #f5f6f8;
      padding-left: 20px;
      padding-right: 20px; }
    .Havale .bootstrap-select .dropdown-toggle {
      border: solid 1px var(--bs-theme-light);
      background-color: #fff; }
    .Havale-rPayment {
      padding-bottom: 16px;
      margin-right: auto;
      align-items: center;
      max-width: none; }
      .Havale-rPayment a {
        margin-top: 15px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
        border-top: 1px solid #ebedf1; }
    .Havale-notification {
      margin-top: 30px;
      margin-bottom: 0;
      padding-left: 16px;
      padding-right: 36px; }
      .Havale-notification .Havale-header {
        padding-left: 0;
        padding-right: 0; }
      .Havale-notification-item {
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--bs-theme-light); }
        .Havale-notification-item:last-child {
          border-bottom: none;
          margin-bottom: 0; }
      .Havale-notification-in {
        margin-top: 0; }
      .Havale-notification-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px; }
        .Havale-notification-input-head {
          font-size: 13px;
          font-weight: 500;
          line-height: 2;
          color: #a6afc2; }
      .Havale-notification-button {
        width: calc(100% - 130px);
        display: flex;
        height: 56px;
        font-size: 14px;
        padding: 0; }
      .Havale-notification-head {
        display: none; }
    .Havale-payment {
      margin-top: 20px;
      padding: 10px 15px;
      border: none;
      background-color: #fff; }
      .Havale-payment:last-child {
        background-color: #fafbfc;
        margin-top: 35px; }
        .Havale-payment:last-child .Havale-right {
          margin-top: 0px; }
      .Havale-payment-top {
        flex-direction: column; }
      .Havale-payment-bottom {
        margin-top: 12px;
        flex-direction: column; }
        .Havale-payment-bottom .Havale-payment-right {
          margin-top: 12px; }
      .Havale-payment-left {
        width: 100%; }
        .Havale-payment-left .vForm-item-danger {
          bottom: -140px;
          left: 50%;
          transform: translateX(-50%); }
        .Havale-payment-left h6 {
          font-size: 27px;
          font-weight: 300;
          line-height: 1.15;
          color: var(--bs-theme-first); }
          .Havale-payment-left h6 i {
            font-size: 30px;
            margin-right: 10px; }
      .Havale-payment-right {
        width: 100%; }
        .Havale-payment-right p {
          font-size: 12px;
          font-weight: 500;
          line-height: normal;
          color: var(--bs-theme-grey); }
        .Havale-payment-right .button {
          width: 100%;
          height: 56px;
          margin-top: 15px; }
    .Havale.Pieces .Havale-in {
      align-items: flex-start; }
    .Havale.Pieces .Havale-header {
      border-radius: 4px;
      border: solid 1px #ebedf1;
      background-color: #fafbfc; }
      .Havale.Pieces .Havale-header-left {
        display: none; }
      .Havale.Pieces .Havale-header-right {
        width: 100%; }
    .Havale.Pieces .Havale-right {
      border: none;
      height: auto;
      padding: 0; }
      .Havale.Pieces .Havale-right .button {
        padding: 0;
        height: 56px; }
    .Havale.Pieces .Havale-banks {
      padding: 0; }
      .Havale.Pieces .Havale-banks-select {
        transform: none;
        margin-bottom: 10px; }
        .Havale.Pieces .Havale-banks-select label {
          display: block; }
    .Havale.Pieces .Havale-time {
      border-bottom: none;
      margin-top: 20px;
      flex-direction: column;
      align-items: flex-start; }
      .Havale.Pieces .Havale-time-in {
        width: 100%;
        margin-top: 15px; }
    .Havale.Pieces .Havale-code {
      padding: 0;
      margin-bottom: 25px; }
    .Havale.Pieces .Havale-banks {
      margin-top: 0; }
  .notificationAdd {
    width: 100%;
    bottom: -56px; }
    .notificationAdd:hover, .notificationAdd:focus {
      background-color: var(--bs-theme-first); }
  .notificationRemove {
    right: -33px;
    top: 50%;
    transform: translateY(-50%); }
  .Villa_detail-poster-text-left h6 {
    font-size: 20px; }
  .Villa_detail-poster-text-desc {
    font-size: 14px; }
  .Villa_detail-poster-text-badge span {
    margin-right: 7px; }
    .Villa_detail-poster-text-badge span:after {
      margin-left: 7px; }
  .Villa_detail-rate i {
    margin-left: 3px; }
  .Villa_detail-method {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px; }
  .Villa_detail-certificate {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px; }
    .Villa_detail-certificate-left {
      padding-left: 10px;
      padding-right: 10px; }
      .Villa_detail-certificate-left img {
        margin-right: 5px; }
      .Villa_detail-certificate-left p {
        font-size: 11px; }
    .Villa_detail-certificate-right i {
      margin-right: 5px; }
  .vForm-radios {
    margin-top: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .vForm-radios span {
      width: 100%;
      margin-bottom: 10px; }
    .vForm-radios .vForm-radio {
      margin-left: 15px; }
      .vForm-radios .vForm-radio:first-of-type {
        margin-left: 0; }
  .vForm-item.two, .vForm-item.three {
    width: 100%; }
  .vForm-item .vForm-checkbox {
    margin-top: 15px;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0); }
  .Pay_info-button {
    font-size: 16px; }
  .Pay_info-header {
    font-size: 18px; }
  .Pay_info-content {
    margin-bottom: 12px;
    padding: 10px 15px;
    border-radius: 0;
    border: none; }
    .Pay_info-content .checkbox.mt-3 {
      margin-top: 5px !important; }
    .Pay_info-content .vForm-item {
      margin-bottom: 8px; }
    .Pay_info-content.bg {
      border-radius: 10px;
      background-color: #f5f6f8;
      margin-left: 12px;
      margin-right: 12px;
      padding: 20px; }
    .Pay_info-content p {
      margin-top: 7px;
      margin-bottom: 7px;
      font-size: 13px;
      font-weight: 500;
      color: #a6afc2; }
    .Pay_info-content .checkbox label {
      color: #a6afc2; }
    .Pay_info-content .checkbox input:checked ~ label {
      transition: 500ms;
      color: var(--bs-theme-first); }
  .Pay_info-desc p {
    margin-bottom: 20px; }
    .Pay_info-desc p:last-child {
      margin-bottom: 10px; }
  .modal {
    background-color: #fff; } }

@media (max-width: 768px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media (min-width: 991px) {
  .fixed {
    position: fixed;
    top: 0; } }
    .O_Detail {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 40px;
      background-color: #fff;
   }
    .O_Detail-in {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 16px;
   }
    .O_Detail-left {
      display: flex;
      flex-direction: column;
      gap: 14px;
   }
    .O_Detail-left-info {
      display: flex;
      flex-direction: column;
      padding: 8px 8px 22px;
      border-radius: 14px;
      border: solid 1px #e6e8ec;
      background-color: #f6f8fc;
   }
    .O_Detail-left-info-top {
      display: flex;
      flex-direction: column;
      padding: 10px;
      border-radius: 8px;
      background-color: #fff;
      margin-bottom: 20px;
   }
    .O_Detail-left-info-top img {
      width: 100%;
      border-radius: 6px;
      margin-bottom: 12px;
   }
    .O_Detail-left-info-top b {
      font-size: clamp(16px, 1.1vw, 20px);
      font-weight: 500;
      color: #2c2e30;
      margin-bottom: 10px;
   }
    .O_Detail-left-info-date {
      display: flex;
      align-items: center;
      gap: 16px;
   }
    .O_Detail-left-info-date-day {
      width: clamp(53px, 3.3vw, 63px);
      height: clamp(53px, 3.3vw, 63px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border-radius: 4px;
      background-color: #e98f43;
   }
    .O_Detail-left-info-date-day b {
      font-size: clamp(16px, 1.1vw, 20px);
      font-weight: 500;
      line-height: 1.15;
      text-align: center;
      color: #fff;
      margin: 0;
   }
    .O_Detail-left-info-date-day span {
      font-size: 10px;
      font-weight: 500;
      text-align: center;
      color: #fff;
   }
    .O_Detail-left-info-date-in {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: clamp(14px, 1.1vw, 20px);
   }
    .O_Detail-left-info-date-in svg {
      width: clamp(20px, 1.3vw, 24px);
      height: clamp(20px, 1.3vw, 24px);
   }
    .O_Detail-left-info-date-item {
      display: flex;
      flex-direction: column;
   }
    .O_Detail-left-info-date-item span {
      font-size: clamp(10px, 0.8vw, 12px);
      font-weight: 500;
      color: #717171;
      line-height: 1;
      margin-bottom: 6px;
   }
    .O_Detail-left-info-date-item b {
      font-size: clamp(16px, 1vw, 18px);
      font-weight: bold;
      line-height: 1.32;
      color: #2c2e30;
      margin: 0;
   }
    .O_Detail-left-info-date-item small {
      font-size: clamp(10px, 0.8vw, 12px);
      font-weight: 500;
      line-height: 1;
      color: #2c2e30;
   }
    .O_Detail-left-info p {
      font-size: 13px;
      font-weight: normal;
      color: #828282;
      padding-left: 12px;
   }
    .O_Detail-left-info p a {
      color: #828282;
      text-decoration: none;
      transition: all 300ms;
   }
    .O_Detail-left-info p a:hover {
      color: #e98f43;
   }
    .O_Detail-left-info-link {
      width: max-content;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(12px, 1vw, 16px);
      border-radius: 8px;
      background-color: #2c2e30;
      border: 1px solid #2c2e30;
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      text-align: center;
      text-decoration: underline;
      color: #fff;
      margin-top: 14px;
      margin-left: 12px;
      transition: all 300ms;
   }
    .O_Detail-left-info-link:hover {
      background-color: #fff;
      color: #2c2e30;
   }
    .O_Detail-left-cancel {
      display: flex;
      flex-direction: column;
      padding: 24px;
      border-radius: 10px;
      border: solid 1px #ffb3ac;
      background-color: #f7e3e1;
   }
    .O_Detail-left-cancel-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
   }
    .O_Detail-left-cancel-head svg {
      width: clamp(30px, 2.1vw, 40px);
      height: clamp(30px, 2.1vw, 40px);
      flex-shrink: 0;
   }
    .O_Detail-left-cancel-head-text {
      display: flex;
      flex-direction: column;
   }
    .O_Detail-left-cancel-head-text span {
      font-size: clamp(13px, 1vw, 15px);
      font-weight: 500;
      color: #e33223;
   }
    .O_Detail-left-cancel-head-text b {
      font-size: clamp(13px, 1vw, 15px);
      font-weight: 500;
      color: #2c2e30;
   }
    .O_Detail-left-cancel p {
      padding: 12px;
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 13px;
      font-weight: normal;
      color: #2c2e30;
   }
    .O_Detail-left-cancel p a, .O_Detail-left-cancel p b {
      font-weight: bold;
      color: #2c2e30;
   }
    .O_Detail-right {
      display: flex;
      flex-direction: column;
      gap: 16px;
   }
    .O_Detail-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: clamp(16px, 1.5vw, 28px);
      border-radius: 10px;
      background-color: #2c2e30;
   }
    .O_Detail-info.mobile {
      display: none;
   }
    .O_Detail-info-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
   }
    .O_Detail-info-left h1 {
      font-size: clamp(18px, 1.5vw, 24px);
      font-weight: 500;
      line-height: normal;
      color: #fff;
      margin: 0;
   }
    .O_Detail-info-left-in {
      display: flex;
      align-items: center;
      gap: 8px;
   }
    .O_Detail-info-left-in span {
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      color: #828282;
   }
    .O_Detail-info-left-in p {
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      line-height: 1;
   }
    .O_Detail-info-left-in button {
      background-color: transparent;
      border: none;
      padding: 0;
      color: #828282;
      transition: all 300ms;
   }
    .O_Detail-info-left-in button svg {
      width: 20px;
      height: 20px;
   }
    .O_Detail-info-left-in button:hover {
      color: #fff;
   }
    .O_Detail-info-right {
      display: flex;
      align-items: center;
      gap: 20px;
   }
    .O_Detail-info-right-text {
      display: flex;
      flex-direction: column;
   }
    .O_Detail-info-right-text span {
      font-size: clamp(14px, 1vw, 18px);
      font-weight: 500;
      text-align: right;
      color: #828282;
   }
    .O_Detail-info-right-text a {
      font-size: clamp(18px, 1.5vw, 24px);
      font-weight: 500;
      text-align: right;
      color: #fff;
      transition: all 300ms;
   }
    .O_Detail-info-right-text a:hover {
      color: #e98f43;
   }
    .O_Detail-info-right-icon {
      width: clamp(56px, 3.75vw, 72px);
      height: clamp(56px, 3.75vw, 72px);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background-color: #fff;
      color: #2c2e30;
   }
    .O_Detail-info-right-icon svg {
      width: clamp(30px, 2.1vw, 40px);
      height: clamp(30px, 2.1vw, 40px);
   }
    .O_Detail-content {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 16px;
   }
    .O_Detail-content-left {
      display: flex;
      flex-direction: column;
   }
    .O_Detail-content-table {
      border-radius: 10px;
      border: solid 1px #e6e8ec;
      padding: clamp(18px, 1.5vw, 26px);
      display: flex;
      flex-direction: column;
      margin-bottom: 10px;
   }
    .O_Detail-content-table h3 {
      font-size: clamp(16px, 1vw, 18px);
      font-weight: 500;
      color: #2c2e30;
      margin-bottom: 14px;
   }
    .O_Detail-content-table-in {
      display: flex;
      flex-direction: column;
   }
    .O_Detail-content-table-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px;
      border-radius: 6px;
   }
    .O_Detail-content-table-item span {
      font-size: 14px;
      font-weight: normal;
      color: #828282;
   }
    .O_Detail-content-table-item p {
      font-size: 14px;
      font-weight: normal;
      text-align: right;
      color: #2c2e30;
   }
    .O_Detail-content-table-item:nth-child(even) {
      background-color: #f6f8fc;
   }
    .O_Detail-content-note {
      display: flex;
      flex-direction: column;
      margin-top: 10px;
   }
    .O_Detail-content-note-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
   }
    .O_Detail-content-note-head h4 {
      font-size: 15px;
      font-weight: 500;
      color: #2c2e30;
   }
    .O_Detail-content-note-head p {
      font-size: 14px;
      font-weight: normal;
      text-align: right;
      color: #828282;
   }
    .O_Detail-content-note-in {
      padding: 12px 16px;
      border-radius: 10px;
      border: dashed 1px #e6e8ec;
      background-color: #f6f8fc;
   }
    .O_Detail-content-note-in p {
      font-size: 14px;
      font-weight: normal;
      color: #2c2e30;
   }
    .O_Detail-content-note-in p.no-note {
      color: #828282;
   }
    .O_Detail-content-right {
      display: flex;
      flex-direction: column;
      gap: 12px;
   }
    .O_Detail-content-right-item {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 10px clamp(12px, 1vw, 16px);
      border-radius: 6px;
      border: solid 1px #e6e8ec;
      font-size: clamp(13px, 0.8vw, 14px);
      font-weight: 600;
      color: #2c2e30;
      transition: all 300ms;
   }
    .O_Detail-content-right-item svg {
      color: #717171;
   }
    .O_Detail-content-right-item .arrow-icon {
      margin-left: auto;
      color: #2c2e30;
   }
    .O_Detail-content-right-item:hover {
      background-color: #2c2e30;
      border-color: #2c2e30;
      color: #fff;
   }
    .O_Detail-content-right-item:hover svg {
      fill: #fff;
      color: #fff;
   }
    @media (max-width: 1240px) {
      .O_Detail-content {
        grid-template-columns: 1fr;
     }
   }
    @media (max-width: 991px) {
      .O_Detail {
        flex-direction: column;
        padding-top: 14px;
     }
      .O_Detail-in {
        grid-template-columns: 1fr;
        gap: 14px;
     }
      .O_Detail-left-info-link {
        text-align: center;
     }
      .O_Detail-right {
        gap: 14px;
     }
      .O_Detail-info.mobile {
        display: flex;
     }
      .O_Detail-info.desktop {
        display: none;
     }
      .O_Detail-info-right {
        display: none;
     }
      .O_Detail-content {
        grid-template-columns: 1fr;
        gap: 14px;
     }
      .O_Detail-content-table {
        padding: 12px clamp(18px, 1.5vw, 26px);
     }
   }
    