* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

ul>li {
    list-style-type: none;
}

body {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
    height: 100vh;
    background-color: #eee !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 2.65rem;
}

a {
    text-decoration: none;
}

header.header {
    position: relative;
    width: 100%;
    display: block;
}

.header.head-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

.topHead {
    background-color: #405189;
    padding: 0.85rem 0;
}

.logoUser {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo>a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.logo>a:hover,
.logo>a:focus {
    color: #ffffff;
}

.serch input {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid transparent;
    border-bottom: 1px solid #ffffff;
}

.serch>i {
    color: #fff;
    margin-right: 0.5rem;
}

.serch input:focus {
    box-shadow: none;
    outline: none;
}

.usrInfo {
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 1.15rem;
    color: #ffffff;
}

.usrInfo i {
    font-size: 1.5rem
}

.pic-box {
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.pic-box li:first-child {
    height: 35px;
    padding-top: 6px;
    overflow: hidden;
    margin-right: 0.5rem;
}

.avitar.dropdown-toggle::after {
    position: absolute;
    right: -15px;
    top: 18px;
}

.usrInfo .dropdown-item {
    padding: 0.5rem 0.85rem;
}

.usrInfo .dropdown-item>i {
    font-size: 14px;
    color: #405189;
}


.mainMenu {
    background-color: #ffffff;
    box-shadow: 0 19px 34px -15px #d2d2f2;
    -webkit-box-shadow: 0 19px 34px -15px #d2d2f2;
    -moz-box-shadow: 0 19px 34px -15px #d2d2f2;
}

/*nav.menu > ul {margin-bottom: 0; padding-left: 0; display: flex; align-items: center; justify-content: space-between;} */
nav.menu>ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

nav.menu>ul>li {
    position: relative;
}

nav.menu>ul>li>a {
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: #212121;
}

nav.menu>ul>li:hover a {
    background-color: #405189;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

nav.menu>ul>li:hover a>i {
    color: #ffffff;
}

nav.menu>ul>li>a>i:nth-child(2) {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

nav.menu>ul>li:hover a>i:nth-child(2) {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

nav.menu>ul>li>a>i {
    color: #0e4eca;
    font-size: 1.1rem;
    vertical-align: middle;
}

nav.menu>ul>li>div.submenu {
    position: fixed;
    top: 115px;
    width: 88%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
    right: 0;
    margin: auto;
    padding: 1.5rem;
    box-shadow: 0 19px 34px -15px #d2d2f2;
    -webkit-box-shadow: 0 15px 25px 0px #d2d2f2;
    -moz-box-shadow: 0 15px 25px 0px #d2d2f2;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

nav.menu>ul>li>div.submenu div[class*="col"] {
    border-right: 1px dashed #d7d7d7;
    padding: 0 1.85rem;
}

nav.menu>ul>li>div.submenu div[class*="col"]:last-child {
    border-right: none;
}

nav.menu>ul>li:hover>div.submenu {
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

nav.menu>ul>li>div.submenu .sub-list h6 {
    color: #405189;
    font-size: 0.9rem;
}

nav.menu>ul>li>div.submenu .sub-list ul {
    padding-left: 0;
}

nav.menu>ul>li>div.submenu .sub-list ul>li {
    width: 45%;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

nav.menu>ul>li>div.submenu .sub-list ul>li>a {
    display: block;
    color: #515151;
    font-size: 0.85rem;
    padding: 0.35rem 0.5rem;
    text-decoration: none;
    background-color: #ffffff;
}

nav.menu>ul>li>div.submenu .sub-list ul>li>a:hover,
nav.menu>ul>li>div.submenu .sub-list ul>li>a:focus {
    color: #f1536e;
}

.main-pannel {
    background-color: transparent;
    margin: 2.5rem auto;
    position: relative;
}

.page-head {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
}

.page-head i {
    color: #0e4eca;
}

.page-head .actn-btns a>i {
    color: #fff;
}

.custom-card {
    min-height: 350px;
    margin-bottom: 1.5rem;
}

.head-flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.head-btn-right {
    display: flex;
    justify-content: end;
}


footer.footer {
    background-color: #ffffff;
    padding: 0.85rem;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    color: #818181;
    font-size: 0.85rem;
}

/*Quick Setup Page CSS*/
.custom-setup {
    position: relative;
    width: 100%;
    padding: 2.5rem 1.85rem;
    display: block;
}

.custom-setup .card::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ccc;
    left: -3.5rem;
    border-radius: 50px;
    border: 2px solid #fff;
    z-index: 2;
}

.custom-setup .card::after {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #d7d7d7;
    content: '';
    left: -3.2rem;
    z-index: 1;
}

.custom-border-bottom {
    border-bottom: 1px solid #99bcff;
}

.frmWrap {
    position: relative;
    width: 100%;
    padding: 1.5rem 2.5rem;
    display: block;
}

.title-icon {
    display: flex;
    align-items: center;
}

.title-icon>span {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    background-color: #3363ff;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    line-height: 1.75rem;
    text-align: center;
}

.title-icon>b {
    width: 150px;
}

.card-header h6 {
    margin-bottom: 0;
}

.title-icon.icon-active>span {
    background-color: #198754;
    color: #ffffff;
    border: 2px solid #117547;
}

.custom-setup .card.icon-active::before {
    background-color: #117547;
}

.card.icon-active .card-header {
    background-color: #515151;
    color: #ffffff;
}

/*Template Page CSS*/
.tmpBox {
    position: relative;
    text-align: center;
    padding: 1.5rem 1.5rem;
}

.tmpBox2 {
    position: relative;
    text-align: center;
    padding: 0.4rem 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.icon {
    background-color: #dee2e6;
    color: #fff;
    height: 3rem;
    width: 3rem;
    border-radius: .4rem;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.tmpBox a {
    display: block;
    text-decoration: none;
}

.tmpBox h6 {
    color: #405189;
    margin-bottom: 0.15rem;
}

.tmpBox p {
    color: #717171;
}

.custom-card-table {
    margin: 1.5rem auto;
    position: relative;
    padding: 1rem 1.5rem;
}

.custom-card-table table.table thead {
    background-color: #515151;
    color: #fff;
}

.custom-card-table table.table td {
    padding: 0.85rem 1rem;
}

.fltr-srch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.fltr {
    display: flex;
    align-items: center;
}

.fltr>span {
    display: inline-block;
    margin-right: 0.5rem;
    color: #c1c1c1;
}

.srch {
    margin-bottom: 0.5rem;
}

.srch button.btn {
    border: 1px solid #405189;
}

.fltr select {
    border-color: #405189;
}

.srch input {
    border-color: #405189;
}

ul.qust-list {
    padding-left: 0;
}

.qust-list li {
    display: flex;
    justify-content: space-between;
    margin: 0rem auto 0.5rem;
}

ul.qust-list li>div:first-child {
    padding-right: 0.85rem;
}

.page-sm-title {
    color: #0e4eca;
    border-bottom: 1px dashed #919191;
    font-weight: 400;
    padding-bottom: 0.25rem;
    font-size: 1.1rem;
}

.audt-area {
    padding: 0 1.5rem 0;
}

.audt-area ul {
    padding-left: 0;
}

.audt-area h6 {
    margin-bottom: 0.85rem;
}

.audt-area ul>li {
    padding-left: 1rem;
    margin: 1rem auto;
    position: relative;
}

.audt-area ul>li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    top: 50%;
    left: 0;
    display: inline-block;
    background-color: #0e4eca;
}

/*Add User Page*/
.userPic {
    width: 155px;
    height: 155px;
    background-color: #d8e5ed;
    border: 2px solid #d7d7d7;
    margin: 3.25rem auto 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.userPic img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.add-user {
    display: none;
}

.add-qust {
    margin-top: 1.5rem;
}

/*Datatable Custom CSS*/
.card-body.dataCustomTable {
    position: relative;
    display: block;
}

.dataTables_length,
.dataTables_filter {
    display: inline-block;
    vertical-align: middle;
    width: 49.50%;
    padding: 1.5rem 0;
}

.dataTables_paginate,
.dataTables_info {
    display: inline-block;
    width: 49.50%;
    vertical-align: middle;
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
    display: inline-flex;
    padding: 0.25rem 0.85rem;
    border: 1px solid #0d8ca9;
    border-radius: 5px;
    margin: auto 0.5rem;
    text-decoration: none;
    color: #fff;
    background-color: #35b3ff;
    opacity: 0.8;
}

.dataTables_paginate span>a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
}

.dataTables_paginate a:hover {
    opacity: 1;
    cursor: pointer;
}

.dataTable thead {
    background-color: #30333e;
    color: #ffffff;
}

div.dataTables_wrapper div.dataTables_filter label>input {
    width: 150px;
}

.dataTable thead tr>th,
.dataTable tbody tr>td {
    text-align: center;
}

.dataTable thead tr>th:first-child,
.dataTable tbody tr>td:first-child {
    text-align: left;
}

.table td ul {
    padding-left: 0;
}

.table td ul>li>a {
    text-decoration: none;
    color: #515151;
}

.table td ul>li>a:hover,
.table td ul>li>a:focus {
    text-decoration: underline;
    color: #7e37f0;
}

.td-action a,
.td-action button[type="button"] {
    font-size: 0.7rem;
    padding: 0.35rem 0.5rem;
}

.td-action a,
.td-action button[type="submit"] {
    font-size: 0.7rem;
    padding: 0.35rem 0.5rem;
}

/*Mobile Responsive CSS*/
.menu-btn {
    display: none;
}

.desk-hide {
    display: none;
}

.cloze {
    display: none;
}

/*jQuery CSS*/
.slideRight {
    left: 0 !important;
}

/*common CSS*/
.btn-primary {
    background-color: #2f4282 !important;
    border-color: #071f6f !important;
}

.hght-sm {
    height: 215px;
}

.bg-blue {
    background-color: #42a5f6;
}

.icon-md {
    font-size: 2.85rem;
}

.blue-color {
    color: #42a5f6;
}

.purple-color {
    color: #7266ba;
}

.red-color {
    color: #f75d81;
}
.dataTables_paginate span>.current{
    color: #ea2525;
    font-size: 16px;
    text-decoration: none;
}
.font-12{
    font-size: 12px;
}
.font-11{
    font-size: 11px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.img-thumb-rr{
    border: 2px solid;
    border-radius: 11px;
}
.radio_lbl{
    vertical-align: top;
}