body {
  font-size: 14px;
  color: #333;
  font-family: "Poppins", serif;
  font-weight: 100;
  line-height: 1.4;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f3f4f7;
  letter-spacing: 0.1px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 20, 26, 0.2) #f3f3f3;
}
a {
  text-decoration: none;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
  color: #0075ff;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
p{
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  display: inline-block;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0 !important;
}
.ng-star-inserted label {
  display: contents;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0 !important;
}
.wrap {
  overflow: hidden;
}
#content {
  margin-left: 16rem;
  margin-top: 60px;
  transition: 0.3s ease-in-out;
}
.main-content {
  min-height: 100vh;
}
.joinus_bg {
  background: url(../images/loginpg-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.main-content-loginpg-cus {
    padding: 0px;
    min-height: auto;
    margin-bottom: 0px;
}
.centerdv {
  margin: 0 auto;
  float: none;
}
.login-form-erp {
  position: relative;
  margin-top: 0%;
  width: 100vw;
  background: #fff;
  box-shadow: 0 17px 50px 0 rgba(11, 20, 26, 0.19),
    0 12px 15px 0 rgba(11, 20, 26, 0.24);
  border-radius: 4px;
  /* padding: 30px 30px; */
  min-height: 100%;
  /* min-height: 440px; */
  display: flex;
}
.login-form-erp .login-box-left-cus {
  width: 50%;
  border-right: 2px solid #f1f1f1;
  padding: 40px;
  display: flex !important;
    align-items: center;
    justify-content: center;
}
.login-form-erp .login-box-right-cus {
  width: 50%;
  padding: 0px;
}
.erp-login-form-cus {
  text-align: start;
}
.login-form-box-cus-main-new{
	width: 65%;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    box-shadow: 0rem 0.375rem 1.125rem 0.125rem #eaeaea;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}
.erp-login-logo-left-top-cus{
	box-shadow: 0rem 0.375rem 1.125rem 0.125rem #eaeaea;
    border-radius: 8px;
    border: 0.0625rem solid #eaeaea;
    width: 80%;
    margin: 0 auto 15px;
}
.erp-login-logo-left-top-cus img{
	width: 40%;
    margin: 0 auto;
    display: block;
}
.erp-login-logo {
    width: 60%;
    margin: 0 auto 10px;
}
.rjd-login-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.rjd-login-title p {
  font-size: 12px;
  line-height: 1.4;
  padding: 0;
}
.relative {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding-left: 0.6rem;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  /* background: #fff; */
  /* background-image: none; */
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-field-main-cus{
  padding: 30px 0;
}
textarea.form-control{
  height: auto;
} 
.form-field-main-cus .form-control {
    margin-bottom: 15px;
}
.input-group .input-group-text {
  height: auto;
  border: 1px solid #ccc;
}
.password_show label {
  display: inline-block;
  color: #0052cc;
  font-size: 13px;
  margin-bottom: -1px;
}

.errormsg {
  font-weight: 400;
  position: absolute;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  bottom: -12px;
}
.errMsg{
    font-weight: 400;
    position: absolute;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    bottom: -18px;
    color: red;
}
.error-message{
	font-weight: 400;
    position: absolute;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    bottom: -18px;
    color: red; 
}
.form-group, .mb10 {
  margin-bottom: 10px;
  position: relative;
}
.form-group label,
.form-group1 label {
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0px;
}
.form-group label i {
  color: red;
  font-size: 5px;
}
.form-control:focus {
  border-color: #2986ce;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.login-box-left-cus .terms-condition-registration-form {
  display: flex;
  gap: 5px;
  margin: 0px 0 10px;
  font-size: 12px;
  position: relative;
}
#termsErrorMessage{
	position: absolute;
    bottom: -18px;
    left: 0;
    color: red;
    font-size: 11px;
}
.login-box-left-cus .terms-condition-registration-form label {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
}
.login-form a {
  color: #2986ce;
}
.advert {
  margin-top: 10px;
}
.btn-submit-form,
.sub-btn {
  background: #2986ce none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 4px;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
  width: auto;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.login-form-erp .btn-submit-form {
  height: 50px;
  line-height: 50px;
  width: 100%;
  min-width: 150px;
}
.password_show {
  position: absolute;
  top: 12px;
  right: 19px;
  display: flex;
  align-items: center;
  z-index: 11;
}
.ffixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.footer-bottom {
  margin-top: 0px;
  padding-top: 0px;
}
.copyright {
  color: #777;
  padding: 5px 0 5px;
  text-align: center;
}
.loginpg-slider-cus{
	height: 100vh;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-item img {
  width: 100%;
  height: auto;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .carousel-item
  .slider-content-cus {
    text-align: start;
    position: absolute;
    top: 0;
    padding: 50px 50px 0;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .carousel-item
  .slider-content-cus
  h1 {
font-size: 38px;
    color: #000;
    font-weight: 300;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .carousel-item
  .slider-content-cus
  h2 {
  font-size: 52px;
    color: #000;
    font-weight: 600;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .carousel-item
  .slider-content-cus
  p {
  margin: 0;
  line-height: 1.4;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .slider-content-cus
  .loginpg_banner1_slider_btn {
  width: max-content;
  max-width: 160px;
  margin: auto;
  margin-top: 20px;
  background-color: #2986ce;
  color: #ffffff;
  border-radius: 18px;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.login-form-erp .login-box-right-cus .loginpg-slider-cus .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 110px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 0rem;
  margin-left: 15%;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .carousel-indicators
  [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 4px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #2986ce;
  background-clip: padding-box;
  border: 0;
  border-top: none;
  border-bottom: none;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.login-form-erp
  .login-box-right-cus
  .loginpg-slider-cus
  .carousel-indicators
  .active {
  width: 40px;
  opacity: 1;
}
.login-form-erp .linktxt {
  font-size: 12px;
}
.header {
  background: #fff;
  border-bottom: 0px solid #f0f0f0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  height: 60px;
}
.sidebar_menu_box.fixedsidebar {

}
.header_flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #2986ce 0, #002d51 90%);
}
.header .header-left {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  width: 230px;
  padding-left: 15px;
/*  background-color: rgb(185 185 185 / 30%);*/
display: none;
}
.user-menu {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
}
.header .header-left .logo {
  display: block;
  padding: 0 0px;
  max-width: 100%;
}
.logo {
  max-width: 150px;
  z-index: 999;
}
.sidebar_menu_box .sidebar-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-top: 0px;
}
.sidebar_menu_box.activesidemenu .sidebar-brand {
	padding-top: 15px;
	padding-bottom: 10px;
}
.sidebar_menu_box.activesidemenu .sidebar-brand .sidebar-brand-icon img {
    width: 100%;
    height: auto;
}
.activesidemenu.sidebar-menu > ul > li > a{
	justify-content: center;
	padding: 12px 16px 12px 16px;
}
.sidebar_menu_box.activesidemenu #menu-content {
    overflow-y: hidden;
    padding-right: 10px;
    height: 82%;
    transition: 0.3s ease-in-out;
}
.sidebar_menu_box.activesidemenu #menu-content:hover {
    overflow-y: auto;
}
.sidebar_menu_box .sidebar-brand .sidebar-brand-icon {
    height: auto;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    overflow: hidden;
}
.sidebar_menu_box .sidebar-brand .sidebar-brand-icon img{
	 width: 150px;
	 height: auto;
}
.menu_btn{
    position: absolute;
    right: -12px;
    background-color: #3caaff;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 99999;
    transition: 1s ease-in-out;
}
.sidebar_menu_box #sidebar-profile-picture {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin-bottom: 1rem;
}
.sidebar_menu_box #sidebar-profile-picture .picture {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 8px;
    padding-left: 0px;
}
.sidebar_menu_box #sidebar-profile-picture .picture .image-container {
    position: relative;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 15px solid #fbfbfb;
    border-radius: 50%;
}
.sidebar_menu_box #sidebar-profile-picture .picture .image-container img {
    height: 110px;
    width: 110px;
    border: 7px solid rgba(232, 234, 239, .439);
    border-radius: 50%;
    z-index: 10;
}
.sidebar_menu_box #sidebar-profile-picture .name {
    display: table;
    grid-column: 1;
    grid-row: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #64728c;
    height: 1.5rem;
    line-height: 1.5rem;
}
.sidebar_menu_box #sidebar-profile-picture .job-title{
    grid-column: 1;
    grid-row: 3;
    font-size: .875rem;
    font-weight: 300;
    text-align: center;
    color: #64728c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar_menu_box .sidebar-search {
    position: relative;
    padding-left: .875rem;
    padding-right: .75rem;
    margin-bottom: .5rem;
}
.sidebar_menu_box .sidebar-search .icon-holder {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 1;
    border-radius: 100%;
    background-color: #fff;
    color: #64728c;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center; 
    text-align: center;
    display: flex;
}
.sidebar_menu_box .sidebar-search .icon-holder i {
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.sidebar_menu_box .sidebar-search input[type=text] {
    display: block;
    border-width: 0;
    border-radius: 24px;
    background-color: rgba(232, 234, 239, .439);
    width: 100%;
    margin-bottom: 0;
    height: 45px;
    color: #64728c;
    box-sizing: border-box;
    font-size: .75rem;
    padding: .675rem 3rem .675rem .75rem;
}
.sidebar_menu_box .sidebar-search input[type=text]:focus-visible{
	outline: none;
}
#menu-content {
    overflow-y: hidden;
    padding-right: 10px;
    padding-bottom: 50px;
    height: 56.5vh;
    transition: 0.3s ease-in-out;
}
#menu-content:hover {
    overflow-y: auto;
}
.header .header-left .logo img {
  max-height: 150px;
  width: auto;
}
.user-menu.nav > li {
  display: inline-block;
}
.notifications-profile-mobile-view .noti-dropdown {
  position: initial;
}
.user-menu.nav > li > a {
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 19px 15px;
}
.user-menu.nav > li.noti-dropdown > a {
  font-size: 20px;
  color: #fff;
}
.notification-icon-cus {
}
.notifications-profile-mobile-view .notifications {
  transform: none !important;
}
.notifications {
  width: 100%;
  max-width: 410px;
  /* display: block; */
  position: fixed;
  top: 60px !important;
  right: 0 !important;
  bottom: 0px;
  /* height: 100%; */
  transition: transform 0.2s ease-out 0s;
  -webkit-transition: transform 0.2s ease-out 0s;
  overflow: hidden auto;
  background: #fff;
  z-index: 16;
  box-shadow: 0px 1px 0px 1px #ddd;
}
.notifications .user-header {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}
.notificarion-close-btn .close {
  color: red;
  cursor: pointer;
  font-size: 18px;
}

.user-img {
  display: inline-block;
  padding-right: 6px;
  position: relative;
}
.user-img img {
  width: 28px;
  border-radius: 100%;
}
.user_name {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3px;
  display: none;
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  width: 6px;
  vertical-align: middle;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dropdown-menu {
  float: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.user-menu .dropdown-menu {
  min-width: 220px;
  padding: 0;
  left: auto;
  right: 0;
  /* overflow-y: scroll; */
  /* height: 580px; */
}
.user-header {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
.avatar {}
.avatar .avatar-img {
  width: 40px;
}
.user-header .user-text {
  margin-left: 10px;
}
.user-header .user-text h6 {
  margin-bottom: 2px;
  font-size: 14px;
}
.user-header .user-text p {
  padding-bottom: 0;
  font-size: 13px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-menu .dropdown-menu .dropdown-item {
  font-size: 13px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #002d51;
}
.user-menu .dropdown-menu .dropdown-item i {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px !important;
  vertical-align: middle;
  padding-left: 0;
  background: #2986ce;
  color: #fff;
  border-radius: 4px;
  margin-right: 0px;
}
.sidebar_menu_box {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 35px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 16rem;
    height: 100%;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}
.sidebar_menu_box.activesidemenu{
	width: 5.2rem;
}
.menu-active #content{
	margin-left: 5.2rem;
}
.sidebar_menu_box.activesidemenu .menu_btn{
	transform: rotate(180deg);
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container, .sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container img {
    height: 32px;
    width: 32px;
    border: none;
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container, .sidebar_menu_box.activesidemenu #sidebar-profile-picture .picture .image-container img {
    height: 32px;
    width: 32px;
    border: none;
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .name{
	display: none
}
.sidebar_menu_box.activesidemenu #sidebar-profile-picture .job-title{
	display:none
}
.sidebar_menu_box.activesidemenu .sidebar-menu ul li .sidebar-menuicon{
	margin-right: 0;
}
.sidebar_menu_box.activesidemenu .sidebar-menu > ul > li > a > span{
	display: none;
}
.wrap {
  overflow: hidden;
  position: relative;
  margin-left: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 100%;
}
.sidebar-inner { 
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    height: 100%;
}
.sidebar-menu {
  padding: 0px 0 0px;
  position: relative;
  height: 100%;
}
.sidebar-menu ul {
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-menu > ul > li {
 margin-bottom: 5px;
  position: relative;
  /*    border-bottom: 1px solid #ededed;*/
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu > ul > li.menu-item-has-childrent.active a {
  background-color: #2986ce;
  color: #e4e6e9;
}
.sidebar-menu > ul > li:hover .sub-menu {
  display: block;
  transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
}
.sidebar-menu > ul > li > a {
	border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: start;
    padding: 12px 16px 12px 24px;
    position: relative;
    color: #64728c;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu ul li .sidebar-menuicon {
    margin-right: 12px;
    /* background: linear-gradient(90deg, #fc4f19, #f6a60d); */
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}
.sidebar-menu ul li .sidebar-menuicon i {
  font-size: 20px;
}
.sidebar-menu ul li a img {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  width: 30px !important;
  height: 30px;
  vertical-align: middle;
  padding-left: 0;
  /* background-color: #313091; */
  /* background: linear-gradient(90deg, #fc4f19, #f6a60d); */
  color: #fff;
  /* margin-right: 6px; */
  filter: invert(45%) sepia(10%) saturate(1028%) hue-rotate(181deg) brightness(96%) contrast(90%);
}
.sidebar-menu .menu-arrow {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  font-size: 12px;
  position: absolute;
  right: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.sidebar-menu .menu-arrow:before {
  content: "\f107";
}
.sidebar-menu ul ul {
	display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #2986ce;
    padding: 10px 5px 5px 5px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu ul ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  font-size: 12px;
  text-align: start;
  padding: 10px 10px 10px 5px;
  position: relative;
  color: #e1e1e1;
}
.sidebar-menu ul ul li a:hover {
  color: #e4e6e9;
}

.sidebar-menu ul ul li a .sidebar-menuicon {
  width: 30px;
  margin-right: 5px;
  margin-bottom: 0;
}
.sidebar-menu > ul > li > a:hover{
background-color: #1f70b01f;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
 }

.sidebar-menu > ul > li.active a{
    /*border-bottom-right-radius: 50px;*/
    /*border-top-right-radius: 50px;*/
    background: linear-gradient(90deg, #023257 0, #2071b0 90%);
    color: #fff;
}
.sidebar-menu > ul > li.active a .sidebar-menuicon img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(104%) contrast(101%);
}


.top-navs-main-cus {
}
.top-navs-main-cus ul {
    background-color: #fff;
    box-shadow: 3px 0 6px 0 #d8dde6;
    gap: 12px;
    padding: 8px 16px;
}
.top-navs-main-cus ul li {
}
.top-navs-main-cus ul li .nav-link {
    display: flex;
    border: none;
    height: 35px;
    color: #0d4a7a;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    background-color: #edf2fa;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.top-navs-main-cus ul li .nav-link a{
	line-height: normal;
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 30px;
}
.top-navs-main-cus ul li .nav-link.active,
.top-navs-main-cus ul li .nav-link:hover {
background-color: #1f70af;
color: #ffffff;
}
.top-navs-main-cus ul li .nav-link.active a,
.top-navs-main-cus ul li .nav-link:hover a { 
background-color: #1f70af;
color: #ffffff;
}
.top-navs-main-cus ul li .nav-link::after {
  position: absolute;
  bottom: 0px;
  left: 6%;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
  opacity: 0;
  display: none;
}
.top-navs-main-cus ul li .nav-link.active:after {
  left: 40%;
  opacity: 1;
  border-bottom-color: #2986ce;
}
.top-navs-main-cus .custom-top-flag-dropdown {
}
.top-navs-main-cus .custom-top-flag-dropdown button {
  height: auto;
  min-height: 37px;
  border: 1px solid;
  background-color: #fff;
  color: #757575;
  border-color: #2986ce;
  padding: 3px 10px;
  margin-top: 1px;
}
.top-navs-main-cus .custom-top-flag-dropdown button img {
  height: 20px;
  border-radius: 50%;
  margin-right: 3px;
}
.top-navs-main-cus .custom-top-flag-dropdown .dropdown-menu {
  padding: 0;
}
.top-navs-main-cus .custom-top-flag-dropdown .dropdown-menu .dropdown-item {
  padding: 8px 5px 8px;
  font-size: 14px;
}
.top-navs-main-cus
  .custom-top-flag-dropdown
  .dropdown-menu
  li:last-child
  .dropdown-item {
}
.top-navs-main-cus .custom-top-flag-dropdown .dropdown-menu img {
  height: 20px;
  border-radius: 50%;
  margin-right: 3px;
}
.top-navs-main-cus .custom-top-flag-dropdown .btn:first-child:active {
  color: #757575;
  background-color: #ffffff;
  border-color: #2986ce;
}
.top-navs-main-cus .custom-top-flag-dropdown .dropdown-menu {
}
.top-navs-main-cus .tab-content {
  display: none;
}
.top-sub-navs-main-cus {}
.top-sub-navs-main-cus.top-navs-main-cus ul{
	padding: 0px 16px;
}
.top-sub-navs-main-cus.top-navs-main-cus ul .back-title{
	margin-bottom: 0 !important;
	padding: 6px 0;
}
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link {
    border: none;
    height: 40px;
    color: #686868;
    font-size: 12px;
    position: relative;
    text-transform: capitalize;
    background-color: #edf2fa00;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link a {
    line-height: normal;
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0rem;
    border-radius: 30px;
    color: #686868;
}
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link.active,
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link:hover {
  background-color: #ffffff00;
  color: #1f70af;
}
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link.active a, .top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link:hover a {
  background-color: #ffffff00;
  color: #1f70af;
}
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link::after {
  position: absolute;
  bottom: 0px;
  left: 6%;
  content: "";
  border-right: none;
  border-bottom: 2px solid;
  border-left: none;
  width: 100%;
  opacity: 0;
  display:block;
}
.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link.active:after {
  left: 0%;
  opacity: 1;
  border-bottom-color: #2986ce;
}
.top-boxes-main-cus {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.top-boxes-main-cus .single-box-cus {
  margin-right: 12px;
  width: 25%;
}
.top-boxes-main-cus .single-box-cus:last-child {
  margin-right: 0px;
}
.single-box-cus .card {
  background: transparent;
}
.single-box-cus .card-body {
  position: relative;
}
.loan-top-boxes-main-cus .single-box-cus .card-body:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  background-color: #2986ce;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%);
}
.loan-top-boxes-main-cus .single-box-cus:nth-child(2) .card-body::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  background-color: #ff8d00;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%);
}
.loan-top-boxes-main-cus .single-box-cus:nth-child(3) .card-body::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  background-color: #9100ff;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%);
}
.loan-top-boxes-main-cus .single-box-cus:nth-child(4) .card-body::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  background-color: red;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%);
}
.single-box-cus .card-top-title-time-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-box-cus .card-top-title-time-cus .title {
}
.single-box-cus .card-top-title-time-cus .time {
  color: #767676;
}
.single-box-cus .card-top-title-time-cus h2 {
  font-size: 12px;
  margin-bottom: 0;
}
.single-box-cus .large-title-view-btn-card-bottom-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.single-box-cus .large-title-view-btn-card-bottom-cus .large-title h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
}
.single-box-cus .large-title-view-btn-card-bottom-cus .large-title h3 span {
  font-size: 10px;
  color: #999;
}
.single-box-cus .large-title-view-btn-card-bottom-cus .view-btn {
}
.single-box-cus .large-title-view-btn-card-bottom-cus .view-btn a {
  color: #2986ce;
  font-size: 12px;
}
.adtab-detail {
	position: relative;
    background: #f8f9fa00;
    padding: 0 0px;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    margin-bottom: 12px !important;
}
.adtab-detail h2 {
	font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    text-transform: capitalize;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.adtab-detail .sub-title-cus {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    color: #727272;
}
.adtab-detail.dashboard-cus-title{}
.adtab-detail.dashboard-cus-title h2{}
.adtab-detail.dashboard-cus-title span{
  color: #2986ce;
  font-size: 28px;
}
.adtab-detail .form-control{
  margin-bottom: 0;
}
.feature-box-style-12 {
  padding: 24px 0;
}
.chart-planned-actual-main-cus .chart-box-cus {
  border: 1px solid #0000002d;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  padding-bottom: 0px;
}
.chart-box-cus .chart-title-cus-main {
  border-bottom: 1px solid #0000002d;
  padding: 10px 10px;
}
.chart-box-cus .chart-title-cus-main h2 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.donutchart-right-side-content-cus {
  padding: 25px 10px 0 0;
}
.donutchart-right-side-content-cus .title-data {
  margin-bottom: 25px;
}
.donutchart-right-side-content-cus .title-data:last-child {
  margin-bottom: 0px;
}
.donutchart-right-side-content-cus .title-data .data-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #727272;
}
.donutchart-right-side-content-cus .title-data .data {
  font-size: 13px;
  color: #000;
}
.chart-box-cus .chart-bottom-custom-content {
  border-top: 1px solid #0000002d;
  padding: 15px;
  margin-top: 24px;
}
.chart-box-cus .chart-bottom-custom-content .main-title {
  font-size: 16px;
}
.chart-box-cus .chart-bottom-custom-content .date {}
.chart-box-cus .chart-bottom-custom-content .desc {
  font-size: 12px;
}
.chart-box-cus .chart-bottom-custom-content .chart-title-data-cus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chart-box-cus .chart-bottom-custom-content .chart-title-data-cus .data-block {
  width: 25%;
}
.chart-box-cus
  .chart-bottom-custom-content
  .chart-title-data-cus
  .data-block
  .title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #727272;
}
.chart-box-cus
  .chart-bottom-custom-content
  .chart-title-data-cus
  .data-block
  .data {
  font-size: 13px;
  color: #000;
}
.chart-box-cus
  .chart-bottom-custom-content
  .chart-title-data-cus
  .data-block
  .tooltip-text {
  display: inline;
  font-size: 11px;
  color: #2986ce;
  cursor: pointer;
}
.tooltip-cus-text {
  text-align: start;
}
.tooltip-cus-text p {
  font-size: 14px;
  margin-bottom: 5px;
}
.tooltip-cus-text ul {
  padding-left: 15px;
  list-style-type: square;
}
.tooltip-cus-text ul li {
  font-size: 12px;
}
.data-tolltip-btn-cus {
  display: flex;
  gap: 10px;
}
.view-average-form-cus {
  padding: 15px;
  border-right: 1px solid #0000002d;
}
.button-form-cus {
  justify-content: end;
  display: flex;
}
.button-form-cus .btn {
  position: relative;
  height: 32px;
  min-width: 65px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  color: #6e6e6e;
  border: 1px solid #e3e5e9;
  cursor: pointer;
  transition-duration: 0.4s;
}
.button-form-cus .btn {
  margin-right: 20px;
}
.button-form-cus .btn:last-child {
  margin-right: 0px;
}
.button-form-cus .btn-primary {
  background: #2986ce none repeat scroll 0 0 !important;
  color: #fff;
}
.experience-salary-range-box-cus {
  display: flex;
  margin-top: 30px;
}
.experience-salary-range-box-cus .experience-salary-range-box {
  width: 65%;
  padding-right: 60px;
}
.experience-salary-range-box-cus .experience-salary-graph-box {
  width: 35%;
}
.experience-salary-range-box-cus .experience-salary-box-title {
  margin-bottom: 30px;
}
.experience-salary-range-box-cus .title {
  font-size: 16px;
}
.experience-salary-range-box-cus .experience-annual-salary-range-cus {
  display: flex;
  gap: 24px;
}
.experience-annual-salary-range-cus .experience-box {
  width: 50%;
}
.experience-annual-salary-range-cus .experience-box .data-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #727272;
}
.experience-annual-salary-range-cus .experience-box .progressbar-range {
  height: 10px;
  background: linear-gradient(270deg, #64c3d1 0, #fff 100%);
  position: relative;
}
.experience-annual-salary-range-cus .experience-box .range-limit-border {
  position: relative;
}
.experience-annual-salary-range-cus .experience-box .range-limit-border:after {
  content: "";
  position: absolute;
  left: 43.6874%;
  top: -5px;
  background-color: #ec8686;
  height: 20px;
  width: 2px;
  z-index: 999999;
}
.experience-annual-salary-range-cus .experience-box .min-max-exp-amt-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.experience-annual-salary-range-cus .experience-box .min-max-exp-amt-cus span {
  font-size: 12px;
}
.experience-annual-salary-range-cus .experience-box .average-expreance-cus {
  margin-top: 30px;
}
.experience-annual-salary-range-cus
  .experience-box
  .average-expreance-cus
  .data-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #727272;
}
.experience-annual-salary-range-cus
  .experience-box
  .average-expreance-cus
  .average-expreance-border {
  position: relative;
}
.experience-annual-salary-range-cus
  .experience-box
  .average-expreance-cus
  .average-expreance-border:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ec8686;
  height: 20px;
  width: 2px;
  z-index: 999999;
}
.experience-annual-salary-range-cus
  .experience-box
  .average-expreance-cus
  .average-expreance-border
  span {
  margin-left: 10px;
}
.run-payroll-months-scroll-main-cus-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000002d;
  border-radius: 4px;
  text-align: center;
  padding: 10px 10px;
  background-color: #fff;
  margin-top: 0px;
  position: relative;
}
.run-payroll-months-scroll-main-cus {
  position: relative;
  width: 100%;
}
.run-payroll-months-scroll-main-cus .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  z-index: 99;
}
.run-payroll-months-scroll-main-cus .back-btn-cus {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 3px;
}
.run-payroll-months-scroll-main-cus .back-btn-cus i {
}
.run-payroll-months-scroll-main-cus .next-btn-cus {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 4px;
}
.run-payroll-months-scroll-main-cus .next-btn-cus i {
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus {
  display: flex;
  gap: 6px;
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .single-box-cus {
    position: relative;
    border: 1px solid #0000002d;
    border-radius: 4px;
    text-align: center;
    padding: 10px 2px;
    width: 100%;
    height: 70px;
    transition: background 0.2s, left 0.2s;
    overflow: hidden;
}

.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-year {
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-year p {
  margin-bottom: 0;
  font-size: 12px;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-start-end-date {
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 5px;
}
.run-payroll-months-scroll-main-cus
  .all-months-boxes-cus
  .month-start-end-date
  span {
  font-size: 10px;
  color: #999;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 0;
  background-color: #c1c1c1;
  width: 100%;
  left: 0;
  font-size: 10px;
  padding: 1px 0;
  text-transform: uppercase;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-status.locked {
	color: #fff;
	background-color: green;
}
.run-payroll-months-scroll-main-cus
  .all-months-boxes-cus
  .month-status.current {
  background-color: #2986ce;
  color: #fff;
}
.run-payroll-months-scroll-main-cus
  .all-months-boxes-cus
  .month-status.pending {
  background-color: #fbc02d;
  color: #fff;
}
.run-payroll-months-scroll-main-cus
  .all-months-boxes-cus
  .month-status.completed {
  background-color: green;
  color: #fff;
}
.run-payroll-months-scroll-main-cus
  .all-months-boxes-cus
  .month-status.upcomming {
  background-color: gray;
  color: #fff;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-status i {
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .month-status p {
  margin-bottom: 0;
}
.approvals-tab-main-cus {
}
.approvals-tab-main-cus.top-navs-main-cus .tab-content {
  display: block;
}
.approvals-tab-main-cus.top-navs-main-cus ul {
	min-height: 45px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e4e6e9;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  gap: 0;
}
.approvals-tab-main-cus.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link {
	border: none;
  height: 45px;
  color: #686868;
  font-size: 12px;
  position: relative;
  text-transform: capitalize;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.approvals-tab-main-cus.top-navs-main-cus ul li .nav-link.active {
  background-color: #2986ce;
  color: #fff;
  border-radius: 0;
}
.filter-btn-add-new-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.search-dropdown-custom-mng {
  position: relative;
  background: #2986ce;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: 100px;
  color: #fff;
  margin: 10px 0;
}
.search-dropdown-custom-mng i {
  color: #fff;
}
.add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 0;
}
.filter-btn-add-new-btn .add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 0 0px;
}
.add_btn_box .add_btn {
  margin-left: 5px;
}
.add_btn_box.dashboard-ticket-btn-cus .add_btn{
  background-color: #2986ce;
  color: #fff;
}
.add_btn_box.dashboard-ticket-btn-cus .add_btn i{
  margin-left: 10px;
  background-color: #ffffff;
  color: #2986ce;
  font-size: 16px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.add_btn {
  color: #2986ce;
  border: 1px solid #2986ce;
  position: relative;
  background: none;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.add-btn-bg {
  background: #2986ce;
  color: #fff;
}
.add_btn:hover {
  background: #2986ce;
  color: #fff;
  border: 1px solid #2986ce;
}
.filter-btn-add-new-btn .btn-group .add_btn {
  color: #fff;
  border: 1px solid #2986ce;
  position: relative;
  background: #2986ce;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.filter-btn-add-new-btn .btn-group .dropdown-toggle {
  color: #fff;
  border: 1px solid #2986ce;
  border-left: 1px solid #f3f4f7;
  background: #2986ce;
}
.filter-btn-add-new-btn .btn-group .dropdown-menu {
  padding: 0;
  font-size: 14px;
  min-height: auto;
}
.filter-btn-add-new-btn .btn-group .dropdown-menu li a {
  padding: 10px 10px;
}
.filter-btn-add-new-btn .btn-group .dropdown-menu li a:hover {
  background: #2986ce;
  color: #fff;
}
.filter-btn-add-new-btn .download-btn {
  width: auto;
  min-width: auto;
}
.filter-btn-add-new-btn .download-btn-menu.dropdown-menu {
  padding: 0;
  font-size: 13px;
  min-height: auto;
}
.filter-btn-add-new-btn .download-btn-menu.dropdown-menu li a {
  padding: 10px 10px;
}
.filter-btn-add-new-btn .download-btn-menu.dropdown-menu li {
  border-bottom: 1px solid #e4e6e9;
}
.filter-btn-add-new-btn .download-btn-menu.dropdown-menu li:last-child {
  border-bottom: none;
}
.filter-btn-add-new-btn .download-btn-menu.dropdown-menu li a:hover {
  background: #2986ce;
  color: #fff;
}
.home-search-form .btn-link-default {
	background: #2986ce00 none repeat scroll 0 0;
    font-size: 12px;
    color: #2986ce;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    line-height: 32px;
    padding: 0px 6px;
    border-radius: 4px;
    text-transform: capitalize;
    min-width: 50px;
    text-align: center;
    border: 1px solid #2986ce;
}
.btn-link-default:hover {
  background: #2986ce;
  color: #fff;
  box-shadow: none;
}
.nodatafound-box-main {
  /*    border: 1px solid #e4e6e9;*/
  text-align: center;
  border-radius: 4px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*    background-color: #fff;*/
}
.approval-pg-cus.nodatafound-box-main {
  border: 1px solid #e4e6e9;
  text-align: center;
  border-radius: 4px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.nodatafound-box-main .nodatafound-box {
  width: 40%;
  margin: 0 auto;
}
.nodatafound-box-main .nodatafound-box img {
}
.nodatafound-box-main .nodatafound-box .nodatafoundtext {
  margin-bottom: 0;
  margin-top: 15px;
  color: #999;
}
.home-search-form {
  /*    width: 100%; */
  padding: 0px 0 0px;
}
.dashboard-table-custom {
  box-shadow: none;
  margin-bottom: 20px;
  /*    border: 1px solid #e4e6e9;*/
  background-color: #fff;
  overflow: hidden;
}
.table-inner-custom {
  margin-bottom: 0;
}
.table-custom {
  margin-bottom: 0;
}
.table-inner-custom .form-control{
  margin-bottom: 0;
}
.table-custom tr th {
  background-color: #f3f4f7;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
}
.table-custom tr th:first-child {
  /* border-radius: 4px 0 0 0; */
  border-radius: 0;
}
.table-custom tr th:last-child {
  /* border-radius: 0 4px 0 0; */
  border-radius: 0;
}
.table-custom tr:last-child {
  /*    border-color: #ff000000;*/
}
.table-custom tr td {
  vertical-align: middle;
}
.table-custom span {
  font-size: 12px;
  /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;*/
  line-height: 1.2;
  color: #444444;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.table-custom span a {
  color: #2986ce;
}
.table-custom .text-secondary {
  color: #777;
}
.table-custom .text-small {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.action .dropdown-menu {
  text-align: left;
  left: -10px;
  right: auto;
  padding: 0;
  border-radius: 0;
}
.action .dropdown-menu {
  float: none;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 4px;
  overflow: hidden;
}
.action .dropdown-menu > li > a {
    cursor: pointer;
    display: block;
    padding: 12px 10px;
    font-size: 12px;
   	color: #686868;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}
.action .dropdown-menu li:last-child a {
  border-bottom: none;
}
.action .dropdown-menu > li > a i {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 18px !important;
  vertical-align: middle;
  padding-left: 0;
  background: #2986ce;
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
}
.action .dropdown-menu > li > a:hover {
  background: #44adff;
  color: #ffffff;
}
.loan-top-boxes-main-cus.top-boxes-main-cus {
  margin-bottom: 30px;
}
.loan-table-satatus-cus {
}
.loan-table-satatus-cus .name-approved-date {
}
.loan-table-satatus-cus .name-approved-date .approved {
  font-size: 12px;
  color: #00c100;
}
.loan-table-satatus-cus .name-approved-date .date {
  font-size: 12px;
  color: #999;
}
.applied {
  position: relative;
  font-size: 10px !important;
}
.applied:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #13b300;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.reports-box-single-main-cus {
  margin-bottom: 24px;
}
.reports-box-single-main-cus .card {
  border-radius: 4px;
}
.reports-box-single-main-cus .card-body {
}
.reports-box-single-main-cus .card-body ol {
  padding-left: 1rem;
  margin-bottom: 0;
}
.reports-box-single-main-cus .card-body .text-link {
  cursor: pointer;
  color: #2986ce;
  font-size: 12px;
}
.reports-box-single-main-cus .card-body ol li {
  margin-bottom: 30px;
}
.reports-box-single-main-cus .card-body ol li:last-child {
  margin-bottom: 0px;
}
.reports-box-single-main-cus .card-body ol li a {
  color: #2986ce;
  font-size: 12px;
}
.reports-box-single-main-cus .card-body ol li p {
  margin-bottom: 0;
}

.reports-box-single-main-cus .card-body .text-secondary {
}
.reports-box-single-main-cus .card-body .text-small {
  font-size: 11px;
}
.adtab-detail .payroll-admin-box-title-cus {
  font-size: 16px; 
}
.login-form .all-login-panel-btn-cus {
}
.login-form .all-login-panel-btn-cus a {
  position: relative;
  border-right: 1px solid #656565;
  padding: 0 10px;
  font-size: 12px;
}
.login-form .all-login-panel-btn-cus a:last-child {
  border-right: none;
}
.compliance-states-acts-box-main {
  overflow: hidden;
  margin-bottom: 24px;
}
.compliance-states-acts-box-main:last-child {
  margin-bottom: 0px;
}
.compliance-states-acts-box-main .card-body {
  padding: 0;
}
.compliance-states-acts-box-main .card-body .list-header {
  padding: 10px 10px;
  border-bottom: none;
  background-color: #f3f4f7;
  overflow: hidden;
  font-size: 12px;
  color: #5c5c5c;
  display: flex;
  align-items: center;
  gap: 10px;
}
.compliance-states-acts-box-main .card-body .list-header label {
  cursor: pointer;
}
.compliance-states-acts-box-main .card-body .list-header.active {
  border-bottom: 1px solid #ddd;
}
.compliance-states-acts-box-main .card-body .list-header i {
  cursor: pointer;
}
.compliance-states-acts-box-main .card-body .list-group {
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.compliance-states-acts-box-main .card-body .list-group-item.active-action {
  background-color: #71c1ff;
  font-size: 13px;
  line-height: 1.4;
}
.compliance-states-acts-box-main .card-body .list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  cursor: pointer;
}
.compliance-states-acts-box-main .card-body .list-group-item:last-child {
  border: none;
  border-bottom: none;
}
.compliance-states-acts-box-main .card-body .list-group-item label {
}

.fixed_right_box,
.fixed_right_box2,
.fixed_right_box3,
.fixed_right_box4,
.fixed_right_box5,
.fixed_right_box6,
.fixed_right_box7,
.fixed_right_box8,
.fixed_right_box9,
.fixed_right_box10,
.fixed_right_box11,
.fixed_right_box12,
.fixed_right_box13,
.fixed_right_regularbox2 {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 99999;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* display: none; */
}
.fixed_right_box2 .notify_inner_box,
.fixed_right_box3 .notify_inner_box, .fixed_right_regularbox2 .add_inner_box {
  width: 80%;
}
.fixed_right_box4 .notify_inner_box, .fixed_right_box11 .notify_inner_box, .fixed_right_box12 .notify_inner_box {
  width: 60%;
}

.fixed_right_box2 .add_inner_box,.fixed_right_regularbox2 .add_inner_box {
  width: 30%;
}
.fixed_right_box4 .add_inner_box,
.fixed_right_box5 .add_inner_box {
  width: 100%;
}
.add_inner_box,
.notify_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 45%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.full-width-cus-popup {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.close_icon {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  z-index: 800;
  transition: all 0.3s;
}
.close_icon:hover {
  opacity: 1;
}
#viewreportpopupdetails.add_inner_box {
  width: 80%;
}

.rttop_title {
  position: relative;
}
.panel-cus-title-cus h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #fff;
}
.rttop_title h3 i {
  padding-right: 10px;
  font-size: 20px;
}
.panel-cus-title-cus i {
  margin-right: 10px;
  font-size: 18px;
  background: linear-gradient(138deg, #e2f5ff, #cbecff);
  padding: 8px 10px;
  border-radius: 4px;
  color: #2986ce;
}
.fixed_right_box.active,
.fixed_right_box2.active,
.fixed_right_box3.active,
.fixed_right_box4.active,
.fixed_right_box5.active,
.fixed_right_box6.active,
.fixed_right_box7.active,
.fixed_right_box8.active,
.fixed_right_box9.active,
.fixed_right_box10.active,
.fixed_right_box11.active,
.fixed_right_box12.active,
.fixed_right_box13.active,
.fixed_right_regularbox2.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed-right-top-bar {
  background: #4a5364;
  padding: 15px 15px;
  border-radius: 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.deleteheader {
  background: #4a5364;
  padding: 10px 15px;
  border-radius: 0px;
  width: 100%;
  z-index: 999;
}
.deletemodal-right .modal-content {
  border-radius: 0px;
}
.deleteheader .modal-title {
  color: #fff;
  font-size: 16px !important;
}
.deleteheader .btn-close,
.importtoppoup .btn-close {
  background-image: url(../images/close.png);
  box-shadow: none;
  background-size: 22px;
  opacity: 1;
}
.importtoppoup .btn-close:focus,
.importtoppoup2 .btn-close:focus {
  box-shadow: none;
}
.deletemodal-right .modal-footer {
  border-top: none;
}
.pad_box3 {
  padding: 65px 15px 65px;
}
.modal-sub-header {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 49px;
  background-color: #fff;
  padding: 0 15px;
  z-index: 1051;
  height: 45px;
/*  margin-bottom: 50px;*/
  box-shadow: 5px 5px 10px -5px #d8dde6;
}
.modal-sub-header p {
  margin-bottom: 0;
}
.modal-sub-header .filter-btn-add-new-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.modal-sub-header .filter-btn-add-new-btn .add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.modal-sub-header .search-dropdown-custom-mng {
  position: relative;
  background: #2986ce;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: 100px;
  color: #fff;
  margin: 0;
}
.filter-box-main-cus {
  padding: 0 15px;
}
.filter-box-main-cus .home-search-form {
  /* width: 100%; */
  padding: 0px 0 10px;
}
.table-employee-indicatetext-cus {
  display: flex;
  align-items: center;
}
.table-employee-indicatetext-cus .new-join-box-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 40px;
}
.table-employee-indicatetext-cus .new-join-box-text .new-join-box-cus {
  height: 10px;
  width: 10px;
  border-radius: 4px;
  background-color: green;
}
.table-employee-indicatetext-cus .new-join-box-text span {
  font-size: 12px;
}
.table-employee-indicatetext-cus .emp-exit-box-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 40px;
}
.table-employee-indicatetext-cus .emp-exit-box-text .emp-exit-box-cus {
  height: 10px;
  width: 10px;
  border-radius: 4px;
  background-color: red;
}
.table-employee-indicatetext-cus .emp-exit-box-text span {
  font-size: 12px;
}
.other-compliance-states-box-main .list-header {
  cursor: pointer;
  position: relative;
}
.other-compliance-states-box-main .list-header .arrow {
  position: absolute;
  right: 30px;
  transition: all 0.3s;
}
.other-compliance-states-box-main .list-header .arrow span {
}
.list-header .arrow i {
  transform: rotateX(0deg);
  transition: transform 0.4s;
}
.list-header.active .arrow i {
  transform: rotateX(-180deg);
}
.icon-click {
  display: inline-flex;
  margin-left: 5px;
  cursor: pointer;
}
.icon-click:hover {
  color: #2986ce;
}
.custom-tooltip {
  max-width: 600px;
  color: #fff;
  background: #4a5363 !important;
  border-radius: 0px;
}
.acces-card {
  margin-bottom: 20px;
}
.acces-card p {
  font-size: 13px;
  margin-bottom: 0px;
}
.acces-card .text-small {
  font-size: 11px;
}
.acces-card h4,
.acces-card h5 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
}
.acces-card .nav-tabs,
.acces-card .nav-pills {
  border-bottom: 1px solid #ccc;
}
.acces-card .nav-tabs .nav-link.active,
.acces-card .nav-tabs .nav-link:focus,
.acces-card .nav-pills .nav-item .nav-link.active,
.acces-card .nav-pills .nav-item .nav-link:focus {
  color: #000;
  border: none;
  border-bottom: 2px solid #2986ce;
}
.acces-card .nav-tabs .nav-link:hover,
.acces-card .nav-pills .nav-item .nav-link:hover {
  border: none;
  border-bottom: 2px solid #2986ce;
}
.acces-card .nav-tabs .nav-link,
.acces-card .nav-pills .nav-item .nav-link {
  color: #767676;
  font-size: 13px;
  padding: 0px 0px 10px 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
.acces-card .nav-pills .nav-item .nav-link.birthdays i{
  color: #ec8686;
  font-size: 16px;
  margin-right: 5px;
}
.acces-card .nav-pills .nav-item .nav-link.anniversaries i{
  color: #9785c2;
  font-size: 16px;
  margin-right: 5px;
}
.acces-card .nav-pills .nav-item .nav-link.joinees i{
  color: #cb7cc0;
  font-size: 16px;
  margin-right: 5px;
}
.acces-card .nav-tabs .nav-item,
.acces-card .nav-pills .nav-item {
  padding: 0px 10px 0px 10px;
}
.addbtn,
.addbtn:hover {
  background: #2986ce;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
}
.custom-progress {
  width: 150px;
  margin-left: 10px;
  height: 12px;
  border-radius: 4px;
  align-self: center;
  position: relative;
  top: -5px;
}
.custom-progress .progress-bar {
  width: 40%;
  background-color: #2986ce;
}
.custom-progress .progress-bar.zero-width {
  width: 80%;
}
.coustom-small-progress-bar {
  width: 100px;
  height: 7px;
}
.coustom-small-progress-bar .progress-bar,
.bg-accent-green {
  background-color: #98b433;
}
.coustom-small-progress-bar .progress-bar.full-width {
  width: 100%;
}
.coustom-small-progress-bar .progress-bar.half-width {
  width: 30%;
}
.border-light-green {
  border-color: #98b433;
}
.border-light-orange {
  border-color: #fbc02d;
}
.border-light-grey {
  border-color: #ccc;
}
.bg-accent-yellow {
  background-color: #fbc02d;
}
.bg-accent-green {
  background-color: #98b433;
}
.bg-accent-grey {
  background-color: #2986ce;
}
.bg-light-green {
  background-color: rgba(152, 180, 51, 0.2);
  border-top: 1px solid #98b433;
}
.bg-light-grey {
  background-color: #e4e6e9;
  border-top: 1px solid #dee2e6;
}
.bg-light-orange {
  background-color: rgba(251, 192, 45, 0.2);
  border-top: 1px solid #fbc02d;
}
.setup-card p {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.setup-inner-text i {
  color: #a2a9b4;
  padding-right: 10px;
}
.setup-card .text-small {
  font-size: 12px;
}
.dot.dot-sm {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}
.salary-timeline-salary-revision-single {
  padding: 15px;
  border: 1px solid #0000002d;
  margin: 0 0 33px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  margin-left: 0px;
  background-color: #fff;
}
.salary-timeline-salary-revision-single .left-side-border-with-icon {
  position: absolute;
  left: -46px;
  top: 0px;
  z-index: 2;
  color: #ffffff;
  border-radius: 30px;
  /* box-shadow: 0 0 1px 1px #2986ce; */
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
/*background-color: #2986ce;*/
}
.salary-timeline-salary-revision-single
  .summary-payroll-employee-title-data-cus {
  display: flex;
  align-items: center;
  width: 100%;
}
.salary-timeline-salary-revision-single .box-inner-arrow {
  margin-right: 20px;
}
.salary-timeline-salary-revision-single .box-inner-arrow {
  margin-right: 20px;
}
.salary-timeline-salary-revision-single
  .summary-payroll-employee-title-data-cus
  .data-block {
  width: auto;
  margin-right: 20px;
}
.summary-payroll-employee-title-data-cus {
  cursor: pointer;
}
.custom-btn {
  right: 0px;
  top: 0px;
  color: #fff;
  padding: 3px 9px;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
}
.salary-timeline-salary-revision-single:after {
  content: "";
  position: absolute;
  height: 150%;
  width: 1px;
  border-right: 2px solid #0000002d;
  top: 0;
  left: -35px;
}
.salary-timeline-salary-revision-single:last-child:after {
  display: none;
}
.border-1 {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.payroll-setup p {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.payroll-setup p i {
  color: #98b433;
  font-size: 22px;
}
.payroll-setup1 i {
  color: #98b433;
}
.payroll-setup2 i {
  color: #98b433;
}
.payroll-setup3 i {
  color: #98b433;
}
.payroll-setup4 i {
  color: #98b433;
}
.payroll-setup5 i {
  color: #98b433;
}
.payroll-setup6 i {
  color: #98b433;
}
.setupbtn {
  padding: 6px 11px;
  border-radius: 4px;
  color: #fff !important;
  background-color: #2986ce !important;
  border: 1px solid #2986ce;
  font-size: 12px;
  cursor: pointer;
}
.setupbtn-outline {
  color: #2986ce;
  padding: 6px 11px;
  border-radius: 4px;
  border: 1px solid #2986ce;
  font-size: 12px;
}
.stepcus {
  margin-bottom: 12px;
}
.update-btn {
  padding: 4px 10px;
  border: 1px solid #2986ce;
  border-radius: 4px;
  color: #2986ce;
  transition: all .3s;
}
.update-btn:hover {
  background-color:#2986ce ;
  color: #fff;
}
.setp-num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #2986ce;
  color: #2986ce;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.setp-num-small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #2986ce;
  background-color: #2986ce;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.setp-num.compeltenum,
.setp-num.active {
  background-color: #2986ce;
  color: #fff;
}
.weekday {
  cursor: pointer;
}
.guid-card h2 {
  font-size: 15px;
}
.guid-card h2 i {
  color: #2986ce;
  font-size: 15px;
}
.guid-card a {
  color: #2986ce;
  font-size: 12px;
}
.guid-card p {
  font-size: 12px;
}
.guid-card {
  background-color: transparent;
}
.guid-card {
  margin-bottom: 20px;
}
.summary-title-cus-main h2 {
    font-size: 18px;
    margin-bottom: 2px;
    color: #4a5364;
}
.summary-title-cus-main p {
  font-size: 12px !important;
}
.stepcus .para-icon i {
  color: #98b433;
  font-size: 14px;
}
.stepcus .para-icon {
  font-size: 12px;
  color: #000;
}
.stepcus .text-small {
  font-size: 12px;
}
.importtoppoup .modal-dialog,
.importtoppoup2 .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0px;
  height: 100%;
  position: fixed;
}
.importtoppoup .modal-content,
.importtoppoup2 .modal-content {
  border-radius: 0px;
  height: 100%;
}
.importtoppoup .top-menu-bar p,
.importtoppoup2 .top-menu-bar p {
  margin-bottom: 0px;
}
.importtoppoup .top-menu-bar,
.importtoppoup2 .top-menu-bar {
  margin-top: 49px;
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
}
.importtoppoup .modal-body,
.importtoppoup2 .modal-body {
  padding: 0 15px 15px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.importtoppoup p,
.importtoppoup2 {
  font-size: 13px;
}
.instructions-upload {
    list-style: circle;
    padding-left: 20px;
}
.instructions-upload li{
  margin-bottom: 15px;
}
.instructions-upload li p{}
.keysetup-import-box-popup-main-cus .salary-alert-warning.alert-warning p{
  color: #6e6033;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning{
  padding: 10px 12px;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #6e2222;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning p i{
    margin-right: 3px;
    font-size: 14px;
    color: #9ea4b1;
}
.salary-alert-warning{
  padding: 10px 12px;
}
.salary-alert-warning p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #6e2222;
}
.salary-alert-warning span {
  cursor: pointer;
}
.renamedrop .dropdown-toggle::after {
  display: none;
}
.renamepopup .modal-content {
  border-radius: 0px;
}
.delete-btn-secondary,
.delete-btn-secondary:hover {
  background: #ecf0f3;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.delete-btn-secondary-1,
.delete-btn-secondary-1:hover {
  padding: 4px 10px;
  font-size: 13px;
  background-color: #2986ce;
  color: #fff;
  border-radius: 4px;
}
.border-bottom {
  border-bottom: 1px solid #ecf0f3;
}
.weektb {
  margin-bottom: 0px !important;
}
.weektb .nav-tabs {
  border-bottom: none;
  padding-top: 10px;
}

.search-tb .form-control {
  border: none;
  border-radius: 4px;
  margin-bottom: 0px;
}
.search-tb i {
  color: #e4e6e9;
}
.search-tb .input-group-text {
  border: 0px;
  font-size: inherit;
}
.bg-color-white .fixed-right-top-bar {
  background-color: #fff !important;
}
.bg-color-white .panel-cus-title-cus h3 {
  color: #000;
}
.bg-color-white .close_icon {
  color: #000;
}
.table-inner-custom .summary-title-cus-main h2 {
  font-size: 13px;
  font-weight: 400;
}
.table-inner-custom .summary-title-cus-main p {
  color: #333;
}
.parpul-link {
  font-size: 12px;
  color: #2986ce;
  padding: 0px;
  background: transparent;
  border: none;
}
.back-title h2 {
  font-size: 17px;
  margin: 0;
}
.back-title h2 i {
  color: #2986ce;
}
.input-file {
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.uploadtb {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}
.uploadtb span {
  color: #2986ce;
  cursor: pointer;
}
.uploadcus h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.payrolsetup .form-check-input {
  width: 43px;
  height: 17px;
  box-shadow: none;
}
.payrolsetup .form-check-input:checked {
  background-color: #2986ce;
  border: 1px solid #2986ce;
}
.payrolsetup .form-switch {
  width: 50px;
}
.legalentities-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #e4e6e9;
}
.active-location {
  background-color: #f3f4f7;
  border: 1px solid #e4e6e9;
  border-radius: 4px;
}
.location-icon i {
  background-color: rgb(248, 166, 179);
  border-radius: 50%;
  color: #fff;
  padding: 6px 8px;
  font-size: 13px;
  cursor: pointer;
}
.bulk-card {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.adtab-detail h2 a {
  color: #2986ce;
  font-size: 12px;
  height: 10px;
  padding-left: 5px;
  font-weight: 400;
}
.penalise-profile {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  margin-bottom: 10px;
}
.uploadapproval .uploadtb {
  margin-top: 0px;
}
.uploadapproval .uploadtb span {
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
}
.approval-icon {
  padding: 4px 9px;
  border-radius: 4px;
  text-align: center;
  background-color: #e9e9e9;
  max-height: 30px;
}
.summary-payroll-employee-title-data-cus {
  display: flex;
  align-items: center;
  width: 100%;
}
.box-inner-arrow {
  margin-right: 20px;
}
.summary-payroll-employee-title-data-cus .data-block {
  width: auto;
  margin-right: 20px;
}
.summary-payroll-employee-title-data-cus .data-block .title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #727272;
  width: 100%;
}
.summary-payroll-employee-title-data-cus .data-block .data {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
}
.run-payroll .card {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.run-payroll {
  cursor: pointer;
}
.activity-cus {
  max-height: 320px;
  overflow-y: scroll;
}
.activity-cus-1 {
  padding: 10px;
}
.details-list {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
}
.details-list p {
  font-size: 12px;
  margin-bottom: 2px;
}
.dots-icon i {
  font-size: 6px;
  color: #13b300;
}
.pad_box4 {
  padding: 10px;
}
.payregisterfilert .dropdown-menu {
  max-height: 250px;
  height: 250px;
  width: 200px;
  overflow-y: scroll;
  /* padding: 10px; */
}
.payregisterfilert .dropdown-menu li {
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
}
.payregisterfilert .dropdown-menu li a {
  border-bottom: none;
  padding: 0px;
}
.payregisterfilert .dropdown-menu li a input {
  margin-right: 5px;
}
.payregisterfilert .dropdown-menu li:hover a {
  background-color: transparent;
  color: #000;
}
.payregisterfilert .dropdown-menu .title {
  font-size: 14px;
  padding: 4px;
  margin-bottom: 0px;
}
.payregisterfilert .bg-light-grey p {
  font-size: 12px;
  padding: 6px 2px;
  margin: 0px;
}
.pt-cus .form-control {
  border-radius: 0px;
  border-color: transparent;
}
.pt-cus .select {
  height: 40px;
}
.registerbox i {
  color: #2986ce;
}
.runpayroll-box .summary-title-cus-main h2 {
  font-size: 13px;
}
.profile-short {
    background-color: #98b433;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.establishment {
  font-size: 13px;
}
.establishment a {
  color: #2986ce;
}
.summary-title-cus-main h2 span {
  font-size: 10px;
}
.doclist {
  list-style: initial;
  padding-left: 19px;
}
.doclist li p {
  font-size: 13px;
}
.hand-bulb {
  width: 80px;
  height: auto;
}
.hand-bulb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paddingrightleft {
  padding-left: 6px;
  padding-right: 6px;
}
.inr-icon {
/*padding: 5px;*/
  height: 38px !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #666;
  font-size: 12px;
  display: flex !important;
}
.bg-holiday-general {
    background: url(../images/general.svg); 
}
.core-setup-boxes-main-cus{}

.core-setup-boxes-main-cus .setup-inner-text{
  padding: 12px;
}
.core-setup-boxes-main-cus .box-middle-icon-text-cus{
  display: flex;
  align-items: center;
  padding: 30px 0 10px 0;
  
}
.core-setup-boxes-main-cus .box-middle-icon-text-cus i{
  font-size: 16px;
}
.core-setup-boxes-main-cus .box-middle-icon-text-cus p{}
.core-setup-boxes-main-cus .box-middle-icon-text-cus .text p{
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.core-setup-boxes-main-cus .box-footer-content-cus{
  padding: 15px 12px;
}
.core-setup-boxes-main-cus .box-footer-content-cus p{
    text-transform: none;
    color: #262626;
    font-size: 12px;
}
.imports-boxes-main-cus{}
.imports-boxes-main-cus .setup-inner-text{
  padding: 12px 12px 15px;
}
.import-top-title-dropdown-btn-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.import-top-title-dropdown-btn-cus .btn{
  padding: 0;
  height: 20px;
  width: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.import-top-title-dropdown-btn-cus .btn i{
  color: #000;
  padding: 0;
  line-height: 0;
}
.import-top-title-dropdown-btn-cus .dropdown-menu{
  padding: 0;
}
.import-top-title-dropdown-btn-cus .dropdown-menu li{
   
}
.import-top-title-dropdown-btn-cus .dropdown-menu li a{
  font-size: 13px;
  color: #545454;
  padding: 10px 10px;
}
.imports-boxes-main-cus .box-footer-content-cus p{
  text-transform: none;
}
.import-top-title-dropdown-btn-cus button:focus, .import-top-title-dropdown-btn-cus button.show{
  border: none;
}
.imports-boxes-main-cus .setup-inner-text .import-top-title-dropdown-btn-cus p{
  margin-bottom: 15px;
  text-transform: none;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.import-top-title-dropdown-btn-cus .dropdown-btn-cus{} 
.imports-boxes-main-cus .setup-inner-text p {
    margin-bottom: 0px;
    text-transform: none;
    font-size: 13px;
    color: #323232;
}
.imports-boxes-main-cus .box-footer-content-cus {
    padding: 15px 12px;
}
.imports-boxes-main-cus .setup-card{
  margin-bottom: 12px;
}
.keysetup-import-box-popup-main-cus{}
.keysetup-import-box-popup-main-cus .top-desc-cus{
  margin: 30px 0;
}
.keysetup-import-box-popup-main-cus .top-desc-cus p{}
.keysetup-import-box-popup-main-cus .left-side-point-cus{}
.keysetup-import-box-popup-main-cus .summary-title-cus-main{
  margin-bottom: 20px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li{
    margin-bottom: 15px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p{
    display: flex;
    align-items: center;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p i{
    font-size: 20px;
    color: #4a5364;
    margin-left: 5px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li a{
    color: #006dc1;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus .setp-num-small{
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  border: none;
  background-color: #4a5364;
  color: #fff;
  font-size: 12px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.match-column-stap-main-cus .popup-main-title-desc{
  margin: 30px 0;
}
.match-column-stap-main-cus .popup-main-title-desc h2{
  font-size: 16px;
}
.match-column-stap-main-cus .popup-main-title-desc p{
  font-size: 13px;
}
.match-column-stap-table-select-check-main-cus{
  display: flex;
  align-items: center;
  gap: 40px;
}
.match-column-stap-table-select-check-main-cus .match-column-stap-table-select{
  width: 50%;
}
.ng-star-inserted{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ng-star-inserted label{
  position: relative;
  bottom: -1px;
}
.ng-star-inserted .checkbox-match-column-table{
  height: 20px;
  width: 20px;
}
.top-menu-bar{
  position: relative;
}
.top-menu-stap-btns-main-cus{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
}
.backbtn-continue-complite-btn-main-box{
	position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(-10%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.backbtn-continue-complite-btn-main-box a{
  background-color: #2986ce;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 12px;
}
.backbtn-continue-complite-btn-main-box a i{}
.preview-data-table-toggle-btn-content{
  display: flex;
  align-items: center;
  gap: 10px;
}
.preview-data-table-toggle-btn-content .btn-cus{
  cursor: pointer;
}
.preview-data-table-toggle-btn-content .btn-cus i{}
.preview-data-table-toggle-btn-content .content-count-number{
  display: flex;
  align-items: center;
  gap: 5px;
}
.preview-data-table-toggle-btn-content p{
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.2;
  color: #444444;
}
.preview-data-table-toggle-btn-content .count-number{} 
.preview-data-hide-show-cus{
  display: none;
}
.employeejob-excel-download-popup-content-cus{}
.alert-info{
  color: #2a5278;
  background-color: rgba(49, 160, 246, .2);
  border-color: rgba(49, 160, 246, .25);
}
.employeejob-excel-download-popup-content-cus .salary-alert-warning{}
.employeejob-excel-download-popup-content-cus .salary-alert-warning p{
  color: #2a5278;
}
.employeejob-excel-download-popup-content-cus .radiobtn-content{}
.employeejob-excel-download-popup-content-cus .radiobtn-content .radiobtn-content-single{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.employeejob-excel-download-popup-content-cus .radiobtn-content .radiobtn-content-single label{
  position: relative;
  bottom: 3px;
}
.employeejob-excel-download-popup-content-cus .home-search-form{
  display: none;
}
.employeejob-excel-download-popup-content-cus .home-search-form.active{
  display: block;
}
.modal-footer-cus{
  position: sticky;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 6px;
  gap: 10px;
}
.modal-footer-cus .btn-secondary{
  color: #2986ce;
  border: 1px solid #2986ce;
  position: relative;
  background: none;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.modal-footer-cus .btn-primary{
  color: #fff;
  border: 1px solid #2986ce;
  position: relative;
  background: #2986ce;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.modal-footer-cus .btn-secondary:hover{
  background: #2986ce;
  color: #fff;
  border: 1px solid #2986ce;
}
.modal-footer{
  position: sticky;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 15px;
  gap: 10px;
}
.modal-footer .btn-secondary{
  color: #2986ce;
  border: 1px solid #2986ce;
  position: relative;
  background: none;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.modal-footer .btn-primary{
  color: #fff;
  border: 1px solid #2986ce;
  position: relative;
  background: #2986ce;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.modal-footer .btn-secondary:hover{
  background: #2986ce;
  color: #fff;
  border: 1px solid #2986ce;
}
.employees-box-main-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 24px;
}
.employees-box-main-cus .title-box{
  font-size: 14px;
  font-weight: 400;
}
.employees-box-main-cus .employee-box-all-activity-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus{}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr{
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .num{
  font-size: 18px;
  line-height: 1.2;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr{
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-inc{
  font-size: 10px;
  color: green;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-inc i{
  font-size: 9px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-inc span{
  font-size: 11px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-decr{
  font-size: 10px;
  color: red;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-decr i{
  font-size: 9px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-decr span{
  font-size: 11px;
}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .title-activity{}
.employees-box-main-cus .employee-box-all-activity-cus .activity-single-cus .title-activity p{
  font-size: 11px;
  color: #999;
  font-weight: 300;
}
.quicklinks-box-main-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 24px;
}
.quicklinks-box-main-cus .title-box{
  font-size: 14px;
  font-weight: 400;
}
.quicklinks-box-main-cus .links-text-cus{
  margin-top: 20px;
  margin-left: 20px;
}
.quicklinks-box-main-cus .links-text-cus a{
  font-size: 12px;
  color: #2986ce;
}
.quicklinks-box-main-cus .bulkoprations-inner-cus{
  margin-top: 30px;
}
.quicklinks-box-main-cus .bulkoprations-inner-cus .links-text-cus{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.quicklinks-box-main-cus .bulkoprations-inner-cus .links-text-cus a{
  width: 50%;
  margin-bottom: 5px;
}
.quickreports-box-main-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff; 
}
.quickreports-box-main-cus .quickreports-inner-cus{

}
.quickreports-box-main-cus .quickreports-inner-cus .title-box{
    font-size: 14px;
    font-weight: 400;
}
.quickreports-box-main-cus .quickreports-inner-cus .links-text-cus{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 20px;
}
.quickreports-box-main-cus .quickreports-inner-cus .links-text-cus a{
  width: 50%;
  margin-bottom: 5px;
  font-size: 12px;
  color: #2986ce;
}
.activity-single-cus .pending-action-icon{
  align-items: center;
}
.activity-single-cus .pending-action-icon .icon{
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-color: #bdbdbd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-single-cus .pending-action-icon .icon i{
  font-size: 12px;
  color: #555;
}
.bg-accent-purple-light{
  background-color: rgba(203, 124, 192, .2) !important;
}
.bg-accent-purple-light i{
  color:#6f42c1 !important;
}
.bg-accent-green-light{
  background-color: rgba(152,180,51,.2) !important;
}
.bg-accent-green-light i{
  color:#86c06a !important;
}
.bg-accent-red-light{
  background-color: rgba(236,134,134,.2) !important;
}
.bg-accent-red-light i{
  color:#ec8686 !important;
}
.bg-accent-yellow-light{
  background-color: rgba(251,192,45,.2) !important;
}
.bg-accent-yellow-light i{
  color:#fbc02d !important;
}
.bg-accent-violet-light{
  background-color: rgba(151,133,194,.2) !important;
}
.bg-accent-violet-light i{
  color:#a2a9b4 !important;
}
.bg-accent-aqua-light{
  background-color: rgba(100,195,209,.2) !important;
}
.bg-accent-aqua-light i{
  color:#64c3d1 !important;
}
.org-dashboard-chart-title-select-date-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employee-basic-details-box-popup-main-cus{
  padding: 0 0 30px;
}
.employee-basic-details-box-popup-main-cus .summary-title-cus-main{
  margin-top: 30px;
}
.empoyee-details-form{
  margin-top: 0px;
}
.form-inner-title{
  padding: 15px 0 10px;
}
.form-inner-title h3{
  font-size: 16px;
  margin: 0;
}
.jobdetails-basic-details-box-popup-main-cus{
padding: 0 0 30px;
}
.jobdetails-basic-details-box-popup-main-cus .summary-title-cus-main {
    margin-top: 30px;
}
.alert-info p {
    color: #2a5278 !important;
}
.form-title-right-content-main-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.form-check-input, .form-check-label{
  cursor: pointer;
}
.onboarding-task-main-cus{}
.onboarding-task-main-cus .accordion-item{
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.onboarding-task-main-cus .accordion-item .accordion-header{}
.onboarding-task-main-cus .accordion-item .accordion-header .accordion-button{
  font-size: 14px;
}
.onboarding-task-main-cus .accordion-item .accordion-header .accordion-button .onboarding-task-count-cus{
  background-color: #ddd;
  padding: 3px 5px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.2;
}
.onboarding-task-main-cus .accordion-button:not(.collapsed){
  background-color:#ff000000;
}
.onboarding-task-main-cus .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}
.onboarding-task-main-cus .accordion-button::after{
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.onboarding-task-nodata-data-cus{
  text-align: center;
}
.onboarding-task-nodata-data-cus h4{
  font-size: 14px;
  color: #747474;
}
.workdetails-basic-details-box-popup-main-cus .ng-star-inserted a{
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 8px 16px;
    width: auto;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.org-setup-main-cus{
  margin-top: 50px;
}
.org-setup-main-cus .card{
    background: transparent;
    border: none;
}
.org-setup-main-cus .card-body{
  position: relative;
  padding: 0;
}
.org-setup-main-cus .salary-timeline-salary-revision-single{}
.org-setup-main-cus .salary-timeline-salary-revision-single .box-title-cus{}
.org-setup-main-cus .salary-timeline-salary-revision-single .box-title-cus h6{
  font-size: 15px;
  font-weight: 500;
}
.org-setup-main-cus .salary-timeline-salary-revision-single .desc-cus{
  font-size: 13px;
  font-weight: 400;
}
.right-container .legal-entities-top-box-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-container .legal-entities-top-box-cus .title-desc{}
.right-container .legal-entities-top-box-cus .title-desc h2{
  font-size: 14px;
  margin: 0;
}
.right-container .legal-entities-top-box-cus .title-desc p{
  font-size: 13px;
}
.right-container .legal-entities-top-box-cus .box-inner-action-btn-cus{}
.right-container .legal-entities-top-box-cus .dropdown-menu{}
.right-container .legal-entities-top-box-cus .dropdown-menu li{}
.right-container .legal-entities-top-box-cus .dropdown-menu li a{}
.alert-warning-cus{
  padding: 10px;
  margin: 0;
}
.alert-warning-cus p{
  color: #646464;
}
.legal-entities-popup-right-side-entites-detais-main-cus{
  border: 1px solid #0000002d;
  padding: 15px 15px;
  border-radius: 4px;
  background-color: #fff;
}
.legal-entities-popup-right-side-entites-detais-main-cus .entity-details-title-data-cus{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.legal-entities-popup-right-side-entites-detais-main-cus .entity-details-title-data-cus .entity-details-title-data-single{
  width: 24.5%;
  margin-bottom: 15px;
}
.legal-entities-popup-right-side-entites-detais-main-cus .entity-details-title-data-cus .entity-details-title-data-single .title-data{}
.legal-entities-popup-right-side-entites-detais-main-cus .entity-details-title-data-cus .entity-details-title-data-single .title-data .data-label{
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}
.legal-entities-popup-right-side-entites-detais-main-cus .entity-details-title-data-cus .entity-details-title-data-single .title-data .data{
  font-size: 12px;
  color: #000;
}
.legal-entities-left-side-box-main-cus{
  border: 1px solid #0000002d;
  border-radius: 4px;
  overflow: hidden;
}
.legal-entities-left-side-box-main-cus .legalentities-title{
  padding: 8px 10px;
  background-color: #f1f1f1;
}
.legal-entities-left-side-box-main-cus .legalentities-title p{
  text-transform: uppercase;
  font-size: 12px;
}
.legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus{
    padding: 5px 10px;
    border-top: 1px solid #0000002d;
    background-color: #fff;
    cursor: pointer;
}
.legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus.active{ 
    background-color: #ddd;
}
.legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc{}
.legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc .title{}
.legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc .desc{
  font-size: 11px;
  color: #727272;
}
.authorized-signatories-main-box-cus{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single{
  width: 32.4666666%;
  border: 1px solid #ddd0;
  border-radius: 4px;
  margin-bottom: 0px;
  padding: 10px 10px;
  transition: all .3s;
  position: relative;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single:hover{
  border: 1px solid #0000002d;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus{
  display: flex;
  justify-content: space-between;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus .employee-profile-header{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus .employee-profile-header .profile-picture{
  background-color: #4a5364;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus .employee-profile-header .profile-picture .img-initials{
  color: #fff;
  font-size: 18px;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus .employee-details{
	width: 80%;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus .employee-details .title{
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .employee-profile-action-cus .employee-details .desc{
  font-size: 11px;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .on-hover-actions{
  display: none;
   position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffffff;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single:hover .on-hover-actions{
  display: block;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .on-hover-actions .icon-click{
  font-size: 14px;
  color: #7e7e7e;
}
.authorized-signatories-main-box-cus .authorized-signatories-box-single .on-hover-actions .icon-click i{}
.new-lagal-entity-logo-upload-box-cus{
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-lagal-entity-logo-upload-box-cus .uploadtb{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2986ce;
  position: relative;
}
.new-lagal-entity-logo-upload-box-cus .uploadtb i{}
.new-lagal-entity-logo-upload-box-cus .uploadtb span{
}
.quick-report-allemployee-popup-main-cus{
  margin-top: 60px;
}
.home-search-form .form-control{
  margin-bottom: 12px;
}
.org-employeeddrectory-boxex-main-cus{
  margin-top: 12px;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 12px;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header{
  display: flex;
  align-items: flex-start;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .profile-picture{
  background-color: #4a5364;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .profile-picture .img-initials{
  color: #fff;
  font-size: 20px;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employee-details{}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employee-details .employee-name-dropdown-popup-cus{
  display: flex;
  align-items: flex-start;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employee-details .text-truncate{
  font-size: 16px;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employee-details .dropdown-btn-cus{}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employee-details .dropdown-btn-cus button{
  padding: 0 6px;
  line-height: 0;
  margin-left: 5px;
  border: 1px solid #ddd;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employe-details-profile-related{}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employe-details-profile-related span{
  display: flex;
  margin-bottom: 5px;
  font-size: 12px;
}
.org-employeeddrectory-boxex-main-cus .org-employeeddrectory-boxex-single-cus .employee-profile-header .employe-details-profile-related .text-secondary{
  margin-bottom: 0;
}
.login-failure-tab-content-nodata-available{
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.location-left-right-tabs-content-main-cus{}
.location-left-right-tabs-content-main-cus .weektb {
    margin-bottom: 0px !important;
    border-top: 1px solid #ddd;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus {
    border: none;
    border-radius: 0px;
    overflow: hidden;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus.active{
  background-color: #ddd;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .location-icon-location-details-tabs-left-single-box{
  display: flex;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .location-icon-location-details-tabs-left-single-box .location-icon{
  margin-right: 10px;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .location-icon-location-details-tabs-left-single-box .location-icon i{
  background-color: #2986ce;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc .title {
    margin-bottom: 10px;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc .desc {
    font-size: 11px;
    color: #727272;
    margin-bottom: 5px;
}
.location-left-right-tabs-content-main-cus .legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc .desc:last-child{
  margin-bottom: 0;
}
.summary-title-search-box-cus-main{}
.summary-title-search-box-cus-main label{}
.summary-title-search-box-cus-main .form-control{
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
}
.location-left-right-tabs-content-main-cus .legal-entities-popup-right-side-entites-detais-main-cus .entity-details-title-data-cus .entity-details-title-data-single {
    width: 100%;
    margin-bottom: 15px;
}
.location-left-right-tabs-content-main-cus .map-title-map{
  overflow: hidden;
}
.location-left-right-tabs-content-main-cus .map-title-map .title{}
.location-left-right-tabs-content-main-cus .map-title-map .title h2{
  font-size: 12px;
  color: #727272;
  margin: 0;
}
.location-left-right-tabs-content-main-cus .map-title-map iframe{
  border: 1px solid #ddd !important;
} 
.accordion-button:focus{
  box-shadow: none;
}
.location-left-right-tabs-content-main-cus .accordion-button{
  padding: 8px 15px;
  background-color: #fff;
  font-size: 12px;
}
.location-left-right-tabs-content-main-cus .accordion-button::after{
  background-size: .8rem;
  height: .8rem;
  width: .8rem;
}
.location-left-right-tabs-content-main-cus .accordion-body{
  padding: 10px 10px;
}
.location-left-right-tabs-content-main-cus .search-tb{
  border: 1px solid #ddd;
  border-radius: 4px;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box{
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 4px;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box.active{
  background-color: #ddd;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box .employee-profile-header{
  display: flex;
  align-items: center;
  justify-content: start;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box .employee-profile-header .profile-picture{
  background-color: #2986ce;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 10px;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box .employee-profile-header .profile-picture .img-initials{
  color: #fff;
  font-size: 18px;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box .employee-profile-header .employee-details .title {
    font-size: 13px;
    font-weight: 500;
}
.legal-entities-left-side-box-main-cus .department-icon-department-details-tabs-left-single-box .employee-profile-header .employee-details .desc {
    font-size: 11px;
}
.department-content-summary-btn-cus{
    color: #2986ce;
    border: 1px solid #2986ce;
    position: relative;
    background: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    width: auto;
    min-width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.departmentpg-settingtab-box-main-cus{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.departmentpg-settingtab-cus{
  margin-top: 20px;
}
.departmentpg-settingtab-cus .checkbox-single-cus{
      margin-bottom: 10px;
}
.departmentpg-settingtab-cus .checkbox-single-cus:last-child{
  margin-bottom: 0;
}
.departmentpg-settingtab-box-main-cus .adtab-detail h2{
  font-size: 16px;
}
.departmentpg-settingtab-box-main-cus .ng-star-inserted label {
    position: relative;
    bottom: 1px;
}
.side-popup-inner-title{}
.side-popup-inner-title h2{
  font-size: 16px;
}
.org-onboarding-boxes-main-cus{}
.org-onboarding-boxes-main-cus.top-boxes-main-cus .single-box-cus {
    margin-right: 12px;
    width: 33%;
}
.org-onboarding-boxes-main-cus.top-boxes-main-cus .single-box-cus .card {
  background: #ffffff;
}
.loan-top-boxes-main-cus.org-onboarding-boxes-main-cus .single-box-cus .card-body:after{
  display: none;
}

.loan-top-boxes-main-cus .single-box-cus .large-title-view-btn-card-bottom-cus .large-title h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
}
.loan-top-boxes-main-cus .single-box-cus .large-title-view-btn-card-bottom-cus .large-title h3 i{
  font-size: 16px;
  position: relative;
  bottom: 2px;
}
.loan-top-boxes-main-cus .single-box-cus .card-top-title-time-cus h2 {
    font-size: 12px;
    margin-bottom: 0;
    color: #999;
    font-weight: 400;
}
.onboarding-inner-tabs-main-cus{}
.onboarding-inner-tabs-main-cus .card-cus{
  border: 1px solid #0000002d;
  border-radius: 4px 4px 0 0;
}
.location-left-right-tabs-content-main-cus .onboarding-inner-tabs-main-cus .weektb {
    margin-bottom: 0px !important;
    border-top: none;
}
.location-left-right-tabs-content-main-cus .onboarding-inner-tabs-main-cus .tab-content{
  border: 1px solid #0000002d;
  padding: 15px 15px;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
.location-left-right-tabs-content-main-cus .onboarding-inner-tabs-main-cus .legal-entities-popup-right-side-entites-detais-main-cus {
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
}
.table-custom .employee-profile-header{
  display: flex;
  align-items: center;
}
.table-custom .employee-profile-header .profile-picture{
  background-color: #2986ce;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.table-custom .employee-profile-header .profile-picture .img-initials{
    color: #fff;
    font-size: 18px;
  }
.table-custom .employee-profile-header .employee-details .title {
    font-size: 13px;
    font-weight: 500;
}
.table-custom .employee-profile-header .employee-details .employee-details .desc {
    font-size: 11px;
}
.acces-card .nav-tabs .nav-link .listnum-cus, .acces-card .nav-pills .nav-item .nav-link .listnum-cus{
  background-color: #edf2fa;
  color: #727272;
  padding: 1px 8px;
  margin-left: 3px;
  font-size: 10px;
  border-radius: 4px;
}
.acces-card .nav-tabs .nav-link.active .listnum-cus{
  background-color: #ddd;
  color: #222;
}
.initiate-onboarding-popup-empdetails-cus{ 
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f4f7;
  padding: 15px 10px;
  border-radius: 4px;
}
.initiate-onboarding-popup-empdetails-cus .employee-profile-header {
  display: flex;
  align-items: center;
}
.initiate-onboarding-popup-empdetails-cus .employee-profile-header .profile-picture {
  background-color: #2986ce;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.initiate-onboarding-popup-empdetails-cus .employee-profile-header .profile-picture .img-initials {
  color: #fff;
  font-size: 18px;
}
.initiate-onboarding-popup-empdetails-cus .employee-profile-header .employee-details .title {
    font-size: 13px;
    font-weight: 400;
}
.initiate-onboarding-popup-empdetails-cus .text-small {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.initiate-onboarding-popup-empdetails-cus .title-data .data-label {
    font-size: 12px; 
    margin-bottom: 3px;
    color: #727272;
    font-weight: 400;
}
.initiate-onboarding-popup-empdetails-cus .title-data .data {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.popup-table-top-title-cus{
  margin-top: 30px;
}
.popup-table-top-title-cus h2{
  font-size: 16px;
  font-weight: 400;
}
.track-shift-verson-tabcontent-main-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}
.track-shift-verson-tabcontent-main-cus .title{}
.track-shift-verson-tabcontent-main-cus .title h2{
  font-size: 13px;
  font-weight: 400;
  color: #727272;
}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box{
  border: 1px solid #ddd;
  padding: 15px 15px;
  border-radius: 4px;
}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus .date-status{
  position: relative;
  padding-left: 30px;
}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus .date-status:after{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #289d00;
  height: 10px;
  width: 10px;
  border-radius: 30px;
}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus .date-status span{}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus .all-action-btns-cus{}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus .all-action-btns-cus .icon-click{
  font-size: 14px;
  color: #7e7e7e;
  margin-left: 15px;
}
.track-shift-verson-tabcontent-main-cus .track-shift-verson-single-box .date-status-all-action-btns-cus .all-action-btns-cus .icon-click i{}
.assgn-rule-main-box-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-top: 12px;
}
.assgn-rule-main-box-cus .assgn-rule-title-desc-cus{}
.assgn-rule-main-box-cus .assgn-rule-title-desc-cus .title{
  font-size: 14px;
}
.assgn-rule-main-box-cus .assgn-rule-title-desc-cus .sub-title-cus{
  font-size: 12px;
  color: #727272;
}
.assgn-rule-main-box-cus .assgn-rule-compant-logo{
    height: 150px;
    width: 100%;
    background-color: #edf2fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    border-radius: 4px;
}
.assgn-rule-main-box-cus .assgn-rule-compant-logo img{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.assgn-rule-main-box-cus .addrule-btn{}
.assgn-rule-main-box-cus .addrule-btn .regularbox{}
.add-assign-rule-single-cus{
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.add-assign-rule-single-cus:last-child { 
  border-bottom: 1px solid #ddd; 
  border-radius: 0 0 4px 4px;
}
.add-assign-rule-single-cus:first-child { 
  border-top: 1px solid #ddd;  
  border-radius: 4px 4px 0 0;
}
.add-assign-rule-single-cus .title{}
.add-assign-rule-single-cus .clicktoadd-btn{
  font-size: 12px;
  color: #727272;
}
.popup-inner-title-assign-rule-cus{
  margin-bottom: 5px;
}
.popup-inner-title-assign-rule-cus span{
  margin-left: 5px;
}
.tooltip.show{
z-index: 99999;
}
.fa-circle-info{
  color: #727272;
}
.btn-cus-title-main-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-cus-title-main-cus.top-menu-bar .title{}
.btn-cus-title-main-cus.top-menu-bar .title h2{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.btn-cus-title-main-cus.top-menu-bar .btn-cus{}
.days-shfting-time-breack-duration-main-box-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.days-shfting-time-breack-duration-main-box-cus .days-shfting-time-breack-duration-title{}
.days-shfting-time-breack-duration-main-box-cus .days-shfting-time-breack-duration-title h2{
  font-size: 14px;
}
.days-shfting-time-breack-duration-main-box-cus .weekday-all-cus{
  display: flex;
}
.days-shfting-time-breack-duration-main-box-cus .weekday-all-cus .weekday-single-day{}
.days-shfting-time-breack-duration-main-box-cus .weekday-all-cus .weekday-single-day .setp-num{}
.days-shfting-time-breack-duration-main-box-cus .days-shfting-time-breack-duration-single{}
.days-shfting-time-breack-duration-main-box-title{
  margin: 30px 0;
}
.days-shfting-time-breack-duration-main-box-title h2{
  font-size: 16px;
}
.days-shfting-time-breack-duration-main-box-cus .start-end-time-box-cus{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.days-shfting-time-breack-duration-main-box-cus .start-end-time-box-cus .form-control{
  margin-bottom: 0;
}
.days-shfting-time-breack-duration-main-box-cus .start-end-time-box-cus .start-time-cus{}
.days-shfting-time-breack-duration-main-box-cus .start-end-time-box-cus .end-time-cus{}
.days-shfting-time-breack-duration-main-box-cus .start-end-time-box-cus span{
  font-size: 11px;
  color: #727272;
} 
.days-shfting-time-breack-duration-main-box-cus .start-end-time-box-cus .input-group-text{
  font-size: 12px;
  color: #727272;
}
.add-remove-btn-form-cus{
  justify-content: end;
  display: flex;
  gap: 5px;
}
.add-remove-btn-form-cus .add_btn{
  width: auto;
  min-width: auto;
}
.home-search-form-main-box{
  display: none;
}
.home-search-form-main-box.active{
  display: block;
}
.payroll-setup-easy-steps-single-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-title-desc-status-btn-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-title-desc{
  display: flex;
  align-items: center;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-title-desc .text{}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-title-desc .text p{}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-title-desc .text .text-small{
  font-size: 11px;
  color: #727272;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-status-btn-cus{
  display: flex;
  align-items: center;
  gap: 10px;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-status-btn-cus .status{
  display: flex;
  align-items: center;
  justify-content: center;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-status-btn-cus .status p{
  line-height: 3.2;
}
.payroll-setup-easy-steps-single-cus .payroll-setup-easy-steps-status-btn-cus .status p i{}
.payroll-setup-easy-steps-single-cus .update-btn{
  font-size: 12px;
} 
.payroll-imports-single-box-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 12px;
  background-color: #fff;
}
.payroll-imports-single-box-cus .payroll-imports-title-desc-btn{}
.payroll-imports-single-box-cus .payroll-imports-title-desc-btn .payroll-imports-title-desc-checked-btn{
  position: relative;
  margin-bottom: 20px;
}
.payroll-imports-single-box-cus .payroll-imports-title-desc-btn .payroll-imports-title-desc-checked-btn h2{
  font-size: 16px;
}
.payroll-imports-single-box-cus .payroll-imports-title-desc-btn .payroll-imports-title-desc-checked-btn p{
  font-size: 12px;
  color: #727272;
}
.payroll-imports-single-box-cus .payroll-imports-title-desc-checked-btn .checked-btn{
  position: absolute;
  right: 0;
  top: 0;
}
.payroll-imports-single-box-cus .payroll-imports-title-desc-checked-btn .checked-btn i{
  color: green;
}
.payroll-imports-single-box-cus .payroll-imports-box-btn{}
.payroll-imports-single-box-cus .payroll-imports-box-btn a{}
.payroll-imports-single-box-cus .payroll-imports-box-btn i{} 
.salary-alert-warning ul{
  list-style-type: disc;
  padding-left: 30px;
}
.salary-alert-warning ul li{
  font-size: 12px;
}
.pay-schedule-textbox-text{
  font-size: 12px;
  color: #727272;
}
.payschedule-text-img-main-cus{
  display: flex;
  align-items: center;
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 10px;
  gap: 10px;
  border-radius: 4px;
}
.payschedule-text-img-main-cus img{
  width: 50px;
}
.payschedule-text-img-main-cus p{
  font-size: 12px;
  color: #727272;
}
.contributions-deductions-left-side-box-main-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}
.contributions-deductions-popup-main-title-desc{
  margin-bottom: 15px;
} 
.contributions-deductions-popup-main-title-desc h2{
  font-size: 14px;
  margin-bottom: 0px;
} 
.contributions-deductions-popup-main-title-desc p{
  font-size: 12px;
  color: #727272;
} 
.payroll-right-side-box-cus{
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 12px;
  background-color: #fff;
}
.payroll-right-side-box-cus h2{
  font-size: 14px;
}
.payroll-right-side-box-cus i{
  margin-right: 5px;
  color: #727272;
}
.payroll-right-side-box-cus p{
  font-size: 12px;
  color: #727272;
}
.whatch-video-read-healp-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.whatch-video-read-healp-cus .whatch-video-icon{
  font-size: 12px;
  color: #727272;
}
.whatch-video-read-healp-cus .whatch-video-icon a{}
.whatch-video-read-healp-cus .whatch-video-icon i{
  font-size: 12px;
  margin-right: 0;
  margin-left: 5px;
}
.whatch-video-read-healp-cus .read-help-icon{
  font-size: 12px;
  color: #727272;
}
.whatch-video-read-healp-cus .read-help-icon a{}
.whatch-video-read-healp-cus .read-help-icon i{
  font-size: 12px;
  margin-right: 0;
  margin-left: 5px;
}
.fixed-right-top-bar .filter-btn-add-new-btn .add_btn{
  position: relative;
  right: 40px;
}
.fixed-right-top-bar .filter-btn-add-new-btn .close_box{
  top: 20px;
}
.modal.show{
  z-index: 99999;
}
.employee-profile-popup-header{
  display: flex;
  align-items: center;
  gap: 10px;
}
.employee-profile-popup-header .profile-picture{
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employee-profile-popup-header .profile-picture .img-initials{
  font-size: 16px;
}
.employee-profile-popup-header .employee-name-popup-cus{}
.employee-profile-popup-header .employee-name-popup-cus h2{
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.org-employee-profile-details-job-details-main-cus{
  border-radius: 0px;
}
.org-employee-profile-details-job-details-main-cus .tab-content{
  display: block;
}
.org-employee-profile-details-job-details-main-cus .top-navs-main-cus ul{
  box-shadow: none;
}
.org-employee-profile-details-job-details-main-cus .title-popup-employee{}
.org-employee-profile-details-job-details-main-cus .title-popup-employee h3{
  font-size: 16px;
}
.profile-data-view-cus-single{
  padding: 10px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
.profile-data-view-cus-single .profile-data-view{
   width: 47%; 
/*  width: auto;*/
}
.profile-data-view-cus-single .profile-data-view .heading{
  padding: 0;
  color: #161616;
  font-size: 12px;
  overflow: hidden;
}
.profile-data-view-cus-single .profile-data-view .data{
  color: #727272;
  font-weight: 400;
  font-size: 11px;
  overflow: hidden;
} 
.form-label-icon-cus{
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.form-label-icon-cus label{
  width: auto;
}
.form-label-icon-cus span{}
.contributions-deductions-switch-btn-title-desc-main-cus{
  line-height: 1;
}
.contributions-deductions-switch-btn-title-desc-main-cus .contributions-deductions-switch-btn-title-desc-single{
  margin-bottom: 25px;
  margin-left: 25px;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 5px;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title .form-switch{
  padding: 0;
  line-height: 0;
  height: auto;
  min-height: auto;
  margin: 0;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title .form-switch input{
  margin: 0;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title .title-cus{}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title .title-cus h2{
  font-size: 14px;
  margin: 0;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title .info-btn{}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-switch-btn-title .info-btn span{
  color: #727272;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-desc-add-btn{
  margin-left: 35px;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-desc-add-btn .desc{
  font-size: 11px;
  color: #727272;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-desc-add-btn .add_btn_details{
  font-size: 13px;
  color: #0075ff;
  margin-top: 10px;
  display: block;
}
.contributions-deductions-switch-btn-title-desc-single .contributions-deductions-desc-add-btn .add_btn_details i{}
.update-pf-main-cus{
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  margin-top: 30px;
}
.update-pf-main-cus .emp-designation-fathername{
  display: flex;
  align-items: center;
}
.update-pf-main-cus .emp-designation-fathername .emp-designation{
  width: 50%;
}
.update-pf-main-cus .emp-designation-fathername .emp-designation .title-data{}
.update-pf-main-cus .emp-designation-fathername .emp-designation .title-data .data-label{
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}
.update-pf-main-cus .emp-designation-fathername .emp-designation .title-data .data{
  font-size: 12px;
  color: #000;
}
.update-pf-main-cus .emp-designation-fathername .emp-fathername{
  width: 50%;
} 
.update-pf-main-cus .emp-designation-fathername .emp-fathername .title-data{} 
.update-pf-main-cus .emp-designation-fathername .emp-fathername .title-data .data-label{
  font-size: 12px;
  font-weight: 400;
  color: #727272;
} 
.update-pf-main-cus .emp-designation-fathername .emp-fathername .title-data .data{
  font-size: 12px;
  color: #000;
}  
.notdata-popup-main-cus{
  text-align: center;
  color: #727272;
  margin-top: 30px;
}
.notdata-popup-main-cus img{
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}
.notdata-popup-main-cus h2{
  font-size: 16px;
  margin-bottom: 3px;
}
.notdata-popup-main-cus p{
  font-size: 12px;
}
.tooltip-cus-text.payroll-contributionstooltip{}
.tooltip-cus-text.payroll-contributionstooltip ul li p{
  font-size: 10px;
  color: #f1f1f1;
} 
.tooltip-cus-text.payroll-contributionstooltip ul li span{
  font-size: 12px;
  color: #f1f1f1;
}
.tooltip-cus-text.payroll-contributionstooltip .desc{
  font-size: 12px;
}
.salaries-structure-range-component-box-popup-main-cus{
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-range-box{
  width: 40%;
  padding: 15px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-range-box .title-structure-range-update-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-range-box .title-structure-range-update-cus .structure-title{}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-range-box .title-structure-range-update-cus .structure-title h2{
  font-size: 16px;
  margin-bottom: 0;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-range-box .title-structure-range-update-cus .structure-range-update{}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-range-box .title-structure-range-update-cus .structure-range-update a{
  font-size: 13px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box{
  width: 60%;
  padding: 15px;
  border-left: 1px solid #ccc;
} 
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus{
  margin-top: 30px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs{
  border: none;
  gap: 6px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item{
  width: 100%;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item .nav-link{
  width: 100%;
  text-align: start;
  border: none;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  position: relative;
  background-color: #ddd;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item .nav-link>span{
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #727272;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item .nav-link>span.salary-range-delete-tab-cus{
	position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    font-size: 12px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item .nav-link.active>span{
  color: #f5f5f5;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item .tab-fbp-salary-range{
  background-color: #8a5cff;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 4px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-range-popup-tabs-cus .nav-tabs .nav-item .nav-link.active{
  color: #fff;
  background-color: #2986ce;

}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box{} 
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box .title-structure-range-update-cus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box .title-structure-range-update-cus .structure-title h2 {
    font-size: 16px;
    margin-bottom: 0;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box .title-structure-range-update-cus .structure-range-update a {
    font-size: 13px;
}
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box .salaries-structure-component-tab-content{} 
.salaries-structure-range-component-box-popup-main-cus .salaries-structure-component-box .salaries-structure-component-tab-content .tab-content{} 
.component-earning-data-icons-main-cus{}
.component-earning-heading{
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 4px;
}
.component-earning-heading h2{
    font-size: 12px;
    margin-bottom: 0;
    color: #727272;
    font-weight: 400;
}
.component-earning-data-icons-single-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.component-earning-data-icons-single-cus .component-earning-data{

}
.component-earning-data-icons-single-cus .component-earning-data .title-data{}
.component-earning-data-icons-single-cus .component-earning-data .title-data .title{
  font-size: 13px;
  margin-bottom: 3px;
}
.component-earning-data-icons-single-cus .component-earning-data .title-data .data{
  font-size: 11px;
  color: #727272;
}
.component-earning-data-icons-single-cus .component-earning-icons{
  display: flex;
  align-items: center;
  gap: 15px;
}
.component-earning-data-icons-single-cus .component-earning-icons .taxable{
  font-size: 11px;
  color: #727272;
}
.component-earning-data-icons-single-cus .component-earning-icons .edit-icon{
  color: #727272;
}
.component-earning-data-icons-single-cus .component-earning-icons .edit-icon i{}
.component-earning-data-icons-single-cus .component-earning-icons .lock-icon{
  color: #727272;
}
.component-earning-data-icons-single-cus .component-earning-icons .lock-icon i{} 
.component-earning-icons .tab-fbp-salary-range{
  background-color: #8a5cff;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px 8px;
  border-radius: 4px;
}
.update-salary-ranges-step-single{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
}
.update-salary-ranges-step-single:last-child{
  border-bottom: none;
}
.update-salary-ranges-step-single .num{
  border: 1px solid #2986ce;
  height: 25px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #2986ce;
  font-size: 14px;
}
.update-salary-ranges-step-single .range-name{}
.update-salary-ranges-step-single .range-min-amount{}
.update-salary-ranges-step-single .del-icon{
    font-size: 16px;
    color: #727272;
} 
.update-salary-ranges-step-single .del-icon i{} 
.new-range-btn{}
.new-range-btn a{
  padding: 4px 10px;
  border: 1px solid #2986ce;
  border-radius: 4px;
  color: #2986ce;
  transition: all .3s;
}
.new-range-btn a:hover{
  background-color: #2986ce;
  color: #fff;
}
.new-range-btn i{}
.new-range-box-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}
.new-range-box-cus .title-desc-cus{}
.new-range-box-cus .title-desc-cus .title{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.new-range-box-cus .title-desc-cus .desc{
  font-size: 12px;
  color: #727272;
}
.new-range-save-cancle-btn-cus{
  text-align: end;
}
.new-range-save-cancle-btn-cus .new-range-cancle-btn{
    padding: 5px 10px;
    border: 1px solid #2986ce;
    border-radius: 4px;
    color: #2986ce;
    transition: all .3s;
    background-color: #ff000000;
    font-size: 12px;
}
.new-range-save-cancle-btn-cus .new-range-cancle-btn:hover{
  background-color: #2986ce;
  color: #fff;
}
.new-range-save-cancle-btn-cus .new-range-save-btn{
    background-color: #2986ce;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
.edit-salary-component-main-cus{
  display: flex;
  border-bottom: 1px solid #ddd;
  min-height: 500px;
}
.edit-salary-component-main-cus .edit-salary-points-component-cus{
  width: 25%;
  padding: 15px 10px 0 0;
}
.edit-salary-points-component-cus .edit-salary-points{}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single{
	display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding: 8px 6px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single.active{
  background-color: #edf2fa;
}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single .num{
  font-size: 13px;
}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single .text{
  font-size: 13px;
}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single .icon{
  color: #00bf00;
}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single .icon i{
  font-size: 16px;
}
.edit-salary-points-component-cus .edit-salary-points .edit-salary-points-single .icon i.fa-circle-notch{
  color: #ddd;
  font-size: 14px;
}
.edit-salary-component-main-cus .edit-salary-component-content{
  width: 75%;
  border-left: 1px solid #ddd;
  padding: 15px 0 0 10px;
}
.edit-salary-component-main-cus .add-salary-component-content{
  width: 75%;
  border-left: 1px solid #ddd;
  padding: 15px 0 0 10px;
}
.select-component-custom-component-cus{}
.select-component-custom-component-cus .select-component-radio-btn-text{}
.select-component-custom-component-cus .select-component-radio-btn-text label{
  display: inline;
  position: relative;
  bottom: 2px;
}
.select-component-custom-component-cus .select-component-radio-btn-text span{
  display: block;
  font-size: 11px;
  color: #727272;
  margin-left: 18px;
}
.select-component-type-taxtable-earning-box-cus{
  margin-top: 30px;
  margin-left: 30px;
}
.select-component-type-taxtable-earning-box-cus .select-component-edit{}
.component-earning-btn-taxable-btn-data-title-cus{
  margin-top: 30px;
}
.component-earning-btn-taxable-btn-data-title-cus .component-earning-btn-taxable-btn-cus{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
} 
.component-earning-btn-taxable-btn-data-title-cus .component-earning-btn-taxable-btn-cus span{
  font-size: 10px;
  background-color: rgb(199 199 199 / 25%);
  padding: 2px 6px;
  border-radius: 4px;
}
.component-earning-btn-taxable-btn-data-title-cus .component-earning-btn-taxable-btn-cus .fixed{
  background-color: rgb(199 199 199 / 25%);
} 
.component-earning-btn-taxable-btn-data-title-cus .component-earning-btn-taxable-btn-cus .taxable{
  background-color: rgb(255 185 0 / 25%);
  color: #ffb900;
} 
.component-earning-btn-taxable-btn-data-title-cus .component-earning-btn-taxable-btn-cus .earning{
  background-color: rgb(129 0 155 / 25%);
  color: #9e00dd;
} 
.component-earning-btn-taxable-btn-data-title-cus .component-earning-btn-taxable-btn-cus .exempt{
  background-color: rgb(64 237 17 / 25%);
  color: #329501;
}  
.component-earning-btn-taxable-btn-data-title-cus .edit-salary-component-data-title-cus{
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}
.component-earning-btn-taxable-btn-data-title-cus .edit-salary-component-data-title-cus .edit-salary-component-data-title-single{
  width: 33%;
}
.component-earning-btn-taxable-btn-data-title-cus .edit-salary-component-data-title-cus .edit-salary-component-data-title-single .title-data{}
.component-earning-btn-taxable-btn-data-title-cus .edit-salary-component-data-title-cus .edit-salary-component-data-title-single .title-data .data-label{
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}
.component-earning-btn-taxable-btn-data-title-cus .edit-salary-component-data-title-cus .edit-salary-component-data-title-single .title-data .data{
  font-size: 12px;
  color: #000;
}
.add-salary-component-content .salary-range-box-main-cus{}
.add-salary-component-content .salary-range-box-main-cus .title-desc-cus{}
.add-salary-component-content .salary-range-box-main-cus .title-desc-cus .title{
  font-size: 13px;
  margin-bottom: 2px;
}
.add-salary-component-content .salary-range-box-main-cus .title-desc-cus .desc{
  display: block;
  font-size: 11px;
  color: #727272;
}
.add-salary-component-check{}
.add-salary-component-check .select-component-radio-btn-text{
  margin-bottom: 30px;
}
.add-salary-component-check .select-component-radio-btn-text input{
	height: 18px;
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.add-salary-component-check .select-component-radio-btn-text span{
  margin-left: 32px;
}
.add-salary-select-component-custom{
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.component-type-choose-radio-cus{
  display: flex;
  align-items: center;
  gap: 30px;
}
.component-type-choose-radio-cus .component-typeradio-single{
  display: flex;
  gap: 5px;
}
.choose-component-type{
  margin-bottom: 18px;
}
.component-value-calulation-note{}
.component-value-calulation-note .payschedule-text-img-main-cus {
    display: flex;
    align-items: center;
    margin-top: 0px;
    background-color: #f5f5f500;
    padding: 0px;
    gap: 10px;
    border-radius: 4px;
}
.component-value-calulation-note .accordion-button:not(.collapsed){
  background-color: #f5f5f500;
}
.component-value-calulation-note .accordion-body p{
  font-size: 12px;
  color: #727272;
}
.component-value-calulation-note .accordion-button::after {
    background-size: 1rem;
    height: 1rem;
    width: 1rem;
}
.component-value-calulation-note .accordion-button{
  padding: 5px 10px;
}
.declaration-due-date-box-main-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 24px;
}
.declaration-due-date-box-main-cus .heading-cus{
  background-color: #ddd;
}
.declaration-due-date-box-main-cus .heading-cus h2{
  font-size: 13px;
  padding: 10px;
  margin: 0;
}
.declaration-due-date-box-main-cus .decleration-due-date-box-content{
  padding: 15px;
}
.declaration-due-date-box-main-cus .inputbox-title-single{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.declaration-due-date-box-main-cus .inputbox-title-single:last-child{
	margin-bottom: 0;
}
.declaration-due-date-box-main-cus .inputbox-title-single p{}
.declaration-due-date-box-main-cus .inputbox-title-single .inputbox-cus{
  display: flex;
  align-items: center;
  width: 50%;
  gap: 12px;
}
.declaration-due-date-box-main-cus .inputbox-title-single .inputbox-cus .inputbox-single{
    width: 70%;
    position: relative;
} 
.declaration-due-date-box-main-cus .inputbox-title-single .inputbox-cus .inputbox-single .calendar-icon{
	position: absolute;
    top: 10px;
    right: 10px;
    color: #6b6b6b;
    font-size: 18px;
}
.decleration-due-date-box-content .payschedule-text-img-main-cus {}
.decleration-due-date-box-content .payschedule-text-img-main-cus .title-desc{}
.decleration-due-date-box-content .payschedule-text-img-main-cus .title{
  font-size: 13px;
  margin-bottom: 0;
}
.decleration-due-date-box-content .payschedule-text-img-main-cus .desc{
  font-size: 11px;
}
.runpayroll-one-month-content{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
}
.runpayroll-one-month-content .runpayroll-employeecalendar-cost-deposite-transaction-box{
  display: flex;
  align-items: center;
}
.runpayroll-one-month-content .runpayroll-employeecalendar-cost-deposite-transaction-box .runpayroll-emp-calendar-box{
  width: 30%;
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.runpayroll-employeecalendar-cost-deposite-transaction-box .runpayroll-emp-calendar-box .employee-box-all-activity-cus{
    flex-wrap: wrap;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    gap: 15px;
}
.runpayroll-employeecalendar-cost-deposite-transaction-box .runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus{
  width: 45%;
}
.runpayroll-employeecalendar-cost-deposite-transaction-box .runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
.runpayroll-employeecalendar-cost-deposite-transaction-box .runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .num {
    font-size: 18px;
    line-height: 1.2;
}
.runpayroll-employeecalendar-cost-deposite-transaction-box .runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .num span{
  font-size: 12px;
  color: #727272;
}
.runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}
.runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-inc {
    font-size: 10px;
    color: green;
}
.runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-inc i {
    font-size: 9px;
}
.runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-decr {
    font-size: 10px;
    color: red;
}
.runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .num-inc-decr .inc-decr .icon-num-decr i {
    font-size: 9px;
}
.runpayroll-emp-calendar-box .employee-box-all-activity-cus .activity-single-cus .title-activity p {
    font-size: 11px;
    color: #999;
    font-weight: 300;
}
.runpayroll-one-month-content .runpayroll-cost-deposite-transaction-box{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 45px;
}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box{}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .title-data{}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .title-data .data-label{
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .title-data .data{
  font-size: 12px;
  color: #000;
}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .num-inc-decr{
  display: flex;
  gap: 5px;
  margin-top: 5px;
  font-size: 11px;
}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .num-inc-decr .num{
  color: #727272;
}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .inc-decr{}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .inc-decr .icon-num-inc{
  color: green;
}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .inc-decr .icon-num-inc span{}
.runpayroll-cost-deposite-transaction-box .runpayroll-total-payroll-cost-box .inc-decr .icon-num-inc i{
  color: #727272;
}
.runpayroll-box-main-cus{}
.runpayroll-box-main-cus .runpayroll-heading{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
}
.runpayroll-box-main-cus .runpayroll-heading.collapsed{
  border-radius: 4px;
}
.runpayroll-box-main-cus .runpayroll-heading .title{}
.runpayroll-box-main-cus .runpayroll-heading .title h2{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.runpayroll-box-main-cus .runpayroll-heading .progressbar-payroll{
  width: 50%;
}
.runpayroll-box-main-cus .runpayroll-heading .progressbar-payroll .custom-progress{}
.runpayroll-box-main-cus .runpayroll-heading .progressbar-payroll .custom-progress .progress-bar{}
.runpayroll-box-main-cus .runpayroll-heading .total-count-step{
  color: #727272;
  font-size: 12px;
}
.runpayroll-box-main-cus .runpayroll-heading .total-count-step span{}
.runpayroll-box{
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.runpayroll-box.payroll-setup1{
  margin-bottom: 24px;
}
.runpayroll-box.payroll-setup2{
  margin-bottom: 24px;
}
.runpayroll-box.payroll-setup3{
  margin-bottom: 24px;
}
.runpayroll-box.payroll-setup4{
  margin-bottom: 24px;
}
.runpayroll-box.payroll-setup5{}
.runpayroll-box.payroll-setup6{}
.runpayroll-box.payroll-setup1 .runpayroll-icon-content .icon{
  background-color: rgb(3 197 141 / 20%);
}
.runpayroll-box.payroll-setup1 .runpayroll-icon-content .icon i{
  color: rgb(3 197 141 / 50%);
}
.runpayroll-box.payroll-setup2 .runpayroll-icon-content .icon{
  background-color: rgb(129 3 197 / 20%);
}
.runpayroll-box.payroll-setup2 .runpayroll-icon-content .icon i{
  color: rgb(129 3 197 / 50%);
}
.runpayroll-box.payroll-setup3 .runpayroll-icon-content .icon{
  background-color: rgb(197 153 3 / 20%);
}
.runpayroll-box.payroll-setup3 .runpayroll-icon-content .icon i{
  color: rgb(197 153 3 / 50%);
}
.runpayroll-box.payroll-setup4 .runpayroll-icon-content .icon{
  background-color: rgb(197 3 3 / 20%);
}
.runpayroll-box.payroll-setup4 .runpayroll-icon-content .icon i{
  color: rgb(197 3 3 / 50%);
}
.runpayroll-box.payroll-setup5 .runpayroll-icon-content .icon{
  background-color: rgb(3 29 197 / 20%);
}
.runpayroll-box.payroll-setup5 .runpayroll-icon-content .icon i{
  color: rgb(3 29 197 / 50%);
}
.runpayroll-box.payroll-setup6 .runpayroll-icon-content .icon{
  background-color: rgb(197 3 140 / 20%);
}
.runpayroll-box.payroll-setup6 .runpayroll-icon-content .icon i{
  color: rgb(197 3 140 / 50%);
}
.runpayroll-box .check-icon{
  position: absolute;
  top: 10px;
  right: 10px;
}
.runpayroll-box .runpayroll-icon-content{
  display: flex;
  align-items: center;
  gap: 10px;
}
.runpayroll-box .runpayroll-icon-content .icon{
  background-color: #ddd;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.runpayroll-box .runpayroll-icon-content .icon i{
  color: #000;
  font-size: 12px;
}
.runpayroll-box .runpayroll-icon-content .title-desc-cus{
	width: 85%;
}
.runpayroll-box .runpayroll-icon-content .title-desc-cus .title{
  font-size: 13px;
  margin-bottom: 3px;
  color: #2986ce;
  font-weight: 400;
}
.runpayroll-box .runpayroll-icon-content .title-desc-cus .desc{
  font-size: 11px;
  color: #727272;
}
.payroll-box-btn-box-cus{
  margin-top: 30px;
}
.payroll-box-btn-box-cus .title{
  margin-bottom: 5px;
}
.payroll-box-btn-box-cus .title h2{
  font-size: 12px;
  color: #727272;
  margin-bottom: 0;
  text-align: end;
  font-weight: 400;
} 
.runpayroll-outcome-box-main-cus{}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading.collapsed {
  border-radius: 4px;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .title{}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading h2{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus{
  display: flex;
  align-items: center;
  gap: 20px;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus .pay-register-btn{}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus .pay-register-btn a{
  color: #727272;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus .pay-register-btn i{
  margin-right: 8px;
  font-size: 14px;
  color: #2986ce;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus{}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus .payslip-btn{}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus .payslip-btn a{
  color: #727272;
}
.runpayroll-outcome-box-main-cus .runpayroll-outcome-heading .payregister-payslip-btn-cus .payslip-btn i{
  margin-right: 8px;
  font-size: 14px;
  color: #2986ce;
} 
.runpayroll-outcome-box{
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 24px;
}
.runpayroll-outcome-box .title-cus-main{}
.runpayroll-outcome-box .title-cus-main h2{
  font-size: 16px;
}
.runpayroll-outcome-box .runpayroll-total-payroll-cost-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.runpayroll-outcome-box .runpayroll-total-payroll-cost-box .title-data{}
.runpayroll-outcome-box .runpayroll-total-payroll-cost-box .title-data .data-label{
  font-size: 12px;
  font-weight: 400;
  color: #727272;
}
.runpayroll-outcome-box .runpayroll-total-payroll-cost-box .title-data .data{
  font-size: 12px;
  color: #000;
}
.runpayroll-outcome-box .runpayroll-total-payroll-cost-box .title-data-btn{}
.runpayroll-outcome-box .runpayroll-total-payroll-cost-box .title-data-btn .add_btn{}
.runpayroll-activity-box-main-cus{
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.runpayroll-activity-box-main-cus .runpayroll-activity-heading{
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 5px 0 0;
  border-bottom: 1px solid #ddd;
}
.runpayroll-activity-box-main-cus .runpayroll-activity-heading h2{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.runpayroll-activity-box-main-cus .activity-cus{
  padding: 10px;
  background-color: #ffff;
}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single{
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single .activity-details-list-title-date{
	display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 15px;
}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single .activity-details-list-title-date .activity-details-list-date{
	position: relative;
    left: 30px;
}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single .activity-details-list-title-date .activity-details-list-date p{
  font-size: 12px;
  color: #727272;
}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single .activity-details-list-title-date .activity-details-list-title{}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single .activity-details-list-title-date .activity-details-list-title .profile-short {
    background-color: #98b433;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.runpayroll-activity-box-main-cus .activity-cus .activity-details-list-single .desc{
  font-size: 12px;
  color: #727272;
}
.payregister-popup.runpayroll-one-month-content .runpayroll-cost-deposite-transaction-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0; 
}
.runpayroll-one-month-content.payregister-popup{
  margin-bottom: 15px;
}
.emp-payable-popup-main-cus.runpayroll-one-month-content .runpayroll-cost-deposite-transaction-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.emp-payable-popup-main-cus.runpayroll-one-month-content{
  margin-top: 15px;
}
.run-payroll-months-scroll-main-cus-box .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    padding: 0;
    color: #000000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}
.run-payroll-months-scroll-main-cus-box .carousel-control-prev {
    left: -15px;
}
.run-payroll-months-scroll-main-cus-box .carousel-control-next {
    right: -15px;
}
.run-payroll-months-scroll-main-cus-box .carousel-control-next-icon {
  /*filter: invert(1);*/
}
.run-payroll-months-scroll-main-cus-box .carousel-control-prev-icon {
 	 /*filter: invert(1);*/
}
.run-payroll-months-scroll-main-cus-box .carousel-control-next-icon, .run-payroll-months-scroll-main-cus-box .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
    background-color: #2986ce;
    border-radius: 100%;
    z-index: 99999;
}
.financial-quarters-tabs-main-cus.legal-entities-left-side-box-main-cus .legal-entities-left-side-btn-tab-cus .legal-entities-left-side-btn-title-desc .desc {
    font-size: 11px;
    color: #ffb300;
}
.payroll-form16-title-data-cus{
  margin-bottom: 20px;
}
.payroll-form16-title-data-cus .entity-details-title-data-single{}
.payroll-form16-title-data-cus .entity-details-title-data-single .title-data{}
.payroll-form16-title-data-cus .entity-details-title-data-single .title-data .data-label{
    font-size: 12px;
    font-weight: 400;
    color: #727272;
}
.payroll-form16-title-data-cus .entity-details-title-data-single .title-data .data{
    font-size: 12px;
    color: #000;
}

.header-logo div span {
    font-size: 22px;
}
.header-logo div span a {
   color: #fff !important;
    text-shadow: 1px 1px 2px #989494, 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 0px;
}
.header-logo div p {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: normal;
    color: #000;
    letter-spacing: 0.4px;
    padding-left: 3px;
}
.quicklink-web-log{}
.quicklink-web-log a{
  display: block;
  margin-bottom: 10px;
}
.quicklink-web-log a:last-child{
  margin-bottom: 0;
}
.compliance-status-box-main-cus{
  border: 1px solid #0000002d;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 0;
  background-color: #fff;
}
.compliance-status-box-main-cus .title{
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.compliance-status-box-main-cus .title h2{
  font-size: 20px;
  margin-bottom: 0;
}
.compliance-status-box-cus{
  padding: 15px;
}
.compliance-status-box-main-cus .compliance-status-single-cus{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  background-color: #edf2fa;
  padding: 12px 12px;
  border-radius: 4px;
}
.compliance-status-box-main-cus .compliance-status-single-cus:first-child{
  margin-top: 0px;
}
.compliance-status-box-main-cus .compliance-status-single-cus .compliance-name{
  height: 45px;
  width: 45px;
  background-color: #2986ce;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.compliance-status-box-main-cus .compliance-status-single-cus .compliance-name h3{
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.compliance-status-box-main-cus .compliance-status-date-desc{
  width: 70%;
}
.compliance-status-box-main-cus .compliance-status-date-desc .status{
  margin-bottom: 10px; 
  border-radius: 30px;
  text-align: center;
}
.compliance-status-box-main-cus .compliance-status-date-desc .status h4{
  margin-bottom: 0;
  padding: 4px 12px;
  font-size: 12px;
}
.compliance-status-box-main-cus .compliance-status-date-desc .status.paid{
    color: #fff; 
    background-color: green;
}
.compliance-status-box-main-cus .compliance-status-date-desc .status.processed{
  color: #ffffff;
  background-color: #ffb900;
}
.compliance-status-box-main-cus .compliance-status-date-desc .status-date{}
.compliance-status-box-main-cus .compliance-status-date-desc .status-date p{
  font-size: 12px;
  color: #727272;
} 
.client-login-name-desc{
  margin-top: 50px;
  margin-left: 6px;
  margin-bottom: 20px;
}
.client-login-name-desc .client-login-name{
  font-size: 22px;
}
.client-login-name-desc .client-login-desc{
  font-size: 14px;
  color: #727272;
}
.client-dashboad-month-status-report-main-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px 30px;
  background-color: #fff;
  margin-bottom: 24px;
}
.client-dashboad-month-status-report-single-cus{
/*  width: 50%;*/
}
.client-dashboad-month-status-report-month-day-title{
  display: flex;
  align-items: center;
  gap: 15px;
}
.client-dashboad-month-status-report-month-day-title .icon{}
.client-dashboad-month-status-report-month-day-title h2{
  font-size: 16px;
  margin-bottom: 5px;
  color: #727272;
  line-height: 1.2;
}
.client-dashboad-month-status-report-month-day-title i{
  transform: rotate(180deg);
  font-size: 16px;
  color: #2986ce;
  border: 1px solid #2986ce;
  padding: 8px 4px;
  border-radius: 4px;
}
.client-dashboad-month-status-report-month-day-title p{
  color: #727272;
  margin-left: 0px;
}
.client-dashboad-month-status-report-single-cus .rupess-chart-cus{
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  overflow: hidden;
}
.client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess{
  width: 60%;
}
.client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess h3{
  margin-bottom: 0;
}
.client-dashboad-month-status-report-single-cus .rupess-chart-cus .chart{
  width: 40%;
}
.client-dashboad-month-status-report-single-cus .rupess-chart-cus .chart img{}
.client-dashboad-month-status-report-single-cus .up-down-percent-month-status{
  margin-left: 40px;
}
.client-dashboad-month-status-report-single-cus .up-down-percent-month-status .persent-data-desc-cus{}
.client-dashboad-month-status-report-single-cus .up-down-percent-month-status .persent-data-desc-cus.up span{
  background-color: hsl(120deg 100% 25.1% / 50%);
  color: green;
}
.client-dashboad-month-status-report-single-cus .up-down-percent-month-status .persent-data-desc-cus.down span{
  background-color: rgb(255 0 0 / 50%);
  color: red;
}
.client-dashboad-month-status-report-single-cus .up-down-percent-month-status .persent-data-desc-cus h2{
  margin-bottom: 0;
  font-size: 12px;
  color: #727272;
}
.client-dashboad-month-status-report-single-cus .up-down-percent-month-status .persent-data-desc-cus span{
  padding: 4px 12px;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}
.sidebar-cus-title{
  margin-top: 20px;
}
.sidebar-cus-title h2{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.payment-history-chart-main-cus{}
.payment-history-chart-main-cus .payment-history-title{
  padding: 15px 15px 0;
} 
.payment-history-chart-main-cus .payment-history-title h2{
  font-size: 22px;
} 
.payment-history-chart-main-cus .payment-history-title h3{
  margin-bottom: 0;
  font-size: 22px;
}
.up-down-percent-month-status{
  margin-bottom: 0px;
  margin-top: 30px;
}
.up-down-percent-month-status .persent-data-desc-cus {}
.up-down-percent-month-status .persent-data-desc-cus.up {}
.up-down-percent-month-status .persent-data-desc-cus h2 {
  margin-bottom: 0;
  font-size: 12px;
  color: #727272;
}
.up-down-percent-month-status .persent-data-desc-cus span{
  padding: 6px 12px;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  }
.up-down-percent-month-status .persent-data-desc-cus.up span {
  background-color: hsl(120deg 100% 25.1% / 50%);
  color: green;
}
.payment-hstory-chart-box-cus{
  padding: 30px 30px 0;
}
.apexcharts-menu {
    min-width: 120px !important;
}
.dshcirclecharttitle h2 {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}
.dshcirclecharttitle i {
  margin-right: 5px;
  color: #5b5b5b;
}
.dshcirclecharttitle span{
  color: #ffb509;
}
.dshcirclecharttitle span:nth-child(2){
    color: #ffb509;
}
.dshcirclecharttitle span:nth-child(3){
  color: #087831;
} 
.dshcirclecharttitle span:nth-child(4){
  color: #002d51;
} 
#line_chart .apexcharts-toolbar {
  top: -29px !important;
}
#line_chart2 .apexcharts-toolbar {
  top: -29px !important;
}
#line_chart3 .apexcharts-toolbar {
  top: -29px !important;
}
.ticket-dash-boxes-cus{}
.ticket-dash-boxes-cus .box-bg-inner-page{
  border-radius: 4px;
  padding: 15px 15px;
  background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255 / 50%));
  position: relative;
  border: 1px solid #0000002d;
   margin-bottom: 12px; 
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.ticket-dash-boxes-cus .report-icon-title-inner-page{
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.ticket-dash-boxes-cus .report-icon-title-inner-page i{
  font-size: 20px;
}
.ticket-dash-boxes-cus .report-icon-title-inner-page h2{
  font-size: 16px;
  margin: 0;
}
.ticket-dash-boxes-cus .report-box-inner-page{}
.ticket-dash-boxes-cus .report-box-inner-page .cont-inner-page{
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.ticket-dash-boxes-cus .box-bg-inner-page.box-bg-1 i, .ticket-dash-boxes-cus .box-bg-inner-page.box-bg-1 h2{
  color: #0065b3;
}
.ticket-dash-boxes-cus .box-bg-inner-page.box-bg-2 i, .ticket-dash-boxes-cus .box-bg-inner-page.box-bg-2 h2{
  color: #ffa907;
}
.ticket-dash-boxes-cus .box-bg-inner-page.box-bg-3 i, .ticket-dash-boxes-cus .box-bg-inner-page.box-bg-3 h2{
  color: #087831;
}
.ticket-dash-boxes-cus .box-bg-inner-page.box-bg-4 i, .ticket-dash-boxes-cus .box-bg-inner-page.box-bg-4 h2{
  color: #002d51;
} 
.client-dash-title-cus{}
.client-dash-title-cus h2{
  background-color: #2986ce;
  padding: 15px 20px;
  height: auto;
  border-radius: 4px;
  color: #fff;
}
.create-ticket-filter-tabs-cus{}
.approvals-tab-main-cus.top-navs-main-cus .create-ticket-filter-tabs-cus ul {
    min-height: auto;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #e4e6e9;
    border-radius: 4px;
    overflow: hidden;
    width: 50%;
    justify-content: space-between;
    gap: 0;
}
.top-navs-main-cus .create-ticket-filter-tabs-cus ul li {
    width: 33.3333333%;
}
.approvals-tab-main-cus.top-sub-navs-main-cus.top-navs-main-cus .create-ticket-filter-tabs-cus ul li .nav-link {
  border: none;
  height: 45px;
  color: #686868;
  font-size: 12px;
  position: relative;
  text-transform: capitalize;
  border-radius: 0;
  width: 100%;
  text-align: start;
  border-right: 1px solid #ddd;
}
.approvals-tab-main-cus.top-sub-navs-main-cus.top-navs-main-cus .create-ticket-filter-tabs-cus ul li:last-child .nav-link {
  border-right: none;
}
.approvals-tab-main-cus.top-navs-main-cus .create-ticket-filter-tabs-cus ul li .nav-link.active {
    background-color: #2986ce;
    color: #fff;
    border-radius: 0;
}
.create-ticket-main-box-cus{
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0 15px 15px;
  border-radius: 4px;
}

/*custom-select-option-start*/
.dropdown-select {
/*    position: relative;*/
    cursor: pointer;
    display: block;
    min-width: 100px;;
    height: 38px;
    padding-left: 0rem;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    /* background-image: none; */
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dropdown-select .select-box {
  display: none !important;
}
.dropdown-select span.selection {
  display: block;
  line-height: 38px;
  padding-left: 10px;
}
.dropdown-select span.right-icon {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.dropdown-select span.right-icon .fa {
  font-size: 12px;
  padding-right: 6px;
  padding-left: 6px;
}
.dropdown-select ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.dropdown-select ul.list-items {
  visibility: hidden;
  background-color: #ffffff;
  height: 0;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.2s all ease-in-out;
  padding-bottom: 2px;
  margin-bottom: 2px;
  position: absolute;
  width: 190px;
  z-index: 9999;
  border-radius: 4px;
}
.dropdown-select ul.list-items.open {
  height: 120px;
  visibility: visible;
}
.dropdown-select ul.list-items li {
  position: relative;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  padding-left: 20px;
  margin: 0 0px 1px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dropdown-select ul.list-items li:nth-child(1)::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #009688;
    border-radius: 30px;
    top: 50%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
}
.dropdown-select ul.list-items li:nth-child(2)::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FFC107;
    border-radius: 30px;
    top: 50%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
}
.dropdown-select ul.list-items li:nth-child(3)::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FF5722;
    border-radius: 30px;
    top: 50%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
}
.dropdown-select ul.list-items li:nth-child(4)::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 30px;
    top: 50%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
}
.dropdown-select ul.list-items li:nth-child(5)::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 30px;
    top: 50%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
}
.dropdown-select ul.list-items li:hover {
  background: #2986ce;
  color: #ffffff;
  z-index: 9;
}
.dropdown-select ul.list-items li.active {
  position: relative;
  color: #ffffff;
  z-index: 9;
}
.dropdown-select ul.list-items li.active:before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #2986ce;
  left: 0;
  z-index: -9;
}
.custom-select-icon{
  position: relative;
}
/*end-custom-select-option*/


.minutesofmonthtabs-content-main-cus{
  margin-top: 15px;
}
.minutesofmonthtabs-content-main-cus.approvals-tab-main-cus.top-navs-main-cus ul {
    min-height: auto;
    background: linear-gradient(260deg, #2986ce 0, #002d51 90%);
    box-shadow: none;
    border: 1px solid #2986ce;
    border-radius: 6px 6px;
    overflow: hidden;
    gap: 10px;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.minutesofmonthtabs-content-main-cus.approvals-tab-main-cus.top-sub-navs-main-cus.top-navs-main-cus ul li .nav-link {
    border: none;
    height: 40px;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    padding: 0px 25px;
    position: relative;
    text-transform: capitalize;
    border-radius: 4px 4px;
}
.minutesofmonthtabs-content-main-cus.approvals-tab-main-cus.top-navs-main-cus ul li .nav-link.active {
    background-color: #2986ce;
    color: #fff;
    /* border-radius: 0; */
}

.minuteofmonthreport-cus-main{}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus {
    width: 33.3333333%;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-month-day-title {
    display: flex;
    align-items: center;
    gap: 15px;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-month-day-title h2 {
	font-size: 18px;
    margin-bottom: 5px;
    color: #727272;
    line-height: 1.2;
    font-weight: 400;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus {
    display: flex;
    align-items: end;
    gap: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    overflow: hidden;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess {
    width: auto;
    margin-right: 10px;
    display: flex;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess h3 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess h3>span{
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 20px;
  }
  .minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess h3>.okey{
    background-color: rgb(255 210 134);
    color: #ff7900;
  }
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus .rupess h3>.poor{
    background-color: rgb(255 161 161);
    color: #ec0000;
}
.minuteofmonthreport-cus-main .client-dashboad-month-status-report-single-cus .rupess-chart-cus .chart{
    width: 50%;
}
.minuteofmonth-summary-highlights-box-cus{}
.summarybox-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 24px;
}
.summarybox-cus .summary-box-title{}
.summarybox-cus .summary-box-title h2{
  font-size: 18px;
  margin-bottom: 15px;
}
.summarybox-cus .summary-box-title i{
  color: #002d51;
  background-color: #ffdfdf;
  padding: 6px 6px;
  border-radius: 4px;
  font-size: 16px;
}
.summarybox-cus .summary-content{
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.summarybox-cus .summary-content p{
	line-height: 1.6;
}
.highlights-box-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
}
.approvals-tab-main-cus.top-navs-main-cus .highlights-box-cus ul {
  min-height: auto;
  background: #fff;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e4e6e9;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
}
.approvals-tab-main-cus.top-sub-navs-main-cus.top-navs-main-cus .highlights-box-cus ul li .nav-link {
    border: none;
    height: 45px;
    color: #686868;
    background-color: #ff000000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    border-radius: 0;
}
.approvals-tab-main-cus.top-sub-navs-main-cus.top-navs-main-cus .highlights-box-cus ul li .nav-link>span{
    color: #6c6c6c;
    background-color: #c6c6c6;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 5px;
}
.approvals-tab-main-cus.top-navs-main-cus .highlights-box-cus ul li .nav-link.active {
  background-color: #2986ce00;
  color: #2986ce;
  border-radius: 0;
}
.approvals-tab-main-cus.top-navs-main-cus .highlights-box-cus ul li .nav-link.active>span{
    color: #ffffff;
    background-color: #2986d1;
}
.highlights-single-box-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.highlights-single-box-cus:last-child{
  margin-bottom: 0px;
}
.status-time-jump-btn-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status-time-jump-btn-cus .status-time-cus{
  display: flex;
  gap: 10px;
  align-items: center;
}
.status-time-jump-btn-cus .status-time-cus h2{
  font-size: 14px;
  margin: 0;
  padding: 6px 12px 4px;
  border-radius: 4px 0 4px 4px;
}
.status-time-jump-btn-cus .status-time-cus .key-question{
  background-color: rgb(255 87 34 / 50%);
  color: #ff5722;
}
.status-time-jump-btn-cus .status-time-cus .key-topic{
  background-color: rgb(76 175 80 / 50%);
  color: #4CAF50;
}
.status-time-jump-btn-cus .status-time-cus i{}
.status-time-jump-btn-cus .status-time-cus .time{
  margin: 0;
  font-size: 14px;
  color: #555;
}
.status-time-jump-btn-cus .jumb-btn{}
.status-time-jump-btn-cus .jumb-btn a{
  color: #555;
}
.status-time-jump-btn-cus .jumb-btn i{
  transform: rotateX(180deg);
}
.status-time-jump-btn-cus .jumb-btn span{}
.highlights-single-box-cus .content{
  margin-top: 10px;
}
.highlights-single-box-cus .content p{
  font-size: 14px;
  line-height: 1.2;
}
.highlights-question-topic-box-cus{
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.action-items-box-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 24px;
}
.action-items-box-cus .title-icon{}
.action-items-box-cus .title-icon h2{
  font-size: 18px;
  margin-bottom: 15px;
}
.action-items-box-cus .title-icon i{
  color: #002d51;
  background-color: #ffdfdf;
  padding: 6px 6px;
  border-radius: 4px;
  font-size: 16px;
}
.action-items-box-cus .title-icon span{}
.action-items-box-cus .time-content{}
.action-items-box-cus .time-content p{
    font-size: 14px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 24px;
}
.action-items-box-cus .time-content p:last-child{
  margin-bottom: 0px;
}
.action-items-box-cus .time-content .time{
    background-color: rgb(255 87 34 / 50%);
    color: #ff5722;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 11px;
}
.participation-graph-box{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
}
.dashcharttitle-cus{
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashcharttitle-cus a{
  color: #000;
  border: 1px solid #ccc;
  padding: 4px 12px;
  border-radius: 4px;
  display: block;
 font-size: 12px;
}
.dashcharttitle-cus span{
  position: relative;
  padding-left: 20px;
}
.dashcharttitle-cus a:first-child span:after{
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  border-radius: 30px;
  border: 4px solid #9C27B0;
}
.dashcharttitle-cus a:nth-child(2) span:after{
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  border-radius: 30px;
  border: 4px solid #ed0000;
}
.dashcharttitle-cus a:nth-child(3) span:after{
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  border-radius: 30px;
  border: 4px solid #ed1c86;
}
#participationg-chart .apexcharts-toolbar {
  top: -29px !important;
}
.participation-client-name-box-cus{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
}
.participation-client-name-single-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin-top: 10px;
}
.participation-client-name-single-cus .client-name-icon{
  display: flex;
  align-items: center;
  width: 40%;
  gap: 10px;
}
.participation-client-name-single-cus .client-name-icon .icon{
  font-size: 18px;
}
.participation-client-name-single-cus .client-name-icon .icon i{
  color: #FF5722;
  background-color: rgb(255 87 34 / 50%);
  padding: 6px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.participation-client-name-single-cus .client-name-icon .icon.success i{
  color: #4CAF50;
  background-color: rgb(76 175 80 / 50%);
}
.participation-client-name-single-cus .client-name-icon .client-name{}
.participation-client-name-single-cus .client-name-icon .client-name h2{
    font-size: 14px;
    margin: 0;
}
.participation-client-name-single-cus .progress-chart-persent{
  display: flex;
  align-items: center;
  width: 60%;
  gap: 10px;
}
.participation-client-name-single-cus .progress-chart-persent .progress-chart{
  width: 80%;
}
.participation-client-name-single-cus .progress-chart-persent .chart-persent{
  width: 18%;
}
.participation-client-name-single-cus .progress-chart-persent .chart-persent h2{
  font-size: 18px;
  margin-bottom: 0;
}
.participation-main-title-sortby-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.participation-main-title-sortby-btn .title{
  width: 60%;
}
.participation-main-title-sortby-btn .title h2{
  font-size: 18px;
  margin: 0;
}
.participation-main-title-sortby-btn .sortbt-btn{
  width: 40%;
}

.popup.show {
    right: 50px; /* Slide in */
}
.custom-alert {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.custom-alert-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.custom-alert-content i {
    font-size: 40px;
    color: green;
    margin-bottom: 10px;
}

.custom-alert-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.custom-alert-content button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-alert-content button:hover {
    background: #0056b3;
}

.single-box-cus {
	border: 1px solid #ccc;
	padding: 15px;
	width: 150px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.single-box-cus.selected {
	background-color: #2986ce;
	color: white;
	border-radius: 8px;
}

.single-box-cus.future {
	background-color: #aaa;
	color: white;
	border-radius: 8px;
}

.single-box-cus.locked {
	background-color: green;
	color: white;
	border-radius: 8px;
}

.single-box-cus.selected .month-status.current p, .single-box-cus.selected .month-status.current i,
	.single-box-cus.future .month-status.current p, .single-box-cus.future .month-status.current i
	{
	color: white;
}

.month-status.current {
	margin-top: 10px;
	color: #007bff;
}

.month-start-end-date span {
	color: white;
}
.single-box-cus.selected .month-start-end-date span {
	color: white;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .single-box-cus.future .month-start-end-date span{
	color: white;
}
.run-payroll-months-scroll-main-cus .all-months-boxes-cus .single-box-cus.locked .month-start-end-date span{
	color: white;
}

.daterangepicker {
	z-index: 99999999;
}

.toast-message {
	position: fixed;
	top: 70px;
	right: -500px; 
	background-color: #28a745; 
	color: white;
	padding: 15px 20px;
	border-radius: 5px;
	font-size: 16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transition: right 0.5s ease-in-out;
	z-index: 1000;
}

.toast-show {
	right: 20px; 
}

.toast-hide {
	right: -500px; 
}

.popup-message {
	position: fixed;
	top: 70px;
	right: -500px; /* Initially hidden */
	background-color: #28a745; /* Green color */
	color: white;
	padding: 15px 20px;
	border-radius: 5px;
	font-size: 16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transition: right 0.5s ease-in-out;
	z-index: 1000;
}

.popup-show {
	right: 20px;
	animation: shake 0.3s ease-in-out;
	z-index: 999999999;
}

.popup-hide {
	right: -500px; /* Slide out */
}

.loading-state {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 5px solid #ddd;
	border-top-color: #095998;
	animation: loading 1s linear infinite;
}

@keyframes loading {to { transform:rotate(360deg);
	
}
}

.select-component-fixed-amount{
	margin-bottom: 24px;
}
.select-component-custom-component-cus .select-component-radio-btn-text .select-component-fixed-amount label{
	display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    bottom: 0;
}
.select-component-percentage-amount{}
.select-component-custom-component-cus .select-component-radio-btn-text .select-component-percentage-amount label{
	display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    bottom: 16px;
}
.payroll-setup{
	background-color: #fff;
}
.dev-cus-pagination{}
.dev-cus-pagination button{
	border: 1px solid #2986ce;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #2986ce;
    color: #fff;
}
.dev-cus-pagination button:disabled, .dev-cus-pagination button.disabled{
	background-color: #d3d3d3;
    border-color: #d3d3d3;
    cursor: no-drop;
    color: #777777;
}
.table tr td .dropdown{
	position: static;
}
.form-check-cus-modal{
	display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
}
.form-check-cus-modal .form-check-input[type=checkbox]{
	position: relative;
    bottom: 2px;
}
#docSeeModal{
    z-index: 999999;
}
#docViewer{
	height: 500px;
}
.modal-body-main-title-cus{}
.modal-body-main-title-cus h2{
	font-size: 16px;
	margin-bottom: 16px;
}
.form-control[type=file]{
	height: auto;
	line-height: 24px;
}
.mobile-menu-footer {
    display: none;
}

#loginErrorMessage{
    position: absolute;
    top: 15px;
    left: 0;
    color: red;
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top:20px;
    bottom: auto;
}

.session-expire-box-main-cus{
    width: 35%;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    box-shadow: 0rem 0.375rem 1.125rem 0.125rem #eaeaea;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    text-align: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.session-expire-box-main-cus h2{
font-size: 24px;
}
.session-expire-box-main-cus p{
font-size: 16px;
}
.session-expire-box-main-cus p>a{}
.session-expire-box-main-cus p>a:hover {
text-decoration: underline;
}
.session-expire-icon{
	width: 15%;
    margin: 0 auto 20px;
}
.session-expire-icon img{
	    width: 100%;
    height: auto;
}

.bootstrap-select{}
.bootstrap-select .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    padding-left: 0.6rem;
    font-size: 12px;
    line-height: 2;
    color: #555;
    background: #fff;
    /* background-image: none; */
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}
.bootstrap-select .dropdown-toggle.bs-placeholder{
	color: #555;
}
.bootstrap-select .dropdown-toggle.bs-placeholder:hover{
	color: #555;
	}

.bootstrap-select .dropdown-toggle:focus{
	outline: none !important;
	}
.bootstrap-select .dropdown-toggle{
	background-color: #fff;
	color: #555;
}
.bootstrap-select .inner{
    max-height: 120px !important;
    overflow-y: auto !important;
}
.bootstrap-select .inner .dropdown-item{
    font-size: 12px;
    color: #555;
    padding: 8px 8px;
}
.bootstrap-select .inner .dropdown-item.selected{
	color: #fff;
}
.bootstrap-select .inner .dropdown-item:hover{
	background-color: #2986ce;
	color: #fff;
}

.menu-icon-mobile {
  display: none;
}
.modal-backdrop{
	z-index: 9999;
}


