.navbr {
  position: fixed;
  right: 0;
  top: 72px;
}
@media screen and (max-width: 1180px) {
  .navbr {
    position: static;
    border-top: 1px solid #e2e8f0;
    direction: rtl;
    padding-top: 1px;
  }
}
.navbr ul {
  list-style: none;
}
@media screen and (max-width: 1180px) {
  .navbr ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .navbr ul {
    justify-content: flex-start;
    padding: 0 10px;
    overflow: auto;
    scrollbar-width: none;
  }
}
.navbr ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  color: #334155;
  border-radius: 7px;
}
@media screen and (max-width: 1180px) {
  .navbr ul li a {
    min-width: 112px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .navbr ul li a {
    min-width: 75px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 500px) {
  .navbr ul li a {
    min-width: 69px;
    padding: 14px 0px;
    font-size: 12px;
  }
}
.navbr ul li a span {
  font-size: 21px;
  margin-bottom: 5px;
}
.navbr ul li a:hover {
  background-color: rgb(241, 243, 244);
}
.navbr ul li.active a {
  color: #0074dd;
}
.navbr ul li.active a:hover {
  background-color: #e8f0fe;
}

.enternames {
  font-family: inherit;
  padding: 35px 0;
  width: 1044px;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .enternames {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .enternames {
    padding: 10px 0;
  }
}
.enternames-flight {
  direction: rtl;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}
.enternames-flight-title {
  background: url(https://cdn.safarme.com/files/cimg/naming2018-head-br.gif) repeat-x left 2px;
  display: flex;
  align-items: center;
}
.enternames-flight-title h1,
.enternames-flight-title h2,
.enternames-flight-title h3,
.enternames-flight-title h4,
.enternames-flight-title h5,
.enternames-flight-title h6 {
  background-color: #fff;
  font-size: 15px;
  margin: 0 10px;
  padding: 0 10px;
}
.enternames-flight-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 992px) {
  .enternames-flight-cont {
    flex-wrap: wrap;
  }
}
.enternames-flight-cont:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .enternames-flight-cont .enternames-flight-img {
    order: 1;
  }
}
@media screen and (max-width: 576px) {
  .enternames-flight-cont .enternames-flight-img {
    order: 2;
  }
}
.enternames-flight-cont .enternames-flight-img img {
  max-width: 55px;
  display: block;
}
.enternames-flight-cont .enternames-flight-ticket {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .enternames-flight-cont .enternames-flight-ticket {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .enternames-flight-cont .enternames-flight-ticket {
    min-width: calc(100% - 100px);
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  .enternames-flight-cont .enternames-flight-ticket {
    min-width: 100%;
    order: 1;
  }
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket {
  display: flex;
  min-width: 400px;
}
@media screen and (max-width: 992px) {
  .enternames-flight-cont .enternames-flight-ticket .flight-ticket {
    min-width: 200px;
  }
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .time-from,
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .time-to {
  font-size: 20px;
  font-weight: bold;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .enternames-flight-ticket-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin: 0 20px;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .enternames-flight-ticket-line span {
  height: 1px;
  width: 100%;
  background-color: #bbb;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .enternames-flight-ticket-line:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #777;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .enternames-flight-ticket-line::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #777;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket .enternames-flight-ticket-to {
  text-align: left;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket-dt {
  padding-top: 5px;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket-dt ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket-dt ul li {
  min-width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 5px;
}
.enternames-flight-cont .enternames-flight-ticket .flight-ticket-dt ul li span {
  opacity: 0.5;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .enternames-flight-cont .flight-ticket-price {
    order: 3;
  }
}
@media screen and (max-width: 576px) {
  .enternames-flight-cont .flight-ticket-price {
    min-width: 100%;
  }
}
.enternames-flight-cont .flight-ticket-price ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .enternames-flight-cont .flight-ticket-price ul {
    display: flex;
  }
}
.enternames-flight-cont .flight-ticket-price ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .enternames-flight-cont .flight-ticket-price ul li {
    margin-left: 20px;
  }
}
.enternames-flight-cont .flight-ticket-price-title {
  opacity: 0.5;
}
.enternames-flight-cont .flight-ticket-price-person {
  color: #0074dd;
  font-size: 15px;
}
.enternames-flight-cont .flight-ticket-price-number {
  font-size: 15px;
  color: #24c077;
}
.enternames-n {
  direction: rtl;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}
.enternames-n-title {
  display: flex;
  align-items: center;
  background: url(https://cdn.safarme.com/files/cimg/naming2018-head-br.gif) repeat-x left 2px;
}
.enternames-n-title h1,
.enternames-n-title h2,
.enternames-n-title h3,
.enternames-n-title h4,
.enternames-n-title h5,
.enternames-n-title h6 {
  background-color: #fff;
  font-size: 15px;
  margin: 0 10px;
  padding: 0 10px;
}
.enternames-n-cont {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .enternames-n-cont {
    padding: 10px 0;
  }
}
.enternames-n-cont .cont-row {
  margin-top: 15px;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .enternames-n-cont .cont-row {
    flex-direction: column;
  }
}
.enternames-n-cont .cont-row input {
  font-size: 14px;
}
.enternames-n-cont .cont-row .red {
  color: #f00;
}
.enternames-n-cont .cont-row label.red {
  color: #334155;
}
.enternames-n-cont .cont-row label.red input {
  box-shadow: 0 0 0 2px #f00 !important;
}
.enternames-n-cont .cont-row p.red {
  padding-top: 3px;
}
.enternames-n-cont .cont-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.enternames-n-cont .cont-row .cont-isleader {
  margin-left: 20px;
}
.enternames-n-cont .cont-row .cont-lbl {
  margin-bottom: 10px;
}
.enternames-n-cont .cont-row .cont-vlu label {
  margin-left: 30px;
}
.enternames-n-cont .cont-row .cont-vlu input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.enternames-n-cont .cont-row .cont-isleader-p {
  min-width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .enternames-n-cont .cont-row .cont-isleader-p {
    flex-direction: column;
  }
}
.enternames-n-cont .cont-row .cont-isleader-mobile,
.enternames-n-cont .cont-row .cont-isleader-email {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .cont-isleader-mobile,
  .enternames-n-cont .cont-row .cont-isleader-email {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .cont-isleader-mobile,
  .enternames-n-cont .cont-row .cont-isleader-email {
    max-width: 100%;
  }
}
.enternames-n-cont .cont-row .cont-isleader-mobile input,
.enternames-n-cont .cont-row .cont-isleader-email input {
  min-width: 100%;
  margin-top: 10px;
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
}
.enternames-n-cont .cont-row .cont-isleader-mobile input:focus,
.enternames-n-cont .cont-row .cont-isleader-email input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .cont-mobile,
.enternames-n-cont .cont-row .cont-email {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .cont-mobile,
  .enternames-n-cont .cont-row .cont-email {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .cont-mobile,
  .enternames-n-cont .cont-row .cont-email {
    max-width: 100%;
  }
}
.enternames-n-cont .cont-row .cont-mobile input,
.enternames-n-cont .cont-row .cont-email input {
  min-width: 100%;
  margin-top: 10px;
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
}
.enternames-n-cont .cont-row .cont-mobile input:focus,
.enternames-n-cont .cont-row .cont-email input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .cont-history {
  display: flex;
  align-items: flex-end;
  max-height: 76px;
}
.enternames-n-cont .cont-row .cont-history .cont-history-btn {
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 100px;
  line-height: 38px;
  padding: 0 15px;
  color: #0074dd;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .cont-history .cont-history-btn {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .cont-history .cont-history-btn {
    max-width: 100%;
    text-align: center;
  }
}
.enternames-n-cont .cont-row .cont-history .cont-history-btn:hover {
  background-color: #f5f8fe;
  color: #0061bb;
}
.enternames-n-cont .cont-row .person-persianname {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .person-persianname {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .enternames-n-cont .cont-row .person-persianname {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .person-persianname {
    max-width: 100%;
  }
}
.enternames-n-cont .cont-row .person-persianname label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}
.enternames-n-cont .cont-row .person-persianname select {
  border: 0;
  height: 44px;
  font-family: inherit;
  border-radius: 8px;
  padding: 0 5px;
  margin-left: 20px;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
}
.enternames-n-cont .cont-row .person-persianname select:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .person-persianname input {
  min-width: 100%;
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
}
.enternames-n-cont .cont-row .person-persianname input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .person-persianfamily {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .person-persianfamily {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .person-persianfamily {
    max-width: 100%;
  }
}
.enternames-n-cont .cont-row .person-persianfamily input {
  min-width: 100%;
  margin-top: 10px;
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
}
.enternames-n-cont .cont-row .person-persianfamily input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .person-enfamily,
.enternames-n-cont .cont-row .person-enname,
.enternames-n-cont .cont-row .person-mellicode,
.enternames-n-cont .cont-row .person-passport {
  margin-left: 20px;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .person-enfamily,
  .enternames-n-cont .cont-row .person-enname,
  .enternames-n-cont .cont-row .person-mellicode,
  .enternames-n-cont .cont-row .person-passport {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .enternames-n-cont .cont-row .person-enfamily,
  .enternames-n-cont .cont-row .person-enname,
  .enternames-n-cont .cont-row .person-mellicode,
  .enternames-n-cont .cont-row .person-passport {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .person-enfamily,
  .enternames-n-cont .cont-row .person-enname,
  .enternames-n-cont .cont-row .person-mellicode,
  .enternames-n-cont .cont-row .person-passport {
    max-width: 100%;
    margin-left: 0;
  }
}
.enternames-n-cont .cont-row .person-enfamily input,
.enternames-n-cont .cont-row .person-enname input,
.enternames-n-cont .cont-row .person-mellicode input,
.enternames-n-cont .cont-row .person-passport input {
  min-width: 100%;
  margin-top: 10px;
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
}
.enternames-n-cont .cont-row .person-enfamily input:focus,
.enternames-n-cont .cont-row .person-enname input:focus,
.enternames-n-cont .cont-row .person-mellicode input:focus,
.enternames-n-cont .cont-row .person-passport input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .person-birthday {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.enternames-n-cont .cont-row .person-birthday-listdrop {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 400px) {
  .enternames-n-cont .cont-row .person-birthday-listdrop {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .enternames-n-cont .cont-row .person-birthday-listdrop .listdrop-st {
    min-width: calc(50% - 10px);
  }
}
.enternames-n-cont .cont-row .person-birthday label {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.enternames-n-cont .cont-row .person-birthday label.vrd {
  flex-direction: row !important;
}
.enternames-n-cont .cont-row .person-birthday select {
  border: 0;
  height: 44px;
  font-family: inherit;
  border-radius: 8px;
  padding: 0 5px;
  min-width: 70px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
}
.enternames-n-cont .cont-row .person-birthday select:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .person-codechange {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .person-codechange {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .enternames-n-cont .cont-row .person-codechange {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .person-codechange {
    max-width: 100%;
    margin-left: 0;
  }
}
.enternames-n-cont .cont-row .person-codechange label {
  width: 100%;
  padding-bottom: 10px;
}
.enternames-n-cont .cont-row .person-codechange select {
  border: 0;
  height: 44px;
  font-family: inherit;
  border-radius: 8px;
  padding: 0 5px;
  margin-left: 20px;
  min-width: 30%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
}
.enternames-n-cont .cont-row .person-codechange select:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .person-codechange input {
  width: calc(70% - 35px);
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
}
.enternames-n-cont .cont-row .person-codechange input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .cont-passportdet {
  min-width: 100%;
  margin-top: 15px;
  background-color: rgba(0, 97, 187, 0.07);
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .cont-passportdet {
    padding: 9px;
  }
}
.enternames-n-cont .cont-row .cont-passportdet select {
  background-color: #fff;
}
.enternames-n-cont .cont-row .cont-passportdet .person-nationality {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.enternames-n-cont .cont-row .cont-passportdet .person-nationality label {
  margin-bottom: 5px;
}
.enternames-n-cont .cont-row .cont-passportdet .person-nationality select {
  border: 0;
  height: 44px;
  font-family: inherit;
  border-radius: 8px;
  padding: 0 5px;
  margin-left: 20px;
  max-width: 30%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
}
.enternames-n-cont .cont-row .cont-passportdet .person-nationality select:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .cont-passportdet .person-nationality select {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .cont-passportdet .person-nationality select {
    max-width: 100%;
  }
}
.enternames-n-cont .cont-row .person-pcode {
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .enternames-n-cont .cont-row .person-pcode {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .enternames-n-cont .cont-row .person-pcode {
    max-width: 100%;
  }
}
.enternames-n-cont .cont-row .person-pcode label {
  padding-bottom: 10px;
}
.enternames-n-cont .cont-row .person-pcode select {
  background-color: #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
  border: 0;
  height: 44px;
  font-family: inherit;
  border-radius: 8px;
  padding: 0 5px;
}
.enternames-n-cont .cont-row .person-pcode select:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames-n-cont .cont-row .p-input-lb-oi {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.enternames-n-cont .cont-row .p-input-lb-oi input {
  border: 0;
  box-shadow: 0 0 0 1px #cbd5e1;
  border-radius: 8px;
  padding: 0 15px;
  height: 44px;
  font-family: inherit;
  max-width: 30%;
}
.enternames-n-cont .cont-row .p-input-lb-oi input:focus {
  box-shadow: 0 0 0 2px #0061bb;
}
.enternames .continue {
  direction: rtl;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 360px) {
  .enternames .continue {
    flex-direction: column;
  }
}
.enternames .continue-btn {
  min-width: 130px;
  background-color: #0074dd;
  color: #fff;
  padding: 0 32px;
  font-family: inherit;
  line-height: 44px;
  border-radius: 100px;
  border: 0;
  font-size: 16px;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
  cursor: pointer;
  margin: 0 7px;
  transition: background-color 0.05s ease-in;
}
@media screen and (max-width: 360px) {
  .enternames .continue-btn {
    margin-bottom: 10px;
  }
}
.enternames .continue-btn.loading {
  color: transparent;
  position: relative;
  cursor: default;
}
.enternames .continue-btn.loading::before {
  content: "";
  background: url(https://cdn.safarme.com/files/cimg/loading-spin.svg) no-repeat center top;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
.enternames .continue-btn.loading:hover {
  background-color: #0074dd;
}
.enternames .continue-btn:hover {
  background-color: #0061bb;
}
.enternames .continue-cancel {
  margin: 0 7px;
  background-color: #fff;
  padding: 0 32px;
  font-family: inherit;
  line-height: 44px;
  border-radius: 100px;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  min-width: 130px;
}
.enternames .continue-cancel:hover {
  background-color: #f5f8fe;
}
.enternames .continue-cancel.loading {
  color: transparent;
  position: relative;
  cursor: default;
}
.enternames .continue-cancel.loading::before {
  content: "";
  background: url(https://cdn.safarme.com/files/cimg/loading-spinblue.svg) no-repeat center top;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
.enternames .continue-cancel.loading:hover {
  background-color: #fff;
}
.enternames .rules {
  display: flex;
  direction: rtl;
  flex-direction: column;
  margin-bottom: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 20px;
}
.enternames .rules-title {
  margin-bottom: 5px;
  font-size: 15px;
}
.enternames .rules-alert {
  color: rgb(255, 0, 0);
  background-color: rgb(255, 243, 205);
  border-color: rgb(255, 238, 186);
  padding: 8px 15px;
  margin: 7px 0px;
  border-radius: 7px;
  display: flex;
  align-items: flex-start;
}
.enternames .rules-alert p {
  padding-top: 2px;
}
.enternames .rules-alert svg {
  width: 19px;
  min-width: 19px;
  min-height: 19px;
  margin-left: 10px;
  vertical-align: middle;
}
.enternames .rules-links {
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .enternames .rules-links {
    display: flex;
  }
}
@media screen and (max-width: 420px) {
  .enternames .rules-links {
    flex-direction: column;
  }
}
.enternames .rules-links a {
  margin-left: 10px;
  color: #0074dd;
  cursor: pointer;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  padding: 5px 12px;
}
@media screen and (max-width: 420px) {
  .enternames .rules-links a {
    margin-bottom: 15px;
    text-align: center;
  }
}
.enternames .rules-links a:hover {
  background-color: #f5f8fe;
  color: #0061bb;
}
.enternames .rules-inp {
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .enternames .rules-inp {
    line-height: 30px;
  }
}
.enternames .rules-inp label {
  cursor: pointer;
}
.enternames .rules-inp input {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: 7px;
}
.enternames .confirmprice {
  display: flex;
  direction: rtl;
  margin-bottom: 15px;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .enternames .confirmprice {
    margin-left: 0;
  }
}
.enternames .confirmprice .useCreditPayment label {
  background-color: #f1f5f9;
  width: 100%;
  display: flex;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  margin: 4px 0;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.enternames .confirmprice .useCreditPayment input {
  width: 18px;
  height: 18px;
}
.enternames .confirmprice .confrmpr-dcll {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  border: 1px solid #cbd5e1;
  min-width: calc(50% - 17px);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .enternames .confirmprice .confrmpr-dcll {
    min-width: 100%;
    margin: 0 0 15px 0;
  }
}
.enternames .confirmprice .confrmpr-dcll-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.banks {
  list-style: none;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.banks li {
  margin-bottom: 7px;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.banks li input {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-left: 5px;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.banks li input:checked ~ label {
  background-color: rgba(0, 114, 221, 0.2);
}
.enternames .confirmprice .confrmpr-dcll-cont ul.banks li label {
  display: block;
  border: 1px solid #cbd5e1;
  padding: 15px 10px;
  cursor: pointer;
  border-radius: 10px;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.factor {
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  font-size: 15px;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.factor .factorlineprice {
  background-color: rgba(23, 151, 91, 0.1);
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.enternames .confirmprice .confrmpr-dcll-cont ul.factor .factorprice {
  color: #24c077;
  font-size: 18px;
}
.enternames .confirmprice .confrmpr-dcll-cont .discountcode {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #cbd5e1;
}
@media screen and (max-width: 576px) {
  .enternames .confirmprice .confrmpr-dcll-cont .discountcode {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.enternames .confirmprice .confrmpr-dcll-cont .discountcode input {
  flex: 1;
  margin-left: 10px;
  font-family: inherit;
  border-color: #cbd5e1;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  font-size: 15px;
  padding: 9px 6px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .enternames .confirmprice .confrmpr-dcll-cont .discountcode input {
    margin-left: 0;
  }
}
.enternames .confirmprice .confrmpr-dcll-cont .discountcode button.btn {
  line-height: 48px;
  color: #fff;
  font-family: inherit;
  padding: 0 20px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .enternames .confirmprice .confrmpr-dcll-cont .discountcode button.btn {
    margin: 10px 0 0;
    line-height: 39px;
  }
}
.enternames .confirmprice .confrmpr-dcll-cont .discountcode button.prim {
  background-color: #fff;
  color: #0074dd;
  border: 1px solid #cbd5e1;
}
@media screen and (max-width: 576px) {
  .enternames .confirmprice .confrmpr-dcll-cont .discountcode button.prim {
    margin-bottom: 10px;
  }
}
.enternames .confirmprice .confrmpr-dcll-cont .discountcode button.prim:hover {
  background-color: #f5f8fe;
  color: #0061bb;
}
.enternames .confirmprice .confrmpr-dcll-cont .score .scorebtn {
  line-height: 50px;
  font-family: inherit;
  padding: 0 20px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  min-width: 200px;
  background-color: #fff;
  color: #0074dd;
  border: 1px solid #cbd5e1;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .enternames .confirmprice .confrmpr-dcll-cont .score .scorebtn {
    line-height: 43px;
  }
}
.enternames .confirmprice .confrmpr-dcll-cont .score .scorebtn:hover {
  background-color: #f5f8fe;
  color: #0061bb;
}
.enternames .confirmprice .middle {
  order: 1;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .enternames .confirmprice .middle {
    margin-top: 0;
  }
}

.mp-alert {
  direction: rtl;
  color: #4f3ff0;
  background-color: #e9e7fd;
  border-color: #e9e7fd;
  padding: 8px 15px;
  margin: 0 0 15px 0;
  border-radius: 7px;
  display: flex;
  align-items: flex-start;
}
.mp-alert p {
  padding-top: 2px;
}
.mp-alert svg {
  width: 19px;
  min-width: 19px;
  min-height: 19px;
  margin-left: 10px;
  vertical-align: middle;
}

.ms-alert {
  display: flex;
  flex-direction: column;
  gap: 15px;
  direction: rtl;
  margin-top: 2rem;
}
.ms-alert-danger {
  border-radius: 8px;
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 0.83;
}

.personlistbbl {
  text-align: center;
}
.personlistbbl-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.personlistbbl-cont-row {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.personlistbbl-cont-row:nth-child(odd) {
  background-color: #f4f4f4;
}
.personlistbbl-cont-row:hover {
  background-color: #0074dd;
  color: #fff;
}
.personlistbbl-cont-select .cont-select {
  border: 0;
  padding: 2px 10px;
  font-family: inherit;
  border-radius: 50px;
  border: 1px solid #cbd5e1;
  cursor: pointer;
}
.personlistbbl-cont-remove .cont-remove {
  border: 0;
  padding: 2px 10px;
  font-family: inherit;
  border-radius: 50px;
  border: 1px solid #f00;
  background-color: transparent;
  color: #f00;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .personlistbbl.persons .personlistbbl-cont-row,
  .personlistbbl.persons .personlistbbl-header {
    flex-wrap: wrap;
  }
}
.personlistbbl.persons .personlistbbl-header-name,
.personlistbbl.persons .personlistbbl-header-family,
.personlistbbl.persons .personlistbbl-header-code,
.personlistbbl.persons .personlistbbl-header-select,
.personlistbbl.persons .personlistbbl-header-remove {
  width: 20%;
}
@media screen and (max-width: 450px) {
  .personlistbbl.persons .personlistbbl-header-name,
  .personlistbbl.persons .personlistbbl-header-family,
  .personlistbbl.persons .personlistbbl-header-code,
  .personlistbbl.persons .personlistbbl-header-select,
  .personlistbbl.persons .personlistbbl-header-remove {
    min-width: 30%;
  }
}
.personlistbbl.persons .personlistbbl-cont-name,
.personlistbbl.persons .personlistbbl-cont-family,
.personlistbbl.persons .personlistbbl-cont-code,
.personlistbbl.persons .personlistbbl-cont-select,
.personlistbbl.persons .personlistbbl-cont-remove {
  width: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
@media screen and (max-width: 450px) {
  .personlistbbl.persons .personlistbbl-cont-name,
  .personlistbbl.persons .personlistbbl-cont-family,
  .personlistbbl.persons .personlistbbl-cont-code,
  .personlistbbl.persons .personlistbbl-cont-select,
  .personlistbbl.persons .personlistbbl-cont-remove {
    min-width: 30%;
  }
}

.modalrules {
  font-size: 14px;
}
.modalrules ol li,
.modalrules ul li {
  margin: 5px 0;
}

.confirm-row {
  display: flex;
  margin: 15px -20px 0 -30px;
}
@media screen and (max-width: 992px) {
  .confirm-row {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 450px) {
  .confirm-row {
    flex-direction: column;
  }
}
.confirm-row .confirm-zd {
  background-color: #f1f1f1;
  margin-left: 10px;
  width: 25%;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .confirm-row .confirm-zd {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 450px) {
  .confirm-row .confirm-zd {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .confirm-row .confirm-zd:last-child {
    margin-bottom: 0;
  }
}
.confirm-row .confirm-zd .confirm-lbl {
  margin-bottom: 5px;
  opacity: 0.7;
}
.confirm-row .confirm-zd .confirm-vlu {
  font-size: 17px;
}

.confirm-tbdrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px -20px 0 -30px;
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .confirm-tbdrow {
    margin: 15px 0 0 0;
  }
}
.confirm-tbdrow .confirm-tbl {
  margin: 0 0 10px 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
  flex: 1;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: calc(20% - 10px);
}
@media screen and (max-width: 768px) {
  .confirm-tbdrow .confirm-tbl {
    min-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 360px) {
  .confirm-tbdrow .confirm-tbl {
    min-width: 100%;
  }
}
.confirm-tbdrow .confirm-tbl-lbl {
  opacity: 0.8;
  margin-bottom: 7px;
}
.confirm-tbdrow .confirm-tbl-vlu {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fl-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #cbd5e1;
  font-size: 12px;
  margin-bottom: 1.5rem;
}
.fl-timer h2 {
  margin-bottom: -14px;
  background-color: #fff;
  padding: 0 1rem;
}/*# sourceMappingURL=flight-entername.css.map */