body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-tap-highlight-color: transparent;
}
.download {
    z-index: 99;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 50px;
    width: 100px;
    right: 25px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    bottom: 50px;
    border-radius: 5px;
    background-color: #131418;
    color: white;
    transition: 0.52s;
    font-weight: bold;
}
.download:hover {
    background-color: #3e3f46;
}
.form-section .editcattext {
    font-size: 20px;
    color: orange;
    text-decoration: none;
}
nav {
    height: 60px;
    width: 95%;
    padding: 0 2.5%;
    background-color: #131418;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    top: 0;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
}
.nav-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: auto;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}
.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
    font-size: 13px;
    color: white;
}
.nav-links li a:hover {
    color: #61DAFB;
}
.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #61DAFB;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}
.nav-links li a::hover {
    color: #61DAFB;
}

.nav-links li a.active {
    color: #61DAFB;
}
/*.nav-links li a:hover::before{
    width: 80%;
}*/

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #fff;
    border:1.5px solid #fff;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 13px;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}
.intro-bg {
    height: 100%;
    width: 80%;
    padding: 0 10%;
    background-color: #516164;
    background: url('../images/background/img1.jpg') no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-text {
    height: auto;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.intro-text strong {
    font-size: 30px;
    color: white;
}
.intro-text a {
    font-size: 20px;
    color: white;
}
.intro-buttons {
    height: auto;
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.intro-buttons button {
    background-color: #10afcf;
    color: white;
    border: none;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    /* font-weight: 900; */
    font-size: 20px;
    margin-bottom: 20px;
    transition: 0.1s ease-in;
}
.intro-buttons button:hover {
    opacity: 0.6;
}
.intro-buttons button:nth-child(1) {
    background-color: orange;
}

.small-intro-bg {
    height: 50%;
    width: 80%;
    margin-top: 60px;
    padding: 0 10%;
    background-color: #516164;
    background: url('../images/background/img1.jpg') no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-intro-text {
    height: auto;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.small-intro-text strong {
    font-size: 30px;
    color: white;
}
.small-intro-text a {
    font-size: 20px;
    color: white;
}
.small-intro-buttons {
    height: auto;
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.small-intro-buttons button {
    background-color: #10afcf;
    color: white;
    border: none;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    /* font-weight: 900; */
    font-size: 20px;
    margin-bottom: 20px;
    transition: 0.1s ease-in;
}
.small-intro-buttons button:hover {
    opacity: 0.6;
}
.small-intro-buttons button:nth-child(1) {
    background-color: orange;
}
.table-section {
            width: 90%;
            margin-left: 5%;
            height: auto;
            display: flex;
            align-items: flex-start;
            margin-top: 5%;
            margin-bottom: 5%;
            flex-direction: column;
        }
        .table-section a {
            font-size: 30px;
            color: #212529;
            font-weight: bold;
        }
        table {
            border-collapse: separate;
            width: 100%;
            border-spacing: 0;
            border-radius: 12px;
            border: 1px solid #ebebeb;
            margin-bottom: 1rem;
            color: #212529;
            font-size: 15px;
            margin-top: 5%;
        }
        .dlr-table {
            width: 70%;
        }
        thead tr {
            /*border-bottom: .25rem solid #dee2e6;
            border-top: .125rem solid #dee2e6;*/
            height: 50px;
        }
        thead th {
            text-align: left;
            padding: 10px;
        }
        tbody tr {
            /*border-top: .125rem solid #dee2e6;*/
            height: 50px;
            text-align: left;
            cursor: pointer;
        }
        tbody td {
            text-align: left;
            padding: 10px;
            font-size: 13px;
        }
        tbody tr:nth-child(odd) {
            background-color: #ffa50036;
        }
        tbody tr:hover {
            background-color: rgb(247 249 249);
        }
        .form-section {
            height: 100%;
            width: 100%;
            /*padding: 5% 0;*/
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .form {
            width: 40%;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .form input {
            height: 60px;
            margin: 20px 0;
            width: 95%;
            padding-left: 5%;
            border: none;
            outline: none;
            border-radius: 10px;
            background-color: #ebebeb;
        }
        .form input[type="file"] {
            padding-left: 0;
            width:100%;
        }
        .custom-file-input::-webkit-file-upload-button {
          visibility: hidden;
        }
        .custom-file-input::before {
            content: 'Select .csv file';
            display: inline-block;
            background: linear-gradient(top, #f1f1f1, #dfdfdf);
            /* border: 1px solid #999; */
            border-radius: 3px;
            padding: 20px 40%;
            /* padding-left: 0; */
            outline: none;
            white-space: nowrap;
            -webkit-user-select: none;
            cursor: pointer;
            text-shadow: 1px 1px #fff;
            font-weight: 700;
            font-size: 12pt;
        }
        .custom-file-input:hover::before {
          border-color: black;
        }
        .custom-file-input:active::before {
          background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        }
        .form textarea {
            min-height: 100px;
            margin: 20px 0;
            max-width: 90%;
            padding: 5%;
            border: none;
            outline: none;
            border-radius: 10px;
            background-color: #ebebeb;
        }
        .form select {
            padding: 20px;
            background: #ebebeb;
            border: none;
            margin: 20px 0;
            background: linear-gradient(#f1f1f1, #dfdfdf);
            border-radius: 10px;
        }
        hr {
            height: 2px;
            width: 70%;
            border: none;
            margin: 30px 0;
            background-color: #ebebeb;
        }
        .form a {
            color: #131418;
            font-size: 25px;
        }
        .form .create {
            height: 60px;
            margin: 20px 0;
            border: none;
            border-radius: 10px;
            outline: none;
            background-color: #61DAFB;
            color: white;
            font-size: 20px;
        }
        .form button {
            height: 60px;
            margin: 20px 0;
            border: none;
            border-radius: 10px;
            outline: none;
            cursor: pointer;
            background-color: #131418;
            color: white;
            font-size: 20px;
        }
        .form-section strong {
            font-size: 30px;
            font-weight: bold;
            color: #131418;
        }
        .sql-error {
            padding: 20px 0;
            width: 40%;
            font-weight: bold;
            background-color: #d4000042;
            color: #d40000;
            margin: 20px 0;
            font-size: 18px;
            border-radius: 10px;
            border: 2px solid #d40000;
        }
        .sql-success {
            padding: 20px 0;
            width: 40%;
            font-weight: bold;
            background-color: #00b47a42;
            color: #00b47a;
            margin: 20px 0;
            font-size: 18px;
            border-radius: 10px;
            border: 2px solid #00b47a;
        }
        .dashboard-body {
            height: auto;
            width: 100%;
            margin-top: 60px;
        }
    
        .account-info-cont {
            height: auto;
            width: 100%;
            background-color: #f7f7f7;
            display: flex;
            justify-content: space-evenly;
        } 
        .account-info {
            padding: 50px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .account-info strong {
            font-size: 50px;
            color: #131418;
        }
        .account-info a {
            font-size: 20px;
            font-weight: bold;
            color: #222;
        }
        .footer {
            height: 250px;
            width: 100%;
            background-color: #131418;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-evenly
        }
        
        .footer-container {
            height: 70%;
            width: 20%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }
        
        .footer-container strong {
            font-size: 20px;
            color: white;
        }
        
        
        .footer-container a {
            font-size: 15px;
            color: #b5bec7;
            text-decoration: none;
        }
        
        .footer-container b {
            font-size: 15px;
            color: #00b47a;
            text-decoration: none;
        }
        
        .copyright {
            height: 50px;
            width: 100%;
            background-color: #0e151d;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
        }
        ul.pagination {
            height: auto;
            width: auto;
            border: 1px solid #ccc;
            display: flex;
            list-style: none;
            padding: 0;
            border-radius: 10px;
        }
        li {
            padding: 10px 15px;
            color: #131418;
            cursor: pointer;
        }
        li.disabled {
            padding: 10px 15px;
            color: #bbb;
            cursor: not-allowed;
        }
        li a {
            color: #131418;
            text-decoration: none;
        }
        li.active a {
            color: white;
        }
        li.active {
            background-color: #131418;
            color: white;
            cursor: not-allowed;
            padding: 10px 15px;
        }
        strong.page {
            font-size: 17px;
            font-weight: normal;
        }
        .mobile-nav {
            display: none;
        }
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the  (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: flex;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
      .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
      .mobile-nav {
        height: 100px;
        width: 100%;
        background-color: #131418;
    }
        .form-section strong {
            font-size: 25px;
            font-weight: bold;
            color: #131418;
        }
        .intro-buttons button {
            background-color: #10afcf;
            color: white;
            border: none;
            width: 100%;
            cursor: pointer;
            padding: 12px 0;
            /* font-weight: 900; */
            font-size: 18px;
            margin-bottom: 20px;
            transition: 0.1s ease-in;
        }
        .intro-text strong {
            font-size: 25px;
            color: white;
        }
        .intro-text a {
            font-size: 18px;
            color: white;
        }
        .sql-error {
            padding: 20px 0;
            width: 80%;
            font-weight: bold;
            background-color: #d4000042;
            color: #d40000;
            margin: 20px 0;
            font-size: 18px;
            border-radius: 10px;
            border: 2px solid #d40000;
        }
        .sql-success {
            padding: 20px 0;
            width: 80%;
            font-weight: bold;
            background-color: #00b47a42;
            color: #00b47a;
            margin: 20px 0;
            font-size: 18px;
            border-radius: 10px;
            border: 2px solid #00b47a;
        }
      .intro-bg {
        height: 100%;
        width: 80%;
        padding: 0 10%;
        background-color: #516164;
        background: url('../images/background/img1.jpg') no-repeat center top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
      }
      .intro-text {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
      }
       .intro-buttons {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .footer {
        height: auto;
        width: 90%;
        padding: 5%;
        background-color: #131418;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .footer-container {
        height: auto;
        width: 100%;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .footer-container strong {
        font-size: 15px;
    }
    .footer-container a {
        font-size: 13px;
        color: #b5bec7;
        text-decoration: none;
    }
    .small-intro-bg {
        height: 50%;
        width: 80%;
        margin-top: 60px;
        padding: 0 10%;
        background-color: #516164;
        background: url('../images/background/img1.jpg') no-repeat center top;
        background-size: cover;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-direction: column;
    }
    .small-intro-text {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .small-intro-text strong {
        font-size: 25px;
        color: white;
    }
    .small-intro-buttons {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .form {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .account-info a {
        font-size: 15px;
        font-weight: bold;
        color: #222;
    }
    .account-info strong {
        font-size: 30px;
        color: #131418;
    }
    .form-section {
        height: auto;
        width: 100%;
        overflow-x: auto;
        padding: 5% 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

