:root {
    --dark-heading: #1F2937;
    --light-text: #4B5563;
    --success-heading: #16A34A;
    --savings-heading: #4C40AA;
}

table.display {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

header {
    background: #fff;
}

.tooltip-inner {
    max-width: 700px !important;
    text-align: left;
}

.sideNav_logo {
    background: #fff !important;
}

.sideNav_logo_Padding {
    padding: 6px 19px !important;
}

/*============================================================
    Reset css start
===============================================================*/
html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-family: 'Raleway';
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    /*background: transparent;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    color: #fff;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

img {
    /*max-height: 100%;*/
    max-width: 100%;
}

/*============================================================
    Reset css end
===============================================================*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.bodyBg {
    background-color: #473fa8;
}

/*============================================================
    Header CSS Section Start
===============================================================*/
.header_sec_user {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* transition: all 0.5s ease-in-out;*/
    z-index: 999;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.header_sec {
    margin-left: 250px;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* transition: all 0.5s ease-in-out;*/
    z-index: 999;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

/*================= MenuBar Css =================*/
#nav-icon1 {
    padding: 11px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 998;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    border-radius: 50px;
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 50px;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 15px;
    left: 12px;
}

#nav-icon1 span:nth-child(2) {
    top: 21px;
    width: 25px;
    left: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 27px;
    left: 12px;
}

#nav-icon1.open span:nth-child(1) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -0px;
}

#nav-icon1.open span:nth-child(3) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*================= Search Css =================*/
.search_sec input {
    border: 0px solid transparent;
    padding: 10px 40px 10px 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    width: 370px;
    font-size: 16px;
}

.search_sec .form-control:focus {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: transparent;
}

.search_sec .searchIcon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-60%);
    color: #8d8c8c;
    font-size: 20px;
}

/*================= Profile Css =================*/
.profle .headerDropdownNav li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.profle .headerDropdownNav li ul {
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 0px;
    border: 0px solid transparent;
}

.profle .headerDropdownNav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #575ce5;
}

.profle .headerDropdownNav li a:hover {
    color: #000;
}

.profle .headerDropdownNav li button {
    border: none;
}

.profle .headerDropdownNav li ul li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.profle .headerDropdownNav li ul li a {
    font-size: 15px;
    color: #000;
    padding: 5px 10px;
}

.profle .headerDropdownNav li .profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.profle .headerDropdownNav li .header-notificationBTN {
    font-size: 22px;
}

.badgeStyle {
    top: 5px;
    padding: 4px;
    right: -6px;
}

.header-data li {
    padding: 0px 22px 0px;
    text-align: center !important;
}

/*================= Scroll Header Fix Css =================*/
.FixHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: rgb(50 50 93 / 15%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    /*transition: all 0.8s ease-in-out;*/
}

.FixHeader .profle .headerDropdownNav li .header-notificationBTN,
.FixHeader .profle .headerDropdownNav li a {
    color: #000;
}

.FixHeader .profle .headerDropdownNav li .header-notificationBTN:hover,
.FixHeader .profle .headerDropdownNav li a:hover,
.profle .headerDropdownNav li ul li a:hover,
.profle .headerDropdownNav li button:hover,
.profle .headerDropdownNav li button.show {
    color: #042a64;
}

/*============================================================
    Header CSS Section Start
===============================================================*/

/*============================================================
    Menu Bar Click On Add And Remove CSS Effect Start
===============================================================*/
.slideb .header_sec {
    margin-left: 95px;
}

.slideb .dashboardBodyRight_sec {
    margin-left: 95px;
    border-radius: 0px;
}

.slideb .admn_lft {
    left: 0;
    width: 95px;
}

/*============================================================
    Menu Bar Click On Add And Remove CSS Effect End
===============================================================*/

/*=====================================================
    Admin Left Side Menu Panel CSS Section Start
=====================================================*/
/*============== Left Panel Menu Sidebar Section ==============*/
.admn_lft {
    /* background: #222222; */
    overflow: hidden;
    z-index: 99;
    position: fixed;
    width: 250px;
    top: 0px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    left: 0px;
}

.admn_lft .logo-menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 15px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    white-space: pre;
}

.admn_lft>ul {
    padding: 25px 0px 70px;
    margin-bottom: 60px;
    height: 100%;
    overflow-y: auto;
}

.admn_lft>ul>.sideNav_Btn {
    position: relative;
}

.admn_lft>ul>.sideNav_Btn>a {
    transition: all 0.1s ease-in-out;
    border: 1px solid hsl(0deg 0% 100% / 25%);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 7px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 0px 0px 10px 20px;
}

.admn_lft>ul>.sideNav_Btn>a>.SideNavIcon {
    font-size: 22px;
}

.admn_lft>ul>.sideNav_Btn>a>span {
    margin-left: 10px;
    /* white-space:pre;    */
}

.admn_lft>ul>.sideNav_Btn>a:hover {
    background: #fff;
    color: #3025bb;
}

.admn_lft>ul>.sideNav_Btn>.activenav {
    background: #fff;
    color: #3025bb;
}

/*=====================================================
    Admin Left Side Menu Panel CSS Section End
=====================================================*/


.toolbarNav {
    display: flex;
    flex-direction: row;
    align-items: center;
}



.toolbarNav>ul>.sideNav_Btn>a {
    transition: all 0.1s ease-in-out;
    border: 1px solid lightgrey;
    border-radius: 10px 10px 10px 10px;
    color: #3025bb;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 7px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin-left: 40px
}

.toolbarNav>ul>.sideNav_Btn>a>.SideNavIcon {
    font-size: 22px;
}

.toolbarNav>ul>.sideNav_Btn>a>span {
    margin-left: 10px;
    /* white-space:pre;    */
}

.toolbarNav>ul>.sideNav_Btn>a:hover {
    background: #3025bb;
    color: #fff;
    border-color: #3025bb;
}

.toolbarNav>ul>.sideNav_Btn>.activenav {
    background: #3025bb;
    color: #fff;
    border-color: #3025bb;
}



/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section Start
==================================================================*/
.slideb .dBlockName {
    display: none;
}

.slideb .slideBBlockName {
    display: flex !important;
}

.slideb .admn_lft>ul>.sideNav_Btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideb .admn_lft>ul>.sideNav_Btn>a span {
    display: none;
}

/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section End
==================================================================*/

/*==================================================================
    On Hover Sidebar Menu  Panel CSS Section Start
==================================================================*/
.slideb .admn_lft:hover {
    width: 250px;
    background: #473fa8;
    z-index: 9999;
}

.slideb .admn_lft:hover .dBlockName {
    display: flex !important;
}

.slideb .admn_lft:hover .slideBBlockName {
    display: none !important;
}

.slideb .admn_lft:hover>ul>.sideNav_Btn>a {
    justify-content: flex-start;
}

.slideb .admn_lft:hover>ul>.sideNav_Btn>a span {
    display: flex;
    white-space: tex;
}

.admn_lft .logo-menubar img {
    width: 190px;
}

/*==================================================================
    On Hover Sidebar Menu  Panel CSS Section End
==================================================================*/

/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/
/*============== Dashboard Main Content Body Css Section ==============*/
.dashboardBodyRight_sec_user {
    background: #f6f7fd;
    border-radius: 0px;
    min-height: 100vh;
    height: 100%;
    padding: 25px 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-top: 120px;
}

.dashboardBodyRight_sec {
    background: #f6f7fd;
    border-radius: 0px;
    margin-left: 250px;
    min-height: 100vh;
    height: 100%;
    padding: 25px 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-top: 100px;
}

/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/
.tittle-section {
    padding: 0rem 0rem 2.5rem;
    color: #473fa8;
}

/* ===================login page css here ============*/
a,
button,
input {
    outline: none !important;
}

/*.login {
    height: 100vh;
    width: 100%;
    background-size: auto 100%;
    display: flex;
    position: relative;
    padding: 0px 0px;
    position: relative;
    flex-wrap: wrap;
}*/

.login-left {
    width: 55%;
    position: relative;
    padding-right: 150px;
    padding: 30px 20px 50px 50px;
    height: 100vh;
    background: url(../../images/login-screen.webp) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(76 76 76 / 85%) 0%, rgba(39, 6, 53, 0) 100%);
}

.left-content {
    position: relative;
    z-index: 2;
}

.left-content p {
    color: #fff;
    width: 80%;
    margin: 10px auto 0px;
}

.logo {
    max-width: 200px;
}

.logo img {
    max-width: 100%
}

.form-login-signup {
    width: 100%;
    padding: 30px;
}

.heading-login h2 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
    padding-left: 0px;
    position: relative;
}

.heading-login p {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
}

.heading-login p a {
    color: #966cd8;
}

.login-right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 30px 0px;
}

.form-wrapper {
    width: 100%;
    margin-top: 10px;
}

.login-right .form-group {
    position: relative;
}

.login-right .form-group-input {
    position: relative;
    margin: 0 0 30px;
}

/*.login-right .form-label-text {
    position: absolute;
    left: 0px;
    top: 22px;
    color: #86838c;
    background-color: transparent;
    z-index: 10;
    font-size: 14px;
    text-transform: capitalize;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}*/

.login-right .form-label-text {
    color: #86838c;
    background-color: transparent;
    text-transform: capitalize;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.login-right .required-dot {
    color: #ff0000;
}

.login-right .focused .form-label-text {
    transform: translateY(-50%);
}

.signup-outer .form-group input {
    padding: 0.90rem 0.75rem !important;
}

.change-label .form-group-input .form-group label {
    margin-bottom: 10px !important;
}

/*.login-right .form-input {
    position: relative;
    padding: 35px 0px 3px 0px;
    margin-top: 8px;
    width: 100%;
    outline: 0;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #707070;
    transition: all .3s ease;
    box-shadow: none !important;
    background: #fff;
    border-radius: 0px;
}*/

.login-right .form-input {
    padding: 18px 0px 15px 0px;
    margin-top: 8px;
    width: 100%;
    font-size: 15px;
    transition: all .3s ease;
    box-shadow: none !important;
    background: #fff;
}

.login-right .form-input:focus {
    border-color: #98C7F9;
}

.login-right .form-select {
    padding: 15px 15px;
}

.login-right .align-p-label label,
.login-right .align-p-label p {
    margin: 0;
}

.login-right .form-input-submit {
    position: relative;
    padding: 8px 8px;
    font-size: 18px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #473fa8;
    outline: 0;
    cursor: pointer;
    border: 0;
    min-width: 110px;
}

.login-right .secondarybtn {
    position: relative;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 4px;
    color: #000;
    background-color: #ffffff;
    outline: 0;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
}

.login-right .secondarybtn img {
    margin-right: 10px;
    width: 20px;
}

.login-right .has-input .form-control {
    padding-left: 2.375rem;
}

.login-right .forgotlink {
    position: relative;
}

.login-right .forgotlink a {
    color: #966cd8;
    text-decoration: none;
}

.toggle-password {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 35px;
    font-size: 20px;
}

.ortext {
    border-top: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0px;
}

.ortext span {
    position: absolute;
    background-color: #fff;
    padding: 0 10px;
    top: -10px;
}

p.protect {
    font-size: 17px;
    margin: 0;
}

p.protect a {
    color: #966cd8;
}

.logoBox a img {
    margin-bottom: 50px;
    max-width: 230px;
}

/* ===========login page css End here  =============== */
button.btn.btnPrimary {
    background: #473fa8;
    color: #fff;
    border: 1px solid #473fa8;
}

.user-dimantion-form {
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
}

button.btn.btnPrimary2 {
    background: #fff;
    margin-top: 1rem;
    border: 2px solid #473fa8;
    color: #473fa8;
    font-weight: 500;
}

.pswrd-change .card-header {
    color: #473fa8;
}

input.btn.btnInfo {
    background: #473fa8;
    color: #fff;
    width: 100%;
}

.adminBtn {
    color: #ffffff;
    background-color: #473fa8;
}

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

.inp-disable-bg {
    background-color: #e9ecef;
    opacity: 1;
}

/*Responsive Css*/
@media screen and (min-width:1200px) and (max-width:1500px) {
    .form-login-signup {
        width: 70%;
    }
}

@media screen and (min-width:1080px) and (max-width:1200px) {
    .login-left {
        width: 50%;
    }

    .login-right {
        width: 50%;
    }

    .form-login-signup {
        width: 80%;
    }
}

@media screen and (max-width:1080px) {
    .admn_lft {
        left: -250px;
    }

    .slideb .admn_lft {
        left: 0px;
        width: 250px;
        left: 0px;
        width: 250px;
        background: #3025bb;
    }

    .dashboardBodyRight_sec,
    .header_sec {
        margin-left: 0px !important;
    }

    .slideb .header_sec {
        margin-left: 250px;
    }

    .slideb .dashboardBodyRight_sec {
        margin-left: 0px;
    }

    .slideb .admn_lft>ul>.sideNav_Btn>a {
        display: flex;
        justify-content: start;
    }

    .slideb .admn_lft>ul>.sideNav_Btn>a span {
        display: block;
    }

    .login-left {
        width: 50%;
        background-size: cover;
        background-position: center;
    }

    .login-right {
        width: 50%;
    }

    .form-login-signup {
        width: 85%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .login-left {
        display: none;
    }

    .login-right {
        width: 100%;
        background: url(../../images/login-screen.webp) no-repeat center center;
        background-size: cover;
        position: relative;
    }

    .login-right:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #0000009e;
    }

    .form-login-signup {
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 50px 70px;
        border-radius: 10px;
    }
}

@media screen and (max-width:768px) {
    .login-left {
        display: none;
    }

    .widthBox {
        width: 100% !important;
    }

    .login-right {
        width: 100% !important;
        background: url(../../images/login-screen.webp) no-repeat center center;
        position: relative;
    }

    .login-right:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #0000009e;
    }

    .form-login-signup {
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 50px;
        border-radius: 10px;
    }

    .login-right .form-input-submit {
        width: 100%;
        margin-top: 10px;
    }

    .forgotlink {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    .customDisTable tr th {
        word-wrap: initial !important;
    }

    .heading-login h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:500px) {
    .form-login-signup {
        padding: 40px 25px;
    }
}

@media screen and (max-width:450px) {
    .slideb .admn_lft {
        width: 200px;
    }

    .customDisTable tr th {
        word-wrap: initial !important;
    }

    .slideb .header_sec {
        margin-left: 200px;
        padding: 15px 10px;
    }
}