<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(7073,22): run-time error CSS1039: Token not allowed after unary operator: '-background-400'
(7086,25): run-time error CSS1019: Unexpected token, found '-'
(7086,25): run-time error CSS1036: Expected expression, found '-'
(7086,25): run-time error CSS1019: Unexpected token, found '-'
(7086,25): run-time error CSS1042: Expected function, found '-'
(7086,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(7087,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(7089,18): run-time error CSS1039: Token not allowed after unary operator: '-sizing-14'
(7090,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-6'
(7093,15): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(7095,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-onDefault'
(7098,23): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily-ltr-body'
(7099,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize-base'
(7101,23): run-time error CSS1039: Token not allowed after unary operator: '-fontWeight-medium'
(7102,23): run-time error CSS1039: Token not allowed after unary operator: '-lineHeight-base'
(10902,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
 */
/*.........................................................................
    ======================== MODAL =====================================
    ......................................................................*/
.trn-modal {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  padding-top: 4%;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn {
  border-radius: 6px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn {
  margin-top: 20px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn button {
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  outline: 0;
  border-radius: 3px;
  padding: 5px;
}

.trn-modal &gt; .trn-modal-close {
  display: block;
  position: relative;
  font-size: 35px;
  top: 0;
  right: 10px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  float: right;
  margin-top: -5%;
  z-index: 99999;
  text-shadow: 1px 1px 8px #000000;
  text-shadow: 1px 1px 8px black;
}

.trn-modal .trn .trn-modal-caption {
  width: 96%;
  position: absolute;
  display: block;
  background-color: #F8F9FB;
  color: #000000;
  padding: 12px 2%;
  top: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: .0325em;
  font-size: 15px;
  border-bottom: 1px solid #DDDDDD;
}

/*....... LOGIN .......*/
.trn-modal &gt; .trn {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
}

.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .social-btn {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  width: 48.5%;
  cursor: pointer;
  font-size: 13px;
  height: 56px;
  padding-left: 20px;
}

.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .facebook-login,
.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .facebook-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/icon-login-facebook.png) no-repeat 6px 17px;
  background-size: 20px;
  background-color: #3B5998;
  border: 1px solid #385693;
  margin-right: 2%;
}

.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .google-login,
.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .google-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/google-login-icon.png) no-repeat 10px 18px;
  background-size: 18px;
  background-color: #e55f4b;
  border: 1px solid #d64833;
}

.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .facebook-login:hover,
.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .facebook-signup:hover {
  background-color: #2a4378;
  border: 1px solid #3B5998;
}

.trn-modal &gt; .trn &gt; .social-button-wrapper &gt; .google-login:hover {
  cursor: pointer;
  background-color: #d64833;
}

.trn-modal &gt; .trn &gt; .trn-line {
  display: inline-block;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  margin: 15px 0 25px;
}

.trn-modal &gt; .trn &gt; .trn-line &gt; span {
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 600;
  letter-spacing: .0625em;
}

.trn-modal &gt; .trn .trn-form-margin {
  margin-top: 40px;
}

.trn-modal &gt; .trn .trn-form {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.trn-modal &gt; .trn .trn-form input[type=text],
.trn-modal &gt; .trn .trn-form input[type=password] {
  width: 100%;
  display: inline-block;
  border: 1px solid #DDDDDD;
  font-size: 22px;
  text-align: center;
  min-height: 51px;
}

.trn-modal &gt; .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat right 10px center;
}

.trn-modal &gt; .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat right 10px center;
}

.trn-modal &gt; .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat right 10px center;
}

.trn-modal &gt; .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat right 10px center;
}

#modal-reservation-control .new-popup {
  max-width: 475px;
}

.trn-modal &gt; .trn .trn-form button {
  width: 100%;
  display: inline-block;
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  margin: 7px 0 3px;
  padding: 16px 0;
  font-size: 16px;
}

#modal-reservation-control .section-card__header {
  margin-bottom: 20px;
}

#modal-reservation-control .section-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.trn-modal &gt; .trn .trn-form button.btn-signup,
.trn-modal &gt; .trn .trn-form button.btn-signin {
  width: 100.5%;
  display: inline-block;
  background-color: #fff;
  color: #AAAAAA;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
  padding: 15px 0;
  font-size: 16px;
}

.trn-modal &gt; .trn .trn-form button.btn-signup:hover,
.trn-modal &gt; .trn .trn-form button.btn-signin:hover {
  color: #2321FF;
  border: 1px solid #2321FF;
}

.trn-modal &gt; .trn .trn-form .trn-form-group {
  width: 100%;
  display: inline-block;
  padding: 6px 0 0;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .left {
  width: 50%;
  float: left;
}

.trn-modal &gt; .trn .trn-form .trn-form-group input[type=checkbox] {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.trn-modal .trn .trn-form .trn-form-group input[type=checkbox] + label {
  font-size: 14px;
  color: #000000;
  float: left;
  cursor: pointer;
}

.trn-modal &gt; .trn .trn-form .trn-form-group input[type=checkbox]:checked + label {
  color: #2321FF;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement,
.trn-modal .trn .trn-form .trn-form-group .full .label-mailing {
  width: 93%;
  font-size: 0.85em;
  float: right;
}

.trn-modal .trn .trn-form .trn-form-group .label-agreement-error {
  padding: 5px;
  width: 98% !important;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement a {
  color: #AAAAAA;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .right {
  width: 50%;
  float: right;
  text-align: right;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .right &gt; a:link,
.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .right &gt; a:active,
.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .right &gt; a:visited {
  color: #2321FF;
  font-size: 12px;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .right &gt; a:hover {
  color: #000000;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .full {
  width: 100%;
  display: inline-block;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .full &gt; label {
  width: 90%;
  font-size: 12px;
  margin-top: -3px;
}

.trn-modal &gt; .trn .trn-form .trn-form-group &gt; .full &gt; p {
  width: 100%;
  font-size: 14px;
  padding: 0 0 18px;
  color: #000000;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text],
body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=password] {
  width: 100%;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form .trn-form-group &gt; .left {
  float: right;
  text-align: right;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form .trn-form-group &gt; .right {
  float: left;
  text-align: left;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text].lgn-name {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text].lgn-name:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text].lgn-ticket {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form input[type=text].lgn-ticket:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal &gt; .trn .trn-form .trn-form-group input[type=checkbox] {
  float: right;
  margin-left: 5px;
  margin-right: unset;
}

body[dir='rtl'] .trn-modal &gt; .trn .trn-form .trn-form-group &gt; .full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trn-modal.medium-popup {
  height: unset !important;
}

.trn-modal #results {
  padding: 5px 12px;
  margin: 5px 0px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.new-popup__close {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 6px 0 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

body[dir='rtl'] .new-popup__close {
  right: unset;
  left: 0;
  border-radius: 0 0 12px 0;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

.bill-popup {
  max-width: 590px !important;
}

@media screen and (max-width: 1600px) {
  .bill-popup {
    zoom: .8;
  }
}
@media screen and (max-width: 1500px) {
  .bill-popup {
    zoom: .7;
  }
}
.info-message {
  background-color: #F8F9FB;
}

.info-message__container {
  padding: 12px 20px 12px 45px;
  position: relative;
  font-size: 13px;
  color: #000000;
}

.info-message__container::before {
  content: "\e948";
  font-family: turna;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AAAAAA;
  font-size: 22px;
}

.bill-popup__btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.bill-popup__btn button {
  width: 100% !important;
  max-width: 275px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff;
  height: 56px !important;
  background-color: #2321FF !important;
  border: none !important;
  border-radius: 6px !important;
}

.bill-popup__select {
  font-size: 13px !important;
}

.bill-popup__textarea {
  margin-bottom: unset !important;
}

.trn::-webkit-scrollbar {
  width: 0px;
}

.trn::-webkit-scrollbar-track {
  background: #F8F9FB;
}

.trn::-webkit-scrollbar-thumb {
  background: #01007F;
}

.popup-flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.trn-modal.new-popup-scroll-bar {
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4% 0;
}

.btn-operations__group .button-in-header.reservation-operation.btn-operations {
  background-color: #fff;
  color: #01007F;
  font-size: 14px;
  max-width: 202.5px;
  height: 56px;
  border: none;
  border: 1px solid #01007F;
  border-radius: 6px;
}

.btn-operations__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.campaign-banner.trn-modal.medium-popup {
  padding-top: unset !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.campaign-banner.trn-modal.medium-popup.campaign-banner--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-banner .new-popup {
  max-width: 950px;
  width: 100%;
  height: 560px !important;
  padding: unset !important;
  max-height: 420px;
  background: transparent;
}

/*.campaign-banner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100%;

}*/
/*
.campaign-banner__container__header {
    font-size: 42px;
    color: var(--white);
    font-weight: 400;
}
.campaign-banner__container__header span {
    font-weight: 700;
}

.campaign-banner__container__left {
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.campaign-banner__container__footer-logo{
    width: 200px;
}

.campaign-banner__container__footer-logo img{
    width: 100%;
}*/
/*@media (min-width: 769px) and (max-width: 1023px) {
    .trn-modal {

        .tab-menu__label {
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 12px;
        }

        .tab-menu__label label::after {
            left: 16px;
        }
    }
}
*/
@media only screen and (max-width: 768px) {
  .trn-modal {
    padding-top: 0;
  }
  .trn-modal .signin-new-popup {
    margin: 0 auto !important;
  }
  .trn-modal .signin-new-popup__left-side {
    display: none;
  }
  .trn-modal .signin-new-popup__right-side {
    height: 100vh;
  }
  .trn-modal .btn-operations__group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }

  #modal-reservation-control .new-popup {
    max-width: 475px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }
}
.trn-modal .trn-modal-signin-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  margin: auto;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #E4E6E9;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1E20;
  text-align: center;
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
  padding: 16px 24px 32px 24px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
  color: #1D1E20;
  font-family: "Sofia Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .form-row {
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper input.invalid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .invalid[type="text"] {
  border: 1px solid #DC2626 !important;
  background: #FFFFFF !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid {
  color: #DC2626 !important;
  padding: 0 0 0 16px !important;
  bottom: -20px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid i {
  font-family: "Font Awesome 6 Pro" !important;
  margin-right: 4px;
  color: #DC2626;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box {
  width: 100%;
  padding: 24px 32px 0 32px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
  justify-self: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 64px;
  background: #E0E0E0;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
  content: "\e92c";
  font-family: turna;
  position: relative;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #585B5E;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
  width: 180px;
  height: 36px;
  padding: 0px 4.005px 0px 0px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
  position: relative;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
  width: 100%;
  padding-right: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #909294;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button span {
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #1D1E20 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-left: 37px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #2321FF !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
  top: 30%;
  width: 24px;
  height: 24px;
  border-color: #BCBEBF;
  border-radius: 4px;
  margin-right: 12px;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
  top: 28%;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 24px 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1px;
  background: #D3D3D4;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
  color: #585B5E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E1E1EF;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-up-trigger-for-mobile, .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-in-trigger-for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
  color: #585B5E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer {
  width: 100%;
  border-top: 1px solid #E1E1EF;
  margin-top: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box {
  padding: 24px 24px 54px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
  color: #1D1E20;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
  color: #2563EB;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .trn-modal .trn-modal-signin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 80vh;
    height: 100%;
    min-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 16px 16px 0px 0px;
    background: #FFF;
    position: fixed;
    bottom: 0;
    max-width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #E4E6E9;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1D1E20;
    text-align: center;
    -webkit-font-feature-settings: 'liga' off, 'clig' off;
            font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
    padding: 16px 24px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
    color: #1D1E20;
    font-family: "Sofia Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
    text-align: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box {
    width: 100%;
    padding: 24px 32px 0 32px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
    justify-self: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 64px;
    background: #E0E0E0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
    content: "\e92c";
    font-family: turna;
    position: relative;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #585B5E;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
    width: 180px;
    height: 36px;
    padding: 0px 4.005px 0px 0px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
    position: relative;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
    width: 100%;
    padding-right: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    color: #909294;
    font-size: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
    color: #1D1E20 !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-left: 37px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
    color: #2321FF !important;
    text-decoration: none;
    font-weight: 400 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
    top: 30%;
    width: 24px;
    height: 24px;
    border-color: #BCBEBF;
    border-radius: 4px;
    margin-right: 12px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
    top: 28%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin: 24px 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1px;
    background: #D3D3D4;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
    color: #585B5E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E1E1EF;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
    color: #585B5E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer {
    width: 100%;
    border-top: 1px solid #E1E1EF;
    margin-top: 24px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box {
    padding: 24px 24px 54px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
    color: #1D1E20;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: transparent;
  }
}

.trn-popover-content {
  z-index: 1051;
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
  min-width: 190px;
}

.trn-popover-content .ul-links &gt; li {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
}

.trn-popover-content .ul-links &gt; .last-li {
  border-bottom: none;
}

.trn-popover-content .ul-links &gt; li &gt; a:link, .trn-popover-content .ul-links &gt; li &gt; a:visited, .trn-popover-content .ul-links &gt; li &gt; a:active {
  color: #000000;
  text-decoration: none;
}

/*POPUP OVER USER INFO*/
.trn-popover-content.popover-user-info {
  width: 270px;
}

.trn-popover-content.popover-user-info &gt; div.items {
  padding: 10px 5px;
  background-color: #F8F9FB;
  border-bottom: 1px solid #DDDDDD;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info &gt; div.items &gt; .item {
  padding: 3px 5px;
  font-size: 13px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info &gt; div.items &gt; .item &gt; .point-description {
  display: block;
  float: left;
}

.trn-popover-content.popover-user-info &gt; div.items &gt; .item &gt; span {
  color: #AAAAAA;
  display: block;
  float: right;
}

.trn-popover-content.popover-user-info &gt; .ul-links &gt; .left {
  border: none;
  text-align: left;
  padding: 6px 20px;
}

.trn-popover-content.popover-user-info &gt; .ul-links &gt; li {
  cursor: pointer;
}

.trn-popover-content.popover-user-info &gt; .ul-links &gt; li a {
  display: block;
  width: 100%;
}

.trn-popover-content.popover-user-info &gt; .ul-links &gt; .border-bottom {
  border-bottom: 1px solid #DDDDDD;
}

.trn-popover-content.popover-user-info &gt; .ul-links &gt; .right {
  text-align: right;
}

.trn-popover-content.popover-user-info &gt; .ul-links &gt; li:hover {
  background-color: #F8F9FB;
}

.popup-container {
  display: none;
}

.popup-container .popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  opacity: 0.5;
  background: #000000;
}

.popup-container .popup-frame {
  z-index: 999999;
  width: 500px;
  background-color: #fff;
}

.popup-container.pos-center .popup-frame,
.popup-container.pos-bottom .popup-frame,
.popup-container.pos-top .popup-frame {
  position: fixed;
}

.popup-container.active .popup-frame {
  display: block;
}

.popup-container .popup-frame {
  border-radius: 8px;
}

.popup-container .popup-frame .popup-title {
  padding: 10px 20px 5px;
  font-size: 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
}

.popup-container .popup-frame .popup-content {
  padding: 10px 10px 20px 10px;
  line-height: 20px;
  font-size: 14px;
}

.popup-container .popup-frame .popup-close {
  cursor: pointer;
  font-size: 35px;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: #01007F;
  color: #fff;
  padding: 5px;
  border-radius: 0 6px 0 12px;
}

.popup-container.CornerLight .popup-frame {
  background: #fff;
  color: #fff;
}

.popup-container.CornerLight .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 600;
}

.popup-container.CornerLight .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.popup-container.CornerDark .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}

.popup-container.CornerDark .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
}

.popup-container.CornerLightImageAndAction .popup-frame {
  background-color: #fff;
}

.popup-container.CornerLightImageAndAction .popup-title {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 20px;
}

.popup-container.CornerLightImageAndAction .popup-content {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 10px 7px;
}

.CornerLightImageAndAction .inl-one {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two div {
  color: #AAAAAA;
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 13px;
}

.CornerLightImageAndAction a {
  background-color: #01007F;
  padding: 6px 23px;
  border-radius: 5px 0 5px 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition-property: background-color,color;
  -o-transition-property: background-color,color;
  transition-property: background-color,color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
  margin: 0 auto;
  font-weight: 600;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-1 &gt; * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  margin-bottom: 0;
}

.form-row--col-1 &gt; *:not(:last-child) {
  margin-right: 0;
}

.form-item {
  margin-bottom: 0;
}

.form-item__label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-item__input {
  position: relative;
}

.form-item__input input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-item__input input:not([type=checkbox]) {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input input:not([type=checkbox])::-webkit-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox]):-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])[disabled] {
  background-color: #F8F9FB;
  border: 0;
}

.form-item__input input:not([type=checkbox]):focus {
  -webkit-box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
  box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
}

/*.trn-modal &gt; .trn {
    max-width: 940px !important;
    padding: unset;
}*/
.trn.signin-new-popup {
  padding: unset;
  max-width: 940px !important;
}

.signin-new-popup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
  margin: 100px auto !important;
  position: relative;
}

.signin-new-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}

.signin-new-popup__left-side, .signin-new-popup__right-side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.signin-new-popup__left-side {
  background-color: #01007F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}

.signin-new-popup__left-side__header {
  font-size: 36px;
  font-weight: 500;
}

.signin-new-popup__left-side__sub-header {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
}

.signin-new-popup__left-side__btn:last-child {
  margin-top: 20px;
}

.signin-new-popup__left-side__btn button {
  background-color: #fff;
  color: #01007F;
  height: 65px;
  width: 264px;
  border-radius: 65px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.signin-new-popup__left-side &gt; div {
  text-align: center;
}

.signin-new-popup__right-side {
  padding: 50px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close {
  background-color: #01007F;
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close .trn-close {
  color: #fff;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .gap-20 {
  gap: 20px;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .margin-0 .form-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.signin-new-popup__right-side__sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 32px;
}

.signin-new-popup__right-side__sub-section__remember-me {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__remember-me::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__remember-me::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: -10px;
  font-family: turna;
  display: none;
}

#rememberme {
  display: none;
}

.signin-new-popup__right-side__sub-section label[for="rememberme"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me {
  color: #01007F;
}

.signin-new-popup__right-side__btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.signin-new-popup__right-side__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.signin-new-popup__right-side__btn--white button {
  background: #fff !important;
  color: #01007F !important;
  border: 1px solid #01007F !important;
}

#forgot-password-id {
  text-decoration: none;
  color: #000000;
}

#login-form {
  margin-bottom: 20px;
}

.form-row--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-2 &gt; * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc((100% - (2 - 1) * 20px) / 2);
  flex-basis: calc((100% - (2 - 1) * 20px) / 2);
  margin-bottom: 20px;
}

.form-row--col-2 &gt; *:not(:last-child) {
  margin-right: 20px;
}

.form-row--col-2 &gt; *:nth-child(2n) {
  margin-right: 0;
}

.signin-new-popup__left-side--grow {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup__right-side--grow {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup--space-top {
  margin: 50px auto !important;
}

.signin-new-popup__right-side__sub-section label[for="agreement_ok"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #01007F;
}

.signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__agreement_ok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__agreement_ok::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: turna;
  display: none;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #01007F;
  font-weight: bold;
}

label.invalid {
  font-size: 11px !important;
  color: #01007F !important;
  font-weight: bold;
  position: absolute;
  bottom: -25px;
}

.form-item {
  position: relative;
}

.invalid[type='text'], .invalid[type='password'], .invalid[type='email'] {
  background-color: #F8F9FB !important;
  border-color: #01007F !important;
}

.form-row--col-2 &gt; * {
  margin-bottom: unset !important;
}

.trn.forget-password {
  max-width: 600px !important;
  border-radius: 8px;
  margin: 100px auto;
}

.forget-password__container {
  padding: 60px 40px;
}

.forget-password__container__header-info {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
}

.forget-password__container__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.trn-modal &gt; .trn {
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
}

.reservation-popup {
  padding: 60px 50px !important;
  border-radius: 8px;
}

.reservation-popup__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation-popup__points__item &gt; div:not(:last-of-type) {
  margin-bottom: 20px;
}

.reservation-popup__points__item .form-row {
  margin-bottom: unset !important;
}

.reservation-popup__points__item {
  color: #000000;
  font-size: 16px;
}

.reservation-popup__points__item--header {
  font-weight: 600;
}

.bottom-line {
  position: relative;
}

.bottom-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F8F9FB;
  bottom: -20px;
  left: 0;
}

.reservation-popup__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
}

.reservation-popup__buttons__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.reservation-popup__buttons__btn button {
  width: 100%;
  padding: 20px 0;
}

.reservation-popup__buttons__btn .passive {
  border: 1px solid #01007F;
  color: #01007F;
  background-color: #fff;
}

.reservation-popup__buttons__btn .active {
  border: none;
  color: #fff;
  background-color: #01007F;
}

.reservation-popup__buttons__btn .active, .reservation-popup__buttons__btn .passive {
  font-weight: bold;
  border-radius: 8px;
}

.reservation-popup__footer {
  color: #AAAAAA;
  margin-top: 40px;
  font-size: 16px;
}

.trn.reservation-popup {
  max-width: 768px !important;
}

.reservation-popup__points__item__value {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #01007F;
  font-weight: bold;
}

.cancel-reservation-info {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.cancel-reservation-btn {
  margin-top: 30px;
}

.cancel-reservation-btn button {
  width: 100%;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #01007F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

#cancel-reservation-dialog .trn.reservation-popup {
  max-width: 568px !important;
}

.new-popup {
  position: relative;
  border-radius: 8px;
}

.new-popup::-webkit-scrollbar {
  width: 0px;
}

.new-popup::-webkit-scrollbar-track {
  background: #f9f9ff;
  border-radius: 6px 0 0 6px;
}

.new-popup::-webkit-scrollbar-thumb {
  background: #01007F;
  border-radius: 6px 0 0 6px;
}

.new-popup-flex-layout {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.new-popup__close {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

body[dir='rtl'] .popup-container .popup-frame .popup-close {
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0;
}

@media (min-width: 769px) {
    #google-sign-up-trigger-for-mobile, #google-sign-in-trigger-for-mobile {
        display: none;
    }
}

/*........ FOOTER .......*/
.trn-content &gt; .trn-default-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin-top: 80px;
}

.trn-default-footer &gt; .btn-more-info:link,
.trn-default-footer &gt; .btn-more-info:visited,
.trn-default-footer &gt; .btn-more-info:active {
  border-radius: 50px;
  border: 1px solid #2321FF;
  padding: 20px 30px;
  text-decoration: none;
  color: #2321FF;
  font-size: 16px;
}

.trn-default-footer &gt; .btn-more-info:hover {
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
}

.trn-main-footer {
  padding: 10px 4% 15px;
  width: 100%;
  /*background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/footer.png) bottom center no-repeat;*/
  /*    background-color: #2b2d2e;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.trn-main-footer .ul-wrapper {
  max-width: 1073px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trn-main-footer .ul-wrapper &gt; ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 15px;
  margin: 0;
}

.trn-main-footer .ul-wrapper &gt; ul &gt; li .footer-title {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0 10px;
  text-rendering: optimizelegibility;
}

.trn-main-footer .ul-wrapper &gt; ul &gt; li &gt; a:link,
.trn-main-footer .ul-wrapper &gt; ul &gt; li &gt; a:visited,
.trn-main-footer .ul-wrapper &gt; ul &gt; li &gt; a:active {
  font-size: 14px;
  color: #AAAAAA;
  text-decoration: none;
  padding: 1px 0;
  display: inline-block;
}

.trn-main-footer .ul-wrapper &gt; ul &gt; li &gt; a:hover {
  color: #2321FF;
}

.trn-main-footer &gt; .copyright {
  display: inline-block;
  width: 98%;
  padding: 20px 0 0;
  text-align: center;
  color: #AAAAAA;
  font-size: 12px;
  border-top: 1px solid #DDDDDD;
  margin: 65px 1% 0;
  position: relative;
}

.trn-main-footer &gt; .copyright &gt; .social {
  position: absolute;
  background-color: #2b2d2d;
  display: block;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  top: -11px;
}

.trn-main-footer &gt; .copyright &gt; .social a {
  margin: 0 5px;
  text-decoration: none;
}

.trn-main-footer &gt; .copyright div {
  margin-top: 10px;
}

.trn-main-footer &gt; .copyright &gt; .footer-info {
  width: 100%;
  display: inline-block;
  padding: 45px 0 10px;
  position: relative;
  max-width: 1215px;
}

@media screen and (max-width: 768px) {
  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app {
    left: 35%;
    display: inline-block;
    float: none;
    position: absolute;
    z-index: 1;
    padding-top: 100px;
  }

  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side {
    width: 48%;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .trn-main-footer .ul-wrapper &gt; ul &gt; li .footer-title {
    font-size: 16px;
  }

  .trn-main-footer .ul-wrapper &gt; ul &gt; li:not(.footer-title) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app {
    width: 20%;
    display: block;
    float: left;
  }

  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side {
    width: 40%;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app a {
    margin: 0 5px;
  }

  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app {
    width: 30%;
    display: block;
    float: left;
  }

  .trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side {
    width: 35%;
    display: block;
    float: left;
    overflow: hidden;
    padding-top: 0px;
  }
}
.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side &gt; p {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 13px;
  font-size: 11px;
  color: #AAAAAA;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side &gt; p.text-left {
  text-align: left;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side &gt; p.text-right {
  text-align: right;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side .trn-sprt-logo-white {
  margin: 0 10px 10px;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side &gt; .iata {
  background-position: -82px -127px;
  width: 52px;
  height: 50px;
  float: left;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-side &gt; .tursab {
  background-position: -5px -127px;
  width: 72px;
  height: 50px;
  float: right;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app &gt; a {
  margin-top: 10px;
  display: inline-block;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app &gt; a &gt; .android {
  background-position: -5px -90px;
  width: 131px;
  height: 43px;
}

.trn-main-footer &gt; .copyright &gt; .footer-info &gt; .footer-info-app &gt; a &gt; .ios {
  background-position: -5px -42px;
  width: 131px;
  height: 43px;
}

.social .st0 {
  fill: #868484;
}

.social .st1 {
  fill: #D7D7D7;
}

.trn-main-footer &gt; .copyright &gt; .social &gt; a:hover .st0 {
  fill: #D7D7D7;
}

.footer {
    font-size: 13px;
    padding: 60px 48px 0 48px !important;
    background-color: #fff !important;
    color: #000000;
}

@media (min-width: 992px) {
    .footer {
        font-size: 14px;
    }
}

.footer__left {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer__inner .footer__left {
            padding-right: 30px;
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .footer__inner .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-right: 60px;
    }

    .footer__inner .footer__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.footer__logo {
    margin-bottom: 30px;
}

    .footer__logo img {
        width: 160px;
        height: auto;
    }

@media (max-width: 768px) {
    .footer__logo {
        text-align: center;
    }
}

.footer__app-download {
    margin-bottom: 30px;
}

.footer__app-download__description {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.footer__app-download__buttons {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__app-download__buttons__item {
    width: 132px;
    height: 44px;
}

    .footer__app-download__buttons__item.google {
        width: 150px;
        height: 44px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin-right: 15px;
    }

    .footer__app-download__buttons__item a {
        color: #000000;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
    }

        .footer__app-download__buttons__item a img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .footer__app-download {
        text-align: center;
        /*max-width: 300px;*/
        margin: 0 16px 30px;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .footer__list-wrapper &gt; * {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc((100% - (2 - 1) * 30px) / 2);
        flex-basis: calc((100% - (2 - 1) * 30px) / 2);
        margin-bottom: 30px;
    }

        .footer__list-wrapper &gt; *:not(:last-child) {
            margin-right: 30px;
        }

        .footer__list-wrapper &gt; *:nth-child(2n) {
            margin-right: 0;
        }

@media (min-width: 992px) {
    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper &gt; * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (3 - 1) * 30px) / 3);
            flex-basis: calc((100% - (3 - 1) * 30px) / 3);
            margin-bottom: 30px;
        }

            .footer__list-wrapper &gt; *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper &gt; *:nth-child(3n) {
                margin-right: 0;
            }
}

@media (min-width: 992px) {
    .footer__list-wrapper.home-footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper.home-footer-links &gt; * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (4 - 1) * 30px) / 4);
            flex-basis: calc((100% - (4 - 1) * 30px) / 4);
            margin-bottom: 30px;
        }

            .footer__list-wrapper.home-footer-links &gt; *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper.home-footer-links &gt; *:nth-child(4n) {
                margin-right: 0;
            }
}

.footer__list {
    padding: 0;
    list-style: none;
}

.footer__list__item {
    padding: 8px 0;
}

    .footer__list__item.title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .footer__list__item a {
        display: inline-block;
        color: #000000;
        line-height: 1.3;
        text-decoration: none;
    }

        .footer__list__item a:hover {
            color: #01007F;
        }

        .footer__list__item a.accent {
            position: relative;
            color: #01007F;
            font-weight: 600;
        }

            .footer__list__item a.accent::after {
                content: "\e928";
                position: absolute;
                right: -16px;
                font-family: "turna";
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.footer__bottom {
    min-height: 100px;
    background-color: #01007F;
}

.footer__additional {
    margin-bottom: -60px !important;
}

.footer__trust {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.footer__trust__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .footer__trust__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__trust__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
}

.footer__trust__item__figure {
    margin: 0;
    margin-right: 15px;
    width: 96px;
}

    .footer__trust__item__figure img {
        display: block;
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab {
        width: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 180px;
        height: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
        height: 100px;
    }
}

.footer__trust__item__description {
    color: #AAAAAA;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    .footer__trust {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__trust__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .footer__trust__item:not(:last-of-type) {
            margin-right: 30px;
            margin-bottom: 0;
        }

    .footer__trust__item__figure.iata {
        width: 60px;
    }

    .footer__trust__item__figure.tch {
        width: 80px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 200px;
        height: 96px;
    }
}

.footer__copyright {
    color: #fff;
    text-align: center;
}

.footer__subscribe {
    margin-bottom: 30px;
}

.footer__subscribe__label {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.footer__subscribe__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #01007F;
    font-size: 2em;
    color: white;
    cursor: pointer;
}

.footer__subscribe__form {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #F8F9FB;
    overflow: hidden;
}

    .footer__subscribe__form:focus-within {
        -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .footer__subscribe__form input {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        background-color: transparent;
        padding-left: 15px;
        padding-right: 60px;
        color: #000000;
    }

        .footer__subscribe__form input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

.footer__subscribe__description {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .footer__subscribe {
        /*max-width: 300px;*/
        margin: 0 16px 30px;
        text-align: center;
    }
}

.footer__follow-us {
    margin-bottom: 60px;
}

.footer__follow-us__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

    .footer__follow-us__icons li {
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .footer__follow-us__icons li:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

.footer__follow-us__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 2.8em;
    color: #000000;
    text-decoration: none;
}

    .footer__follow-us__link i {
        font-family: "Font Awesome 6 Brands" !important;
    }

@media (max-width: 768px) {
    .footer__follow-us__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body[dir="rtl"] .footer__list__item a.accent::after {
    content: "\e926";
    right: unset;
    left: -16px;
}

body[dir="rtl"] .footer__app-download__buttons__item {
    margin-right: 0;
    margin-left: 15px;
}

body[dir="rtl"] .footer__subscribe__form input {
    padding-right: 15px;
    padding-left: 60px;
}

body[dir="rtl"] .footer__subscribe__button {
    right: unset;
    left: 0;
}

    body[dir="rtl"] .footer__subscribe__button i {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

body[dir="rtl"] .footer__follow-us__icons li {
    margin-right: 0;
    margin-left: 10px;
}

body[dir="rtl"] .footer__trust__item {
    margin-right: 0;
    margin-left: 30px;
}

body[dir="rtl"] .footer__trust__item__figure {
    margin-right: 0;
    margin-left: 15px;
}

body.tkfb .footer__bottom {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2d2926), to(#a2aaad));
    background: -webkit-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: -o-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: linear-gradient(to right, #2d2926 0, #a2aaad 100%);
}

body.teb .footer__bottom {
    background: #16bc5d !important;
}

.tursab__redirect--container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

    .tursab__redirect--container a {
        width: 200px;
    }

@media only screen and (max-width: 768px) {
    .footer__right {
        padding: 16px;
    }
}

@media (min-width: 1025px) and (max-width: 1247px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__app-download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer__subscribe__label {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .footer__subscribe__form {
        width: 100%;
    }

    .footer__follow-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) and (max-width: 1248px) {
    .footer__list-wrapper.home-footer-links &gt; * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 12px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 48px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer__list-wrapper.home-footer-links &gt; * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__list-wrapper &gt; * {
        -ms-flex-preferred-size: calc((100% / 3 ));
        flex-basis: calc((100% / 3 ));
    }

    .footer__list-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .footer__list-wrapper &gt; *:not(:last-child) {
            margin-right: unset !important;
        }
}

@media (max-width: 768px) {
    .footer {
        padding: 0 !important;
    }

    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__trust {
        padding: 24px;
    }

    .footer__list-wrapper.home-footer-links &gt; * {
        margin-bottom: 48px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
        margin-left: 16px;
        margin-left: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download {
        margin-bottom: 32px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us {
        margin-bottom: 32px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__trust__item:not(:last-of-type) {
        gap: 8px;
    }

    .footer__trust__item__figure {
        margin-right: unset !important;
    }

    .tursab__redirect--container {
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }

    .footer__trust__item__figure.tursab__redirect {
        width: 219px;
    }

    .tursab__redirect--container a {
        width: 219px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 219px;
    }

    .footer__subscribe {
        text-align: start;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__subscribe__description {
        text-align: center;
    }

    .footer__inner {
        padding: 0 16px !important;
    }
}

@media (max-width: 425px) {
    .footer__trust__item__figure.tursab__redirect {
        width: 160px !important;
    }

    .tursab__redirect--container a {
        width: 160px !important;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
    }
}

.footer__inner {
    padding: 0 48px;
}

.footer__follow-us__link i {
    font-size: 28px;
}

.tursab-agancy-title-mobile {
    display: block;
    text-align: center;
    color: #ffffff4f;
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .tursab-agancy-title-mobile {
        display: none;
    }
}

.snackbar-container {
    position: fixed;
    -webkit-box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-container {
        padding: 20px !important;
    }

        .snackbar-container.isOpen {
            bottom: 60px !important;
            left: 20px !important;
            width: 90% !important;
        }
}

.snackbar-container .snackbar-accept-button {
    padding: 10px 50px;
    background-color: white;
    color: #343A40;
}

.snackbar-container .snackbar-button {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.snackbar-container .snackbar-accept-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.snackbar-container.isOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.snackbar-container .snackbar-title {
    font-weight: bold;
    font-size: 14px;
    color: #343a40;
    margin-bottom: 7px;
}

@media (min-width: 320px) {
    .snackbar-container .snackbar-title {
        font-size: 12px;
    }
}

.snackbar-container .snackbar-description {
    color: #343a40;
    font-size: 10px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-description {
        line-height: 20px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.snackbar-container a {
    color: #343a40;
    text-decoration: underline;
}

.snackbar-container .snackbar-close-button {
    display: block;
    position: absolute;
    right: 20px;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button {
        right: 80px;
    }
}

.snackbar-container .snackbar-close-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 36px;
    border: 2px solid white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAENDPwKAwn7mBpgoAAAB7SURBVBjTRdGxDYAwEATBowMLKiAjJaMCRAkugCKIwRZfNpa1Jz57TbLS6XyTuOHadcTqd4qiiCeBW4RyNAajauwMzhqWxuCdBIOCjTBoBs2gGTSDMOhap7mWNCPsWpdTSzmYKAclM7UwCBvNuSNcBcI6OsJFZ/1HyfsHuaxNbxbonh0AAAAASUVORK5CYII=");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button:after {
        width: 36px;
        height: 36px;
        background-size: 12px;
    }
}

.snackbar-container .snackbar-close-button:hover {
    cursor: pointer;
}

.snackbar-container .snackbar-close-button .snackbar-close-button-text {
    visibility: hidden;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-close-button .snackbar-close-button-text {
        visibility: visible;
    }
}

.snackbar-container .snackbar-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 16px;
}

    .snackbar-container .snackbar-action-buttons .snackbar-action-button {
        font-size: 12px;
        background-color: #343a40;
        padding: 8px 16px;
        border-radius: 6px;
    }

        .snackbar-container .snackbar-action-buttons .snackbar-action-button:not(:last-child) {
            margin-right: 15px;
        }

@media (min-width: 768px) {
    .snackbar-container .snackbar-accept-button {
        padding: 8px 16px;
        background-color: #343a40;
        color: #fff;
    }

    .snackbar-container .snackbar-accept-button {
        font-size: 14px;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .snackbar-container.isOpen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        bottom: 10px;
        left: 10px;
        width: 37%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.snackbar-detail-button-text {
    text-decoration: underline;
    font-size: 12px;
    color: #868e96;
    cursor: pointer;
}

.snackbar-description-details {
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-description-details {
        font-size: 13px;
    }

        .snackbar-description-details.options {
            font-size: 12px;
        }

        .snackbar-description-details .cookie-policy__text {
            padding-left: 24px;
        }

            .snackbar-description-details .cookie-policy__text::before {
                width: 14px;
                height: 14px;
            }

            .snackbar-description-details .cookie-policy__text::after {
                font-size: 13px;
            }
}

.snackbar-description-details.options {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::before {
        border-color: #ff3200;
        background-color: #ff3200;
    }

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::after {
        display: block;
    }

.cookie-policy__text {
    position: relative;
    padding-left: 30px;
    color: #343a40;
}

    .cookie-policy__text input[type="checkbox"] {
        display: none;
    }

    .cookie-policy__text::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #868e96;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

input[type="checkbox"]:checked + .cookie-policy__text::before {
    background-color: #01007f;
    border-color: #01007f;
}

.cookie-policy__text::after {
    content: "\e936";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: turna;
    color: #fff;
    display: none;
}

input[type="checkbox"]:checked + .cookie-policy__text::after {
    display: block;
}

body[dir='rtl'] .cookie-policy__text {
    padding-left: unset;
    padding-right: 30px;
}

    body[dir='rtl'] .cookie-policy__text::before {
        left: unset;
        right: 0;
    }

    body[dir='rtl'] .cookie-policy__text::after {
        left: unset;
        right: 2px;
    }

.switch-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::before {
        background-color: #ff3200;
        border-color: #ff3200;
    }

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::after {
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .switch-bar .switch-container .switch {
        position: relative;
        width: 40px;
        height: 22px;
        display: inline-block;
    }

        .switch-bar .switch-container .switch::before {
            content: "";
            width: 40px;
            height: 20px;
            border-radius: 20px;
            border: 1px solid #868e96;
            background-color: #f1f3f5;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .switch-bar .switch-container .switch::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #868e96;
            background-color: #868e96;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

.trn-default-content.btn-accept {
    margin-top: 20px;
}

    .trn-default-content.btn-accept span {
        background-color: #343a40;
        padding: 8px 16px;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
    }

.trn-default-content.options-dialog-details {
    font-size: 14px;
    color: #868e96;
    margin: 3px 0 10px;
}

.trn-default-content.options-dialog-title {
    font-size: 16px;
    color: #343a40;
    font-weight: 600;
}

.snackbar-description-details-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 4px;
}

@charset "UTF-8";

.turna-description {
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.m-reset {
    margin: 0 !important;
}

.mb-reset {
    margin-bottom: 0 !important;
}

.mt-reset {
    margin-top: 0 !important;
}

.mr-reset {
    margin-right: 0 !important;
}

.ml-reset {
    margin-left: 0 !important;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.p-reset {
    padding: 0 !important;
}

.pb-reset {
    padding-bottom: 0 !important;
}

.pt-reset {
    padding-top: 0 !important;
}

.pr-reset {
    padding-right: 0 !important;
}

.pl-reset {
    padding-left: 0 !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

/* Flex Layout Module Classes */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.p-relative {
    position: relative;
}

.stretched-link::before {
    content: "";
    position: absolute;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.color-primary {
    color: #01007F;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.price::after {
    content: attr(data-currency);
    font-size: 0.8em;
    margin-left: 3px;
}

/* Widget Header Styles Start */
.widget-header {
    margin-bottom: 30px;
    color: #000000;
}

    .widget-header .widget-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .widget-header .widget-description {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

/* Widget Header Styles End */
/* Background Color Styles Start */
.background-white {
    background-color: #fff;
}

.background-ghost-white {
    background-color: #F8F8FB;
}

/* Background Color Styles End */
.section {
    padding: 30px 0;
}

    .section, .section::before, .section::after,
    .section *,
    .section *::before,
    .section *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    .section {
        margin-bottom: 50px;
    }
}

.section__inner {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
}

.section__inner--medium {
    max-width: 1000px;
}

.section__inner--small {
    max-width: 800px;
}

.section__header {
    margin-bottom: 30px;
    color: #000000;
}

    .section__header &gt; *:not(:last-child) {
        margin-bottom: 5px;
    }

.section__title {
    font-weight: bold;
    font-size: 24px;
}

.section__description {
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 768px) {
    .section__description {
        font-size: 18px;
    }
}

.section__cta {
    margin-top: 20px;
}

    .section__cta .btn {
        color: #01007F;
        font-size: 13.5px;
        font-weight: 600;
        border-width: 1.5px;
        border-style: solid;
        border-color: #01007F;
        background-color: transparent;
        padding: 0 15px;
        height: 44px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #01007F;
    }

        .section__cta .btn .button-text {
            position: relative;
        }

            .section__cta .btn .button-text:before, .section__cta .btn .button-text:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "turna";
                font-size: 1.3em;
                font-weight: normal;
            }

        .section__cta .btn .button-text {
            padding-right: 20px;
            display: block;
            line-height: 0;
        }

            .section__cta .btn .button-text:after {
                content: "";
                right: 0;
            }

    .section__cta a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        text-decoration: none;
    }

body[dir="rtl"] .section__cta .btn .button-text {
    padding-right: 0;
}

    body[dir="rtl"] .section__cta .btn .button-text::after {
        display: none;
    }

@media (max-width: 1024px) {
    .section, .layout {
        padding: 0 !important;
    }
}

.custom-popup {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-popup i {
  font-family: "Font Awesome 6 Pro" !important;
}
.custom-popup__close {
  background-color: #F8F9FB;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.custom-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.custom-popup__container__layout {
  background-color: white;
  padding: 24px;
  border-radius: 16px;
}
.custom-popup__header {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.custom-popup__title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px;
}
.custom-popup__description {
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer {
  border-top: 1px solid #DDDDDD;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-popup__footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-popup__footer__item:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer__item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.custom-popup__footer__item--button button {
  height: 56px;
  padding: 0 24px;
  border-radius: 64px;
  border: none;
  background-color: #01007F;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.custom-select {
  margin-bottom: 24px;
}
.custom-select__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.custom-select__container {
  position: relative;
}
.custom-select__container select {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border-color: #DDDDDD;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select__label {
  position: absolute;
  left: 16px;
  top: -8px;
  background-color: white;
  padding: 0 4px;
  font-size: 12px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 16px;
}
.custom-select__label-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select__label-icon i {
  font-size: 20px;
  color: #AAAAAA;
}

.custom-checkbox {
  display: inline-block;
}
.custom-checkbox input[type='checkbox']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-checkbox input[type='checkbox']:checked + label::after {
  display: block;
}
.custom-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-checkbox label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-width: 1.5px;
  border-radius: 4px;
  display: inline-block;
  background-color: white;
}
.custom-checkbox label::after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  font-family: "Font Awesome 6 Pro";
  color: white;
  display: none;
}

.custom-radio {
  display: inline-block;
}
.custom-radio input[type='radio']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-radio input[type='radio']:checked + label::after {
  display: block;
}
.custom-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-radio label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  left: 8px;
  color: white;
  background-color: white;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
}

.tn-mobile-menu {
  padding: 16px;
}
.tn-mobile-menu i {
  font-family: "Font Awesome 6 Pro" !important;
  color: #01007F;
  font-size: 16px;
}
.tn-mobile-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.tn-mobile-menu__logo__figure {
  width: 117px;
  height: 24px;
  margin: unset !important;
}
.tn-mobile-menu__logo__figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__logo__close-icon span {
  width: 40px;
  height: 40px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tn-mobile-menu__header {
  padding: 16px;
  background-color: #F5F6F7;
  border-radius: 16px;
  margin-bottom: 16px;
}
.tn-mobile-menu__header__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}
.tn-mobile-menu__header__title i {
  font-family: "Font Awesome 6 Pro" !important;
}
.tn-mobile-menu__header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__top i {
  color: #000000;
  font-size: 16px;
}
.tn-mobile-menu__header__top__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tn-mobile-menu__header__top__profile-short span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EA580C;
  color: white;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 50%;
}
.tn-mobile-menu__header__top__profile-long__name {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.tn-mobile-menu__header__top__profile-long__mail {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;
}
.tn-mobile-menu__header__bottom {
  margin-top: 12px;
  border-top: 1px solid #E1E1EF;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__bottom__membership-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tn-mobile-menu__header__bottom__membership-info i {
  font-size: 14px;
}
.tn-mobile-menu__header__bottom__membership-info__text {
  color: #01007F;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point {
  color: #2321FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-text {
  color: #2321FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-icon {
  color: #E1E1EF;
}
.tn-mobile-menu__auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.tn-mobile-menu__auth-btn .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.tn-mobile-menu__auth-btn .button button {
  height: 100%;
  width: 100%;
  background: none;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  border-color: #01007F;
}
.tn-mobile-menu__auth-btn__login button {
  background-color: #01007F !important;
  color: white;
}
.tn-mobile-menu__auth-btn__register button {
  color: #01007F;
}
.tn-mobile-menu__navbar {
  padding: unset;
}
.tn-mobile-menu__navbar__item {
  list-style: none;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__navbar__item.active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a {
  color: #01007F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 16px;
  height: 56px;
  width: 100%;
}
.tn-mobile-menu__navbar__item a:active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a i {
  font-size: 18px;
}
.tn-mobile-menu__lang-currency {
  margin: 16px 0;
  padding: 16px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__lang-currency i {
  font-size: 12px;
  color: #000000;
}
.tn-mobile-menu__lang-currency__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
.tn-mobile-menu__lang-currency__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__lang-currency__content figure {
  width: 20px;
  height: 20px;
  margin: unset !important;
}
.tn-mobile-menu__lang-currency__content figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__subbar {
  padding: unset;
}
.tn-mobile-menu__subbar__item {
  padding: 16px;
  list-style: none;
}
.tn-mobile-menu__subbar__item a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.tn-mobile-menu__subbar__item a i {
  font-size: 16px;
  color: #000000;
}
.tn-mobile-menu__subbar__item a span span {
  color: #2321FF;
}
.tn-mobile-menu__subbar__item.logout a, .tn-mobile-menu__subbar__item.logout i {
  color: #DB282D;
}
.tn-mobile-menu__title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__currency-container, .tn-mobile-menu__lang-container {
  padding: unset !important;
}
.tn-mobile-menu__currency__item, .tn-mobile-menu__lang__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
  border-radius: 8px;
  padding: 0 16px;
}
.tn-mobile-menu__currency__item.active, .tn-mobile-menu__lang__item.active {
  background-color: #EBF2FF;
}
.tn-mobile-menu__currency__item .custom-search-form__radio-btn, .tn-mobile-menu__lang__item .custom-search-form__radio-btn {
  margin-bottom: unset;
}
.tn-mobile-menu__currency__item__unit, .tn-mobile-menu__lang__item__unit {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__currency__item label, .tn-mobile-menu__lang__item label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19px;
  color: #000000;
}
.tn-mobile-menu__currency__item figure, .tn-mobile-menu__lang__item figure {
  margin: unset !important;
  width: 30px;
  height: 20px;
}
.tn-mobile-menu__currency__item figure img, .tn-mobile-menu__lang__item figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__savePreferencesBtn {
  margin-top: 48px;
}
.tn-mobile-menu__savePreferencesBtn button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  background-color: #2321FF;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  border: none;
}

.menu-line-throught {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}

.inside-header {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-header .tn-mobile-menu__header__title {
  margin-bottom: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.inside-header .tn-mobile-menu__header__title i {
  font-size: 14px;
}

.responsive-menu-design {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-y: scroll;
  height: 100%;
  display: none;
}
.responsive-menu-design #right-slide-bar {
  width: 82.5%;
  height: 100%;
  background: white;
}
.responsive-menu-design .tn-mobile-menu {
  background: white;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100%;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 3px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0;
            background-color: #01007F;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -12px;
            box-shadow: 1px 2px 4px #888888;
        }

            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #01007F;
                margin-top: 0;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-handle {
            margin-left: -5px;
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #01007F;
                margin-left: 0;
            }

    .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip.top {
        margin-top: -36px;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

    .slider .hide {
        display: none;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #01007F 0%, #01007F 100%);
    background-image: linear-gradient(to bottom, #01007F 0%, #01007F 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01007F, endColorstr=#01007F, GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    outline: medium none;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    position: absolute;
    margin-left: -13px;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.08);
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.08);
}


    .slider-handle::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .slider-handle:hover {
        border: 1px solid #01007F;
    }

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #01007F;
        }


/****Custom Turna Starts*****/

.slider-color-change {
    color: #01007F;
}

/****Custom Turna Ends******/

@font-face {
    font-family: 'turna';
    src: url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.eot');
    src: url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.eot?qgaqrd#iefix') format('embedded-opentype'), url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.ttf?qgaqrd') format('truetype'), url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.woff?qgaqrd') format('woff'), url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.svg?qgaqrd#turna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'turna' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.trn-ios-menu-fill:before {
    content: "\e9d3";
}

.trn-ios-airplane:before {
    content: "\e9d4";
}

.trn-ios-bell-fill:before {
    content: "\e9d5";
}

.trn-ios-bell-notification-fill:before {
    content: "\e9d6";
}

.trn-ios-bell-notification-outline:before {
    content: "\e9d7";
}

.trn-ios-bell-outline:before {
    content: "\e9d8";
}

.trn-ios-bus-fill:before {
    content: "\e9d9";
}

.trn-ios-bus-outline:before {
    content: "\e9da";
}

.trn-ios-favorite-fill:before {
    content: "\e9db";
}

.trn-ios-favorite-outline:before {
    content: "\e9dc";
}

.trn-ios-gear-fill:before {
    content: "\e9dd";
}

.trn-ios-gear-outline:before {
    content: "\e9de";
}

.trn-ios-home-fill:before {
    content: "\e9df";
}

.trn-ios-home-outline:before {
    content: "\e9e0";
}

.trn-ios-menu-outline:before {
    content: "\e9e1";
}

.trn-ios-more-vertical:before {
    content: "\e9e2";
}

.trn-ios-person-fill:before {
    content: "\e9e3";
}

.trn-ios-person-gear-fill:before {
    content: "\e9e4";
}

.trn-ios-person-gear-outline:before {
    content: "\e9e5";
}

.trn-ios-person-outline:before {
    content: "\e9e6";
}

.trn-ios-search:before {
    content: "\e9e7";
}

.trn-ios-train:before {
    content: "\e9e8";
}

.trn-youtube-fill:before {
    content: "\e9e9";
}

.trn-tv:before {
    content: "\e9c2";
}

.trn-breakfast:before {
    content: "\e9c3";
}

.trn-comfort:before {
    content: "\e9c4";
}

.trn-entertainment:before {
    content: "\e9c5";
}

.trn-headphones:before {
    content: "\e9c6";
}

.trn-internet:before {
    content: "\e9c7";
}

.trn-label:before {
    content: "\e9c8";
}

.trn-labels:before {
    content: "\e9c9";
}

.trn-large-screen:before {
    content: "\e9ca";
}

.trn-lunch:before {
    content: "\e9cb";
}

.trn-massage:before {
    content: "\e9cc";
}

.trn-mobile-phone-allowed:before {
    content: "\e9cd";
}

.trn-music:before {
    content: "\e9ce";
}

.trn-power-outlet:before {
    content: "\e9cf";
}

.trn-radio:before {
    content: "\e9d0";
}

.trn-regular-screen:before {
    content: "\e9d1";
}

.trn-toilet:before {
    content: "\e9d2";
}

.trn-phone-add:before {
    content: "\e994";
}

.trn-phone-callback:before {
    content: "\e9bd";
}

.trn-phone-end:before {
    content: "\e9be";
}

.trn-search-image:before {
    content: "\e9bf";
}

.trn-search-rounded:before {
    content: "\e9c0";
}

.trn-search-sharp:before {
    content: "\e9c1";
}

.trn-access-time:before {
    content: "\e900";
}

.trn-accessibility:before {
    content: "\e901";
}

.trn-account-circle:before {
    content: "\e902";
}

.trn-add-alarm:before {
    content: "\e903";
}

.trn-add-alert:before {
    content: "\e904";
}

.trn-alarm:before {
    content: "\e905";
}

.trn-arrival-filled:before {
    content: "\e906";
}

.trn-arrival-outline:before {
    content: "\e907";
}

.trn-arrow-down-alt:before {
    content: "\e908";
}

.trn-arrow-down:before {
    content: "\e909";
}

.trn-arrow-left-alt:before {
    content: "\e90a";
}

.trn-arrow-left:before {
    content: "\e90b";
}

.trn-arrow-right-alt:before {
    content: "\e90c";
}

.trn-arrow-right:before {
    content: "\e90d";
}

.trn-arrow-up-alt:before {
    content: "\e90e";
}

.trn-arrow-up:before {
    content: "\e90f";
}

.trn-award:before {
    content: "\e910";
}

.trn-baggage:before {
    content: "\e911";
}

.trn-bar-chart:before {
    content: "\e912";
}

.trn-bed:before {
    content: "\e913";
}

.trn-boxes-horizontal:before {
    content: "\e914";
}

.trn-boxes-vertical:before {
    content: "\e915";
}

.trn-broadcast:before {
    content: "\e916";
}

.trn-bus-service:before {
    content: "\e917";
}

.trn-bus:before {
    content: "\e918";
}

.trn-business-bag:before {
    content: "\e919";
}

.trn-calendar-dot:before {
    content: "\e91a";
}

.trn-calendar:before {
    content: "\e91b";
}

.trn-card-travel:before {
    content: "\e91c";
}

.trn-carousel:before {
    content: "\e91d";
}

.trn-cast:before {
    content: "\e91e";
}

.trn-checkbox-off-outline:before {
    content: "\e91f";
}

.trn-checkbox-off:before {
    content: "\e920";
}

.trn-checkbox-on-filled:before {
    content: "\e921";
}

.trn-checkbox-on-outline:before {
    content: "\e922";
}

.trn-checkbox-on:before {
    content: "\e923";
}

.trn-chevron-down:before {
    content: "\e924";
}

.trn-chevron-left-fat:before {
    content: "\e925";
}

.trn-chevron-left:before {
    content: "\e926";
}

.trn-chevron-right-fat:before {
    content: "\e927";
}

.trn-chevron-right:before {
    content: "\e928";
}

.trn-chevron-up:before {
    content: "\e929";
}

.trn-close-filled:before {
    content: "\e92a";
}

.trn-close-outline:before {
    content: "\e92b";
}

.trn-close:before {
    content: "\e92c";
}

.trn-computer:before {
    content: "\e92d";
}

.trn-copywrite:before {
    content: "\e92e";
}

.trn-create:before {
    content: "\e92f";
}

.trn-credit-card:before {
    content: "\e930";
}

.trn-departure-filled:before {
    content: "\e931";
}

.trn-departure-outline:before {
    content: "\e932";
}

.trn-devices:before {
    content: "\e933";
}

.trn-disable:before {
    content: "\e934";
}

.trn-done-all:before {
    content: "\e935";
}

.trn-done:before {
    content: "\e936";
}

.trn-dots-horizontal:before {
    content: "\e937";
}

.trn-dots-vertical:before {
    content: "\e938";
}

.trn-error-filled:before {
    content: "\e939";
}

.trn-error-outline:before {
    content: "\e93a";
}

.trn-euro:before {
    content: "\e93b";
}

.trn-eye-close:before {
    content: "\e93c";
}

.trn-eye-open:before {
    content: "\e93d";
}

.trn-facebook:before {
    content: "\e93e";
}

.trn-female:before {
    content: "\e93f";
}

.trn-gear-filled:before {
    content: "\e940";
}

.trn-hamburger-menu:before {
    content: "\e941";
}

.trn-headset-mic:before {
    content: "\e942";
}

.trn-headset:before {
    content: "\e943";
}

.trn-heart:before {
    content: "\e944";
}

.trn-help-filled:before {
    content: "\e945";
}

.trn-help-outline:before {
    content: "\e946";
}

.trn-history:before {
    content: "\e947";
}

.trn-info-filled:before {
    content: "\e948";
}

.trn-info:before {
    content: "\e949";
}

.trn-instagram:before {
    content: "\e94a";
}

.trn-keyboard-hide:before {
    content: "\e94b";
}

.trn-keyboard:before {
    content: "\e94c";
}

.trn-land:before {
    content: "\e94d";
}

.trn-laptop:before {
    content: "\e94e";
}

.trn-link-off:before {
    content: "\e94f";
}

.trn-link:before {
    content: "\e950";
}

.trn-lira-alt:before {
    content: "\e951";
}

.trn-lira:before {
    content: "\e952";
}

.trn-live-tv:before {
    content: "\e953";
}

.trn-lock-open:before {
    content: "\e954";
}

.trn-lock:before {
    content: "\e955";
}

.trn-loop:before {
    content: "\e956";
}

.trn-mail:before {
    content: "\e957";
}

.trn-male:before {
    content: "\e958";
}

.trn-maximize:before {
    content: "\e959";
}

.trn-menu-dots:before {
    content: "\e95a";
}

.trn-mic-filled:before {
    content: "\e95b";
}

.trn-mic-off:before {
    content: "\e95c";
}

.trn-mic-outline:before {
    content: "\e95d";
}

.trn-minimize:before {
    content: "\e95e";
}

.trn-minus-filled:before {
    content: "\e95f";
}

.trn-minus-outline:before {
    content: "\e960";
}

.trn-minus:before {
    content: "\e961";
}

.trn-mouse:before {
    content: "\e962";
}

.trn-music-off:before {
    content: "\e963";
}

.trn-music-on:before {
    content: "\e964";
}

.trn-my-location:before {
    content: "\e965";
}

.trn-navigation-arrow-alt:before {
    content: "\e966";
}

.trn-navigation-arrow:before {
    content: "\e967";
}

.trn-navigation-off:before {
    content: "\e968";
}

.trn-navigation-on:before {
    content: "\e969";
}

.trn-night:before {
    content: "\e96a";
}

.trn-notification-active:before {
    content: "\e96b";
}

.trn-notification-off:before {
    content: "\e96c";
}

.trn-notification-on:before {
    content: "\e96d";
}

.trn-notification-outline:before {
    content: "\e96e";
}

.trn-ondemand-video:before {
    content: "\e96f";
}

.trn-pause-filled:before {
    content: "\e970";
}

.trn-pause-outline:before {
    content: "\e971";
}

.trn-pause:before {
    content: "\e972";
}

.trn-people-add:before {
    content: "\e973";
}

.trn-people-alt:before {
    content: "\e974";
}

.trn-people:before {
    content: "\e975";
}

.trn-person-add:before {
    content: "\e976";
}

.trn-person-pin:before {
    content: "\e977";
}

.trn-person:before {
    content: "\e978";
}

.trn-phone-disabled:before {
    content: "\e979";
}

.trn-phone-msg:before {
    content: "\e97a";
}

.trn-phone:before {
    content: "\e97b";
}

.trn-photo-camera:before {
    content: "\e97c";
}

.trn-photo:before {
    content: "\e97d";
}

.trn-plane-off:before {
    content: "\e97e";
}

.trn-plane-on:before {
    content: "\e97f";
}

.trn-play-filled:before {
    content: "\e980";
}

.trn-play-outline:before {
    content: "\e981";
}

.trn-play:before {
    content: "\e982";
}

.trn-plus-filled:before {
    content: "\e983";
}

.trn-plus-outline:before {
    content: "\e984";
}

.trn-plus:before {
    content: "\e985";
}

.trn-power-off:before {
    content: "\e986";
}

.trn-power-on:before {
    content: "\e987";
}

.trn-radio-off:before {
    content: "\e988";
}

.trn-radio-on:before {
    content: "\e989";
}

.trn-refresh:before {
    content: "\e98a";
}

.trn-restaurant:before {
    content: "\e98b";
}

.trn-riyal:before {
    content: "\e98c";
}

.trn-room-service:before {
    content: "\e98d";
}

.trn-sad:before {
    content: "\e98e";
}

.trn-satisfied:before {
    content: "\e98f";
}

.trn-save-alt:before {
    content: "\e990";
}

.trn-save:before {
    content: "\e991";
}

.trn-screen-rotation:before {
    content: "\e992";
}

.trn-seat-comfortable:before {
    content: "\e993";
}

.trn-seat-normal:before {
    content: "\e997";
}

.trn-secure-search:before {
    content: "\e995";
}

.trn-security-checked:before {
    content: "\e996";
}

.trn-security:before {
    content: "\e998";
}

.trn-selection-filled:before {
    content: "\e999";
}

.trn-selection-in:before {
    content: "\e99a";
}

.trn-selection-out:before {
    content: "\e99b";
}

.trn-send:before {
    content: "\e99c";
}

.trn-share:before {
    content: "\e99d";
}

.trn-shopping-card:before {
    content: "\e99e";
}

.trn-smartphone:before {
    content: "\e99f";
}

.trn-sort:before {
    content: "\e9a0";
}

.trn-star-filled:before {
    content: "\e9a1";
}

.trn-star-half:before {
    content: "\e9a2";
}

.trn-star-outline:before {
    content: "\e9a3";
}

.trn-sun:before {
    content: "\e9a4";
}

.trn-sundown:before {
    content: "\e9a5";
}

.trn-sunrise:before {
    content: "\e9a6";
}

.trn-swap-horizontal:before {
    content: "\e9a7";
}

.trn-swap-vertical:before {
    content: "\e9a8";
}

.trn-take-off:before {
    content: "\e9a9";
}

.trn-thumb-down:before {
    content: "\e9aa";
}

.trn-thumb-up:before {
    content: "\e9ab";
}

.trn-trash-clean:before {
    content: "\e9ac";
}

.trn-trash-empty:before {
    content: "\e9ad";
}

.trn-trash-full:before {
    content: "\e9ae";
}

.trn-tune:before {
    content: "\e9af";
}

.trn-twitter:before {
    content: "\e9b0";
}

.trn-umbrella:before {
    content: "\e9b1";
}

.trn-usb:before {
    content: "\e9b2";
}

.trn-usd:before {
    content: "\e9b3";
}

.trn-very-satisfied:before {
    content: "\e9b4";
}

.trn-view-column:before {
    content: "\e9b5";
}

.trn-view-row:before {
    content: "\e9b6";
}

.trn-warning:before {
    content: "\e9b7";
}

.trn-watch:before {
    content: "\e9b8";
}

.trn-wireless-off:before {
    content: "\e9b9";
}

.trn-wireless-on:before {
    content: "\e9ba";
}

.trn-zoom-in:before {
    content: "\e9bb";
}

.trn-zoom-out:before {
    content: "\e9bc";
}

.div-search-again button {
    padding: 7px;
    width: 100%;
    background-color: #01007F;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}

.div-search-again #change-search {
    padding-top: 3px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    border: 0px;
}

.div-search-again .change-search-title {
    padding: 0px 1% 1px 1%;
    width: 98%;
    font-size: 13px;
    color: #AAAAAA;
}

.div-search-again .col-md-2 {
    padding-right: 15px;
}

.div-search-again #rd-one-way-research {
    display: inline-block;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.div-search-again .one-way-label {
    padding-left: 10px;
    font-size: 13px;
    width: 100%;
}

    .div-search-again .one-way-label span {
        display: inline-block;
        vertical-align: middle;
    }

.div-search-again .form-group {
    vertical-align: middle;
}

.div-search-again #reSearchPassenger {
    cursor: pointer;
    text-align: center;
}


    .div-search-again #reSearchPassenger:focus {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        border-color: #DDDDDD;
        outline: 0;
    }


@media (max-width: 1021px) {
    .div-search-again .col-width-50 {
        width: 50%;
        float: left;
    }

    .div-search-again .col-width-25 {
        width: 25%;
        float: left;
    }

    .div-search-again .col-width-20 {
        width: 19%;
        float: left;
    }

    .div-search-again .col-width-10 {
        width: 12%;
        float: left;
    }
}

#btnSearch:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: 0;
}

#btnSearch img {
    margin-left: 10px;
    width: 24px;
    margin-bottom: 4px;
}

#btnSearch span {
    font-size: 20px;
}

/*..........................................................................
========================Passenger UI TAGS Begin =========================
...........................................................................*/

.popupover-wrapper .search-options {
    padding: 15px 22px 5px;
    /*width: 260px;*/
    border-radius: 5px;
    background-color: #FFF;
    display: inline-block;
}

    .popupover-wrapper .search-options &gt; .div-select-list {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

        .popupover-wrapper .search-options &gt; .div-select-list &gt; select {
            padding: 7px;
            font-size: 14px;
            color: #000000;
            width: 100%;
            border: undefined;
        }

    .popupover-wrapper .search-options &gt; .div-search-spinner {
        width: 100%;
        padding: 7px;
        display: inline-block;
    }

        .popupover-wrapper .search-options &gt; .div-search-spinner &gt; .title {
            font-size: 11px;
            text-align: left;
            padding-left: 0;
            font-size: 15px;
            width: 50%;
            float: left;
            line-height: 15px;
        }

            .popupover-wrapper .search-options &gt; .div-search-spinner &gt; .title span {
                display: block;
                color: #AAAAAA;
                font-size: 11px;
                line-height: 18px;
            }

        .popupover-wrapper .search-options &gt; .div-search-spinner &gt; .spinner {
            width: 50%;
            float: right;
        }

            .popupover-wrapper .search-options &gt; .div-search-spinner &gt; .spinner span {
                width: 33px;
                display: block;
                float: left;
            }

            .popupover-wrapper .search-options &gt; .div-search-spinner &gt; .spinner button {
                width: 35px;
                padding: 5px 0;
                font-size: 18px;
                height: 34px;
                color: #AAAAAA;
                background-color: #F8F9FB;
                border: undefined;
                font-weight: 600;
                line-height: 18px;
                position: relative;
                top: 0;
            }

.div-search-spinner.div-search-spinner-normal {
    display: flex !important;
    align-items: center;
}

.popupover-wrapper .search-options &gt; .div-search-spinner &gt; .spinner input[type=text] {
    padding: 5px 0;
    font-size: 14px;
}

@media (min-width: 1440px) {

    .div-search-again .col-md-2 {
        padding-right: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .div-search-again .datepick {
        text-align: left;
        cursor: pointer;
        padding-left: 33px;
        padding-right: 0;
        width: 81%;
    }
}

/*body[dir="rtl"] .popupover-wrapper .search-options &gt; .div-search-spinner &gt; .spinner input[type=text] {
    height: 34px;
}*/

body[dir="rtl"] .div-search-again #reSearchPassenger {
    width: 100%;
    text-align: right;
}


button.new-modal-close {
    padding: 0;
    height: auto;
    width: 32px;
    background: none;
    border: 0;
    border-radius: 64px;
    background: var(--background-400, #EBEDEF);
}

    button.new-modal-close &gt; span {
        display: flex;
        width: 32px;
        height: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

button.new-modal-ok &gt; span {
    border-radius: var(--2xLarge, 64px);
    background: var(--primary-default, #01007F);
    display: flex;
    height: var(--sizing-14, 56px);
    padding: 0px var(--spacing-6, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-3, 12px);
    flex: 1 0 0;
    color: var(--primary-onDefault, #FFF);
    text-align: right;
    /* Button/Default */
    font-family: var(--fontFamily-ltr-body, Inter);
    font-size: var(--fontSize-base, 16px);
    font-style: normal;
    font-weight: var(--fontWeight-medium, 500);
    line-height: var(--lineHeight-base, 21px); /* 131.25% */
}

button.new-modal-ok {
    padding: 0;
    background: none;
    border: 0;
    width: 100%;
    margin-top: 24px;
}

.div-hr.no-border {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

#reservation-control-link {
    display: none;
}

.transparant-50 {
    opacity: 0.5;
   
}


.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
    display: table;
    content: " ";
}

.icons-p img {
    display: none;
}


.div-search-again .form-group {
    display: inline-block;
    position: relative;
}

.form-control {
    display: block;
    width: 92%;
    height: 29px;
    padding: 3px 4%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    background-color: #fff;
}


@media (max-width: 800px) {
    .div-search-again .col-width-50 {
        width: 48.5%;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .div-search-again .col-width-25 {
        width: 23.6%;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .div-search-again .col-width-20 {
        width: 18%;
        padding-right: 5px;
    }

    .div-search-again .one-way-label input,
    .div-search-again .one-way-label span {
        margin-top: 10px !important;
    }

    .div-search-again button {
        margin-top: 0 !important
    }

    .icons-p img {
        display: block;
    }
}


@media (min-width: 801px) {
    .col-md-2 {
        width: 14.6%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .form-control {
        padding: 3px 6%
    }
}

@media (min-width: 1025px) {
    .col-md-2 {
        width: 15%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

.div-search-again .one-way-label input {
    display: inline-block;
}

.sprite.datepick {
    background-color: #fff;
}

.div-search-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.search-results__inner__left {
    flex: 1;
    padding: 5px 0 5px 4.5%;
    margin-top: 25px;
}

body[dir='rtl'] .search-results__inner__left {
    padding: 5px 4.5% 5px 0;
}

.sorting-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
}

.div-search-list .div-search-list-items .title select:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(140,140,140,.3);
    box-shadow: 0 0 0 3px rgba(140,140,140,.3);
    z-index: 200;
    border-radius: 8px;
}

.div-search-list .div-search-list-items .title .select-sorting {
    position: relative;
}

.div-search-list .div-search-list-items .title select {
    height: 48px;
    border: none;
    border-radius: 8px;
    padding-left: 16px;
    font-size: 16px;
    color: #AAAAAA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    transition: .3s;
}

body[dir='rtl'] .div-search-list .div-search-list-items .title select {
    padding-right: 16px;
    padding-left: unset;
}

.div-search-list .div-search-list-items .title .select-sorting:after {
    content: "\e99b";
    font-family: turna;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
}

body[dir='rtl'] .div-search-list .div-search-list-items .title .select-sorting:after {
    right: unset;
    left: 0;
}

.sorting-title .col-sm-5 {
    width: 40%;
    float: left;
}

    .sorting-title .col-sm-5 .color-turquoise-dark {
        font-weight: 700;
    }

.sorting-title .col-sm-7 {
    width: 48%;
    float: right;
    font-size: 14px;
    padding-right: 5px;
}

.div-search-list .col-sm-9 {
    width: 75%;
    float: left;
}

.div-search-list .text-right.col-sm-3 {
    width: 25%;
    float: right;
}

/* 10% Discount Styles Start */

.amount-wrapper {
    position: relative;
}

    .amount-wrapper .amount-description {
        position: absolute;
        right: 20px;
        bottom: -34px;
        padding: 5px;
        color: #01007F;
        white-space: nowrap;
        font-size: 13px;
        letter-spacing: 0.0225em;
        font-weight: 600;
    }


.item-domestic .amount-wrapper {
    overflow: visible !important;
}

    .item-domestic .amount-wrapper .amount-description {
        right: 3px;
        bottom: -28px;
        font-size: 12px;
    }

/* 10% Discount Styles End */

.div-search-list .col-sm-6, .div-search-list .col-md-6 {
    position: relative;
    min-height: 1px;
    padding: 0 1% 0 0;
    display: block;
    width: 50%;
}

.div-search-list .div-search-nav .nav-item .title img {
    display: inline-block;
    vertical-align: middle;
}

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

.show-section-all .btn-link {
    border: none;
    background: #fff;
    color: #01007F;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
}



/* Second Layout Fix Begin */

.item-header-fixed {
    position: fixed;
    z-index: 40;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.domestic-list-selected-fixed {
    position: fixed !important;
    top: 105px;
    z-index: 5 !important;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .domestic-list-selected-fixed:before,
    .domestic-list-selected-fixed:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .domestic-list-selected-fixed .win-point {
        right: 0 !important;
    }

    .domestic-list-selected-fixed .button input {
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }

.domestic-list-selected .button input {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.labeled-color {
    color: #01007F !important;
}

.flight-ticket-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-search-list {
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
    border-top:1px solid #DDDDDD;
}


    .div-search-list .div-search-nav .nav-item {
        border-bottom:1px solid #DDDDDD;
        padding: 10px;
        letter-spacing: 0.0325em;
    }

    .div-search-list .is-disabled.div-search-nav .nav-item .title {
        color: #000000;
    }

    .div-search-list .div-search-nav .nav-item .title {
        font-weight: 600;
        padding: 4px 0px;
        font-size: 16px;
        color: #000000;
        cursor: pointer;
    }

        .div-search-list .div-search-nav .nav-item .title img,
        .div-search-list .div-search-nav .nav-item .title span {
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle;
        }

    .div-search-list .div-search-nav .nav-item ul {
        list-style: none;
        padding: 10px 0px 0px 0px;
        margin: 0px;
    }

        .div-search-list .div-search-nav .nav-item ul li {
            padding: 4px 0;
            font-size: 12px;
        }

    .div-search-list .div-search-nav .nav-item .check-box-wrapper input[type=checkbox] {
        height: 14px;
        width: 14px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 2px;
    }

        .div-search-list .div-search-nav .nav-item .check-box-wrapper input[type=checkbox] + label {
            color: #000000;
        }

        .div-search-list .div-search-nav .nav-item .check-box-wrapper input[type=checkbox]:checked + label {
            color: #000000;
        }


    .div-search-list .div-search-list-items {
        width: 100%;
        padding: 10px 11px 10px 10px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


        .div-search-list .div-search-list-items .advert {
            border: 1px solid #DDDDDD;
            font-size: 16px;
            padding: 10px 25px;
            margin-bottom: 15px;
        }

            .div-search-list .div-search-list-items .advert:hover {
                border: 1px solid #DDDDDD;
                transition-property: background-color, color;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
            }

            .div-search-list .div-search-list-items .advert .caption {
                font-size: 12px;
                color: #01007F;
            }

            .div-search-list .div-search-list-items .advert .text1 {
                font-size: 11px;
            }

            .div-search-list .div-search-list-items .advert .text2 {
                font-size: 10px;
                color: #AAAAAA;
            }

            .div-search-list .div-search-list-items .advert .info {
                text-align: right;
                margin-top: -20px;
                color: #01007F;
                font-size: 14px;
            }

        .div-search-list .div-search-list-items .item {
            margin-bottom: 10px;
        }


            .div-search-list .div-search-list-items .item .caption {
                font-size: 16px;
                color: #AAAAAA;
                margin-bottom: 13px;
                overflow: hidden;
            }

                .div-search-list .div-search-list-items .item .caption .airline-name {
                    font-weight: 600;
                    font-size: 14px;
                }

                .div-search-list .div-search-list-items .item .caption img,
                .div-search-list .div-search-list-items .item .caption span {
                    vertical-align: middle;
                    display: inline-block;
                }

            .div-search-list .div-search-list-items .item .text {
                color: #000000;
            }


            .div-search-list .div-search-list-items .item .date {
                font-size: 16px;
                color: #000000;
                font-weight: 600;
            }

            .div-search-list .div-search-list-items .item .date-arrival {
                position: relative;
            }


            .div-search-list .div-search-list-items .item .date-p {
                font-size: 14px;
            }

            .div-search-list .div-search-list-items .item .date-w {
                width: 15%;
                font-size: 16px;
                color: #000000;
                float: left;
            }


            .div-search-list .div-search-list-items .item .date-d,
            .div-search-list .div-search-list-items .item .baggage-info,
            .div-search-list .div-search-list-items .item .hand-baggage {
                font-size: 13px;
                color: #000000;
            }

            .div-search-list .div-search-list-items .item .item-transfer {
                font-size: 13px;
                color: #000000;
            }

            .div-search-list .div-search-list-items .item .div-hr {
                border-bottom:1px solid #DDDDDD;
                height: 0px;
                margin: 10px 0;
                width: 94%;
            }

            .div-search-list .div-search-list-items .item .price {
                font-size: 22px;
                color: #000000;
                font-weight: 600;
                text-align: center;
            }

                .div-search-list .div-search-list-items .item .price .promotion {
                    font-size: 11px;
                    color: #AAAAAA;
                    line-height: 17px;
                    letter-spacing: .0325em;
                }

                .div-search-list .div-search-list-items .item .price img {
                    display: inline-block;
                    vertical-align: middle;
                }


        /*********DOMESTIC***************/
        .div-search-list .div-search-list-items .item-domestic {
            margin-bottom: 5px;
        }

            .div-search-list .div-search-list-items .item-domestic .caption {
                font-size: 14px;
                color: #AAAAAA;
                line-height: 29px;
                height: 30px;
                position: relative;
            }

            .div-search-list .div-search-list-items .item-domestic .text {
                color: #000000;
                font-size: 16px;
                line-height: 30px;
            }

            .div-search-list .div-search-list-items .item-domestic .col-sm-8 {
                padding-right: 1%;
                width: 68%;
                float: left;
                position: relative;
            }

            .div-search-list .div-search-list-items .item-domestic .text-right.col-sm-4 {
                padding-left: 1%;
                width: 30%;
                float: right;
                overflow: hidden;
            }

            .div-search-list .div-search-list-items .item-domestic .date {
                color: #000000;
                float: right;
                font-size: 16px;
                text-align: left;
                white-space: nowrap;
            }



            .div-search-list .div-search-list-items .item-domestic .price {
                font-size: 20px;
                color: #000000;
                font-weight: 600;
                height: 70%;
                text-align: center;
                padding-top: 0px;
                padding-bottom: 0px;
            }

                .div-search-list .div-search-list-items .item-domestic .price img {
                    display: inline-block;
                    vertical-align: middle;
                }


                .div-search-list .div-search-list-items .item-domestic .price .promotion {
                    font-size: 11px;
                    color: #AAAAAA;
                    line-height: 17px;
                    letter-spacing: 0.0325em;
                }



        /************************/

        .div-search-list .div-search-list-items .div-cheap-ticket {
            font-size: 16px;
            margin-bottom: 15px;
        }

            .div-search-list .div-search-list-items .div-cheap-ticket:hover {
                transition-property: background-color, color;
                transition-duration: 0.3s;
                transition-timing-function: ease-out;
            }

            .div-search-list .div-search-list-items .div-cheap-ticket .caption {
                border: 1px solid #DDDDDD;
                font-size: 12px;
                padding: 2px;
                background-color: #F8F9FB;
                width: 14.27%;
                float: left;
                text-align: center;
                font-weight: bold;
                height: 35px;
                line-height: 30px;
            }

            .div-search-list .div-search-list-items .div-cheap-ticket .result {
                border-bottom:1px solid #DDDDDD;
                border-right:1px solid #DDDDDD;
                border-left:1px solid #DDDDDD;
                font-size: 13px;
                padding: 2px;
                width: 14.27%;
                float: left;
                text-align: center;
            }




        .div-search-list .div-search-list-items .item-domestic .last-seat span {
            font-size: 12px;
        }

        .div-search-list .div-search-list-items .item-domestic .win-point {
            height: 0;
            width: 0;
            border-right: 55px solid #DDDDDD;
            border-bottom: 55px solid transparent;
            position: absolute;
            z-index: 4;
            margin-top: -15px;
            margin-right: 0px;
            right: 2%;
            font-size: 18px;
        }

            .div-search-list .div-search-list-items .item-domestic .win-point span {
                color: #FFFFFF;
                font-weight: 600;
                position: absolute;
                left: 34px;
                width: 40px;
                display: block;
                margin-left: -20px;
                text-align: center;
            }

.item-domestic .flight-card-wrapper__item__content__right-side__btn {
    width: 175px;
}

.div-search-list .div-search-list-items .item-domestic .lnk-details {
    font-size: 11px;
    color: #01007F;
    outline: 0;
    cursor: pointer;
    padding: 2px 17px 2px 5px;
    line-height: 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    position: relative;
}

    .div-search-list .div-search-list-items .item-domestic .lnk-details:after {
        right: 4px;
        top: 12px;
    }

.div-search-list .div-search-list-items .item .last-seat span {
    font-size: 12px;
    font-weight: 600;
}

.div-search-list .div-search-list-items .item .win-point {
    height: 0;
    width: 0;
    border-right: 55px solid #DDDDDD;
    border-bottom: 55px solid transparent;
    position: absolute;
    z-index: 5;
    margin-top: -15px;
    margin-right: 0px;
    right: 0;
}

    .div-search-list .div-search-list-items .item .win-point span {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        left: 34px;
        width: 40px;
        display: block;
        margin-left: -20px;
        text-align: center;
    }

.div-search-list-items .caption-top {
    font-size: 18px;
    text-align: center;
    background-color: #01007F;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 3px;
    color: #FFFFFF;
}

.div-search-list-items .caption-top-dark {
    font-size: 13px;
    text-align: center;
    background-color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

    .div-search-list-items .caption-top-dark:before,
    .div-search-list-items .caption-top-dark:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .div-search-list-items .caption-top-dark div {
        display: inline-block;
        vertical-align: middle;
        line-height: 17px;
        padding: 2px 0px;
        letter-spacing: 0.0625em;
    }

    .div-search-list-items .caption-top-dark .date-info {
        font-size: 12px;
    }

.caption-top-dark-a:link, .caption-top-dark-a:active, .caption-top-dark-a:visited {
    color: #FFFFFF;
    font-size: 13px;
}

.div-search-list-items .caption-top-dark .col-sm-3 a {
    margin-top: 10px;
}

.item-header .left,
.fl .before-date {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.item-header .right,
.fl .to-date {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.caption-top-dark-a:hover {
    color: #FFFFFF;
}

.div-search-list-items .total-price {
    margin-top: 30px;
    padding: 20px 2% 10px 2%;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

    .div-search-list-items .total-price .text {
        font-size: 18px;
        display: inline-block;
        padding-right: 15px;
        color: #000000;
    }

    .div-search-list-items .total-price .price,
    .div-search-list-items .total-price .point {
        font-size: 23px;
        color: #01007F;
        display: inline-block;
        text-rendering: optimizeLegibility;
    }

    .div-search-list-items .total-price .point-desc {
        font-size: 20px;
    }

    .div-search-list-items .total-price button {
        font-size: 16px;
        color: #FFFFFF;
        background-color: #01007F;
        padding: 10px 60px;
        border: none;
        border-radius: 8px;
    }

.item-domestic .caption .airline-name,
.item-domestic .caption .airline-img-wrapper,
.item-domestic .text .origin-destination {
    float: left;
    font-size: 13px;
}

.item-domestic .caption .flight-transfer {
    float: right;
    padding-top: 1px;
    height: 100%;
    width: 73px;
    text-align: left;
    font-size: 12px;
    margin-right: 4px;
}

.item-domestic .text .flight-dates {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}


@media (max-width: 991px) and (min-width: 768px) {

    .div-search-list .rt-domestic {
        width: 49% !important;
        float: left;
    }
}


@media (min-width: 991px) and (max-width: 1200px) {
    .filter-checkbox .min-price {
        display: none;
    }

    .div-search-list .div-search-list-items .item-domestic .col-sm-8 {
        width: 70%;
    }

    .div-search-list .div-search-list-items .item-domestic .col-sm-4 {
        width: 28% !important;
    }

    .item-domestic .airline-name {
        font-size: 13px;
    }

    .item-domestic .origin-destination {
        font-size: 11px !important;
        padding-top: 1px;
    }

    .item-domestic .text .flight-dates {
        font-size: 15px !important;
        margin-right: 5px;
    }

    .div-search-list .div-search-nav .nav-item .title {
        font-size: 17px !important;
    }

    .item-domestic .extra-point {
        top: -5px !important;
        background: url('https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-sponsor-point_30_40.png') !important;
        width: 30px !important;
        height: 40px !important;
        margin-right: -32px !important;
    }

        .item-domestic .extra-point .slp {
            top: 5px !important;
            margin-left: -9px !important;
            width: 18px !important;
            font-size: 10px !important;
            height: 17px !important;
            line-height: 17px !important;
        }

    .div-search-list .div-search-list-items .item-domestic .win-point {
        font-size: 15px;
        border-right: 50px solid #DDDDDD;
        border-bottom: 50px solid transparent;
    }

    .div-search-list .div-search-list-items {
        padding-right: 0px;
    }
}


.item-domestic .airline-tag-wrapper {
    float: left;
    height: 100%;
    font-size: 13px;
}

.filter-show-all {
    text-align: left;
    padding-left: 5px;
}

    .filter-show-all a {
        color: #01007F !important;
    }

.result-counts__filtered {
    background: #F8F9FB;
    padding: 5px 10px;
    border-radius: 5px;
}

.dep-count {
    padding-right: 10px;
}

.airline-name {
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.origin-destination {
    padding-left: 2px;
}

.rt-domestic-item .price {
    height: 48px !important;
}

.item-domestic .text .date-diff {
    font-size: 11px;
    position: absolute;
    top: -7px;
    right: -11px;
}

.arrival-date {
    position: relative;
}

.item .date-diff {
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: -11px;
}


.loading-event {
    width: 50%;
    height: 50%;
}


.showlandingTimes {
    font-size: 13px;
    cursor: pointer;
    padding-left: 5px;
    color: #AAAAAA;
    font-weight: 600;
}

    .showlandingTimes::after {
        content: '';
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #DDDDDD;
        width: 0;
        height: 0;
        display: inline-block;
        margin-left: 3px;
        padding-bottom: 1px;
    }

.filter-sub-header {
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;
    text-rendering: optimizeLegibility;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.departure-info--flex-layout {
    display: flex;
    gap: 10px;
}

.filter-checkbox .min-price {
    float: right;
    text-align: right;
    color: #000000;
    min-width: 50px;
    z-index: 20;
    letter-spacing: normal;
    text-decoration: none;
    font-size: 13px;
}

.filter-checkbox li:hover .filter-only {
    display: block;
}

.filter-only {
    display: none;
    float: right;
    z-index: 2;
    background: #ffffff;
    padding: 0 2px 0 0;
    margin: 0px;
    color: #01007F !important;
    line-height: 20px;
    outline: 0;
}

.nav-item .title .filter-section-all {
    float: right;
    font-size: 14px;
    line-height: 30px;
    /*color:#38B0AE;*/
    color: #01007F;
    display: none;
}

#filter-airports .rt {
    margin-top: 10px;
}

.filter-hover-color {
    color: #01007F !important;
}

#width_tmp {
    display: none;
}


.flight-details-button img {
    float: right;
    margin-top: 6px;
    margin-left: 3px;
}


.item-domestic .flight-details {
    padding-top: 10px;
}

.smart-flight.inline-link-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

    .smart-flight.inline-link-wrapper .inline-link {
        position: relative;
        font-weight: 600;
        font-size: 13px;
        text-decoration: underline;
        text-underline-position: under;
        color: #01007F;
    }

        .smart-flight.inline-link-wrapper .inline-link::after {
            content: "?";
            display: block;
            position: absolute;
            right: -20px;
            top: 1px;
            bottom: 0;
            width: 14px;
            height: 14px;
            background-color: #01007F;
            color: white;
            margin: auto;
            border-radius: 14px;
            text-align: center;
            font-size: 10px;
        }

.rt-domestic-item .smart-flight.inline-link-wrapper {
    margin: 0;
}

.medium-popup .trn {
    max-width: 500px;
    max-height: 450px;
    overflow: auto;
}

    .medium-popup .trn.new-popup {
        min-height: 560px !important;
        max-height: unset !important;
        overflow: unset !important;
    }

@media screen and (max-width: 1920px) {
    #flight-package-modal.medium-popup {
        zoom: .85;
    }
}

/*@media screen and (max-width: 1800px) {
    #flight-package-modal.medium-popup:has(.flight-packages-item-r) {
        zoom: .8;
    }
}

@media screen and (max-width: 1600px) {
    #flight-package-modal.medium-popup:has(.flight-packages-item-r) {
        zoom: .75;
    }
}*/

.popup-packages-btn {
    display: flex;
    justify-content: center;
}

    .popup-packages-btn span {
        background-color: #01007F;
        padding: 8px 16px;
        color: #fff;
        cursor: pointer;
        border-radius: 6px;
    }

.item.flight-packages-item-d, .item.flight-packages-item-r {
    margin-right: 10px;
}

.new-popup {
    position: relative;
    max-width: unset !important;
    width: 1400px !important;
    border-radius: 6px;
}

    .new-popup::-webkit-scrollbar {
        width: 0px;
    }

    .new-popup::-webkit-scrollbar-track {
        background: #f4f4ff;
        border-radius: 6px 0 0 6px;
    }

    .new-popup::-webkit-scrollbar-thumb {
        background: #01007F;
        border-radius: 8px 0 0 8px;
    }

.new-popup-flex-layout {
    display: flex !important;
    align-items: center;
    padding-top: unset;
}

.new-popup__close {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #01007F;
    border-radius: 0 0 0px 8px;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

    .new-popup__close:after {
        content: "\e92c";
        font-family: turna;
    }

.medium-popup-info-body {
    margin-top: 15px;
}

    .medium-popup-info-body strong {
        font-weight: 600;
        font-size: 17px;
        padding: 22px 0 5px !important;
        display: block;
    }


.item .flight-details .title-duration {
    font-size: 14px;
    padding-left: 5px;
}

.item-domestic .flight-details .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.0325em;
    padding: 0px 8px 10px 8px !important;
    margin: 0px;
    color: #000000;
}

.flight-details .note {
    padding: 0px 10px;
    font-size: 14px;
    position: relative;
    border-bottom:1px solid #DDDDDD;
    z-index: 4;
    text-align: center;
}

    .flight-details .note .segment-transfer {
        border: 1px solid #DDDDDD;
        position: absolute;
        top: -13px;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        background: #f4f4ff;
        padding: 2px;
        font-weight: 600;
        font-size: 13px;
    }

.flight-details .detail {
    word-spacing: 3px;
    width: 100%;
    position: relative;
}

    .flight-details .detail .segment-duration {
        position: absolute;
        top: -3px;
        right: 6px;
        font-size: 12px;
        font-weight: 600;
    }



/* Smart Flights Styles Start */

.flight-details .note .additional-link-wrapper,
.flight-details .note .segment-transfer-label-wrapper {
    display: none;
}

.flight-details .note.smart-flights .additional-link-wrapper,
.flight-details .note.smart-flights .segment-transfer-label-wrapper {
    display: block;
}

.flight-details .note.smart-flights {
    position: relative;
    background-color: #f4f4ff;
    border: none;
    padding: 10px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .flight-details .note.smart-flights::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #01007F;
        z-index: 0;
    }

    .flight-details .note.smart-flights .additional-link-wrapper {
        position: absolute;
        left: 0;
        z-index: 2;
        background-color: #f4f4ff;
        padding: 5px 30px 5px 10px;
        border-radius: 8px;
        bottom: 20px;
    }

        .flight-details .note.smart-flights .additional-link-wrapper:hover {
            cursor: pointer;
        }

    .flight-details .note.smart-flights .additional-link {
        position: relative;
        color: #01007F;
        text-decoration: underline;
        text-underline-position: under;
        font-size: 13px;
        font-weight: 600;
    }

        .flight-details .note.smart-flights .additional-link::after {
            content: "?";
            display: block;
            position: absolute;
            right: -20px;
            top: 0;
            bottom: 0;
            width: 14px;
            height: 14px;
            background-color: #01007F;
            color: #fff;
            margin: auto;
            border-radius: 14px;
            text-align: center;
            font-size: 10px;
        }

    .flight-details .note.smart-flights .segment-transfer-wrapper {
        position: relative;
        padding: 0 30px;
        border-radius: 4px;
        border: 1px solid #01007F;
        background-color: #f4f4ff;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .flight-details .note.smart-flights .segment-transfer-wrapper:hover {
            cursor: pointer;
        }

        .flight-details .note.smart-flights .segment-transfer-wrapper .segment-transfer-label-wrapper {
            position: absolute;
            background-color: #01007F;
            color: white;
            border-radius: 8px;
            z-index: 10;
            padding: 3px 26px 3px 10px;
            white-space: nowrap;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .flight-details .note.smart-flights .segment-transfer-wrapper .segment-transfer-label {
            position: relative;
            color: white;
            font-size: 12px;
        }

            .flight-details .note.smart-flights .segment-transfer-wrapper .segment-transfer-label::after {
                content: "?";
                display: block;
                position: absolute;
                right: -20px;
                top: 0;
                bottom: 0;
                width: 14px;
                height: 14px;
                background-color: white;
                color: #01007F;
                margin: auto;
                border-radius: 14px;
                text-align: center;
                font-size: 10px;
            }

    .flight-details .note.smart-flights .segment-transfer {
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 4px;
        top: 0;
        left: 0;
        width: auto;
        margin-left: 0;
        background: #f4f4ff;
        padding: 15px 15px 6px;
    }

.rt-domestic-item .flight-details .note.smart-flights {
    padding: 10px 0;
}

    .rt-domestic-item .flight-details .note.smart-flights .segment-transfer-wrapper {
        padding: 0 25px;
    }

@media screen and (max-width: 1170px) {

    .flight-details .note.smart-flights {
        padding: 15px 0 30px;
    }


        .flight-details .note.smart-flights .additional-link-wrapper {
            left: 0;
            right: 0;
            bottom: 2px;
            text-align: center;
            background-color: transparent;
            padding: 5px 0;
        }

        .flight-details .note.smart-flights .additional-link::after {
            display: none;
        }
}

/* Smart Flights Styles End */

.border-radius-5 {
    border-radius: 8px;
}

.border-radius-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.border-radius-bottoom {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.flight-details .detail div img,
.flight-details .detail div span,
.flight-details .detail div strong {
    display: inline-block;
    vertical-align: middle;
}

.item-domestic .flight-details .detail div {
    padding-left: 0px;
    padding-right: 0px !important;
}

.flight-details .detail .col-sm-4,
.flight-details .detail .col-sm-5,
.flight-details .detail .col-sm-3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 10px;
    color: #000000;
    font-size: 12px;
    float: left;
}

.flight-details .detail strong {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.flight-details .detail .col-sm-4 {
    z-index: 5;
    padding-left: 8px !important;
    width: 31%;
}

.flight-details .detail .col-sm-5 {
    width: 41%;
}

.flight-details .detail .col-sm-3 {
    width: 25%;
}

.item-domestic .airport-wr {
    z-index: 6;
}

.item-domestic .segment-dates {
    z-index: 7;
}


.flight-details .detail .plane {
    font-size: 12px;
    color: #000000;
}


.loading-text1 {
    color: #01007F;
    position: relative;
    padding: 90px 0px 15px 50px;
    font-size: 30px;
    width: 60%;
    margin: 30px auto;
}

    .loading-text1::after {
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 7011;
        background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/plane_cc.gif);
        background-repeat: no-repeat;
        background-position: 56% 50%;
        height: 66%;
        z-index: 1;
    }


.loading-text {
    color: #000000;
    position: relative;
    padding: 50px 20px;
    font-size: 30px;
    width: 65%;
    margin: 50px auto 0px;
}

    .loading-text div {
        float: left;
        line-height: 80px;
    }

.loading-bubble {
    height: 800px;
    width: 100%;
    position: relative;
}

.loading-image {
    z-index: 1;
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/plane_cc.gif);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}


.is-disabled {
    position: relative;
    cursor: wait;
}

    .is-disabled::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
    }

/* Scroll classes Begin */

.fixed-always {
    position: fixed;
}


/* Sponsor Begin */

.sponsor-item {
    background-color: #F3F8FF;
    border: 1px solid #2321FF !important;
    border-radius: 8px;
    overflow: hidden;
}

    .sponsor-item .flight-card-wrapper__item {
        border: none !important;
    }

@media (max-width: 1050px) {
    .item .extra-point {
        right: 23%;
    }
}

@media (min-width: 1050px) {

    .item .extra-point {
        right: 24%;
    }
}

@media (min-width: 1200px) {

    .item .extra-point {
        right: 24.5%;
    }
}

@media (min-width: 1300px) {

    .item .extra-point {
        right: 26%;
    }
}

.item-rt .extra-point {
    top: 92px;
}

.one-way-item .extra-point {
    top: 69px;
}

.item .sponsor {
    line-height: 18px;
    color: #01007F;
    border-radius: 9px;
    padding: 3px 12px;
    font-size: 15px;
    margin-left: 15px;
    background-color: #F3F8FF;
    border: 1px solid #01007F;
}


.item .extra-point {
    position: absolute;
    margin-top: -36px;
    z-index: 3;
    background: url('https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-sponsor-point_50_66.png');
    height: 66px;
    width: 50px;
}

    .item .extra-point .slp {
        color: #fff;
        position: absolute;
        top: 13px;
        left: 50%;
        margin-left: -13px;
        width: 26px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.0325em;
        text-rendering: optimizeLegibility;
    }

.sponsor-item.item-domestic .airline-name {
    line-height: 20px;
    height: 20px !important;
    padding-left: 3px !important;
    margin-top: -3px;
}


.sponsor-item.item-domestic .sponsor {
    line-height: 18px;
    color: #01007F;
    font-size: 13px;
    position: absolute;
    top: 16px;
    left: 34px;
}

.item-domestic .extra-point {
    position: absolute;
    top: -9px;
    margin-right: -38px;
    z-index: 3;
    background: url('https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-sponsor-point_36_47.png');
    width: 36px;
    height: 47px;
    right: 0px
}

.sponsor-item.item-domestic .extra-point {
    top: -10px;
}

.item-domestic .extra-point .slp {
    color: #fff;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -11px;
    width: 21px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .0325em;
    text-rendering: optimizeLegibility;
}
/* Sponsor end */

/* Scroll classes End */


.other-flight-details {
    word-spacing: 3px;
    width: 100%;
}


    .other-flight-details div img {
        vertical-align: middle;
    }



.flight-details .aircraft {
    padding-bottom: 5px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .rt-domestic .other-flight-details {
        font-size: 12px;
    }
}


.other-flight-details .seat {
    z-index: 6;
}

.other-flight-details .det div {
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.other-flight-details .det .description {
    padding-top: 5px;
}

.other-flight-details__flex {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .other-flight-details__flex .trn-info-filled {
        margin-right: 7px;
        font-size: 22px;
        color: #01007F;
    }

.detail .aircraft {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 11px;
    color: #000000;
    line-height: 16px;
    letter-spacing: 0.0625em;
}

.item-domestic .flight-details .aircraft {
    left: 9px;
}

.detail .aircraft span {
    font-weight: 600;
    height: 18px;
}

.flights-wrapper, .div-search-list-items .item-header {
    margin-right: 1%;
}

@media (max-width: 801px) {
    .div-search-list .div-search-nav {
        display: none;
    }

    .div-search-list .div-search-list-items {
        width: 100%;
    }

        .div-search-list .div-search-list-items .item .date-p {
            margin-left: 5px;
        }

        .div-search-list .div-search-list-items .item .div-hr {
            width: 100%;
        }

    .item-domestic .text .flight-dates {
        font-size: 13px;
        margin-right: 3px;
    }

    .item-domestic .text .origin-destination {
        font-size: 11px;
    }

    .div-search-list .div-search-list-items .item-domestic .last-seat {
        bottom: 24px;
    }

    .item-domestic .text .date-diff {
        display: none;
    }

    .div-chart, .div-chart-message-wrapper {
        display: none !important;
    }

    .caption-top-dark-a:link, .caption-top-dark-a:active, .caption-top-dark-a:visited {
        font-size: 13px;
    }

    .item-header .left, .fl .before-date {
        margin-left: 10px;
    }

    .item-header .right, .fl .to-date {
        margin-right: 10px;
    }

    .div-search-list .div-search-list-items {
        padding-right: 0px;
    }
}

.calendar {
    margin-top: unset !important;
}

@media (max-width: 1024px) and (min-width: 802px) {


    .div-search-list .div-search-list-items .item .div-hr {
        width: 100%;
    }
}

@media (min-width: 1440px) {



    .div-search-list .div-search-list-items .item .div-hr {
        width: 90%;
    }



    .div-search-again #change-search {
        margin: 0 auto;
        width: 98%;
    }

    .departure-flight .baggage-info__icon-dep.hovered {
        order: 2;
    }

    .div-search-list-items .item-rt .departure-flight,
    .div-search-list-items .item-rt .return-flight,
    .div-search-list-items .item-rt .div-hr {
        margin-left: 6px !important;
    }
}

.div-search-list-items .item-rt .departure-flight,
.div-search-list-items .item-rt .return-flight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* Smart Flight Filtering Options */

.nav-item .nav-item-description.smart-flight-filter-content {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #AAAAAA;
}

.nav-item .radio-button-group {
}

    .nav-item .radio-button-group .radio-btn-item {
        position: relative;
        padding-left: 22px;
        margin-bottom: 8px;
    }

        .nav-item .radio-button-group .radio-btn-item .label:hover {
            cursor: pointer;
        }

        .nav-item .radio-button-group .radio-btn-item input[type=radio] {
            display: none;
        }

        .nav-item .radio-button-group .radio-btn-item .label {
            color: #000000;
        }

            .nav-item .radio-button-group .radio-btn-item .label:before {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                left: 0;
                top: 4px;
                border-radius: 12px;
                border: 1px solid #DDDDDD;
            }


        .nav-item .radio-button-group .radio-btn-item input[type=radio]:checked + .label:before {
            border-color: #01007F;
        }

        .nav-item .radio-button-group .radio-btn-item input[type=radio]:checked + .label:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 6px;
            position: absolute;
            left: 3px;
            top: 7px;
            background-color: #01007F;
        }


.flights-wrapper .item.has-message .bt-choose {
    background-color: #2321FF !important;
}

.flights-wrapper .item.has-message .label-message {
    display: flex;
    align-items: center;
    background-color: #f4f4ff;
    color: #2321FF;
    padding: 10px 25px;
}

    .flights-wrapper .item.has-message .label-message .label-img {
        width: 44px;
        height: 44px;
        border-radius: 100%;
        background-color: #2321FF;
        background-image: url(https://res.cloudinary.com/turna/image/upload/v1586772911/Images/Mobile/Icons/icon-thumbs-up.svg);
        background-repeat: no-repeat;
        background-position: center 40%;
        background-size: 66%;
        margin-right: 15px;
    }

body[dir="rtl"] .filter-checkbox .min-price {
    float: left;
}

body[dir="rtl"] .filter-only {
    float: left;
}

body[dir="rtl"] .check-box-wrapper label {
    margin-right: 20px;
    margin-left: 0;
}

body[dir="rtl"] .flights-wrapper .item.has-message .label-message .label-img {
    margin-right: unset;
    margin-left: 15px;
}

body[dir="rtl"] .flight-details .detail img {
    transform: scaleX(-1);
}

body[dir="rtl"] .sorting-title .col-sm-7 {
    float: right;
}

body[dir="rtl"] .sorting-title .col-sm-5 {
    float: right;
}


body[dir="rtl"] .div-search-list .text-right.col-sm-3 {
    float: left;
}

body[dir="rtl"] .div-search-list .col-sm-9 {
    float: right;
}

body[dir="rtl"] .div-search-list .div-search-list-items .item .date-p {
    margin-left: unset;
    margin-right: 10px;
    transform: scaleX(-1);
}

body[dir="rtl"] .div-search-list .div-search-list-items .item-domestic .text-right.col-sm-4 {
    float: left;
}

body[dir="rtl"] .div-search-list .div-search-list-items .item-domestic .col-sm-8 {
    float: right;
}

body[dir="rtl"] .item-domestic .flight-details .title {
    padding: 8px !important;
}

body[dir="rtl"] .other-flight-details {
    display: flex;
}

    body[dir="rtl"] .other-flight-details &gt; div {
        margin-right: 10px;
    }



body[dir="rtl"] .flight-details .detail {
    display: flex;
    padding: 20px 0;
}

    body[dir="rtl"] .flight-details .detail &gt; div {
        padding-left: unset;
        padding-right: 10px !important;
    }

    body[dir="rtl"] .flight-details .detail .segment-duration {
        top: 0;
    }

body[dir="rtl"] .result-counts__filtered {
    float: left;
    position: relative;
}

body[dir="rtl"] .caption-top-dark.item-header.fl {
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
}



body[dir="rtl"] .div-search-again .form-group {
    box-sizing: border-box;
    padding-right: 15px;
}

    body[dir="rtl"] .div-search-again .form-group .form-control {
        width: 100%;
        height: 35px;
        box-sizing: border-box;
    }

body[dir="rtl"] .div-search-again #change-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body[dir="rtl"] .div-search-again .one-way-label {
    padding-left: unset;
    margin-right: 10px;
}

@media (max-width: 1021px) {
    body[dir="rtl"] .div-search-again .form-group {
        margin-bottom: 10px;
    }

    body[dir="rtl"] .form-group button#btnSearch {
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    body[dir="rtl"] .div-search-list .div-search-list-items {
        padding-right: unset;
        padding-left: 2%;
    }
}

.flight-ticket-info-row .baggage-info__icon {
    margin-left: 5px;
}

#div-way-checkbox.close-date {
    z-index: 10;
}

.departure-flight, .return-flight {
    position: relative;
}

.item.item-mp.flight .border-line {
    position: relative;
}

    .item.item-mp.flight .border-line::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #F8F9FB;
        top: 0;
    }

/* New Flight Search Page Css Code*/
.flight-search-page {
    display: flex;
    justify-content: center;
}

.flight-search-page__container {
    max-width: unset !important;
}

.search-form-item.passenger-wrapper {
    position: relative;
}

    .search-form-item.passenger-wrapper::before {
        content: "\e974";
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "turna";
        font-size: 22px;
        color: #000000;
        z-index: 200;
    }


.filter-top-check-label {
    color: #000000;
}

.div-search-list .div-search-list__content {
    flex: 4;
}

.flight-rotation-info {
    text-align: center;
}

#total-price div {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #total-price div:not(:last-of-type) {
        margin-bottom: 20px;
    }

.rd-one-way-research-label {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    cursor: pointer;
}

body[dir='rtl'] .rd-one-way-research-label {
    right: unset;
    left: 5px;
}

.rd-one-way-research-label:hover::after {
    color: #000000;
}

.rd-one-way-research-label::after {
    content: "\e92a";
    font-family: turna;
    color: #AAAAAA;
    font-size: 20px;
    transition: .3s;
}

#rd-one-way-research:checked ~ .search-form-item .rd-one-way-research-label {
    display: none;
}


@media (max-width: 1600px) {
    .div-search-list .div-search-list-items .item .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }

    .flight-card-wrapper__flex-layout {
        column-gap: 40px !important;
    }

    .flight-card-wrapper__item__content__right-side__btn {
        width: 200px !important;
    }
}

@media (max-width: 1368px) {
    .div-search-list .div-search-list-items .item .text {
        width: 75px;
    }

    .flight-card-wrapper__flex-layout {
        column-gap: 30px !important;
    }

    .flight-card-wrapper__item__content__right-side__btn {
        width: 175px !important;
    }
}

@media (max-width: 1200px) {
    .div-search-list .div-search-list-items .item .text {
        width: 65px;
    }

    .flight-card-wrapper__flex-layout {
        column-gap: 20px !important;
    }

    .flight-card-wrapper__item__content__right-side__btn {
        width: 150px !important;
    }
}

.details-page__item__header {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.details-page__item__header__title {
    display: inline-block;
    background-color: #fff;
    padding: 5px 20px;
    position: relative;
    color: #AAAAAA;
    font-size: 14px;
}

.details-page__item__header::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F8F9FB;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item.flight-packages-item:not(:last-of-type) {
    margin-right: 20px;
}

.packet__container__item {
    border: 1px solid #DDDDDD;
    display: inline-block;
    transition: .3s;
    border-radius: 8px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.packet__container__item__content {
    margin-bottom: 40px;
    padding: 20px 20px 0;
}

.packet__container__item__content__header {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.packet__container__item__content__properties {
    margin: 10px 0 30px;
}

.packet__container__item__content__properties__item {
    color: #000000;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}

    .packet__container__item__content__properties__item::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #F8F9FB;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
    }

    .packet__container__item__content__properties__item:not(:last-of-type) {
        margin-bottom: 5px;
    }

.packet__container__item__content__table-info {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    background-color: #fff;
}

    .packet__container__item__content__table-info table {
        border-collapse: collapse;
        width: 100%;
    }

    .packet__container__item__content__table-info td,
    .packet__container__item__content__table-info th {
        text-align: center;
        padding: 5px 10px;
        color: #000000;
        font-size: 13px;
    }

    .packet__container__item__content__table-info tr:nth-child(odd) {
        background-color: #F8F9FB;
    }

    .packet__container__item__content__table-info tr:nth-child(even) {
        background-color: #fff;
    }

.packet__container__item__footer {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body[dir='rtl'] .packet__container__item__footer {
    padding-left: unset;
    padding-right: 20px;
}

body[dir='rtl'] .packet__container__item__footer__price {
    border-radius: 0px 8px 0px 8px;
}

body[dir='rtl'] input[type='radio']:checked + .packet__container__item::before {
    left: 0;
    right: unset;
}

body[dir='rtl'] input[type='radio']:checked + .packet__container__item::after {
    left: 0;
    right: unset;
}

.packet__container__item__footer__person-count {
    color: #000000;
    font-size: 16px;
}

.packet__container__item__footer__price {
    background-color: #F8F9FB;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 8px 0 8px 0;
    color: #000000;
    font-weight: bold;
}

    .packet__container__item__footer__price .currency {
        font-size: 16px;
    }

input[type='radio']:checked + .packet__container__item {
    background-color: #f4f4ff;
    border-color: #01007F;
    position: relative;
}

input[type='radio'] + .packet__container__item::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 0 8px 0 8px;
    right: 0;
    top: 0;
}

input[type='radio']:checked + .packet__container__item::before {
    background-color: #01007F;
    border-color: #01007F;
}

input[type='radio']:checked + .packet__container__item::after {
    content: "\e936";
    font-family: turna;
    right: 0px;
    top: -4px;
    color: #fff;
    position: absolute;
    font-size: 24px;
}

input[type='radio']:checked + .packet__container__item .packet__container__item__footer__price {
    background-color: #01007F;
    color: #fff;
}



.result-sorting {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-sorting__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.result-sorting__list__item {
    border: 1px solid #DDDDDD;
    padding: 0px 50px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: .3s;
}

    .result-sorting__list__item span {
        color: #AAAAAA;
        font-size: 14px;
    }


.result-sorting__list input[type='radio']:checked + .result-sorting__list__item {
    border-color: #01007F;
    background-color: #f4f4ff;
}

    .result-sorting__list input[type='radio']:checked + .result-sorting__list__item span {
        color: #01007F;
    }


.result-sorting__count {
    height: 44px;
    padding: 0 16px;
    background-color: #F8F9FB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

    .result-sorting__count span {
        color: #000000;
    }

/*.registration-redirect {
    color: #000000;
}

.registration-redirect__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
}

.registration-redirect__content {
    font-size: 16px;
    color: #AAAAAA;
}

.registration-redirect .trn {
    max-height: unset !important;
    max-width: 450px !important;
}

.registration-redirect__footer {
    margin-top: 30px;
}

.registration-redirect__footer__btn button {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #01007F;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    font-size: 16px;
}

.registration-redirect__footer__line {
    margin: 30px 0;
    text-align: center;
    position: relative;
}

    .registration-redirect__footer__line::before {
        position: absolute;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #F8F9FB;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .registration-redirect__footer__line span {
        background-color: #fff;
        padding: 0 20px;
        position: relative;
        color: #AAAAAA;
    }

.registration-redirect__footer__guest {
    text-align: center;
}

    .registration-redirect__footer__guest a {
        color: #AAAAAA;
    }

.registration-redirect__figure img {
    width: 100%;
}*/

.projemed-packet input[type='radio']:checked + .packet__container__item {
    background-color: #E4EFF9;
    border-color: #019DDD;
}

    .projemed-packet .new-popup__close,
    .projemed-packet input[type='radio']:checked + .packet__container__item .packet__container__item__footer__price,
    .projemed-packet input[type='radio']:checked + .packet__container__item::before {
        background-color: #019DDD;
    }

.projemed-packet .popup-packages-btn span {
    background-color: #019DDD;
}



.projemed-result-sorting__list input[type='radio']:checked + .result-sorting__list__item, .projemed-result-sorting__list .dropbox--active .dropbox-label {
    background-color: #E4EFF9;
    border-color: #019DDD;
}

    .projemed-result-sorting__list input[type='radio']:checked + .result-sorting__list__item span, .projemed-result-sorting__list .dropbox--active .dropbox-title {
        color: #019DDD;
    }

.projemed-result-sorting__list .dropbox .dropbox__list::-webkit-scrollbar-thumb {
    background: #019DDD;
}

.projemed-result-sorting__list .dropbox .dropbox__list::-webkit-scrollbar-track {
    background: #E4EFF9;
}

.banner-image {
    width: 100%;
    border-radius: 12px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .banner-image img {
        width: 100%;
        max-width: 1024px;
        height: 100%;
        max-height: 120px;
        display: block;
        margin: 0 auto;
        border-radius: 12px;
    }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flight-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.flight-card-wrapper__container {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.flight-card-wrapper__item {
    color: #000000;
    padding: 20px;
    position: relative;
}

    .flight-card-wrapper__item .last-seat__info {
        position: absolute;
        left: 0;
        top: 0;
        color: white;
        padding: 5px 10px;
        background-color: #01007F;
        border-radius: 8px 0 8px 0;
    }

.flight-card-wrapper__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.flight-card-wrapper__item__content__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.flight-card-wrapper__item__content__left-side__rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.flight-card-wrapper__item__content__left-side__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .flight-card-wrapper__item__content__left-side__header figure {
        width: 40px;
    }

        .flight-card-wrapper__item__content__left-side__header figure img {
            width: 100%;
        }

.flight-card-wrapper__item__content__left-side__flight-way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flight-card-wrapper__item__content__left-side__flight-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .flight-card-wrapper__item__content__left-side__flight-info .flight-card-arrow::after {
        content: "\e90d";
        position: relative;
        font-family: turna;
        font-size: 20px;
        color: #AAAAAA;
    }

.flight-card-wrapper__item__content__left-side__flight-baggage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flight-card-wrapper__item__content__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.flight-card-wrapper__item__content__right-side__price {
    font-size: 20px;
    font-weight: bold;
}

.flight-card-wrapper__item__content__right-side__btn {
    width: 250px;
}

    .flight-card-wrapper__item__content__right-side__btn button {
        width: 100%;
        padding: 12px 0px;
        border-radius: 8px;
        background-color: #2321FF;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
    }

.flight-card-wrapper__item__footer {
    margin-top: 30px;
}

.flight-card-wrapper__item__footer__title {
    font-weight: 600;
    font-size: 13px;
    color: #AAAAAA;
    position: relative;
}

    .flight-card-wrapper__item__footer__title::after {
        content: "";
        position: absolute;
        left: 0;
        width: 39.5%;
        height: 1px;
        bottom: -5px;
        background-color: #cfcfcf;
    }

.flight-card-wrapper__item__footer__show {
    color: #AAAAAA;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

    .flight-card-wrapper__item__footer__show::after {
        content: "\e924";
        position: absolute;
        right: -15px;
        font-size: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: turna;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

input[type="checkbox"]:checked ~ .flight-card-wrapper__item__footer__show::after {
    -webkit-transform: scale(-1) translateY(50%);
    -ms-transform: scale(-1) translateY(50%);
    transform: scale(-1) translateY(50%);
}

.flight-card-wrapper__item__promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: #E7F5FF;
    padding: 10px 30px;
}

.flight-card-wrapper__item__promotion__logo {
    width: 50px;
    height: 50px;
    background-color: #01007F;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

.flight-card-wrapper__item__promotion__text {
    font-size: 16px;
    color: #01007F;
    font-weight: 600;
}

.flight-card-wrapper__flex-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 53px;
    column-gap: 53px;
}

.flight-card-wrapper__item__footer__content {
    margin-top: 10px;
}

.flight-card-wrapper__item__footer__content__list {
    background-color: #F8F9FB;
    border-radius: 8px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.flight-card-wrapper__item__footer__content__list__container__transfer {
    margin: 5px 0;
    position: relative;
    text-align: center;
}

    .flight-card-wrapper__item__footer__content__list__container__transfer::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #DDDDDD;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

.flight-card-wrapper__item__footer__content__list__container__transfer__item {
    position: relative;
    padding: 0px 30px;
    font-size: 13px;
    color: #AAAAAA;
    background-color: #F8F9FB;
}

.flight-card-wrapper__item__footer__content__list__container__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    position: relative;
}

.flight-card-wrapper__item__footer__content__list__container__item__flight-time {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #AAAAAA;
    font-size: 13px;
}

.flight-card-wrapper__item__footer__content__list__container__item__flight-info div:first-child {
    font-size: 14px;
    font-weight: 600;
}

.flight-card-wrapper__item__footer__content__list__container__item__flight-info div:last-child {
    margin-top: 5px;
    font-size: 12px;
    color: #AAAAAA;
}

.flight-card-wrapper__item__footer__content__list__container__item__departure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}

    .flight-card-wrapper__item__footer__content__list__container__item__departure &gt; div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .flight-card-wrapper__item__footer__content__list__container__item__departure &gt; div i {
            color: #000000;
        }

.flight-card-wrapper__item__footer__content__list__container__item__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

    .flight-card-wrapper__item__footer__content__list__container__item__time span {
        font-size: 14px;
    }

        .flight-card-wrapper__item__footer__content__list__container__item__time span:first-child {
            font-weight: 600;
        }

        .flight-card-wrapper__item__footer__content__list__container__item__time span:last-child {
            margin-left: 5px;
            color: #000000;
        }

.flight-card-wrapper__item__footer__content__list__flight-property {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flight-card-wrapper__item__footer__content__list__flight-property div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .flight-card-wrapper__item__footer__content__list__flight-property div i {
            font-size: 18px;
            color: #000000;
        }

        .flight-card-wrapper__item__footer__content__list__flight-property div span {
            color: #000000;
            font-size: 14px;
        }

.flight-card-takeoff::after {
    content: "\e9a9";
}

.flight-card-land::after {
    content: "\e94d";
}

.flight-card-suitcase::after {
    content: "\e91c";
}

.flight-card-icon {
    position: relative;
    font-family: turna;
    font-size: 20px;
    color: #000000;
}

.flight-card-plane {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .flight-card-plane::after {
        content: "\e97f";
    }

.flight-card-arrow::after {
    content: "\e90d";
}

.flight-card-lunch::after {
    content: "\e9cb";
}

.flight-card-seat::after {
    content: "\e9c4";
}

.flight-card-wrapper__item {
    position: relative;
}

    .flight-card-wrapper__item .favorite-choose.favorites-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 1.5rem;
        z-index: 999;
    }

.flight-card-wrapper__flex-layout.return-flight, .flight-card-wrapper__flex-layout.other-flight {
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
    margin-top: 20px;
}

body[dir='rtl'] .flight-card-wrapper__item .favorite-choose.favorites-icon {
    left: 10px;
    right: unset;
}

body[dir='rtl'] .flight-card-wrapper__item .last-seat__info {
    right: 0;
    left: unset;
}

body[dir='rtl'] .flight-card-wrapper__item__footer__show::after {
    left: -15px;
    right: unset;
}

body[dir='rtl'] .flight-card-wrapper__item__footer__title::after {
    right: 0;
    left: unset;
}

body[dir='rtl'] .flight-card-wrapper__item__footer__content__list__container__item__flight-time {
    right: unset;
    left: -20px;
}

body[dir='rtl'] .flight-card-wrapper__item__footer__content__list__container__item__time span:last-child {
    margin-left: unset;
    margin-right: 5px;
}

body[dir='rtl'] .flight-card-icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

body[dir='rtl'] .flight-card-plane {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.charter-flight-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C2410C;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 0;
}

    .charter-flight-badge i {
        border: 1px solid #C2410C;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 4px;
    }

@media (min-width: 991px) and (max-width: 1200px) {

    .item-domestic .discount {
        width: 56px !important;
        height: 56px !important;
        right: 137px !important;
    }

        .item-domestic .discount .discount-value {
            font-size: 12px !important;
        }
}

@media (max-width: 1050px) {

    .item .discount {
        right: 22.3%;
    }
}

@media (min-width: 1050px) {

    .item .discount {
        right: 23.3%;
    }
}

@media (min-width: 1200px) {

    .item .discount {
        right: 23.8%;
    }
}

@media (min-width: 1300px) {

    .item .discount {
        right: 25.3%;
    }
}

.item .discount {
    top: 0;
    position: absolute;
    z-index: 3;
    background: #f4f4ff;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
}



.item-domestic .discount {
    position: absolute;
    top: 0;
    z-index: 3;
    right: 138px;
    background: #f4f4ff;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
}

.discount .discount-value {
    color: #01007F;
    text-align: center;
    letter-spacing: .0325em;
    text-rendering: optimizeLegibility;
    line-height: 14px;
    font-size: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
}


    .discount .discount-value .currency {
        color: #01007F;
    }

#loading-ads {
    width: 100%;
    height: 100%;
    position: relative;
}

    #loading-ads &gt; .ads {
        -webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.72);
        -moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.72);
        box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.72);
        border-radius: 20px;
        position: relative;
    }


@media(max-width:768px) {
    #loading-ads &gt; .ads {
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }

    #loading-ads &gt; .load {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }
}

@media(min-width:769px) {
    #loading-ads &gt; .ads {
        width: 65%;
        margin: 20px auto;
        text-align: center;
    }

    #loading-ads &gt; .load {
        font-size: 16px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }
}

#loading-ads .loader-image, #loading-ads .loader__image, #loading-ads .loader-image, #loading-ads .loader-image {
    width: 70px;
}

#loading-ads &gt; .load {
    color: #000000;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    letter-spacing: .0325em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    #loading-ads &gt; .load img {
        display: inline-block;
        vertical-align: middle;
    }

#loading-ads &gt; .ads .img {
    position: relative;
}

    #loading-ads &gt; .ads .img img {
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #loading-ads &gt; .ads .img .ad {
        background-color: rgba(0,0,0,0.7);
        padding: 3px;
        color: #AAAAAA;
        bottom: 40px;
        font-size: 11px;
        left: 0;
        position: absolute;
    }

#loading-ads &gt; .ads &gt; .title {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background-color: #01007F;
    border-bottom: 1px solid #01007F;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    letter-spacing: 0.0325em;
    text-rendering: optimizeLegibility;
    background: #01007F;
}

.ads .img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.advertising {
    width: 65%;
    margin: 20px auto;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.72);
    border-radius: 20px;
    max-height: 390px;
    background-color: #F8F9FB;
}

    .advertising .img img {
        width: 100%;
    }

    .advertising .logos {
        width: 100%;
        position: absolute;
        z-index: 3;
        text-align: right;
        right: 0;
        top: 0;
        padding: 2% 2% 4% 0;
        background-color: #01007F;
    }

        .advertising .logos img {
            max-width: 100%;
        }

    .advertising .text {
        width: 56%;
        position: absolute;
        z-index: 3;
        top: 30%;
        right: 5%;
        padding: 4.5% 2% 4.5% 2%;
        line-height: 2.5vw;
        background-color: rgba(0, 0, 0, 0.60);
        display: block;
        color: #fff;
        text-align: left;
        font-size: 24px;
    }

@media(max-width:1024px) {
    .advertising .text {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}

.ad-city-and-text img {
    border-radius: 20px;
}

/*=======================ALL SCREEN========================*/

.div-content.grey-background {
    background-color: #F8F9FB;
}

/** ........ CHART .........**/
.div-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 7px 0 24px 0 !important;
    overflow: hidden;
    border-top: unset;
    position: relative;
}

    .div-chart h3 {
        margin: 0px;
        position: absolute;
        width: 95.5%;
        text-align: center;
        z-index: 5;
        text-rendering: optimizeLegibility;
        top: 15px;
    }

    .div-chart .refresh-chart {
        color: #01007F;
        font-size: 16px;
    }

        .div-chart .refresh-chart a {
            color: #01007F !important;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
        }
            .div-chart .refresh-chart a i{
                margin-left: 8px;
            }

            .charts-wrapper {
                width: 100%;
                display: flex;
                justify-content: center;
            }

    .charts-wrapper .chart-month {
        flex: 1;
        width: 50% !important;
    }

.div-chart img {
    width: 100%;
}

.div-chart .chart-month h4 {
    color: #000000;
    font-size: 13px;
    margin: 7px 0 0 0;
    font-weight: 600;
}

    .div-chart .chart-month h4.text-right {
        padding-right: 15px;
    }

    .div-chart .chart-month h4 span {
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }

    .div-chart .chart-month h4 img {
        height: 32px;
        width: 32px;
        vertical-align: middle;
    }



.div-chart .chart-month .month {
    width: 100%;
    height: 32px;
    line-height: 17px;
    margin: 20px 0px 20px 0;
    position: relative;
    padding-left: 23px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .div-chart .chart-month .month a {
        text-decoration: none;
        display: flex;
        padding: 16px 8px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 56px;
        font-family: Inter !important;
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 16px !important;
        background: #EBEDEF;
        color: #1D1E20 !important;
    }

        .div-chart .chart-month .month a.active {
            background: #01007F;
            color: #FFF !important;
        }

        .div-chart .chart-month .month a i {
            font-family: "Font Awesome 6 Pro" !important;
            color: #F99307;
        }
/*            .div-chart .chart-month .month a:link, .div-chart .chart-month .month a:active, .div-chart .chart-month .month a:visited {
                display: block;
                width: 6%;
                float: left;
                color: #bbb;
                padding: 0px 5px;
                text-decoration: underline;
                font-size: 12px;
            }*/
/*            .div-chart .chart-month .month a:hover {
                color: var(--main-color);
            }*/
.div-chart .chart-month #departure-month,
.div-chart .chart-month #return-month {
    height: 145px;
}

.div-chart .chart-month .line {
    position: relative;
    bottom: 54px;
    width: 95%;
}


    .div-chart .chart-month .line .left {
        width: 3%;
        float: left;
        background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-left.png);
        background-repeat: no-repeat;
        height: 22px;
        cursor: pointer;
    }

    .div-chart .chart-month .line .right {
        width: 3%;
        float: left;
        background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-right.png);
        background-repeat: no-repeat;
        height: 22px;
        cursor: pointer;
    }

    .div-chart .chart-month .line .month-line {
        width: 100%;
        float: left;
        margin-left: 0;
        position: absolute;
    }

        .div-chart .chart-month .line .month-line p {
            border-bottom: 1px solid #D3D3D4;
            margin-top: 30px;
            padding-top: 0px;
            padding-bottom: 0;
            width: 94%;
            height: 8px;
            text-align: center;
            float: left;
            cursor: pointer;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            position: relative;
        }

            .div-chart .chart-month .line .month-line p:nth-of-type(2)::before {
                content: '●';
                position: absolute;
                left: 10%;
                top: 100%;
                transform: translateY(-50%);
                font-size: 12px;
                color: #D3D3D4;
            }




.line .arrow-back {
    position: absolute;
    font-size: 5px;
    color: #D3D3D4;
    font-family: "Font Awesome 6 Pro" !important;
    rotate: 270deg;
    left: 0;
    top: 35px;
}

.line .arrow-forward {
    position: absolute;
    font-size: 5px;
    color: #D3D3D4;
    font-family: "Font Awesome 6 Pro" !important;
    rotate: 90deg;
    right: 0;
    top: 35px;
}



.div-chart .chart-month .line .month-line p i {
    color: #585B5E;
    line-height: 16px;
    padding: 0 9px;
    width: auto;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Inter !important;
    background: #F5F6F7;
}



/******BUTTONS***************/

.btn-location {
    color: #FFFFFF !important;
    background-color: #01007F;
    border-color: #01007F;
}

    .btn-location:hover,
    .btn-location:focus,
    .btn-location.focus,
    .btn-location:active,
    .btn-location.active,
    .open &gt; .dropdown-toggle.btn-location {
        color: #FFFFFF;
        background-color: #01007F;
        border-color: #01007F;
    }

    .btn-location:active,
    .btn-location.active,
    .open &gt; .dropdown-toggle.btn-location {
        background-image: none;
    }

    .btn-location.disabled,
    .btn-location[disabled],
    fieldset[disabled] .btn-location,
    .btn-location.disabled:hover,
    .btn-location[disabled]:hover,
    fieldset[disabled] .btn-location:hover,
    .btn-location.disabled:focus,
    .btn-location[disabled]:focus,
    fieldset[disabled] .btn-location:focus,
    .btn-location.disabled.focus,
    .btn-location[disabled].focus,
    fieldset[disabled] .btn-location.focus,
    .btn-location.disabled:active,
    .btn-location[disabled]:active,
    fieldset[disabled] .btn-location:active,
    .btn-location.disabled.active,
    .btn-location[disabled].active,
    fieldset[disabled] .btn-location.active {
        background-color: #fff;
        border-color: #DDDDDD;
        color: #FFFFFF;
    }

    .btn-location .badge {
        color: #fff;
        background-color: #000000;
    }



.div-chart-message-wrapper {
    width: 100%;
    display: none;
    background-color: #F5F6F7;
    padding: 32px 0;
}

.div-chart-message {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 16px;
    border: 1px solid #01007F;
    outline: 4px solid #EBEDEF;
    background: #FFF;
    overflow: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1248px;
}

    .div-chart-message .message-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
        color: var(--text-primary-color);
    }

    .div-chart-message .message-dates {
        color: #000;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .div-chart-message .message-price {
        color: #585B5E;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }

    .div-chart-message .message-info div {
        line-height: 20px;
    }

    .div-chart-message .message-search-dates {
        display: flex;
        height: 56px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        border-radius: 8px;
        background: #01007F;
        cursor: pointer;
    }

        .div-chart-message .message-search-dates input {
            color: #FFF;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 21px;
            background: #01007F;
            border: none;
        }

            .div-chart-message .message-search-dates input:hover {
                transition-property: unset;
                transition-duration: unset;
                transition-timing-function: unset;
                outline: none;
            }

        .div-chart-message .message-search-dates i {
            font-family: "Font Awesome 6 Pro" !important;
            font-size: 16px;
            color: #FFF;
        }
/******Loading***************/
.chart-loading::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/graphloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.chart-loading {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: #F5F6F7;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.8;
}

/******ToolTip***************/

.graph-tooltip {
}

.graph-tooltip-date {
    padding: 3px 10px 3px 10px;
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
}

.graph-tooltip-fare {
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.0325em;
}

    .graph-tooltip-fare span {
        font-size: 12px;
        font-weight: 600;
    }


    .graph-tooltip-fare strong {
        font-size: 15px;
    }

text[fill='#222222'] {
    fill: #01007F !important;
    font-size: 11px !important
}

text[fill='#444444'] {
    fill: #01007F !important;
}

rect[fill='#38b0ae']:hover {
    fill: #01007F !important;
}

rect[fill='#333333'] {
    display: none;
}

rect[fill='#38b0ae'] {
    /*fill:url(#grad2) !important;*/
    fill: #f4f4ff !important;
    cursor: pointer !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

@-moz-document url-prefix() {
    rect[fill='#38b0ae'] {
        fill: #ffe7d0 !important;
    }
}

rect[fill='#cccccc'] {
    fill: #e9e7f0 !important;
    fill: rgba(220,224,224,0.5) !important;
}

rect[fill='#cccccc'] {
    fill: #e9e7f0 !important;
    fill: rgba(220,224,224,0.5) !important;
}

rect[fill='#ff9a3d'] {
    fill: #01007F !important;
}
rect[fill='#C9C8E3'] {
    cursor: pointer !important;
}
rect[fill='#01007F'] {
    cursor: pointer !important;
}
    rect {
    stroke: none !important;
}

.google-visualization-tooltip {
    position: absolute !important;
    color: #fff !important;
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 0px !important;
    border-radius: 5px !important;
    box-shadow: 0 15px 20px -10px rgba(0,0,0,0.4),0 0 4px 0 rgba(0,0,0,0.3);
    z-index: 101;
    border: none !important;
    background-color: #4b4b4b !important;
}

    .google-visualization-tooltip .graph-tooltip-fare {
        font-size: 16px;
    }

    .google-visualization-tooltip::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        left: 50%;
        bottom: -11px;
        margin-left: -11px;
        border-top: 11px solid #000000;
        position: absolute;
    }


/* Init Search Graph Button */
.search-graph-init {
    text-align: center;
    padding: 15px;
    color: #01007F;
    font-size: 20px;
    background-color: #fff;
}


.hide-search-graph {
    text-decoration: none;
    font-size: 12px;
    color: #01007F;
}

    .hide-search-graph i {
        font-family: "Font Awesome 6 Pro" !important;
        font-size: 16px;
    }

.show-search-graph-wrapper {
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 24px 0;
}

button.show-search-graph {
    color: #01007F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    background: #fff;
    border: none;
    background: transparent;
}

    button.show-search-graph i {
        font-family: "Font Awesome 6 Pro" !important;
        font-size: 16px;
        margin-left: 8px;
    }
/*
    button.show-search-graph:hover {
        background: #01007F;
        color: #fff;
    }*/

body[dir="rtl"] .div-chart-message .message-info {
    float: right;
}

body[dir="rtl"] .div-chart-message .message-search-dates input {
    float: left;
}


.div-chart .chart-month h4 span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.div-chart .chart-month .month a:link, .div-chart .chart-month .month a:active, .div-chart .chart-month .month a:visited {
    color: #798BA0;
}

/*.div-chart .chart-month .month a.active {
    color: var(--main-color) !important;
}*/

.div-chart .chart-month .month a:hover {
    color: #01007F;
}



.calendar-graph-footer {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px 0 0;
}

    .calendar-graph-footer .arrow-btns-wrapper {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
        background: #FFF;
        cursor: pointer;
    }


        .calendar-graph-footer .arrow-btns-wrapper i {
            font-family: "Font Awesome 6 Pro" !important;
            font-size: 16px;
        }

    .calendar-graph-footer .selected-day-text {
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }

        .calendar-graph-footer .selected-day-text i {
            font-family: "Font Awesome 6 Pro" !important;
            font-size: 16px;
        }

        .calendar-graph-footer .selected-day-text .graph-departure-title, .calendar-graph-footer .selected-day-text .graph-return-title {
            color: #1D1E20;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 19px;
        }

        .calendar-graph-footer .selected-day-text .graph-departure-text, .calendar-graph-footer .selected-day-text .graph-return-text {
            color: #1D1E20;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 19px;
        }

        .calendar-graph-footer .selected-day-text .graph-departure-price-text, .calendar-graph-footer .selected-day-text .graph-return-price-text {
            color: #000;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
        }

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 16px 20px;
  border-radius: 8px;
  background-color: #F8F9FB;
  color: #000000;
}
.alert__icon {
  font-size: 22px;
  margin-right: 10px;
  line-height: 0;
}
.alert__title {
  font-weight: 600;
}
.alert__description {
  font-weight: 500;
  font-size: 16px;
}
.alert__description:not(:last-of-type) {
  margin-bottom: 15px;
}

body[dir='rtl'] .alert__icon {
  margin-right: unset;
  margin-left: 10px;
}

.alert-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 8px;
  background-color: #FEF2F2;
  color: #000000;
}
.alert-summary__icon {
  font-size: 22px;
  margin-right: 10px;
  line-height: 0;
  color: #DC2626;
}
.alert-summary__title {
  font-weight: 600;
}
.alert-summary__description {
  font-weight: 500;
  font-size: 16px;
}
.alert-summary__description:not(:last-of-type) {
  margin-bottom: 15px;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-group .checkbox {
  margin-bottom: 10px;
}
.checkbox-group .checkbox:not(:last-of-type) {
  margin-right: 20px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox input {
  display: none;
}
.checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 14px;
}
.checkbox__label::before {
  content: "\e920";
  position: absolute;
  left: 0;
  font-family: "turna";
  font-size: 22px;
  color: #DDDDDD;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox input:checked + .checkbox__label::before {
  content: "\e923";
  color: #01007F;
}

.filtering-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container *,
.filtering-container *:before,
.filtering-container *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container .filtering.div-search-nav {
  position: static !important;
}
.filtering-container .filtering__item {
  padding-bottom: 15px;
  border-bottom: 1px dotted #DDDDDD;
}
.filtering-container .filtering__item:not(:last-child) {
  margin-bottom: 15px;
}
.filtering-container .filtering__item .expandable___input {
  display: none;
}
.filtering-container .filtering__item .expandable___input:checked ~ .expandable__content {
  display: block;
}
.filtering-container .filtering__item .expandable___input:checked ~ .filtering__item__header .expandable__toggler::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filtering-container .filtering__item .expandable__toggler {
  cursor: pointer;
}
.filtering-container .filtering__item .expandable__toggler::before {
  content: "\e924";
  display: block;
  font-family: "turna";
  font-size: 1.6em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.filtering-container .filtering__item .expandable__toggler::after {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.filtering-container .filtering__item .expandable__content {
  display: none;
}
.filtering-container .filtering__item__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .filtering__item__header .item-title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-left: 36px;
}
.filtering-container .filtering__item__header .item-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-family: "turna";
  font-size: 1.2em;
  color: #000000;
}
.filtering-container .filtering__item__content {
  margin-top: 15px;
}
.filtering-container .filtering__item.companies .item-title::before {
  content: "\e918";
}
.filtering-container .filtering__item.filter .item-title::before {
  content: "\e9af";
}
.filtering-container .filtering__item.airline .item-title::before {
  content: "\e9a9";
}
.filtering-container .filtering__item.baggage .item-title::before {
  content: "\e911";
}
.filtering-container .filtering__item.transfer .item-title::before {
  content: "\e9d4";
}
.filtering-container .filtering__item.smart .item-title::before {
  content: "\e9c9";
}
.filtering-container .filtering__item.departure-time .item-title::before {
  content: "\e900";
}
.filtering-container .filtering__item.prices .item-title::before {
  content: "\e912";
}
.filtering-container .filtering__item.origin .item-title::before {
  content: "\e965";
}
.filtering-container .filtering__item.destination .item-title::before {
  content: "\e969";
}
.filtering-container .filtering__item.services .item-title::before {
  content: "\e9a1";
}
.filtering-container .checkbox-list-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container .checkbox-list-wrapper *,
.filtering-container .checkbox-list-wrapper *:before,
.filtering-container .checkbox-list-wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container .checkbox-list-wrapper .checkbox-list {
  margin-bottom: 30px;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item:hover .filter-only {
  display: inline;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item__left {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item__right .filter-only {
  display: none;
  color: #01007F;
  text-decoration: none;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label input {
  display: none;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label input:checked ~ .label::before {
  content: "\e923";
  color: #01007F;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label .label {
  position: relative;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label .label::before {
  content: "\e920";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "turna";
  font-size: 18px;
  line-height: 1;
  margin-right: 4px;
}
.filtering-container .checkbox-list-wrapper .checkbox-settings {
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .checkbox-list-wrapper .checkbox-settings__item {
  color: #000000;
  cursor: pointer;
}
.filtering-container .checkbox-list-wrapper .checkbox-settings__item:hover {
  color: #01007F;
}
.filtering-container .departure-info {
  margin-bottom: 20px;
}
.filtering-container .departure-info__item:not(:last-child) {
  margin-bottom: 2px;
}
.filtering-container .prices-info {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filtering-container .prices-info__price::after {
  content: attr(data-currency);
  font-size: .8em;
  margin-left: 2px;
}
.filtering-container .filter-slider__bar {
  padding: 0 10px;
}
.filtering-container .filter-slider .slider .tooltip.top {
  margin-top: 0;
}
.filtering-container .filter-slider .slider {
  margin-bottom: 15px;
}
.filtering-container .filter-slider .slider.slider-horizontal .slider-track {
  height: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  background-color: #e6e6e6;
}
.filtering-container .filter-slider .slider.slider-horizontal .slider-selection {
  background-color: #01007F;
  background-image: none;
}
.filtering-container .filter-slider .slider .slider-handle {
  background-color: #01007F;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid white;
}
.filtering-container .filter-slider .slider .slider-handle::after {
  display: none;
}
.filtering-container .filter-slider__buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 6px 0;
  padding: 0;
}
.filtering-container .filter-slider__buttons ul &gt; * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - (5 - 1) * 6px) / 5);
          flex: 1 0 calc((100% - (5 - 1) * 6px) / 5);
  margin-bottom: 6px;
}
.filtering-container .filter-slider__buttons ul &gt; *:not(:last-child) {
  margin-right: 6px;
}
.filtering-container .filter-slider__buttons ul &gt; *:nth-child(5n) {
  margin-right: 0;
}
.filtering-container .filter-slider__buttons ul li {
  position: relative;
  height: 70px;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 8px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.filtering-container .filter-slider__buttons ul li .btn-label {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
  padding: 4px 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  line-height: 1.1;
}
.filtering-container .filter-slider__buttons ul li .btn-label::before {
  font-family: "turna";
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.filtering-container .filter-slider__buttons ul li .btn-label.night::before {
  content: "\e96a";
}
.filtering-container .filter-slider__buttons ul li .btn-label.morning::before {
  content: "\e9a6";
}
.filtering-container .filter-slider__buttons ul li .btn-label.noon::before {
  content: "\e9a4";
}
.filtering-container .filter-slider__buttons ul li .btn-label.evening::before {
  content: "\e9a5";
}
.filtering-container .filter-slider__buttons ul li:hover, .filtering-container .filter-slider__buttons ul li.active {
  border-color: #01007F;
  color: #01007F;
}

body[dir='rtl'] .filtering-container .filtering__item__header .item-title {
  padding-left: unset;
  padding-right: 36px;
}
body[dir='rtl'] .filtering-container .filtering__item__header .item-title::before {
  left: unset;
  right: 0;
}
body[dir='rtl'] .filtering-container .checkbox-list-wrapper .checkbox-list__item label .label::before {
  left: unset;
  right: -30px;
  margin-right: unset;
}
body[dir='rtl'] .filtering-container .checkbox-list-wrapper .checkbox-list__item__left {
  padding-right: 30px;
  padding-left: unset;
}
body[dir='rtl'] .departure-info__item.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.filter-all {
  text-align: end;
  margin-bottom: 5px;
}
.filter-all .filter-section-all {
  text-decoration: underline;
  font-size: 11px;
  color: #AAAAAA;
  cursor: pointer;
}

@media (max-width: 992px) {
  .search-results__inner__left {
    display: none;
  }
}
.projemed-filter-slider__bar .slider.slider-horizontal .slider-selection {
  background-color: #E4EFF9 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.projemed-filter-slider__bar .slider .slider-handle {
  background-color: #019DDD !important;
}

.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label input:checked ~ .projemed-label::before {
  color: #019DDD !important;
}

.calendar {
    margin: 24px 0 0;
}

.calendar__alert-box {
    background-color: #F8F9FB;
    color: #000000;
    height: 56px;
}

.calendar__section {
    margin-top: 24px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.calendar__section__content {
    padding: 24px;
}

.calendar__section__content__carousel:not(:first-of-type) {
    margin-top: 60px;
}

.calendar__section__content__carousel__heading {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.calendar__section__content__carousel__item {
    margin: 24px 0 0 5px;
}

.calendar__section__content__carousel__item__box {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 16px 10px;
    text-align: center;
    height: 147px;
    color: #000000;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .calendar__section__content__carousel__item__box:not(:last-of-type) {
        margin-right: 12px;
    }

.calendar__section__content__carousel__item__box--active {
    border-color: #01007F;
    color: #01007F !important;
}

    .calendar__section__content__carousel__item__box--active .calendar__section__content__carousel__item__box__flight {
        color: #01007F;
    }

.calendar__section__content__carousel__item__box--passive {
    opacity: .5;
}

    .calendar__section__content__carousel__item__box--passive .calendar__section__content__carousel__item__box__flight {
        font-weight: bold;
        margin-top: 10px;
    }

.calendar__section__content__carousel__item__box__label {
    display: none;
}

    .calendar__section__content__carousel__item__box__label::before {
        left: unset;
        right: -15px;
        top: -19px;
        font-size: 2rem;
    }

.calendar__section__content__carousel__item__box__day {
    font-size: 24px;
    font-weight: 400;
}

.calendar__section__content__carousel__item__box__month {
    font-weight: 500;
    font-size: 13px;
}

.calendar__section__content__carousel__item__box__info {
    font-weight: 700;
    margin-top: 12px;
    font-size: 24px;
}

.calendar__section__content__carousel__item__box__flight {
    font-weight: 500;
    font-size: 12px;
    color: #AAAAAA;
}

.calendar__section__content__carousel__item__box__flight--red {
    color: #01007F;
}

.calendar__section__header {
    background-color: #F8F9FB;
    border-radius: 5px 5px 0px 0px;
    padding: 16px 24px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .calendar__section__header div:first-child {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    }

    .calendar__section__header div:last-child {
        color: #AAAAAA;
        font-size: 14px;
    }

.calendar__search {
    text-align: center;
}

.calendar__search--space-top {
    margin: 36px 0 0;
}

.calendar__search__info {
    color: #000000;
}

.calendar__search__info--bar {
    position: relative;
}

    .calendar__search__info--bar::before, .calendar__search__info--bar::after {
        content: "";
        position: absolute;
        width: 45%;
        height: 1px;
        background-color: #F8F9FB;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .calendar__search__info--bar::before {
        left: 0;
    }

    .calendar__search__info--bar::after {
        right: 0;
    }

.calendar__search__button {
    margin: 12px 0 36px;
}

    .calendar__search__button button {
        width: 350px;
        height: 56px;
        background: #2321FF;
        border-radius: 8px;
        font-size: 16px;
        color: #fff;
        border: none;
    }

    .calendar__search__button .passive {
        background: rgba(33, 37, 41, 0.2);
    }

input[type='radio']:checked ~ .calendar__section__content__carousel__item__box__label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.carousel-slider .calendar__section__content__carousel .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    margin-top: 12px;
}

    .carousel-slider .calendar__section__content__carousel .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 10px;
        opacity: 0.6;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background-color: #01007F;
    }

        .carousel-slider .calendar__section__content__carousel .slick-dots li:not(:last-of-type) {
            margin-right: 4px;
        }

        .carousel-slider .calendar__section__content__carousel .slick-dots li.slick-active {
            width: 30px;
            opacity: 1;
            z-index: 200;
        }

@media screen and (max-width: 600px) {
    .calendar__alert-box {
        height: 90px;
        margin: 16px;
    }

    .calendar__section {
        margin-top: 30px;
        border: unset;
        border-radius: unset;
    }

    .calendar__section__content__carousel__item__box__label::before {
        top: -3px;
    }

    .calendar__section__content__carousel__item__box__day {
        font-size: 20px;
    }

    .calendar__section__content__carousel__item__box__month {
        font-size: 12px;
    }

    .calendar__section__content__carousel__item__box__info {
        font-size: 16px;
    }

        .calendar__section__content__carousel__item__box__info .alternativeCalendarCurrency {
            display: block;
        }

    .calendar__section__content__carousel__item__box__flight {
        font-size: 11px;
    }

    .calendar__section__header {
        background-color: unset;
        border-radius: unset;
        padding: 16px;
    }

    .calendar__search--space-top {
        margin: 30px 0 0;
    }

    .calendar__search__info--bar::before, .calendar__search__info--bar::after {
        width: 36%;
    }

    .calendar__search__info--bar::before {
        left: 20px;
    }

    .calendar__search__info--bar::after {
        right: 20px;
    }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pointship-sponsor-item {
  padding: unset !important;
  background-color: #F3F8FF;
  border-color: #2321FF;
  border-radius: 8px;
  overflow: hidden;
}
.pointship-sponsor-item__info {
  margin-top: 10px;
  margin-bottom: 15px;
}
.pointship-sponsor-item__info__text {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.pointship-sponsor-item__info__modal {
  font-size: 13px;
  font-weight: 500;
  color: #2321FF;
}
.pointship-sponsor-item__info__modal a:visited {
  color: #2321FF;
}
.pointship-sponsor-item__info__modal i {
  font-size: 13px;
  color: #2321FF;
}
.pointship-sponsor-item__icon {
  margin-left: unset !important;
  margin-right: 30px;
}
.pointship-sponsor-item__redirect-btn {
  background-color: #2321FF !important;
}
.pointship-sponsor-item__details {
  background: #E1EEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px 10px 15px;
}
.pointship-sponsor-item__details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pointship-sponsor-item__details__item__icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #3F6DE6;
}
.pointship-sponsor-item__details__item__icon::before {
  content: "\e9ab";
  position: absolute;
  font-family: turna;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.pointship-sponsor-item__details__item__text {
  font-weight: 500;
  color: #3F6FE6;
  font-size: 16px;
}
.pointship-sponsor-item__details__item__sponsor-text {
  color: #2321FF;
  font-size: 12px;
}
.pointship-sponsor-item__promotion {
  text-align: center;
  color: #3f6de6;
  font-weight: bold;
  font-size: 14px;
}
.pointship-sponsor-item__header-info {
  background-color: #3f6de6;
  border-radius: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

.section-card {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  padding: 20px;
  position: relative;
}
.section-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
}
.section-card__description {
  font-size: 14px;
  color: #000000;
}
.section-card__description-light {
  font-size: 14px;
  color: #1D1E20;
  font-weight: 400;
  margin: 8px 0;
}
.section-card__header {
  margin-bottom: 20px;
}
.section-card__content p {
  margin-bottom: 20px;
}
.section-card__content .info-section {
  margin: 0;
  padding: 0;
}
.section-card__content .info-section__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
}
.section-card__content .info-section__header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-card__content .info-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.section-card__content .info-section__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-card__content .info-section__item__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-card__content .info-section__item__text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.section-card__content .info-section__toggle {
  margin-top: 16px;
  background: none;
  border: none;
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.section-card__content .info-section__toggle:hover {
  color: #0056b3;
}
.section-card__lpg-rent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.section-card__lpg-rent-wrapper .isLpg-container, .section-card__lpg-rent-wrapper .isRented-container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section-card__lpg-rent-wrapper .isLpg-container input[type="checkbox"], .section-card__lpg-rent-wrapper .isRented-container input[type="checkbox"] {
  accent-color: #2321FF;
}

.flight-packages {
  overflow: hidden;
}
.flight-packages .carousel-slider .details.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4rem;
}
.flight-packages .carousel-slider .details.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 1135px;
}

.dropbox {
  position: relative;
}
.dropbox-title {
  position: relative;
}
.dropbox-title::after {
  content: "\e928";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: turna;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropbox--active .dropbox-label {
  border-color: #01007F;
  background-color: #f9f9ff;
}
.dropbox--active .dropbox-title {
  color: #01007F;
}
.dropbox__list {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  box-shadow: 0px 2px 4px 1px rgba(207, 207, 207, 0.75);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(207, 207, 207, 0.75);
  -moz-box-shadow: 0px 2px 4px 1px rgba(207, 207, 207, 0.75);
  height: 0;
  overflow-y: scroll;
}
.dropbox__list__item {
  padding: 10px;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  display: block;
}
.dropbox__list__item:hover {
  background-color: #F8F9FB;
}
.dropbox__list__item:hover:first-child {
  border-radius: 6px 6px 0 0;
}
.dropbox__list__item:hover:last-child {
  border-radius: 0 0 6px 6px;
}

.dropbox input[type='checkbox']:checked + label .dropbox-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.dropbox .dropbox__list::-webkit-scrollbar {
  width: 5px;
}

.dropbox .dropbox__list::-webkit-scrollbar-track {
  background: #F8F9FB;
}

.dropbox .dropbox__list::-webkit-scrollbar-thumb {
  background: #01007F;
  border-radius: 6px 0 0px 6px;
}

.dropbox input[type='checkbox']:checked ~ .dropbox__list {
  opacity: 1;
  visibility: visible;
  height: 160px;
}

</pre></body></html>