html, body {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-size: 14px;
}
body {
    min-height: 100vh;
}
h1, h2, h3, h4, h5 {
    margin: 5px 0 10px;
    font-family: "Inter";
}
img {
    max-width: 100%;
}
button {
    border: 1px solid #333;
    padding: 8px 20px;
    background: #39a2ff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.overlay_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 0;
}
.wrapall {
    padding: 50px 20px 20px 20px;
    background-color: #e1e1e1;
    position: relative;
    min-height: 100vh;
    background: url("/asset/images/6993877_657.png");
    background-position: left center;
    background-size: cover;
    box-sizing: border-box;
}

.welcome_ads {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #000;
    padding: 5px 10px;
    color: #fff;
    z-index: 2;
}
.welcome_ads h4 {
    margin: 0;
}
.welcome_ads a {
    color: lightblue;
}

.frm_holder {
    display: flex;
    /*min-height: 80px;*/
    align-items: center;
    gap: 20px;
    position: relative;
}
.keycheck_frm {
    display: flex;
    align-items: flex-start;
    /*flex-direction: row-reverse;*/
    gap: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.keycheck_frm h1 {
    font-family: "Codystar";
    width: 380px;
    background: #000;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    margin: 0;
    letter-spacing: 3px;
}

form#uploadForm {
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 4px 4px 0 #333;
    border: 1px solid lightgoldenrodyellow;
}

.index_content {
    display: flex;
    gap: 50px;
    align-items: center;
    position: relative;
}
.card {
    width: 25%;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px 10px 30px;
    border-radius: 7px;
    box-shadow: 4px -4px 0 #333;
    border: 1px solid lightgoldenrodyellow;
}
.files-history {
    margin-top: 20px;
    background: rgba(255,255,255,0.5);
    padding: 10px 12px 15px;
    border-radius: 7px;
    box-shadow: 4px -4px 0 #333;
    border: 1px solid lightgoldenrodyellow;
    width: 75%;
}
.d-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 20px;
}
.d-grid button {
    width: 200px;
}
.card ul, .card ol {
    padding-bottom: 20px;
}
#resultTableBody td {
    background-color: rgba(255,255,255,0.9);
}
.files-history h2 {
    margin-bottom: 0;
}
#paginationContainer {
    margin-top: 15px;
}
tfoot#tableFooter button {
    background-color: #000000;
    display: flex;
    margin-left: auto;
    gap: 8px;
    align-items: center;
}



.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  padding: 0 10px;
}

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

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* login */
.login_wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    background: url("/asset/images/6993877_657.png");
    background-position: left center;
    background-size: cover;
    padding: 50px;
    box-sizing: border-box;
}
.login_holder {
    width: 350px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    border: 1px solid lightgrey;
}
.login_holder input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ededed;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    line-height: 1.5em;
}
.login_holder button {
    border: 1px solid #333;
    padding: 12px 20px;
    background: #39a2ff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 35%;
    border-radius: 10px;
    line-height: 1.5em;
}
.login_left {
    width: 390px;
    position: relative;
}
.login_holder h1 {
    font-size: 32px;
    color: #a85a19;
    text-shadow: 4px 2px 0 #000;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.reg_link {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.reg_link a {
    text-decoration: none;
}