.close-btn {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important
}

.close-btn img {
    display: block;
    max-width: 100%
}

.close-btn:hover {
    background-color: transparent !important
}

.modal-body {
    padding-bottom: 1.5em !important
}

.modal-title {
    align-items: center;
    color: #414042;
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize
}

.max-w-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important
}

.footer-btn__wrapper {
    margin-bottom: 56px;
    margin-top: 20px
}

.footer-btn__wrapper .action-btn {
    background-color: #3e9b8e !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    height: 55px
}