.crp-table-status {
    display: none
}

.crb-language {
    display: none
}

.crp-table-br {
    display: block
}

.crp-admin {
    display: none;
}
.rem-modal--coreset {
    height: 170px;
}
.rem-btn-row--coreset {
    top: 100px;
}
.rem-btn--send--sell {
    width: 146px;
    background: #3eb5c9;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .crp-table-status {
        display: block
    }
    .crp-table-br {
        display: none
    }
    .crb-language {
        display: inline
    }
}

.crdtx-valid {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 4px;
}

.crdtx-valid-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #AFCE35;
    flex-shrink: 0;
}

.crdtx-valid-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #AFCE35;
}

@media (max-width: 1200px) {
   .crd-notice-line,
   .crdd-notice-line {
    font-size: 16px;
   }
   .crdtx-notice-line {
    font-size: 13px;
   }
}

.crd-page-btn:disabled {
    background-color: transparent;
}