.nsm-forms input[type="date"],
.nsm-forms input[type="text"],
.nsm-forms input[type="password"],
.nsm-forms input[type="textarea"]{
    height: 40px !important;
    margin: 5px 0 5px 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
    width: 100%;
}
.nsm-input-input{
    display: table-cell;
}
.nsm-input-label{
    margin: 5px 0 5px 0;
    padding: 0.7em;
    vertical-align: middle;
}

.nsm_submit_form{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.et_pb_section.nsm_form_section_submit .et_pb_column{
    width: 100%;
}

.nsm-container-no-label{
    display: inline-block;
    width: 100%;
}

.nsm-container-with-label{
    display: table;
    width: 100%;
}



.nsm-container-with-label:after,
.nsm-container-no-label:after{
    content: '';
    display: block;
    clear: both;
}

.nsm-forms .error{   

}

.nsm_error{
    border-color: red;
    border-width: 1px;
    border-style: dashed;
}

.nsm-checkbox-small input {
    zoom: 0.9;
    -ms-zoom: 0.9;
    -webkit-zoom: 0.9;
    -moz-transform: scale(0.9,0.9);
    vertical-align: middle;
}

.nsm-checkbox-normal input {
    zoom: 1;
    -ms-zoom: 1;
    -webkit-zoom: 1;
    -moz-transform: scale(1,1);
    vertical-align: middle;
}

.nsm-checkbox-big input {
    zoom: 2;
    -ms-zoom: 2;
    -webkit-zoom: 2;
    -moz-transform: scale(2,2);
    vertical-align: middle;
}
.nsm-checkbox-big label {
    position: absolute;
    margin-top: 4px;
}

.nsm-checkbox-very_big input {
    zoom: 3;
    -ms-zoom: 3;
    -webkit-zoom: 3;
    -moz-transform: scale(3,3);
    vertical-align: middle;
}

.nsm-checkbox-very_big label {
    position: absolute;
    margin-top: 12px;
}

textarea.nsm-input-input {
    width: 100%;
}

.nsm-form-select {
    box-sizing: border-box;    
    padding: 16px 20px 16px 10px;
    border: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nsm-container .nsm-select{
    display: inline-block;
    position: relative;
}

.nsm-container .nsm-select .arr {
    background: transparent;
    bottom: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
    pointer-events: none;
}
.nsm-container .nsm-select .arr:before {
    content: '';
    position: absolute;
    top: 50%;  
    margin-top: -5px;
    pointer-events: none;
    border-top: 7px solid #666;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.nsm-container .nsm-select .arr:after {
    content: '';
    position: absolute;
    top: 50%;  
    margin-top: -5px;
    pointer-events: none;  
}

.nsm_repeater{
    padding: 20px;
    position: relative;
}

.nsm_repeater .nsm_repeater_remove{
    font-family: 'Font Awesome 5 Free'  !important;
    position: absolute;
    right: 0;
}

.nsm_repeater .nsm_repeater_remove::before {
    content: '\f00d';
    font-size: 32px;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 22px;
}

.repeater_add_button{
    float:right;
}

@media screen and (max-width: 800px) {
    .nsm-container-with-label{
        display: block;
        width: 100%;
    }
}

/* Bug fixing for Firefox */
@-moz-document url-prefix() { 
    .nsm-checkbox-small input,
    .nsm-checkbox-normal input,
    .nsm-checkbox-big input {
        margin-right: 10px;
    }
    .nsm-checkbox-very_big input{
        margin-right: 20px;
    }
}