@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
}


/*-- Header start --*/

.headerMain {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

    .headerMain .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.logo img {
    max-width: 100px;
}

.headerMain h1 {
    text-align: center;
    margin: 0px;
    padding: 0px 0 0 0;
    font-size: 22pt;
    font-weight: 800;
    color: #077b8e;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.secLogo img {
    max-width: 120px;
}


/*-- Header end --*/


/*-- Footer start --*/

.bg-grey {
    background: #292929;
}

footer {
    color: grey;
}

.footerCont {
    padding: 1rem 0 0;
}

.footerRow {
    padding: 15px 0;
}

    .footerRow h4 {
        font-family: 'Roboto', sans-serif;
        line-height: 24px;
        margin: 0 0 15px;
        color: #b1b1b1;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
    }

    .footerRow ul {
        margin: 0;
        padding: 0;
    }

footer ul li {
    display: block;
    line-height: 18px;
    list-style: none;
    margin: 0px 0px 8px;
}

.footerContact li {
    display: flex;
    align-items: flex-start;
}

footer ul li a {
    color: grey;
    font-size: 15px;
    font-weight: 400;
}

.footerRow ul i {
    padding-right: 10px;
}

.footerContact i {
    padding-right: 0 !important;
    padding-top: 7px;
}
.addressFoter {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.copyWrite {
    text-align: center;
    padding: 8px 0 !important;
    background: #191919;
    margin: 0;
}

.footerContact span {
    padding-left: 12px;
    display: inline-block;
    font-weight: 400;
}

footer p,
footer a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.footerContact li.emailItem {
    flex-wrap: wrap;
}

.footerContact .emailDetail {
    display: block !important;
    width: 100%;
}

#MyClockDisplay {
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0px;
}


/*-- Footer end --*/


/*-- Login start --*/

.loginCard {
    margin: 30px auto;
    max-width: 600px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.06);
    border: 1px solid #ddd;
}

.loginForm {
    padding: 20px 20px 40px;
    /* background: #fff; */
}

.loginCard h2 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    margin: 0 0 8px;
    line-height: 24px;
    color: #f9f9f9;
    background: #c9511e;
    padding: 13px 20px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
}

.loginCard p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
    color: #f9f9f9;
}

.duumyLable {
    visibility: hidden;
}

.loginCard .form-group {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.loginCard label {
    line-height: 18px;
    font-weight: 500;
    min-height: 20px;
    font-size: 14px;
    margin: 0 !important;
    min-width: 43.5%;
    text-align: left;
}

.loginCard .input-group i {
    position: absolute;
    background: #d2d2d2;
    width: 44px;
    height: 43px;
    text-align: center;
    z-index: 9;
    line-height: 42px;
    border-radius: .25rem 0 0 .25rem;
    color: #fff;
    font-size: 16px;
}

.loginCard input,
.loginCard select {
    box-shadow: inherit !important;
    border-color: #e4e4e4;
    padding: 0 8px 0 52px;
    line-height: 42px;
}

.btn {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 34px !important;
    padding: 0 15px;
    margin: 0 !important;
    border: none;
    box-shadow: inherit !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;
    background: #337ab7;
}

    .btn:hover,
    .btn:focus,
    .btn:visited {
        outline: none;
        box-shadow: none;
        background: #2c97ea;
        color: #fff;
    }

.actionBtn {
    text-align: center;
}


/*-- Login end --*/


/*-- Dashboard start --*/
.backLink,
.prevLink {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 30px;
}

.prevLink {
    justify-content: flex-start;
}

    .backLink a,
    .prevLink a {
        font-size: 14px;
        color: #e25b21;
        text-decoration: underline;
        font-weight: 500;
    }

        .backLink a:hover,
        .prevLink a:hover,
        .roLogin a {
            text-decoration: none;
            color: #606060;
        }

.roLogin {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px;
}

    .roLogin a {
        font-size: 14px;
        color: #e25b21;
        text-decoration: underline;
        font-weight: 500;
    }

.dBoardMain {
    padding-bottom: 70px;
}

    .dBoardMain h2 {
        font-size: 30px;
        font-family: 'Roboto', sans-serif !important;
        margin: 0 0 15px;
        text-align: center;
        color: #606060;
        position: relative;
    }

.dBoardCard .row {
    justify-content: center;
}

.cardIteam {
    margin-bottom: 30px;
    box-shadow: 0 2px 9px #aaaaaa;
    height: 170px;
    border-radius: 15px;
}

    .cardIteam a {
        display: flex;
        width: 100%;
        flex-direction: column;
        height: 100%;
    }

        .cardIteam a:hover {
            text-decoration: none;
        }

    .cardIteam .topContent {
        display: inline-flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 20px;
        background: #fff;
        border-radius: 15px 15px 0 0;
    }

        .cardIteam .topContent i {
            color: #dcdcdc;
            border-left: 2px dotted #dcdcdc;
            padding-left: 20px;
            font-size: 32px;
        }

        .cardIteam .topContent span {
            color: #444;
            margin: 0;
            font-size: 18px;
            line-height: 32px;
            font-weight: 500;
        }

    .cardIteam .bottomContent {
        padding: 18px 20px;
        display: inline-flex;
    }

        .cardIteam .bottomContent p {
            margin: 0;
            font-size: 14px;
            color: #fff;
        }

.bgRed {
    background: #e65c62;
}

.bgBlue {
    background: #29a8cd;
}

.bgYellow {
    background: #f8a920;
}

.bgGreen {
    background: #55b92e;
}

.bgPurpal {
    background: #7457bb;
}
.bgNavyBlue {
    background: #000080;
}

.bgmarron {
    background: #800000;
}
.bgGray {
    background: darkgray;
}
/*-- Dashboard end --*/

/*-- Dashboard list start --*/
.categoryBody {
    background: rgb(242, 245, 250);
    padding: 30px 0 30px;
    margin: 0 0 30px;
}

.customContainer {
    max-width: 97%;
    margin: 0 auto;
}

.categoryMain {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    border: 1px solid rgba(0,0,0,.125);
}

.categoryList {
    margin: 0 0 26px;
}

    .categoryList h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        background-color: rgb(230 89 35);
        padding: 0px 10px;
        color: #fff;
        margin: 0;
        line-height: 46px;
    }

        .categoryList h3 i {
            padding-right: 10px;
        }

    .categoryList table {
        width: 100%;
        border: 1px solid silver;
    }

        .categoryList table tr {
            border-bottom: 1px solid silver;
        }

            .categoryList table tr:nth-child(odd) {
                background-color: #f8f8f8;
            }

            .categoryList table tr th,
            .categoryList table tr td {
                padding: 12px 10px;
            }

                .categoryList table tr td a {
                    color: #444;
                }

                .categoryList table tr th:first-child {
                    width: 4%;
                }

                .categoryList table tr th:nth-child(2) {
                    width: 90%;
                }

                .categoryList table tr th:last-child {
                    width: 6%;
                }

                .categoryList table tr td:last-child {
                    text-align: center;
                }

.mb--0 {
    margin-bottom: 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid transparent;
    width: 94%; /* Could be more or less, depending on screen size */
    border-radius: .3rem;
}

/* Modal Header */
.modal-header {
    background-color: rgb(230 89 35);
}

    .modal-header h3 {
        margin: 0;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
    }

.reportCard {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


/*-- Dashboard list end --*/


@media screen and (max-width: 991px) {
    .dBoardMain h2 {
        font-size: 36px;
    }

    .boxdesign {
        padding: 20px
    }

        .boxdesign span {
            font-size: 18px;
        }

        .boxdesign i {
            font-size: 26px;
        }
}

@media screen and (max-width: 767px) {
    .dBoardMain h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 575px) {
    .loginCard .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .loginCard label {
        margin: 0 0 6px !important;
        min-width: 100%;
    }

    .duumyLable {
        display: none;
    }

    .boxdesign {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .boxdesign span {
            margin: 15px 0 0;
        }
}

@media screen and (max-width: 460px) {
    .dBoardCard .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.dropdown-content::-webkit-scrollbar {
    width: 10px;
}


.dropdown-content::-webkit-scrollbar-track {
    background: #ddd;
}


.dropdown-content::-webkit-scrollbar-thumb {
    background: #de5e1e;
    border-radius: 10px;
}


    .dropdown-content::-webkit-scrollbar-thumb:hover {
        background: #a73e0a;
    }




/*---New design ---*/
.dBoardCard2 .boxdesign {
    background: #fff;
    padding: 20px;
    align-items: flex-start;
    margin: 0 0 10px;
    cursor: inherit;
}

    .dBoardCard2 .boxdesign i {
        color: #dcdcdc;
        border-left: 2px dotted #dcdcdc;
        padding-left: 20px;
    }

    .dBoardCard2 .boxdesign span {
        color: #444;
        margin: 0;
        font-size: 18px;
        line-height: 32px;
    }

.dBoardCardFooter {
    position: absolute;
    left: 0;
    top: 100px;
    background: #e65c62;
    height: 70px;
    padding: 15px 0 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
}

    .dBoardCardFooter a {
        color: #fff !important;
    }

    .dBoardCardFooter .dropdownLink:after {
        content: "\f107";
        font-family: fontAwesome;
        padding-left: 5px;
    }

.dBoardCard2 .dBoardCardFooter .dropdown-content {
    display: none;
    z-index: 9999;
    position: relative;
    bottom: 0px;
    box-shadow: 0 2px 9px #aaaaaa;
    border-top: 5px solid #5bc5d3;
    border-radius: 4px;
    max-width: 92%;
    left: 6%;
}

.dBoardCard2 .dBoardCardFooter:hover .dropdown-content {
    display: block;
}

.dBoardCard2 a.dropdownLink {
    line-height: 42px;
}

.dBoardCardFooter a {
    color: #fff !important;
}

.dBoardCardFooter li a span {
    color: #444;
}

.dBoardCardFooter li a i {
    color: #444;
}

.dBoardCardFooter.bgBlue {
    background: #29a8cd;
}

.dBoardCardFooter.bgYellow {
    background: #f8a920;
}

.dBoardCardFooter.bgGreen {
    background: #55b92e;
}

.dBoardCardFooter.bgPurpal {
    background: #7457bb;
}

.dBoardBody {
    /* background: url(../images/bg-image.jpg) no-repeat;
    background-size: cover;
    background-position: center center; */
    padding: 30px 0 0;
    background: #fbfbfb;
}

.dBoardMain h2:before {
    background: #e6e6e6;
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.dBoardMain h2::after {
    background: #e6e6e6;
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    top: 50%;
    right: -20%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:461px) and (max-width: 1199px) {
    .cardIteam .topContent {
        padding: 20px 15px;
    }

        .cardIteam .topContent i {
            padding-left: 14px;
            font-size: 26px;
        }

        .cardIteam .topContent span {
            font-size: 16px;
            line-height: 26px;
        }

    .cardIteam .bottomContent {
        padding: 18px 15px;
    }
}

@media screen and (max-width: 460px) {

    .cardIteam .topContent i {
        font-size: 26px;
    }

    .cardIteam .topContent span {
        font-size: 16px;
    }
}

.indexPage {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0;
}

    .indexPage img {
        width: 100%;
        max-width: 100%;
    }

    .indexPage a {
        position: absolute;
        top: 52%;
        left: 99px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #fff;
        color: #02145c;
        font-size: 18px;
        padding: 10px 24px;
        border: none;
        cursor: pointer;
        border-radius: 30px;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
    }

/*-- Reigstraion Start --*/
.prevRow {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 22px;
}
.CondidateInfoBlk {
    background-color: #fbf7d9;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 30px;
}
.CondidateInfoBlk .control-label {
    font-weight: bold;
}
.radioBtnBlk label {
    margin: 0 0 6px 6px;
}
.radioBtnBlk label {
    margin: 0 0 0 6px;
}
.form-control {
    border-color: #e0e0e0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.CondidateInfo {
    align-items: center;
}
.tHeading {
    background-color: #337ab7;
    color: #fff;
    text-transform: uppercase;
}
.borderBottom {
    margin: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.alignRight {
    text-align: right;
}

.groove {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1);
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.payDetail {
    max-width: 800px;
    margin: 40px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.06);
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px;
}

    .payDetail h5 {
        line-height: 18px;
        font-weight: 500;
        font-size: 15px;
        margin: 0;
    }

.logAction .btn {
    padding: 0 15px !important;
}

.captaError {
    width: 100%;
    margin: 8px 0 0px;
}
/*-- Reigstraion Start --*/

.appTrackBlk {
    display: flex;
    align-items: center;
}

    .appTrackBlk label {
        margin: 0;
    }

.trackTable table {
    table-layout: fixed;
    width: 100%;
}

    .trackTable table th,
    .trackTable table td {
        white-space: pre-line;
        padding: 8px;
        word-break: break-word;
        vertical-align: top;
    }

        .trackTable table th:first-child {
            width: 70px;
        }

        .trackTable table th:nth-child(2) {
            width: 200px;
        }

        .trackTable table th:nth-child(3) {
            width: 90px;
        }

        .trackTable table th:nth-child(4) {
            width: 110px;
        }

        .trackTable table th:nth-child(5) {
            width: 150px;
        }

        .trackTable table th:nth-child(6) {
            width: 350px;
        }

        .trackTable table th:nth-child(7) {
            width: 200px;
        }

        .trackTable table th:last-child {
            width: 250px;
        }

        .trackTable table td:first-child,
        .trackTable table td:last-child {
            white-space: inherit
        }
