

.text-color-primary {
    color: #1d6cff
}
.text-color-white {
    color: white;
}
.text-color-green {
    color: #89dc65;
}
.text-color-gray {
    color: #a7a7a7;
}

.font-weight-500 {
    font-weight: 500;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.brightness-7 {
    filter: brightness(7) !important;
}

.flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.width-available {
    width: -webkit-fill-available;
}

.absolute {
    position: absolute;
}

.font-15 {
    font-size: 15px;
}