/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --white-color: #fff;
  --blue-color: #4070f4;
  --grey-color: #707070;
  --grey-color-light: #aaa;
    --primary: #7E373E;
  --white: #fff;
  --fs-16:20px;
}
body {
  background-color: #e7f2fd;
  transition: all 0.5s ease;
}

body.dark {
  background-color: #333;
  --white-color: #333;
  --blue-color: #fff;
  --grey-color: #f2f2f2;
  --grey-color-light: #aaa;
}

.fw-bold{
  font-weight: 500!important;
}


/* navbar */
.navbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 15px 30px !important; 
  z-index: 1000;
  box-shadow: 0 0 2px var(--grey-color-light);
}
table#pro td,
table#utilitytable td,
table#payrolltable td,
table#usertable td,
table#clientTable td,
table#auditLogTable td,
table#utilitytable th.sorting,
table#payrolltable th.sorting,
table#pro th.sorting,
table#auditLogTable th.sorting,
table#usertable th.sorting,
div#auditTable_wrapper td
 {
    text-align: center;
}
.logo_item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 25px;
  font-weight: 500;
  color: #7e373e;
}
.navbar img {
  width: 35px;
  height: 35px;
  object-fit: cover;
/*   border-radius: 50%; */
  margin-right: 15px;
}
.search_bar {
  height: 47px;
  max-width: 430px;
  width: 100%;
}
.search_bar input {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  font-size: 18px;
  outline: none;
  background-color: var(--white-color);
  color: var(--grey-color);
  border: 1px solid var(--grey-color-light);
  padding: 0 20px;
}
.navbar_content {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-right:28px;
}
.navbar_content i {
  cursor: pointer;
  font-size: 20px;
  color: var(--grey-color);
}

/* sidebar */
.sidebar {
  background-color: #7e373e;
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 80px 20px 0 20px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
}
.sidebar.close {
  padding: 60px 0;
  width: 80px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.menu_content {
  position: relative;
      height: 100%;
      overflow: hidden;
  
}
.menu_title {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 18px;
}
.sidebar.close .menu_title {
  padding: 6px 30px;
}
.menu_title::before {
  color: white;
  white-space: nowrap;
}
.menu_dahsboard::before {
  content: "Dashboard";
}
.menu_editor::before {
  content: "Editor";
}
.menu_setting::before {
  content: "Setting";
}
.sidebar.close .menu_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 12px;
  background: var(--grey-color-light);
}
.menu_items {
  margin-top:35px;
  margin-left:-20px;
  padding: 20;
  list-style: none;
}
.navlink_icon {
  position: relative;
  font-size: 28px;
  min-width: 50px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
.navlink_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 100px);
  left: -20px;
}
.navlink_icon:hover {
 background: #814545;
}
.sidebar .nav_link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}
.sidebar.close .navlink {
  display: none;
}
.nav_link:hover {
  color: var(--white-color);
background: #814545;
}
.sidebar.close .nav_link:hover {
  background: var(--white-color);
}
.submenu_item {
  cursor: pointer;
}
.submenu {
  display: none;
}
.submenu_item .arrow-left {
  position: absolute;
  right: 10px;
  display: inline-block;
  margin-right: auto;
}
.sidebar.close .submenu {
  display: none;
}
.show_submenu ~ .submenu {
  display: block;
}
.show_submenu .arrow-left {
  transform: rotate(90deg);
}
.submenu .sublink {
  padding: 15px 15px 15px 52px;
}
.bottom_content {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 260px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.bottom {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  justify-content: space-around;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  color: var(--grey-color);
  border-top: 1px solid var(--grey-color-light);
  background-color: var(--white-color);
}
.bottom i {
  font-size: 20px;
}
.bottom span {
  font-size: 18px;
}
.sidebar.close .bottom_content {
  width: 50px;
  left: 15px;
}
.sidebar.close .bottom span {
  display: none;
}
.sidebar.hoverable .collapse_sidebar {
  display: none;
}
#sidebarOpen {
  display: none;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
   padding: 0px 20px 0 10px;
}
.dropdown-sec{
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
}
.log-out a{
	border:white;
	color: #fff;
    background-color: #814545;
        font-style: normal;
    font-weight: 600;
    font-size: 17px;
}
.log-out a:hover{
	color: #fff;
    background-color: #762742;
}
.cancel-btn a {
    text-decoration: none;
    color: white;
}
.register-form{
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
	width:60%;
	margin:0 auto;
	padding:20px;
}
.click-buttons{
	text-align:end;
}
.form-outer{
	margin-top:100px;
}
.program-form{
	    font-size: x-small;
}
.input-label{
	font-size:1rem;
	font-size: 20px !important;
}
.add-button:before {
    margin-left: 0px;
    content: "\002B";
}
table#utilitytable tr td:last-child a,
table#clientTable tr td:last-child a,
table#payrolltable tr td:last-child a,
table#auditLogTable tr td:last-child a,
table#usertable tr td:last-child a,
table#pro tr td:last-child a {
    margin: 0 10px 0 10px;
}
.add-button {
    text-decoration: none;
    background: #814545;
    color: white;
    padding: 6px 20px;
    cursor: pointer;
}
a:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
}
.add-button:hover{
	background:#814545;
	color:white !important;
	text-decoration: none;
}
.hed-sec {
    text-align: center;
    color: white;
        font-size: 24px;
    font-weight: 400;
}

.hed-sec1 {
    text-align: center;
    color: #7e373e;
    font-size: 30px;
}

/* .table-sec{
	height:700px;
	overflow:auto;
} */
div#pro_paginate {
    margin-top: 15px;
}
table#usertable th,
table#auditLogTable th,
table#payrolltable th,
table#utilitytable th,
table#clientTable th,
table#pro th {
    background: #814545;
    color:white;
}
/* table.dataTable thead>tr>th.sorting::after,
table.dataTable thead>tr>th.sorting::before {
    content: "" !important;
} */
table#utilitytable th:nth-last-child(1)::before,
table#utilitytable th:nth-last-child(1)::after,
table#clientTable th:nth-last-child(1)::before,
table#clientTable th:nth-last-child(1)::after,
table#payrolltable th:nth-last-child(1)::before,
table#payrolltable th:nth-last-child(1)::after,
table#pro th:nth-last-child(1)::before,
table#pro th:nth-last-child(1)::after,
table#usertable th:nth-last-child(1)::before,
table#auditLogTable th:nth-last-child(1)::before,
table#usertable th:nth-last-child(1)::after  {
    /* background: blue; */
    content: "";
}
table#auditLogTable th:nth-last-child(1)::after  {
    content: "";
}
div#utilitytable_wrapper td,
div#clientTable_wrapper td,
div#payrolltable_wrapper td,
table#usertable td,
table#auditLogTable td,
table#pro td, 
div#auditTable_wrapper td
{
	border-right:2px solid #dee2e6;
}
@media screen and (max-width: 767px) {
	 .logo_item {
    font-size: 14px;
}
.navbar_content	.role-name span:first-child {
    font-size: 14px;
	}
.navbar_content	.role-txt{
	font-size:12px;
}
.navbar_content	img.profile {
    width: 30px;
    height: 30px;
}
header aria-label.navbar {
    padding: 10px 0 !important;
}
}

@media screen and (max-width: 1024px) {
	div.dataTables_wrapper div.dataTables_filter input {
	    width: calc(100% - 50px) !important;
	}
	th {
    font-size: 14px;
    white-space: nowrap;
}
td {
    font-size: 12px;
}
}
@media screen and (max-width: 768px) {
	i#sidebarOpen {
    display: block;
}
	.login-outer .form-section-outer {
    width: 90%;
}
/* 	body div#wrapper {
  width: 100%;
    overflow: unset;
    margin-left: 0;
    padding-right: 0;
    margin-top: 100px;
} */
.footer-bottom.bg-white {
    width: 100%;
}
a.page-link {
    font-size: 12px;
}
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        font-size: 12px;
    }
}
	
  #sidebarOpen {
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
    color: var(--grey-color);
  }
  .sidebar.close {
    left: -100%;
  }
  .search_bar {
    display: none;
  }
  .sidebar.close .bottom_content {
    left: -100%;
  }
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 250%;
    max-width: 140%;
}
.form-control-sm {
    padding: 0.25rem 1.5rem;
}



.modal-data{
	padding:0 20px;
}
.textend-sec{
	text-align:end;
}
.modal-footer.border-sec {
    border: none;
}
.department-sec .label-sec{
	text-align:left;
}

/* --------*/
.role-name {
    display: flex;
    flex-direction: column;
}
.role-name span:first-child{
	font-size: 18px;
	font-weight: 500;
}
.role-name span:last-child{
	font-size: 12px;
	font-weight: 500;
}

#dynamic_field tr{
	border: none;
	width: 100%;
	
}
#dynamic_field tr td{
	border: none;
	padding: 0px;
}
input.form-control.total_amount {
    padding: 19px 12px;
    width: 95% !important;
    min-width: 400px; 
}
#utilityouter1,#utilityouter2,#utilityouter3 {
/*padding-top: 15px*/
padding-bottom: .5rem;
}
#utilityouter1{
	padding-top: 0px;	
}
#dynamic_field button
{
 	/* margin-top: 11px; */
 	margin-bottom: 10px; 
 	margin-left:10px;
 	       padding: 7px 15px;
    /*margin-top: 9px;*/
}
#dynamic_field button i{
	font-size: 16px;
	font-weight: 900;
}


/*---------------------------------login Page start ----------------------------*/

.login-outer {

    background: url(../images/background-image.png);
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.login-hed {
    margin: 0rem 0rem;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 25%);
    
}
.form-section-outer{
    background-color: #fff;
    width: 580px;
    height: 100%;
    min-height: 500px;
    padding: 25px 25px 8px 25px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 25%);
    border-radius: 10px;
}
.login-logo{
    display: flex;
    justify-content: center;
    margin-top: -8px;
}
.login-logo img {
    width: 150px;
    height: 100%;
}
.form-section-outer h2{
    font-weight: 700;
}
.form-section-outer h6 {
    font-size: 14px;
    font-weight: 400;
}
.form-section-inner{
    margin-top: 20px;
}
.form-section-inner label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px
}
.form-section-inner input{
    width: 100%;
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-top: 5px;
}
.form-section-inner input:focus{
    outline: none;
    
}
.button-section{
       margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-section button{
    padding: 12px 25px;
    border: none;
    color: #fff;
    background-color: #814545;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.button-section button:hover{
    background-color: #953a3a;
}
/*--------------------------- login Page End -------------------------*/

.dataTables_scrollHeadInner {
    width: 100% !important;
}
.dataTables_scrollHeadInner table{
	width: 100% !important;
}
.dataTables_scrollHeadInner table tr th{
	background-color: #814545;
	text-align: center !important;
	color: #fff;
}
table#usertable {
    width: 100% !important;
}
table#auditLogTable {
    width: 100% !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 13.6px 0 !important;
}
table#utilitytable {
    width: 100% !important;
}

table#clientTable {
    width: 100% !important;
}

table#utilitytable th:nth-last-child(1)::before,

table#utilitytable th:nth-last-child(1)::after,

table#clientTable th:nth-last-child(1)::before,

table#clientTable th:nth-last-child(1)::after,

table#payrolltable th:nth-last-child(1)::before,

table#payrolltable th:nth-last-child(1)::after,

table#pro th:nth-last-child(1)::before,

table#pro th:nth-last-child(1)::after,

table#usertable tr th:nth-last-child(1)::before,

table#auditLogTable tr th:nth-last-child(1)::before,

table#usertable tr th:nth-last-child(1)::after {
	content: "";
}

table#auditLogTable tr th:nth-last-child(1)::after {
	content: "";
}

.modal-header{
	background-color: #814545;
	color: #fff;
	    padding: .8rem;
}
.add-payroll label{
	font-size: 18px;
    font-weight: 400;

}
.close span{
	color: #fff;
}
table#payrolltable {
    width: 100% !important;
}
.logo_item img{
	width: 80px;
	height: 50px
}
img.profile {
    width: 50px;
    height: 50px;
}

.username-error{
	color: red;
}

.password-error{
	color: red;
}

.reset_password_error{
	color: red;
}

.reset_confirm_password_error{
	color: red;
}

.dataTables_scrollBody{
	height: 100% !important;
}
span.navlink {
    font-size: 17px;
    font-weight: 400;
}
.add-more-btn button{
	margin-top: 32px !important;
	
}
.add-client-table  input{
	margin-right: 10px !important;
	width: 182px !important;
}
.add-client-table button{
	margin-bottom: 10px !important;
}
.add-utility-btn button {
    margin-left: 10px;
}

#account_field tr td{
	border: none;
	
}
#account_field button i {
    font-size: 16px;
    font-weight: 900;
}
.account-no{
	margin-left: 10px;
}
#account_field input{
	width: 265px;
}


/*changing the position of the successful msg*/

.modal-position {
    left: 60rem!important;
}


/*set the position of the icon*/
i.hideShow.position-absolute {
    top: 45px;
    right: 26px;
}
#form-btn{
	position:relative;
}
#show-hide{
	position:absolute;
}
#add-payrols:hover{
	background-color:#814545;
	color:white;
}

.fs-3 {
    margin-top: 14px;
    color: red;
    margin-bottom: 0px;
    font-size: 1.5rem!important;
}

.hide-alert{
	display:none;
}


.alert-show{
	display:block !important;
}

/*0//09/2023*/

div#utilityouter {
    margin-top: 10px;
}

.tip {
  position: relative;
  display: inline-block;
 
}

/* .tip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}
 */
/* .tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
} */


/* .tip:hover .tooltiptext {
  visibility: visible;
} */


/*tooltip right start*/
/* .tip-right {
  position: relative;
  display: inline-block;
 
}

.tip-right .tooltiptext {
  visibility: hidden;
  width: 75px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  Position the tooltip
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 122%;
}

.tip-right:hover .tooltiptext {
  visibility: visible;
} */
/*tooltip right end*/

/*tooltip left start*/


/* .tip-left {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  padding:2px 2px !important;
} */
/* 
.tip-left .tooltiptext {
  visibility: hidden;
  width: 75px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 122%;
} */

/* .tip-left:hover .tooltiptext {
  visibility: visible;
} */

/*tooltip left end*/



#usertable_wrapper  table thead tr th:last-child::after{
	display: none !important;
}
#usertable_wrapper table thead tr th:last-child::before{
	display: none !important;
}

#payrolltable_wrapper table thead tr th:last-child::after{
	display: none !important;
}
#payrolltable_wrapper table thead tr th:last-child::before{
	display: none !important;
}

#utilitytable_wrapper table thead tr th:last-child::after{
	display: none !important;
}
#utilitytable_wrapper table thead tr th:last-child::before{
	display: none !important;
}

#clientTable_wrapper table thead tr th:last-child::after{
	display: none !important;
}
#clientTable_wrapper table thead tr th:last-child::before{
	display: none !important;
}

#firstName::after{
	content: "*";
	color:red;
}
#lastName::after{
	content: "*";
	color:red;
}
#email::after{
	content: "*";
	color:red;
}
#userRole::after{
	content: "*";
	color:red;
}
#password::after{
	content: "*";
	color:red;
}
#department{
	font-size:18px;
}
#department::after{
	content: "*";
	color:red;
}
#utilityName::after{
	content: "*";
	color:red;
}
#measurement::after{
	content: "*";
	color:red;
}

table#usertable, table#payrolltable {
    width: 100% !important;
    white-space: nowrap;
}


/*Add Client */
.fs-10{
font-size: 10px;
}
a.nav-link.active {
background-color: #7E373E!important;
}
a, a:hover {
color: #000000;
}
.mt-20{
margin-top: 20px;
}
.mb-20{
margin-bottom: 20px;
}
input{
padding-inline: 1rem;
}
.add-client-heading{
color: #7E373E;
font-weight: 700;
}
.nav-side li{
display: flex;
align-items: center;
gap: .5rem;
font-weight: 700;
}
.card-header{
background-color: transparent;
border: none;
border-right: 1px solid rgba(0,0,0,.125);
padding: 12px 16px;
color: #8F9CC0;
}
a.nav-link{
color: #8F9CC0;
}
.btn-theme-color , .btn-theme-color:hover{
background-color: #630537;
color: #ffffff;
}
.btn{
font-weight: 500;
}
.card-header ul{
padding-top:11px;
}
.card-header ul li{
padding-bottom:10px;
}
.btn-theme-color{
background-color: #7e373e !important;
color: white !important;
}
/* .client-button .btn:first-child:hover{
background-color: transparent;
color: #000000;
} */
.utility{
display:none;
}
.payroll{
display:none;
}
.bank{
display:none;
}
.payroll-hide{
display: block;
}
.hide-utility{
display: block;
}

.show-bank{
display: block;
}


/*02/09/2023*/
.client-program select {
border: 1px solid #d9d9d9;
border-radius: 7px;
padding: 10px;
height: 45px;
}
.generate-form{
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.payroll-outer input {
margin-left: 5px;
width: 25px;
height: 14px;
margin-top: 0px;
}
.payroll-outer {
display: flex;
align-items: baseline;
}
.payroll-outer h5 {
margin-right: 15px;
font-weight: 400;
}
.payroll-sytem {
margin-left: 61px;
}
.cost-plan {
margin-left: 30px;
}

/*=== CSS 5 Sep 2023 ===*/

.append-data button.btn.btn-danger.remove-btn {
    padding: 0.3rem 0.95rem;
}

/* CSS 7 sept. 2023*/

 div#wrapper{
	width: calc(100% - 280px);
    overflow: hidden;
    margin-left:280px;
    padding-right: 30px;
    margin-top:100px;
 }

.footer-bottom {
	position:fixed;
	bottom:0;
	right:0;
	width: calc(100% - 260px);
	padding:10px;
	z-index:1;
}
.copy-text, .version{
	font-size:14px;
}
/*  div#auditTable_wrapper .row:nth-child(2) .col-sm-12 , div#usertable_wrapper .row:nth-child(2) .col-sm-12, div#payrolltable_wrapper .row:nth-child(2) .col-sm-12, div#utilitytable_wrapper .row:nth-child(2) .col-sm-12{
    overflow-y: auto;
    max-height: 595px;
} */

/*  div#auditTable_wrapper .row:nth-child(2) .col-sm-12 {
 max-height:400px;
  
  } */
/*
@media (max-height: 823px) {
  div#usertable_wrapper .row:nth-child(2) .col-sm-12 , div#payrolltable_wrapper .row:nth-child(2) .col-sm-12, div#utilitytable_wrapper .row:nth-child(2) .col-sm-12{
    max-height: 430px;
} 
div#auditTable_wrapper .row:nth-child(2) .col-sm-12{
	max-height: 150px;
}    
}*/

@media (max-height: 600px) {
	div#wrapper h1{
    font-size:28px;
}

.role-name span:first-child {
    font-size:16px;
}
.role-name span:nth-child(2) {
    font-size:14px;
}

.logout-dropdown{
    bottom:15px;
}

.table>:not(caption)>*>*{
	padding:0px!important;
	vertical-align:middle;
}
div#usertable_wrapper .row:nth-child(2) .col-sm-12, div#payrolltable_wrapper .row:nth-child(2) .col-sm-12{
	    max-height: 240px;
}
/* div#utilitytable_wrapper .row:nth-child(2) .col-sm-12{
	 max-height: 220px;
} */
}



.delete-para{
	text-align:left;
}


/*01/09/2023*/

.client-code input{
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	margin-right: 10px;
}
.client-code select{
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	margin-right: 10px;
	height: 45px;
}
.client-code input:focus-visible{
	outline: none;
}
.import-payroll{
	display: flex;
}
.import-payroll button {
    padding: 6px 10px;
    margin-right: 15px;
    border: none;
    background: #7e373e;
    color: #fff;
    border-radius: 5px;
}
.import-payroll button:nth-child(1){
	background: red !important;
}


/* for dropdown select utilities for add client  */

td {
	border: 2px solid #dee2e6;
	border-spacing:0;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow:ellipsis;
}

i {
	cursor: pointer;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-position {
	transform: translate(-78%, 33%) !important;
}

.btn-close-share {
	top: 24px;
	right: 24px;
}

.btl-radius {
	border-top-left-radius: 30px;
}

.btr-radius {
	border-top-right-radius: 30px;
}

.bbl-radius {
	border-bottom-left-radius: 30px;
}

.bbr-radius {
	border-bottom-right-radius: 30px;
}

.dropdown-menu button {
	background-color: transparent;
	border: none;
	width: 100%;
}

/* .btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show,
	.btn:active, .btn:hover {
	border: none;
	outline: 0;
} */

.share-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.select-content-box {
	height: 100px;
	overflow: auto;
}

.select-content-box ul li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

input[type="checkbox"] {
	margin-right: 8px;
	background-color: red;
}

.toggle-next {
	border-radius: 0
}

.toggle-next1 {
	border-radius: 0
}

label {
	cursor: pointer
}

.ellipsis {
	text-overflow: ellipsis;
	width: 100%;
	max-height: 100px;
	white-space: nowrap;
	overflow: auto;
}

.apply-selection {
	display: none;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.ajax-link {
	display: none;
}

.checkboxes {
	margin: 0;
	display: none;
	border: 1px solid #ccc;
	border-top: 0;
}

.checkboxes1 {
	margin: 0;
	display: none;
	border: 1px solid #ccc;
	border-top: 0;
}

.inner-wrap {
	padding: 5px 10px;
	max-height: 100px;
	overflow: auto;
}


.theme-color {
	background-color: #7E373E;
	color: #fff;
}

.btn-theme-outline {
	border: 1px solid #7E373E;
}

.btn-theme-outline:hover {
	color: #ffffff;
	background-color: #7E373E;
}

.acess-premission .btn-check:active+.btn, .acess-premission .btn-check:checked+.btn,
	.acess-premission .btn.active, .acess-premission .btn.show,
	.acess-premission .btn:active {
	color: #ffffff;
	background-color: #7E373E;
}

/* label input+span, .wrapper button div, label.btn, button.btn {
	
    padding: 1px 10px;
} */

.wrapper label {
	margin-bottom: 0px;
	display: block;
}

#wrapp label {
	margin-bottom: 0px;
	display: block;
}

.client-information{
	border-style: inset;
}

.clients{
	margin-top:20px;
	margin-bottom:20px;
}
.client_headings{
	font-size: larger;
    font-weight: 700;
    color: #7e373e;
}


/* styling for logout dropdown  */

.logout-dropdown ul.dropdown-menu.show {
	top: 170%;
    left: -178px;
    padding-block: 0px;
    margin-top:0px;
}


.logout-dropdown .btn.focus,.logout-dropdown .btn:focus {
	box-shadow:none;
} 

.logout-dropdown {
	right:-25px;
	bottom:19px;
}
.logout-dropdown a.dropdown-item{
	cursor:pointer;
}

.logout-dropdown a.dropdown-item:hover {
    color: #ffffff!important;
    background-color: #7e373e;
    border:1px solid;
    border-radius:4px;
    
}


.logout-dropdown a.dropdown-item:hover i{
    color: #ffffff;
    
}


.logout-dropdown  i{
	font-size:16px!important;
}

.logout-dropdown a:not([href]):not([tabindex]) {
    color: #212529;
    text-decoration: none;
}

/* .utility-consum{
	margin-top: -30px;
    margin-left: 347px;
} */

.client-code{
	display: none;
}

a.nav-link.itemactive{
color: #8F9CC0;
}
    
a.nav-link.itemactive.active {
background-color: #7E373E!important;
}

.client-name-for-fileRepository{
	display : none;
}


/*06/11/2023*/

/* #auditTable_wrapper .dataTables_scrollBody {
overflow: visible!important;
} */

/* div.update-client-tab-pane  label {
    min-width:200px
}
 */
div.update-client-tab-pane  input[type="file"]{
    padding:0px!important;
}

div.update-client-tab-pane  span.file-name {
    display: flex;
    align-items: center;
        justify-content: space-between;
}

div#pop-up-msg {
    width: 100%;
}

/* 10/11/2023 */

.client-list-container{
	   margin-left: 260px;
    padding-inline: 20px;
   /*  padding-bottom:80px; */
}

div#utilitytable_wrapper thead tr th:nth-child(3){
    max-width:200px;
}

div#utilitytable_wrapper thead tr th:nth-child(5){
        width: 150px;

}
/* Generate File */

.custom_select select{
  border: none;
  border-bottom: 1px solid #000;
  border-radius: unset;
  background-image: url("../img/Vector.svg");
}
.custom_select select:focus{
box-shadow: unset;
}
.custom_select label{
  font-size: 1.2rem;
}

.check_payroll,.upload_check, .custom_select{
  margin-top: 3rem;
}
.check_content{
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom: .75rem;
}
.check_content p{
  font-size: 18px;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
  
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button .input-group-text{
  padding: 0.375rem 1.75rem;
}

/* .form-control:focus{
  border: none;
  box-shadow: none;
} */
.custom-file-button input{
  background: #F6F6FF;
  padding: 0.7rem;
  border: 1px solid #F6F6FF;
  border-right: none;
  color: #777777;
}
.custom-file-button label{
  background:var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  border-left: none;
}
.primary_clr{
  color: var(--primary);
  font-weight: 600;
}
.switch-flat{
	position: relative;
	display: block;
	vertical-align: top;
	width: 70px;
	height: 35px;
	margin: 0 10px 10px 0;
	border-radius: 18px;
	cursor: pointer;
	box-sizing:content-box;
  padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	box-sizing:content-box;
  background: #E8E8F7;
	box-shadow: none;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	    content: attr(data-off);
    right: 12px;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}
.switch-label:after {
	content: attr(data-on);
	left: 12px;
color: #fff;
	opacity: 0;
	font-weight: 600;
	font-size: 12px;
}
.switch-input:checked ~ .switch-label {
background: #7e373e;
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}

.switch-handle {
   position: absolute;
    top: 5px;
    left: 6px;
    background: #fff;
    width: 25px;
    height: 25px;
}


.switch-input:checked ~ .switch-handle {
	left: 40px;
	background: #fff;
}
 
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.btn.generate_btn {
  background-color: var(--primary);
  color: white;
}
.btn.clear_btn {
  background-color: var(--primary);
  color: white;
}
.image_section p{
  color: #777777;
}
.image_section{
  display: flex;
  align-items: center;
}
.upload_file{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.delete_bx{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #EBEEF5;
}
.btn.generate_btn:hover{
	  background-color: var(--primary);
  color: white;
}
.generate_btn:focus-visible {
    outline: none !important;
}

.btn.clear_btn:hover{
	  background-color: var(--primary);
  color: white;
}
.clear_btn:focus-visible {
    outline: none !important;
}

.dropdown-sec:focus-visible {
    outline: none !important;
}


/* 23/12/2023 */
.pdf-grid {
  display: grid;
  grid-template-columns: 150px 120px 1fr 1fr 150px ;  
  padding: 10px;
      border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 4px;
    background-color:#fff;
}


.success-msg span{
	  color: #270;
  padding:4px 8px;  
}



.error-msg , .success-msg{
	display:flex;
	align-items:baseline;
}
.error-msg span{
  color: #D8000C;
    padding:4px 8px;  

}

.v-scroll {
	max-height:140px;
	overflow-x:hidden;
	overflow-y:auto;
}



.fa-check {
	  color: #270;
}

.fa-warning {
	 color: #D8000C;
}



.host .loading{
  width:10px;
  height:10px;
  background:#7E373E;
  border-radius:100%;
  float:left;
  margin-right:5px;
}
.host .loading-0{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.1s;
    background:#009DC6
  
}
.host .loading-1{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.3s;
    background:#e8b440;
}
.loading-2{
    -webkit-animation:bounce 1s infinite ease;
    -webkit-animation-delay:.5s;
    background:#b62327;
}
@-webkit-keyframes bounce {
  0%, 100% {
    opacity:1;
  }
  60% {
    opacity:.0;
   
  }
}


/* 02/22/2024 */


.select-files p{
	    margin-bottom: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.select-files label{
	margin-bottom:0px;	
}


.select-filter .applyfilterbtn {
    background: #814545; 
    color:#ffffff;   
    cursor: pointer!important;
    font-size:16px;
}

.select-filter .applyfilterbtn:hover {
    background: #814545; 
    color:#ffffff;  
    font-size:16px;
}


.loader-1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-top: -420px;
  margin-left: 550px;
}



@media (max-width: 576px) { 
  .custom_select .col-select{
    margin-bottom: 1rem;
  }
  .check_content p {
    font-size: 16px;
}
}

@media (max-height: 610px) {
	.check_payroll, .upload_check, .custom_select {
    margin-top: 12px;
}

.primary_clr {
	margin-bottom: 12px!important;
}
} 

/* 16-04-2024  */
/* right side grid*/
/* .client-list-container .v-scroll {
	height:100% !important;
	max-height:100% !important;
}

.client-list-container .pdf-grid{
	display:flex !important;
	flex-wrap:wrap;
	gap:15px;
} */



.v-scroll{
		max-height:220px !important;
}


.check_payroll, .upload_check, .custom_select{
	margin-top:1rem;
}

#forgot-msg {
	    font-weight: 400;
}

/*  */

.select2.select2-container {
  width: 100% !important;
  min-width: 300px;
}
.col-select .select2-container--default {
    min-width: 100%;
}
.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
 /*  margin-bottom: 15px; */
  outline: none !important;
  transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

.cstm-form-edit .btn-label{
	/* margin-bottom:0px; */
	font-size:16px;
	font-weight:500;
}
table#usertable thead tr th {
    padding: 10px;
}
table#usertable tbody tr td {	
    padding: 06px 10px;
    vertical-align: middle;
}
/* .table-striped tbody tr:nth-of-type(odd) td{
    background-color:#dee2e6;
} */

th.sorting {
    padding: 10px;
}

li.footer-item {
    padding: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    color:#fff;
}
li.footer-item span.navlink {
    font-weight: 500;
}
th {
    vertical-align: baseline !important;
}

.sidebar.close {
    padding: 60px 0;
    width: 80px;
    display: block;
    left: 0px !important;
    z-index: 999;
    overflow-y: scroll;
    box-shadow: 0 0 1px var(--grey-color-light);
    transition: all 0.5s ease;
    background-color: #7e373e;
    position: fixed;
    top: 0;
    opacity: 1;
}
th {
    white-space: nowrap;
}
input#inputGroupFile {
    padding: 8px 15px;
}
button#close-modal {
    padding: 6px 15px;
}
.CstmPositionAbs {
    position: absolute;
}
.CstmPositionRel{
	position:relative;
}
button.btn.clear_btn {
    padding:8px 20px;
}

button#utilitySummaryButton {
      padding: 8px 20px;
}
button#downloadButton {
      padding: 8px 20px;
}


/*Loader*/
.loader-wrapper{
	position: absolute;
	     left: 0;
	     top: 0;
		     background-color: #00000052;
		     width: 100vw;
		     height: 100vh;
			     display: flex;
			     justify-content: center;
			     align-items: center;
				 z-index: 99999999;
			 
}
.loader-wrapper1{
position: absolute;
    left: 0;
    top: 0;
    background-color: #00000052;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    overflow-y: auto;
    max-height: calc(100vh - 0px);
			 
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #7e373e;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}  .loader {

    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #7e373e;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



@media screen and (min-device-width: 280px) and (max-device-width: 768px) { 
  	div#utilitytable_wrapper thead tr th:nth-child(5) {
    width: 0px!important;
}
}


.username-error {
    color: red !important;
}

/* 

.active {
  background-color: #814545;
  color: white;
} */




li.item .active {
    color: var(--white-color);
    background: #814545;
}
#toast-container>div {
    opacity: 1 !important;
}


.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

table#usertable tbody tr td p {
    margin: 0;
}
button#dropdownMenuButton1:focus {
    border: none;
}

button#dropdownMenuButton1:active {
    border: none;
}
