@media screen and (max-width: 900px)  {


.pcoff{
  display: block;
}
.mobiloff{
    display: none;
}

.stredobsahu {
        height: 55vh;
    }

    #spravicka {
        height: 400px;
        width: 100%;
        font-size: 17px;
    }

    .spravabuble {
        padding: 15px;
        background-color: gray;
        border-radius: 30px;
        width: 50%;
        white-space: pre-line;
        font-size: 0.8rem;
    }

    .stredflexos {
    width: 100%;
    min-height: 100vh;
    display: flex;

}

    .stredobsahu {
        height: 100vh;
    }
    .komunikaciasflex{
      font-size: 0.6rem;
    }
    .hlavickachatu span {
    font-size: 0.5rem;
    font-weight: 400;
}

    .mobilnepodmenu{
      padding: 4px 4%;
      display: flex;
      background-color: #2D66FF;
      justify-content: space-between;

    }
    .mobilnepodmenu .lineuper{
      padding: 3px;
  
    }
    .mobilnepodmenu .lineuper .linka{
      padding: 3px;
      width: 20px;
      margin-bottom: 3px;
      background-color: white;
      border-radius: 5px;
  
    }

    .vlajocky{
        margin-left: 0px;
    }

.formchatovy {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    text-align: right;
    gap: 10px;
    flex-direction: column;
}

.lavemenu {
    width: 100%;
    flex: 20;
    padding: 15px;
    position: absolute;
    display: none;
    background-color: #0A2754;
}
.chatspravyscroll{
  height: 30vh;
}
#odoslatBtn{
  font-size: 1.2rem;
}

.pravemenu {
    width: 95%;
    flex: 20;
    padding: 15px;
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    position: absolute;
    right: 0;
    display: none;
    background-color: #0A2754;
}
.nastenkaflexos{
  display: none;
}
.boxiknastenkas{
  display: none;
}
.miniprofilek{
display: flex
;
    gap: 10px;
    align-items: center;
    color: white;
    justify-content: flex-end;
    border: 2px solid gray;
    border-radius: 100px;
    padding: 7px;
}
.miniprofilek .body {
    font-size: 0.8rem;
    display: none;
}
.miniprofilek .profilovka{
    width: 36px;
    height: 36px;
}
.miniprofilek .profilovka img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
.loading-overlay{
  width: 90%;
}
.loading-message{
    margin-top: 50%;
}
.mobilnalistachatov{
    display: flex;
    width: 100%;
    overflow-y: scroll;
    gap: 8px;
}
.mobilnalistachatov a{
    padding: 10px 15px;
    border-radius: 100px;
    border: 2px solid gray;
    text-decoration: none;
}


}

@media screen and (min-width: 900px) and (max-width: 1366px) {
    .modal {
        margin-top: 0;
        height: 100%;
        width: 100%;
    }


    .lavyflexar {
        flex: 1;
        padding: 5px;
    }

    .modal-content h3 {
        font-size: 16px;
    }
    
.stredobsahu {
    
    height: 55vh;
}


}


@media screen and (min-width: 900px) and (max-width: 1605px) and (max-height: 900px) and (orientation: landscape) {
    .modal {
        margin-top: 0;
        height: 100%;
        width: 100%;
    }



    .lavyflexar {
        flex: 1;
        padding: 5px;
    }

    .modal-content h3 {
        font-size: 16px;
    }

    .stredobsahu {
        height: 55vh;
    }

    #spravicka {
        height: 100px;
    }

    .spravabuble {
        padding: 15px;
        background-color: gray;
        border-radius: 30px;
        width: 50%;
        white-space: pre-line;
        font-size: 0.8rem;
    }
}