
/*# sourceMappingURL=custom-rtl.min.css.map */
.headers-line{
    margin: 0 0 14px;
    line-height: 27px;
    padding: 0;
    color: #ffbd2e;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}
.headers-line:after {
    content: " ";
    position: absolute;
    top: 50%;
    height: 2px;
    border-top: 2px solid #eee;
    left: auto;
    width: 999em;
    margin: 0 0 0 12px;
}
#companyinfo {
    display: none;
}
.dungdt-upload-box {
    position: relative;
}

.dungdt-upload-box .upload-box {
    background: #fafbfc;
    text-align: center;
    border: 1px solid rgba(195, 207, 216, 0.3);
    padding: 30px 20px;
    transition: all 0.2s;
}

.dungdt-upload-box .upload-box svg {
    width: 120px;
    height: 100px;
    margin-bottom: 15px;
}

.dungdt-upload-box .upload-box:hover {
    border: 1px solid #c3cfd8;
}

.dungdt-upload-box .attach-demo {
    background: #fafbfc;
    text-align: center;
    border: 1px solid rgba(195, 207, 216, 0.3);
    transition: all 0.2s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.dungdt-upload-box .attach-demo img {
    max-width: 100%;
}

.dungdt-upload-box .upload-actions,
.dungdt-upload-box .attach-demo {
    display: none;
}

.dungdt-upload-box.active .upload-actions {
    display: flex;
}

.dungdt-upload-box.active .upload-box {
    display: none;
}

.dungdt-upload-box.active .attach-demo {
    display: block;
    padding: 20px;
}

.dungdt-upload-box .delete {
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
}

.dungdt-upload-box .delete i {
    color: white;
}

.dungdt-upload-box:hover .delete {
    display: block;
}
img {
    max-width: 100%;

}
.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}
.modal-lg {
    max-width: 1000px !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.dropdown-toggle::after {
    content: '\00B7 \00B7 \00B7';
    margin-left: 5px;
    vertical-align: middle;
}


.dropdown {
    position: relative;
}
.dropdown-list {
    max-height: 250px;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.dropdown-list-product {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 28%;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}


.dropdown-list div {
    padding: 10px;
    cursor: pointer;
}
.dropdown-list div:hover {
    background: #f0f0f0;
}

.non-clickable {
    pointer-events: none;  /* Désactive les événements de clic sur ces éléments */
    color: #6c757d;  /* Change la couleur du texte pour indiquer qu'il n'est pas cliquable */
}

body  {
    user-select: none;
}


