.text-md { font-size: 0.9375rem; /* 15px */ line-height: 1.375rem; /* 26px */ }

.default-custom-scrollbar-light::-webkit-scrollbar { width: 8px; height: 8px; }
.default-custom-scrollbar-light::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.default-custom-scrollbar-light::-webkit-scrollbar-thumb { background: #c7c7c7; border-radius: 10px; }
.default-custom-scrollbar-light::-webkit-scrollbar-thumb:hover { background: #aaaaaa; }

.default-custom-scrollbar-dark::-webkit-scrollbar { width: 8px; height: 8px; }
.default-custom-scrollbar-dark::-webkit-scrollbar-track { background: #2e2e2e; border-radius: 10px; }
.default-custom-scrollbar-dark::-webkit-scrollbar-thumb { background: #0f0f0f; border-radius: 10px; }
.default-custom-scrollbar-dark::-webkit-scrollbar-thumb:hover { background: #0a0a0a; }

@media (max-width: 767px)
{
    .no-scrollbar-mobile
    {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .no-scrollbar-mobile::-webkit-scrollbar { display: none; }
}

@media screen and (max-width: 1023px)
{
    .default-custom-scrollbar-light::-webkit-scrollbar { width: 6px; height: 8px; }
}

.custom-rounded-r-full
{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.custom-input-range-slider-transaction-priority-wallet::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #FF5733;
    border-radius: 50%;
    cursor: pointer;
}

.custom-input-range-slider-transaction-priority-wallet::-moz-range-thumb
{
    width: 16px;
    height: 16px;
    background-color: #FF5733;
    border-radius: 50%;
    cursor: pointer;
}