
.bg-gradient-right {
    background: linear-gradient(to right, #17BF57, #0988FF);
}


.bg-white-gradient-right {
    background: linear-gradient(to right, #ffffffe3 15%, #ffffff00 60%);
}

.bg-white-50-0p {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-0050E5 {
    background-color: #0050E5;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-white-1 {
    border: 1px solid;
}
.w-fit {
    width: fit-content;
}
.font-size-14 {
    font-size: 12px;
}
.padding-15-10   {
    padding: 10px 15px;
}
.padding-15-35 {
    padding: 15px 35px;
}
.text-align-center {
    text-align: center;
}
.bg-EEFFF4 {
    background-color: #EEFFF4;
}

.font-size-25 {
    font-size: 20px;
}

.min-height {
    min-height: 175px;
}

.border-radius-top {
    border-radius: 10px 10px 0 0 !important;
} 
.border-radius-down {
    border-radius: 0 0 10px 10px !important;
}
.box-shadow-none {
    box-shadow: none !important;
} 
.border-bottom-0988FF {
    border-bottom: 1px solid #0988FF;
}


.bg-DFF0FF {
    background-color: #DFF0FF;
}
.grid-systm-7 {
    display: grid;
    grid-template-columns: 58% 40%;
    gap: 20px;
}
.for-btn-ask {
    height: fit-content;
    font-weight: bold;
}

.bg-0988FF {
    background-color: #0988FF;
}

.for-center {
    bottom: -270px;
    left: 50%;
    transform: translateX(-50%);
}
.margin-bottom-150 {
    margin-bottom: 200px;
}
.grid-systm-6 {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

