.modal__BUYTOKEN {
    margin-right: 2rem;
    margin-top: 11rem;
}

.ModalWarning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 50%;
}

.modal__header {
    position: relative;
}

.btn__close {
    position: absolute;
    right: 16px;
    top: 16px;
}