html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.dt-search {
    float: right
}

    /* Resize the search input */
    .dt-search input {
        font-size: 12px !important;
        padding: 3px !important;
    }

/* Resize the "entries per page" dropdown */
.dt-length select, label {
    font-size: 12px !important;
    padding: 0px !important;
}

.dt-paging {
    float: right !important;
}

    /* Resize pagination controls */
    .dt-paging .dt-paging-button {
        font-size: 15px !important;
        padding: 5px !important;
    }

.Tender-Table td {
    font-size: 10px
}

.dt-info {
    font-size: 12px;
}

.authentication-links {
    padding-top: 10px;
    padding-bottom: 10px;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.file-upload, .file-download {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
    align-items: center;
}

.file-dropzone {
    position: relative;
    padding: 6px 10px;
    background-color: #f0f0f0;
    border: 2px dashed #bbb;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 100px;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

    .file-dropzone:hover {
        background-color: #e0e0e0;
        transition: background-color 0.2s ease;
    }

.dragover {
    color: #fff;
    background-color: rgb(139, 195, 74);
    border: 2px solid rgb(119, 175, 54);
    transition: background-color 0.2s ease;
    cursor: grab;
    transform: scale(1.1);
}

.pillbox, .pillbox-download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.pill {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fefefe;
    border: 1px solid #bbb;
    border-radius: 4px;
    gap: 8px;
    height: 50px;
    position: relative;
}

.file-text {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: smaller;
}

.pill {
    cursor: default;
}

.Log-Error-Table tbody td{
    font-size:10px;
}