.successful-component {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.successful-component .text-center {
    text-align: center;
    margin-top: max(1.667vw, 24px);
}

.text-center h1 {
    font-size: max(2.5vw, 24px);
}

.successful-component .text-center .button-customization {
    display: inline-block;
    margin-top: max(1.667vw, 24px);
    padding: max(0.833vw, 12px) max(2.5vw, 24px);
    background-color: var(--main-blue);
    color: white;
    text-decoration: none;
    border: none;
}

.lottie-position{
    text-align: -webkit-center;
}

.successful-component{
    padding-left: 16px;
    padding-right: 16px;
}