#body-compagnies{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: relative;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;  

}

#body-compagnies.active{
    transform: scale(1);
    transition: transform 1s ease;  
}

#body-compagnies input,select{
    border: transparent;
    outline: none;
    width: 100%;
    background-color: none;
}

#body-compagnies select{
    width: 100%;
}

#add-compagnies{
    transform: scale(.7);
}


.groupe-pays{
    display: flex;
}

.loader-btn.active {
    border: 7px solid #f3f3f3; /* Light grey */
    border-top: 7px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    animation: spin 2s linear infinite;
    position: relative;
    bottom: -2px;
    margin:0 5px ;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes anim {
 from{
    opacity: 0;
 }
 to{
    opacity: 1;
 }
}



.select-hide {
    display: none;
  }


.form-compagnies .groupe-id, .groupe-address, .groupe-pays, .groupe-taxId{
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    /* border-radius: 25px; */
    display: flex;
    background: #fff;
    flex-wrap: wrap;

}


.form-compagnies .fa-address-card, .fa-location-dot, .fa-phone, .fa-dollar-sign, .fa-building {
    display: inline-block;
    color: rgba(193, 237, 245, 0.774);
    padding: 2px ;
    
}

.fa-address-card{
    font-size: 20px !important;
    margin: 5px !important;
}
.form-compagnies .groupe-btn button{
    background: rgb(23, 127, 76);
    padding: 7px;
    color:#fff;
    border: #fff .1px solid;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: bold;
}


.form-compagnies .groupe-btn button:hover{
    background: rgba(23, 127, 77, 0.678);
    cursor: pointer;
      
}

.form-compagnies .groupe-phone{
    display: flex;
    padding: 5px;
    margin-bottom: 10px;
}

.phone{
    background: #fff;
}

.form-compagnies .phone-code{
    width: 25%;
    margin-right: 5px;
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.id-activity{
    display: flex;
    align-items: center;
    justify-content: center;
}

.culum-compagny{
    display: none;
}
.culum-compagny.active{
    display: block;
}

.btn-compagny{
    display: none;
}
.btn-compagny.active{
    display: block;
}

.groupe-btn button:hover, div.btn-compagny:hover{
    background: rgba(23, 127, 77, 0.678);
    cursor: pointer;   
}

.prev-compagny.active, .next-compagny.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-compagny{
    display: none;
}
.btn-compagny.active{
    display: block;
}

.groupe-btn button, div.btn-compagny{
    background: rgb(23, 127, 76);
    padding: 7px;
    color:#fff;
    border-color: transparent;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: bold;
    margin: 5px;
    font-size: 20px;
    text-align: center;

}

.form-compagnies .phone{
    width: 100%;
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    
}

.form-compagnies .formulaire-login{
    max-width: 300px;
    width: 100%;
}

.form-compagnies{
    padding: 10px;
    /* background: #dfe8f6; */
    background: #99bbe8;
}

.form-compagnies .groupe-btn{
    display: flex;
    align-items: center;
    }