/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*buttons start*/
#afb_desktop_form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.page-customer-account #content .no-account a {
    color: #2f95c1;
    font-weight: 500;
    letter-spacing: .4px;
    text-transform: capitalize;
}

#submit-plugin-form {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0.625em 1.5em;
    /*line-height: 56px;*/
    text-align: center;
    outline: 0;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .07);
}

span.circle {
    right: -130px;
    width: 180px;
    height: 180px;
}

span.circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    top: -10%;
    border-radius: 50%;
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

#submit-plugin-form:hover span.circle {
    top: -10%;
    right: -80px;
}

/*buttons end*/

/*plugin-form start*/
#tvb2b-details .account_options,
#default-plugin-form .account_options,
#plugin-form .account_options {
    text-align: center;
}

#tvb2b-details .customer_form_title,
#default-plugin-form .customer_form_title,
#plugin-form .customer_form_title {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .7px;
    font-size: 20px;
    margin: 10px 0;
    color: #030303;
}

#tvb2b-details .tvform-control,
#default-plugin-form .tvform-control,
#plugin-form .tvform-control {
    padding: .5rem 1rem;
    color: #4e4949;
    border: 1px solid rgba(0, 0, 0, .10);
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
    border-radius: 2px;
    /*box-shadow: 3px 3px 1px #c5c5c5;*/
    background-color: #fdfdfd;
    padding: 0.5rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 2px;
    cursor: text;
    height: 37px;
}

#custom_form_fields_wrapper .tvb2btextarea {
    height: auto;
}

#tvb2b-details .tvform-control::placeholder,
#default-plugin-form .tvform-control::placeholder,
#plugin-form .tvform-control::placeholder {
    font-size: 14px;
}

/*input:-internal-autofill-selected {
    background: #ebeaea !important;
}*/

#tvb2b-details .tvform-control:focus-visible,
#default-plugin-form .tvform-control:focus-visible,
#plugin-form .tvform-control:focus-visible {
    outline: unset;
}

#tvb2b-details .tvform-control:focus,
#default-plugin-form .tvform-control:focus,
#plugin-form .tvform-control:focus {
    border-color: #c3c3c3;
}

#tvb2b-details .tvform-control:hover,
#default-plugin-form .tvform-control:hover,
#plugin-form .tvform-control:hover {
    box-shadow: 0 0 0 transparent;
}

.vat_notify {
    display: none;
}

#tvb2b-details #vat_notify,
#tvb2b-details #siret_notify,
#default-plugin-form #vat_notify,
#default-plugin-form #siret_notify,
#plugin-form #vat_notify,
#plugin-form #siret_notify {
    font-size: 13px;
    color: #f92020;
    letter-spacing: .7px;
    text-transform: capitalize;
}

.siret_notify {
    display: none;
}

.tvform-control-label {
    font-size: .875rem;
    font-weight: 700;
    color: #232323;
    padding-top: .625rem;
}

.tvform-control-label {
    font-size: .875rem;
    font-weight: 700;
    color: #666;
    padding-top: .625rem;
    font-weight: 500;
    letter-spacing: .6px;
    text-transform: capitalize;
}

.tvform-control-comment {
    /* padding-top: .1rem; */
    font-size: .875rem;
    color: #7a7a7a;
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: .4px;
    font-style: italic;
}

.tvradio-inline:first-of-type {
    margin-right: 1rem;
}

.tvradio-inline {
    color: #666;
    cursor: pointer;
}

.tvform-control-comment.option_comment {
    margin-top: 0;
    letter-spacing: .5px;
}

.input-group .input-group-btn>.btn[data-action=show-password].password_btn {
    padding: .78rem 1rem;
    background: #FDFDFD;
    border-radius: 3px;
    margin-inline-start: 7px;
    padding: 7px 14px;
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: .2;
    border-left: 1px solid #e4e4e4;
    line-height: normal;
    height: auto;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.input-group .input-group-btn>.btn[data-action=show-password].password_btn i {
    color: #555;
    font-size: 20px;
}

.input-group .input-group-btn>.btn[data-action=show-password].password_btn:focus {
    outline: none;
}

.input-group .input-group-btn>.btn[data-action=show-password].password_btn:hover {
    opacity: .7;
}

/*custom checkbox start*/
#tvb2b-details .switch .label,
#custom_form_fields_wrapper .switch .label {
    height: 28px;
    width: 55px;
    background-color: #ffffff;
    border-radius: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    margin-bottom: 0;
    border: 1px solid hsl(0deg 2.4% 73.38%);
}

#tvb2b-details #toggle_switch,
#custom_form_fields_wrapper #toggle_switch {
    display: none;
}

#tvb2b-details .switch:has(#toggle_switch),
#custom_form_fields_wrapper .custom-field .switch:has(#toggle_switch) {
        margin-top: 6px;
}

#tvb2b-details #toggle_switch:checked~.label::before,
#custom_form_fields_wrapper #toggle_switch:checked~.label::before {
    left: 30px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#tvb2b-details #toggle_switch:checked~.label,
#custom_form_fields_wrapper #toggle_switch:checked~.label {
    background-color: #4dc64d;
    border-color: #4dc64d;
}

#tvb2b-details .switch .label::before,
#custom_form_fields_wrapper .switch .label::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #a7a7a7;
    left: 4px;
    transition: 0.4s;
    top: 11%;
}

/*custom checkbox end*/
/*color start*/

#tvb2b-details .tvcolorform-control,
#custom_form_fields_wrapper .tvcolorform-control {
    border: none;
    outline: 1px solid rgba(0, 0, 0, .10);
    border-radius: 1px;
    height: 37px;
    width: 55px;
    cursor: pointer;
}

/*color end*/
/*checkbox start*/
#tvb2b-details .custom_checkbox,
#tvb2b-details .custom_radio,
#custom_form_fields_wrapper .custom_checkbox,
#custom_form_fields_wrapper .custom_radio {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 5px;
}

#tvb2b-details .multicheckbox_wrapper label,
#tvb2b-details .custom_checkbox label,
#tvb2b-details .custom_radio label,
#custom_form_fields_wrapper .multicheckbox_wrapper label,
#custom_form_fields_wrapper .custom_checkbox label,
#custom_form_fields_wrapper .custom_radio label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#custom_form_fields_wrapper .gender_value,
#custom_form_fields_wrapper .multicheckbox_wrapper .label-text,
#custom_form_fields_wrapper .custom_checkbox .checkbox_value,
#custom_form_fields_wrapper .custom_radio .radio_value {
    color: #403c3c;
    text-transform: capitalize;
    letter-spacing: .3px;
    font-size: 15px;
    user-select: none;
    font-weight: 500;
}

/*.gender_value {
    font-weight: 700;
}*/

#tvb2b-details .custom_radio .label,
#custom_form_fields_wrapper .custom_radio .label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 14px 16px;
    margin: 5px 0;
    cursor: pointer;
    transition: .3s;
}

#custom_form_fields_wrapper .custom_radio .label:hover,
#custom_form_fields_wrapper .custom_radio .label:focus-within,
#custom_form_fields_wrapper .custom_radio .label:active {
    background: hsla(0, 0%, 80%, .14);
}

#tvb2b-details .custom_radio input,
#custom_form_fields_wrapper .custom_radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

#tvb2b-details .custom_radio .radio-design,
#custom_form_fields_wrapper .custom_radio .radio-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, #24B9D7, #6adaf1);
    position: relative;
    display: inline-block;
    /*background-color: #24B9D7;*/
}

#tvb2b-details .custom_radio .radio-design::before,
#custom_form_fields_wrapper .custom_radio .radio-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    transform: scale(1.1);
    transition: .3s;
    background: #FDFDFD;
    border: #979797 1px solid;
    border-color: hsl(0deg 2.4% 73.38%);
}

#tvb2b-details .custom_radio input:checked+.radio-design::before,
#custom_form_fields_wrapper .custom_radio input:checked+.radio-design::before {
    transform: scale(0);
}

#tvb2b-details .custom_radio input:checked+.radio-design,
#custom_form_fields_wrapper .custom_radio input:checked+.radio-design {
    width: 14px;
    height: 14px;
    outline: 1px solid hsl(0deg 2.4% 73.38%);
    outline-offset: 4px;
}

.custom_radio input:checked~.label-text {
    color: hsl(0, 0%, 40%);
}

/*checkbox end*/
/*multi-checkbox start*/

#custom_form_fields_wrapper .multicheckbox_wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/*multi-checkbox end*/


/*select satrt*/

/*#mySelect+.select2 .select2-selection {
    height: 42px;
    line-height: 22px;
    color: #7a7a7a;
    background: #F6F6F6 !important;
    border: 1px solid rgba(0, 0, 0, .25);
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0;
    background: #ebeaea;
    border: none;
    border-radius: 2px;
    padding: 0.7rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .10);
}

#mySelect+.select2 .select2-selection:focus,
#mySelect+.select2 .select2-selection:hover {
    box-shadow: unset;
    outline: unset;
}

#mySelect+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}
*/
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #939393;
}

.select2-container--open .select2-dropdown--above {

    border-bottom: 1px solid #aaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*.select_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 7px;
}*/

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 2px solid gray;
    border-radius: 4px;
}

.select_wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    transform: translateY(-3px);
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    transform: translateY(-5px);
}

#tvb2b-details .select2-selection__clear span,
#default-plugin-form .select2-selection__clear span,
#plugin-form .select2-selection__clear span {
    font-size: 17px;
    color: #666;
}

/*select end*/
/*file start*/

#custom_form_fields_wrapper .file_upload {
    display: none;
}

#custom_form_fields_wrapper .tvform-control-comment.file-upload-comment {
    margin-top: 0;
}

#custom_form_fields_wrapper .file_upload_icon {
    margin-bottom: 6px;
}

#custom_form_fields_wrapper .custom-file-label:hover {
    box-shadow: unset;
}

#custom_form_fields_wrapper .selected-file {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

#custom_form_fields_wrapper .custom-file-upload-wrapper {
    /*    width: 100%;*/
    /*    max-width: 500px;*/
    margin: 10px auto;
    font-family: 'Segoe UI', sans-serif;
}

#custom_form_fields_wrapper .custom-file-label {
    border: 2px dashed #ccc;
    padding: 10px 20px 13px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .5px;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 2px;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
    position: relative;
}

#custom_form_fields_wrapper .custom-file-label.dragover {
    border-color: #2196f3;
    background-color: #e3f2fd;
}

#custom_form_fields_wrapper .file_upload_icon i {
    font-size: 36px;
    color: #24B9D7;
}

#custom_form_fields_wrapper .file_upload_title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

#custom_form_fields_wrapper .browse-text {
    color: #19a3bf;
    text-decoration: underline;
    font-weight: 600;
}

#custom_form_fields_wrapper .file-name-preview {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    font-style: italic;
}

#custom_form_fields_wrapper .styled-drop-zone {
    border: 2px dashed #ccc;
    padding: 10px 20px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f9f9f9;
    border-radius: 3px;
}

#custom_form_fields_wrapper .styled-drop-zone.dragover {
    background-color: #e6f7ff;
    border-color: #00bfff;
}

#custom_form_fields_wrapper .styled-drop-zone .browse-text:hover {
    text-decoration: underline;
}

/*file end*/
/*multiselect strat*/

.multiselectbox_wrapper .select2-container {
    display: block;
    width: 100% !important;
}

.multiselectbox_wrapper .select2-selection {
    /* padding: 21px 10px !important; */
    height: 37px;
    line-height: 22px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #FDFDFD;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0;
    border: none;
    border-radius: 2px;
    padding: 0.7rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 5px;
    cursor: pointer;
    /* border: unset !important; */
    border: 1px solid rgba(0, 0, 0, .10);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #c3c3c3;
}

#tvb2b-details .multiselectbox_wrapper .select2-selection:hover,
#custom_form_fields_wrapper .multiselectbox_wrapper .select2-selection:hover {
    box-shadow: unset;
}

#tvb2b-details .multiselectbox_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice,
#custom_form_fields_wrapper .multiselectbox_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 0;
}

#tvb2b-details .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
#custom_form_fields_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-top: 3px;
    padding-bottom: 4px;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
}

#tvb2b-details .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
#custom_form_fields_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 5px;
}

#tvb2b-details .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
#custom_form_fields_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    font-size: 20px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #cecfcf;
    border-radius: 4px;
    min-height: 37px;
    height: auto;
    padding: 5px 5px;
    max-height: 100px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 3px 5px 3px 0;
    color: #555;
    background: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-size: 15px;
}

.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}

/*multiselect end*/

/*checkbox start*/
input[type="checkbox"] {
    display: none;
}

.tvcustom-checkbox {
    width: 24px;
    height: 24px;
    border: 1px solid #7a7a7a;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}

input[type="checkbox"]:checked+.tvcustom-checkbox {
    background-color: #666;
}

input[type="checkbox"]:checked+.tvcustom-checkbox::after {
    content: "✔";
    font-family: "Material Icons";
    font-size: 15px;
    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tvcustom-checkbox:hover {
    border-color: #666;
}

.check-lable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}


/*checkbox end*/
.input-group.js-parent-focus.focus {
    outline: unset;
}

/*plugin-form end*/
.b2b_fields_title,
.custom_fields_title {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .4px;
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0;
    user-select: none;
}

/*condition start*/
.cocustom-checkbox input[type=checkbox] {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: .25rem;
    cursor: pointer;
    opacity: 0;
    box-sizing: border-box;
    padding: 0;
}

.cocustom-checkbox label {
    cursor: pointer;
    text-align: start;

}

.cocustom-checkbox input[type=checkbox]+span {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border: 1px #c5c5c5 solid;
    border-radius: 2px;
    box-shadow: 0 0;
    /* box-shadow: 2px 2px 1px #c5c5c5; */
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    background-color: #f9f7f7;
}

.cocustom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: -.125rem;
    font-size: 1.20rem;
    color: #232323;
    /* top: 0; */
    padding: 1px;
}

.cocustom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block;
}

.cocustom-checkbox input[type=checkbox]:checked+span {
    background-color: #efeded;
    box-shadow: unset;
}

.form-group.row.check_condition_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.condition-txt {
    color: #666;
    font-weight: 500;
    letter-spacing: .4px;
}

/*condition end*/

.select2-container {
    min-width: 100% !important;
    width: auto !important;
}


/*dropdown start*/
#show-hidden-menu,
.user_info_wrapper {
    background-color: #ebebeb;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 4px 9px;
    /*margin: 3px 0 3px 10px;*/
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.user_info_wrapper {
    margin-inline-start: 10px;
}

.user_info_wrapper .user_icon {
    margin-inline-end: 2px;
}

/*.user_info_wrapper:hover {
    background-color: #e1e1e1;
}*/
.user_info_wrapper .drp-dwn-opt {
    width: max-content;
}

.user_info_wrapper .user_login_title {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

/*.user_info_wrapper .drp-dwn-opt {
    position: relative;
}*/
.user_info_wrapper .hidden-menu {
    position: absolute;
    top: 110%;
    right: 0;
    left: auto;
    width: 40%;
    z-index: 1;
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 14px 12px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .2);

}

.user_info_wrapper .userform_list li a {
    font-size: 14px;
    color: #555 !important;
    white-space: normal;
    font-weight: 500;
    letter-spacing: .4px;
    text-transform: capitalize;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-decoration: none;
}

.user_info_wrapper .userform_list li a:hover {
    color: #262525 !important;
}

.user_info_wrapper .userform_list li a:focus {
    outline: none;
}

/*ul.userform_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: unset;
}*/
.userform_list li a {
    display: flex;
    align-items: center;
}

.userform_list li i {
    font-size: 22px;
    transform: translateY(-2px);
}

.userform_list i {
    margin-inline-end: 5px;
}

.userform_list li {
    margin-bottom: 12px;
}

.userform_list {
    margin-bottom: 0;
}

.userform_list li:last-child {
    margin-bottom: 0;
}

/*dropdown end*/

.calender_icon {
    position: absolute;
    right: 3%;
    top: 45%;
    transform: translateY(-50%);
    color: #555;
    padding: 8px 15px;
    border-left: 1px solid #e4e4e4;
}

.birthday_date_calender {
    top: 28%;
}

.calender_icon i {
    font-size: 16px;
}

.timepicker_icon i {
    font-size: 17px;
    font-weight: 600;
}

.timepicker_icon {
    position: absolute;
    right: 5%;
    top: 45%;
    transform: translateY(-50%);
    color: #555;
}

.b2bcustom-radio {
    width: 22px;
    height: 22px;
    background: hsl(0deg 0% 96.06%);
    border-color: hsl(0deg 2.4% 73.38%);
}

.b2bcustom-radio input[type=radio]:checked+span {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    /* background-color: #24b9d7; */
    background: linear-gradient(to right bottom, #24B9D7, #6adaf1);
    right: 0;
    bottom: 0;
}

.tvradio-inline {
    display: inline-flex;
    align-items: center;
}

.no-account {
    z-index: 1;
    position: relative;
}

/*save btn start*/
.form_submit_btn {
    color: #ffffff;
    background-color: #2f95c1;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0.625em 1.5em;
    /* line-height: 56px; */
    text-align: center;
    outline: 0;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .07);
    letter-spacing: 1.4px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-radius: 3px;
    font-style: normal;

}

.form_submit_btn:focus {
    outline: none;
}

.legal-notice-link a {
    color: #2F95C1;
    font-weight: 600;
    text-decoration: underline;
}

/*save btn end*/
.tvform-control-label.required {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    /*display: flex; */
    align-items: center;
    justify-content: end;
}

.tvform-control-label.required::before {
    line-height: 12px;
    color: red;
    content: "*";
    position: absolute;
    font-size: 12px;
    color: red;
    margin-inline-end: 3px;
    right: 1%;
}

.tvform-control-label.required.condition-required::before {
    right: -5%;
}

.tvtvform-control-comment.option_comment {
    color: #7a7a7a;
    font-style: italic;
    font-size: 13px;
}

input.tvform-control.custom-date-picker.form-control.input {
    margin-bottom: 2px !important;
}

.notice-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.tvformsubmit-btn {
    padding-left: 0;
}

/*loader css start*/
#tvfield-loading-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fffffff7;
    backdrop-filter: blur(4px);
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#tvfield-loading-overlay .tvfield-loading-inner {
    background-color: transparent;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

#tvfield-loading-overlay .tvfield-loading-inner i {
    font-size: 60px;
    animation: Loader-rotate 2s linear infinite;
    color: #1d8ca8;
}

.loader_img_wrapper img {
    width: 150px;
    height: 150px;
}

/*loader css end*/

/*xxx*/

#tvb2b-details .select2-container--default .select2-selection--single,
.tvb2bfields_formwrapper .select2-container--default .select2-selection--single {
    height: 37px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 2px;
    background-color: #fdfdfd;
}

.select2-container--default .select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    /* Optional: remove shadow */
}

#tvb2b-details .select2-container--default .select2-selection--single .select2-selection__arrow,
.tvb2bfields_formwrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    right: 10px;
    top: -1px;
}

#tvb2b-details .select2-container--default .select2-selection--single .select2-selection__rendered,
.tvb2bfields_formwrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 10px;
    color: #4e4949;
}

.select2-container--default .select2-results__option {
    font-size: 14px;
    padding: 6px 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2;
    color: #333;
}

.select2-container--open .select2-dropdown {
    animation: select2FadeIn 0.3s ease forwards;
}

.select2-dropdown.select2-closing {
    animation: select2FadeOut 0.3s ease forwards !important;
}

.tvb2bfields_formwrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

.tvb2bfields_formwrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px 5px;
}

@keyframes select2FadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes select2FadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-5px);
    }
}

.tvb2bfields_formwrapper .tvb2bcustomer-note {
    font-weight: 600;
}

/*xx*/

/*media start*/

@media (min-width:9912px) {
    .tvcolorform-control {
        margin-top: 6px;
    }
}

@media (max-width:991px) {
    .form_submit_btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    span.condition-txt {
        font-size: 13px;
    }

    .legal-notice-link a {
        font-size: 14px;
        white-space: nowrap;
    }

    .conditions_wrapper {
        margin-top: 25px;
    }

    .tvform-control-comment.file-upload-comment {
        margin-top: 7px;
    }

    .input-group .input-group-btn>.btn[data-action=show-password].password_btn {
        padding: 9px 10px;
    }

    .input-group .input-group-btn>.btn[data-action=show-password].password_btn i {
        font-size: 16px;
    }

    .custom_radio .radio-design {
        width: 19px;
        height: 19px;
    }

    .custom_radio input:checked+.radio-design {
        width: 11px;
        height: 11px;

    }

    .calender_icon {
        right: 4%;
        padding: 5px 12px;
    }

    .calender_icon i {
        font-size: 15px;
    }

    .select_wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
        transform: translateY(-7px);
    }


    #tvb2b-details .tvform-control,
    #default-plugin-form .tvform-control,
    #plugin-form .tvform-control {
        padding: 0.4rem;
        font-size: 14px;
        z-index: 1;
        position: relative;
    }

    .tvform-control-comment {
        font-size: 12px;
        letter-spacing: .3px;
        line-height: .2;
    }

    #tvb2b-details #vat_notify,
    #tvb2b-details #siret_notify,
    #default-plugin-form #vat_notify,
    #default-plugin-form #siret_notify,
    #plugin-form #vat_notify,
    #plugin-form #siret_notify {
        font-size: 12px;
    }

    .form-group {
        margin-bottom: .1rem;
    }

    .switch .label {
        height: 30px;
        width: 63px;
    }

    .switch .label::before {
        top: 13%;
    }

    .switch .label::before {
        height: 20px;
        width: 20px;
    }

    .tvform-control-label {
        font-size: .867rem;
    }

    .multicheckbox_wrapper .label-text,
    .custom_checkbox .checkbox_value,
    .custom_radio .radio_value {
        font-size: 13px;
    }

    /* .custom_radio .radio-design {
        width: 18px;
        height: 19px;
    }*/

    .custom-file-label {
        padding: 6px 16px;
    }

    .file_upload_title {
        font-size: 13px;
    }

    .file_upload_icon i {
        font-size: 21px;
    }


    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        transform: translateY(-7px);
    }

    .multiselectbox_wrapper .select2-selection {
        height: 37px;
    }

    .tvcustom-checkbox {
        width: 21px;
        height: 21px;
    }

    .custom_checkbox,
    .custom_radio {
        padding-top: 0;
    }

    .b2b_fields_title,
    .custom_fields_title {
        font-size: 16px;
    }

    .birthday_date_calender {
        top: 29%;
    }

    .gender_value,
    .multicheckbox_wrapper .label-text,
    .custom_checkbox .checkbox_value,
    .custom_radio .radio_value {
        font-size: 14px;
    }

    .b2bcustom-radio {
        width: 22px;
        height: 22px;
    }
}

@media (max-width:767px) {
    .user_login_title {
        font-size: 13px;
    }

    .tvform-control-label.required.condition-required::before {
        right: 56%;
        top: 184%;
    }

    .notice-btn-wrapper {
        padding-bottom: 0;
        padding-top: 12px;
        padding-right: 0;
        padding-left: 0;
        padding: 12px 10px;
    }

    .notice-btn-wrapper .notice-btn-terms {
        padding-right: 3px;
        padding-left: 3px;
    }

    .user_icon i {
        font-size: 18px;
    }

    .user_icon {
        transform: translateY(-3px);
    }

    #show-hidden-menu,
    .user_info_wrapper {
        margin: 10px 0 3px 10px;
    }

    .tvform-control-label.required {
        justify-content: start;
    }

    .calender_icon {
        right: 13px;
    }

    #custom_form_fields_wrapper .file_upload_icon i {
        font-size: 32px;
    }

    #custom_form_fields_wrapper .styled-drop-zone {
        padding: 10px 10px 15px;
    }

    #custom_form_fields_wrapper .custom-file-upload-wrapper {
        margin: 0px auto;
    }
}

@media screen and (max-width:480px) {

    #submit-plugin-form {
        font-size: 13px;
    }
}





/*@media screen and (min-width:480px) {

    #submit-plugin-form {
        font-size: 16px;
    }
}*/

/*media end*/

/* Toast Notifications */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    opacity: 0.9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.toast-success {
    background-color: #28a745;
    /* Green for success */
}

.toast-error {
    background-color: #dc3545;
    /* Red for error */
}

.toast-message {
    font-size: 14px;
}

/* Masked Info Display */
.masked-info {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #555;
}

/* Styles for verified phone number input and message */
.is-verified {
    background-color: #e9ffe9 !important;
    border-color: #28a745 !important;
    padding-right: 30px;
}

#tvb2b-details .tvform-control.is-verified,
#default-plugin-form .tvform-control.is-verified,
#plugin-form .tvform-control.is-verified {
    border: 1px solid #28a745 !important;
}

.verified-message {
    color: #28a745;
    font-weight: bold;
    margin-top: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.verified-message .icon-check {
    margin-right: 5px;
    font-size: 16px;
}



/*otp btns start*/

.tvb2botp-btn-wrapper {
    padding: 6px 13px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 500;
    border: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-top: 5px;
    line-height: normal;
}

.tvb2botp-btn-wrapper.tvb2botp-btn:hover,
.tvb2botp-btn-wrapper.tvb2botp-btn {
    background-color: #24b9d7;
}

.tvb2botp-btn-wrapper:focus-visible,
.tvb2botp-btn-wrapper:active,
.tvb2botp-btn-wrapper:focus {
    outline: none;
}

.tvb2botp-btn-wrapper:hover {
    opacity: .7;
}

.tvb2botpresend-btn:hover,
.tvb2botpresend-btn {
    background-color: #e4e4e4;
    color: #666;
}

.tvverify-otpbtn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#plugin-form .tvverify-otpbtn-wrapper {
    margin-bottom: 10px;
}

#phone_otp_message,
#otp_message,
#otp_timer,
#phone_otp_timer {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: .4px;
    margin-bottom: 15px;
    display: inline-block;
}

#phone_otp_message,
#otp_message {
    color: #e42727;
    margin-bottom: 0;
}

#phone_otp_timer {
    margin-top: 0;
}

#otp_timer {
    margin-bottom: 0;
}

#otp_timer:empty {
    display: none;
}

#content:has(.plugin-form) {
    background-color: #fff;
    padding: 1.25rem 1.25rem .5rem;
}

#content:has(#tvb2b-details) {
    padding: 1.25rem 1.25rem 2rem;
}

@media (max-width:991px) {
    .tvb2botp-btn-wrapper {
        padding: 5px 10px;
        font-size: 12px;
    }

    #otp_timer,
    #phone_otp_timer {
        font-size: 13px;
        margin-top: 2px;
    }


}

@media (max-width:767px) {
    #content-wrapper.card:has(.register-form) {
        background-color: #fff;
        padding: 1.25rem 1.25rem .5rem;
    }
}

/*otp btns end*/

/*.grecaptcha-badge {
    opacity: 0;
}*/

.b2b_fields_title:empty {
    display: none;
}

@media(min-width: 768px) and (max-width: 991px) {
    .form-group {
        margin-bottom: .6rem;
    }
}

#custom_form_fields_wrapper .tvphoneno-wrapper,
#custom_form_fields_wrapper .tvb2bemail-section {
    position: relative;
}

#custom_form_fields_wrapper .tvphoneno-wrapper {
    margin-top: 5px;
}

#phone_verified_status i,
#email_verified_status i {
    font-size: 21px;
}

#phone_verified_status,
#email_verified_status {
    color: #28a745;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 3px;
    line-height: normal;
    letter-spacing: .3px;
    position: absolute;
    top: 7px;
    left: 99%;
    margin-top: 0;
}

.tvb2bemail-section:has(#phone_otp_message:not(:empty)) #phone_otp_code,
.tvb2bemail-section:has(#otp_message:not(:empty)) #otp_code {
    border-color: #e42727;
    background-color: #ff00001a;
}

/* Validation styles */
.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fde6e6 !important;
}

.has-error .tvform-control-label.required {
    color: #dc3545;
}

.has-error .tvform-control-label.required::before {
    color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.has-error .custom-radio span,
.has-error .tvcustom-checkbox {
    border-color: #dc3545 !important;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dc3545 !important;
    background-color: #fde6e6 !important;
}

@media(min-width: 767px) {

    #phone_verified_status,
    #email_verified_status {
        position: unset;
        margin-top: 7px;
    }
}

@media (max-width:375px) {

    .rc-anchor-normal .rc-anchor-checkbox-label,
    .rc-anchor-normal-footer,
    .g-recaptcha+div,
    .g-recaptcha iframe,
    .rc-anchor-normal .rc-anchor-content {
        width: auto !important;
    }
}

.input-error {
    border: 1px solid red !important;
    background-color: #ffe6e6 !important;
}

#tvb2b-details .custom-file-upload-wrapper .file_upload {
    display: none !important;
}
#tvb2b-details .custom-file-upload-wrapper .tvcustom-file-label {
    border: 2px dashed #ccc;
    padding: 10px 20px 13px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: .5px;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 2px;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
    position: relative;
}
#tvb2b-details .custom-file-upload-wrapper .file_upload_icon i {
    font-size: 38px;
    color: #24B9D7;
}
#tvb2b-details .custom-file-upload-wrapper .file_upload_title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
#tvb2b-details .custom-file-upload-wrapper .browse-text {
    color: #19a3bf;
    text-decoration: underline;
    font-weight: 600;
}
#tvb2b-details .custom-file-upload-wrapper .file-name-preview {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    font-style: italic;
}
#tvb2b-details .file_download_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}
#tvb2b-details .file_download_wrapper a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    text-decoration: unset;
    font-size: 14px;
    color: #25b9d7 !important;
    text-decoration: underline;
}
#tvb2b-details .file_download_wrapper .download_content {
    font-size: 14px;
    font-weight: 500;
}
#filePreviewContainer span {
    display: inline-block;
}
.file_download_wrapper .file_download_icon {
    display: inline-block;
    border: 1px solid #595a5e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    padding: -9px;
}

.file_download_wrapper .file_download_icon i {
    font-size: 17px;
    color: #595a5e;
    transform: translate(1px, 1px);
}