﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
}

body {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(255 255 255) 0%, #186e7d70 100%);
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-10{
    margin-right:10px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.btn {
    padding: 5px 10px;
    border-radius: 3px;
    border: none !important;
}

.bg-blue {
    background-color: #00bcd4 !important;
    color: #fff;
}

.bg-green {
    background-color: #009688 !important;
    color: #fff;
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.ExportBt {
    margin-bottom: 10px;
    background: #186e7d;
    border: none;
    padding: 5px 12px;
    color: #fff;
    right: 15px;
    top: 2.5%;
}
.loginImg {
    position: relative;
    z-index: 9;
    width: 650px;
    background: #fff;
    height: 550px;
    padding: 40px 50px;
    text-align: justify;
}

    .loginImg h3 {
        font-size: 25px;
        margin-bottom: 30px;
        border-left: 2px solid #186e7d;
        background: #eeeeee63;
        padding: 10px;
        padding-left: 20px;
    }

    .loginImg img {
        width: 100%;
        /* box-shadow: 0px 0px 3px 4px #0000003b; */
        position: relative;
        /* z-index: -3; */
        bottom: 0;
        left: 0;
        /* padding: 15px; */
        height: 80%;
        object-fit: cover;
    }

#lblMessage {
    color: red;
    font-size: 14px;
}

.loginForm {
    padding: 30px;
    box-shadow: 0px 0px 5px 5px #00000029;
    margin-right: 20px;
    width: 500px;
    height: 400px;
    position: relative;
    top: 0;
    z-index: 9;
    background: #fff;
    left: -30px;
}

.head h1 {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    border-left: 3px solid #186e7d;
    padding-left: 10px;
}

.head img {
    position: absolute;
    width: 100px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 2px 3px #00000021;
    border-radius: 50%;
    padding: 5px;
    z-index: 1;
    background: #fff;
}

.inputForm {
    position: relative;
}

    .inputForm input {
        padding: 15px;
        border: 1px solid #eee;
        width: 100%;
        padding-left: 45px;
        margin-bottom: 10px;
    }

        .inputForm input:focus-visible {
            border: 1px solid #bbb8b8;
            outline: none;
        }

    .inputForm .icon {
        position: absolute;
        top: 15px;
        left: 10px;
        border-right: 2px solid orange;
        padding-right: 10px
    }

input[type='checkbox'] {
    width: auto;
}

.inputShow {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .inputShow .showPass input {
        border-radius: 0;
        border: 1px solid #eee;
    }

/*.subBtn a {
    background: #186e7d;
    border: none;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    margin-top: 35px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
*/
.subBtn a {
    background: #186e7d;
    border: none;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    margin-top: 11px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    gap: 1rem;
    margin-left: 5px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #186e7d;
    color: #fff;
    height: 70px;
}

    header .logo {
        padding-left: 10px;
    }

        header .logo img {
            width: 80px;
        }

    header .appName {
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 600;
        text-shadow: 1px 1px 3px #101010;
    }

    header .userProfile {
        display: flex;
        flex-direction: column;
        background-color: #186e7d;
        padding: 10px;
        align-items: center;
        gap: 5px;
        height: 70px;
    }

        header .userProfile img {
            width: 30px;
        }

        header .userProfile h4 {
            font-family: sans-serif;
            font-weight: 500;
            font-size: 18px;
        }
.navbar .nav-item .report{
    position:relative
}

.Reports_links {
    position: absolute;
    width: 242px !important;
    display: flex;
    flex-direction: column;
    list-style: none;
    background: #fff;
    border: #186e7d;
    top: 40px;
    padding-left: 0;
    display: none !important;
    padding-top: 10px;
    z-index: 10;
    border-top: 1px solid #186e7d;
}
.report:hover .Reports_links {
    display: block !important
}

.fa-caret-down{
    margin-left:5px
}

.card {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 2px 3px #eeeeeec2;
    margin: 30px;
    border-radius: 10px;
    margin-top: 5px;
}

.myCard {
    background: #ffffff69;
    backdrop-filter: blur(6px);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 60px;
}

/*.head {
    font-size: 25px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #186e7d;
}*/

.download-btn {
    position: absolute;
    top: 20px;
    right: 30px;
}

.nav-link {
    font-weight: bold;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(24 110 125);
}

.userSelect {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    background: #ffffff8f;
    padding: 20px;
    border-radius: 10px;
}

    .userSelect label {
        flex: 0 0 55px;
    }

    .userSelect .submitBtn {
        flex: 0 0 120px;
        margin: 0;
    }

.submitBtn {
    margin-top: 38px;
    padding: 10px;
    background: #186e7d;
    border: none;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.w-170{
    flex:0 0 170px !important;
    width:170px
}

.upload {
    display: flex;
    gap: 10px
}

.upload input[type=file]{
    flex:1;
}

.upload .submitBtn{
    margin:0
}

.myForm .col-md-4{
    align-self:end
}


.centerBtn {
    text-align:center
}

.centerBtn input{
    width:auto;
}


.myForm :where(.col-md-4, .col-md-6, col-md-12) {
    margin: 5px 0
}

.twoBtns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}


    .twoBtns a {
        text-decoration: none;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
    }

        .twoBtns a:nth-child(1) {
            background: #fff;
            color: #54a2af;
        }

        .twoBtns a:nth-child(2) {
            background: #54a2af;
            color: #fff;
        }

.table-fixed th{
    position:sticky;
    top:0;
    
}

.table-scroll {
    height: 700px;
    overflow-y: scroll;
    font-size: 13px;
}

table th {
    background: #186e7d !important;
    color: #fff !important;
}

table td{
    font-size:14px;
}

footer {
    background-color: #186e7d;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    left: 0;
    z-index: 9;
}

/*navbar*/
.navbar {
    background-color: #fff;
    border-bottom: 1px solid #186e7d;
    padding-block: 0;
}

    .navbar .collapse ul {
        display: flex;
        width: 100%;
        justify-content: end;
    }

        .navbar .collapse ul .nav-item .nav-link:hover {
            color: #186e7d;
            cursor: pointer;
        }
/*login*/

.loginBtn a {
    background-color: #fff;
    color: #225d78;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}


.login-form {
    width: 480px;
    height: auto;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    backdrop-filter: blur(140px) saturate(80%);
    border: 1px solid #186e7d;
    box-shadow: 0px 0px 12px 4px #fff;
    padding: 30px;
    padding-top: 120px;
    transform: translate(-50%, -50%);
}

    .login-form:before {
        content: '';
        position: absolute;
        top: 14%;
        left: 50%;
        translate: -50% -50%;
        background: url(../img/enter.png);
        width: 60px;
        height: 60px;
        background-size: cover;
    }

.inputForm {
    position: relative;
}

    .inputForm input {
        padding: 15px;
        border: 1px solid #eee;
        width: 100%;
        padding-left: 45px;
        margin-bottom: 10px;
    }

        .inputForm input:focus {
            outline: 1px solid #186e7d !important;
        }

    .inputForm .icon {
        position: absolute;
        top: 15px;
        left: 10px;
        border-right: 2px solid #225d78;
        padding-right: 10px;
        color: #225d78;
    }

.heading {
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #225d78;
    color: #186e7d;
}

.submitBtn a {
    display: flex;
    background-color: #186e7d;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s ease-in-out;
}

    .submitBtn a:hover {
        background: #225d78;
    }


.options {
    display: flex;
    gap: 10px;
    background: #e9ecef;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

    .options span {
        display: flex;
        align-items: center;
        gap: 5px;
    }
.graphc_hvr{
    transition:1s all
}
.graphc_lnks {
    position: absolute;
    width: 140px !important;
    display: flex;
    flex-direction: column;
    list-style: none;
    background: #fff;
    border: #186e7d;
    z-index: 10;
    left: 100%;
    top: 0px;
    display: none !important;
    padding-left: 0;
}
.graphc_hvr:hover .graphc_lnks {
    display: block !important
}
.graphc_hvr:hover a i{
    transform:rotate(-90deg)
}