*{
			padding: 0px;
			margin: 0px;
}
		.container-fluid {
    width: 100%;
    border: 0px solid;
    display: flex;
    justify-content: center;
}

.container {
    width: 90%;
    display: flex;

}
.cont
{
    height: 100vh;
}
.row {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.login_table {
    padding-top: 10px;
    border: 2px solid #1e3c29;
    width: 50%;
    
    border-radius: 20px;
    text-align: center;
}
.login_table table {
    text-align: center;
    margin: 10px;
}
		td.logo img {
    width: 45%;
}
.login_table table tr td.logo {
    padding: 20px;
}
.login_table table tr td input {
    padding: 6px 0px;
    width: 60%;
    margin: 5px;
    text-align: center;
}
.login_table table tr td input.btn {
    padding: 10px 0px;
    width: 40%;
    margin: 5px;
    text-align: center;
    border-radius:20px;
    color: white;
    background: #1e3c29;
}
.login_table table tr td h3 {
    text-align: left;
    color: red;
}
.login_table table tr td a {
    text-decoration: none;
}
#hideMeAfter5Seconds {
  animation: hideAnimation 0s ease-in 2s;
  animation-fill-mode: forwards;
}
@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  }
  #hideMeAfter5Seconds1 {
  animation: hideAnimation1 0s ease-in 2s;
  animation-fill-mode: forwards;
}
@keyframes hideAnimation1 {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  }

.header {
    width: 100%;
    display: flex;
    border: 0px solid red;
    align-items: center;
    margin: 20px 0px;
}
.nav1
{
background: #ffffd2;
}
.logo {
    width: max-content;
}
.logo img {
    width: 15%;
}
.login {
    display: flex;
    align-items: center;
}
.login button a {
        color: white;
    }
.login button {
    color: white;
    margin: 0 0 0 20px;
    padding: 7px 15px;
    background: #1e3c29;
    font-weight: 600;
    border-radius: 5px;
}
.file {
    border: 1px solid;
    width: 20vw;
    margin: 10px;
    
}
.file table tr td img {
    width: 50%;
}
.file table tr td {
    text-align: center;
    padding: 10px 0px;
}
.title {
    text-align: center;
    font-size: 25px;
}
.file table tr td {
    border: 1px solid;
    width: 50%;
}
.file table tr td button {
    width: 80%;
    padding: 8px;

}

.row.row_file {
    display: flex;
    flex-wrap: wrap;
}

.table_file table tr td button {
    padding: 5px 10px;
    margin: 10px;
}
/*??????????????????????????????????? admin ????????????????????????*/
.title h3 {
    margin: 35px 0px;
}
.nv {
    background: #ffffd2;
}
.nav {
    width: 100%;
    border:0px solid;
    display: flex;    
}
.nav .logo img {
    width: 35%;
}
.nav div {
    width: 33%;
    padding: 10px;
    border: 0px solid;
}
.menu {
    text-align: center;
}
.menu ul li {
    list-style: none;
    float: left;
    padding: 6px 10px;
    text-align: center;
}
.menu ul li a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}
.logout button {
    float: right;
    padding: 5px 10px;
    background: #294634;
    border-radius: 5px;
    font-weight:600;
}
.logout button a
{
 color: white;

}
.new_folder_form {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.new_folder_form form {
    width: 100%;
}
.new_folder_form table {
    width: 100%;
    text-align: center;
}
.new_folder_form table tr td input {
    width: 35%;
    padding: 10px 0px;
    text-align: center;
    margin: 10px;
}
input.folder_name_btn {
    border-radius: 5px;
    width: 20%!important;
    color: white;
    background: #1e3c29;
}
.table_file {
    width: 100%;
}
.table_file table {
    width: 100%;
}
.table_file table tr th {
    width: 25%;
    border: 1px solid;
    padding: 10px 5px;
    text-align: center;
}
.table_file table tr td {
    width: 25%;
    border: 1px solid;
    padding: 10px 5px;
    text-align: center;
}
.banner img {
    width: 100%;
}
.banner {
    overflow: hidden;
    width: 100%;
}

.srarch_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_area input {
    margin: 0px 5px;
    padding: 10px;
}
.search {
    margin-bottom: 30px;
    background: #eaeaea;
    padding: 10px;
}