.input_type_checkbox label{
     line-height: 22px;
}
.input_type_checkbox span{
        font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 22px;
    margin-left: 0 !important;
    color: #173F63 !important;
}
.input_type_checkbox input{
    background-color: #ffffff;
    display: inline-block !important;
    border-color: var(--e-global-color-secondary);
    border-radius: 10px 10px 10px 10px;
        position: relative;
        margin-right: 5px;
    top: 3px;
    vertical-align: middle !important;
}
.input_type_checkbox .cff-col{
        flex-direction: row;
        align-items: flex-start;
        gap:8px;
}
.input_type_checkbox label{
    display: inline-block !important;
    vertical-align: middle !important;
}
.upload-box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 6px 0;
    position: relative;
    border-radius:4px;
}
.progress {
    width: 100%;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 6px;
}
.bar {
    height: 100%;
    width: 0%;
    background: cyan;
    transition: width 0.3s linear, background-color 0.3s ease;
}
.bar.done {
    background-color: green;
}
.upload-box button {
    position: absolute;
    right: 6px;
    top: 6px;
    border: none;
    background: red;
    color: #fff;
    cursor: pointer;
}


.cff-form {
    max-width: 1100px;
    margin: 20px auto 0 auto;
    font-family: Arial, sans-serif;
}

.cff-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 20px;
}

.cff-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.cff-col-full {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}

.cff-form .cff-row .cff-col .cff-captcha-image{
	display: inline-block;
  	margin-left: 11px;	
}
.cff-form .cff-row .cff-col .cff-captcha-image img{
	border-radius: 4px;
}

.cff-form label {
    margin-bottom: 5px;
    font-weight: bold;
	display: flex;
  	align-items: center;
}
.cff-form label span{
    color: #ffffff;
    margin-left: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline:0;
}
.upload-box img.emoji{
    filter:brightness(9);
}
.upload-box .progress{
    display:none;
}
.cff-col input[type="file"]{
    border:0 !important;
    padding-left:0 !important;
    padding-right:0  !important; 
}
.cff-form input[type="text"],
.cff-form input[type="number"],
.cff-form input[type="email"],
.cff-form input[type="tel"],
.cff-form input[type="file"],
.cff-form select,
.cff-form textarea{
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    outline:0;
}
.cff-col .select2-container--default .select2-selection--single{
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    outline:0;
    min-height:39px;
}
.cff-col .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 20px;
}

.cff-form textarea {
    height: 39px;
    resize: none;
}

.cff-form button[type="submit"] {
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cff-form button[type="submit"]:hover {
    background: #005177;
}

.upload-box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 6px 0;
    position: relative;
}
.progress {
    height: 6px;
    background: #eee;
    margin-top: 6px;
}
.bar {
    height: 100%;
    width: 0%;
    background: cyan;
    transition: width .3s;
}
.bar.done {
    background: green;
}
.upload-box button {
       position: absolute;
    right: 4px;
    top: 4px;
    padding: 6px 8px 2px 8px;
    border: none;
    background: red;
    color: #fff;
    cursor: pointer;
}

.cff-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cff-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.cff-popup-loader {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  background: rgb(255, 255, 255) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #fff;
  color: #000 !important;
  font-size: 33px;
  border-radius: 11px;
}

.cff-modal-content {
    position: relative;
    background: #fff;
    max-width: 520px;
    width: 90%;
    padding: 35px;
    text-align: center;
    border-radius: 11px;
    z-index: 1;
}

.cff-modal-close {
       position: absolute;
    right: 0;
    top: -10px;
    border: none;
    background: none;
    font-size: 40px;
    outline:0;
    cursor: pointer;
}
.cff-modal-close:focus, .cff-download-popup:focus,
.cff-modal-close:hover, .cff-download-popup:hover{
        background-color: transparent !important;
        color:#d32f2f !important;
}
.cff-download-popup{
    position: absolute;
    top: 4px;
    right: 50px;
    font-size:27px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
     outline:0;
}

.cff-modal-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 4px solid #d32f2f;
    color: #d32f2f;
    font-size: 40px;
    line-height: 62px;
    font-weight: bold;
}

.cff-feedback-code {
    margin-top: 20px;
    background: #d32f2f;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .cff-col h4{
            font-size: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cff-col:nth-child(2) label{
        font-size:12px;
    }
    
}
@media screen and (max-width: 600px) {
    .cff-modal-content h2{
        font-size:25px;
    }
    .cff-col {
        flex: 1 1 100%;
    }
}
