

/* Start:/bitrix/components/kokos/fitnes.form/templates/.default/css/style.css?16857060591133*/
.ajax-form {
    position: relative;
}

.ajax-form::after {
    content: '';
    background-color: rgba(255, 255, 255, .7);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease-in-out;
}

.sending-form {
}

.sending-form::after {
    visibility: visible;
    opacity: 1;
}

.hasError {
    border-color: rgba(255, 0, 0, .5);
    box-shadow: inset 0 0 5px rgba(255, 0, 0, .5);
}

#removePerson {
    display: none;
}

#personList {
    position: relative;
    padding-right: 90px;
}

#personList .additionalPerson {
    margin-top: 12px;
    animation: showAdditionalPerson .25s ease-out;
}

.button-group {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .25s ease-out;
}

.button-group button {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

@keyframes showAdditionalPerson {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* End */
/* /bitrix/components/kokos/fitnes.form/templates/.default/css/style.css?16857060591133 */
