@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');

:root{
  --fc: #000;
}

.noUi-connect {
    background: #28e0d6 !important; 
}






.playb{
  border-style:none;
  color:  #28e0d6;
  background-color: rgba(0,0,0,.25);
  border-radius: 3px;
      padding: 6px;
    width: 40px;
    height:40px;
    margin-top: 5px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playb i{
  margin-bottom: 0px;
}

audio{
  margin-top:7px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  width: 80%;
}

.slider{
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;

}

.audio-div{
  background-color: rgba(0,0,0,.25);
  margin-bottom:20px;
  border-radius: 20px;
  padding: 20px;
}

.btn-group {
  display: none;
}

.aname{
  margin-top:10px;
}

.quick-block{
  margin-top:40px;
  margin-bottom: 40px;
  width: 90%;
}

.h {
  display: none;
}

#join{
  display:none;
  justify-content: center;
}



ul.dropmenu.dropdown-menu.show {
    overflow-y: scroll !important;
    height: 500px !important;
}

.cont {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f2f2f2;
}

.in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-img > img {
  fill: blue;
}

.dropinfo {
  font-size: 20px;
}

.fimg {
  margin-bottom: 20px;
}

/* .button {
  width: 230px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
  background-color: white;
  border: none;
  color: black !important;
  padding: 1rem;
  text-align: center;
  transition-duration: 0.4s;
  overflow: hidden;
  border-radius: 4px;
} */

/* .button:hover {
  background: #fff;
  box-shadow: 0px 1px 3px 2px white;
  color: #000;
} */
/* 
.button:focus {
  outline: 0;
} */

.lead {
  color: #f2f2f2;
}

.quick-hidden {
  display: none;
}

.quick-block {
  padding: 0px 15px;
  text-align: center;
}

.quick-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.quick-overlay-inner1 {
  display: table;
  height: 100%;
  width: 100%;
}

.quick-overlay-inner2 {
  vertical-align: middle;
  display: table-cell;
}

.quick-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  color: #f2f2f2;
}

.quick-left {
  display: inline-block;
  float: left;
}

.quick-drop-outer {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 10px;
  height: 50px;
}

.quick-drop-inner {
  border: 2px dashed #bbbbbb;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.boxes {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 24px;
  height: 54px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: #000;
}
.boxes svg,
#dropbox svg,
#filepicker svg {
  height: 24px !important;
  width: 24px !important;
}
.file-pick-dropdown {
  color: #000;
  display: inline-flex;
  background: #fff;
  height: 54px;
  border-left: 1px solid rgba(134, 124, 124, 0.15);
  padding: 13px 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  position: relative;
}
.file-pick-dropdown i {
  margin: 0;
}
.file-picker-dropdown {
  width: 227px;
  position: absolute;
  background: #fff;
  top: 111%;
  right: 0px;
  display: none;
  box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
  border-radius: 4px;
}
.arrow-sign {
  font-size: 18px;
}
.file-picker-dropdown svg {
  height: 24px;
  width: 24px;
}
.file-picker-dropdown button,
.file-picker-dropdown a {
  border: none;
  width: 100%;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 24px;
  list-style: none;
  height: 54px;
}
.file-picker-dropdown button:hover {
  background: #e9e4e4;
}
#downloadButton svg {
  height: 25px;
}



#progress{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -56px;
  width: 112px;
  height: 70px;
}
#progress:before,
#progress:after{
  display: table;
  content: "";
}
#progress:after{
  clear: both;
}
#progress .finger{
  float: left;
  margin: 0 2px 0 0;
  width: 20px;
  height: 100%;
}
#progress .finger-1{
  animation: finger-1-animation 2s infinite ease-out;
}
#progress .finger-2{
  animation: finger-2-animation 2s infinite ease-out;
}
#progress .finger-3{
  animation: finger-3-animation 2s infinite ease-out;
}
#progress .finger-4{
  animation: finger-4-animation 2s infinite ease-out;
}

#progress .finger-item{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 8px 8px;
   background-clip: padding-box;
  background: var(--primary-color);
}
#progress .finger-item span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5px 5px 0 5px;
}
#progress .finger-item span:before,
#progress .finger-item span:after{
  content: "";
  position: relative;
  display: block;
  margin: 0 0 2px 0;
  width: 100%;
  height: 2px;
  background: var(--fc);
}
#progress .finger-item i{
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  border-radius: 10px 10px 7px 7px;
  background-clip: padding-box;
  background: var(--fc);
}
#progress .last-finger{
  position: relative;
  float: left;
  width: 24px;
  height: 100%;
  overflow: hidden;
}
#progress .last-finger-item{
  position: absolute;
  right: 0;
  top: 32px;
  width: 110px;
  height: 20px;
  border-radius: 0 5px 14px 0;
  background: var(--primary-color);
  background-clip: padding-box;
  animation: finger-5-animation 2s infinite linear;
}
#progress .last-finger-item i{
  position: absolute;
  left: 0;
  top: -8px;
  width: 22px;
  height: 8px;
  background: #fff;
  overflow: hidden;
}
#progress .last-finger-item i:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 20px;
  border-radius: 0 0 15px 15px;
  background-clip: padding-box;
  background-clip: var(--fc);
}

@keyframes finger-1-animation{
  0%{
    padding: 12px 0 5px 0;
  }
  20%{
    padding: 12px 0 5px 0;
  }
  29%{
    padding: 4px 0 24px 0;
  }
  35%{
    padding: 4px 0 24px 0;
  }
  41%{
    padding: 12px 0 5px 0;
  }
  100%{
    padding: 12px 0 5px 0;
  }
}

@keyframes finger-2-animation{
  0%{
    padding: 6px 0 2px 0;
  }
  24%{
    padding: 6px 0 2px 0;
  }
  33%{
    padding: 2px 0 16px 0;
  }
  39%{
    padding: 2px 0 16px 0;
  }
  45%{
    padding: 6px 0 2px 0;
  }
  100%{
    padding: 6px 0 2px 0;
  }
}
@keyframes finger-3-animation{
  0%{
    padding: 0 0 0 0;
  }
  20%{
    padding: 0 0 0 0;
  }
  37%{
    padding: 0 0 12px 0;
  }
  43%{
    padding: 0 0 12px 0;
  }
  49%{
    padding: 0 0 0 0;
  }
  100%{
    padding: 0 0 0 0;
  }
}
@keyframes finger-4-animation{
  0%{
    padding: 8px 0 3px 0;
  }
  32%{
    padding: 8px 0 3px 0;
  }
  41%{
    padding: 4px 0 20px 0;
  }
  47%{
    padding: 4px 0 20px 0;
  }
  53%{
    padding: 8px 0 3px 0;
  }
  100%{
    padding: 8px 0 3px 0;
  }
}
@keyframes finger-5-animation{
  0%{
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
  34%{
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
  43%{
    top: 20px;
    right: 2px;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }
  50%{
    top: 20px;
    right: 2px;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }
  60%{
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
  100%{
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
}