
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-input--content input,
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element,
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-input--content textarea,
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-input--content select,
.fluentform_wrapper_6.ffs_bootstrap_wrap .choices__list--single,
.fluentform_wrapper_6.ffs_bootstrap_wrap .choices[data-type*='select-multiple'] {
    border-style: solid;
    border-color: rgba(206, 212, 218, 1);
    border-width: 1px;
    border-radius: 4px;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .frm-fluent-form .choices__list--dropdown {
    border-style: solid;
    border-color: rgba(206, 212, 218, 1);
    border-width: 1px;
    border-radius: 4px;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) {
    border-style: solid;
    border-radius: 4px;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap input[type=radio] {
    -webkit-appearance: radio;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=checkbox],
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=radio] {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: -4px;
    width: 23px;
    height: 10px;
    margin-right: 0px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    text-align: left;
    border: none;
    box-shadow: none;
    visibility: hidden;
    -moz-appearance: initial;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=checkbox]:before,
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=radio]:before {
    content: none;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=checkbox]:after,
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=radio]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    margin-left: 3px;
    padding-bottom: 3px;
    color: #212529;
    width: 15px;
    height: 15px;
    visibility: visible;
    border-color: rgba(33, 37, 41, 1);
    border-style: solid;
    border-width: 1px;
    padding-left: 1px;
    border-radius: 4px;
    padding-top: 1px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    box-sizing: border-box;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=checkbox]:checked:after,
.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=radio]:checked:after {
    border-width: 1px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-color: black;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    border-color: black;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=radio]:after {
    border-radius: 50%;
    font-size: 10px;
    padding-top: 1px;
    padding-left: 2px;
}

.fluentform_wrapper_6.ffs_bootstrap_wrap .ff-el-group input[type=radio]:checked:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.fluent_form_6 .ff-btn-submit {
    padding-left: 1px !important;
    padding-right: 1px !important;
    background-color: unset !important;
    margin-right: 1px !important;
}

.fluent_form_6 .fluentform .ff-el-group {
    margin-bottom: 16px !important;
}

.two-column-layout {
    display: flex;
    height: 50px;
}

.column-2-2 {
    font-size: 16px !important;
}

/* CSS cho hai cột trên các thiết bị lớn hơn */
@media (max-width: 767px) {
    .two-column-layout {
        display: flex;
        height: 50px;
    }

    .column-1-1 {
        padding-right: 10px;
    }

    .column-2-2 {
        font-size: 16px !important;
    }
}


.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-input--content input,
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element,
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-input--content textarea,
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-input--content select,
.fluentform_wrapper_7.ffs_bootstrap_wrap .choices__list--single,
.fluentform_wrapper_7.ffs_bootstrap_wrap .choices[data-type*='select-multiple'] {
    border-style: solid;
    border-color: rgba(206, 212, 218, 1);
    border-width: 1px;
    border-radius: 4px;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .frm-fluent-form .choices__list--dropdown {
    border-style: solid;
    border-color: rgba(206, 212, 218, 1);
    border-width: 1px;
    border-radius: 4px;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) {
    border-style: solid;
    border-radius: 4px;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap input[type=radio] {
    -webkit-appearance: radio;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=checkbox],
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=radio] {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: -4px;
    width: 23px;
    height: 10px;
    margin-right: 0px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    text-align: left;
    border: none;
    box-shadow: none;
    visibility: hidden;
    -moz-appearance: initial;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=checkbox]:before,
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=radio]:before {
    content: none;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=checkbox]:after,
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=radio]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    margin-left: 3px;
    padding-bottom: 3px;
    color: #212529;
    width: 15px;
    height: 15px;
    visibility: visible;
    border-color: rgba(33, 37, 41, 1);
    border-style: solid;
    border-width: 1px;
    padding-left: 1px;
    border-radius: 4px;
    padding-top: 1px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    box-sizing: border-box;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=checkbox]:checked:after,
.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=radio]:checked:after {
    border-width: 1px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-color: black;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    border-color: black;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=radio]:after {
    border-radius: 50%;
    font-size: 10px;
    padding-top: 1px;
    padding-left: 2px;
}

.fluentform_wrapper_7.ffs_bootstrap_wrap .ff-el-group input[type=radio]:checked:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
