.test {
    border: 2px solid black;
    background: yellow;
    padding: 50px;
}

.fCaptcha > div > div {
    margin: 0 auto;
}

.showerror.alert-danger {
    color: red;
    text-align: center;
}

.showerror.alert{
    margin-top: 25px;
}

.main-exchange-list-content {
    align-content: flex-start;
}

.fCapitalize {
    text-transform: lowercase;
}

.fCapitalize:first-letter {
    text-transform: uppercase;
}

.fNewsLink {
    display: block;
}

a.newsTitle {
    color: #002341;
    transition: all .25s;
}

a.newsTitle:hover {
    cursor: pointer;
    color: #379cb6;
}

.pagination {
    margin-top: 30px;
}

.pagination > nav a.page-link.pageFirst svg {
    transform: rotate(-90deg);
}

.pagination > nav a.page-link.pageLast svg {
    transform: rotate(90deg);
}

.pagination a:last-of-type {
    margin-right: 5px;
}

.main-reviews-wrapper .item-content p {
    word-break: break-word;
}

.modal .input-group textarea {
    background: #fff;
    border: 1px solid #CEDEEB;
    box-shadow: inset 0px 3px 0px rgb(0 0 0 / 3%);
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    height: 150px;
}

.rating__group {
    position: relative;
    width: 125px;
    height: 25px;
    background-image: url(../img/star.svg);
    background-size: 25px auto;
    background-repeat: repeat-x;
}

.rating__star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 25px;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 25px auto;
    background-repeat: repeat-x;
    cursor: pointer;
}

.rating__star:hover,
.rating__star:checked {
    background-image: url(../img/active-star.svg);
    z-index: 9;
}

.rating__star:hover~.rating__star {
    background-image: url(../img/star.svg)
}

.rating__star:nth-of-type(1) {
    z-index: 5;
    width: 25px
}

.rating__star:nth-of-type(2) {
    z-index: 4;
    width: 50px
}

.rating__star:nth-of-type(3) {
    z-index: 3;
    width: 75px
}

.rating__star:nth-of-type(4) {
    z-index: 2;
    width: 100px
}

.rating__star:nth-of-type(5) {
    z-index: 1;
    width: 125px
}

#new_rev {
    margin: 0 auto;
}

.contact-blocks {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
}

#contactsFormSend {
    margin-top: 20px;
    margin-bottom: 10px;
}

.fInput, .fTextarea {
    background: #fff;
    border: 1px solid #CEDEEB;
    box-shadow: inset 0px 3px 0px rgb(0 0 0 / 3%);
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    height: 50px;
}

.fTextarea {
    height: 150px;
}

.input-group {
    margin-bottom: 20px;
}

.contactsWrp {
    padding-bottom: 20px;
}

.contact-block:last-of-type {
    margin-bottom: 20px;
}

.cabinet-verification-img {
    height: auto;
}

.cabinet-verification-img.cabinet-settings-form {
    background: #F3F6F9;
    border: 0;
    align-items: flex-start;
}

.fBtn {
    padding: 10px 22px;
    width: fit-content;
    display: flex;
    margin-left: 0;
    margin-top: 5px;
}

.w100 {
    width: 100%!important;
}

.m0auto {
    margin: 0 auto;
}

.vr-modal-footer {
    margin-top: 20px;
}

#settings-entry h3 {
    margin-bottom: 0;
}

.user-security-codes .fInput {
    max-width: 300px;
}

.user-security-codes .fBtn {
    margin-top: 10px;
}

#user-security-form, #security_form .alert.alert-warning {
    margin-top: 25px;
    background: #F3F6F9;
    padding: 10px 20px 20px;
    border-radius: 15px;
}

#user-security-form .qrcode {
    margin-top: 10px;
}

#security_form .alert.alert-warning, .user-security-codes .alert.alert-warning {
    padding: 20px;
    border-radius: 15px;
}

.alert.alert-warning {
    background: #fff3cd!important;
    border-color: #f9952e!important;
    color: #b33200!important;
}

.text-center {
    text-align: center!important;
}

a.item-trigger > span {
    color: #002341!important;
}

.orderDetail:hover {
    cursor: pointer;
}

.cabinet-history-item .item-valute-account {
    word-break: break-all;
}

#order-history-modal {
    max-width: 600px;
}


#order-history-modal .order-info > .item {
    display: block;
    width: 100%;
}

#order-history-modal .cabinet-history-item {
    max-width: 100%;
    width: 100%;
}

#order-history-modal .cabinet-history-item .item-valute {
    width: calc(50% - 12px);
}

.modal.order-history-modal .modal-top {
    margin-bottom: 0;
}

#orders-holder > .pagination {
    margin-top: 0;
}

.loyalityTable > .col {
    margin-bottom: 20px;
}

.partners-page-steps {
    justify-content: center;
}

.partners-page-steps.loyalityTable {
    margin-bottom: 0;
}

.copy-btn {
    transition: all .25s;
}

.copy-btn.green {
    border: 2px solid #1e405d;
    background: #00d655;
}

.copy-btn.green * {
    stroke: #1e405d!important;
}

.form-group label {
    display: inline-flex;
    align-items: center;
    margin-top: 20px
}

.fSelect, .fSelect:focus, .fSelect:active {
    padding: 10px;
    border-radius: 15px;
    border-color: #0BDACA!important;
}

.fSelect:hover {
    cursor: pointer;
}

.xto {
    font-size: 13px!important;
    color: #002341!important;
    margin-left: 5px;
}

#refoutsHistory table.table {
    width: 100%;
}

#refoutsHistory th {
    text-align: left;
}

#refoutsHistory tbody tr:nth-child(odd) {
    background: #acfff9;
}

#refoutsHistory td {
    padding: 7px;
    word-break: break-word;
}

#refoutsHistory td.list-order__date {
    word-break: unset;
}

.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase!important;
}

.main-exchange-form .input-group {
    margin-bottom: 0;
}

#errorModalBtn {
    display: none;
}

.fSelect, .fSelect *, .fSelect2 {
    outline: none!important;
}

.fSelect2 {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CEDEEB!important;
    box-shadow: inset 0px 3px 0px rgb(0 0 0 / 3%)!important;
    border-radius: 10px;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
}

.fSelect2:hover {
    cursor: pointer;
}

input.has-error, select.has-error {
    border-color: red!important;
}

#home-exchange #props {
    align-items: self-start;
}

.checkboxWrp {
    margin-top: 10px;
}

.input-group input[type=checkbox] {
    width: 15px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.eVoucherCodes > .input-group {
    padding-right: 35px;
}

.eVoucherCodes > .input-group > input {
    margin-bottom: 10px;
}

.eVoucherCodes > .input-group .input-group-btn {
    width: 25px;
    right: 0;
    top: calc(50% - 20px);
    position: absolute;
}

.eVoucherCodes > .input-group .input-group-btn button {
    width: 25px;
}

.eVoucherCodes > .input-group hr {
    margin-top: 5px;
    border: 0;
    border-top: 1px solid #0bdaca;
}

#orderTimer {
    float: left;
    width: 32px;
    margin-right: 8px;
    text-align: center;
}

#orderTimer .timer {
    margin-top: -5px;
    font-size: 15px;
}

#orderTimer img {
    margin: 0;
}

.bestRev {
    margin-bottom: 50px;
}

.d-block {
    display: block!important;
}

#calcError {
    color: red;
    text-align: center;
    font-weight: bold;
}

#calcError > span {
    display: block;
    margin: 30px 0;
}

.fp-20 {
    padding: 0 20px;
}

.order-verification-progress-qr .img img {
    max-width: 102px;
}

.alert.alert-warning.fWarning {
    ont-size: 140%;
    color: red!important;
    background: #fff!important;
    text-align: center;
    margin: 30px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

#postTextCont {
    border-top: 1px solid #CEDEEB;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
}

#postTextCont a, .bestRev a {
    color: #0BDACA;
}

.pb-0 {
    padding-bottom: 0;
}

.invoice-form #props .col, .invoice-form #props .col-half {
    width: 100%!important;
}

#billPaymCont #props .ff-removable input[type=text] {
    border: 1px solid #CEDEEB;
    box-shadow: inset 0px 3px 0px rgb(0 0 0 / 3%);
    border-radius: 10px;
    padding: 12px 15px;
    height: 50px;
}

div.waitCode {
    margin: 20px 0;
}

.waitCode .alert.alert-success.waitCodeElem {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    display: inline-block;
    width: auto;
    margin: 5px auto;
    padding: 15px;
    font-weight: bold;
}

.main-app-text h2 {
    font-size: 20px;
}

.main-app-text p {
    font-size: 14px;
}

#pinconfirm input, #pinconfirm button, #pinconfirm a {
    max-width: 100%;
    width: 100%;
}

.exampleSPP {
    display: flex;
    align-items: center;
}

.photoExampleSPPWrp {
    width: 30%;
}

.photoExampleSPPText {
    width: 70%;
}

.fSpaceBetween {
    display: flex;
    justify-content: space-between;
}

.bb1 {
    border-bottom: 1px solid #CEDEEB;
}

.mb10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main-exchange-list-top {
    margin: 5px 10px;
    flex-wrap: wrap;
    height: auto;
    max-width: calc(100% - 20px);
    justify-content: space-around;
}

.accDepoElemName {
    display: none;
}

.accDepoElem {
    display: flex;
    justify-content: space-between;
}

.accDepoElemInfo {
    display: flex;
    align-items: center;
}

.accDepoElemInfo > img {
    max-width: 25px;
    max-height: 25px;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.accDepoElemBtns {
    display: flex;
}

.fBtn.fbtnSmall {
    padding: 3px 5px;
    height: 30px;
    margin-left: 8px;
    font-weight: 500;
}

.balanceHistoryWrp {
    display: none;
}

.accDepolistBtns, .accWithdrawlistBtns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#balance-history td {
    word-break: break-all;
}

.accDepoElemAmount {
    padding-left: 15px;
}

.order-step .btn {
    padding: 0 12px;
}

.top-social a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.top-social a:hover {
    color: #0bdaca;
}

.top-social a svg {
    margin-right: 5px;
}

.mob-menu-social {
    display: flex;
    justify-content: space-between;
}

.realityBanner {
    border-radius: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.07);
    background: linear-gradient(90deg, #0F2437 12.13%, #1E405D 54.12%);
    margin-bottom: 40px;
}

.realityBanner a {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: url('/res/nordchange/img/bg_flat2.png') right center no-repeat;
    background-size: auto 100%;
    text-shadow: 0 0 15px #132a42;
}

.realityBanner a h2 {
    color: #fff;
}

.realityBanner a p {
    color: #95B1C9;
}

.realityBanner a .textSide {
    max-width: 440px;
}

.realityBanner a .flagsSide {
    padding-left: 15px;
}

form.order-verification-progress {
    margin-bottom: 50px;
}

.main-exchange-form .input-group .tooltip-address{
    display: none !important;
}
.top-account-info h4,
.mob-logged-wrapper .top-account-info h4{
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reserve-wrapper-top a[data-group=balance] {
    display: none;
}


.captcha-cont > div > div {
    margin: 0 auto;
    margin-top: 20px;
}
.modal-error, .user-security-codes .alert-warning {
    background: #d00505;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.btnAuthStep {
    width: 100%;
    max-width: 350px!important;
    margin: 0 auto;
}
.btnAuthStep2 {
    width: 100%;
    max-width: 250px!important;
    margin: 0 auto;
}
.mt-4 {
    margin-top: 30px!important;
}
.mt-3 {
    margin-top: 20px!important;
}
.mt-2 {
    margin-top: 10px!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.signinTypeLabel {
    margin-bottom: 10px;
    display: block;
}
.justify-content-center {
    justify-content: center!important;
}

#login-modal .fBtn.send-code {
    margin: 0 auto;
    margin-top: 10px;
}

#login-modal .alert.alert-warning {
    margin-bottom: 0;
}

.email_unconfirmed {
    border-radius: 10px;
    padding: 15px;
    margin-top: 25px;
}


@media (min-width: 576px) {
    .eVoucherCodes > .input-group .input-group-btn {
        top: calc(50% - 25px);
    }

    .accDepoElemName {
        display: inline;
    }

    .realityBanner a {
        padding: 20px;
    }

    .realityBanner a .textSide {
        padding-left: 10px;
    }

    .realityBanner a .flagsSide {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .photoExampleSPPWrp {
        width: 25%;
        margin-left: 10%;
    }

    .photoExampleSPPText {
        width: 55%;
    }

    .fBtn.fbtnSmall {
        height: 40px;
        padding: 10px 15px;
    }

    .realityBanner a .flagsSide {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .contactsWrp .contact-blocks {
        width: calc(100% - 370px);
        display: inline-block;
    }
    .contactsWrp .contactForm {
        width: 345px;
        margin-left: 20px;
        display: inline-block;
    }

    .photoExampleSPPWrp {
        width: 20%;
        margin-left: 20%;
    }

    .balanceHistoryWrp {
        display: block;
        margin-top: 75px;
    }
}

@media (min-width: 1200px) {
    .contactsWrp .contact-blocks {
        width: calc(50% - 13px);
    }
    .contactsWrp .contactForm {
        width: calc(50% - 12px);
        margin-left: 20px;
    }
}

@media (max-width: 991.98px) {
    .menu li{
        margin-right: 10px;
    }
    .menu li a{
        font-size: 11px;
    }
    .top-social a{
        margin-right: 10px;
        font-size: 11px;
    }
}
@media (max-width: 575.98px) {
    .main-exchange.main-exchange-from {
        top: 142px;
    }

    .main-exchange.main-exchange-to {
        top: 208px;
    }

    .reserve-wrapper-top {
        overflow: auto;
        display: flex;
        gap: 5px;
        padding-bottom: 5px;
    }

    .reserve-wrapper-top a {
        width: auto;
        min-width: initial;
        max-width: initial;
        padding: 3px 8px;
    }

    .reserve-wrapper-top::-webkit-scrollbar {
        width: 5px;
        /* ширина для вертикального скролла */
        background: #fff;
        height: 5px;
    }
    .reserve-wrapper-top::-webkit-scrollbar-thumb {
        background-color: #219EC2;
        border-radius: 10px;
    }
}