#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
    width: 24em !important;
}

.toast-message {
    font-size: 14px !important;
}

.pagination .page-link, .page-link > a {
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shadow-sm {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.error-message {
    font-size: 13px;
    margin-top: 8px;
    color: #ea5455;
    font-weight: 500;
}

.pointer-none {
    pointer-events: none;
}

.min-width-120 {
    min-width: 120px !important;
}
.min-width-150 {
    min-width: 150px !important;
}
.min-width-180 {
    min-width: 180px !important;
}
.min-width-200 {
    min-width: 200px !important;
}
.min-width-220 {
    min-width: 220px !important;
}
.min-width-300 {
    min-width: 300px !important;
}
.min-width-320 {
    min-width: 320px !important;
}
.max-width-300 {
    max-width: 300px !important;
}

.sk-wave-style {
    width: 22px !important;
    height: 22px !important;
    opacity: 0.6;
}

input::placeholder {
    font-size: 13px;
}

.invalid-feedback strong {
    font-weight: 500;
}

table thead th {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
table tbody td {
    font-size: 14px !important;
    font-weight: 400;
}

.alert-dismissible {
    font-weight: 400 !important;
}
.alert-dismissible .btn-close {
    top: 15px !important;
    right: 15px !important;
}
.alert-dismissible .btn-close:hover {
    transform: translate(15px, -15px) !important;
}

.ellipsis-text {
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

.copy-icon:hover,
.copy-icon:hover + .wallet-adr {
    font-weight: 700;
    cursor: pointer;
}

.w-20 {
    width: 20% !important;
}

.tooltip-inner {
    font-size: 13px;
    max-width: 600px !important;
}

.form-control::placeholder {
    font-size: 13px;
    font-weight: 400;
}

.badge {
    font-size: 13px !important;
}

.screen-title {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.text-title {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.text-label {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.text-normal {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.me-12 {
    margin-right: 12px;
}

.menu-item a.menu-link {
    display: flex;
    align-items: center;
}
.menu-item a.menu-link div {
    line-height: 16px;
}

.p-32 {
    padding: 32px !important;
}

.modal-body .btn-close {
    transform: translate(16px, -16px) !important;
}
.modal-body .btn-close:hover {
    transform: translate(13px, -13px) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.h-17 {
    height: 17px;
}