.no-scroll {
    overflow: hidden;
}

.hidden {
    display: none;
}

.color-green {
    color: #17A739;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-35 {
    margin-top: 35px;
}

.ml-20 {
    margin-left: 20px;
}


.pb-0 {
    padding-bottom: 0;
}

.rotate180 {
    transform: rotate(180deg);
}

.rotate90 {
    transform: rotate(90deg);
}

.max-w-38 {
    max-width: 38%;
}

.w-61 {
    width: 61%;
}

.border-none {
    border-bottom: none !important;
}