.new {
  background: linear-gradient(#080A73 0%, #1922B2 35%, #293BF2 100%);
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 3rem;
}

.register {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.register h1 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

.register p {
    font-size: 26px;
    color: #9e9e9e;
}

.register p span {
    border-bottom: 8px solid #28a8fc;
}

.info {
    background-color: #4b71e0;
    border-bottom:  6px solid #e4e4e4;
    padding: 15px 40px 15px 40px;
    display: flex;
    justify-content: space-between;
}

.info img {
    width: 50px;
    height: 50px;
}

.info h2 {
    font-size: 16px;
    color: #FFF;
    margin-left: 0.4rem;
}

.info span {
    font-size: 12px;
    color: #f9de55;
    margin-left: 0.4rem;
}

.personal {
    max-width: 850px;
    width: 100%;
    margin: auto;
}

.wrapper{
  padding: 30px 30px 30px 30px;
  background: #07086e;
  text-align: left;
}

form input,
form select,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
  width: 100%;
  outline: none;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #FFF;
  border-radius: 15px;
  border: none;
  margin-bottom: 1rem;
  color: #292724;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  margin-bottom: 0 !important;
}

form label {
  color: #ffffff;
  opacity: 0.7300000190734863;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}

form .field.shake input,
form .field.error input,
form .field.error .select2 {
  border: 2px solid #dc3545;
}

.games .select2.select2-container.select2-container--default {
  display: none;
}

form .field.error .label-duts {
  background-color: #dc3545;
}

form input::placeholder{
  color: #292724;
  font-size: 17px;
}

form .field .error-txt{
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}

form .field .error{
  display: none;
}

form .field.error .error{
  display: block;
}

form input[type="submit"]{
  height: 50px;
  margin-top: 30px;
  color: #fff;
  padding: 0;
  border: none;
  background: #5372F0;
  cursor: pointer;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

form input[type="submit"]:hover{
  background: #2c52ed;
}

.submit {
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  /*width: 75px;*/
  border: none;
  background-color: transparent;
  margin: auto;
  text-decoration: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.submit span {
  opacity: 0.7300000190734863;
    font-size: 20px;
}

.submit i {
  background-color: #28A8FC;
  color: #FFF;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  opacity: 1;
}

.prev i {
  margin-left: 0.5rem;
}

.create {
  text-decoration: none;
  background-color: #f9de55;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 9px 38px 9px 38px;
  border-radius: 22px;
  border: none;
}

.prev3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-div {
  display: flex;
  align-items: center;
}

.label-duts {
  width: 7px;
  height: 7px;
  background-color: #28A8FC;
  border-radius: 50%;
  margin-left: 1rem;
  margin-right: 0.4rem;
}

.modal-content {
  width: 100%;
  background-color: #2B3FF9;
  border-radius: 36px;
  overflow: hidden;
  padding: 0;
}

.modal-body {
  padding: 0;
}

.modal h1 {
  font-size: 57px;
  color: #E4E4E4;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.modal li {
  font-size: 18px;
  color: #E4E4E4;
}

.modal-footer {
  border: none !important;
  display: block;
  text-align: center;
  /* justify-content: center; */
  /* align-items: center; */
}

.modal-body li a {
  color: #fff !important;
  font-size: 18px;
  padding: 0.6rem 2.5rem;
  font-weight: bold;
  width: 265px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  border-radius: 23px;
}

.tab {
  /* display: none; */
}

.agree {
  background-color: #050567;
  text-decoration: none;
}

.disagree {
  background-color: transparent;
  text-decoration: underline;
  font-weight: normal !important;
  margin-top: 0.5rem !important;
  font-size: 14px !important;
}

.top {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f9de55;
  border-radius: 0px 36px 0px 36px;
  width: 144px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.top img {
  width: 25px;
  height: 25px;
  display: block;
}

.top a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

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

.modal .right .btn .btn-default {
  justify-content: flex-end !important;
  display: flex;
}

.modal-body .right ul li {
  text-align: right;
  list-style: inside;
  direction: rtl;
}

.modal-body .left ul li {
  text-align: left;
  list-style: inside;
  direction: ltr;
}

.modal ul {
  padding: 0;
    margin-right: 1rem;
}

.modal img {
  width: 100%;
  background-size: cover;
}

.select2-hidden-accessible {
  position: relative !important;
}

#games .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: none;
  display: flex;
  flex-flow: row-reverse;
}

#games {
  display: flex;
}

#Nationality,
#city {
  display: none;
}

.Nationality .select2-container--default .select2-selection--single,
.city .select2-container--default .select2-selection--single {
  border: none;
}

.Nationality .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
.city .select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  width: 100% !important;
  outline: none;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #FFF;
  border-radius: 15px 15px 0px 0px;
}

.Nationality .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus,
.select2.select2-container.select2-container--default,
.city .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus,
.select2.select2-container.select2-container--default {
  width: 100% !important;
  outline: none;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #FFF;
  border-radius: 15px;
  border: none !important;
  margin-bottom: 1rem;
  color: #292724 !important;
}

.Nationality .select2-container--default .select2-selection--single .select2-selection__arrow,
.city .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 20%;
    right: 6px;
    width: 20px;
}

#games .select2-results__options {
  display: flex;
  flex-flow: wrap;
  height: 90px;
  overflow-y: scroll;
}

.game-img {
  width: 80px;
  height: 80px;
  background-size: cover;
  /* object-fit: cover; */
  margin-left: 1rem;
  margin-right: 1rem;
}

#games .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
}

#games .select2-results {
  border: none;
  background-color: #FFF;
  /* padding: 0.56rem; */
}

#games .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

#games .select2-container--default .select2-search--inline .select2-search__field {
    background-image: url('https://cdn0.iconfinder.com/data/icons/very-basic-2-android-l-lollipop-icon-pack/24/search-512.png');
    background-size:contain;
    background-repeat: no-repeat;
    text-indent: 10px;
    padding: 5px 30px;
    transition:0.3s;
}

#games .select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child {
  width: 100%;
}

#games .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-flow: wrap-reverse;
}

#games .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
}

#games .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  content: url("img/accept@2x.png");
  position:absolute;
  width:20px;
  height:20px;
}

.info-img {
  width: 18px !important;
  height: 18px !important;
}

#myUL li img {
  width: 100%;
  height: 80px;
  background-size: cover;
}

#myUL {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
  height: 130px;
  overflow-y: scroll;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#myUL li a {
  display: flex;
  flex-flow: column;
  color: #000;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#myUL li span {
  visibility: hidden;
}

.search-input {
  border-radius: 10px 10px 0px 0px;
  background-repeat: no-repeat;
  background-position: 10px;
  transition:0.3s;
  font-size: 16px;
  border-bottom: 1px solid #000;
}

.active {
  position: relative;
}

.active:before {
  content: url("img/accept@2x.png");
  position:absolute;
  width:20px;
  height:20px;
  right: 15px;
  top: -10px;
}

@media only screen and (max-width: 991px) {
  .modal-img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .info {
    display: block;
  }

  .info .info-img {
    display: none;
  }
}
