
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.swal-overlay {
  /*position:absolute;*/
  /*background-color: rgba(43, 165, 137, 0.45);*/
}

.swal-modal {
  /*margin-top:-300px;*/
}
  
.container-fluid{  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-in 0s 1 slideInFromRight;
}


.index_body {
  background-color: rgba(255,0,0,1);
 /*background-image: url("img/background-full.jpg?d=20250831135037");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;*/
}

#login_body {
  background-image: url("../img/background-full.jpg?d=20250831135037");
  background-size: cover;
 /*background-color: rgba(128,0,255,1);
 background-image: url("img/background-full.jpg?d=20250831135037");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;*/
}

#index_body {
 /*background-image: url("../img/background-full.jpg?d=20250831135037");
  background-size: cover;
 background-color: forestgreen;*/
 /*background-image: url("../img/background-full.jpg?d=20250831135037");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;*/
}


.expired_img{
  height: 200px;
  width: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.add-button{
  position:fixed;
  z-index: 1000;
  cursor: pointer;
  top:88%;
  left: 93%;
  height: 50px;
  width: 50px;
  }

  .expired_description{
    color: white;
    font-size: 40px;  
  }



  .index-load-img{
    margin-left:44%;
    margin-top:13%;
    width: 13%;
  }

  #index-load-img{
    margin-left:47%;
    margin-top:15%;
    width: 100px;
    height: 100px;
    color:forestgreen;
  }

  #loading_gadget{
    margin-left:47%;
    margin-top:14%;
    width: 100px;
    height: 100px;
    color:forestgreen;
    position:fixed;
    z-index:100000000000;
  }
  


  #logo_username{
    visibility: hidden;
    margin-top: -40px;
  }


  #divider_logo_username{
    visibility: hidden;
  }


  #btn_valider_reference{
    
    visibility: visible;
  }


  #btn_valider_reference_mobile{
    
    padding-left: 0px;
    padding-right: 0px;
    visibility:hidden;
  }


.div-code{
  background-color: blueviolet;
}

#menu-dashboard:hover{
  background-color: rgba(36, 22, 165, 0.6);
}


#sous-titre{
  color: rgba(255,255,255,1);
}


#sous-menu{
  color: rgba(255,255,255,1);
  font-weight: normal;
}

#sous-menu:hover{
  background-color: rgba(36, 22, 165, 0.6);
}


.fatal_activation_error{
  color: rgba(255,0,0,1);
  font-weight: bold;
  text-align: center;
}

.fatal_activation_success{
  color: green;
  font-weight: bold;
  text-align: center;
}

#useriframe{
  display: inline-flex;
}

#li-slide-background{
  background-color: rgba(0,255,0,0.6);
}

#mySideBar{
  height: 100%;
  /*background-color: rgba(128,0,255,1);*/
}


.add-button{
  position:fixed;
  z-index: 1000;
  cursor: pointer;
  top:88%;
  left: 93%;
  height: 50px;
  width: 50px;
  }


  #login-container{
    border-radius: 10px;
  } 

  .ptn-avatar-top-cover{
    background-color:rgba(65, 77, 247, 0.8);
    height: 80px;    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }


  #ptn-avatar-bottom-cover{
    background-color:rgba(65, 77, 247, 0.8);
    height: 10px;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }


  #ptn_container_background{
    background-color: rgba(0, 0, 0, 0.1);
  }

  #sidebar_logo{
    background-color: rgba(36, 22, 165, 0.3);
  }

  #ptn_avatar{
    border-radius: 105px;
    height: 129px; 
    width: 137px; 
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #btn_choisir_image{
    width:138px;
    margin-bottom: -20px;    
  }

  #btn_del_image{
    padding: 0px;
    margin-left: 3px;
  }

  #container_user_infos{
    padding-top: 20px;
    padding-bottom: 15px;
  }

  #date_periode_container{
    padding-top: 20px;
    padding-bottom: 15px; 
  }
  

  #profil_ptn_img{
    width: 130px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 15px;
    /*margin-left: 160px;*/
  }


  #profil_modal_container{
    margin-top: -1px;
    margin-left: -12px;
    width: 100%;        
  }

  #profil_modal_content{
    background-color: transparent;
    border-color: transparent;
  }

  #profil-ptn-avatar-top-cover{
    border-radius: 0px;
  }

  .profil-ptn-avatar-bottom-cover{
    border-radius: 0px;
  }

  #parrain_name_container{
    background-color:rgba(236, 16, 16, 0.8);
    border-radius: 10px;
    width: 80%;
    
  }

  #rectifier_reference{
    padding-left: 10px;
    padding-right: 50px;
  }

  #regenerer_reference{
    font-size: 13px;
  }

  #supprimer_reference{
    font-size: 13px;
  }

  #img_loading_data{
   /*border-style: solid;
   border-width: 2px;*/
   border-color: rgba(207, 204, 206, 0.8);
   border-radius: 70px;
  }

  #img_profile_rounded{
    border-color: rgba(255,255,255,0.6);
    border-style: solid;
    border-width: 2px;
  }

  #entete-login{
    font-size: 18px;    
    color: rgb(113, 12, 214);
  }

  #card-header-border-left-right-primary{
    border-left-color:rgb(113, 12, 214);
    border-right-color:rgb(113, 12, 214);
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    text-align: center;
  }

  #card-header-border-left-right-success{
    border-left-color:lime;
    border-right-color:lime;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    text-align: center;
  }

  #card-header-border-left-right-danger{
    border-left-color:red;
    border-right-color:red;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    text-align: center;
  }

  #myPayBoutonId{
    color:white;
    background-color: rgba(0,255,0,0.6);
    border-style: solid;
    border-color:rgba(0,255,0,0.6);
    border-radius: 5px;    
    height: 32px;    
    /*top: 38%;
    left: 80%;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;*/
    
  }

  #operator_selector{
    width:100px;
  }

  
  #operator_and_number_container{
    display:flex;
  }

 #parent-preview-container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;       
    border-style: solid;
    border-width: 3px;
    position: fixed;
    z-index: 1;  
    top: 500px;
   
 }


  .preview-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left:0px;
    margin-right:0px;
    overflow: hidden;       
    border-style: solid;
    border-width: 3px;
    position: fixed;
    z-index: 1;
    left:1px;
    top: 1px;
    border-color:rgba(12, 247, 24, 1);
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  #preview{
    width:500px;
  }
  

  #preview-description{
   font-size: 12px;
   color: rgba(0, 0, 0, 0.9);
   margin-top: 5px;
   font-weight: bold;
   text-align:center;
  }
  
  #upload_qr_Btn{
      width:110px;
  }
  
  #upload_image_qr_container{
      margin-top:10px;
  }

  #pre_upload_image_qr_container{
      margin-top:10px;
  }
  
  #camera_pivoter_container{
  	flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;    
    overflow: hidden;          
    position: fixed;
    z-index: 2;
    left:49%;
    top: 78%;           
  }
  
  #camera_pivoter{   
    border-style: solid;
    border-width: 1.5px;   
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    padding-top:0px;      
    padding-bottom:0px;      
    padding-left:10px;    
    padding-right:10px;    
  }

  #close_preview_container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;    
    overflow: hidden;       
    border-style: solid;
    border-width: 1.5px;
    position: fixed;
    z-index: 2;
    left:47%;
    top: 90%;
    width:100px;
    border-radius: 75px;
    font-size: 11px;
    font-weight: bold;
  }
  
  #preview{
    width:500px;   
  }

  

  #preview-description{
   font-size: 12px;
   color: rgba(0, 0, 0, 0.9);
   margin-top: 5px;
   font-weight: bold;
   text-align:center;
  }
  
  #upload_qr_Btn{
      
      font-size: 15px;
  }
  
  #label_for_upload_qr_Btn{
    cursor:pointer;  
    padding: 5px;
    font-size: 14px;    
    
    margin-top: -10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  #btn_scanner_code_qr{
    padding: 5px;
    font-size: 14px;    
    
    margin-top: -40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #span_fa_camera{
    margin-left:-60px;  
  }
  
   #span_fa_camera_text{
    margin-left:23px;    
  }
  
  #span_fa_object_group{
   margin-left:-65px;  
  }
  
   #span_fa_object_group_text{
     margin-left:28px;    
  }
  
  #description_commission{
     font-size:15px;
     color:royalblue;
     font-weight:bold;
  }
  
  #app-menu{
    cursor: pointer;
    color: white;
    font-weight: bold;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    height: 35px;
    width: 45px;    
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    margin-right: 20px;
    margin-left: 10px;
    /*animation-name: color_change;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    */
    
  }
  

  #notification_demande_reussie{
    margin-top:20px;
    margin-bottom:10px;
    padding:15px;
    background-color:rgba(255,230,230,1);
    color:red;
    font-size:12px;
    text-align:justify;
    border-radius:5px;
    width:350px;
  }



  @-webkit-keyframes color_change {
    from { background-color: royalblue; }
    to { background-color: lime; }
  }


 #label_for_str_reference{
  font-weight:normal;
  font-size:15px;  
 }

 #label_for_str_phone_number{
  font-weight:normal;
  font-size:15px;  
 }

 #label_for_str_ancienne_reference_ou_code_activation{
  font-weight:normal;
  font-size:15px;  
 }
 
 #numero_de_demande_container{
 display:flex;
 width:335px;
 margin-top:10px;
 }
  
  
  /*
  .container_montant_recharge1{
      color: white;
      border-radius: 30px;
      padding-left: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      background-color: limegreen;
  }
  
  .container_type_recharge1{
      color: white;
      border-radius: 30px;
      padding-left: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      background-color: rgba(45, 85, 204,0.85);
  }

*/



/*
  #inscription_user_infos_container{
    margin-left: -45px;
    margin-top: 0px;
  }

  #container_choisir_image{
    margin-left: 0px;
    margin-top: 0px;
  }
*/




  
/*
@media screen and (min-width:1600px) and (max-width:900px) {
  #inscription_user_infos_container{
    display: inline;
    margin-left: 700px;
    margin-top: 0px;
  }
  }  
  */


  


@media screen and (max-width:1000px) {

  .expired_img{
    height: 100px;
    width: 100px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .add-button{
    top:85%;
    left: 80%;
    height: 40px;
    width: 40px;
    }

    .expired_description{
      color: white;
      font-size: 18px;
    }


    .index-load-img{
      margin-left:25%;
      margin-top:50%;
      width: 50%;
    }

    #index-load-img{
      margin-left:41%;
      margin-top:60%;
      margin-bottom:50%;
      width: 60px;
      height: 60px;
    }

    #loading_gadget{
      margin-left:41%;
      margin-top:50%;
      margin-bottom:50%;
      width: 60px;
      height: 60px;
    }


    #logo_username{
      visibility: visible;
      margin-top: 0px;
    }


    #divider_logo_username{
      visibility: visible;
    }

    #entete-dashboard{
      font-size: 15px;
      font-weight: bold;
    }

    #finance-entete-dashboard{
      font-size: 15px;
      font-weight: bold;
    }

    #tarif-marche-dashboard{
      font-size: 20px;
      font-weight: bold;
    }

    #small-font-normal{
      font-size: 15px;
    }

    #small-font-bold{
      font-size: 15px;
      font-weight: bold;
    }

    #small-medium-font-normal{
      font-size: 13px;
    }

    #small-medium-font-bold{
      font-size: 13px;
      font-weight: bold;
    }

    #very-small-font-normal{
      font-size: 12px;
    }
    #very-small-font-bold{
      font-size: 12px;
      font-weight: bold;
    }

    #medium-font-normal{
      font-size: 17px;
    }

    #small-img-normal{
      width:20px;
    }

    #medium-img-normal{
      width:30px;
    }

    #btn-back{
      margin-top:25px;
    }

    #medium-text{
      margin-top:-4px;
      width: 150px;
    }

    #str_reference{
      margin-top:-4px;                 
    }

    #btn_valider_reference{
      
      padding-left: 0px;
      padding-right: 0px;
      visibility: hidden;
    }

    #btn_valider_reference_mobile{
      
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-top: -50px;
      visibility:visible;
    }
  

    #login-container{
      border-radius: 10px;
    } 

    #h1-seconnecter{
      font-size: 17px;
      font-weight: bold;
      color:rgba(128,0,255,1);
    }
    
    
    #title_choisir_image{
      font-size: 13px;
    }

    #btn_choisir_image{
      font-size: 13px;
      width:118px;
    }

    #inscription_user_infos_container{
      margin-left: 0px;
      margin-top: -30px;
    }

    #container_choisir_image{
      margin-left: 0px;
      margin-top: -23px;     
    }

    #sub_container_choisir_image{
      border-top-style: solid;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
    }

    #container_user_infos{
      padding-top: 50px;
      padding-bottom: 20px;
    }

    #date_periode_container{
      padding-top: 35px;
      padding-bottom: 5px;            
    }

    #sub_date_periode_container{
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 15px;      
      height: 50px;           
    }
   
    #checkbox_accord_credit{
      width: 12px;
      height: 12px;
    }

    #checkbox_payer_par_tranche{
      width: 12px;
      height: 12px;
    }

    #font_checkbox_accord_credit{
      font-size: 14px;
      font-weight: bold;   
      margin-bottom: -300px;         
    }

    #checkbox_activer_parrainage{
      width: 12px;
      height: 12px;
    }

    #font_checkbox_activer_parrainage{
      font-size: 14px;
      font-weight: bold;   
      margin-bottom: -300px;         
    }

    #checkbox_activer_compte{
      width: 12px;
      height: 12px;
    }

    #font_checkbox_activer_compte{
      font-size: 14px;
      font-weight: bold;   
      margin-bottom: -300px;         
    }

    #checkbox_status_admin{
      width: 12px;
      height: 12px;
    }

    #font_checkbox_status_admin{
      font-size: 14px;
      font-weight: bold;   
      margin-bottom: -300px;         
    }

     #font_checkbox_forcer_paiement_du_tarif_en_ligne{
      font-size: 14px;
      font-weight: bold;   
      margin-bottom: -300px;         
    }

    #checkbox_inclure_demarcheur_aux_affilies{
      width: 12px;
      height: 12px;
    }

    #checkbox_bonus_exceptionnel{
      width: 12px;
      height: 12px;
    }

    #profil_ptn_img{
      width: 110px;
      height: 100px;
      margin-top: 20px;
      margin-bottom: 15px;
      /*margin-left: 67%;*/
    }

    #ptn_avatar{
      border-radius: 105px;
      height: 129px; 
      width: 130px; 
      margin-top: 15px;
      margin-bottom: 15px;
    }

    #boutton-rechercher{
      margin-top: -50px;      
    }

    #entete-login{
      font-size: 16px;    
      color: rgb(113, 12, 214);
    }

    #operator_selector{
      width:80px;
    }
    
    
    #camera_pivoter_container{
  	flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;    
    overflow: hidden;          
    position: fixed;
    z-index: 2;
    left:47%;
    top: 70%;    
  	}

    #camera_pivoter{          
      border-style: solid;
      border-width: 1.5px;      
      border-radius: 5px;
      font-size: 30px;
      font-weight: bold;
      padding-top:0px;      
      padding-bottom:0px;      
      padding-left:10px;    
      padding-right:10px;      
    }
    
    #close_preview_container{
      flex-direction: column;
      align-items: center;
      justify-content: center;
      display: flex;    
      overflow: hidden;       
      border-style: solid;
      border-width: 1.5px;
      position: fixed;
      z-index: 2;
      left:40%;
      top: 90%;
      width:100px;
      border-radius: 75px;
      font-size: 11px;
      font-weight: bold;
    }
    
    #preview{
      width:500px;   
    }
    
    #btn_scanner_code_qr{
      padding: 5px;
      font-size: 14px;      
      
      margin-top: -10px;
      padding-left: 0px;
      padding-right: 0px;
    }

    #upload_qr_Btn{
      
      font-size: 15px;
  }

  #upload_image_qr_container{
      margin-top:10px;
  }

  #pre_upload_image_qr_container{
      margin-top:-20px;
  }
  
  #label_for_upload_qr_Btn{
    cursor:pointer;  
    padding: 5px;
    font-size: 14px;    
    
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

   #span_fa_camera{
    margin-left:-12px;  
  }
  
   #span_fa_camera_text{
    margin-left:0px;    
  }
  
  #span_fa_object_group{
   margin-left:-20px;  
  }
  
   #span_fa_object_group_text{
     margin-left:0px;    
  }    

  #description_commission{
     font-size:12px;
  }

  .swal-modal {
  margin-top:-920px;
  }

  #notification_demande_reussie{
  width:270px;
  }
  
  #numero_de_demande_container{
  display:block;
  width:335px;
  margin-top:10px;
  margin-left:-30px;
  line-height: 50px;
  }


}

