.header-menu li {
	margin-right: 10px;
}
.partners .item:not(:last-of-type) {
    margin-bottom: 20px;
}
.partners .item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px 20px 15px 0;
    border-left: 2px solid var(--bs-primary);
}
.partners .item-level {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 99px;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}
.partners .item-level span {
    font-size: 24px;
    line-height: 110%;
    margin-top: 5px;
}
.partners .item-text {
    font-size: 13px;
    line-height: 140%;
    color: #7b8b9a;
}
.form-control-select {
    display: block;
    width: 100%;
}
.modal {
    font-size: 16px;
    display: none;
    width: 100%;
    max-width: 450px;
    overflow: visible;
    background: none;
    padding: 0;
    height: auto;
    margin-top: 90px;
}
.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 10px;
    right: -15px;
    top: -55px;
}
.nav.nav-pills .nav-link.active {
    -webkit-animation: unset;
    animation: unset;
}
.form-control.error {
    color: red;
}
.dropdown-currency .exchange-item {
    display: flex;
}
.lk-nav li {
    padding: 0 10px;
    font-size: 18px;
}
.confirm-modal {
    max-width: 600px;
}
.form-control.error {
    border: 0;
    background: none;
    background-size: 100% 100%, 100% 100% !important;
}
.invalid-feedback {
    display: block;
    font-size: 14px;
}
.input-group .position-absolute {
    top:  10px;
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #344767;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 1s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 1s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 1s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 1s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.input-group .copy {
    position: absolute;    
    right: 0px;
    top: -5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    z-index: 99;
}
.underline {
    text-decoration: underline;
}
@media(min-width: 768px){
    .table-responsive {
        overflow-x: unset !important;
    }
    .main-content main {
        min-height: 600px;
    }
}
.form-check input.ms-0 {
    margin-left: 0 !important;
}
.navbar-custom button {
    min-height: 50px;
}
.nice-select {
    line-height: 27px;
    width: 100%;
}
.currency-swap{
        transition: all .3s;
}
.currency-swap:hover {
    transform: rotate(180deg);
}
/*.additional-fields .invalid-feedback {
    position: absolute;
    top: 40px;
}
.additional-fields .invalid-feedback + .dropdown {
    margin-bottom: 50px;
}*/
.account-balance-item {
    width: 220px;
}
@media(max-width: 1200px){
    .account-balance-item {
        width: 130px;
    }
}
.tooltip {
    z-index: 9999999;
}
.header-logo img {
    width: 200px;
    margin-top: -5px;
}
@media(max-width: 400px){
    .header-logo img {
        width: 150px;
    }
}