input{
    outline: none;
}input:focus{
    outline: none;
}select{
    outline: none;
}select:focus{
    outline: none;
}
.pointer
{
    cursor: pointer;
}
/* Bouton avancé d'impression */
.print-advanced-btn, .print-advanced-btn-fake, .print-advanced-btn-pencil
{
    position: absolute;
    bottom: -15px;
    left: 15%;

    width: 70%;
    

    text-align: center;

    border-radius: 7px;
    border: 1px solid rgb(80, 80, 80);

    cursor: pointer;
    transition: 0.2s;
}
.print-advanced-btn:hover, .print-advanced-btn-fake:hover, .print-advanced-btn-pencil:hover
{
    background-color: rgb(94, 94, 94);
    color: white;
}
.print-advanced-dots
{
    margin-top: -13px;
    height: 28px;

    font-size: 20px;
}
.print-btn
{
    position: relative;
    margin-top: -5px;
}
.print-btn-alt
{
    position: relative;
    margin-top: -5px;
}
/* End Bouton avancé d'impression */

#modal-title
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
#modal-print-content
{
    transition: 0.15s;
}
#document_modal_print_popup
{
    margin-top: 90px !important;
    max-width: 680px;
    width: 680px !important;
}
#btn-voir-plus
{
    display: none;
}
#modal-body
{
    padding: 10px 20px;
    padding-top: 0;
}
#modal-body-create, #modal-body-duplicate, #modal-body-delete, #modal-body-edit, #modal-body-import, #modal-body-conditions
{
    padding: 10px 20px;
    padding-top: 0;
    display: none;
}
.input, .input:focus, .input:active
{
    padding: 5px;
    border: 2px solid #383838 !important;
    border-radius: 8px;
    width: 100%;
}

.text-btn
{
    color: #0645AD ;

    cursor: pointer;
}

.modal-btn-pdf
{
    padding: 4px 12px;
    display: flex;
    justify-content: center;

    color: white;

    border-radius: 8px;
    background-color: #518cc0;

    cursor: pointer;
    transition: 0.2s;
}
.modal-btn-pdf:hover
{
    box-shadow: 0 0 4px #050505;
}

.modal-btn
{
    padding: 4px 12px;
    display: flex;
    justify-content: center;

    color: white;

    border-radius: 8px;
    background-color: #518cc0;

    cursor: pointer;
    transition: 0.2s;
}
.modal-btn:hover
{
    box-shadow: 0 0 4px #050505;
}

.checkbox-case
{
    margin-top: 6px;
    display: flex;
    font-size: 14px;
}
.modal-mini-btn
{
    padding: 6px 12px;
    display: flex;
    justify-content: center;

    color: white;

    border-radius: 8px;
    background-color: #518cc0;

    cursor: pointer;
    transition: 0.2s;
}
.modal-mini-btn:hover
{
    box-shadow: 0 0 4px #050505;
}
.under-select-module, .under-select-module-block
{
    display: flex;
    justify-content: space-between;
}
.modal-btn-text
{
    margin-left: 5px;
    font-size: 17px;
}
.label-modal-btn-text
{
    margin-left: 5px;
    margin-top: 3px;
    color: #383838; 
}
.modal-btn-test
{
    height: 25px;
    padding-top: 5px;
}
.double-line
{
    height: 34px;
    display: flex;
    justify-content: space-between;
}
.modal-btn-icon
{
    display: flex;
    align-items: center;
    margin-top: -2px;
    cursor: pointer;
}
.modal-line
{
    margin: 15px 0;
    display: flex;
    justify-content: space-evenly;
}
.half-modal-line
{
    margin: 0;
    width: 20%;
}
.modal-mini-line
{
    width: 320px;
    display: flex;
    justify-content: space-between;

    margin: 2px 0;
}
.modal-line-test
{
    display: flex;
    justify-content: flex-end;
}
#check-preview
{
    margin-left: 5px;
    margin-top: 5px;
}
.icon-voir-plus-printer
{
    display: none;
}
.icon-voir-plus-printer, .title-modal-body
{
    color: white;
}
#select-case
{
    position: relative;
}
#default-btn
{
    color: #300b58;
}
#loader-select
{
    background-color: white;
    position: absolute;
    height: 41px;
    z-index: 5000;
    width: 100%;
    top: -3px;
    left: 0;
    display: none;
    justify-content: center;
    transition: 0.1s;
}
#mrt-file
{
    display: none;
}
.etat-type-nom
{
    font-size: 18px;
}
.loader-select-gif
{
    width: 41px !important;
    height: 41px !important;
}

#conditions-array
{
    display: flex;
    flex-direction: column;
}
.line
{
    display: flex;
    justify-content: space-between;

    padding: 3px 8px;
    border-radius: 10px;
    background-color: #94748d;
    margin-bottom: 8px;
}
.line-table
{
    color: white;
    margin-top: 4px;
    padding-left: 5px;
    width: 100px;
}
.line-fields
{
    width: 180px;
}
.line-select
{
    width: 180px;
}
.line-value
{
    width: 180px;
}
.line-save
{
    color: white;
    font-size: 18px;
    transition: 0.15s;
}
.line-save:hover
{
    color: rgb(221, 214, 221);
}
/* Style des inputs */
.line-value-input, .line-select
{
    padding: 3px 6px;
    border: none;
    border-radius: 5px;
}
input:focus{
    border: none !important;
}
.print-icon
{
    margin-top: 13px;
    margin-left: -2px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    font-size: 16px;
}


#progress-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: 9998;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
}

#transfer-progress {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.25);
    border-radius: 7px;
    padding: 36px 48px;
    width:1000px;
    height:200px;
    text-align: center;
}

#progress-label {
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 1.2em;
}

#progress-bar {
    width: 100%;
    background: #eee;
    height: 32px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
}

#progress-bar-inner {
    width: 0%;
    background: linear-gradient(90deg, #3a9bdc 0%, #4fc3f7 100%);
    height: 100%;
    border-radius: 8px;
    text-align: center;
    color: white;
    line-height: 32px;
    font-weight: bold;
    font-size: 1.1em;
    transition: width 0.3s;
}

#progress-cancel-btn {
    margin-top: 10px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 28px;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(231,76,60,0.15);
}