.bcim-users-list i{
    font-size: 1.5rem;
}
.bcim-users-list a{
    padding: 5px 25px;
}
.bcim-users-list tr td:nth-child(1){
    width: 45%;
}
.bcim-users-list tr td:nth-child(2){
    width: 45%;
}
.bcim-users-list tr td:nth-child(3){
    width: 10%;
    text-align: center;
}
.bcim-users-cert i{
    font-size: 1.5rem;
}
.bcim-users-cert a{
    padding: 5px 25px;
}
.bcim-users-cert tr td:nth-child(4){
    width: 12%;
}
.bcim-users-cert tr td:nth-child(5){
    width: 10%;
    text-align: center;
}
.bcim-obtain-cert {
    margin: 0 auto;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 25px;
    text-align: center;
}
.bcim-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bcim-popup .content{
    background-color: #ffffff;
    border: 1px solid #e7e9ec;
    max-width: 500px;
    padding: 25px;
    text-align: center;
}
.bcim-popup .content.rodo {
    max-width: 700px;
}
.bcim-popup form{
    margin-bottom: 0;
}
.bcim-popup .day{
    max-width: 75px;
    text-align: center;
}
.bcim-popup .year{
    max-width: 100px;
    text-align: center;
}
.bcim-popup .buttons{
    margin-top: 15px;
}
.bcim-popup .message, .contact-message{
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: red;
    padding: 15px;
}
.contact-message{
    background-color: #e0e1e1;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: red;
    padding: 15px;
}
.contact-message p{
    margin: 0;
    padding: 0;
}
.bcim-popup p{
    margin-bottom: 15px;
    padding: 0;
}
.bcim-popup .log-out{
    margin-top: 15px;
}
.no-scroll {
    overflow: hidden;
}
.hidden {
    display: none !important;
}
