.text-align-webkit-center {
    text-align: -webkit-center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap-15px {
    gap: 15px;
}

.rounded-20px {
    border-radius: 20px !important;
}

.max-w-220px {
    max-width: 200px !important;
}

.max-h-56px {
    max-height: 56px !important;
}

.max-h-56px {
    max-height: 56px !important;
}

.mt-17px {
    margin-top: 17px;
}

.bg-green-label {
    background-color: rgba(80, 102, 93, 1) !important;
}

.color-link-green {
    color: rgba(49, 121, 90, 1) !important;
}

.link:hover {
    text-decoration: underline;
}
.link:disabled {
    text-decoration: none !important;
    color: grey !important;;
}
