﻿@font-face {
    font-family: "Nandos Hand";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Nandos Hand.otf") format('opentype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/DINNextLTPro-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 500;
    src: url("/Fonts/DIN Next LT Pro Medium.otf") format('opentype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 700;
    src: url("/Fonts/DINNextLTPro-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 800;
    src: url("/Fonts/DINNextLTPro-Heavy.ttf") format('truetype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 900;
    src: url("/Fonts/DINNextLTPro-Black.ttf") format('truetype');
}

:root {
    --primary-font-family: "Nandos Hand", sans-serif, Arial, Helvetica;
    --secondary-font-family: "DIN Next LT Pro", sans-serif, Arial, Helvetica;
    --footer-background: #000000;
    --pink: #E10981;
    --blue: #008EB3;
    --green: #75AA59;
    --black: #000000;
    --body-text: #000000;
    --white: #ffffff;
    --primary: #105caa;
    --secondary: #72BF44;
}

* {
    box-sizing: border-box;
}

html, body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
}

header {
    width: 100%;
}

    header .banner-img {
        width: 100%;
    }

    header .headerBar {
        /*background: #007581 !important;*/
        background: #000 !important;
        box-shadow: 4px 16px 17px 0px rgba(0, 0, 0, 0.05), 7px 36px 36px 0px rgba(0, 0, 0, 0.01);
        margin-top: -5px !important;
        margin-bottom: 0px !important;
    }

        header .headerBar h1 {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            color: #FFF;
            font-family: var(--primary-font-family);
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 12px;
            padding-bottom: 10px;
        }

.content {
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-top: 32px !important;
    margin-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

    .content h5 {
        color: #000;
        font-family: var(--secondary-font-family);
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .content p {
        font-family: var(--secondary-font-family);
        color: #282828;
        font-size: 14.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

footer {
    background: #000;
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    footer p {
        margin-top: 0;
        margin-bottom: 0rem !important;
    }

.fixedFooter {
    background: #000;
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

header .progresstracker .headerBar h1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.progresstracker footer {
    background: #000;
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
}

/*LOGIN CSS*/

.login-content-wrapper {
    width: 100%;
}

.login-content {
    background-color: #ffffff;
}

form h5 {
    color: #343F4B;
    font-family: var(--primary-font-family);
    font-size: 30px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.36px;
}

form h3 {
    color: #343F4B;
    font-family: var(--secondary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 0px;
}

form {
    background: #fff;
    max-width: 475px;
    width: 100%;
    padding-top: 32px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
    filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.10));
    transition: all 0.3s ease;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .0);
    margin-top: var(--bs-gutter-y);
}

.container {
    display: flex;
    justify-content: center;
    /* align-items: center;*/
    max-width: 80rem;
    width: 100%;
    margin-top: 3%;
    /* height: 100vh;*/
    /*margin-bottom: 80px;*/
    padding-bottom: 100px;
    background-color: #ffffff;
}

.main {
    background-color: #ffffff;
}

.btn_back a:hover {
    font-family: var(--secondary-font-family);
    display: block;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #11B895;
    margin-top: 0px;
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 2px;
    font-family: var(--secondary-font-family);
    color: rgba(68, 78, 89, 0.90);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 169.231% */
    letter-spacing: -0.39px;
}

.text-space {
    margin-bottom: 8px;
    margin-top: 6px;
    color: rgba(68, 78, 89, 0.90);
    font-family: var(--secondary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 137.931% */
    letter-spacing: -0.5px;
}

.input-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-links {
    font-family: var(--secondary-font-family);
    color: #0075C9;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.39px;
    text-decoration: underline;
    margin-top: 5px;
}

    .text-links:hover {
        font-family: var(--secondary-font-family);
        color: #0075C9;
        text-align: right;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.39px;
        text-decoration: underline;
        margin-top: 5px;
    }

.btn_login {
    font-family: var(--secondary-font-family);
    display: block;
    padding-left: 24px;
    width: 100%;
    height: 48px;
    border: none;
    background: #96C31E;
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 0px;
}

    .btn_login:hover {
        font-family: var(--secondary-font-family);
        display: block;
        padding-left: 24px;
        width: 100%;
        height: 48px;
        border: none;
        background: #96C31E;
        border-radius: 8px;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 137.5% */
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-left: 0px;
    }

.row-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.text-login {
    margin-bottom: 0px;
}

.text-help {
    margin-bottom: 0px;
    margin-top: 20px;
}

    .text-help p {
        font-family: var(--secondary-font-family);
        color: rgba(68, 78, 89, 0.90);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 169.231% */
        letter-spacing: -0.065px;
        margin-bottom: 10px !important;
    }

    .text-help span {
        text-decoration: none !important;
    }

.row-input label {
    font-size: 13px;
    color: #8086a9;
}

.row-input input {
    flex: 1;
    padding: 13px;
    background: #FFFFFF;
    border: 1px solid #DCDDDE;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    color: rgba(68, 78, 89, 0.70);
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.5px;
}

    .row-input input:focus {
        outline: none;
        box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
    }

    .row-input input::placeholder {
        color: rgba(68, 78, 89, 0.7);
    }

.forgotpassword form h3 {
    color: #343F4B;
    font-family: var(--secondary-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 0px;
}

.confirmnewpassword {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* END*/

header .progresstrackerlayout .headerBar h1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    text-align: left;
    padding-bottom: 10px;
}

.progresstrackerlayouts footer {
    background: #000;
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    text-align: left;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

header .progresstrackerlayout .headerBar {
    /*background: #007581 !important;*/
    background: #000 !important;
    box-shadow: 4px 16px 17px 0px rgba(0, 0, 0, 0.05), 7px 36px 36px 0px rgba(0, 0, 0, 0.01);
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    vertical-align: middle;
}

    header .progresstrackerlayout .headerBar ul {
        display: flex;
        color: #FFF;
        text-align: right;
        font-family: var(--secondary-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    header .progresstrackerlayout .headerBar .no-bullets {
        list-style-type: none !important;
        margin: 0;
        padding: 0;
    }

        header .progresstrackerlayout .headerBar .no-bullets .dividers {
            padding-left: 12px;
            padding-right: 12px;
            color: #FFF;
            font-family: var(--secondary-font-family);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    header .progresstrackerlayout .headerBar .logoff {
        margin-top: 25px;
    }

    header .progresstrackerlayout .headerBar ul a {
        color: #FFF;
        font-family: var(--secondary-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    header .progresstrackerlayout .headerBar .no-bullets .usericon {
        margin-top: -4px;
        margin-right: 4px;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

td {
    color: #282828;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    td a {
        color: #00ADEF;
        font-family: var(--secondary-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

        td a:hover {
            color: #00ADEF;
            font-family: var(--secondary-font-family);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

th {
    /*    background: #0087B4;*/
    background: #000;
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

tfoot td {
    color: #282828;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #F8F8F8;
}

.centeraligned {
    text-align: center;
}

.sortleft {
    padding-right: 10px;
}
/* Make the table body scrollable */
.table-container {
    max-height: 400px; /* Set the height of the table container */
    overflow-y: auto; /* Enable vertical scrolling */
}

.breadcrumb ul {
    font-family: var(--secondary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb a {
    color: #00ADEF;
    font-family: var(--secondary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
}

.breadcrumb li {
    color: #282828;
    font-family: var(--secondary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.tablebottom {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.activitylegend ul {
    color: #282828;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.activitylegend .notepoint {
    color: #282828;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.activitylegend .darkreddot {
    height: 15px;
    width: 15px;
    background-color: #CE0A24;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 18px;
}

.activitylegend .reddot {
    height: 15px;
    width: 15px;
    background-color: #FF0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 18px;
}

.activitylegend .amberdot {
    height: 15px;
    width: 15px;
    background-color: #FAA500;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 18px;
}

.activitylegend .greendot {
    height: 15px;
    width: 15px;
    background-color: #96C31E;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 18px;
}

.tablebottom .refesh button {
    border-radius: 2px;
    background: #00AEEF;
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    width: 150px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
}

.darkred {
    background-color: #CE0A24;
    color: #FFF !important;
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.red {
    background-color: #FF0000;
    color: #FFF !important;
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.amber {
    background-color: #FAA500;
    color: #FFF !important;
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.green {
    background-color: #96C31E;
    color: #FFF !important;
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breakcrumbs-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .breakcrumbs-section .btn-green {
        color: #FFF;
        text-align: center;
        font-family: var(--secondary-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 5px;
        background: #96C31E;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100% !important;
    }

@media (max-width: 1030px) {
    header .progresstrackerlayout .headerBar h1 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        color: #FFF;
        font-family: var(--primary-font-family);
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        text-align: left;
        padding-bottom: 10px;
    }

    header .progresstrackerlayout .headerBar .logoff {
        margin-top: 21px;
    }
}