.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width :540px){.tingle-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.tingle-enabled .tingle-content-wrapper{-webkit-filter:none;filter:none}}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  padding-top: 0.325rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .custom-select-wrapper {
    width: 12.625rem;
  }
}

.custom-select-language {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.custom-select-language .img-wrapper {
  display: inline-flex;
  justify-content: center;
  width: 1.0625rem;
  height: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #20BAEF;
  margin-right: 0.3125rem;
}
.custom-select-language .img-wrapper img {
  height: 1.0625rem;
}
@media (max-width: 767px) {
  .custom-select-language .img-wrapper {
    border-color: white;
  }
}
.custom-select-language.open:focus, .custom-select-language:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .custom-select-language {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .custom-select-language .img-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.9375rem;
  }
  .custom-select-language .img-wrapper img {
    height: 1.5rem;
  }
}


.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #707E81;
  height: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
}
.custom-select__trigger .custom-select__value {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: inherit;
  font-size: 0.75rem;
  line-height: inherit;
}
@media (max-width: 767px) {
  .custom-select__trigger {
    color: white;
  }
}

@media (min-width: 768px) {
  .custom-select__trigger, .custom-option {
    font-size: 0.875rem;
  }
}



.custom-options {
  display: block;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: -10px;
  right: -10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  padding: 10px 0;
  margin-bottom: 10px;
}

.custom-select-language.open {
  overflow: visible;
}
.custom-select-language.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: normal;
  color: #707E81;
  cursor: pointer;
  transition: all 0.5s;
  padding: 6px 10px;
}
.custom-option a, .custom-option .table-alphabet span, .table-alphabet .custom-option span {
  font-size: inherit;
  line-height: inherit;
  color: #707E81;
}
.custom-option a:hover, .custom-option .table-alphabet span:hover, .table-alphabet .custom-option span:hover, .custom-option a:focus, .custom-option .table-alphabet span:focus, .table-alphabet .custom-option span:focus {
  color: #4c5658;
  text-decoration: none;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #F7F7FC;
}
.custom-option a[data-country], .custom-option .table-alphabet span[data-country], .table-alphabet .custom-option span[data-country] {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .custom-option {
    padding: 2px 10px;
  }
}

@media (min-width: 768px) {
  .custom-select__trigger, .custom-option {
    font-size: 0.875rem;
  }
}
