.bg-gray-900 {
    background-color: #212830;
}

.bg-gray-800 {
    background-color: #313c47;
}

.bg-gray-700 {
    background-color: #41505f;
}

.bg-gray-600 {
    background-color: #6e7985;
}

.bg-gray-500 {
    background-color: #9ea7b1;
}

.bg-gray-400 {
    background-color: #ccd2da;
}

.bg-gray-300 {
    background-color: #e2e5ec;
}

.bg-gray-200 {
    background-color: #f3f5f9;
}

.bg-gray-100 {
    background-color: #f8f9fc;
}

.bg-ui-02 {
    background-color: #85b6ff;
}

.bg-ui-03 {
    background-color: #4c5366;
}

.bg-pink {
    background-color: #ea4c89 !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.bg-teal {
    background-color: #33d685 !important;
}

.bg-orange {
    background-color: #fd7e14;
}

.bg-twitter {
    background-color: #1c96e9;
}

.bg-amazon {
    background-color: #f79400;
    color: #222e3d;
}

.divider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.divider::before, .divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #e2e5ec;
}

.divider span {
    padding: 0 10px;
    font-size: 12px;
    color: #6e7985;
}

.divider-start::before {
    display: none;
}

.divider-start span {
    padding-left: 0;
}

.divider-end::after {
    display: none;
}

.divider-end span {
    padding-right: 0;
}

.divider-vertical {
    margin: 0 15px;
    flex-direction: column;
}

.divider-vertical::before, .divider-vertical::after {
    height: 100%;
    width: 1px;
}

.divider-vertical span {
    padding: 5px 0;
}

.divider-top::before {
    display: none;
}

.divider-top span {
    padding: 0 0 5px;
}

.divider-bottom::after {
    display: none;
}

.divider-bottom span {
    padding: 5px 0 0;
}

.mt-10-f {
    margin-top: 10px !important;
}

.me--10-f {
    margin-right: -10px !important;
}

.ht-3 {
    height: 3px;
}

.ht-5 {
    height: 5px;
}

.ht-8 {
    height: 8px;
}

.ht-10 {
    height: 10px;
}

.ht-15 {
    height: 15px;
}

.ht-30 {
    height: 30px;
}

.ht-50 {
    height: 50px;
}

.ht-100 {
    height: 100px;
}

.ht-150 {
    height: 150px;
}

.ht-200 {
    height: 200px;
}

.ht-250 {
    height: 250px;
}

.ht-300 {
    height: 300px;
}

.ht-350 {
    height: 350px;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-15 {
    width: 15%;
}

.w-17 {
    width: 17%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-32 {
    width: 32%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-200 {
    width: 200px;
}

.mw-200 {
    max-width: 200px;
}

.lh-1 {
    line-height: 1;
}

.lh-3 {
    line-height: 1.3;
}

.lh-4 {
    line-height: 1.4;
}

.lh-5 {
    line-height: 1.5;
}

.fs-sm {
    font-size: 0.8125rem;
}

@media (min-width: 576px) {
    .fs-sm-normal {
        font-size: 0.875rem;
    }
}

.fs-xs {
    font-size: 0.75rem;
}

.fs-11 {
    font-size: 11px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 44px;
}

.fs-48 {
    font-size: 48px;
}

.fw-thin {
    font-weight: 200;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.ff-sans {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ff-secondary {
    font-family: "Archivo", sans-serif;
}

.ff-numerals {
    font-family: "Inter", sans-serif;
}

.ls--1 {
    letter-spacing: -1px;
}

.ls--2 {
    letter-spacing: -2px;
}

.text-primary-dark {
    color: #152661;
}

.text-ui-02 {
    color: #85b6ff;
}

.ti--1 {
    text-indent: -1px;
}

.ti--2 {
    text-indent: -2px;
}

.ti--3 {
    text-indent: -3px;
}