@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');
body{
    margin: 0;
    width: 100%;
    font-family: 'Commissioner', sans-serif;
    height: 100vh;
}
.loginHero {
    width: 40%;
    height: 100%;
    background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    /*background-color: #f4f8f2;*/
    /*background-image: url("../styles/images/loginBg.jpg");*/
    /*background-color: beige;*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    float: left;
    
    display: flex;
  justify-content: center;
  align-items: center;
  }
  
.login {
    margin-left: 40%;
    height: 100%;
    background: #ffffff;
}
.loginLogo img{
    width: 400px;
    height: 200px;
}

.loginForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loginForm form input[type=text]{
    margin-top: 20px;
    width: 200px;
    font-size: 16px;
    padding: 15px;
    border-radius: 40px;
    
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    /*outline-color: #b28ee4;*/
    
    box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
}
.loginForm form input[type=password]{
    margin-top: 20px;
    width: 200px;
    font-size: 16px;
    padding: 15px;
    border-radius: 40px;
    
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    /*outline-color: #b28ee4;*/
    
    box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
}
.loginForm form input[type=submit]{
    margin-top: 20px;
    width: 150px;
    font-size: 16px;
    padding: 15px;
    color: #ffffff;
    border-radius: 40px;
    border-style: none;
    
    background-color: #000000;
    /*outline-color: #b28ee4;*/
    
    box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
}




.sideBar {
    position: fixed;
    width: 15%;
    height: 100vh;
    background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    /*background-color: #f4f8f2;*/
    float: left;
    font-family: 'Commissioner', sans-serif;
}
.sideLogo{
    margin-top: 20px;
    margin-left: 20px;
    display: block;
  
}
.sideBar img{
    width: 200px;
    height: 100px;
}


.sideBar ul{
    padding: 0;
    list-style-type: none;
}
.sideBar li a{
    display: block;
    padding: 15px 40px;
    text-decoration: none;
    color: #141414;
    font-size: 22px;
}
.sideBar .sideBtm{
    position: absolute;
    bottom: 30px;
}
  
  
  
  
  
  
  
.content {
    margin-left: 20%;
    height: 100vh;
    background: #ffffff;
    background-color: #ffffff;
}








/*//////// FILE FORM CSS ///////*/
.fileFrm{
    display: flex;
    flex-direction: row;
}
.formDiv h1{
    font-size: 30px;
    margin: 0;
    padding: 20px;
}

.fileFrm div{
    margin-left: 10%;
    margin-bottom: 20px;
}
.fileFrm div input[type=file]{
    width: 300px;
    min-width: 20%;
    font-size: 16px;
    padding: 12px 20px 12px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    outline-color: #141414;
    color:#141414;
}
.fileFrm div input[type=text]{
    min-width: 20%;
    font-size: 16px;
    padding: 12px 20px 12px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    outline-color: #141414;
}
.fileFrm div select{
    width: 300px;
    min-width: 20%;
    font-size: 16px;
    padding: 12px 20px 12px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    outline-color: #141414;
    color:#141414;
}
.fileFrm div input[type=submit]{
    width: 200px;
    min-width: 20%;
    font-size: 16px;
    border: none;
    color: #ffffff;
    padding: 12px 10px 12px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #141414;
    cursor: pointer;
}


.fileSplit{
    width: 70%;
    border: 2px solid #141414;
    border-radius: 5px;

}

.fileDisplay{
    margin-top: 20px;
}
.fileSearch input[type=text]{
    margin-left: 10%;
    padding: 12px 20px 12px 10px;
    min-width: 20%;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    outline-color: #141414;
}
#fileTbl {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin: auto;
}

#fileTbl td, #fileTbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

#fileTbl tr:nth-child(even){background-color: #f2f2f2;}

#fileTbl tr:hover {background-color: #ddd;}

#fileTbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  /*#f4f8f2*/
  background-color: #86A8E7;
  color: #141414;
}
.downloadBtn a{
    text-decoration: none;
    color: #f4f8f2;
}
.downloadBtn{
    padding: 5px;
    border: none;
    font-size: 15px;
    border-radius: 20px;
    background-color: #141414;
}
.deleteBtn a{
    text-decoration: none;
    color: #f4f8f2;
}
.deleteBtn{
    padding: 5px;
    border: none;
    font-size: 15px;
    border-radius: 20px;
    background-color: #141414;
}
/*// File Filter //*/
.filter {
  position: absolute;
  width: 20%;
  height: 20vh;
  display: none;
  text-align: left;
  font-size: small;
  z-index: 9999;
  overflow: auto;
  background: #ffffff;
  color: #1f2d54;
  border: 1px solid #dddddd;
  
}
.filter input {
    margin: 5px !important;
    padding: 0 !important;
    width: 10%;
    cursor: pointer;
    display: inline;
    width: 40%;
    font-size: 16px;
    border: none;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #b28ee4;
}
div input:checked ~ .checkmark{
    background-color: #b28ee4;
} 

#hFilter{
    cursor: pointer;
}
.fileContent > :first-child {
    
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
input, label { 
    display:block;
    padding: 10px 0 10px 0; 
}







































