 body{
        margin-top:80px;
    }
    
    h1{
        font-size:24px;
        margin-bottom:35px;
        text-align:center;
    }
    
       #progressBar {
        width: 100%;
        height: 20px;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        float: right;
        margin-top: 20px;
    }
    
    #send{
        float:left;
    }

        #progress {
            width: 0%;
            height: 100%;
            background-color: #007bff;
        }
        
        #dropArea {
        height: 80px;
        border: 2px dashed #d6d6d6;
        background: #e8f0fe;
        text-align: center;
        font-size: 17px;
        padding-top: 2%;
        }

        .file-progress {
            height: 100%;
            background-color: #007bff;
            opacity: 0.5;
        }

        .selected-file {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 5px;
        }

        .selected-file span {
            margin-right: 10px;
        }

        .delete-file {
            color: red;
            cursor: pointer;
        }
        
        /*#selectedFiles {
            background: #f6ffe8;
            height: 30px;
            padding: 2px;
            border: 1px solid #c5c5c5;
            border-radius: 6px;
        }*/
        
        #resultContainer {
        font-size: 19px;
        padding: 11px;
        }
        
        @media (max-width: 767px) {
          .mobile-container {
            padding-right: 0;
            padding-left: 0;
            margin-right: auto;
            margin-left: auto;
            width: 100%;
          }
          
         #testgushplot {
            width: 100%;
         }
        }
        
        #testgushplot {
          height: 55px;
          width: 100%;
        }
        
        .form-floating>.form-control, .form-floating>.form-control-plaintext {
            padding: 1rem 0.75rem;
            border: 1px solid #878787;
        }
        .form-control {
            direction: rtl;
        }