.email-input{
    width: 22rem;
}
.naf-input{
    width: 4.5rem;
}
.siret-input{
    width: 9rem;
}
.nic-input{
    width: 5rem;
}
.phone-email-input{
    width: 22rem;
}
.phone-input{
    width: 8rem;
}
.daymonthonly{
    width: 5rem;
}
.date-input{
    width: fit-content;
}
.table-middle tbody tr td{
    vertical-align: middle;
}

.table-50>tbody>tr>td{
    width: 50%;
}
.table-50>tbody>tr>td>table{
    width: 100%;
}
tr.td33>td{
    width: calc(100%/3);
}
.hide{
    display: none;
}
.editor{
    width: 40rem;
    position: absolute;
    z-index: 2;
    max-height: 90vh;
    overflow: auto;
}
.editor-lg{
    width: 55rem;
}
.editor .card-header{
    cursor: move;
    position: sticky;
    top:0;
    z-index: 2;
    background-color: #f7f7f7;
}
.editor .btn-close{
    float: right;
}
.pointer{
    cursor: pointer !important;
}
.block-ruby{
    display: block ruby
}

.api-siret{
    font-size: 1.4rem;
}
.etab-box{
    padding: 5px;
}
