 
/*--@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');--*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

*{margin: 0; padding: 0; box-sizing: border-box;}
ul{padding: 0; margin:0; list-style-type: none;}

a{color:inherit; text-decoration: none;}
h1,h2,h3,h4,h5,h6{}

h2 {
  
}
:focus{outline: none; border:none;}
body{
  font-size: 13px;
  line-height: 23px;
  color: #333333;
  /*--font-family: 'Open Sans', sans-serif;
   
  --*/
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  overflow-y: hidden;
  overflow-x: hidden;

}


.row1 {
    display: flex;
    flex-wrap: wrap;
}

.maindiv{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.img-fluid{
  max-width: 100%;
}
.img-res{
  max-width: 100%;
  width: 100%
}
.inner-container{}

.total-body-area{
	width: 100%;
    height: calc(100vh - 45px);
    background: #F5F5F5;
}

.total-body-area .left-part {
    width: 7%;
    background: #282e3f;
    height: calc(100vh - 80px); /*45*/
    text-align: center;
    overflow-y: scroll;
    color: #fff;
    overflow: hidden;
}
.total-body-area .middle-part {
    width: 86%;
    position: relative;
}
.top-fixed-heading {
    padding: 20px;
}
.cutom-toggle-arrow {
    position: absolute;
    top: 45px;
    width: 30px;
    height: 30px;
    background: #0c0c0c;
    left: 7%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    z-index: 1;
}
.cutom-toggle-arrow-dwn {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #0c0c0c;
    left: 7%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    z-index: 1;
}
.position-left{left: 0%;}
.total-body-area .right-part {
    width: 7%;
    background: #E0E0E0;
    text-align: center;
}
.total-body-area .menu-part {
    background: #E0E0E0;
}
.total-body-area .left-part ul li{
    padding: 15px 0;
    border-bottom: 1px solid #32394e;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
 
.total-body-area .left-part ul li:hover {
    background: #171c2e;
}
.topbar {
    padding: 10px;
    background: #222736;
    color: #fff;
    position: relative;
    box-shadow: 0px 2px 10px -6px rgb(34 34 17 / 0.7);
}
.topbar .row1 {
    justify-content: space-between;
}


/*-------------nano scroll bar css start-----------------*/
.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano>.nano-content:focus{outline:thin dotted}.nano>.nano-content::-webkit-scrollbar{display:none}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano>.nano-pane{background:rgba(0,0,0,.25);position:absolute;width:10px;right:0;top:0;bottom:0;visibility:hidden\9;opacity:.01;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.nano>.nano-pane>.nano-slider{position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.nano:hover>.nano-pane,.nano-pane.active,.nano-pane.flashed{visibility:visible\9;opacity:.99}


.nano { background: #bba; width: 100%; /*height: 400px;*/ height:90vh; }
.nano .nano-content { padding: 10px; }
.nano .nano-pane   { background: #3f485f; }
.nano .nano-slider { background: #1f263b;; }

/*-------------nano scroll bar css start end-----------------*/

.total-body-area .left-part::-webkit-scrollbar {
    display: none;
}
.total-body-area .left-part ul li i {
    display: block;
}
.left-part.nano .nano-content {
    padding: 0px;
}
.total-body-area .left-part ul li.active {
    background: #171c2e;
    position: relative;
}
.total-body-area .left-part ul li.active:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #f5f5f5 transparent;
    top: 28px;
    right: 0;
}


.content-zone h1 {
    font-size: 22px;
    padding-left: 20px;
    margin: 0;
    font-weight: 600;
}
.site-logo span {
    font-size: 20px;
    font-weight: 600;
}
.search-container form {
    position: relative;
}
.search-container input[type="text"] {
    padding: 12px 15px;
    background: #e6e6e6;
    border-radius: 21px;
    width: 250px;
    border: 1px solid #e6e6e6;
  	transition: width 0.4s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.search-container button[type="submit"] {
    border: 0;
    position: absolute;
    top: 13px;
    right: 15px;
    background: none;
}
.top-fixed-heading .first {
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
}

.search-container input[type=text]:focus {
   background: #ffffff;
   border: 1px solid #ffffff;
}
.total-body-area .right-part ul li {
    padding: 15px 0;
    border-bottom: 1px solid #cdcdcd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.total-body-area .right-part ul li:hover {
    background: #cfcece;
}
.total-body-area .right-part ul li a i {
    display: block;
    font-size: 18px;
    color: #222736;
}
.total-body-area .right-part ul li span {
    max-width: 120px;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    line-height: 23px;
}

/*--------------table css start here------------------*/
.table-area2 table {
    width: 100%;
    background: #ffffff;
}
.table-area2 table thead {
    background: #d7d7d7;
}
.table-area2 table thead th {
    width: 8%;
    padding: 5px 0;
}
.table-area2 table tbody {
    line-height: 20px;
}
.table-area2 table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table-area2 table tbody td {
    padding: 0 15px;
    text-align: center;
}
.table-area2 table tbody td:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

/*---table-area style---*/

.table-area table{
  width:100%;
  table-layout: fixed;
  /*border-left: 0;*/ border-bottom:#DEDEDE solid 1px;
}
.table-area .tbl-header{
  background: #d7d7d7;
 }
.table-area .tbl-content{
  /*height:425px;  444
  height:90vh;*/
  /*overflow-x:auto;*/
  height: calc(100vh - 225px);
  overflow:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}

.table-area tr th {
    background: transparent;
}
.table-area th{
	text-align: center;
    font-weight: 600;
    font-size: 11px;
    text-transform: capitalize;
    width: 8%;
    padding: 5px 0;
    border-right: 1px solid #fbfbfb;
    position: relative;
}
.table-area th:last-child {
    border-right: 0px;
}
.table-area a.special-filter {
    position: absolute;
    right: 5px;
    display: none;
    width: 16px;
    top: 10px;
}
.table-area .tbl-content tr:nth-child(even) {
    background: #ececec;
}
.table-area td{
	padding: 4px 4px;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    font-size: 12px;
    border-right: 1px solid #dedede;
    width: 8%;
    line-height: 17px;
}


.table-area .tbl-content td span {
    display: inline-block;
}
.table-area .tbl-content td .name-field {
    width: 80%;
    text-align: left;
}
.table-area .tbl-content td .icon-field {
    width: 15%;
    text-align: right;
}


.table-area a.edit {
    padding-right: 5px;
    color: #059be2;
    font-size: 15px;
}
.table-area a.del {
    padding-left: 5px;
    color: #cc1616;
    font-size: 15px;
}
.table-area .fa.grn {
    color: #189c07;
    font-size: 13px;
}

.table-area .tbl-content::-webkit-scrollbar {
    width: 6px;
} 
.table-area .tbl-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
.table-area .tbl-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.table-area .tbl-content {
  scrollbar-width: thin;          
  scrollbar-color: #c3c3c3 #dbdbdb;   
}


.sort-zone a {
    padding-left: 15px;
}
.sort-zone a {
    border-right: 1px solid rgb(123 123 123);
    padding-right: 15px;
}

.sort-zone a .fa {
    padding-right: 3px;
    font-size: 16px;
}


.table-area .go-btn {
    text-align: right;
    margin: 5px 0;
    display: block;
}
.table-area .go-btn a {
    background: #222736;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
.session-expire .time {
    font-weight: 600;
    font-size: 18px;
}
/*------------expense popup------------*/


.site-login {
    position: relative;
}
.site-login .hover-description {
    position: absolute;
    width: 200px;
    background: #ffffff;
    color: #333333;
    right: 0;
    top: 31px;
    z-index: 1;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -3px 3px 5px #c5c5c5;
    display: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.site-login .hover-description span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
}
.site-login .hover-description span:nth-of-type(3) {
    color: #a40303;
}
.site-login .hover-description span:nth-of-type(4) {
    color: #0b7b03;
}

.total-body-area .left-part.full-width {
    width: 0;
}
.total-body-area .right-part.full-width {
    width: 0;
}
.total-body-area .middle-part.full-width {
    width: 100%;
}
.site-expense {
    position: relative;
}

.expense-information{display: none;}
.expense-information {
    position: absolute;
    width: 350px;
    background: #ffffff;
    color: #333333;
    left: 8%;
    top: 31px;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 5px;
	border-color:#cccccc;
    box-shadow: -3px 3px 5px #c5c5c5;
}
.expense-information:before {
    content: '';
    position: absolute;
    border-width: 0px 10px 11px 10px;
    border-style: solid solid solid solid;
    border-color: rgb(253 253 253 / 0%) rgb(253 253 253 / 0%) #ffffff;
    top: -10px;
    right: 26px;
}

.sort-popup {
    position: absolute;
    width: 250px;
    background: #ffffff;
    color: #333333;
    right: 0;
    top: 80px;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: -3px 3px 5px #c5c5c5;
	margin-right:30px;
	display:none;
}
.sort-popup:before {
    content: '';
    position: absolute;
    border-width: 0px 10px 11px 10px;
    border-style: solid solid solid solid;
    border-color: rgb(253 253 253 / 0%) rgb(253 253 253 / 0%) #ffffff;
    top: -10px;
    right: 90px;
}
.filter-element {
    position: absolute;
    width: 185px;
    background: #ffffff;
    color: #333333;
    left: 0px;
    top: 46px;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: -3px 3px 5px #c5c5c5;
    text-align: left;
    display: none;
}
.filter-element:before {
    content: '';
    position: absolute;
    border-width: 0px 10px 11px 10px;
    border-style: solid solid solid solid;
    border-color: rgb(253 253 253 / 0%) rgb(253 253 253 / 0%) #ffffff;
    top: -10px;
    left: 9px;
}
.table-area .tbl-header th {
    position: relative;
}

.filter-element .go {
    background: #222736;
    color: #ffffff;
    border: 0;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 14px;
}
.filter-element input[type="checkbox"] {
    top: 2px;
    position: relative;
}
.filter-element label {
    padding-left: 5px;
}

/*------sort box ----css---*/
.sort-zone .sort-popup {
    width: 175px;
    padding: 0;
}
.sort-zone .list-group {
    display: flex;
    flex-direction: column;
}
.sort-zone .list-group .list-group-item {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.sort-zone .list-group .list-group-item:first-child {
    border-right: 0;
}
.sort-zone .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.sort-zone .list-group .list-group-item:hover {
    background: #f4f4f4;
}
/*---email box on click css---*/
.table-area .tbl-content td span.hidden-email-field {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 100%;
    display: none; 
}
.hidden-email-field .email1 {
    margin: 0;
    height: 1rem;
    border: 0;
    font-size: 13px;
}


/*---------create banificiary form-------*/
.create-banificiary-form-area {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.create-banificiary-form-area .card {
    margin: 0;
    padding: 30px 50px;
	margin-bottom:18px;
}
.create-banificiary-form-area .heading {
    font-weight: 600;
    background: none;
}
.create-banificiary-form-area .row1 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.theme-btn1 {
    background-color: #222736;
    border: 1px solid transparent;
    box-shadow: none;
}
.theme-btn1:hover {
     border: 1px solid #222736;
     background-color: #ffffff;
     color:#222736;
     box-shadow: none;
}
.theme-btn2 {
    border: 1px solid #222736;
    background-color: #ffffff;
    color: #222736;
    box-shadow: none;
}
.theme-btn2:hover {
    background-color: #222736;
    border: 1px solid #222736;
    box-shadow: none;
    color:#fff;
}
.create-banificiary-form-area .row {
    margin-bottom: 0;
}
input[type=text]:focus:not([readonly]), input[type=number].valid, input[type=number]:focus:not([readonly]){
    border-bottom: 1px solid #222736;
    box-shadow: 0 1px 0 0 #222736;
}

input[type=text]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label{color: #222736;}
.create-banificiary-form-area .pt-1 {
    padding-top: 20px !important;
}

/*-----scrollbar----*/
.create-banificiary-form-area::-webkit-scrollbar {
    width: 12px;
}
 
.create-banificiary-form-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.create-banificiary-form-area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.create-banificiary-form-area  .sub-heading-wrap{
     padding: 0 12px;
    margin-bottom: 10px;

}
.create-banificiary-form-area .sub-heading {
    font-weight: 600;
    font-size: 15px;

}
.create-banificiary-form-area .account-information {
    margin-bottom: 30px;
}
.personal-field-open{display: none;}
.account-field-open{display: block;}

/*----custom colo change----*/
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #222736;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #222736;
}


/*----expense information----*/
.expense-information .row {
    margin-bottom: 0;
}
.expense-information input[type=text] {
    margin-bottom: 0;
}

.expense-information .btn-primary {
    border: 1px solid #222736;
    background-color: #ffffff;
    color: #222736;
    box-shadow: none;
    font-weight: 600;
}

.expense-information .btn-primary:hover {
    background-color: #222736;
    border: 1px solid #222736;
    box-shadow: none;
    color: #fff;
}

.ppp {
    padding: 50px;
    background: #f00;
}

/*---------login first page css---------*/
.landing-area .row1 {
    justify-content: space-between;
}
.landing-area .common {
    width: 23%;
    background: #fff;
    box-shadow: -3px 3px 5px #c5c5c5;
}
.landing-area .name {
    margin: 0;
    background: #222736;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 12px;
}
.landing-area ul {
    padding: 10px 20px;
}
.landing-area ul li {
    padding: 5px 0;
}
.landing-area ul li a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.landing-area ul li a:hover {color: #123fbc;}
.landing-area .area-content {
    margin-top: 30px;
    /*height: 78vh;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

footer.site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #eee;
}
.site-footer .row1 {
    justify-content: space-between;
}
footer.site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #eee;
    box-shadow: -3px 3px 5px #c5c5c5;
    padding: 8px;
    font-size: 12px;
}
.site-footer .fa {
    padding-right: 6px;
}
.copyright a {
    font-weight: 500;
}

/*-----------------tabing table start---------------*/

.tabs-nav ul {
  margin: 0;
  padding: 0;
}

.tabs-nav li {
    display: inline-flex;
    background: rgb(40 46 63);
    color: #fff;
    margin-left: -3px;
	border-radius: 10px 10px 0px 0px;
}

.tabs-nav a {
    display: block;
    padding: 3px 10px;
    font-weight: bold;
    color: #fff;
}
/* Active tab */

.tabs-nav li.active {
    background: #eaeaea;
    color: #000;
}

.tabs-nav li.active a {
  color: inherit;
}
/* Tab content */

.tabs-content {
    padding: 10px;
    background: #eaeaea;
    margin-top: -1px;
    overflow: hidden;
}

.tabs-content IMG {
  margin-right: 10px;
}
/* Hide all but first content div */

.tabs-content div:not(:first-child) {
  /*display: none;*/
}	

.table2 table, .table2 th, .table2 td {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
}
.table2 th, .table2 	td {
  padding: 5px;
  text-align: left;
}
.tabbing-table {
    position: relative;
}
.tabbing-table header.tabs-nav {
    position: sticky;
    width: 100%;
    bottom: 0;
    background: #e6e6e6;
}

.image_bg_box {
    /*background-image: url(../images/backpic2.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: table;
    width: 100%;
}

.form-wrap1 #loginFrm {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.form-wrap1 {
    display: table-cell;
    vertical-align: middle;
}