/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"); */
/* UI Developed by Rajamanickam */

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */


/* :root {
    --primary: #4c56c0;
} */

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-ExtraBold.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-Black.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../css/fonts/Inter18pt-Thin.woff2') format('woff2'),
        url('../css/fonts/Inter18pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
   font-family: 'Inter 18pt', sans-serif;
    /* font-size: 14px; */
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    overflow-x: hidden;
    font-weight: 400;
    color: #333;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: normal;
}

h1 {
    font-size: 24px;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

audio,
video {
    max-width: 100%;
    width: 100%;
}

textarea {
    resize: vertical;
}

a {
    color: #4c56c0;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #267dff;
}

.hide {
    display: none;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.error {
    color: red;
}

.alert-box-error {
    /* background: url(../images/alert_bg.png) no-repeat scroll 20px 3px #ffecec; */
    background: #ffecec;
    border: 1px solid #B81900;
    border-radius: 10px;
    padding: 10px 10px 10px 70px;
    margin: 10px;
    font-weight: bold;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select,
input,
textarea,
.custom-radio>label {
    font-size: 13px !important;
}

select,
input.form-control {
    height: calc(1.85em + 0.75rem + 2px) !important;
}

.form-control:focus {
    border-color: #4c56c0;
}

/* bootstrap overwrite */
.fixed-top {
    display: inline;
    width: fit-content;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4c56c0;
    background-color: #4c56c0;
}

/* jquery-ui.css style overwrite */
.ui-widget {
    font-size: initial !important;
    font-family: initial !important;
}

/* Invalid Feedback */
.invalid-feedback {
    /* background-color: #fbc699; */
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #dc3545;
    position: relative;
    top: 2px;
    font-size: 12px !important;
}

.photo_sign_error font {
    background-color: #fbc699;
    font-weight: 600;
    color: #dc3545;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #dc3545;
    position: relative;
    font-size: 12px;
}

/* For IE10 */

select::-ms-expand {
    display: none;
}

.form-control,
.custom-select,
.input-group,
.input-group-text {
    /* border-radius: 0; */
    position: relative;
}


.login-form label {
    width: auto;
}

label,
.label {
    color: #495057;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    border: none;
    outline: none;
    padding: 8px 14px;
    background: #267dff;
    color: #fff;
    outline: none;
}

button:hover {
    background: #556670;
    color: #fff;
}

button:focus {
    outline: none !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 10px;
}

input,
textarea,
input[type="submit"]:focus {
    outline: 0 none;
}

textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px;
}

input:focus {
    box-shadow: none !important;
    outline: none !important;
}

::-moz-selection {
    background: #4c56c0;
    color: #fff;
}

::selection {
    background: #4c56c0;
    color: #fff;
}

.bg {
    background: #4c56c0;
}

.h100 {
    height: 100vh;
}

.loginheader .logo {
    height: 80px;
}

.loginheader .navbar-brand {
    background: #4c56c0;
    margin: -0.5rem 0 -0.5rem -1rem;
    padding: 0.5rem 0 0.5rem 1rem;
    position: relative;
    margin-right: 100px;
}

.loginheader .navbar-brand:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    float: left;
    height: 100%;
    left: 100%;
    top: 0;
    background: #4c56c0;
    background: linear-gradient(150deg, #4c56c0 50%, rgba(9, 9, 121, 0) 50%);
}

@media(max-width: 767px) {
    .loginheader {
        background: #4c56c0;
    }

    .loginheader .logo {
        height: 35px;
    }

    .loginheader .fixed-top {
        position: relative;
    }

    .logincontent:after {
        display: none;
    }

    .table_row {
        border: none !important;
    }

    .table_row>.table_small>.table_cell {
        border: none !important;
    }

    .custom-total-exp {
        flex-direction: column;
    }
}


.login_signup_main .newreg {
    /* border: 1px solid #000000; */
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;

    background-color: #febf01;
    border: 1px solid #febf01;
    color: #000;
    text-align: center;
}

/* .newreg:hover {
    box-shadow: inset 22.5em 0 0 0 rgb(215 229 239);
    border: 1px solid #4c56c0;
    color: #4c56c0;
} */

.login_signup_main .login_btn {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(215 229 239);
    border: 1px solid #4c56c0;
    color: #4c56c0;
    text-align: center;
}

.newreg:hover,
.login_btn:hover {
    box-shadow: inset 22.5em 0 0 0 #2b1874;
    color: #fff;
    border: 1px solid #2b1874;
}

@media(max-width: 767px) {
    .newreg {
        font-size: 12px;
    }
}

.logincontent {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logincontent:after {
    width: 150px;
    height: 150px;
    position: absolute;
    content: "";
    background: #4c56c0;
    border-radius: 50%;
    bottom: 50px;
    left: calc(100% - 75px);
    border: 30px solid #bbb;
    opacity: 0.3;
}



.logincontent:before {
    width: 200px;
    height: 200px;
    position: absolute;
    content: "";
    background: #4c56c0;
    border-radius: 50%;
    top: 50px;
    right: calc(100% - 75px);
    border: 30px solid #bbb;
    opacity: 0.1;
}

/* .loginform:after {
    width: 300px;
    height: 600px;
    position: absolute;
    content: "";
    background: #bbb;
    border-radius: 50px;
    bottom: 50px;
    left: calc(100% - 100px);
    transform: rotate(20deg);
    z-index: 1;
    opacity: 0.1;
} */

.loginform .login_signup_main {
    background-color: #fff;
    margin: 2.5rem 1.5rem 1.5rem 0.7rem;
    display: grid;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    padding: 1rem;
}

.login_signup_main .modal .modal-header button:hover {
    background-color: #fff;
}

.login_signup_main .modal .modal-footer .btn-primary {
    background-color: #4c56c0;
}

.login_signup_main .modal .modal-footer .btn-primary:hover {
    box-shadow: inset 5em 0 0 0 #fff;
    color: #4c56c0;
}

@media(max-width: 767px) {
    .loginform .h100 {
        height: auto !important;
    }
}

@media(min-width: 998px) {
    .loginform {
        float: right;
        min-height: 100vh;
    }
}


.login-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    margin: 0px 0 50px 0;
    position: relative;
    padding-left: 10px;
    z-index: 5;
}

.forgot_pwd .login-title {
    color: #000;
}

.login-title small {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 10px;
}


.loginform .form-group {
    position: relative;
    z-index: 5;
    margin-top: 30px;
}

.loginform .form-control-placeholder {
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    top: 10px;
    left: 20px;
    transition: all 200ms;
    color: rgba(0, 0, 0, 0.8);
    cursor: text;
}

.loginform .form-control:focus+.form-control-placeholder,
.loginform .form-control:valid+.form-control-placeholder {
    transform: translate3d(0, -100%, 0);
    font-size: 11px;
    border-radius: 35px;
    color: rgba(3, 3, 3, 0.8);
    left: 0;
    top: -5px;
}

/* .loginform .form-control {
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    background: #fff;
    box-shadow: none;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    height: auto;
    font-weight: normal;
    line-height: 0;
} */

.login-form .btn {
    /* background-color: #fa607e; */
    background-color: #4c56c0;
    border-radius: 35px;
    padding: 8px 30px;
    width: 100%;
    margin-top: 20px;
    color: #fff;
}

.login-form .btn:hover {
    border-radius: 5px !important;
}

.loginform .form-control.security {
    padding-right: 40px;
}
.login-security-code input {
    height: 42px !important;
    padding-right: 9rem !important;
}

.login-security-code img{
    position: absolute;
    top: 0;
    right: 35px;
}

.refresh-btn {
    position: absolute;
    right: 5px;
    top: 8px;
    padding: 0 5px;
}

.security-code input {
    height: 42px !important;
    padding-right: 9rem !important;
}

.security-code img {
    position: absolute;
    right: 40px;
    top: 0px;
}

.refresh-btn svg {
    width: 20px;
    fill: #333;
}

.loginform .refresh-btn svg {
    fill: #686262;
}

.security .refresh-btn {
    position: relative;
    right: 10px;
}

.forgot {
    color: #4c56c0;
    float: right;
    display: inline-block;
    margin-top: 5px;
}

.login-content {
    overflow: auto;
    max-height: calc(100vh - 150px);
    z-index: 2;
    font-size: 14px;
    padding-top: 20px;
    margin-top: 3rem;
}

@media(max-width: 767px) {
    .login-content {
        max-height: inherit;
    }

    .logincontent .h100 {
        height: auto !important
    }
}

.login-content .login-title {
    color: #4c56c0;
    font-size: 20px;
    padding-right: 2rem;
}

.disclaimer h4 {
    color: #000;
    font-size: 14px;
    margin: 0
}

.disclaimer p {
    font-size: 12px;
    font-weight: 400;
}

.disclaimer span {
    color: #000;
    font-size: 12px;
}

.events {
    padding-top: 1rem;
}

.events li {
    padding: 5px 5px 10px 0;
    display: block;
    /* margin-right: 15px; */
}

/* .events li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    left: 3px;
    top: 5px;
    transform: rotate(45deg);
    opacity: 0.5;
} */

.events li a {
    text-decoration: none
}

.events li a:hover {
    color: #333;
}


.events .rd_link {
    /* background-color: rgb(215 229 239);
    border: 1.3px solid #4c56c0; */
    color: #ffffff !important;
    padding: 8px;
    border-radius: 20px;
    display: inline-block;
}

.events .rd_link span {
    padding-left: 8px;
}

.events .rd_link:hover {
    border-color: rgb(215 229 239);
    color: rgb(215 229 239) !important;
    background-color: #111751;
    display: inline-block !important;
}

.login-content::-webkit-scrollbar {
    width: 10px;
}

.login-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.login-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.login-content::-webkit-scrollbar-thumb:hover {
    background: #727070;
}

.login-content .table {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: -webkit-fill-available;
    margin: 0.6rem 1.5rem 1.6rem 0.4rem;
    border-radius: 10px;
}

.login-content .table td {
    border-top: none !important;
    border-bottom: 1px solid #dee2e6;
}




.login-content .table thead {
    background-color: #d7e5ef;
}

.login-content .table td,
.login-content .table th {
    border-top: none !important;
    /* padding: 5px 8px; */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0;
    font-size: 12px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .usertxt {
        font-size: 12px;
    }
}

.logout {
    background: red;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


/* .logout svg {
    width: 24px;
}

.logout svg path {
    fill: #fff;
} */

.logout:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.logout:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 15px;
    background: #fff;
    top: -12px;
    bottom: 0;
    margin: auto;
    border: 3px solid #f00;
    z-index: 1;
    left: 0;
    right: 0;
}

@media(max-width: 767px) {
    .regheader {
        background: transparent;
    }
}

.progressbar {
    overflow: hidden;
}

.progressbar li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 -2px;
    padding: 0 10px;
    width: 16%;
}

.progressbar li a {
    color: #939191;
    font-weight: 500;
}

.progressbar li i {
    height: 40px;
    width: 40px;
    line-height: 41px;
    display: block;
    font-size: 16px;
    color: #4c56c0;
    background: #f8f9fa;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    font-style: normal;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar li:hover i {
    background-color: #fff;
    /* font-size: 1.1rem; */
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    box-shadow: rgba(4, 0, 255, 0.64) 0px 3px 8px;
}

.progressbar li i:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    left: -50%;
    top: 18px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.progressbar li:first-child i:after {
    content: none;
}


.progressbar li.unactive i,
.progressbar li.unactive i:after {
    background: #198754;
    color: white;

}

.progressbar li.active i,
.progressbar li.active i:after {
    background: #4c56c0;
    color: white;
}

.progressbar li.active i {
    border-radius: 20%;
    box-shadow: rgba(36, 6, 107, 0.64) 0px 3px 8px;
}


.progressbar li.active a {
    color: #4c56c0;
}

.progressbar li.unactive a {
    color: #198754;
}

.progressbar li.active a {
    font-size: 16px;
    font-weight: 600;
}

.info_box {
    display: flex;
    padding-left: 1rem;
}

.info_box a {
    color: #4c56c0;
    padding-left: 5px;
    text-decoration: underline;
}

.blob {
    background: #ff8150;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    align-self: center;
    margin: 0 0.5rem;
    display: inline-block;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


@media (max-width: 767px) {
    .progressbar li i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .progressbar li span {
        display: none;
    }

    .progressbar li i:after {
        top: 15px;
    }
}

.btn {
    margin-bottom: 5px !important;
    z-index: 10;
}

.sbtn,
.sbtn1,
.sbtn2 {
    background: #4c56c0;
    border-radius: 30px;
    padding: 8px 30px;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sbtn1 {
    background: #556677;
}

.sbtn2 {
    background: #fa607e;
}

.sbtn:hover,
.sbtn1:hover {
    border-radius: 5px;
    color: #fff;
}


.form-group .text-muted {
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.2;
}

.imgbox_can .card {
    margin-bottom: 30px;
    border-radius: 0px;
    box-shadow: 0 2px 2px 0 rgba(85, 88, 255, 0.548), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.09);
    background: #f5f5f5;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.imgbox_can .card:hover {
    border-radius: 16px;
}

.imgbox_can .card-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.imgbox_can .card-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.imgbox_can svg {
    width: 17px;
    height: 17px;
    fill: red
}

.custom-radio label,
.custom-checkbox label {
    padding-top: 3px;
    cursor: pointer;
}

.custom-radio .custom-control-input:disabled~label,
.custom-radio .custom-control-input[disabled]~label {
    cursor: inherit;
}

.reg-card {
    border-color: #f5f5f5;
    border-radius: 0;
}

.reg-card h6 {
    font-weight: normal;
}

.reg-card .card-header {
    font-size: 16px;
    background-color: rgba(0, 0, 0, .02);
    font-weight: 600;
}

.card-scroll {
    max-height: 340px;
    overflow: auto;
}

.card-scroll ul li {
    background-color: transparent;
}

.sortable li {
    cursor: all-scroll;
}


/********************************************************************************************************/

.w-1 {
    width: 1% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}


/********************************************************************************************************/



.table_rwd2 {
    display: table;
    text-align: center;
    border-collapse: separate;
    width: 100%;
    border: #dee2e6 1px solid;
}

.table_rwd {
    display: block;
    text-align: center;
    border-collapse: separate;
    border: #dee2e6 1px solid;
    margin: 0 auto;
    /*  width: fit-content; */
}

.table_row,
.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    /* border-bottom: #dee2e6 1px solid;
    border-top: #dee2e6 1px solid; */
    border: #efefef 0.01px solid;
    background: aliceblue;
    color: #495057;
    padding: .75rem;
    font-weight: 400;
}

.table_header1 {
    display: table-cell;
    /* border-bottom: #dee2e6 1px solid;
    border-top: #dee2e6 1px solid; */
    border: #efefef 0.01px solid;
    background: aliceblue;
    color: #495057;
    padding: .75rem;
    font-weight: 400;
}

.table_header2 {
    display: table-cell;
    /* border-bottom: #dee2e6 1px solid;
    border-top: #dee2e6 1px solid; */
    border: #efefef 0.01px solid;
    background: aliceblue;
    color: #495057;
    padding: .15rem;
    font-weight: 400;
}


.table_header3 {
    display: table-cell;
    /* border-bottom: #dee2e6 1px solid;
    border-top: #dee2e6 1px solid; */
    border: #efefef 0.01px solid;
    background: aliceblue;
    color: #495057;
    padding: .10rem;
    font-weight: 400;
}


.table_row {
    border-bottom: #dee2e6 1px solid;
    border-right: #dee2e6 1px solid;
    border-left: #dee2e6 1px solid;
}

.table_small {
    display: table-cell;
    vertical-align: middle;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
    display: none;
    background: #e9ecef;
    color: #495057;
}

.table_row>.table_small>.table_cell {
    padding: .75rem;
    color: #5b5b5b;
}

.table_small .table-cell input[type="date"]::before {
    content: attr(placeholder) !important;
}

.table_small .table-cell input[type="date"]:focus::before,
.table_small .table-cell input[type="date"]:valid::before {
    content: "";
}

.total_exp_from_to_date {
    margin-bottom: 15px;
}

.total_exp_from_lbl,
.total_exp_to_lbl {
    text-align: center;
}

.table_row:nth-child(2n+3) {
    background: rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
    .table_rwd {
        display: block;
    }

    .table_row:nth-child(2n+3) {
        background: none;
    }

    .theader {
        display: none;
    }

    .table_row>.table_small>.table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }

    .table_cell {
        display: table-cell;
        width: 50%;
    }

    .table_row>.table_small>.table_cell {
        border-bottom: #dee2e6 1px solid;
    }

    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        text-align: center;
    }

    .table_small {
        display: table-row;
    }

    .table_row>.table_small:first-child>.table_cell:last-child {
        border-left: none;
    }

    .table_row>.table_small>.table_cell:first-child {
        border-left: #dee2e6 1px solid;
    }

    .table_row>.table_small:first-child>.table_cell:first-child {
        border-top: #dee2e6 1px solid;
    }

    .table_row>.table_small:first-child>.table_cell:last-child {
        border-top: #dee2e6 1px solid;
    }

    .table_row>.table_small:last-child>.table_cell:first-child {
        border-right: none;
    }

    .table_row>.table_small>.table_cell:last-child {
        border-right: #dee2e6 1px solid;
    }
}

.nav-tabs {
    background: #f0f0f0;
}

.nav-tabs .nav-link {
    border-radius: 0;
    font-size: 14px;
    padding: 15px;
}

.notvisited {
    pointer-events: none;
    color: #fa607e;
}

.tabvisited {
    color: #198754 !important;
    background: #ffffff;
}

.watermark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
}

.spacer {
    text-align: center;
}

.spacer .er_alert1 {
    width: 100%;
    font-weight: bold;
    color: red;
}



/* Shanmugam changes on adding border for all the form */

/* navbar_tabs */
/*
.equal-exp {
    border-left: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
} 

.mctabs {
    background-color: #f8f9fa;
    border-bottom: none !important; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
   /* border-radius: 10px; */
    /* padding: 0.5rem; */
/* }

.mctabs .nav-item {
    background-color: #fff;
    /* border-bottom: 2px solid #a3a1a1 ; */
/* } */
/*
.mctabs .nav-item .nav-link {
    border: none !important;
    font-weight: 600;
    padding: 0px 5px 5px 5px;
    margin: 0 30px;
}

.mctabs .nav-item .nav-link.active {
    background-color: #ffffff;
    color: #198754;
    font-weight: 600;
    /* border-radius: 10px; */
  /*  border-bottom: 2.5px solid #198754 !important;
}  */

/* shanthakumar undo the css for innertab - START */
.mctabs {
    background-color: #fff;
    border-bottom: none !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 0.5rem;
}

.mctabs .nav-item {
    background-color: #fff;
}

.mctabs .nav-item .nav-link {
    border: none !important;
    font-weight: 600;
}

.mctabs .nav-item .nav-link.active {
    background-color: #6495ed;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
/* shanthakumar undo the css for innertab - END */

/* Basic_Details */

.image_form,
.basic_details_form,
#regtbl1 .card,
.add_row .card,
#regtbl2 .card {
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
}

#regtbl1 .card .form-group,
.image_form .form-group,
.basic_details_form .form-group {
    padding: 0.5rem 1rem;
}

.image_form h1,
.basic_details_form h1 {
    font-weight: 500 !important;
    font-size: 28px !important;
}

.regheader .navbar {
    background-color: #fff;
}

.reg_container #menu .progressbar {
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.basic_details_form .form-row .form-group .basicdetails_data {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #939191;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* reg_details_css */

/* .reg_form_form .card{
    background-color: transparent !important;
} */

.reg_form_form .card-header {
    background-color: transparent !important;
    border-bottom: none !important;
    font-weight: 500 !important;
    font-size: 28px !important;

}

.reg_det_section {
    /* box-shadow: rgba(76, 73, 253, 0.582) 0px 2px 8px 0px; */
    border: 1px solid #ced4da;
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 1rem 0;
}

.reg_det_section .form-group {
    margin-bottom: 0px !important;
    padding-bottom: 1rem;
}

.add_del_row .btn.add,
.btn.btn_remove {
    font-size: 14px;
    border-radius: 5px;
}

.add_del_row .btn.add {
    background-color: #4c56c0;
    border-color: #4c56c0;
}

.add_del_row .btn.add:hover {
    background-color: #0062cc;
}

/* .basic_details_form .form-group .input-group .input-group-prepend .input-group-text{
    background-color: #4c56c0;
    color: #fff;
}

.basic_details_form .form-group .input-group .input-group-prepend .input-group-text .bi{
    color: #fff;
} */
.as_on_age_main {
    display: inline-flex;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 20px;
}

.as_on_age_main .col-form-label {
    align-self: center;
    padding-left: 10px;
}

.as_on_age_val {
    padding: 5px;
}

.as_on_age_val .text-danger .age-style {
    width: 33px;
    font-size: 15px;
    line-height: 2.0;
    text-align: center;
    border-radius: 50px;
    background-color: #4c56c0;
    color: #fff !important;
}

.form-control.valid_error {
    background-color: #fbd3d6 !important;
    border: 1px solid #dc3545 !important;
}

.custom-select.valid_error {
    background-color: #fbd3d6 !important;
    border: 1px solid #dc3545 !important;
    margin-bottom: 10px;
}

.form-control.valid_error_ic {
    background-color: #ffe0be !important;
    border: 1px solid #e37500 !important;
}

.custom-select.valid_error_ic {
    background-color: #ffe0be !important;
    border: 1px solid #e37500 !important;
    margin-bottom: 10px;
}

.text-note {
    /*color: #4c56c0; */
    color: #1708f1;
    /* font-weight: bold !important; */
    font-size: 15px !important;
}

.text-note-small {
    /*color: #4c56c0; */
    color: #1708f1;
    /* font-weight: bold !important; */
    font-size: 85% !important;
}

.details_innertab {
    justify-content: center;
    width: 50%;
}

@media(min-width: 998px) {
    .reg_det_section .side_border {
        border-left: 1px solid #ced4da;
        border-right: 1px solid #ced4da;
    }
}


/* education_details css */

.work_exp_btn .btn {
    z-index: 0;
}

.work_exp_btn .btn.add {
    background-color: #4c56c0;
    color: #fff;
}

.work_exp_btn .btn.add:hover {
    background-color: #0062cc;
}


/* Preference Instructions */

.preference_instructions .card .card-header {
    background-color: cornflowerblue;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.preference_instructions .card .card-body {
    background-color: #fff;
}

.preference_instructions .card {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: default;
}

.preference_instructions .card:hover {
    box-shadow: none;
}

/* work exprience army css */


@media(min-width: 768px) {
    .work_exp_period_main {
        display: grid;
        padding: 15px 0 !important;
    }

    .work_exp_period_title {
        padding-bottom: 15px;
        border-bottom: #efefef 2.5px solid;
    }

    .work_exp_period_date {
        display: flex;
        padding-top: 15px;
    }

    .work_exp_period_fromdate,
    .work_exp_period_todate {
        width: 50%;
        text-align: center;
    }


    .armed_forces_date .table_row .table_small .date,
    .paramilitary_date .table_row .table_small .date,
    .police_date .table_row .table_small .date {
        display: none;
    }

}

@media(max-width: 768px) {
    .work_exp_period_date {
        display: none;
    }
}

.custom-breadcrumbs {
    font-weight: 500;
    font-size: 12px !important;
    /* text-decoration: underline; */
    text-underline-offset: 5px;
    border-radius: 50px !important;
    border: 1px solid !important;
    padding: 3px 5px !important;
}

.custom-breadcrumbs:hover {
    background-color: #4c56c0 !important;
    color: #fff;

}


@media(max-width:600px) {
    .custom-age {
        flex-direction: column;
    }


}

.custom-age {
    display: flex;
}



.custom-age-label {
    flex: 1 1 0;
}