/* ====================================== */
/* darg and drop styling  */
/* ====================================== */

#dropzone {
    border: 2px dashed #ccc;
    padding: 15px;
    text-align: center;
}

#dropzone.dragover {
    background-color: #f5f5f5;
}

#fileList {
    margin-top: 15px;
}


/* ====================================== */
/* text sizing  */
/* ====================================== */

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.modal-xl {
    width: 80%;
}

.font-arial {
    font-family: Arial, sans-serif;
}

.text-description {
    font-size: 12px;
    max-width: 400px;
    min-width: 250px;
}

.client-area {
    max-width: 200px;
    min-width: 200px;
}

.outset-border {
    border-style: outset;
}

.doc-header {
    margin-bottom: 10px;
}

.login-container {
    display: flex;
    height: 100vh;
    align-items: center;
}

.company-info {
    background-color: #f2f2f2;
    padding: 30px;
}

.login-form {
    padding: 30px;
    background-color: #ffffff;
}

.text-truncate-custom {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 380px;
    max-height: 250px;
}

.ui-autocomplete {
    z-index: 9999;
}

@media print {
    @page {
        margin-top: 3cm;
        margin-bottom: 1cm;
    }

    @page :first {
        margin-top: 0;
    }
}

.modal-expand {
    width: 100%;
}

i {
    translate: none;
}

a {
    text-decoration: none;
}

.table-scrollable {
    max-height: 375px;
    overflow-y: auto;
}

.selected-flag {
    border: 3px solid #3c97f9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

.logo-color{
    color: #153669;
}