@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
a {
  color: gray;
  text-decoration: none;
}
a:hover {
  color: #EC008C;
}
.ubody {
  align-items: center;
}
body{
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-color: #FAFAFB;
}
fieldset {
  border: 0;
}
::selection{
  color: #fff;
  background: #04d476;
}
.b_wrapper{
  min-width: 800px;
  max-width: 830px;
  background: #70CBEE;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
  color: #fff;
}
.wrapper{
  min-width: 400px;
  max-width: 430px;
  background: #70CBEE;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}
.wrapper header, .b_wraper header {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapper small{
  text-align:center;
  color:#038249;
}
header {
    position: relative;
    width: 100%;
    text-align: center;
}
header img {
    max-width: 55%;
    border-radius: 50%;
    padding-bottom: 10px;
}
.b_wrapper header img {
  max-width: 25% !important;
  padding-bottom: 15px;
}
header span {
    text-transform: uppercase;
    font-size: 11pt;
    letter-spacing: 2px;
    display: block;
    padding: 5px 0 5px 0;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    text-align: center;
    color: #fff;
}
.wrapper label {
    position: relative; 
    display: inline-block;
    margin: 15px 0 0 0 !important;
    color: #fff;
}
.wrapper input {
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    border-width: 2px;
    border-color: #000;
}
.wrapper textarea {
    padding: 5px;
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    border-width: 2px;
    border-color: #000;
}
.upload-file {
    height: 167px;
    display: flex;
    cursor: pointer;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #fff;
}
form :where(i, p){
  color: #EC008C;
}
form i{
  font-size: 50px;
}
form p{
  margin-top: 15px;
  font-size: 16px;
}

section .row{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .row i{
  color: #04d476;
  font-size: 30px;
}
section .details span{
  font-size: 14px;
}
.progress-area .row .content{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  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: #04d476;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 232px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content {
  display: flex;
  align-items: center;
}
.uploaded-area .row .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size, .progress-area .row .details .size {
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}
.c_red  {
    color: red !important;
}
.c_white {
    color: #fff !important;
}
h1 {
  margin: 10px;
  font-size: 16pt;
}
.file_list {
  padding: 5px 5px 5px 5px;
  background-color: #70CBEE;
  border-radius: 5px;
}
.file_list ul {
  margin: 2px 5px 2px 5px;
  list-style-type: none;
  font-size: 14pt;
}
.f_directory {
  padding-left: 0px;
}
.f_item {
  margin-bottom: 5px;
  padding-left: 0px;
  list-style-type: none;
  background-color: #008DC2;
  border-radius: 5px;
  overflow: hidden;
}
.f_item span, .f_directory span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
}
.f_head {
  display: inline-block;
  width: 100%;
  font-size: 14pt;
  padding: 5px;
}
a.f_head {
  color: #eaeaea;
}
.f_item div {
  background-color: #FAFAFB;
  color: darkslategrey !important;
  border-radius: 5px;
  padding: 10px;
  margin: 0px 5px 5px 5px;
  overflow: hidden;
}
.f_item a div {
  font-size: 12pt !important;
}
.f_item div a {
  color: gray;
  color: #262626 !important;
}
.f_item div > .r, .modal-open {
  position: relative;
  display: inline-block;
  margin: 2px;
  padding: 10px 12px 10px 10px;
  background-color: #00AEEF;
  border-radius: 5px;
}
.f_item div .r:hover, .modal-open:hover {
  color: #EC008C !important;
}
.f_item > a:hover > span > i {
  color: #EC008C !important;
}
/* MODAL */
body {
  font-family: sans-serif;
}
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #000;
}
.modal[open] {
  display: flex;
  left: 0;
  top: 0;
}
.model-inner {
  background-color: white;
  border-radius: 0.5em;
  max-width: 90%;
  height: 95%;
  padding: 2em;
  margin: auto;
}
.model-inner video {
  max-width: 100%;
  max-height: 100%;
}
.model-inner img {
  max-width: 100%;
  max-height: 100%;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid black;
}
.modal-header h3 {
  font-size: 14pt;
}
.modal-header button {

  width: 30px;
  height: 30px;
  border-radius: 15px;
}
#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: black;
  opacity: 0.5;  
}
/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {
.wrapper {
    min-width: 85% !important;
    max-width: 90% !important;
}
.b_wrapper {
  min-width: 50% !important;
  max-width: 95% !important;
}
.file_list ul {
  font-size: 10pt !important;
}
.f_directory {
  font-size: 12pt;
}
.f_directory a {
  display: inline-block;
  padding: 3px 0 3px 0;
}
}