﻿/*Icons Fonts*/
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    background: #D3E2ED;
    color: #2f2f2f;
    font-size: .95rem;
    font-weight: normal;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-background,
.full-background_one {
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.full-background::after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: -1;
        background: #000;
        background: linear-gradient(45deg, rgba(0, 176, 132, 0.65) 45%, rgba(216, 236, 0, 0.75) 65%);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }*/

.outer-middle {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.valign-middile {
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

p {
    margin-bottom: .25rem;
    text-align: left
}

ol, ul {
    margin-bottom: 5px;
}

    ol li, ul li {
        line-height: 22px;
       /* margin-bottom: 6px;*/
    }

.loader_bg {
    z-index: 9910;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*----------------------------------------------------------*/
/*------------		 table Css Styling   ----------------------*/
/*----------------------------------------------------------*/

.ques-header {
    background: #E9E9E9;
    border-bottom: 2px solid #88BD26;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
}

.ques-row {
    border-bottom: 1px solid #DADADA;
    background: #D9E6EF;
}
    .ques-row:nth-child(2n+1) {
        background: #fff;
    }


    .wm-50 {
        width: 50%;
        margin: 0 auto;
    }

#dvName {
    line-height: 55px;
}

table.QuesOpt,
table.Questable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.Questable > thead > * > * {
        padding: .25rem .25rem;
        font-size: .8rem;
        line-height: 1.4285;
        vertical-align: bottom;
        text-align: center;
        width: 19.28%;
        background: #D9E6EF;
    }
    /*table.Questable > thead > tr:first-child > th {
        text-align: center;
        text-transform: uppercase;
        border-bottom: 2px solid #582eb6;
    }*/
    table.QuesOpt > tbody > * > *,
    table.Questable > tbody > * > * {
        padding: .25rem .25rem;
    }

    table.Questable > :not(caption) > * > * {
        border: 1px solid #F5F9FB;
    }

    table.Questable > thead > * > * > div,
    table.Questable > thead > * > * > div > span {
        display: block;
        text-align: center;
        font-weight: normal;
        font-size: 0.8rem;
    }

        table.Questable > thead > * > * > div > span {
            font-weight: normal !important;
        }

table.table-style {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*margin-bottom: 1.5rem;*/
    font-size: .85rem;
}

    table.table-style > thead > * > * {
        vertical-align: bottom;
        background: #00426E;
        color: #FFF;
        text-align: center;
    }

    table.table-style > thead > tr:last-child > * {
        /*border-bottom: 2px solid #00426E !important;*/
        padding: .5rem .25rem;
    }

    table.table-style > :not(caption) > * > * {
        padding: .25rem .25rem;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

    table.table-style > tbody > tr:nth-child(even) {
        background: #D9E6EF;
    }

    table.table-style > tbody > tr:nth-child(odd) {
        background: #F2F2F2;
    }

.align-mid {
    display: flex;
    align-items: center;
}

.page-no {
    text-align: right;
    font-weight: 600;
    margin-top: .5rem;
    font-style: italic;
}

/*---------------------------------------------*/
/*-------------- Header Section ---------------*/
/*---------------------------------------------*/

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden
}

    .wrapper:before, .wrapper:after {
        content: "";
        display: table
    }

    .wrapper:after {
        clear: both
    }

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .main-header {
    position: fixed;
}

.main-header {
    position: relative;
    max-height: 7.5rem;
    z-index: 999
}

.main-header {
    min-height: 3.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    background: #FFF;
    padding: 0 1rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

    .main-header .navbar-right {
        float: right
    }

    .main-header .logo {
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        display: block;
        float: left;
        height: auto;
        text-align: center;
        overflow: hidden;
    }

        .main-header .logo > img {
            width: 260px;
            padding: 5px;
        }

    /*.main-header .logo .logo-lg {
            display: block;
        }

        .main-header .logo .logo-mini {
            display: none;
        }*/


    .main-header .navbar {
        -webkit-transition: margin-left .3s ease-in-out;
        -o-transition: margin-left .3s ease-in-out;
        transition: margin-left .3s ease-in-out;
        margin-bottom: 0;
        margin-left: 230px;
        border: none;
        min-height: 56px;
        border-radius: 0;
        background-color: #FFFFFF;
        border-left: 1px solid #ddd;
    }

    .main-header .navbar-right > .logo > img {
        width: 130px;
        padding: 14px 5px;
        display: inline-block
    }

        .main-header .navbar-right > .logo > img.aaroha {
            width: 230px;
        }

.user_nav {
    padding: 0;
    margin: 0;
    float: right;
}

    .user_nav > li {
        display: inline-block;
        list-style: none;
    }

        .user_nav > li > a {
            min-width: 35px;
            text-align: center;
            padding: 6px 0;
            cursor: pointer;
            font-size: 15px;
            background-color: #00426E;
            border: 1px solid #00426E;
            color: #fff;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
        }

            .user_nav > li > a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #002846;
                transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
            }

/*****************************
Content Area 
*****************************/

.main-content {
    position: relative;
    padding-bottom: 30px;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -moz-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
}

    .main-content:before,
    .main-content:after {
        content: "";
        display: table
    }

    .main-content:after {
        clear: both
    }

/*.section {
    margin-bottom: 20px;
    padding: 10px 20px;
}*/

.section-title {
    padding: 1.5rem 0;
}

    .section-title > h3 {
        color: #00426E;
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 4px;
    }

        .section-title > h3 > span {
            text-transform: none;
            color: #EE1E24 !important;
            text-transform: uppercase;
        }

    .section-title > .title-line-center {
        width: 160px;
        height: 4px;
        background: #5A5A59;
        display: block;
    }

    .section-title > .title-line-center {
        margin-right: auto;
        margin-left: auto;
    }

.small-title {
    color: rgba(0, 0, 0, .65);
    font-size: .94rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1rem 0 .5rem;
}

.title-3 {
    background-color: #00426E;
    color: #FFF;
    text-align: center;
    font-size: .85rem;
    padding: 5px;
    font-weight: 600;
}

.grid-welcome-bg {
    min-height: 175px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.grid {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .grid.bg_one {
        background-color: rgba(150, 198, 28, 0.3);
    }

    .grid.bg_two {
        background-color: rgba(8, 150, 216, 0.2);
    }

    .grid.bg_three {
        background-color: white;
    }

.Completed,
.Inprogress,
.Not-Start {
    padding: .25rem .5rem;
    border-radius: .25rem;
    font-size: .8rem;
}

.Completed {
    color: #449d44;
    /*color: #0f5132;*/
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.Inprogress {
    color: #ec971f;
    /*color: #664d03;*/
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.Not-Start {
    color: #c9302c;
    /*color: #842029;*/
    background-color: #f8d7da;
    border-color: #f5c2c7;
}


input[type="radio"].styled-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none; /* Remove default radio button appearance */
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

    /* Create the styled appearance for radio button (using pseudo-element) */
    input[type="radio"].styled-radio::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #FFF; /* Default gray color for unchecked state */
        border: 1px solid #064874;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    /* Alternate color for unchecked radio buttons */
    input[type="radio"].styled-radio:nth-of-type(odd)::before {
        background-color: #fff; /* Light gray */
    }

    input[type="radio"].styled-radio:nth-of-type(even)::before {
        background-color: #00426e; /* #0E9FFE Light Blue */
    }

    /* Styling for checked radio button */
    input[type="radio"].styled-radio:checked::before {
        background-color: #00426e; /*  #0E9FFE Light Blue */
        border-color: #064874; /* Darker yellow for checked border */
    }

    /* Optional: Hover effect for better interaction */
    input[type="radio"].styled-radio:hover::before {
        background-color: #00426e; /* Light yellow when hovered */
    }

/*----------------------------------------------------------*/
/*------------      Circles with Images     ----------------*/
/*----------------------------------------------------------*/

.circle-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.circle {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #f0f0f0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

    .circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Circle heading styles */
.circle-heading {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Name list styles */
.name-list {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

    .name-list li {
        line-height: 1.5;
    }

/*----------------------------------------------------------*/
/*------------         Questions Section     ----------------*/
/*----------------------------------------------------------*/

/* Header Section */
.survey-header {
    text-align: center;
    background-color: #4caf50;
    color: white;
    padding: 20px;
    /*border-radius: 8px 8px 0 0;*/
}

    .survey-header h1 {
        margin: 0;
        font-size: 24px;
    }

/* Instructions Section */
.instructions {
    background-color: #e7f6e7;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    border-left: 4px solid #4caf50;
}

    .instructions b {
        color: #4caf50;
    }


.statement-header {
    text-align: left;
}

.inspiring {
    background-color: #000000;
}

.collaborating {
    background-color: #000000;
}

/* Statement Rows */
.statement-row {
    background-color: #f2f2f2;
}

    .statement-row td {
        text-align: left;
    }

    .statement-row input {
        margin: 0 5px;
    }

/*-----------------------------------/
/---------- login Box css -----------/
/-----------------------------------*/

/*------------------ from css-------------------*/
/*[ Input ]*/
input {
    outline: none;
    border: none;
}

    input[type="number"] {
        -moz-appearance: textfield;
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    input:focus::-webkit-input-placeholder,
    input:focus:-moz-placeholder,
    input:focus::-moz-placeholder,
    input:focus:-ms-input-placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder,
    input:-moz-placeholder,
    input::-moz-placeholder,
    input:-ms-input-placeholder {
        color: #868686;
        font-size: 15px;
    }


.loginfrm {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 320px;
    position: relative;
    visibility: hidden;
    /*margin-left: auto;*/
}

    .loginfrm.cls-4 {
        animation: 2s ease-out 0s 1 slideInFromTop;
        visibility: visible !important;
    }

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

.login-box {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    /*padding-top: 2rem;*/
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s ease;
}

    .login-box:last-child {
        background: #e3e3e3;
        height: 14px;
        border-radius: 0 0 5px 5px;
        margin: 0 15px;
        padding: 0;
    }

.login-logo {
    position: relative;
    text-align: center;
    padding: 1rem .5rem;
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 60%, rgba(0, 66, 110, .15) 40%);
    border-bottom: 1px solid rgba(0, 66, 110, .25);
    border-radius: 5px 5px 0 0;
    /*box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);
    -moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,.55);*/
}

    .login-logo > img {
        max-width: 12rem;
        height: auto;
        margin: 0 .5rem;
    }

/*.login-logo > img:last-child {
            margin-left: .75rem;
            max-width: 5rem;
        }*/


.login-box-msg {
    padding: 0;
    text-align: center;
    margin-top: 10px;
}

    .login-box-msg > h3.title {
        position: relative;
        z-index: 1;
        border-left: 6px solid #EE1E24;
        padding: 0 2rem;
        color: #00426E;
        font-size: 1.35rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

.login-box-body {
    padding: 1rem 2rem 1.5rem;
}

input {
    outline: none;
    border: none;
    overflow: visible;
    margin: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.frm-group {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    z-index: 1;
    /* border-bottom: 3px solid #1d6ffd;*/
}

    .frm-group:last-child {
        margin-bottom: 1.5rem !important;
    }

.form-ctrl {
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    height: 50px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    /*border-radius: 25px;*/
    padding: 0 30px 0 54px;
}

.form-focus {
    display: block;
    position: absolute;
    /*border-radius: 25px;*/
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(238,30,30, 0.8);
}

.form-search {
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    height: auto;
    background: #e6e6e6;
    border: 1px solid #ccc;
    /*border-radius: 25px;*/
    padding: 5px 10px;
    margin-bottom: .5rem;
}

.form-ctrl:focus + .form-focus + .form-search {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.form-symbol {
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form-ctrl:focus + .form-focus + .form-symbol {
    color: #00426E;
    padding-left: 28px;
}


/* Footer */
.login-box-footer {
    margin-top: 1rem;
    padding: .75rem 0;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #D4DEDF;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -khtml-border-radius: 0 0 12px 12px;
}

.login-box-footer {
    color: #888;
    font-size: 12px;
}

    .login-box-footer > img {
        width: 7.5em;
    }

/* Links */
.forgot-password,
.contact-us {
    display: block;
    text-align: center;
    color: #007CB0;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
}

    .forgot-password:hover,
    .contact-us:hover {
        text-decoration: underline;
    }

.login-box.alt {
    position: absolute;
    top: 45px;
    right: -35px;
    z-index: 10;
    width: 75px;
    height: 75px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    transition: .3s ease;
}

    .login-box.alt .toggle {
        position: relative;
        background: #F7931D;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        color: #ffffff;
        font-size: 2rem;
        line-height: 68px;
        text-align: center;
    }

        .login-box.alt .toggle:before {
            content: "\f007"; /*"\f040";*/
            font-family: FontAwesome;
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.btns {
    overflow: hidden;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    /*border-radius: 50px;*/
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .btns:hover {
        background-color: transparent;
        transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
        -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
    }

/* Button Group */
.button-group {
    text-align: center;
    margin-top: 20px;
}

.btns.sm {
    padding: 8px 16px;
    font-size: .75rem;
}

.btns.btn-submit {
    background-color: #00426E;
    border: 1px solid #00426E;
    color: #fff;
}

    .btns.btn-submit:hover {
        background-color: #002846;
    }

.btns.btn-cancel {
    border: 1px solid #5D5D5D;
    background: #5D5D5D;
    color: #FFF;
}

    .btns.btn-cancel:hover {
        background: #323232;
    }

.btns.btn-save {
    border: 1px solid #80C6CA;
    background: #80C6CA;
    color: #00426E;
}

    .btns.btn-save:hover {
        background: #41979E;
    }

/*.previous {
    background-color: #ffa726;
    color: white;
}

.save-continue {
    background-color: #4caf50;
    color: white;
}

.submit {
    background-color: #388e3c;
    color: white;
}

.exit {
    background-color: #e53935;
    color: white;
}*/
/*.btns.btn-previous {
        background-color: #6c757d;
        color: white;
    }

        .btns.btn-previous:hover {
            background-color: #5a6268;
        }

        .btns.btn-previous:active {
            background-color: #495057;
        }

    .btns.btn-danger {
        background-color: #dc3545 !important;
        color: white;
    }

        .btns.btn-danger:hover {
            background-color: #c82333 !important;
        }

        .btns.btn-danger:active {
            background-color: #bd2130 !important;
        }

    .btns.btn-next {
        background-color: #28a745;
        color: white;
    }

        .btns.btn-next:hover {
            background-color: #218838;
        }

        .btns.btn-next:active {
            background-color: #1e7e34;
        }*/

/* Error Message */
.text-danger {
    color: #d9534f;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    line-height: 1.25;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #ccc;
    line-height: 1.5;
    margin-top: auto;
    padding: 0px 15px;
    background: none;
    position: absolute;
    bottom: 0;
    max-width: unset;
}

.footer-text {
    margin: 5px 0;
}
