/**
* 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: #7a7a7a;
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .10);
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-radius: 2px;
    /*box-shadow: 3px 3px 1px #c5c5c5;*/
    background: #F6F6F6;
    padding: 0.6rem;
    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;
}

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: #24b9d7;
    border-radius: 3px;
    margin-inline-start: 7px;
    padding: 11px 20px;
    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:focus {
    outline: none;
}

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

/*custom checkbox start*/
.switch .label {
    height: 34px;
    width: 65px;
    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%);
}

.label:hover {
    -webkit-transform: perspective(100px) rotateX(5deg) rotateY(-5deg);
    transform: perspective(100px) rotateX(5deg) rotateY(-5deg);
}

#toggle_switch:checked~.label:hover {
    -webkit-transform: perspective(100px) rotateX(-5deg) rotateY(5deg);
    transform: perspective(100px) rotateX(-5deg) rotateY(5deg);
}

#toggle_switch {
    display: none;
}

#toggle_switch:checked~.label::before {
    left: 35px;
    background-color: #fff;
    /*background-image: linear-gradient(315deg, #000000 0%, #414141 70%);*/
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#toggle_switch:checked~.label {
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.switch .label::before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: #a7a7a7;
    /*background-image: linear-gradient(130deg,
        #757272 10%,
        #ffffff 11%,
        #726f6f 62%);*/
    left: 4px;
    /* -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),
        10px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3), 10px 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s;*/
    transition: 0.4s;
    top: 11%;
}

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

.tvcolorform-control {
    border: none;
    outline: 1px solid rgba(0, 0, 0, .10);
    border-radius: 1px;
}

/*color end*/
/*checkbox start*/
.custom_checkbox,
.custom_radio {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

.gender_value,
.multicheckbox_wrapper .label-text,
.custom_checkbox .checkbox_value,
.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;
}*/

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

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

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

.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;*/
}

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

.custom_radio input:checked+.radio-design::before {
    transform: scale(0);
}

.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*/

/*.multicheckbox_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}*/

.multicheckbox_wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* gap: 20px; */
    flex-direction: column;
}

/*multi-checkbox end*/


/*select satrt*/

#mySelect+.select2 .select2-selection {
    /*padding: 21px 10px !important;*/
    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*/

.file_upload {
    display: none;
}

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

.custom-file-label {
    display: inline-flex;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #666;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    background: #ebeaea;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .5px;
    /*box-shadow: 3px 3px 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;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .10);
    margin-bottom: 2px;
}

.file_upload_icon {
    margin-inline-end: 3px;
}

.custom-file-label:hover {
    opacity: .6;
    box-shadow: unset;
}

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

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

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

.multiselectbox_wrapper .select2-selection {
    /* padding: 21px 10px !important; */
    height: 42px;
    line-height: 22px;
    color: #7a7a7a;
    background: #f6f6f6;
    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;
    /* box-shadow: 3px 3px 1px #c5c5c5; */
    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: unset !important; */
    border: 1px solid rgba(0, 0, 0, .10);
}

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

.multiselectbox_wrapper .select2-selection:hover {
    box-shadow: unset;
}

.multiselectbox_wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 5px;
}

/*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: 20px 15px;
    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: 18px;
    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: 5%;
    top: 45%;
    transform: translateY(-50%);
    color: #555;
}

.birthday_date_calender {
    top: 27%;
}

.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;
}



/*media start*/

@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: 7px 20px;
    }

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

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

    }

    .calender_icon {
        right: 25px;
    }

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

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

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

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

    .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: .775rem;
    }

    .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;
    }

    #mySelect+.select2 .select2-selection {
        height: 34px;
    }

    #mySelect+.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 13px;
    }

    .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: 36px;
    }

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

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

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

@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;
    }

    .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;
    }
}

@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*/