/* Modals */
.modal-fancy {
    width: 776px;
    padding: 43px 72px 74px 72px;
    background: #F6F9FC;
    border-radius: 35px;
    display: none; }

@media only screen and (max-width: 767px) {
    .modal-fancy {
        padding: 22px 20px 45px 28px; } }

.modal-fancy__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px; }

.modal-fancy__title {
    margin: 0 auto; }

@media only screen and (max-width: 767px) {
    .modal-fancy__title {
        font-size: 24px; } }

.modal-fancy__close {
    cursor: pointer;
    width: 26px;
    height: 26px; }

@media only screen and (max-width: 991px) {
    .modal-fancy__close {
        width: 20px;
        height: 20px; } }

.modal-fancy .tabs__item {
    grid-gap: 20px 146px; }

@media only screen and (max-width: 991px) {
    .modal-fancy .tabs__item {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 31px; } }

@media only screen and (max-width: 767px) {
    .modal-fancy .tabs__item {
        grid-gap: 20px 31px; } }

@media only screen and (max-width: 600px) {
    .modal-fancy .tabs__item {
        grid-template-columns: 1fr;
        grid-gap: 20px; } }

.modal-fancy .tabs__nav-item {
    font-size: 18px; }

@media only screen and (max-width: 710px) {
    .modal-fancy .tabs__nav {
        width: 600px; } }

.modal-fancy__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms; }

.modal-fancy__card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #41DCC0; }

.modal-fancy__card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 51px;
    height: 51px;
    margin-right: 22px; }

.modal-fancy__card-name {
    opacity: 0.87;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600; }

.modal-fancy__card-price {
    color: rgba(186, 186, 186, 0.87); }

.fancybox-close-small {
    display: none; }

.loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffb3;
    z-index: 9999; }

.loader div {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.loader div span {
    position: absolute;
    border: 4px solid #03a9f4;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: loader-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: loader-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.loader div span:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }

@-webkit-keyframes loader-animation {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1; }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0; } }

@keyframes loader-animation {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1; }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0; } }

.box-shadow {
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.copy-content {
    border: 1px solid #009393;
    background: #fff;
    padding-left: 40px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 11px 15px 12px 15px;
    color: #b5b4b4;
    width: 100%;
    font-weight: 300;
    height: 40px;
    font-size: 12px;
    cursor: pointer;
}
.copy-tooltip {
    display: none;
    position: absolute;
    bottom:-24px;
    font-size:12px;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.tooltip-inner {
    background-color: #009393;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}
.copied {
    color: #3b3a3a;
    font-weight: 600;

}
.copy-content.nocopy {
    padding-left: 15px !important;

}
.step-verification__choose.btn.btn-white {
    margin-bottom:15px;
}
label.checkbox {
    position: relative;
}
a.greylink {
    display: unset;
    text-decoration: underline;
}
.mt-3 {
    margin-top:30px;
}
.mt-2 {
    margin-top:20px;
}
.w-100 {
    max-width: 100% !important;
    margin-right:0px;
}
.showcase__select--img img {
    height: 28px;
    width: auto;
}
@media only screen and (min-width: 991px) {
    .copy-content.small {
        font-size: 9px !important;
    }
}
button.close {
    border: 0px;
}
.empty_result {
    flex-grow: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center {
    text-align: center;
}
.lc-partners__account--item span.small {
    font-size:9px !important;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.pagination__arrow:hover svg {
    fill: #009393; }

.pagination__arrow svg {
    fill: #009393;
    -webkit-transition: 300ms;
    transition: 300ms; }

.pagination__arrow--prev {
    margin-right: 13px; }

.pagination__arrow--next {
    margin-left: 0px; }

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px; }

.pagination__item {
    margin-right: 13px; }

.pagination__item.active a {
    color: #262A2A; }

.pagination__item:last-child {
    margin-right: 0px !important; }

.pagination__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    color: rgba(186, 186, 186, 0.87); }
.step-verification__img img {
    max-width: 569px;
}
.banner.notification {
    background: #009393;
    color: white;
    margin-bottom: 25px;
    border-radius: 8px;
    font-weight: bold;
    padding: 15px;
}
@media only screen and (max-width: 1300px) {
    .banner.notification .banner__inner {
        display: flex;
    }
}
@media only screen and (max-width: 991px) {
    .banner.notification .banner__inner {
        height: auto;
    }
}

.currency_to_notification {
    background: #009393;
    color: white;
    margin-bottom: 25px;
    border-radius: 8px;
    font-weight: bold;
    padding: 15px;
}

.field-exchangeform-recaptcha
{
    display: none;
}

#resend-button {
    width: fit-content;
    margin-top: 10px;
    padding: 15px 10px;
}

#partner-alerts-login > div {
    margin-top: 1rem;
    padding: 15px 10px;
    border-radius: 14px;
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #d4edda;
}

.alert-danger {
    background-color: #ecb4ae;
    border: 1px solid #ecb4ae;
}

.alert-warning {
    background-color: #ffd185;
    border: 1px solid #ffd185;
}

.alert-dismissible .close {
    padding: 0.75rem 1.25rem;
    color: inherit;
    background: none;
    cursor: pointer;
}

.lc__tabs {
    width: fit-content;
}

.lc__tabs .tabs {
    display: flex;
    gap: 15px;
    flex-direction: row;
    border-bottom: 0;
    margin-top: 0;
}

.lc__tabs .tabs .nav-link {
    padding: 10px 20px;
    border-radius: 14px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
}

.lc__tabs .tabs .nav-link.active {
    padding: 10px 20px;
    border-radius: 14px;
    background: #009393;
    color: #ffffff;
}

.columns {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.lc-profile__fields.column-align {
    display: flex;
    flex-direction: column;

    .field {
        max-width: 300px;

        textarea.form-control {
            background: #f3f4f8;
            border-radius: 10px;
            display: flex;
            align-items: center;
            padding: 11px 15px 12px 15px;
            color: #334a49;
            border: none;
            width: 500px;
            font-weight: 300;
            border: 1px solid transparent;
        }
    }
}