/* 
	Author : Samir Paul
*/
*{
    color: rgb(3, 5, 87);
    font-family: Arial, Helvetica, sans-serif;
}
h2{
    /* color: black; */
    font-style: italic;
    /* text-decoration: underline;    */
}
h3{
    color: black;
    font-style: italic;
    text-decoration: underline;
}
#heading {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 130%;
}
.align{
    /* padding: 1.5%; */
    padding-left: 17%;
    padding-right: 12%;
    padding-bottom: 0.05%;
    /* background-color: rgb(182, 179, 179); */
    font-size: medium;
    
}
.bigdiv{
    margin-left: 5%;
    margin-right: 5%;
    /* border: rgb(0, 0, 0) solid 2px; */
    
    /* background-color: rgb(182, 179, 179) ; */
}

.links{
    color: rgb(11, 11, 251);
    background-color: rgb(189, 201, 206);
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* font-weight:+ bold; */
    font-size: large;
}
.links:hover{
    color: rgb(3, 3, 128);
    background-color: rgb(2, 158, 158);
}

.form{
    /* background-color: rgb(182, 179, 179) ; */
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: x-small; */
    display: inline-block;
}
.input{
    font-size: x-small;
     /*  background-color: rgb(182, 179, 179); */
}

#text1{
    font-size: xx-small;
    /* background-color: rgb(182, 179, 179) ; */
}
#text4{
    font-size: small;
}
/* #encode{
    background-color: rgb(97, 153, 97);
} */
/* #decode{
    background-color: rgb(172, 75, 75);
} */
#encode:disabled{
    background-color: rgb(182, 179, 179);
}
#decode:disabled{
    background-color: rgb(182, 179, 179);
}
.button {
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
  }
  
  .button:hover,
  .button:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
  }
  
  .button:active {
    opacity: .5;
  }


.button:disabled{
    color: rgb(56, 54, 54);
}
.text{
    font-size: small;
}
.text2{
    /* background-color: rgb(182, 179, 179); */
    font-size: small;
}
#link1{
    font-size: smaller;
}
#textImg{
    width: 10%;
    margin-left: 30%;
    /* background-color: rgb(182, 179, 179); */
}

#doneImg{
    width: 9.5%;
    margin-left: 30.5%;
    /* background-color: rgb(182, 179, 179); */
}

#optionsImg{
    width: 14%;
    margin-left: 28.5%;
    /* background-color: rgb(182, 179, 179); */
}

#waitImg{
    width: 14%;
    margin-left: 29%;
    /* background-color: rgb(182, 179, 179); */
}
@media(min-width:740px){
    #heading {
        margin-left: 12%;
        margin-right: 10%;
        font-size: 150%;
    }
    #encode{
        margin-left: 4%;
    }
    .button{
        font-size: medium;
    }
    .bigdiv{
        margin-left: 15%;
        margin-right: 15%;
    }
    .align{
        font-size: large;
    }
    .text{
        font-size: medium;
        margin-left: 12%;
        margin-right: 3%;
    }
    #text1{
        font-size: x-small;
    }
    .text2{
        font-size: medium;
    }
    #text4{
        font-size: medium;
    }
    .input{
        font-size: small;
    }
    #link1{
        font-size: large;
    }
}
@media(min-width:1090px){
    #heading {
        margin-left: 17%;
        margin-right: 11%;
        font-size: 165%;
    }
    #encode{
        margin-left: 4%;
    }
    .text{
        margin-left: 25%;
        margin-right: 15%;
    }
    #text1{
        font-size: small;
    }
    .bigdiv{
        margin-left: 19%;
        margin-right: 15%;
    }
    .button{
        font-size: large;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .align{
        padding-left:23% ;
        padding-right: 20%;
        font-size: x-large;
    }
    .text2{
        font-size: large;
    }
}


.file-input-button {
    -webkit-appearance: none;
    background: #02b4d4;
    border: 1px solid #090177;
    border-radius: 10px;
    outline: none;
    padding: 0.1em 0.2em;
    margin-right: 1px;
    color: #ffffff;
    font-size: 0.7em;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    cursor: pointer;
  }
  




  

  

  .reload-button {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 30px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  
  .reload-button:focus {
    box-shadow: #e5f34e 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }
  
  .reload-button:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #1515df 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .reload-button:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }





  


  .upload-button {
    background: linear-gradient(to bottom right, #ff0000, #3c00ff);
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
  }
  
  .upload-button:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }
  
  .upload-button:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }


  