.zend-popup-section {
    background-color: #FFF;
}

.zend-popup-section-title {
    padding: 0 0 24px 0;
    font-family: Vanilla Sans, Arial, Helvetica, sans-serif;
}

.zend-popup-section-sub-title {
    color: #16140C;
    text-align: center;
    font-family: Vanilla Sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 150% */
    margin-bottom: 40px;
}

.bmform-section-list {
    padding-bottom: 0;
}

.bmform-section-stack:first-child {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.bmform-section-stack:first-child .bmform-section-list {
    width: calc((100% - 24px) / 2);
}

.bmform-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    /*justify-content: space-between;*/
}

.bmform-section-stack {
    width: 100%;
    display: inline-block;
}

.bigmarker-field-short {
    width: calc((100% - 24px) / 2);
}

.bigmarker-field-long {
    width: 100%;
}

.bigmarker-divider-line {
    height: 1px;
    width: 100%;
    background-color: rgba(222, 215, 202, 0.8);
    margin-bottom: 24px;
}

.conf-creation-landing-regiserbox-title {
    margin-bottom: 16px;
}

.conf-creation-landing-regiserbox-subtitle {
    display: none;
}

.modal-blocker2 .conf-creation-new-input input[type="text"] {
    border-radius: 12px !important;
    height: 48px;
    border: #8F887A 1px solid !important;
    background: #F5F5F2 !important;
    padding: 0 50px 0 20px !important;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    color: #16140C;
}

.conf-creation-regiserbox-button>input[type="submit"] {
    border-radius: 100px;
}

.theme-custom-background-color {
    background-image: none;
}

@media screen and (max-width: 768px) {
    .bigmarker-field-short {
        width: 100%;
    }
}