.langchooser {
    display: none;
}

/*EMFANISH SXETIKON ARXEION*/
div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 10px;

    border-radius: 15px;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}

/*END OF EMFANISH SXETIKON ARXEION*/.modal {
      position: fixed; 
      z-index: 1000; 
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto; 
      background-color: rgba(0,0,0,0.6); 
    }

    /* Modal Content */
    .modal-content {
      background-color: #fff;
      margin: 5% auto;
      padding: 20px;
      border-radius: 30px;
      width: 80%;
      max-width: 500px;
      position: relative;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      animation: fadeIn 0.3s ease-in-out;
    }

@media (max-width: 912px) {
    .modal-content {
      margin: 20% auto;
    }

}



    /* Close Button */
    .close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #004e89;
    padding: 2px 2px 5px 9px;
    border-radius: 50%;
    width: 22px;
    height: 25px;
    }


    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }