/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/

    /* Default link styling */

a:link { color:#1e5598; } */
a:visited { color:#84439a; } */
a:hover, a:focus { color:#000; } */
a:active { color:#d04942; } */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

@font-face {
  font-family: FiraMonoMedium;
  src: url(FiraMono-Medium.woff);
}

@font-face {
  font-family: FiraMonoRegular;
  src: url(FiraMono-Regular.woff);
}

@font-face {
  font-family: FiraMonoBold;
  src: url(FiraMono-Bold.woff);
}

.on-page-search {

  font-size: 1em;
  line-height: 2em;
  color: #787d85;
  background-color: #252f37;
  border: 1px solid #405f63;
  padding: 5px 15px;
  height: 3em;
  border-radius: 15px
}

.noresults {
  color: #f3f4f5;
}

.results {
  background: #de1919;
  color: white;
}

.results:hover {
  background: #333;
  color: white;
}


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

section{
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.expandable-div {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section .row{
  width: 80%;
  border-radius: 10px; /* Rounded corners */
  height: min-content;
  max-height: 5em;
  overflow: hidden;
  background: #283636;
  color: #72b3bb;
  list-style: none;
  padding: 1.2em;
  margin: 1em;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  min-height: 4em;
  align-items: center
}
section .row i{
  color: #9EB5B5;
  font-size: 30px;
}
section .details span{
  font-size: 14px;
  color: #72b3bb;
  width: max-content;
  padding: 0px;
}

section .details .name{
  width: 45%;
}

.progress-wheel {
  border: 4px solid rgba(0, 0, 0, .1);
  border-radius: 70%;
  border-top: 4px solid #3498db;
  width: 36px;
  height: 36px;
  animation: spin 2s linear infinite;
  margin-bottom: 10%;
  position: absolute;
  z-index: 22;
}

.icon-box {
    width: 10%; /* 10% of the parent div's width */
    height: 100%; /* 100% of the parent div's height */
    right: 0; /* Align to the right */
    top: -1em; /* Align to the top */
    background-size: cover; /* Cover the entire area of the div */
    background-position: center; /* Center the background image */
    display:flex;
    justify-content: center;
    align-items: center;
}

.icon-play {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin-top: -0.5em;
}
.icon-play:hover, .icon-play:focus, .icon-play:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

img {
    object-fit: fill;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.progress-area .row .content{
  width: 100%;
  /*margin-left: 15px; */
}
.progress-area .details{
  display: flex;
  align-items: flex-start;
  width: 100%;
  /*margin-bottom: 7px;  */
  justify-content: space-between;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  /*margin-bottom: 4px; */
  background: #fff;
  border-radius: 30px;
} 

.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #1b7c85;
  border-radius: inherit;
}


.results-area{
  /*max-height: 232px; */
  overflow-y: scroll;
  width: 100%;
  height: 97%;
  font-family: FiraMonoMedium;
}
.results-area.onprogress{
  max-height: 150px;
  width: 100%;
}
.results-area::-webkit-scrollbar{
  width: 0px;
}
.results-area .row .content{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.results-area .row .details{
  display: flex;
  align-items: center;
  margin-left: 0.7em;  
  flex-direction: row;
  width: 100%;
  justify-content: space-between

}
.results-area .row .details .size{
  color: #404040;
  font-size: 11px;
}
.results-area i.fa-check{
  font-size: 16px;
}


.uploaded-area{
  /*max-height: 232px; */
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FiraMonoMedium;
}
.uploaded-area.onprogress{
  /*max-height: 150px;*/
  width: 100%;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.uploaded-area .row .details{
  display: flex;
  align-items: center;
  margin-left: 1em;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.uploaded-area .row .details .size{
  color: #bfbfbf;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}

.rect {
    width: 90vw; /* Width of the rectangle */
    height: 90vh; /* Height of the rectangle */
    background-color: #202020; /* Color of the rectangle */
    border-radius: 10px; /* Rounded corners */
    margin: 2em; /* Margin for positioning */
    display: flex;
    justify-content: center;
    align-items: center; 
}


.downloads_box
{
    width: 44vw; /* Width of the rectangle */
    height: 30vh; /* Height of the rectangle */
    background-color: #596358; /* Color of the rectangle */
    border-radius: 13px; /* Rounded corners */
    margin: 3em auto; /* Margin for positioning */
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}

.inp_box
{
    width: 44vw; /* Width of the rectangle */
    height: 30vh; /* Height of the rectangle */
    background-color: #606070; /* Color of the rectangle */
    border-radius: 13px; /* Rounded corners */
    margin: 3em auto; /* Margin for positioning */
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center; 
}

/*form p{
  margin-top: 15px;
  font-size: 16px;
}*/

.dotted_box
{
    width: 20vw; /* Width of the rectangle */
    height: 15vh; /* Height of the rectangle */
    background-color: #606070; /* Color of the rectangle */
    border-radius: 13px; /* Rounded corners */
    border: dashed 0.3em #000;/*optional*/
    border-style: dashed;

    margin: 0 auto; /* Margin for positioning */
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.top_wrapper
{
   height: 35vh !important;
}

.box_wrapper
{
    width: 94vw; /* Width of the rectangle */
    height: 50vh; /* Height of the rectangle */
    /*background-color: #405050; */
    border-radius: 13px; /* Rounded corners */
    margin: auto; 
    margin-top: 0.6vh; 
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.output_uploaded
{
    width: 44vw; /* Width of the rectangle */
    height: 48vh; /* Height of the rectangle */
    background-color: #405050; /* Color of the rectangle */
    border-radius: 13px; /* Rounded corners */
    margin: auto; 
    margin-top: 1vh; 
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}


.output_processed
{
    width: 44vw; /* Width of the rectangle */
    height: 48vh; /* Height of the rectangle */
    background-color: #405050; /* Color of the rectangle */
    border-radius: 13px; /* Rounded corners */
    margin: auto; 
    margin-top: 1vh; 
    margin-left: 3vw;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}

.circle-button
{
    width: 18em; /* Width of the rectangle */
    height: 5em; /* Height of the rectangle */
    background-color: #303030; /* Color of the rectangle */
    color: #808080; /* Color of the rectangle */
    border-radius: 18px; /* Rounded corners */
    margin-top: 3vh;
    /*margin-left: -45vw; */
    margin-left: 3vw;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #303030, 0 0 1px rgba(0, 0, 0, 0);
}

.circle-button-2
 {
    width: 50px; /* Width of the rectangle */
    height: 3em; /* Height of the rectangle */
    background-color: #656b53; /* Color of the rectangle */
    color: #e2c6c6; /* Color of the rectangle */
    border-radius: 18px; /* Rounded corners */
    /*margin: 0 auto; /* Margin for positioning */
    margin-top: 2vh;
    margin-left: 35vw;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #303030, 0 0 1px rgba(0, 0, 0, 0);
}

.circle-button-2:hover, .circle-button-2:focus, .circle-button-2:active {
  background-color: #778c7e;
  color: #111111
}

.circle-button:hover, .circle-button:focus, .circle-button:active {
  background-color: #606060;
  color: #111111
}

body {
    background-color: #2b252e;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.wrapper, .my-form{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: inherit;
}


