a{text-decoration:none;}
body{font-size:17px; line-height:26.5px; font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; color:#000;}
h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif;}

*{margin: 0; padding: 0; box-sizing: border-box;}

.pageHeader{background-color:#033779; color:#fff; padding:60px 0px 50px 0px;}
.pageHeader h5{color:#fff; font-size:15px; font-weight:600; text-transform:uppercase;}
.pageHeader h1{color:#fff; font-size:55px; font-weight:700; line-height:66px;}
.loginpage{background-color: #f5f7fa;
display: flex;justify-content: center;align-items: center;min-height: 100vh;}
.loginWrapper {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 420px;
    padding: 40px;
    margin: 40px auto;
}

.loginLogo{
    text-align: center;
    margin-bottom:10px;
}

.loginLogo img {
    max-width:120px;
    height:auto;
}


.subtitle {
    color: #64748b;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-size: 14px;
    color: #0f172a;
    font-weight: 500;
    margin-bottom: 8px;
}

input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s;
}

input:focus {
    outline: none;
    border-color: #6366f1;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

.terms {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.terms input {
    width: auto;
    margin-right: 12px;
    margin-top: 2px;
}

.terms label {
    font-size: 13px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.5;
}

.terms a {
    color: #6366f1;
    text-decoration: none;
}

button {
    /* width: 100%; */
    padding: 12px;
    background-color: #6366f1;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #4f46e5;
}

.divider {
    display: flex;
    align-items: center;
    margin: 24px 0;
    color: #64748b;
    font-size: 12px;
}

.divider::before, .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.divider::before {
    margin-right: 12px;
}

.divider::after {
    margin-left: 12px;
}

.social-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.social-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.social-btn img {
    width: 20px;
    height: 20px;
}

.login-link {
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.login-link a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}



#headerDesktop{padding:15px 0px; border-bottom:1px solid rgba(0, 0, 0, 0.1);}
.mainLogo{}
.mainLogo img{max-width:100px;}
.mainMenu{margin:30px 0px 0px 0px;}
.mainMenu ul{text-align:right; margin:0; padding:0;}
.mainMenu ul li{display:inline-block; list-style:none; margin-left:20px;}
.mainMenu ul li{padding:5px 6px 4px 6px;}
.mainMenu ul li a{color:#333;}
.mainMenu ul li a:hover{color:#b10008;}
#headerMobile{}
#headerMobile .navbar{min-height:34px;}
#headerMobile .navbar-toggler{position: absolute; top:-1px; right:0;}
#headerMobile .offcanvas-header{margin:10px 0px 20px 0px;}
#headerMobile .offcanvas-header img{max-width:180px;}

.maintitle{margin:0px auto 50px auto; text-align:center; max-width:1050px;}
.maintitle h1{font-size:1em; line-height:1.7em;}

.reportsBtn{text-align:center; padding:0px 0px 50px 0px;}
.reportsBtn a{margin:10px; padding:10px 20px;}

.defaultpage{margin:60px 0px 45px 0px;}
.defaultpage h1{}
.defaultpage h2{}
.defaultpage h3{}
.defaultpage h4{}
.pagethumb{}
.pagethumb img{max-width:100%;}
.formBox{text-align:center; max-width:800px; margin:0 auto;}

.mainFooter{background-color:#033779; color:#fff; padding:20px 0px 20px 0px; font-size:.8em;}
.copyright{text-align:center;}
.copyright a{color:#fff}

.desktopHide{display:none;}
.mobileHide{}

.myProfilePage{background-color:#f6f8fc; padding:60px 0px;}

.user-header{
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--primary);
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info h2 {
    font-size: 18px;
    margin-bottom: 4px;
}

.user-info p {
    color: #6c757d;
    font-size: 14px;
}

.layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}

.sidebar {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: var(--card-shadow);
    height: fit-content;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    color: var(--dark);
    text-decoration: none;
    transition: var(--transition);
}

.nav-item:hover {
    background-color: #f1f4ff;
    color: var(--primary);
}

.nav-item.active {
    background-color: #e8edff;
    color: var(--primary);
}

.nav-item i {
    margin-right: 12px;
    font-size: 18px;
}

.main-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card {
    background: white;
    border-radius: 12px;
    padding: 28px;
    box-shadow: var(--card-shadow);
    border:none;
}

.card-header {
    margin-bottom: 24px;
    padding:15px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark);
}

.profile {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.profile-image {
    text-align: center;
}

.profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid var(--primary);
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--dark);
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 16px;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color:#dee2e6;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.stat-card {
    background: linear-gradient(135deg, #f1f4ff 0%, #e8edff 100%);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}

.stat-label {
    color: #6c757d;
    font-size: 14px;
}

.badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}

.badge-success {
    background-color: rgba(76, 201, 240, 0.15);
    color: #4cc9f0;
}

.badge-warning {
    background-color: rgba(247, 37, 133, 0.15);
    color: #f72585;
}

@media (max-width: 992px) {
    .layout {
        grid-template-columns: 1fr;
    }

    .profile {
        grid-template-columns: 1fr;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .user-header {
        display: none;
    }

    .stats-container {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width:990px){
    .desktopHide{display:block;}
    .mobileHide{display:none;}
    #headerDesktop .row>*{width:50%;}
    .promptsearch input[type="text"]{margin-left:0px;}
    .promptsearch select{margin-bottom:5px;}
}









