/**
* 2007-2021 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-2021 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.
*/
.btn-simulator {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ed1c24;
    border-radius: 10px;
    color: #ed1c24;
    /* font: normal normal bold 20px/20px Nunito; */
    letter-spacing: 0px;
    font-size: 20px;
    font-family: "Nunito";
    font-weight: 600;
    margin-top: 1rem;
    padding: 12px 40px;
}

.btn-simulator:hover,
.btn-simulator:focus {
    background: #ed1c24;
    color: #fff;
    border: 2px solid #ed1c24;
}
.simulator-modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.simulator-modal.fade {
    opacity: 1 !important;
}
.simulator-modal.modal.fade .modal-dialog {
    transform: translate(0, -100%);
}

.simulator-modal.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.simulator-modal .modal-header {
    padding: 5px 15px;
    border-bottom: none;
}
.simulator-modal .modal-content {
    border: none;
    border-radius: 5px;
}
.simulator-modal .modal-footer {
    border: none;
}
.simulator-modal button.close {
    opacity: 1;
    position: relative;
    top: 0.5rem;
    right: 0.5rem;
}
.simulator-modal .modal-body {
    padding: 25px 35px 60px 35px;
}
.simulator-modal .modal-body h1 {
    text-align: center;
    /* font: normal normal 800 30px/66px Nunito; */
    letter-spacing: 0px;
    color: #ed1c24;
    font-size: 20px;
    font-family: "Nunito";
    font-weight: 700;
}
.simulator-modal .modal-body p {
    text-align: center;
    color: #263238;
    font-family: "Nunito";
    font-weight: 600;
    margin-top: 2rem;
}
.uib_revenu_min , .uib_resultat , .uib_revenu_faible {
    display: none;
}

input[type='range'] {
    overflow: hidden;
    -webkit-appearance: none;
    background-color: #D3D3D3;
    border-radius:5px ;
}

input[type='range']::-webkit-slider-thumb {
    width: 25px;
    -webkit-appearance: none;
    height: 25px;
    cursor: pointer;
    background: #ed1b24;
    border-radius:5px ;
    box-shadow: -800px 0 0 800px #ed1b24;
}

.revenu_div  {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1rem;
}
.revenu_div label {
    text-align: left;
    width: 50%;
    color: #263238;
    font-family: "Nunito";
    font-weight: 600;
}

.revenu_div  .form-control ,.revenu_div  .slidecontainer {
    width: 50%;
}

.revenu_div  .top_0 {
    color: #ed1c24;
}


.bouton_simuler_uib {
    float: right;
}
.revenu-required {
    border: 1px solid #ed1c24;
    border-radius: 10px;
    background: #ffffff 0% 0% no-repeat padding-box;
    outline: none;
}
.uib_resultat .col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}


.uib_resultat label {
    text-align: left;
    color: #263238;
    font-family: "Nunito";
    font-weight: 600;
}
.div_vaider_uib {
    margin: 30px 0px;
    text-align: center;
}
.modal-title {
    margin-bottom: 30px;
}








/******* part 2   contract uib page    ******/


.scc-title {
    text-align: center;
}
.scc-content {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
}
.scc-title h2 {
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0px;
    color: #ed1c24;
    font-size: 20px;
    font-family: "Nunito";
}
.scc-title p {
    font: normal normal bold 16px/35px Nunito;
    letter-spacing: 0px;
    color: #263238;
    text-transform: uppercase;
    font-size: 16px;
}
.labl {
    display: block;
    width: 236px;
    height: 100px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d1cfcf;
    border-radius: 10px;
    padding: 0;
    margin: 5px;
}
.labl button input {
    /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
    display: none;
}
.labl > button {
    /* DIV STYLES */
    cursor: pointer;
    border: 2px solid transparent;
    width: 100%;
    background-color: transparent;
    height: 100%;
    border-radius: 10px;
    padding: 0;
}
.labl > input:checked + button {
    /* (RADIO CHECKED) DIV STYLES */
    width: 236px;
    height: 100px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid red;
    border-radius: 10px;
}
.labl > input:checked + button .card-infos-text {
    color: #ed1c24;
}
.scc-infos.sim .card-infos {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0px 20px;
}
.scc-infos.sim .card-infos .card-num {
    font: normal normal 800 16px/45px Nunito;
    letter-spacing: 0px;
    color: #263238;
}
.scc-infos.sim .card-infos .card-price {
    font: normal normal bold 16px/45px Nunito;
    letter-spacing: 0px;
    color: #d3d1d1;
}
.scc-infos.sim:focus {
    border: solid 2px #ed1c24;
}
.scc-infos.sim:focus .card-infos-text {
    color: #ed1c24;
}
.scc-infos.sim .card-infos-text {
    text-align: left;
    padding: 0px 20px 0px 20px;
    position: relative;
    bottom: 25px;
    font: normal normal bold 13px/45px Nunito;
    letter-spacing: 0px;
    color: #8f8888;
}
.scc-infos.sim .card-infos-crown {
    position: relative;
    bottom: 50px;
    left: 90px;
}
.scc-infos.sim .card-infos-crown i {
    font-size: 20px;
    color: #e4ca1c;
}
.simcard-submit {
    text-align: center;
    margin-top: 5rem;
}
.simcard-submit button {
    font: normal normal bold 14px/35px Nunito;
    letter-spacing: 0px;
    color: #ffffff;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    /* padding: 15px 60px 15px 60px; */
    width: 260px;
}
.mr-3 {
    margin-right: 3rem !important;
}
.scc-search .content {
    display: flex;
    align-items: flex-end;
    margin-top: 2rem;
}
.scc-search {
    display: flex;
    justify-content: center;
}
.scc-search button {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    width: 250px;
    height: 50px;
    font: normal normal bold 16px/35px Nunito;
    letter-spacing: 0px;
    color: #ffffff;
}
.scc-search .scc-search-control::placeholder {
    font: normal normal 600 14px/28px Nunito;
    letter-spacing: 0px;
    color: #d3d1d1;
}
.scc-search label {
    font: normal normal 600 13px/28px Nunito;
    letter-spacing: 0px;
    color: #263238;
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    padding: 8px 15px !important;
    font-size: 14px !important;
}
.ooredoo-customer-form,
.new-customer-form {
    margin-bottom: 8rem;
}
.ooredoo-customer-form .title span,
.new-customer-form .title span {
    font: normal normal 800 20px/54px Nunito;
    letter-spacing: 0px;
    color: #ed1c24;
    position: relative;
    top: 27px;
}
.ooredoo-customer-form .title img,
.new-customer-form .title img {
    width: 70px;
}
.ooredoo-customer-form .title p,
.new-customer-form .title p {
    font: normal normal bold 14px/35px Nunito;
    letter-spacing: 0px;
    color: #263238;
    text-transform: uppercase;
    margin-top: 1rem;
}
#module-uibfacilitypayment-uibcontract select,
input[type="text"],
input[type="number"] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #d1cfcf;
}
.pl-15 {
    padding-left: 15px;
}
.form button {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 15px 65px;
}
.text-center {
    text-align: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.scc-accordion .card .card-header {
    background: #ed1c24;
    border-radius: 10px;
    height: 70px;
}
.accordion-active {
    background: #fff !important;
    border: solid 2px #ed1c24 !important;
}
.accordion-active .btn-link {
    color: #000 !important;
}
.scc-accordion button.btn-link:hover,
.scc-accordion button.btn-link:focus {
    text-decoration: none;
}
.scc-accordion button.btn-link {
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.scc-checked {
    margin-left: 35px;
    margin-right: 20px;
}
.scc-checked i {
    color: #13c436;
}
.scc-edit-step i.fa-pen {
    font-size: 13px;
}
.scc-label-1 {
    font: normal normal 600 12px/28px Nunito;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: left;
}
.scc-label-2 {
    font: normal normal 600 14px/28px Nunito;
    letter-spacing: 0px;
    color: #263238;
    text-align: left;
}
.p-10 {
    padding: 10px;
}
.ml-20 {
    margin-left: 20px;
}
input[type="radio"]:checked {
    background-color: #93e026;
}
.custom-radio input[type="radio"]:checked + span {
    background-color: red;
}
input[type="date"] {
    position: relative;
    padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

input[type="date"]:before {
    color: #ed1c24;
    background: none;
    display: block;
    font-family: "FontAwesome";
    content: "\f073";
    width: 15px;
    height: 20px;
    position: absolute;
    top: 8px;
    bottom: 10px;
    right: 20px;
    font-weight: 700;
    font-size: 24px;
}
.form-button {
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 12px 60px;
    font-size: 14px;
}
@media (max-width: 321px) {
    .card-header {
        padding: 0.75rem 0.25rem !important;
    }
    .scc-custom-file::before {
        font-size: 8pt !important;
    }
}
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 12px !important;
        min-width: 140px !important;
    }
    .nav-tabs .nav-item {
        min-width: 140px !important;
    }
    .new-customer-form {
        width: 100%;
    }
    a.scc-edit-step {
        display: none;
    }
}
/*.custom-radio {
     position: absolute;
     opacity: 0;
    height: 25px;
     width: 25px;
     background-color: #eee;
     border-radius: 50%;
}
.custom-radio:checked ~ .checkmark {
     background-color: #2196f3;
}
.checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
.custom-radio:checked ~ .checkmark:after {
     display: block;
}
.checkmark:after {
     top: 9px;
     left: 9px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: white;
}    cursor: pointer;
.checkmark {
     position: absolute;
     top: 0;
     left: 0;
}*/
.rv {
    color: #ed1c24;
    text-transform: uppercase;
}
.scc-custom-file {
    color: transparent;
    width: 100%;
}
.scc-custom-file::-webkit-file-upload-button {
    visibility: hidden;
}
.scc-custom-file::before {
    content: "Choisissez un fichier ou glisser / déposer ici";
    color: black;
    display: inline-block;
    background: #fff;
    border: 1px solid #d1cfcf;
    border-radius: 10px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.scc-custom-file:hover::before {
    border-color: black;
}
.scc-custom-file:active {
    outline: 0;
}
.scc-custom-file:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.custom-radio {
    margin-left: 30px;
    margin-right: 0 !important;
}
.d-flex {
    display: flex;
}
.align-items-stretch {
    align-items: stretch;
}
.business-password-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mt-5 {
    margin-top: 5rem;
}
.business-act-block .custom-radio {
    margin-left: 0 !important;
}
.is-invalid {
    border: solid 1px red !important;
}
.invalid-feedback {
    display: block;
    font-size: 13px;
    color: red;
}
.file-invalid::before {
    border: solid 1px red !important;
}
.business-title {
    background-color: #ed1c24;
    border-radius: 20px;
    padding: 4px;
}
.business-title .scc-label-1 {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-weight: 700;
}
#module-uibfacilitypayment-uibcontract label.required:after {
    content: " *";
    font-size: 14px;
    color: red;
}
.form-control {
    border: solid 1px rgb(208 208 208);
}
.form-control:focus {
    border: solid 1px rgb(163, 163, 163);
}
.scc-search-res .title {
    text-align: center;
    margin-top: 5rem;
    color: #263238;
    font-size: 20px;
    font-weight: 700;
}
.scc-loader {
    margin-top: 2rem;
    display: none;
}
.uib_revenu_faible .erreur_label_uib , .erreur_label_uib{
    text-align: left;
}

@media (max-width: 767px) {
    .revenu_div {
        display: block;
    }
    .revenu_div label {
        width: 100%;
    }
    .revenu_div .form-control, .revenu_div .slidecontainer {
        width: 100%;
    }
 .btn-simulator,   .bouton_valider_uib {
       white-space: normal;
       word-break: break-all;
     font-size: 13px ;
    }
}
