.travelers-list_wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.travelers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  float: left;
}
.travelers-list .traveler-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 120px;
  padding: 15px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.travelers-list .traveler-box:hover {
  background: #F6FDFF;
  border: 1px solid #00AEEF;
}
.travelers-list .traveler-box span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  margin: 0 0 18px 0;
}
.travelers-list .traveler-box .edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.travelers-list .traveler-box .edit strong {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-azure);
}
.travelers-list .traveler-box .edit button {
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--c-azure);
  background-color: transparent;
  border: none;
}
.travelers-list .traveler-box .edit .delete-traveler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.travelers-list .traveler-box .edit .delete-traveler:hover i {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  background: url(../img/icons/btn-close-traveler.svg) no-repeat;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}
.travelers-list .traveler-box .edit .delete-traveler:hover .delete {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.travelers-list .traveler-box .edit i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/file-close-btn.svg);
  background-size: cover;
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.travelers-list .traveler-box .edit .delete {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
.traveler-box-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.traveler-box-add span {
  display: block;
}
.traveler-box-add:hover {
  background: #F6FDFF;
  border: 1px solid #00AEEF;
}
.traveler-box-add i {
  margin: 10px 0 10px 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icons/file-add-btn.svg);
  background-size: cover;
}
.traveler-box-add .edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.traveler-box-add .edit strong {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-azure);
}
.travelers-list {
  position: relative;
  width: 100%;
  min-height: 230px;
}
.travelers-list .traveler-box-add:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 832px;
  height: 200px;
}
.traveler-centered {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.6);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}
.modal .modal-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 416px;
  padding: 30px;
  text-align: center;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.modal .modal-wrap .loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
}
.modal .modal-wrap .loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  -webkit-animation: 1s linear infinite halfpreloader;
  animation: 1s linear infinite halfpreloader;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 3999;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
}
.modal .modal-wrap p {
  margin: 0 0 20px 0;
  color: var(--c-black-1);
}
.modal .modal-wrap p strong {
  font-size: 30px;
  line-height: 35px;
}
.modal .modal-wrap .modal-desc {
  margin: 0 0 20px 0;
}
.modal .modal-wrap .modal-desc-lite {
  font-size: 14px;
  margin: 0 0 20px 0;
  display: block;
}
.modal .modal-wrap button.modal-delete-btn {
  font-family: inherit;
  padding: 0 74px;
  font-size: 18px;
  line-height: 53px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.83%, #FAD96A), to(#FBC645));
  background: -o-linear-gradient(top, #FAD96A 50.83%, #FBC645 100%);
  background: linear-gradient(180deg, #FAD96A 50.83%, #FBC645 100%);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  color: var(--c-black-1);
}
.modal .modal-wrap button.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background: url('../img/icons/modal-delete.svg') no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
