.change_language {
    display: inline-block;
    justify-content: center;
    align-items: center;
}

a {
    color: #252323;
    padding: 3px 1px;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    background-color: #006aeb;
    text-decoration: none;
    color: white;
}
body {
    background-color: white;
    color: #252323
}
html {
    font: normal 18px/1.3 Georgia, "New York CE", utopia, serif;
    color: #666;
    -webkit-text-stroke: 1px rgba(0,0,0,0);
    overflow-y: scroll;
}
img.flag {
    max-width: 35px;
}

.custom-form {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    margin: auto;
}
.custom-form .form-group {
    margin-bottom: 15px;
}
.custom-form label {
    display: block;
    margin-bottom: 5px;
}
.custom-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.custom-form button {
    padding: 10px 15px;
    background-color: #007bff;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}


.cursor-pointer{
    cursor: pointer;
}

.highlighted {
    background-color: red !important; /* Honziku s tímto si urcite poradis ... Ja tam mel cervenou abych to poradne videl ;)  */
}

.neon-output-box {
    position: relative; /* aby close button byl správně umístěný */
    display: none;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid rgb(255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(3px);
    color: rgb(255, 255, 0);
    font-family: 'Courier New', monospace;
    font-size: 0.65rem;
    white-space: pre-wrap;
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
    text-shadow: 0 0 3px rgb(255, 255, 0);
    border-radius: 5px;
}

.close-output-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: rgb(255, 255, 0);
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(255, 255, 0);
}

.fast-filter-dropdown{
    padding: 10px 0 !important;
    .dropdown-item:hover{
        background-color: #d1d1d1 !important;
    }
    .dropdown-item{
        padding: 7px 15px !important;

    }
}
@media(max-width: 650px){
    .default-table-header-item{
        color: black;
        .default-table-text{
            font-weight: 600 !important;
        }
    }
    .mobileScreenWhite{
        color: white !important;
    }
    .mobileScreenBlack{
        color: black !important;
    }
}
.select2-selection__rendered {
    white-space: normal !important;  /* povolí zalamování */
    word-break: break-word;          /* zalomí i dlouhá slova */
    overflow: visible !important;    /* umožní zobrazit celý obsah */
    text-overflow: unset !important;
    height: auto !important;         /* umožní růst výšky */
    line-height: 1.3 !important;     /* zlepší čitelnost víceřádkového textu */
    padding-top: 6px;                /* doladění vzhledu */
    padding-bottom: 6px;
}
.close-discussion-cross-wrapper{
    display: flex;
    justify-content: end;
    top: -17px !important;
    left: -10px;
    line-height: 50px;
    .close-window-cross{
        width: 19px;
        position: initial;
    }
}
@media(min-width: 1150px){
    .side-div:has(.manageSomeActionOpened) {
        margin-top: 96px;
    }
    .side-div:has(.manageNoActionOpened) {
        margin-top: 52px;
    }
}
.select2-selection__choice__display{
    text-wrap: wrap;
}

