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%;
    overflow: hidden;
}

body {
    min-height: calc(100vh - 77px);
}

.headbrand {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
    column-gap: 12px;
    font-weight: 700;
    font-family: sans-serif;
}

.brand-img {
    height: 45px;
}
  .card-icon {
        margin-left: auto;
        margin-right: auto;
    }

.crdgrup {
    width: 190px;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 10px 10px 48px #8c8c8c, -10px -10px 48px #ffffff;
}



#filesList {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#files-names {
    flex-wrap: wrap;
}

.input-group-text {
    height: 45px;
}

.page-titel {
    border: 3px solid black;
    border-radius: 10px;
    background: #6f93aba6;
    margin-bottom:10px;
}

.main {
        width: calc(100% - 260px);
        margin-left: 260px;
        transition: all 0.5s ease;
    }
#main {
    margin-top: 60px;
    background: #80808024;
    max-height: 87vh;
    overflow: auto;
    min-height: 85vh;
}


.obj {
    max-width: 70px;
    max-height: 40px;
}

.name {
    display: none;
}

#modlPrev {
    max-width: 94%;
    min-width: 94%;
    max-height: 97%;
    margin: 3%;
}

.bttn {
    height: 35px;
    border-radius: 20px;
    width: 130px;
    font-size: 12px;
    background-color: #0d6efd;
    color: white;
}

.lbl {
    max-width: 115px !important;
}

.select2-container--default .select2-selection--single {
    border:none !important;
}

.select2-selection__rendered {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.select2-container {
    /*z-index: 10000 !important;*/
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height:100% !important;
    }

.select2-container--disabled .select2-selection .select2-selection__rendered {
    background-color: #e9ecef;
}