.macforms_form{
    margin-left: auto;
    margin-right: auto;
}

ul.macforms_form_breadcrumbs li{
    list-style: none;
    color: #495660;
    font-weight: normal;
    font-size:14px;
}

.macforms_color_grey{
    color: #495660;
}

ul.macforms_form_breadcrumbs span[class^="material-icons"]{
    position: relative;
    top:7px;
    margin-right: 10px;
}

body{
    background-color: #F3F4F6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.clif-heading{
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #495660;
}

.clif-hr{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #E1E7EF;
    margin-bottom: 20px;
    margin-top: 20px;
}

.clif-spacer{
    display: block;
    height: 32px;
}

.clif-half{
    width: calc(50% - 20px); 
    display: inline-block;
/*    margin-right: 10px;*/
}

.macforms_question_block{
    padding-bottom: 16px;
    padding-top: 16px;
    flex-basis: 100%;
}

.macforms_question_block.clif-half{
    width: auto;
    display: block;
    margin-right: 0;
    flex-basis: 48%;
}

.multiple_instance_wrapper{
    margin-bottom: 20px;
    position: relative;
    border-bottom:1px solid #E1E7EF;
    padding-bottom: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.multiple-instance-delete{
    position: absolute;
    top: -4px;
    right: 0;
    background: none;
    color: black;
    font-size: 10px;
    line-height: 1;
    color: #3b3b3b;
    display: flex;
    align-items: center;
    border: 1px solid #E1E7EF;
    border-radius: 4px;
    margin: 0;
    color: #DC2626;
}
.macforms_child_questions_wrapper{
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.multiple-instance-delete:hover{
    /*background: grey;*/
    /*color: #5c5c5c;*/
    background: #f7f7f7;
}
.multiple_instance_title{
    border-bottom: 1px solid #E1E7EF;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    flex-basis: 100%;
}

.multiple-instance-delete .material-icons-round{
    font-size: 18px;
}
.macforms_first_page_title{
    font-size: 32px; 
    font-weight: bold; 
    /*padding-top: 10px;*/
    padding-bottom: 20px; 
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E7EF;
}
.mb-16{
    margin-bottom: 16px;
}

.mb-32{
    margin-bottom: 32px;
}

.macforms_helper_text{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    color: #111827;
}

.macforms_embed_form_questions_main_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.macforms_embed_form_questions_main_wrapper>.macforms_embed_form_response_container{
    width:auto;
    flex-basis: 100%;
}

.macforms_embed_form_questions_main_wrapper>.macforms_embed_form_response_container.clif-half{
    flex-basis: 48%;
}
select.clif-theme-field{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23374151' ><path d='m24 30-10-9.95h20Z'/></svg>");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 4px);
    background-position-y: 5px;
    border: 1px solid #dfdfdf;

}

/*select.clif-theme-field:after{
    content: '123';
    color: #0ebeff;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}*/

.clif-theme-back-btn{
    border: 1px solid #E5E7EB;
}

.clif-theme-label{
    font-weight: 600;
}

span.password_visability {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 4px);
    padding: 0 8px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}