

@media (max-width: 800px) { 

    .header_top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
        font-size: 10px;
        padding: 20px 0;
    }

    .header_top h2:last-child {
        display: none;
    }


    .elem {
        /* display: flex;
        justify-content: center;
        gap: 30px;
        padding-top: 20px; */
        flex-direction: column;
    }

    .image {
        width: 100%;
    }

    .text_content {
        width: 100%;
    }

    .respects {
        /* display: flex;
    justify-content: center;
    gap: 15px; */
    flex-direction: column;
    align-items: center;

    }

    hr {
        margin-top: 40px;
        width: 80%;
    }
    
   
    .footer_top {
        justify-content: center;
        margin-right: 15%;
    }

    .modalActive {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        cursor: default;
        padding: 40px 20px;
    }

    .admin_page {
        flex-direction: column;
        gap: 20px;
        padding: 50px;
    }

   .content {
    flex-direction: column;
    
   }

  

    .input-file {
        position: relative;
        display: inline-block;
        width: 300px;
    }
    .input-file-text {
        padding: 0 67px;
        line-height: 100px;
        text-align: left;
        height: 40px;
        display: block;
        float: left;
        box-sizing: border-box;
        width: 50px;
        border-radius: 6px 0px 0 6px;
        border: 1px solid #ddd;
    }
    .input-file-btn {
    position: relative;
        display: inline-block;
        cursor: pointer;
        outline: none;
        text-decoration: none;
        font-size: 16px;
        vertical-align: middle;
        color: rgb(255 255 255);
        text-align: center;
        border-radius: 0 4px 4px 0;
        background: linear-gradient(to right, #2A6478,   #00BFFF);
        padding: 10px 3px;
        background: linear-gradient(to right, #2A6478,   #00BFFF);
        border:none;
        color: white;
        line-height: 22px;
        height: 40px;
        
       
    }

    /* form {
       
        
        padding: 80px 50px;
        height: 160px;
        
        
    } */

    
   
    .home_page .result_all  {
        max-width: 82%;
        height: 200px;
       }

    .home_page .result_all tr td {
        font-size: 20px;
    }

    .home_page {
        padding: 20px;
    }
    
   
    .admin_page .result_all {
       width: 100%;
       
    }

    .admin_page form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 0.5px solid  #E5E4E2;
        padding: 50px 10px;
       
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        border-radius: 6px 6px 6px 6px;
        
        
    }

}




@media (min-width: 1200px) { 


    .modalActive {
        position: absolute;
        width: 350px;
        height: 400px;
        top: calc(50% - 250px);
        left: calc(50% - 175px);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        cursor: default;
        padding: 40px 20px;
    }


}



