.create-box-btn-holder {
  margin: 5% 0; }

.country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes {
    background: #1D2530;
    position: relative;
    height: 238px;
    margin: 17.5px 10px 17px 0;
    cursor: pointer;
    padding: 10px 10px 0 10px;
    width: calc(100% / 4 - 65px);
    z-index: 1; }
    .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes span {
      width: 100%;
      height: 2px;
      position: absolute;
      background: #58bfdf;
      background: -moz-linear-gradient(left, #58bfdf 1%, #0492ca 100%);
      background: -webkit-linear-gradient(left, #58bfdf 1%, #0492ca 100%);
      background: linear-gradient(to right, #58bfdf 1%, #0492ca 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58bfdf', endColorstr='#0492ca', GradientType=1);
      bottom: 0;
      left: 0; }
    .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes h5 {
      margin-bottom: 0;
      font-weight: 400;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      font-size: 20px;
      line-height: 1.5em;
      max-width: 120px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-word; }
      .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes h5:hover {
        overflow: visible;
        white-space: normal;
        width: auto;
        background-color: transparent; }
    .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes p {
      font-size: 14px; }
    .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes .country-box-btn-wrapper {
      z-index: 2;
      background: #30323B;
      max-width: 120px;
      width: 100%;
      text-align: center;
      padding: 3px;
      position: absolute;
      bottom: 25px; }
      .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .country-boxes .country-box-btn-wrapper a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none; }
  .country-box-wrapper .recent-country-box-wrapper .recent-country-box__recent .selected-box {
    border: 2px solid #0492CA;
    border-bottom: none; }
.country-box-wrapper .main-country-box-wrapper__content {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap; }
  .country-box-wrapper .main-country-box-wrapper__content .country-boxes {
    background: #1D2530;
    position: relative;
    height: 238px;
    margin: 17.5px 10px 17px 0;
    cursor: pointer;
    padding: 10px 10px 0 10px;
    width: calc(100% / 4 - 65px);
    z-index: 1; }
    .country-box-wrapper .main-country-box-wrapper__content .country-boxes h5 {
      margin-bottom: 0;
      font-weight: 400;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      font-size: 20px;
      line-height: 1.5em;
      max-width: 120px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-word; }
      .country-box-wrapper .main-country-box-wrapper__content .country-boxes h5:hover {
        overflow: visible;
        white-space: normal;
        width: auto;
        background-color: transparent; }
    .country-box-wrapper .main-country-box-wrapper__content .country-boxes p {
      font-size: 14px; }
    .country-box-wrapper .main-country-box-wrapper__content .country-boxes span {
      width: 100%;
      height: 2px;
      position: absolute;
      background: #58bfdf;
      background: -moz-linear-gradient(left, #58bfdf 1%, #0492ca 100%);
      background: -webkit-linear-gradient(left, #58bfdf 1%, #0492ca 100%);
      background: linear-gradient(to right, #58bfdf 1%, #0492ca 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58bfdf', endColorstr='#0492ca', GradientType=1);
      bottom: 0;
      left: 0; }
    .country-box-wrapper .main-country-box-wrapper__content .country-boxes .country-box-btn-wrapper {
      z-index: 2;
      background: #30323B;
      max-width: 120px;
      width: 100%;
      text-align: center;
      padding: 3px;
      position: absolute;
      bottom: 25px; }
      .country-box-wrapper .main-country-box-wrapper__content .country-boxes .country-box-btn-wrapper a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none; }
  .country-box-wrapper .main-country-box-wrapper__content .selected-box {
    border: 2px solid #0492CA;
    border-bottom: none; }

.preview-country {
  background: #24262D;
  position: fixed;
  right: 0;
  height: 100%;
  top: 62px; }
  .preview-country__title {
    padding: 5% 0; }
    .preview-country__title h5 {
      color: #919296;
      font-size: 20px; }
  .preview-country .preview-country-wrapper .preview-box-wrapper {
    height: 500px;
    overflow-y: auto; }
    .preview-country .preview-country-wrapper .preview-box-wrapper::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(189, 189, 192, 0.6); }
    .preview-country .preview-country-wrapper .preview-box-wrapper::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(189, 189, 192, 0.6);
      border-radius: 10px; }
    .preview-country .preview-country-wrapper .preview-box-wrapper::-webkit-scrollbar {
      width: 12px; }
  .preview-country .preview-country-wrapper__group-title {
    text-align: center; }
    .preview-country .preview-country-wrapper__group-title h3 {
      color: #E69E22; }
  .preview-country .preview-country-wrapper__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin: 20px; }
    .preview-country .preview-country-wrapper__title img {
      max-width: 25px;
      width: 100%;
      height: auto; }
  .preview-country .preview-country-wrapper .preview-country-box-wrapper__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px;
    padding-bottom: 10px; }
    .preview-country .preview-country-wrapper .preview-country-box-wrapper__content span {
      font-size: 16px;
      font-weight: 300; }
    .preview-country .preview-country-wrapper .preview-country-box-wrapper__content .preview-box-countries-name span {
      font-size: 14px;
      color: #7C7D81; }
  .preview-country .preview-country-wrapper .open-country-box-btn {
    border: 2px solid #f6a821;
    border-radius: 15px;
    padding: 10px 45px;
    font-size: 18px;
    text-decoration: none; }

.create-box-btn-holder {
  margin: 3% 0; }
  .create-box-btn-holder .add-country-box-link {
    background: #F6A821;
    color: #32353E;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    max-width: 250px;
    float: right; }
  .create-box-btn-holder .search-country-box-input {
    height: 44px;
    max-width: 200px;
    width: 100%;
    margin: 0;
    border-radius: 30px;
    border: 1px solid #919297;
    background: transparent; }

.main-country-box-wrapper {
  clear: both; }

#add-country-box input#Limitations_name {
  background: transparent;
  border: none;
  color: #F3AC3F;
  font-size: 20px; }
  #add-country-box input#Limitations_name::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #F3AC3F;
    opacity: 1;
    /* Firefox */
    font-size: 20px; }
  #add-country-box input#Limitations_name:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #F3AC3F;
    font-size: 20px; }
  #add-country-box input#Limitations_name::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #F3AC3F;
    font-size: 20px; }
  #add-country-box input#Limitations_name:focus {
    outline: none; }
#add-country-box .modal-dialog {
  width: 90%; }
  #add-country-box .modal-dialog .modal-content .modal-header {
    position: relative; }
    #add-country-box .modal-dialog .modal-content .modal-header .delete-country-box {
      position: absolute;
      right: 50px;
      font-size: 25px;
      cursor: pointer;
      text-align: center; }
      #add-country-box .modal-dialog .modal-content .modal-header .delete-country-box p {
        font-weight: 300;
        font-size: 14px; }
    #add-country-box .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      top: 5px;
      right: 10px;
      opacity: 1;
      font-size: 30px; }
#add-country-box .add-country-box-content {
  height: 450px;
  overflow-y: auto; }
  #add-country-box .add-country-box-content::-webkit-scrollbar {
    width: 12px; }
  #add-country-box .add-country-box-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
    border-radius: 10px; }
  #add-country-box .add-country-box-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); }
  #add-country-box .add-country-box-content .single-country-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 50px; }
    #add-country-box .add-country-box-content .single-country-holder .country-name-holder {
      max-width: 100px;
      width: 100%;
      font-weight: 600; }
    #add-country-box .add-country-box-content .single-country-holder .country-desc-holder {
      font-weight: lighter; }
  #add-country-box .add-country-box-content .saved-countries-holder__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    #add-country-box .add-country-box-content .saved-countries-holder__head p {
      font-size: 16px;
      margin-bottom: 0; }
    #add-country-box .add-country-box-content .saved-countries-holder__head input {
      width: 100%;
      background: transparent;
      border: 1px solid gray;
      border-radius: 30px;
      height: 40px;
      max-width: 250px; }
  #add-country-box .add-country-box-content .saved-countries-holder__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center; }
    #add-country-box .add-country-box-content .saved-countries-holder__content .single-country-to-save {
      position: relative;
      border: 2px solid #58BFDF;
      max-width: 140px;
      width: 100%;
      height: 45px;
      text-align: center;
      line-height: 41px;
      margin: 10px 5px;
      font-size: 14px;
      border-radius: 19px; }
      #add-country-box .add-country-box-content .saved-countries-holder__content .single-country-to-save:hover span {
        display: block; }
      #add-country-box .add-country-box-content .saved-countries-holder__content .single-country-to-save span {
        display: none;
        position: absolute;
        right: 7px;
        top: 0;
        font-size: 18px;
        cursor: pointer; }
      #add-country-box .add-country-box-content .saved-countries-holder__content .single-country-to-save p {
        font-size: 12px; }
#add-country-box .left {
  border-right: 1px solid;
  padding-right: 75px; }
#add-country-box .search-country-input-holder {
  margin-bottom: 10%; }
  #add-country-box .search-country-input-holder__input {
    width: 100%;
    background: transparent;
    border: 1px solid gray;
    border-radius: 30px;
    height: 40px; }
#add-country-box button#save-country-box {
  width: 100%;
  background: #F3AC3F;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  height: 30px;
  max-width: 150px; }

#edit-country-box .modal-header {
  position: relative; }
  #edit-country-box .modal-header .delete-country-box {
    position: absolute;
    right: 75px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    top: 33px; }
  #edit-country-box .modal-header .close {
    opacity: 1; }
#edit-country-box .modal-dialog.modal-lg {
  width: 90%; }
  #edit-country-box .modal-dialog.modal-lg .edit-country-box-content {
    height: 450px;
    overflow-y: auto; }
    #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .left {
      border-right: 1px solid;
      padding-right: 75px; }
      #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .left input#Countryprefix_country {
        width: 100%;
        background: transparent;
        border: 1px solid gray;
        border-radius: 30px;
        height: 40px; }
      #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .left input#Countryprefix_country:focus {
        outline: none; }
      #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .left .single-country-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        height: 50px; }
        #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .left .single-country-holder .country-name-holder {
          max-width: 100px;
          width: 100%;
          font-weight: 600; }
        #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .left .single-country-holder .country-desc-holder {
          font-weight: lighter; }
    #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .single-country-to-save {
      position: relative;
      border: 2px solid #58BFDF;
      max-width: 140px;
      width: 100%;
      height: 45px;
      text-align: center;
      line-height: 41px;
      margin: 10px 5px;
      font-size: 14px;
      border-radius: 19px; }
      #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .single-country-to-save:hover span {
        display: block; }
      #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .single-country-to-save p {
        font-size: 14px; }
      #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .single-country-to-save span {
        display: none;
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer; }
    #edit-country-box .modal-dialog.modal-lg .edit-country-box-content .saved-countries-holder__content {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      align-items: center; }
#edit-country-box button#update-box {
  width: 100%;
  background: #F3AC3F;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  height: 30px;
  max-width: 150px; }
#edit-country-box .edit-country-box-name ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: column; }
  #edit-country-box .edit-country-box-name ul li:first-of-type span {
    color: #F3AC3F;
    cursor: pointer;
    font-size: 16px; }
  #edit-country-box .edit-country-box-name ul input#Limitations_name {
    background: transparent;
    border: none;
    color: #F3AC3F;
    font-size: 20px;
    padding-left: 0; }
#edit-country-box .modal-footer__content {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #edit-country-box .modal-footer__content h5 {
    margin-right: 20px; }

/*# sourceMappingURL=country-boxes.css.map */
