.fw-bold {
    font-weight: 700 !important;
}
.fw-normal {
    font-weight: 400 !important;
}

.fs-10 {
    font-size: 10px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {
    font-size: 24px !important;
}

.nowrap {
    white-space: nowrap;
}
.ws-none {
    white-space: unset !important;
}

.text-white {
    color: #fff;
}
.text-deeppurple {
    color: #213F75;
}

.text-decoration-underline {
    text-decoration: underline;
}

.rounded-05 {
    border-radius: 0.5rem;
}
.rounded-075 {
    border-radius: 0.75rem;
}
.rounded-1 {
    border-radius: 1rem;
}
.rounded-125 {
    border-radius: 1.25rem;
}

.w-150-px {
    width: 150px !important;
    min-width: 150px !important;
}
.w-100-px {
    width: 100px !important;
    min-width: 100px !important;
}

.input-blue {
    border-radius: 10px;
    background: #E9ECF1 !important;
}

.aspect-ratio-1x1 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.aspect-ratio-1x1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

