.destination-selection-new {
  margin: auto;
}
.destination-selection-new * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333f48;
}
.destination-selection-new .button {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #d52b1e;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  line-height: 26px;
  cursor: pointer;
  transition: all, .3s;
  margin: 0 auto;
}
.destination-selection-new .button--send {
  margin-top: 65px;
}
.destination-selection-new .button--back {
  margin-top: 30px;
}
.destination-selection-new .button--modal {
  display: flex;
  border-radius: 40px;
  padding: 16px 32px;
  margin: 0;
}
@media (max-width: 400px) {
  .destination-selection-new .button--modal {
    width: 100%;
    max-width: 150px;
    justify-content: center;
  }
}
.destination-selection-new .button:hover {
  background-color: #a82218;
}
.destination-selection-new .disabled {
  background-color: silver;
  opacity: .8;
  cursor: not-allowed;
}
.destination-selection-new .disabled:hover {
  background-color: silver;
}
.destination-selection-new .message,
.destination-selection-new .message-selection-disallowed {
  font-weight: bold;
  text-align: center;
}
.destination-selection-new .message-error-load {
  color: #E62514;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  display: none;
}
.destination-selection-new .wrapper .message-error-send {
  display: none;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #E62514;
}
.destination-selection-new .message-success-container {
  display: none;
  margin-top: 25px;
}
.destination-selection-new .message-success-container .message-success {
  font-size: 20px;
  color: green;
}
.destination-selection-new .message-success-container .message-success-description {
  font-size: 18px;
  padding-top: 10px;
}
.destination-selection-new .message-contact {
  display: none;
  text-align: center;
  padding-top: 20px;
}
.destination-selection-new .light-box {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 63, 72, 0.6);
  padding: 15px;
  padding-top: 100px;
  z-index: 10;
}
.destination-selection-new .light-box .dialog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 600px;
  max-width: 600px;
  background-color: #FFF;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 5px 20px -10px #000000;
}
.destination-selection-new .light-box .dialog .error-message {
  color: #d52b1e;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.destination-selection-new .light-box .dialog .icon-close {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  cursor: pointer;
}
.destination-selection-new .light-box .dialog .content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.destination-selection-new .light-box .dialog .content .modal-text {
  font-weight: bold;
}
.destination-selection-new .light-box .dialog .content .textarea {
  padding-top: 25px;
}
.destination-selection-new .light-box .dialog .content .textarea .modal-textarea {
  font-family: "Helvetica Neue";
  font-size: 15px;
  margin-bottom: 25px;
  padding: 20px;
  height: 80px;
  resize: none;
}
.destination-selection-new .light-box .dialog .content .textarea.has-error .modal-textarea {
  margin-bottom: 4px;
}
.destination-selection-new .light-box .dialog .content .textarea .error-message {
  display: block;
  margin-top: 2px;
  margin-bottom: 4px;
  text-align: left;
  color: #d52b1e;
  font-size: 12px;
  line-height: 1.2;
}
.destination-selection-new .light-box .dialog .content .buttons-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding-top: 25px;
}
@media (max-width: 375px) {
  .destination-selection-new .light-box .dialog .content {
    padding: 0;
    padding-top: 25px;
  }
}
@media (max-width: 650px) {
  .destination-selection-new .light-box .dialog {
    min-width: 0;
  }
}
@media (max-width: 375px) {
  .destination-selection-new .light-box .dialog {
    padding-bottom: 40px;
  }
}
.destination-selection-new .inputs-select {
  width: 100%;
  margin-top: 15px;
}
.destination-selection-new .inputs-select label,
.destination-selection-new .inputs-select select {
  display: block;
}
.destination-selection-new .inputs-select select {
  margin: 20px auto;
  max-width: 210px;
  height: auto;
  padding: 9px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 13px;
  font-style: italic;
}
.destination-selection-new .inputs-select select option {
  font-style: normal;
  background-color: #F5F5F5;
}
.destination-selection-new .inputs-select .scholarship-destinations {
  width: 100%;
}
.destination-selection-new .inputs-select .scholarship-destinations label {
  background-color: #EF3101;
  width: 100%;
  height: 45px;
  line-height: 39px;
  padding: 3px 10px;
  margin-bottom: 30px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
}
.destination-selection-new .inputs-select .scholarship-destinations select {
  max-width: 550px;
}
.destination-selection-new .inputs-select .scholarship-profiles {
  width: 100%;
  padding: 0 15px 10px;
  margin-bottom: 15px;
}
.destination-selection-new .inputs-select .scholarship-profiles select {
  max-width: 300px;
}
.destination-selection-new .inputs-select .scholarship-profiles select:disabled {
  color: #777;
  background-color: #f2f2f2;
  cursor: not-allowed;
}
.destination-selection-new .scholarship-destinations-table {
  display: flex;
  justify-content: center;
}
.destination-selection-new .scholarship-destinations-table .table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 95%;
  font-size: 13px;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table {
    width: 100%;
  }
}
.destination-selection-new .scholarship-destinations-table .table thead {
  background-color: #EF3101;
  height: 40px;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table thead {
    display: none;
  }
}
.destination-selection-new .scholarship-destinations-table .table thead th {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
}
.destination-selection-new .scholarship-destinations-table .table thead .th-controls {
  width: 4%;
}
.destination-selection-new .scholarship-destinations-table .table thead .th-number {
  width: 5%;
}
.destination-selection-new .scholarship-destinations-table .table thead .th-destination {
  width: 56%;
}
.destination-selection-new .scholarship-destinations-table .table thead .th-profile {
  width: 20%;
}
.destination-selection-new .scholarship-destinations-table .table thead .th-status {
  width: 10%;
}
.destination-selection-new .scholarship-destinations-table .table thead .th-icon {
  width: 5%;
}
.destination-selection-new .scholarship-destinations-table .table tbody tr {
  text-align: center;
  height: 55px;
  background: #E6E6E6;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr {
    position: relative;
    text-align: left;
  }
}
.destination-selection-new .scholarship-destinations-table .table tbody tr .icon--cross {
  font-size: 10px;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr .icon--cross {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
  }
}
.destination-selection-new .scholarship-destinations-table .table tbody tr td {
  padding: 0 5px;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr td {
    display: block;
    padding: 3px 15px 3px 40px;
  }
  .destination-selection-new .scholarship-destinations-table .table tbody tr td::before {
    content: attr(data-head-title) ": ";
    text-transform: uppercase;
    font-weight: bold;
  }
  .destination-selection-new .scholarship-destinations-table .table tbody tr td:first-child {
    padding-top: 5px;
  }
  .destination-selection-new .scholarship-destinations-table .table tbody tr td:first-child::before {
    content: "";
  }
  .destination-selection-new .scholarship-destinations-table .table tbody tr td:last-child {
    padding-bottom: 10px;
  }
  .destination-selection-new .scholarship-destinations-table .table tbody tr td:last-child::before {
    content: "";
  }
}
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container {
  width: 100%;
  display: grid;
  place-content: center;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container {
    position: absolute;
    width: auto;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-up,
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-down {
  display: block;
  width: 0;
  height: 0;
  margin: 2px 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  cursor: pointer;
}
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-up--disabled,
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-down--disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-up,
  .destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-down {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-up {
  border-bottom: 7px solid #EF3101;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-up {
    border-bottom: 10px solid #EF3101;
    margin-bottom: 8px;
  }
}
.destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-down {
  border-top: 7px solid #EF3101;
}
@media (max-width: 500px) {
  .destination-selection-new .scholarship-destinations-table .table tbody tr .td-nav .arrows-container .arrow-down {
    border-top: 10px solid #EF3101;
  }
}
.destination-selection-new .spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.destination-selection-new .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #eb3319;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
