.crypto-exchanges-container {
    width: 1170px;
    padding: 0 15px;
    max-width: 100%;
    margin: auto;
}
.crypto-exchanges {
    margin: 20px 0;
    color: #43EBF6;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hide {
    display: none;
}
.opacity-hide {
    opacity: 0;
}
.all-exchanges-data {
}
.all-rates {
}
.crypto-exchanges .give-container {
    width: 50%;
    padding-right: 25px;
}
.crypto-exchanges .take-container {
    width: 50%;
    padding-left: 25px;
}
.crypto-exchanges .big-title {
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #fff
}
.crypto-exchanges .price-container {
    /*margin-bottom: 15px;*/
}
.crypto-exchanges .crypto-exchanges-input {
    width: 100%;
    transition: all 0.3s ease-out;
    background-color: #181a29;
    border: 2px solid transparent;
    outline: none;
    padding: 1rem 2rem;
    color: #43EBF6;
    border-radius: 40px;
}
.crypto-exchanges .crypto-exchanges-input:hover,
.crypto-exchanges .crypto-exchanges-input:focus,
.crypto-exchanges .crypto-exchanges-input:active {
    border: 2px solid #43EBF6;
}
.crypto-exchanges .price-container .after-input-container {
    font-size: 0.8rem;
    padding-left: 15px;
    margin: 5px 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
}
.crypto-exchanges .crypto-exchanges-input::placeholder {
    color: #AAABB2;
}
.crypto-exchanges .price-container .after-input-container span {
    text-decoration: underline;
}
.crypto-exchanges .price-container .after-input-container .min-value,
.crypto-exchanges .price-container .after-input-container .max-value,
.crypto-exchanges .price-container .after-input-container .reserve {
    transition: all 0.3s;
}
.crypto-exchanges .price-container .min-value,
.crypto-exchanges .price-container .max-value {
    display: inline-block;
}
.crypto-exchanges .price-container .min-value span,
.crypto-exchanges .price-container .max-value span {
    cursor: pointer;
}
.crypto-exchanges .select-container {
    position: relative;
    margin-bottom: 15px;
}
.crypto-exchanges .select-container .selected-value-container {
    cursor: pointer;
    width: 100%;
    position: relative;
    transition: all 0.3s;
    background-color: #181a29;
    border: 2px solid transparent;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 50px 7px 25px;
    border-radius: 40px;
}
.crypto-exchanges .select-container .selected-value-container:hover,
.crypto-exchanges .select-container .selected-value-container:focus,
.crypto-exchanges .select-container .selected-value-container:active,
.crypto-exchanges .select-container .selected-value-container.open {
    border: 2px solid #43EBF6;
}
.crypto-exchanges .select-container .selected-value-container:after {
    content: "\f106";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(180deg);
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    color: #43EBF6;
    transition: all 0.3s;
}
.crypto-exchanges .select-container .selected-value-container.open:after {
    transform: translateY(-50%);
}
.crypto-exchanges .select-container .image {
    width: 50px;
    height: 50px;
}
.crypto-exchanges .select-container .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.crypto-exchanges .select-container .name {
    font-size: 1.1rem;
    margin-left: 15px;
    width: calc(100% - 50px);
}
.crypto-exchanges .select-container .selectable-values {
    border-radius: 8px;
    background-color: #181a29;
    border: 2px solid #43EBF6;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 300px;
    overflow: auto;
}
.crypto-exchanges .select-container .selectable-values .one-select-value-container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 50px 7px 25px;
    transition: all 0.3s;
}
.crypto-exchanges .select-container .selectable-values .one-select-value-container.active,
.crypto-exchanges .select-container .selectable-values .one-select-value-container:hover {
    background: #43EBF644;
}
.crypto-exchanges .bottom-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.crypto-exchanges .bottom-container .rate-container,
.crypto-exchanges .bottom-container .email-container {
    width: 50%;
    padding-right: 25px;
    margin-bottom: 15px;
}
.crypto-exchanges .bottom-container .wallet-address-container,
.crypto-exchanges .bottom-container .button-container {
    width: 50%;
    padding-left: 25px;
    margin-bottom: 15px;
}
.crypto-exchanges .bottom-container .rate-container .rate-text-container {
    text-align: center;
    font-weight: bold;
    padding: 1rem 2rem;
    font-size: 100%;
    line-height: 1.15;
    border: 2px solid #43EBF6;
    /*background-color: #0f1149;*/
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #fff;
}
.crypto-exchanges .bottom-container .exchange-submit-button {
    width: 100%;
    justify-content: center;
    height: 60px;
    background: linear-gradient(93.17deg, #142E60 -18.55%, #43EBF6 163.09%);
    color: #fff;
    transition: all 0.3s ease-out;
    font-size: 16px;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.crypto-exchanges .bottom-container .exchange-submit-button:disabled {
    opacity: 1;
}
.crypto-exchanges .bottom-container .exchange-submit-button:hover {
    border: 2px solid #43EBF6;
}
.crypto-exchanges .bottom-container .exchange-submit-button:after {
    content: none;
}
.crypto-exchanges .crypto-exchanges-input.error {
    border: 2px solid #f81f1f;
}
.crypto-exchanges .wallet-address-description {
    padding-left: 15px;
    margin: 5px 0 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}
.crypto-exchanges .ajax-loader-container {
    display: inline-block;
    width: 15px;
    transition: all 0.3s;
    margin-left: 7px;
    overflow: hidden;
}
.crypto-exchanges .ajax-loader-container.hidden {
    width: 0px;
}
.crypto-exchanges .ajax-loader-container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0;
}








.result-crypto-exchanges-container {
    margin: 30px 0 60px;
}
.result-crypto-exchanges-container .title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.result-crypto-exchanges-container .sub-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
}
.result-crypto-exchanges-container .detail-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}
.result-crypto-exchanges-container .detail-container b {
    color: #fff;
    word-wrap: break-word;
}
.result-crypto-exchanges-container .detail-container .give {
    transition: all 0.3s ease-out;
    border-radius: 30px;
    background-color: #142E60;
    background-color: transparent;
    background-image: linear-gradient(180deg, #142E6038 0%, #142E60C2 100%);
    margin-right: 30px;
    padding: 35px;
    min-width: 350px;
}
.result-crypto-exchanges-container .detail-container .take {
    transition: all 0.3s ease-out;
    border-radius: 30px;
    background-color: #142E60;
    background-color: transparent;
    background-image: linear-gradient(180deg, #142E6038 0%, #142E60C2 100%);
    padding: 35px;
    min-width: 350px;
}
.result-crypto-exchanges-container .detail-container .detail-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}
.result-crypto-exchanges-container .detail-container .currency-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.result-crypto-exchanges-container .detail-container .currency-container .image {
    width: 50px;
    height: 50px;
}
.result-crypto-exchanges-container .detail-container .currency-container .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.result-crypto-exchanges-container .detail-container .currency-container .name {
    font-weight: bold;
    font-size: 1.1rem;
    margin-left: 15px;
    width: calc(100% - 50px);
}
.result-crypto-exchanges-container .detail-container .transaction-amount,
.result-crypto-exchanges-container .detail-container .date-create,
.result-crypto-exchanges-container .detail-container .rate,
.result-crypto-exchanges-container .detail-container .wallet {
    margin-bottom: 10px;
}
.result-crypto-exchanges-container .button-container {
    text-align: center;
    margin-top: 30px;
}
.result-crypto-exchanges-container .button-description {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.2;
}
.result-crypto-exchanges-container .open-jivosite {
    /*color: #fff;*/
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease-out;
    font-size: 16px;
    background: linear-gradient(93.17deg, #142E60 -18.55%, #43EBF6 163.09%);
    border: 2px solid transparent;
    background-clip: padding-box;
}
.result-crypto-exchanges-container .open-jivosite:hover {
    border: 2px solid #43EBF6;
}
.result-crypto-exchanges-container .open-jivosite:after {
    content: none;
}






@media (max-width: 900px) {
    .result-crypto-exchanges-container .detail-container {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .result-crypto-exchanges-container .detail-container .give,
    .result-crypto-exchanges-container .detail-container .take {
        width: 100%;
        min-width: unset;
        max-width: 600px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 800px) {
    .crypto-exchanges .give-container,
    .crypto-exchanges .take-container {
        width: 100%;
        padding: 0;
        max-width: 600px;
        margin: 0 auto 15px;
    }
    .crypto-exchanges .bottom-container .rate-container,
    .crypto-exchanges .bottom-container .email-container,
    .crypto-exchanges .bottom-container .wallet-address-container,
    .crypto-exchanges .bottom-container .button-container {
        width: 100%;
        padding: 0;
        max-width: 600px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 600px) {
    .result-crypto-exchanges-container .detail-container .give,
    .result-crypto-exchanges-container .detail-container .take {
        padding: 15px;
    }
    .result-crypto-exchanges-container .title {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .result-crypto-exchanges-container .sub-title {
        font-size: 1.2rem;
    }
    .result-crypto-exchanges-container .detail-container .detail-title {
        font-size: 1.3rem;
    }
    .result-crypto-exchanges-container .button-description {
        font-size: 1.2rem;
    }
    .result-crypto-exchanges-container .button-container {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .crypto-exchanges .select-container .selected-value-container {
        padding: 5px 25px 5px 15px;
    }
    .crypto-exchanges .select-container .selected-value-container:after {
        right: 8px;
        font-size: 22px;
    }
    .crypto-exchanges .select-container .selectable-values .one-select-value-container {
        padding: 5px 15px 5px 15px;
    }
    .crypto-exchanges .crypto-exchanges-input {
        padding: 0.8rem 1rem;
    }
    .crypto-exchanges .big-title {
        font-size: 1.5rem;
    }
    .result-crypto-exchanges-container {
        margin: 20px 0 40px;
    }
}