@import "./vertical-layout-light/style.css";

.upload-process-container {
    position: relative;
}

.file-upload-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.file-dropbox input {
    display: none;
}

.file-dropbox {
    margin: 10px;
    height: 200px;
    text-align: center;
    border: 1px dashed grey;
    font-size: 1.5em;
    border-radius: 22px;
    line-height: 3em;

}

.file-dropbox:hover {
    background-color: #EEE;
}
.list-droped-file {
    min-height: 250px;
    flex-grow: 3;
}

.hidden {
    display: none;
}
.hidden_imp {
    display: none !important;
}
.diamond-progress {
    height: 25px;
}


#uploadCompleted .card {
    background-color: #FFFFFFF8;
}

#uploadCompleted .mdi {
    color: #2b542c;
    font-size: 120px;
}

.mdi-blue {
    color: #1F3BB3;
}

.zoom-image {
    position: relative;
}

.zoom-image img {
    cursor: none;
    border-radius: 5px;
    box-shadow: 0 18px 5px -15px rgba(0, 0, 0, .5);
}

.table td img.hover-image {
    position: absolute;
    width: auto;
    height: 100px;
    border-radius: 20%;
    transform: translate(-50%, -20%);
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

textarea.form-control {
    height: auto;
}

.modal-body {
    max-height: 60vh;
    overflow-y: scroll;
}

a.dark-link {
    color: #212529;
}

.dataTables_length {
    padding-top: 0.15em;
    margin-right: 10px;
}

.loading-container {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    background: #22222266;
}

#loadingWindow {
    display: none;
}
#loadingWindow .loading {
    display: flex;
}
#loadingWindow .loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}
#loadingWindow .loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}
#loadingWindow .loading .dot:nth-child(1) {
    background: #7ef9ff;
}
#loadingWindow .loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}
#loadingWindow .loading .dot:nth-child(2) {
    background: #89cff0;
}
#loadingWindow .loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}
#loadingWindow .loading .dot:nth-child(3) {
    background: #4682b4;
}
#loadingWindow .loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}
#loadingWindow .loading .dot:nth-child(4) {
    background: #0f52ba;
}
#loadingWindow .loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}
#loadingWindow .loading .dot:nth-child(5) {
    background: #000080;
}
#loadingWindow .loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}
@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}
.no-scroll {
    height: 100vh;
    overflow: hidden;
}


div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: 1px solid #e3e3e3;
}

table.dataTable>tbody>tr>td {
border-bottom:  none;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before {
    line-height: 14px;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: .2em .7em;
}
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.current {
    background: var(--primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: white !important;
    border: 1px solid #EEE;
}

/* HTML: <div class="loader"></div> */
.loader-container {
    min-height: 150px;
}
.loader {
    height: 15px;
    aspect-ratio: 4;
    display: grid;
}
.loader:before,
.loader:after {
    content: "";
    grid-area: 1/1;
    --_g: no-repeat radial-gradient(farthest-side,var(--bs-primary) 94%,#0000);
    background:
            var(--_g) left,
            var(--_g) right;
    background-size: 25% 100%;
    animation: l34 1s infinite;
    transform: translate(var(--d,0)) rotate(0);
}
.loader:after {
    --d: 37.5%;
    animation-delay: .5s;
}
@keyframes l34 {
    50%,100% {transform: translate(var(--d,0)) rotate(.5turn)}
}

/* HTML: <div class="loader"></div> */
.loader2 {
    width: 30px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,var(--bs-primary) 90%,#0000);
    background:
            var(--_g) 0%   50%,
            var(--_g) 50%  50%,
            var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

.cursor-pointer {
    cursor: pointer;
}


.selected input.override-bid-input {
    display: inherit;
    width: 200px;
}

.table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.modal-tender-bids {
    max-width: 850px;
    min-width: 50vw;
}

div.dt-container div.dt-search input {
    width: 65%;
    min-width: 220px;
}