.c-section-modal-form-body {
    gap: 1rem;
}
.c-section-modal-imgs {
    display: none;
}
.c-section-modal-article {
    height: auto;
}
.c-section-modal-content {
    height: 100% !important;
}
.c-section-modal-form {
    padding-bottom: 2rem;
}
.c-section-modal-form-body-item-check {
    top: calc(100% - 38px);
}
.btn_visible {
    width: auto;
    height: 90%;
    position: absolute;
    right: 10px;
    bottom: 2px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background-color: transparent !important; */
    background-color: rgba(14, 14, 14, 1) !important;
}
.btn_visible_pass {
    background-image: url("/img/icons/hidden.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.btn_visible_pass.active {
    background-image: url("/img/icons/visible.svg");
}
.c-box-extra-service {
    /* display: flex; */
    display: none;
    width: 100%;
    gap: 10px;
    flex-direction: row;
}
.c-box-extra-service-item {
    flex-basis: 50%;
}
.c-flex-extra-service {
    display: flex;
    align-items: center;
    gap: 15px;
}
.c-flex-extra-service-checkbox {
    cursor: pointer;
}
.c-flex-extra-service-checkbox:checked {
    accent-color: green;
}
@media (max-width: 480px) {
    /* .btn_visible {
        width: 20%;
        height: 100%;
    } */
    .c-box-extra-service {
        flex-direction: column;
    }
}