/* .dx-widget {
    font-family: centraleSansMedium;
} */

/* .dx-field-item {
    /* font-size: 0.9rem;
} */

.dx-invalid-message > .dx-overlay-content {
  background-color: white;
  color: #f44336;
  padding: 0;
}

.dx-invalid {
    margin-bottom: 20px;
}

.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

#app {
    min-height: 100vh;
}

footer {
    /* margin-top: -100px; */
}
footer ul.links {
    border-left: 1px solid #343A40;
    overflow-x: hidden;
}
footer ul.links li {
    display: flex;
    align-items: center;
    margin-left: -1px
}
footer ul.links li .divider-v {
    width: 1px;
    height: 16px;
    background: grey;
}
footer ul.links li a {
    display: block;
    float:none;
    padding: 0px 6px;
    color: #969696
}

.footer-separator {
    border-top: 2px solid #464646;
}

/* swal2 css .datafile-error*/
.swal2-container .swal2-content.datafile-error #swal2-content{
    text-align: left;
    white-space: pre-line;
    margin-bottom: 1rem; /*mb-3*/
}

.text-warning2 {
    color: #efdf4a !important;
}

.rounded-xl {
    border-radius: 0.5rem !important;
}
/* ================= responsive class =============== */
/* Very Small devices (phones, 0px and up) */
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    padding: 0;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}
.dx-toolbar-item-auto-hide .dx-datagrid-search-panel {
    margin-left: 0;
    width: 100% !important;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swal2-container {
    z-index: 2000 !important;
}
.dx-fileuploader-file {
    white-space: normal;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    .w-sm-initial {
        width: initial !important;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
        padding: 0;
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }
    .w-md-initial {
        width: initial !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
