.payment_priceing_area:before {
    background-size: cover;
}

.nice-select.open .list {
    max-height: 300px;
    overflow-y: scroll;
}

.active_account_tab {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #3b5999;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3b5999;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.selectStyle {
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
    background: #fff;
    padding: 0px 30px;
    font: 300 14px/60px "Poppins", sans-serif;
    color: #969ca5;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}

.required_star {
    display: none;
}

.input_border input,
.input_border .selectpickers,
.input_border .selectStyle {
    border: 1px solid #e7e7f6;
}

#final_phone_number {
    font-size: 0.9rem;
}

.er_btn {
    border-radius: 3px;
}

.er_btn_two {
    border-radius: 3px;
}

.er_btn_three {
    background: #23b05e;
    color: #fff;
    border-radius: 3px;
}

.er_btn_three:hover {
    color: #23b05e;
    border-color: #23b05e;
    background: #fff;
}

.reference {
    background: #fff;
    border: 1px solid #e7e7f6;
    color: #677294;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
}

.btn_get:hover p {
    color: #fff;
}

.link_nav p {
    color: #3b5999;
}

.link_nav.active {
    background: #3b5999;
    border-color: #3b5999;
}

.link_nav.active p {
    color: #fff;
}

.text-warning {
    color: rgb(255, 149, 0) !important;
}

.service_item {
    border: 1px solid #f4f4f9;
}

.service_item:hover {
    border: 1px solid #f4f4f9;
}

.text-wannapay {
    color: #3b5999 !important;
}

.bg-wannapay {
    background: #3b5999 !important;
}

.border-wannapay {
    border-color: #3b5999 !important;
}

.gradient_wannapay {
    background-image: -webkit-linear-gradient(40deg, #3b5998 0%, #5171b4 100%);
    background-image: -ms-linear-gradient(40deg, #3b5998 0%, #5171b4 100%);
}

.appup-btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.hover-wannapay:hover {
    background: #182d5c;
    border-color: #182d5c;
}

.create_link_button {
    background: #3b5999;
    color: #fff;
    border-color: #3b5999;
}

.create_link_button:hover {
    background: #fff;
    color: #3b5999;
}

.modal-dialog.video {
    max-width: 800px;
    margin: 30px auto;
    z-index: 99999999;
}

.modal-body.video {
    position: relative;
    padding: 0px;
}

.close.video {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.page_content h4 {
    margin-top: 40px;
    font-size: 1.3rem;
    color: #3b5998;
}

.page_content h5 {
    margin-top: 40px;
    font-size: 1.15rem;
    color: #3b5998;
}

.appup_table {
    border-collapse: collapse;
    width: auto;
    background: white;
}

.appup_table td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3px 8px;
}

.s_service_item {
    border-radius: 5px;
}

.s_service_item:hover:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    white-space: nowrap;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
    color: black;
    padding: 5px;
    border-radius: 5px;
}

.instant_tab {
    opacity: 1;
}

.instant_tab.not_selected {
    opacity: 0.5;
}

.instant_tab.selected {
    box-shadow: inset 0px -5px #3b5999;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    border-bottom: 1px solid;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

.rounded_button {
    border-radius: 200px;
}

.send_contrat_button {
    /* height: 40px; */
    background: white;
    color: #222;
    border: none;
    border-radius: 200px;
}

.sw-theme-default {
    border: none;
}

.sw-theme-default > .nav {
    background: rgba(0, 0, 0, 0.05);
}

.sw > .nav .nav-link {
    padding: 1.5rem 1rem;
}

.sw-theme-default > .nav .nav-link.active {
    color: #3b5999 !important;
}

.sw-theme-default > .nav .nav-link.active::after {
    background: #3b5999 !important;
}

.sw-theme-default .toolbar > .btn {
    background: #3b5999 !important;
    border-color: #3b5999 !important;
    border-radius: 200px;
    padding: 1rem 1.5rem;
}

.sw-theme-default > .tab-content > .tab-pane {
    padding-top: 24px;
}

.step-app > .step-steps > li.done {
    background: #3b5999 !important;
}

.step-app > .step-steps > li.active {
    background: #3b995a !important;
}

#upload_done {
    display: none;
    width: 100%;
    text-align: center;
    overflow: auto;
}

.upload-area {
    width: 90%;
    border: 1px dashed lightgray;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 40px;
    color: darkslategray;
    font-size: 30px;
}

#file,
#upload_in_progress_zone,
#transaction_infos {
    display: none;
}

#pdf_preview {
    width: 100%;
    height: 240px;

    background: rgb(61, 59, 66);
    border-radius: 3px;
}

.bg-white-with-dash {
    border: 1px dashed lightgray;
    background: #fff;
    border-radius: 15px;
    width: 100%;
}

.wannapay_light_button {
    border: 1px solid #e7e7f6;
    background: #f9f9fc;
    color: #677294;
}

.wannapay_light_button.danger {
    border: 1px solid #ce0638;
    background: #f1d9d9;
    color: #cc293f;
}

.wannapay_light_button.success {
    border: 1px solid #1d922d;
    background: #d9f1d9;
    color: #26972f;
}

#the-canvas {
    border: 1px solid black;
    direction: ltr;
}

#full_page_loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
    display: none;
}

#full_page_loader * {
    color: #fff;
}

.divider {
    font-size: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.nice-select {
    height: 39px;
}

.tiny_notif {
    min-width: 20px;
    height: 20px;
    border-radius: 8px;
    background: #db2222;
    color: #fff;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -13px;
    right: -26px;
    line-height: 16px;
    padding: 3px 5px;
}

.nice-select .list {
    right: 0;
}

@media (max-width: 767px) {
    .step-app > .step-steps {
        display: block;
    }
}

.price_box {
    padding: 50px 20px 40px;
    box-shadow: 0px 20px 60px 0px rgb(0 11 40 / 6%);
    position: relative;
    z-index: 1;
    cursor: default;
    border-radius: 5px;
}

.h_price_body .price_head {
    background: #ecf3f8;
}

.h_price_body .h_p_list .h_price_item .h_price_btn {
    color: #3b5999;
    border: 1px solid #c0c6f8;
}

.h_price_body .h_p_list .h_price_item .h_price_btn:hover {
    background: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.h_price_body .h_p_list:hover {
    background: #f3f7fa;
}

.h_price_inner {
    border: 1px solid #f7f0f0;
    border-top: none;
}

.h_price_body .price_head .p_head,
.h_price_body .h_p_list .h_price_item {
    width: calc(100% / 7);
}

.small_col {
    width: 40px !important;
}

@media (max-width: 650px) {
    .inner_appup .h_price_body .h_p_list .h_price_item h5 {
        width: 97%;
        float: none;
        text-align: left;
        margin-left: 1rem !important;
    }

    .prototype_banner_area {
        margin-top: 80px;
    }

    .head_title_appup {
        font-size: 24px;
    }

    .h_price_body .price_head .p_head,
    .h_price_body .h_p_list .h_price_item,
    .small_col {
        width: 100%;
    }
}

.open .search_boxs .input-group {
    width: 90%;
}

.dynamic_plus_button:hover {
    color: #fff;
}

.nice-select {
    background: #3b5999;
}

.nice-select .current {
    color: #fff;
}

.body_wrapper {
    background: #fbfbfd;
}

#country {
    border: 1px solid #e7e7f6;
    height: calc(3.25rem + 2px);
}

.event_schedule_inner .event_tab {
    justify-content: left;
}

.event_tab_content {
    max-width: 100%;
}

.event_schedule_inner .event_tab .nav-item .nav-link {
    border-color: #3b5999;
    color: #3b5999;
}

.event_schedule_inner .event_tab .nav-item .nav-link.active {
    background: #3b5999;
    border-color: #3b5999;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(38, 33, 195, 0.3);
}

.event_schedule_inner .event_tab .nav-item .nav-link:hover {
    background: #3b5999;
    border-color: #3b5999;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(38, 33, 195, 0.3);
}

.event_schedule_inner .event_tab .nav-item .nav-link h5 {
    color: #3b5999;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* le block conteneur */
.marquee-rtl {
    max-width: 100%;
    overflow: hidden;
}

/* le bloc défilant */
.marquee-rtl > :first-child {
    white-space: nowrap;
    animation: defilement-rtl 10s infinite linear;
    text-align: right;
}

@keyframes defilement-rtl {
    0% {
        transform: translate3d(100%, 0, 0);
        /* position initiale à droite */
    }

    100% {
        transform: translate3d(-100%, 0, 0);
        /* position finale à gauche */
    }
}

#ask_client_justificatif {
    display: none;
}

.h_p_list:nth-child(odd) {
    background: white;
}

#cookie-banner {
    position: fixed;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: #142a51;
    border-radius: 10px;
    z-index: 99999;
    box-shadow: 0px 10px 20px #0a1322a2;
}

.tooltip.show {
    z-index: 10;
}

.header_area {
    z-index: 10;
}

ul.appup_ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    width: 100%;
}
ul.appup_ul li {
    position: relative;
    list-style: none;
    text-align: center;
    margin: 20px;
}
ul.appup_ul li label {
    position: relative;
    cursor: pointer;
}
ul.appup_ul li label input[type="radio"] {
    position: absolute;
    opacity: 0;
}
ul.appup_ul li label :checked ~ .content_icon_box {
    box-shadow: inset -2px -2px 5px white, inset 3px 3px 5px rgba(0, 0, 0, 0.1);
}
ul.appup_ul li label :checked ~ .content_icon_box .fa {
    transform: scale(0.95);
}
ul.appup_ul li label .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.appup_ul li label .icon-box .fa {
    font-size: 30px;
    color: #193c68;
}

.content_icon_box {
    background: rgb(234, 238, 249);
    padding: 50px 40px;
    box-shadow: -2px -2px 5px white, 3px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.price_tab .hover_bg {
    background: #3b5999;
}

.price_tab.price_tab_two .nav-item .nav-link.active {
    /* background: #3b5999; */
}

.price_content .price_item .tag {
    background: #3b5999;
    padding: 24px 42px;
    top: -10px;
    left: -50px;
}

.menu > .nav-item.submenu .dropdown-menu {
min-width: 420px;
}
