body {
    display: flex;
    font-family: Arial, sans-serif;
    flex-direction: column;
}

#header {
    min-width: 400px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    background: black;
    padding: 20px;
}

#content {
    margin-left: 0px;
    padding: 20px;
    flex-grow: 1;
    width: 100%;
    min-width: 400px;
    overflow: auto;
}
.btn-block {
    width: 100%;
    margin-bottom: 10px;
}
table.dataTable tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.highlight, .highlight td {
   background-color: yellow !important;
   color: black;
}
#wordTable {
   user-select: none; /* Onemogoči izbiro besedila */
}
.speakBtn{
     
}
.initial{
    font-size:20px;
    text-decoration: underline;
    margin-right: 5px;
}

[data-bs-theme="light"] .initial {
    color: blue;
}

[data-bs-theme="dark"] .initial {
    color: white;
}

.stolpci{
    display: flex;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom:15px;
}
.stolpci label {
    margin-left:15px;
    margin-top:15px;
}

#wordTable th input {
    width: 100%;
}

#content h1 {
    width: 100%;
    white-space: nowrap;
  
}
.select2-container {
    /* width: 100% !important; */
    margin-left: 15px;
    width: 100% !important;
    font-size: 1.3rem;
}

.dataTables_length label{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dataTables_length select {
    margin-left:5px;
    margin-right:5px;
}

#wordTable_processing, #wordTable_processing_dummy{
    position: fixed;
    display: block;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 80vw !important;
    height: 40vh !important;
    line-height: 35vh !important;
    text-align: center;
    background: #030303f5 !important;
    margin: 25vh 10vw !important;
    z-index: 1000;
    font-size: 5vmin !important;
    justify-content: center;
    align-items: center;
    color: white !important;
}

.short-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.long-text {
    display: none;
    flex-direction: column;
}
.more-link {
    cursor: pointer;
}

.image-holder {
    float: left;
    margin-right: 15px;
}


[data-bs-theme="light"] #header {
    background: #0000001c;
}

table.dataTable tr.selected {
    background-color: #007bff !important; /* Modra barva */
    color: white;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}
.gumbi-desno {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
}
.dt-search{
    margin-left: 15px;
}
.dt-length, .dt-search{
    margin-bottom: 15px;
}
.m-t-15{
    margin-top: 15px;
}
.m-b-15{
    margin-bottom: 15px;
}
.white-image {
    filter: invert(1);
}

div.alphabet {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%;
    min-width: 30px;
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
[data-bs-theme="dark"] div.alphabet span.active {
    color: white;
}

.flex {
    display: flex;
}
    
[data-bs-theme="light"] div.alphabet span.active {
    color: black;
}

.load{
    margin-right:15px;
}

.btn-lightness {
    height: auto;margin-bottom: 15px; margin-left:15px;
}

#translationModal .modal-content{
    background: #eee;
}
#translationModal .modal-title, #translationModal span, #translationModal p, #translationModal h5{
    color: black;
    
}
#rhymesModal span {
    cursor: pointer;
    border: 0.1px solid gray;
    padding: 2px 5px;
}
.textExample{
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}