﻿/*Updated CSS*/
body {
    font-family: 'Inter',sans-serif;
    background-color: white !important;
    overflow-x: hidden;
}
/*body { background-color: #f0f2f5;  }*/

.portal-wrapper {
    min-width: 300px;
    max-width: 680px;
    margin: 50px auto;
    padding: 0 20px;
    
}


.main-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.05);*/
      box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 4px 10px rgba(0, 48, 95, 0.12);
    overflow: hidden;
    transition: transform 0.3s ease;
}


.alert-header {
    padding: 35px;
    display: flex;
    align-items: center;
    background-color:#008B8B  ;
    /*background: linear-gradient(to right, #ffffff, #fafbff);*/
    border-bottom: 1px solid #f1f5f9;
}

.icon-box {
    width: 54px;
    height: 54px;
    background-color: #fff1f0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px #0b2e4f;
    border: 0.5px solid #ff4d4f;
}

    .icon-box i {
        color: #ff4d4f;
        font-size: 1.4rem;
    }

.alert-title {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
}

.alert-desc {
    color:#c7ffff;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}


.instruction-pane {
    padding: 20px 35px;
    background-color: #ffffff;
}

.action-text {
    color: #16a34a;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

    .action-text i {
        background: #f0fdf4;
        padding: 8px;
        border-radius: 8px;
        margin-right: 12px;
        border:0.5px  solid #16a34a;
    }

.security-footer {
    background-color: #f8fafc;
    padding: 30px 35px;
    border-top: 1px dashed #e2e8f0;
}
.form-control,
.form-select {
    background-color:rgba(161, 223, 220, 0.2) !important;
   border:0.5px solid #89b4d8 !important;
    color:#008B8B  ;
    /*font-weight:bold;*/
}

.security-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .security-list li {
        margin-bottom: 12px;
        color: #475569;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
    }

        .security-list li::before {
            content: "\f058"; 
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            margin-right: 12px;
            color: #660066;
            font-size: 1rem;
        }

.hidden-control {
    display: none !important;
}

.system-footer {
    text-align: center;
    margin-top: 25px;
    color: #94a3b8;
    font-size: 0.85rem;
}

/*login Page*/
.login-wrapper {
    background:rgba(161, 223, 220, 0.2);
}

.info-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.login-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
}

.login-header {
    background:#008B8B  ;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.btn-login {
    background:#008B8B  ;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}

    .btn-login:hover {
        background: green;
        color: #fff;
    }

.modern-box {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.iconnew {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .iconnew.blue {
        background: #e6f0ff;
        color: #0d6efd;
    }

    .iconnew.red {
        background: #ffeaea;
        color: #dc3545;
    }

    .iconnew.green {
        background: #eaf7ea;
        color: #28a745;
    }


.title {
    color:#008B8B  ;
    font-weight: 600;
    font-size: 16px;
}

.box-list {
    padding-left: 18px;
    margin-top: 10px;
    color: #555;
}

.small-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    /*box-shadow: 0 10px 25px rgba(0,0,0,0.05);*/
     box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 4px 10px rgba(0, 48, 95, 0.12);
    padding: 20px;
    margin-top: 16px;
    border: none;
}

.page-header {
    background-color:#008B8B  ;
    color: white !important;
    padding: 1.5rem;
    border-radius: 12px 12px 0 0;
    margin: -2rem -2rem 2rem -2rem;
}

.section-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.btn-modern {
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s;
    border: none;
    color: white;
    min-width: 100px;
}

.btn-add {
    background-color: #008B8B  ;
     transition: all 0.15s ease;
    /*box-shadow: 0 6px 0 #1a5a8a, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-add:hover {
        background-color:  #145530;
        transform: translateY(-2px);
    }

.btn-modify {
    background-color:#3b82f6 ;
    transition: all 0.15s ease;
    /*box-shadow: 0 6px 0 #228a4e, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-modify:hover {
        background-color:#145da0 ;
        transform: translateY(-2px);
    }


.btn-clear {
    background-color: #94a3b8;
    transition: all 0.15s ease;
    /*box-shadow: 0 6px 0 #475569, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-clear:hover {
        background-color: #475569;
        transform: translateY(-2px);
    }

.btn-delete {
    background-color: #ef4444;
    transition: all 0.15s ease;
    /*box-shadow: 0 6px 0 #dc2626, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-delete:hover {
        background-color: #b91c1c;
        transform: translateY(-2px);
    }

/*.btn-add {
    background-color: #dbeafe;
    color:#008B8B  ;
    border: 1.5px solid#008B8B  ;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0#008B8B  , 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-add:hover {
        background-color: #bfdbfe;
        color:#008B8B  ;
        transform: translateY(-2px);
        box-shadow: 0 8px 0#008B8B  , 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-add:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0#008B8B  , 0 3px 4px rgba(0,0,0,0.2);
    }

.btn-modify {
    background-color: #dcfce7;
    color: #1a6b3c;
    border: 1.5px solid #1a6b3c;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #1a6b3c, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-modify:hover {
        background-color: #bbf7d0;
        color: #1a6b3c;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #1a6b3c, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-modify:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #1a6b3c, 0 3px 4px rgba(0,0,0,0.2);
    }

.btn-clear {
    background-color: #f1f5f9;
    color: #475569;
    border: 1.5px solid #475569;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #475569, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-clear:hover {
        background-color: #e2e8f0;
        color: #475569;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #475569, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-clear:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #475569, 0 3px 4px rgba(0,0,0,0.2);
    }

.btn-delete {
    background-color: #fee2e2;
    color: #b91c1c;
    border: 1.5px solid #b91c1c;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #b91c1c, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-delete:hover {
        background-color: #fecaca;
        color: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #b91c1c, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-delete:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #b91c1c, 0 3px 4px rgba(0,0,0,0.2);
    }*/

.validation-error {
    font-size: 0.75rem;
    color: #ef4444;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.custom-label {
    /*font-weight: 600;*/
    color: #475569;
    margin-bottom: 0.4rem;
    display: block;
    font-size: 0.9rem;
}

.input-group-text {
    background-color: #f1f5f9;
    border-right: none;
}



.logo-box img {
    height: 80px;
    width: auto;
}

.nav-wrapper {
    background-color: #008B8B  !important;
    padding: 0 5%;
}


.level2 {
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 4px 8px !important;
    display: inline-block;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}


    .level2:hover {
        background-color: #008B8B  !important;
        color: white !important;
    }


.level3 {
    color: #3c4043 !important;
    background-color: #ffffff !important;
    padding: 5px 10px !important;
    font-size: 13px;
    display: block;
    min-width: 220px;
    border-bottom: 1px solid #f1f3f4 !important;
    transition: all 0.2s ease;
    text-decoration: none;
}



    .level3:hover {
        background-color: #008B8B  !important;
        color: white !important;
    }


    .level3:last-child {
        border-bottom: none !important;
    }

.level4 {
  color: #3c4043 !important;
    background-color: #ffffff !important;
    padding: 5px 10px !important;
    font-size: 13px;
    display: block;
    min-width: 220px;
    border-bottom: 2px solid #f1f3f4 !important;
    transition: all 0.2s ease;
    text-decoration: none;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;*/
}

    .level4:hover {
        background-color: #008B8B  !important;
        color: white !important;
    }

.info-bar {
    background: #fff;
    padding: 8px 5%;
    text-align: right;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.content-box {
    background: #fff;
    min-height: 450px;
    padding: 20px 5%;
}


.info-bar {
    background: #fff;
    padding: 10px 5%;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}


.pill {
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}


.pill-green {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}


.pill-red {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.mobile-nav-toggle {
    display: none;
    background: #002b49;
    color: white;
    padding: 10px 15px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.bgheader {
    color:#008B8B !important ;
    font-weight: bold;
}

.footerbg {
    background: #008B8B  ;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 12px;
}


@media screen and (max-width: 768px) {
    .header-main {
        text-align: center;
        justify-content: center;
    }

    .logo-box {
        margin-right: 0;
        margin-bottom: 10px;
        flex: 1 0 100%;
    }

    .text-box h1 {
        font-size: 18px;
    }

    .mobile-nav-toggle {
        display: block;
    }

    #nav_container {
        display: none;
    }

    .nav-wrapper table, .nav-wrapper tr, .nav-wrapper td {
        display: block !important;
        width: 100% !important;
    }

    .nav-wrapper ul {
        position: static !important;
        display: block !important;
        box-shadow: none !important;
        width: 100% !important;
    }
}

.form-label {
    font-weight: 600;
    /*color: #444;*/
    color:#008B8B  ;
    font-size: 0.9rem;
}

.validation-err {
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
}

.address-spacing {
    margin-bottom: 8px;
}


.bg-custom-navy {
    background-color: #008B8B  !important;
    color: white !important;
}

.btn-custom-navy {
    background-color: #008B8B  !important;
    color: white !important;
    border: none;
    transition: 0.3s;
}

    .btn-custom-navy:hover {
        background-color: #001a2d !important;
        color: white !important;
    }


.pagination-container table {
    border-collapse: separate;
    border-spacing: 6px 0;
    margin: 15px 0;
}

.pagination-container a, .pagination-container span {
    display: block;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #dee2e6;
    min-width: 40px;
    text-align: center;
}

.pagination-container a {
    background-color: #fff;
    color: #002b49;
}

    .pagination-container a:hover {
        background-color: #e9ecef;
        border-color: #002b49;
    }

.pagination-container span {
    background-color: #008B8B  ;
    color: white;
    border-color: #008B8B  ;
}

.grid-view tr:first-child .pagination-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
}


.grid-view tr:last-child .pagination-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}



.grid-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 25px;
    border: 1px solid #eef2f6;
}

.table thead th {
    background-color:#008B8B   !important;
    color: #ffffff !important;
    /*border-bottom: 1px solid #ef4444;*/
    font-weight: 700;
    padding: 15px;
    text-align: center;
}

/*.table tr:first-child td,*/
.table tr:first-child th
 {
    background-color:#008B8B   !important;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
    padding: 20px 12px !important;
    border: 1px solid #d6d6d6 !important;
}

.table tr:nth-child(even) td {
    /*background-color: #f1f5f9 !important;*/
    background-color: #fff6ff !important;
    color:#008B8B  ;
    padding: 14px 4px !important;
}

.table tr:nth-child(odd):not(:first-child) td {
    background-color: #ffffff !important;
    color:#008B8B  ;
    padding: 14px 4px !important;
}

.table tr:not(:first-child):hover td {
    background-color: #cbd5e1 !important;
    color: #000000 !important;
    cursor: pointer;
}

.table td {
    vertical-align: middle;
    font-size: 11px;
}

.action-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1.1rem;
    border: 1px solid transparent;
}

.btn-edit-light {
    background-color: #f1f1f1;
    color:#008B8B   !important;
    border-color: #e2e2e2;
}

    .btn-edit-light:hover {
        background-color: #020303;
        color: #ffffff !important;
    }

.btn-delete-light {
    background-color: #fff5f5;
    color: #ef4444 !important;
    border-color: #fee2e2;
}

    .btn-delete-light:hover {
        background-color: #ef4444;
        color: #ffffff !important;
    }

.note-section {
    background-color: #f8fafc;
    border-left: 4px solid #020303;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.link-modern {
    font-size: 1.05rem;
    color: #007bff;
    text-decoration: none;
}

    .link-modern:hover {
        text-decoration: underline;
    }

.disclaimer {
    font-size: 0.95rem;
    color: #d9534f;
    font-weight: 500;
}

.btnheight {
    margin-top: 10px !important;
}

.category-label {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.priority-group {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e9ecef;
}



.section-banner {
    background-color: #509FC7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

.report-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.report-item {
    padding: 12px 15px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .report-item:last-child {
        border-bottom: none;
    }

    .report-item:hover {
        background-color: #f8fafc;
        padding-left: 20px;
    }

    .report-item img {
        width: 10px;
        height: 10px;
        margin-right: 12px;
        opacity: 0.6;
    }

.report-link {
    text-decoration: none !important;
    color: #4a5568;
    font-size: 0.92rem;
    font-weight: 500;
    display: block;
    width: 100%;
}

.report-item:hover .report-link {
    color: #3182ce;
}


@media (min-width: 768px) {
    .v-line {
        border-right: 1px solid #edf2f7;
    }
}

.grid-container {
    border: 1px solid #edf2f7;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
}

.fa-solid, .fas {
    font-weight: 900;
}

/*excel*/
.excelright {
    text-decoration: none;
    float: right;
    margin-right: 20px;
}

.excel-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #d4edda;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.excel-text {
    font-weight: bold;
    color: #155724;
    white-space: nowrap;
}

.text-coral {
    color: #ff7f50;
}

.heading-custom {
    background-color: #f8f9fa;
    padding: 10px;
    border-left: 5px solid #006699;
    font-weight: bold;
    color: #006699;
    margin-bottom: 15px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background-color: #2F99B4;
}

.has-error {
    color: red;
    font-size: 0.875em;
    margin-top: 5px;
    display: block;
}

.text-colorblue{
    color:#008B8B  ;
}
.notif-section-label {
            padding: 16px 35px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .notif-badge {
            background: #ede9fe;
            color: #5b21b6;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .notif-count {
            font-size: 12px;
            color: #94a3b8;
        }
        .notif-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            padding: 16px 25px 10px;
        }
        .notif-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            padding: 12px 10px;
            border-radius: 10px;
            transition: background 0.2s;
        }
        .notif-item:hover {
            background: #f8fafc;
        }
        .notif-icon {
            width: 32px;
            height: 32px;
            background: #f0fdf4;
            border: 0.5px solid #16a34a;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .notif-icon i {
            color: #16a34a;
            font-size: 0.85rem;
        }
        .notif-link {
            font-size: 13px;
            font-weight: 600;
            color: #660066;
            line-height: 1.4;
            text-decoration: none;
        }
        .notif-link:hover {
            text-decoration: underline;
            color: #660066;
        }
       
.marquessbg{
    background-color: rgba(161, 223, 220, 0.2);
        /*background-color: #A1DFDC33;*/
        padding: 4px 0;
         border-bottom: 1px solid rgba(0,0,0,0.05);
}