/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*login page*/
:root {
    --primaryClr: #00d09c;
    --primaryClr60: #66e3c4;
    --primaryClr10: #e5faf5;
    --secondaryClr: #5367ff;
    --secondaryClr130: #98a4ff;
    --secondaryClr60: #98a4ff;
    --secondaryClr30: #eef0ff;
    --growwYellow: #ffb61b;
    --growwYellow10: #fff5e0;
    --growwYellow05: rgba(255,182,27,0.05);
    --growwRed: #eb5b3c;
    --growwRed10: #fae9e5;
    --growwRed05: rgba(235,91,60,0.05);
    --border: #ecedef;
    --iconLight: #b0b2ba;
    --iconMedium: #dddee1;
    --iconStrong: #ecedef;
    --boxShadow: rgba(0,0,0,0.1);
    --text130: #44475b;
    --text: #44475b;
    --subText: #7c7e8c;
    --subText50: #b0b2ba;
    --subText70: #ecedef;
    --primaryBg: #fff;
    --secondaryBg: #fff;
    --tertiaryBg: #ecedef;
    --quaternaryBg: #f6f6f7;
    --preloaderBg: #f6f6f7;
    --rippleNormal: rgba(0,0,0,0.1);
    --constantWhite: #fff;
    --constantSecondaryClr10: #f6f6f7;
    --cardBackground: #fff;
    --secondaryClr150: #1e2232;
    --constantGrowwYellow150: #d2ab66;
    --constantText: #44475b;
    --constantText120: #191c27;
    --constantSubText10: #636464;
    --constantTransparent: transparent;
    --constantHalfTransparent: rgba(0,0,0,0.5);
    --constantSecondaryClr180: #2a2a2a;
}

body {
    font-family: "Work Sans", sans-serif;
    line-height: 1.5;
    color: #2D2B3A;
}

a {
    color: #6C55F9;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #5641df;
        text-decoration: underline;
    }

.table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 2px solid black;
    border-radius: 5px;
}

    .table th, .table td {
        text-align: center;
        padding: 5px 0;
    }

    .table tbody tr:nth-child(even) {
        background: #ECF0F1;
    }

    .table tbody tr:nth-child(odd) {
        background: #fff;
    }

    .table tbody tr:first-child {
        color: white;
        background: #9B59B6;
    }

    .table tbody tr:not(:first-child):hover {
        background: #d7c3f7; /* #fcebed;*/
        font-weight: bold;
    }

.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 18px !important;
}

.text-xl {
    font-size: 20px !important;
}

.margin-15 {
    margin: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.col-centered {
    width: max-content;
    margin: 0 auto;
}

/* nav bar icon spacing*/
.navbaricon {
    padding: 5px;
}

/*login form*/
.login-design {
    padding: 20px;
    width: 480px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    background-color: #ADD8E6;
}

@media only screen and (max-width: 600px) {
    .login-design {
        width: 350px !important;
    }

    .adhar-design {
        width: 350px !important;
    }

    /*adhar registraion page*/
    .detail-design {
        width: 350px !important;
    }

    .page-design {
        width: 350px !important;
    }
    /*password set page*/
    .password-design {
        width: 350px !important;
    }
}

.inline-link, .inline-label {
    display: inline-block;
    padding: 8px 10px 8px 0;
}

    .inline-label.inline-label-top0 {
        padding-top: 0;
    }

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: black;
    width: 100%;
    /*    background-image: url("../Content/imgs/bg.jpg");*/
    padding: 8px;
    color: white;
    text-align: center;
}

.mainContainer {
    padding: 15px 0;
}
/*Job cards*/

.job-list-card {
    display: block;
    background-color: #fff;
    padding: 15px;
    min-height: 10px;
    border: 2px solid pink;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
}

.job-list-row {
    margin: 5px 0;
}

.job-list-column {
    margin: 0 8px;
}

.padding-0 {
    padding: 0;
}

.padding-10 {
    padding: 10px;
}

.padding-11 {
    padding: 11px;
}

.padding-15 {
    padding: 15px;
}

/*table border */
.border {
    border-bottom: 2px solid black;
}
/*for text bold*/
.thicker {
    font-weight: bold;
    font-size: 22px;
}

.thicker1 {
    font-weight: bold;
    font-size: 15px;
}
/*for radio button spacing*/
.inline {
    margin: 6px;
}

.space {
    margin-left: 170px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*card contact*/
.grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 15px;
}

.grid1 {
    display: grid;
    grid-gap: 50px;
    margin-left: 15px;
}

.gridM1 {
    display: grid;
    grid-template-columns: 350px;
    grid-gap: 50px;
}

.card1 {
    align-content: center;
    border: 2px solid pink;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

.text {
    padding: 0 20px 20px;
    color: black;
}

.margin-15 {
    margin: 15px;
}

.margin-left-right-15 {
    margin: 5px 15px;
}

.label-class {
    display: flex;
    align-items: center;
}

.liMaster {
    color: white;
    font-size: 27px;
}

/*adhar registraion page*/
.adhar-design {
    padding: 20px;
    width: 450px;
    margin: 7px auto;
    border-radius: 20px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    background-color: #ADD8E6;
}

/*adhar registraion page*/
.detail-design {
    padding: 15px;
    width: 450px;
    margin: 7px auto;
    border-radius: 20px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    background-color: #ADD8E6;
    padding-left: 25px;
}

.verify {
    padding-left: 10px;
}

/*mobile Registration page*/
.page-design {
    padding: 20px;
    width: 450px;
    margin: 7px auto;
    border-radius: 20px;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    background-color: #ADD8E6;
}
/*password set page*/
.password-design {
    padding: 24px;
    width: 450px;
    margin: 2em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    background-color: #ADD8E6;
}

/*term & condition*/
.box {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 15px;
    background-color: lightblue;
}

.card2 {
    border: 1px solid white;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 350px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.color {
    background-color: #6b1d8a;
    text-decoration-color: white;
}

#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
}

.btn-margin{
    margin-left:50px
}

details > summary {
    box-shadow: 1px 1px 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: medium;
    text-decoration-color: white;
}

details > p {
    padding: 4px;
    margin: 12px;
    font-size: unset;
}

.img {
    position: absolute;
}

.blink {
    line-height: 20px;
}

h5 {
    font-size: 25px;
    font-family: cursive;
    color: black;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.align {
    text-align: center;
}

.navbar {
    margin-bottom: 0;
    height: auto;
}

.navbar, .navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 50px;
    background-image: url("../Content/imgs/bg.jpg");
    /*background-image: url("../Content/imgs/nav.jpg");*/
}

.nav li {
    display: inline;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: Lato;
    font-size: 17px;
    font-weight: 300;
    padding: 20px 10px 10px 10px;
}

.navbar-inverse .navbar-nav li a:hover {
    background-color: transparent;
    transition: 0.7s all linear;
    height: 100%;
}

@media only screen and (min-width: 1980px) {
    .navbar-toogle {
        display: none;
    }
}

/*no bulllets*/
.bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Space label {
    margin-left: 5px;
}

textarea {
    resize: none;
}

#cssmenu li a:hover,
#cssmenu .active {
    color: white;
    text-decoration: underline;
}

    #cssmenu .active a {
        color: white;
        font-weight: 700;
    }

#cssmenu ul {
    background-color: transparent
}

#cssmenu li.active {
    font-weight: bold
}
