/*.woocommerce-form-register > p:first-child
{
    display: none;
}*/
.bc-warning
{
    background: #8A0000;
    padding: 3px;
    font-size: 12px;
    margin-bottom: 10px;
    color: white;
}
.bc-success
{
    background: #23a523;
    padding: 3px;
    font-size: 12px;
    margin-bottom: 10px;
    color: white;
}

.bc-wrapper {
    position: relative;
    color: #000 !important;
    line-height: 1.6 !important;
}

.package-state
{
    display: inline-block;
    margin-left: 10px;
    margin-block-start: 2px;
    vertical-align: middle;
}
.package-state img
{
    width: 20px;
    margin-right: 5px;
    display: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 80% !important;
}
.bc-search-main {
    display: flex;
    align-items: center;
}

.bc-search-content {
    position: relative;
    width: 100%;
    margin-inline-end: 1rem;
}

.bc-search-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bc-wrapper input { width: 100%; }

.bc-wrapper button { 
    cursor: pointer; 
    outline: none !important;
}

.bc-wrapper input,
.bc-wrapper button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bc-wrapper .bc-form-group {
    position: relative;
    display: block;
    width: 100%;
}

.bc-wrapper .bc-form-group:not(:last-child) {
    /* margin-block-end: 20px; */
    margin-block-end: 0;
}

.bc-wrapper .bc-form-field {
    width: 100%;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
    font-size: 13px;
    line-height: 1.6;
    /* padding: 13px 36px 13px 12px; */
    padding: 6px 36px 6px 12px;
    outline: none !important;
    border-radius: 4px;
    font-weight: 500;
}

.bc-wrapper .bc-custom-search {
    background: #fff !important;
    /*border: none !important;*/
    /*box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.12) !important;*/
    border: 1px solid #e6e9ec;
    /* padding: 9px 20px 9px 32px; */
    border-radius: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.bc-price
{
    color: #a00;
    font-size: 14px;
    font-weight: 700;
    margin-block-start: -2px;
}
.bc-pagination
{
    margin-top: 20px;
}
.bc-pagination .page-numbers
{
    margin-right: 10px;
    margin-top: 20px;
}

.bc-wrapper .bc-form-field:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) !important;
}

.bc-btn {
    width: 100%;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 12px 59px;
    text-align: center;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bc-wrapper .bc-btn-primary,
.bc-wrapper .bc-btn-outline-primary:hover,
.bc-wrapper .bc-btn-outline-primary:focus {
    background-color: #980000 !important;
    color: #fff;
}

.bc-wrapper .bc-btn-primary:hover,
.bc-wrapper .bc-btn-primary:focus {
    background-color: #7a0202 !important;
}

.bc-content-wrapper.bc-colis-save {
    margin-block-start: 40px;
}

.bc-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.bc-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 16px 14px 12px;
    background: #fff;
    border-radius: 8px;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/
    border-radius: 8px;
    border: 1px solid #e6e9ec !important;
}

.bc-colis-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-decoration: none;
}

.bc-colis-info-item {
    color: #000;
}

.bc-colis-info-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin-block-start: -4px;
}

.bc-colis-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bc-nb-suivi {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.bc-colis-desc {
    color: #454545;
    font-size: 15px;
}

.bc-colis-non-recu {
    color: #919191;
}

.bc-colis-expedie {
    color: #0099FF;
}

.bc-colis-recu-en-chine {
    color: #ffba00;
}

.bc-colis-arrive-pour-retrait {
    color: #007F00;
}

.bc-colis-en-attente {
    color: #FF8C00;
}

.bc-chevron {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.bc-chevron:hover {
    background: #E4E4E4;
}

.bc-chevron:active {
    background: #D9D9D9;
}

.bc-colis-statut {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-block-start: -4px;
}

.bc-colis-statut-mobile {
    display: none;
    margin-block-start: 0;
}

.bc-timeline-item {
    position: relative;
    padding-block-end: 32px;
    padding-inline-start: 20px;
}

.bc-timeline-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 100%;
    border-left: 1px dashed #C4C4C4;
}

.bc-timeline-item::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 8px;
    height: 10px;
    width: 10px;
    background: #C4C4C4;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.bc-timeline-item.bc-timeline-active:not(:last-child)::before {
    border-left: 1px solid #0099FF;
}

.bc-timeline-item.bc-timeline-active::after {
    background: #0099FF;
}

.bc-timeline-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.bc-timeline-date {
    display: block;
    color: #000;
    font-weight: 400;
}

.bc-filter-form {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    /* justify-content: flex-end; */
    gap: 10px;
    border: none !important;
    margin-block-start: 40px;
    padding: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.bc-filter-form .bc-form-field {
    padding-block: 10px;
}

.bc-filter-form .bc-custom-search {
    padding-inline: 32px 8px;
}

.bc-filter-form .bc-btn {
    width: auto;
    padding: 14px 40px !important;
}

.select2-selection.bc-form-field {
    font-size: 12px !important;
    padding: 4px 2px 9px !important;
}

.select2-selection .select2-search__field {
    display: initial !important;
}

.bc-modal {
    position: fixed;
    right: 0;
    top: 0;
    /* max-width: 400px; */
    height: 100%;
    width: 400px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 999999;
    transition: all 0.3s ease;
}

.bc-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
    transition: all 0.3s ease;
}

.bc-modal.bc-show,
.bc-modal-overlay.bc-show {
    opacity: 1;
    pointer-events: auto;
}

.bc-modal-wrap { padding: 15px; }

.bc-modal-icon-cross {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-block-start: 4px;
    z-index: 600;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
}

.bc-modal-icon-cross:hover,
.bc-base-btn:hover { background: #E4E4E4 !important; }

.bc-modal-icon-cross:active,
.bc-base-btn:active { background: #D9D9D9 !important; }

.bc-modal-head {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 8px 15px 0;
}

.bc-modal-head .bc-colis-info { margin-block-start: 12px; }

.bc-modal-head .bc-colis-info-item:nth-child(2) { margin-block-start: -2px; }

.bc-modal-head .bc-colis-info-item:nth-child(3) { margin-block-start: 4px; }

.bc-modal-wrap {
    max-height: 564px;
    margin-block-start: 20px;
    overflow: auto;
}

.bc-modal-head .bc-colis-info {
    gap: 12px;
}

.bc-modal-head  .bc-nb-suivi { font-size: 16px; }

.bc-modal-head  .bc-colis-statut { font-size: 12px; }

.bc-colis-info-item:nth-child(1) { padding-block-start: 2px }

.bc-base-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

.bc-base-desc { color: #8F8F8F; }

.bc-base-inner { margin: 32px 0; }

.bc-base-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bc-base-block:not(:last-child) {
    margin-block-end: 0.8rem;
}

.bc-base-sub_title {
    color: #454545;
    font-weight: 500;
}

.bc-base-sub_desc {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.bc-nb-colis {
    color: #8F8F8F;
    font-size: 14px;
}

.bc-base-single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bc-base-single-item:not(:last-child) { margin-block-end: 1rem; }

.bc-base-single-wrap {
    display: flex;
    align-items: center;
}

.bc-base-single-wrap img {
    height: 56px;
    width: 56px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
}

.bc-base-single-info {
    display: flex;
    flex-direction: column;
    margin-inline-start: 12px;
}

.bc-base-single-info span:first-child { font-weight: 500; }

.bc-base-single-info span:last-child { font-size: 12px; }

.bc-base-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 992px) {
    /* .bc-filter-form {
        flex-wrap: wrap;
    }
    .bc-filter-form .bc-form-group {
        width: auto;
    } */
    .bc-colis-info {
        gap: 12px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul a {
        font-size: 14px !important;
        padding: 6px !important;
    }
}

@media (max-width: 768px) {
    .bc-filter-form {
        flex-wrap: wrap;
    }
    .bc-filter-form > div {
        width: calc(100% / 2 - 10px) !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation ul,
    .select2-container,
    .bc-filter-form .bc-btnimage.png {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation::before { display: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
        width: calc(100% / 2 - 10px) !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
        background: var(--e-global-color-uicore_light);
        text-align: center;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
        background: #980000;
        color: #fff;
    }
    .bc-nb-suivi { font-size: 16px; }
    .bc-colis-desc { font-size: 12px; }
}

@media (max-width: 575px) {
    .bc-colis-info {
        gap: 6px;
    }
    .package-state {
        margin-left: 0;
    }
    .elementor-section.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper>.elementor-container, 
    .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container,
    .bc-modal {
        width: 100% !important;
    }
    .bc-modal .package-state {
        margin-left: 10px;
    }
    .bc-colis-info-item:nth-child(2) .bc-colis-statut {
        display: none;
    }
    .bc-modal-head .bc-colis-statut,
    .bc-colis-statut-mobile {
        display: block !important;
    }
    .bc-colis-statut-mobile { margin-block-start: 4px; }
}

@media (max-width: 450px) {
    .bc-card {
        padding: 16px 10px 12px;
    }
    .bc-colis-info {
        flex-wrap: nowrap;
    }
    .bc-colis-info,
    .bc-colis-details {
        gap: 6px;
    }
    .bc-colis-details {
        gap: 15px;
    }
    .bc-nb-suivi {
        font-size: 15px;
    }
    .bc-colis-statut {
        font-size: 11px;
    }
}

/* Style of calculator Page*/

.bc-flex-group{
	display: flex;
	margin: 0px 0px 20px 0px;
	justify-content:space-between;
}
.bc-form-calculator{
	display:flex;
	justify-content:center;
	align-items:center;
    margin: auto;
	background: #f8f8ff;
}
.bc-input-dimension{
	display:flex;
	justify-content:space-between;
}
.bc-input-dimension div{
	position: relative;
	width:30%;
}
.bc-input-dimension .bc-only-dimension{
	width:100% !important;
    font-size: 15px !important;
}
.bc-input-float-error{
	border:solid 1px red;
	color: red !important;
    font-size: medium;
}
.bc-input-dimension div span{
	position:absolute;
	right:10px;
	top:10px;
	color:black;
}
.bc-input-group{
	width: calc(50% - 20px);
	font-weight: 700 !important;
    color: #000;
}

.bc-select-group{
    font-size: 16px !important;
    font-weight: 500;
}

.bc-input-float{
    padding-right: 40px;
    color: black;
}

.bc-input-float::placeholder {
    font-style:italic;
    font-size: 14px;
}

.bc-form-calculator-sumbit{
	display:flex;
	margin:20px 0;
	justify-content:start;
}
.bc-calculator-result-block{
    margin: 20px auto;
	
}
.bc-results-block{
	padding:0px 0px;
	margin:20px 0;
}
.bc-result-title{
	margin: 10px 0px;
}
.bc-results-block-childs{
	display:flex;
	padding:15px;
	justify-content:space-between;
	align-content:center;
	border: 0.01rem solid rgba(51,51,51,.2);
    padding: 14px 22px;
}
.bc-result-block-subtitle{
	/*font-size: 14px;*/
    color: #333;
    line-height: 150%;
    font-weight: 600;
}
.bc-result-block-value{
	color: #e31d33;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}
.bc-result-block-value.bc-delay{
	font-size: 17px;
	color: #333;
}
.bc-results-block-child1-delay{
	margin-top:8px;
}

.bc-results-block-child2{
	width:65%;
	color: rgba(0,0,0,.85);
}
.bc-results-block-child2 div{
	width:100%;
}
.bc-results-block-child2 div{
	padding:8px 10px;
	background-color:#f7f8fa;
	border-radius:2px;
}
.bc-flex-group.bc-block{
	display:block;
}
.bc-input-group.bc-w-100{
	width:100%;
}
#bc-button-calculate{
	height: 40px;
    line-height: 40px;
    padding: 0px 30px;
}
.bc-input-group select{
	height:50px;
	background-color:#fff;
}
.bc-form-calculator > div{
	display:table;
	width:100%;
    padding: 10px;
}

.bc-privacy-policy-text
{
   font-size: 20px;
   width: 100% !important;
}

.bc-privacy-policy-text label
{
    vertical-align: top;
}


@media (max-width: 800px) {
	.bc-flex-group{
		display: block;	
	}
	.bc-input-dimension{
		display:flex;
	}
	
	.bc-input-dimension .bc-only-dimension{
		width:100% !important;
	}
	
	.bc-input-group{
		width:100%;
	}

    .bc-results-block-child1-infos{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	
	.bc-results-block-childs{
		display:block;
	}
	.bc-results-block-child1{
		display: flex;
		justify-content: space-between;
        flex-direction: column;
	}
    .bc-results-block-child1-delay{
        margin-top: 10px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
	}
	.bc-results-block-child2{
		display:block;
		width:100%;
	}
}
@media (max-width: 599px) {
	.bc-flex-group{
		display: block;	
	}
	.bc-input-dimension{
		display:block;
	}
	
	.bc-input-dimension .bc-only-dimension{
		width:100% !important;
	}
	
	.bc-input-group{
		width:100%;
	}
	
	
	.bc-results-block-childs{
		display:block;
	}


	.bc-results-block-child2{
		display:block;
		width:100%;
	}
}
@media (max-width: 768px) {
	.bc-form-calculator, .bc-calculator-result-block{
		margin: auto 0px;
    	max-width: 100%;
    	padding: 40px 15px;
	}
	.bc-calculator-result-block{
		
	}

    .bc-results-block-child1{
		display: flex;
		justify-content: space-between;
	}

	.bc-input-dimension div {
		margin: 10px 5px;
		position: relative;
		width:100%;
	}
}
@media (min-width: 1200px) {
	.bc-form-calculator,.bc-calculator-result-block{
		padding: 10px;
	}
}


.bc_select_flex{
    display: flex;
    justify-content: space-between;
}


.bc_estimate_section{
    color : red;
}


.container {
    max-width: 1200px;
    margin: auto;
    font-family: "Plus Jakarta Sans", serif;
}

.pricing-header h1, .pricing-header h2 {
    font-size: 45px;
    line-height: 45px;
}

.pricing-header p {
    color: #767676;
    font-weight: 700;
}

/* 
=============================
    Pricing Settings
=============================
*/

#pricing-settings {
    display: flex;
    justify-content: space-between;
}

#pricing-settings > div {
    margin-bottom: 15px;
    width: 32%;
    color: #838D9D;
    font-size: 12px;
}

#pricing-settings > div * {
    display: block;
    width: 100%;
}

#pricing-settings > div select {
    color: #475467;
    font-size: 13px;
}

@media (max-width: 1024px) {

}

@media (max-width: 480px) {
    #pricing-settings {
        flex-direction: column;
    }

    #pricing-settings > div {
        width: auto;
    }
}

/* 
=============================
    Pricing Alert
=============================
*/

#pricing-alert {
    display: flex;
    justify-content: center;
    padding: 0 2%;
}

#pricing-alert p {
    color: #980000;
    background-color: #98000014;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid #980000;
    border-radius: 40px;
    padding: 7px 21px;
    text-align: center;
}

/* 
=============================
    Pricing Cards
=============================
*/

#pricing-cards {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

#pricing-cards .card {
    width: min-content;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
}

#pricing-cards .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #980000;
    margin-top: 0;
    margin-bottom: 15px;
}

#pricing-cards .price-amount {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}

#pricing-cards .price-unit {
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 700;
}

#pricing-cards .card-desc {
    color: #00000099;
    font-weight: 500;
}

#pricing-cards .card-features {
    font-weight: 500;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

#pricing-cards .card-features li {
    margin-bottom: 10px;
    display: flex;
}

#pricing-cards .card-features li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: url("img/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    flex-shrink: 0;
}

#pricing-cards .card-features li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

@media (max-width: 1024px) {
    #pricing-cards {
        flex-direction: column;
    }

    #pricing-cards .card {
        width: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    #pricing-cards .card:last-child {
        margin-bottom: 0;
    }

    #pricing-cards .card > * {
        width: 48%;
    }
}

@media (max-width: 480px) {

    #pricing-cards .card {
        flex-direction: column;
        margin-bottom: 20px;
    }

    #pricing-cards .card > * {
        width: auto
    }
}

/* 
=============================
    Pricing Calculator
=============================
*/

#pricing-calculator-link-container {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

#pricing-calculator-link-container > div {
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 25px;
    margin: auto;
    text-align: center;
}

#pricing-calculator-link {
    font-weight: 600;
    color: #000;
}

#pricing-calculator-link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url("img/arrow-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}

/* 
=============================
    Pricing Notices
=============================
*/

#pricing-notices {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

#pricing-notices > div {
    width: 48%;
    color: #000000CC;
    line-height: 24px;
}

.pricing-warning-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url("img/warning.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
}

@media (max-width: 1024px) {
    #pricing-notices {
        flex-direction: column;
    }

    #pricing-notices > div {
        width: auto;
    }
}

/* 
=============================
    FAQ Accordion
=============================
*/

#pricing-faq-accordion {
    padding: 20px 0;
}

#pricing-faq-accordion .tab {
    padding: 20px 0;
    border-top: 1px solid #00000033;
}

#pricing-faq-accordion .tab:last-child {
    border-bottom: 1px solid #00000033;
}

#pricing-faq-accordion .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

#pricing-faq-accordion .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

#pricing-faq-accordion .tab input:checked~.tab__content {
    max-height: 50rem;
}

#pricing-faq-accordion .tab__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    font-weight: 600;
}

#pricing-faq-accordion .tab__label::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("img/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

#pricing-faq-accordion .tab input:checked+.tab__label:after {
    /* filter: brightness(100); */
    transform: rotate(90deg);
}

#pricing-faq-accordion .tab__content p {
    margin: 0;
    padding-top: 25px;
    font-size: 14px;
    color: #00000080;
}

.bc-img-flag{
    width: 20px !important;
}

.bc-select-disposition{
    display: flex !important;
}

.select2-selection__arrow {
    display: none !important;
  }

.bc_country_name{
    left: 20px !important;
    position: relative;
}

div#pricing-cards div.card{
    display:none;
}