﻿/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #00194c;
    width: 190px;
    opacity: 1 !important;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
/*reset css ends*/
/*custom css starts*/
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'poppinsregular';
    font-size: 12px;
}

a.navbar-brand {
    width: 130px;
    padding: 0;
}

    a.navbar-brand img {
        padding: 8px;
        background: #fff;
    }

.btn.btn-primary {
    margin: 1rem 0;
    padding: 5px 1rem;
    border-color: transparent;
}

.form-control {
    font-size: 12px;
    padding: 6px;
    border-radius: 10px;
}

    .form-control:focus {
        box-shadow: none;
    }

.input-group-text .fa {
    width: 20px;
}

input[type=checkbox], input[type=radio] {
    width: auto;
}

.input-group-text {
    margin: 0;
}

.form-check-input {
    margin-top: .1rem;
}

.fixHeight {
    height: 100vh;
    align-items: center;
    display: flex;
}

.margin-top {
    margin-top: 1rem;
}

.remove-margin-top {
    margin-top: 0 !important;
}

.form-text {
    margin-bottom: .2rem;
}

.forgot-btn {
    font-weight: 600;
    text-align: right;
    display: flex;
    text-decoration: underline;
}

button.btn.btn-secondary {
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 2;
    right: 0;
}

.powered-by {
    width: 70px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    margin: 10px;
    background: #fff;
}

.forgot-btn {
    margin-left: 10px;
}

.register-btn {
    font-weight: 600;
    text-decoration: underline;
    transition: 0.4s all ease;
}

.notifications {
    margin-bottom: 1rem;
}

ul.disc {
    list-style-type: disc;
    margin-left: 15px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

    /*h2::after {
        position: absolute;
        bottom: -5px;
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
    }*/

.btn.btn-primary {
    font-size: 12px;
}

.remove-margin {
    margin: 0 !important;
}

.notifications {
    margin-bottom: 1rem;
    padding: 15px;
    margin-top: 1rem;
    border-radius: 10px;
}

li.headings {
    font-family: 'poppinsmedium';
    letter-spacing: 1.5px;
    list-style-type: none;
    color: #ff8500;
    margin-bottom: 10px;
    font-weight: 600;
}

}

.errormsg {
    color: red;
}
/*custom css ends*/
/*loginscf css starts*/

.margin-top-large {
    margin-top: 1rem;
}

button#loginSubmitBtn, button#loginRedirectBtn {
    margin: 0;
    width: calc(30% - 10px);
    margin-right: 10px;
}

.wrap-loginscf {
    background: url(../images/loginbg-KF.svg) no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

    .wrap-loginscf .fixHeight {
        height: 100vh;
    }

.notifications {
    width: 70%;
    margin: 0 auto;
}

/*loginscf css ends*/
/*mediaquery css starst*/
@media (max-width:900px) {
    .fixHeight {
        height: auto;
    }

    .footer {
        position: inherit;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px
    }

    .column-reverse {
        flex-flow: column-reverse;
    }

    .box-layout {
        background: #fff;
        border-radius: 30px 30px 0 0;
        padding: 30px 15px;
    }

    button.btn.btn-secondary {
        margin-bottom: .5rem;
    }

    .svg-img {
        padding: 20px 0;
    }

    .powered-by {
        margin: 0;
        width: 120px;
    }
}
/*mediaquery css ends*/
.choices {
    width: calc(100% - 46px);
}

.choices__list--multiple .choices__item {
    background-color: #ff8500;
    border: 1px solid #ff8500;
}

.choices__inner {
    min-height: auto;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
}

.choices__list--multiple .choices__item {
    margin-bottom: 0;
    margin: 5px 2px;
}

.choices__input {
    font-size: 12px;
}

.nav-tabs {
    margin-bottom: 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #00194c;
    }

.nav-link:focus, .nav-link:hover {
    color: #ff8500;
}

div#loginCaptcha a {
    font-size: 10px;
    color: #fff;
    background: #00194c;
    padding: 5px 10px;
    border-radius: 5px;
}

input#CaptchaInputText {
    width: 25%;
    height: 35px;
}

div#loginCaptcha br {
    display: none;
}

.login-screen-img img {
    height: 80vh;
    margin: 20px 0
}

.error-img img {
    margin: 0 auto;
    height: 50vh;
    display: block;
}

.svg-img.mbl-view {
    display: none;
}

small#btns {
    display: block
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    background-image: url('../images/loader.gif');
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.input-group-text {
    padding: 12px;
}

input#Email {
    margin: 0;
    padding: 10px;
}
.nav-logo  img{
    width: 100px;
    margin: 10px 0;
}
.resettitle {
    text-align: center;
    color: #00194c;
    display: block;
    width: 100%;
    margin: 30px 0 !important;
    font-size: 20px;
}

.pagecenter{
    min-height:calc(100vh - 100px);
    display:flex;
    align-items:center;
    flex-direction:row
}
div#forgotPassCaptcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px
}

input#CaptchaInputText {
    width: 25%;
    height: 35px;
    margin: 10px 10px;
    border-radius: 10px;
}

div#forgotPassCaptcha a {
    margin: 10px;
}

div#forgotPassCaptcha br {
    display: contents;
}
.input-group-text {
    display: block;
}
.passview {
    position: absolute;
    right: 20px;
    top: 32px;
    z-index:999;
}
.choices {
    width: calc(100% - 42px) !important;
}
h2.Pagetitle {
    margin: 10px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #00194C;
}

    h2.Pagetitle::after {
        position: unset;
        content: unset;
        width: 100%;
        height: unset;
        background: unset;
    }
.form-control {
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 3px;
    color: #49454F;
}
.nav-link, .nav-link:hover {
    color: #00194C;
}
.container {
    margin-top: 70px;
}

.searchfield {
    border-radius: 3px;
    border: 1px solid #F2F2F7;
    background: #FFF;
}

.searchwrapper {
    position: relative;
}

.searchbtn {
    position: absolute;
    right: 2%;
    top: 30%;
}

.newTheme .nav-tabs .nav-item {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 0px;
}

    .newTheme .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: rgba(216, 212, 252, 1) !important;
        border-radius: 3px;
    }

.newTheme .nav-tabs .nav-link {
    margin-bottom: 0px;
}

.newTheme .nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    background: unset;
}

.newTheme .nav-tabs {
    margin-bottom: 0px !important;
}

.newTheme tr.table-primary th {
    background: #EEECF8 !important;
    padding: 14px 10px;
    color: #838095;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.11px;
    z-index:999;
}

body {
    background: #F8F8F8
}

table.dataTable tbody tr {
    background: #FFF;
    border-spacing: 0 10px
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
    
}

.userDetailstopsubheading {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.userDetailsPage {
    margin-top: 5%;
    margin-bottom: 2%;
}

.userDetailsHeading {
    font-size: 18px;
    text-align: center
}

.headerwrapper {
    margin-bottom: 20px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
}

.badgewrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyusernamelabel {
    text-align: center;
    font-size: 10px;
    padding: 5px 10px;
    background: #B7B3D44D;
    width: fit-content;
    border-radius: 10px;
}

.userrowdetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .userrowdetails p {
        color: #707E9B;
        line-height: 1.8rem;
    }

.userdetailsbox {
    padding: 20px 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
}

.btn {
    border-radius: 3px;
    padding: 10px 20px;
    background: #ff8500 !important;
}

.choices__list--multiple .choices__item {
    background-color: #FFE3C4;
    border-color: #FFE3C4;
    color: #000;
}
.userDetailsPage .card {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius:20px;
}
.userDetailsPage .container{
    margin-top:30px;
}
 .card a.userlistbtn {
    background: none;
    color: #00194c;
    font-weight:600;
}
#gridViewMode table {
    border-spacing: 0px 3px;
}
#gridViewMode .emaillabel {
    opacity: 0.5;
    margin: 5px 0px;
}
#gridViewMode .designation-badge {
    background: #dbeafe;
    color: #1e40af;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
#gridViewMode .user-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    margin-top: 5px;
}
#gridViewMode table td {
    color: #374151 !important;
}
.role-tag {
    background: #dcfce7;
    color: #166534;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}
.newTheme .card{
    background:#fff;

}
.page-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}
.title-section {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-section .add-user-btn {
    background: #312e81;
    color: white;
    border: none;
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
}
.header-section {
    background: white;
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
     .user-count {
        background: #e9ecef;
        color: #666;
        padding: 4px 12px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 500;
    }
#loginSubmitBtn{
    background:#ff8500 !important;
}
.securityPassword{
    position:relative;
}
.login_page_forms .form-group{
    margin-bottom:10px;
}
p#emailConfirmationId{
    color:red;
}
.choices__inner {
    position: relative;
    padding-right: 2rem; /* make space for the arrow */
}

    /* Pure CSS angle-down style arrow */
    .choices__inner::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        pointer-events: none;
        width: 6px;
        height: 6px;
        border-right: 2px solid #888;
        border-bottom: 2px solid #888;
    }
.choices {
    width: 100% !important;
}
.powered-by{
    width:130px !important;
    border:none !important;
}
 ::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
.card a.userlistbtn{
    white-space:nowrap;
    padding:7px 0px;
}
.choices__inner, .choices__input {
    background: #fff !important;
}