.pop-distribution {
  width: 100%;
  border-collapse: collapse;
}

.pop-distribution thead tr th,
.pop-distribution tfoot tr td {
  /*  background: #346cb012;*/
  padding: 5px 7px;
  text-align: left;
  font-size: 13px;
}

.pop-distribution thead tr th {
  background: #e4e5e6;
  border-right-color: #fff !important;
}
.pop-distribution thead tr th:last-child {
  border-right-color: #ddd !important;
}

.pop-distribution tbody tr td {
  border: 1px solid #212121;
  padding: 4px 7px;
  text-align: left;
  font-size: 12px;
  /*  vertical-align: bottom;*/
}

/* dashboard item */
.overview_section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  min-height: 145px;
}

.overview_section ul::after {
  clear: both;
  display: block;
  content: "";
}

.overview_section ul li {
  width: 31.33333333%;
  height: 100%;
  float: left;
  padding-left: 15px;
  padding-bottom: 15px;

  /* padding-bottom: 10px; */
  padding-right: 15px;
  box-sizing: border-box;
  /* margin-bottom: 30px; */
}

.overview_section ul li:first-child {
  padding-left: 0px;
}

.overview_section ul li .item_inner {
  height: fit-content;
  color: #fff;
  position: relative;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.1);
  -o-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.1);
  box-shadow: 0 2px 5px rgba(34, 25, 25, 0.1);
  /*border-radius: 12px;*/
}
.form-control {
  padding: 0.275rem !important;
  color: #000 !important;
}
.form-control:focus,
input:focus {
  box-shadow: none !important;
  border-color: #346cb0 !important;
}
.dashboard_item_icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.dashboard_item_icon .fa {
  font-size: 60px;
  color: #676666;
}

.overview_section ul li .item_inner h4 {
  font-size: 30px;
}

.overview_section ul li .item_inner p {
  font-size: 16px;
  padding: 15px 15px 10px 15px;
  text-align: center;
}

.overview_section ul li:nth-child(1n) .item_inner {
  background: #fff;
  padding-left: 0px !important;
}

.overview_section ul li:nth-child(2n) .item_inner {
  background: #fff;
}

.overview_section ul li:nth-child(3n) .item_inner {
  background: #fff;
}

.overview_section ul li:nth-child(4n) .item_inner {
  background: #fff;
}

.overview_section ul li:nth-child(5n) .item_inner {
  background: #fff;
}

.overview_section ul li:nth-child(6n) .item_inner {
  background: #fff;
}

.overview_section ul li:nth-child(1n) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.login {
  background-color: transparent !important;
  background-image: url("../img/backgroundgradient.jpg");
  background-image: url("../img/hrms_img_2.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;

  letter-spacing: 0.1px;
  background-color: #52bdec;
}

.login::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.bg-transparent {
  border: 0px !important;
}
.login_wrapper {
  /* background-color: #fff;
  padding: 25px; */
  position: relative;
  z-index: 9999;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.login_wrapper .card-group {
  min-height: 190px;
  background-color: #fff;
}
.login_wrapper .card-group img {
  max-height: 100px;
}
.login_wrapper .card-group h5 {
  font-weight: 600;
}
.login_wrapper .card-group p {
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.btn_attendance {
  margin-top: 15px;
  color: #fff;
  font-weight: 600 !important;
}
.user_login p {
  color: #4b5e75;
  font-size: 16px;
  font-weight: 600 !important;
}
.welcome_user span {
  font-weight: 700;
  color: #6b9ad3;
}
.login_wrapper h1 {
  font-size: 26px;
  font-weight: 500;
}

.login_footer {
  padding-top: 20px;
  color: #abd3f7;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.login_footer span {
  padding-left: 15px;
  padding-right: 15px;
}
.login_footer span a {
  color: #abd3f7;
  margin-left: 10px;
}
.login_footer span a:hover {
  color: #fff;
}

.v-border {
  position: relative !important;
}
.btn-assigned {
  background-color: #615b90;
  border-color: #615b90;
}
.btn-started {
  background-color: #89a5ba;
  border-color: #89a5ba;
}
.btn-assigned:hover {
  background-color: #231a66;
  border-color: #231a66;
}
.btn-started:hover {
  background-color: #5c83a1;
  border-color: #5c83a1;
}
.status_select ul li {
  text-align: center;
  width: 13%;
}
.status_select ul li input {
  opacity: 0;
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.status_select ul li:last-child {
  width: 16%;
}
.status_select ul li input:checked ~ a {
  transform: scale(1.1);
  color: #fff;
  font-weight: 700;
  background: #346cb0;
}

.status_select ul li input:checked ~ a:hover {
  color: #fff !important;
}
.status_select ul li {
  position: relative;
  margin-right: 2rem !important;
  padding: 0;
  height: 25px;
  cursor: pointer;
}
.status_select ul li a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0;
  line-height: 22px;
}
.status_select ul li:not(:last-child) a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  left: 99.4%;
  top: 0;
  background-color: inherit;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
}

.status_select ul li:not(:first-child) a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  left: -1px;
  top: 0;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
}
.status_select ul li input:checked ~ a:after,
.status_select ul li input:checked ~ a:before {
  width: 30px;
}
.sub_total_part {
  padding: 10px;
  box-shadow: 1px 4px 12px 1px #d0d0d09c;
  margin-right: 1rem;
}
/* .v-border::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #b1b0b0;
  top: 0px;
  left: 52%;
} */

.welcome_user a {
  display: inline-block;
  margin-left: 5px;
}

.login a {
  color: #346cb0;
  font-weight: 600;
}

.forget_password {
  color: #346cb0 !important;
}

.login_wrapper h1 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px !important;
  font-weight: 700;
  color: #fff !important;
}

.login_wrapper .form-control {
  background: transparent;
  border: 1px solid #346cb0;
  color: #333;
}

.login_wrapper .form-control:placeholder {
  color: #333;
}

.item_inner {
  display: table;
  width: 87%;
}

.icon-left {
  display: table-cell;
  vertical-align: middle;
  /*width: 20%;*/
}

.icon-left .fa {
  font-size: 40px;
}

.dashboard_list {
  display: block;
  vertical-align: middle;
  border: 1px solid rgba(159, 179, 162, 0.25);
  /*border-radius: 12px;*/
  padding-left: 1px;
}
.dashboard_list p {
  /*margin-top: 10px;*/
  margin-bottom: 0px;
}

.dashboard_list p a {
  font-size: 18px;
  font-weight: 600;
  min-width: 45%;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  padding: 2px;
}

.dashboard_list p a span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  background-color: rgba(0, 0, 0, 0.09);
  padding: 2px;
}

.available-btn {
  background: #0ab960 !important;
}

.limited-btn {
  background: #ff8c00 !important;
}

.outofstock-btn {
  background: #e65555 !important;
}

.available-btn {
  background: #3b9b6a !important;
}

.limited-btn {
  background: #ffc107 !important;
}

.outofstock-btn {
  background: #cd7e7e !important;
}

.overview_notices,
.notice_board {
  border: 1px solid #c8ced3;
  background: #f5f5f5;
  color: #4b5e75;
  /*min-height: 150px;*/
  border-radius: 0.25rem;
}

.overview_notices {
  margin-top: 10px;
  margin-bottom: 15px;
}
.overview_notices h2,
.pro_link h4,
.quick_link h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: 1px;
  color: #4b5e75;
  background-color: lightgray;
  border-bottom: 1px solid #c8ced3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.overview_notices ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  min-height: 107px;
}
.overview_notices ul li .notices_item {
  position: relative;
  padding-left: 12px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbff;
  font-weight: 600;
}
.overview_notices ul li:last-child .notices_item {
  border-bottom: 0px;
}

.overview_notices ul li .notices_item figure {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0px;
}

.overview_notices ul li .notices_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notice_detail h3 {
  font-size: 13px;
  color: #656565;
  margin-bottom: 5px;
}

.notice_detail h3 small {
  font-size: 12px;
  white-space: break-spaces;
}

.notice_detail p {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}

.notice_detail p strong {
  color: #656565;
  font-size: 12px;
}

.notice_detail p a {
  font-size: 12px;
  color: #656565;
  text-transform: capitalize;
  display: block;
  /* text-decoration: underline; */
}

.notice_detail p a .fa {
  margin-left: 3px;
}

.xw-card {
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
}

.xw-card-title {
  padding: 10px;
  border-bottom: 1px solid #346cb0;
  margin-bottom: 10px;
}

.xw-card-title h3 {
  font-size: 16px;
}

.xw-card-body {
  padding: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}

.sidebar-minimized .sidebar .nav-dropdown-items {
  overflow: visible !important;
}
.sidebar .nav-dropdown.open > .nav-dropdown-items .nav-item .nav-link i {
  opacity: 0 !important;
}
.sidebar-minimized
  .sidebar
  .nav-dropdown.open
  > .nav-dropdown-items
  .nav-item
  .nav-link
  i {
  opacity: 1 !important;
}

@media (min-width: 991px) {
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
    width: 200px !important;
  }

  .sidebar-minimized
    .sidebar
    .nav-dropdown-items
    .nav-dropdown
    .nav-dropdown-items {
    left: 100% !important;
    position: absolute;
    background: #fff;
    top: 0px;
  }

  /* .sidebar-minimized
    .sidebar
    .nav-dropdown-items
    .nav-dropdown
    .nav-dropdown-items
    .nav-item
    .nav-link {
    background: #048969;
  }

  .sidebar-minimized
    .sidebar
    .nav-dropdown-items
    .nav-dropdown
    .nav-dropdown-items
    .nav-item
    .nav-link:hover {
    background: #346cb0;
  } */
}

/* tabs design */
/* table design */
.dataTable {
  border-collapse: collapse;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.dataTable tr th {
  background: #e4e5e6;
  padding: 5px 8px 5px 5px !important;
  white-space: nowrap;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ddd !important;
  font-size: 12px;
  vertical-align: middle !important;
  color: #333 !important;
}

.dataTable tr td {
  padding: 5px 8px 5px 5px !important;
  white-space: nowrap;
  border-right: 1px solid #fff;
  border-bottom: 0px !important;
  font-size: 12px;
  font-weight: 500;
  vertical-align: bottom !important;
  border-right: 1px solid #ddd;
  /* color: #fff !important; */
}

.dataTable tr th input {
  font-size: 11px;
  padding: 0 5px;
  height: 20px;
  border-color: #fff;
  color: #333;
}
.dataTable tr th input:focus {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9 !important;
}

#menu_tab {
  background: #f7f7f7;
  margin-right: 15px;
  margin-left: 15px;
  /* margin-bottom: 15px; */
  border: 1px solid #c5c1c1;
  border-bottom: 0px;
}

#menu_tab ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu_tab ul::after {
  clear: both;
  display: block;
  content: "";
}

#menu_tab ul li {
  display: inline-block !important;
  /* float: left; */
}

#menu_tab ul li a {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  padding: 6px 4px;
  color: #555;
  border-bottom: 1px solid #c5c1c1;
  border-right: 1px solid #c5c1c1;
  -webkit-transition: all ease-in;
  -moz-transition: all ease-in;
  -o-transition: all ease-in;
  transition: all ease-in;
}

/* #menu_tab ul li a:hover {
  background-color: #fff;
  border: 1px solid #63c2de;
  color: #fff;
} */
#menu_tab ul li a:hover {
  text-decoration: none;
}

#menu_tab ul li.active a {
  background-color: #fff;
  border-top: 2px solid #63c2de;
  color: #555;
  border-bottom: 1px solid #fff;
  font-weight: 900;
}

#myTable_length {
  margin-bottom: 0px !important;
}

#myTable_length select {
  height: 20px !important;
}

.search_box {
  border: 1px solid #c5c1c1;
  padding: 10px 15px;
  /* margin-bottom: 20px; */
  margin: 0px;
  margin-bottom: 5px;
  background: #fff;
}

.search_box label {
  display: block !important;
  margin-bottom: 5px !important;
}

.search_box input {
  width: 100%;
  height: 30px;
  padding: 0 7px;
  font-size: 13px;
  color: #555;
}

.main-btn {
  background: #7aaedd !important;
  border: 1px solid #6e9ec9 !important;
  font-size: 14px !important;
  color: #fff !important;
  padding: 4px 10px !important;
  border-radius: 0px !important;
  line-height: 1.4 !important;
  display: block;
}
.main-btn:hover {
  background: #346cb0 !important;
  border: 1px solid #346cb0 !important;
}
.btn-sm {
  padding: 4px 10px !important;
}
.tab_page i:not(.expand) {
  font-size: 15px !important;
  transition: all 0.3s ease-in-out;
}
.tab_page .expanded {
  border-radius: 50% !important;
}
.mt-24 {
  margin-top: 24px;
}

.bg-white {
  background: #fff !important;
  padding: 4px 10px;
}

.main .form-group .form-control,
.form-control:not(textarea) {
  height: 29px !important;
  line-height: 29px !important;
  font-size: 12px !important;
  font-weight: 600;
  border-radius: 4px !important;
  font-variant: lining-nums;
  margin-bottom: 5px;
}
.select2-container.select2-container-multi.form-control.select2multiple {
  height: auto !important;
}
.select2-container-multi .select2-choices {
  border: 0 !important;
}

.main .form-group label,
label {
  font-size: 13px !important;
  margin-bottom: 3px !important;
  font-weight: 600;
  color: #333;
}
.modal-body span {
  font-weight: 600;
  color: #000;
}
.form-group {
  margin-bottom: 10px !important;
}

.userpersonal_information ul.info_description li label {
  margin-bottom: 0 !important;
}

.ReactTable .rt-thead .rt-resizable-header-content {
  padding: 0px !important;
  font-size: 12px !important;
}

.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  height: 30px !important;
}

.ReactTable .rt-th,
.ReactTable .rt-td {
  padding: 5px 5px;
  font-size: 12px !important;
}

.view,
.btnDelete,
.btnEdit {
  font-size: 12px;
}

.view {
  color: black;
}

.btnDelete {
  color: #db4a43;
}

.btnEdit {
  color: #0174df;
}

.ReactTable .-pagination .-pageInfo {
  margin: 0px !important;
}

.ReactTable .-pagination .-pageJump input {
  max-height: 30px !important;
  font-size: 12px;
  /* color: #555555; */
}
.ReactTable .-pagination .-pageSizeOptions {
  margin: 0px 2px !important;
}
.ReactTable .-pagination input,
.ReactTable .-pagination select {
  padding: 2px 7px !important;
  border-radius: 2px !important;
}

.btn-primary,
.btn-danger {
  border-radius: 0px !important;
}
.btn-primary:hover {
  text-decoration: none !important;
}
.card-footer .btn {
  padding: 4px 7px !important;
}
.btn {
  box-shadow: none;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out !important;
}
.btn:hover,
.btn:focus {
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
}
.card-footer .btn .fa {
  font-size: 14px;
}

.card-header {
  background: #e5eff7 !important;
  color: #4b5e75;
}

.card-header h5 {
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 600 !important;
}

.card-header .card-title {
  color: #4b5e75 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
}
.card-header .card-title a.pull-right {
  padding: 1px 10px !important;
}
.pop-distribution tr th {
  padding: 4px 6px 4px 5px !important;
  font-size: 12px;
}

.card-footer {
  padding: 5px 15px !important;
}

.nagarpalika_dashboard .main {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

body .sidebar .sidebar-minimizer {
  width: 200px !important;
  height: 30px !important;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
  z-index: 999;
  background: #346cb0;
}
.sidebar .sidebar-minimizer::before {
  height: 35px !important;
}

.app-header {
  border-bottom: none !important;
}
.header-fixed.sidebar-fixed.aside-menu-fixed .sidebar {
  padding-top: 0px;
}

.horizontal-page .nav-link {
  width: 100%;
}

.horizontal-page .nav-item:hover {
  text-decoration: none;
}

@media (min-width: 786px) {
  .horizontal-page .navbar-toggle {
    display: none;
  }
}

@media (min-width: 575px) {
  .horizontal-page .nav-link {
    display: inherit !important;
    width: auto !important;
  }
}

.nagarpalika_dashboard #menu_tab {
  border: 0px !important;
}
.breadcrumb {
  margin-left: 0px !important;
}
.nagarpalika_dashboard .breadcrumb {
  padding-left: 15px !important;
  margin-bottom: 0px !important;
  display: block;
  margin-left: -15px !important;
  margin-right: -15px;
  display: none;
}

.upcoming_festival tbody tr td img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.upcoming_festival .member_details h3 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #03a9f3;
  margin-top: 0;
}

.upcoming_festival .member_details h3 a {
  color: #38c291;
  font-weight: 500;
}

.upcoming_festival .member_details p {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}

.member_position {
  color: #03a9f3;
}

.chart_section {
  width: 100%;
}

.chart_item {
  border: 1px solid #d7d7d7;
}

.chart_item .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  color: #346cb0;
  padding-left: 15px;
  padding-top: 7px;
  margin-top: 0px;
}

.member_table {
  max-height: 233px;
  overflow-y: scroll;
}

.member_table::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.member_table::-webkit-scrollbar-track {
  background: #32c0c9;
}

/* Handle */
.member_table::-webkit-scrollbar-thumb {
  background: #32c0c9;
}

/* Handle on hover */
.member_table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .generate_export_file{
  position: absolute;
  right: 0px;
} */
.print_btns {
  /* position: absolute; */
  right: 18px;
  /*top: 95px;
  z-index: 99;
    /* background: whitesmoke;
    width: 98%;
    margin: 10px 10px 0;
    padding: 5px 9px;
    text-align: right; */
}
#AbsPresentRptDiv .print_btns,
#MonthlyAttendanceRptDiv .print_btns,
#LeaveStockDiv .print_btns,
#LeaveLedgerDiv .print_btns,
#LeaveApplicationDiv .print_btns,
#LeaveAssignDiv .print_btns,
#LeaveTransferDiv .print_btns {
  background: whitesmoke;
  width: 98%;
  position: relative;
  right: 0;
  margin: 10px 10px 0;
  padding: 5px 9px;
  text-align: right;
}
.print_btns .btn {
  padding: 1px 7px;
  border-radius: 1px;
  color: #fff;
  margin: 0px 5px 0 0;
}

.print_btns .btn_pdf {
  background-color: #db4a43 !important;
  border: 1px solid #db4a43 !important;
}

.print_btns .btn_excel {
  background-color: #33b384 !important;
  border: 1px solid #33b384 !important;
}

.print_btns .btn .fa {
  color: #fff;
}

/* .modal-open{
  background: rgba(0, 0, 0, 0.9);
} */
.h-330 {
  max-height: 330px;
}

.pop-distribution tfoot tr td {
  font-weight: 700;
}

.dataTable tr th input {
  width: 97%;
}

.main .form-group textarea.form-control {
  height: auto !important;
  margin-bottom: 14px;
  /*padding: 0px 5px 7px 5px !important;*/
  /*overflow: hidden !important;*/
  outline: none;
  box-shadow: none;
}

.vertical_page_tabs .rwt__tab {
  padding: 5px 5px !important;
}

.vertical_page_tabs .rwt__tab[aria-selected="true"]:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  height: unset !important;
  right: -15px !important;
  top: 0px !important;
  border: 0 solid transparent;
  border-bottom-width: 14px;
  border-top-width: 15px;
  border-left: 15px solid #346cb0;
  border-right: 0px !important;
}

.selected button {
  background-color: #fff !important;
  color: #555 !important;
  border-bottom: 3px solid#346cb0 !important;
  outline: none !important;
  background-color: #fff;
  border-bottom-color: transparent;
}

/* .tab_content_section {
  padding-left: 20px !important;
  position: relative;
  top: -20px;
} */
.bg-white .row .col-md-10 {
  padding: 0 15px;
}

/* .btn {
  line-height: 1.2 !important;
} */

.table-new th {
  background-color: #346cb012;
  font-size: 14px;
  padding: 8px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
table.th-span th,
table.th-span td {
  font-weight: 400 !important;
  text-align: bottom !important;
}
table.th-span th > span,
table.th-span td > span {
  float: right;
  font-weight: bold;
}

td.in-out {
  padding: 0 !important;
}

td.in-out span {
  padding: 2px;
  color: #fff;
  display: block;
  width: 100%;
}

ul.index-label li {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.index-label li a,
ul.index-label li a {
  color: #fff;
  padding: 6px 10px !important;
}
.emp-list {
  background-color: #f6f6f6;
  overflow: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.emp-list ul {
  list-style-type: none;
  padding: 0.5rem 0;
  max-height: 275px;
}
.emp-list ul li {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 14px;
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;

  justify-content: space-between;
  /* align-items: center; */
}
.emp-list ul li:nth-child(even) {
  background-color: #ddd;
}
.emp-list ul li span {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 0 3px;
  border-radius: 0.2rem;
  background-color: #346cb0;
  color: #fff;
}

ul.index-label span {
  background-color: white;
  padding: 0 3px;
  font-weight: 600;
  display: inline-block;
  min-width: 15px;
  margin-left: 2px;
  border-radius: 100%;
  line-height: 15px;
}

td.in-out span:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.custom-table table tr th,
.custom-table table tr td {
  border: 1px solid #ddd;
  color: #555;
  font-size: 13px;
}

.team-table table tr th,
.team-table table tr td {
  border: 1px solid #ddd;
  color: #555;
  font-size: 13px;
}

.vertical_page_tabs h5 {
  /* color: #111; */
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 20px;
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.alert {
  padding: 5px 7px !important;
  margin-top: 10px !important;
}

.alert ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
}

.alert ul li {
  font-size: 12px !important;
  margin-bottom: 3px !important;
}

.card-footer .btn .fa {
  margin-right: 3px;
}

.vertical_page_tabs .rwt__tablist[aria-orientation="vertical"] {
  border-right: 0px !important;
}

.form_search .btn-primary {
  height: 30px !important;
  line-height: 17px !important;
  margin-top: 3px;
}

@media (max-width: 767px) {
  html body .app.flex-row.align-items-center {
    height: unset !important;
  }

  .v-border::after {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .login_wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 20px 0;
  }

  .login_wrapper .card-group > .card {
    padding-top: 0px !important;
  }

  .login_wrapper h1 {
    margin-bottom: 10px;
    text-align: left !important;
    padding-left: 35px !important;
    font-size: 18px !important;
    font-weight: 500;
  }

  .app-header .navbar-brand {
    position: unset !important;
    width: 90px !important;
    /* left: unset !important;
    margin-left: unset !important; */
  }

  .nagarpalika_dashboard .breadcrumb {
    padding-left: 15px !important;
    padding-top: 0px !important;
  }

  /* .app-header{
    display: none !important;
  } */
  .nagarpalika_dashboard .main {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* .nagarpalika_dashboard .main .bg-white{
    padding: 0px !important;
  } */
  .app-body .main .container-fluid {
    padding: 0 5px !important;
  }

  .nagarpalika_dashboard .app-footer {
    margin-left: 0px !important;
  }

  .sidebar-minimized .sidebar .nav-dropdown-items {
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 0px !important;
  }

  .app-footer .ml-auto {
    margin-left: unset !important;
  }

  .app-footer .ml-auto .pull-right {
    float: none !important;
    text-align: center !important;
  }

  .app-footer span {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px;
    /* font-weight: 500; */
  }

  .item_description ul li {
    width: 100% !important;
    float: none !important;
  }

  .overview-div ul li {
    width: 100% !important;
    float: none !important;
  }

  .ward_num ul li div {
    border-radius: 0px;
  }

  .head_sum li {
    width: 33.33333%;
    float: left;
  }

  /* .mobile_menu{
    display: none !important;
  } */
  .head_sum .form-control {
    margin-bottom: 10px !important;
  }

  .mobile_down_arrow {
    padding-right: 15px;
    display: block;
  }

  .mobile_down_arrow .fa {
    color: #fff;
  }

  .toggle_header {
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -4px;
    left: -20px;
  }

  .show_mb_menu.companyinfo,
  .show_mb_menu.user_meta {
    display: block !important;
  }

  #menu_tab ul li {
    display: block !important;
  }

  #menu_tab ul li a {
    width: 100% !important;
    display: block !important;
    border-right: 0px !important;
    padding-left: 15px !important;
  }

  .rwt__tablist[aria-orientation="vertical"] {
    display: block !important;
  }

  .tab_content_section {
    display: block !important;
    top: unset !important;
    padding-left: 0px !important;
  }

  .rwt__tabs[data-rwt-vertical="true"] {
    display: block !important;
  }

  .vertical_page_tabs .rwt__tab {
    display: block !important;
    width: 100% !important;
  }

  .vertical_page_tabs {
    padding: 0 10px !important;
  }

  #menu_tab {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .rwt__tablist[aria-orientation="vertical"]
    .rwt__tab[aria-selected="true"]:after {
    border: 0px !important;
  }

  /* .col-3,
  .col-4 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-bottom: 10px !important;
  } */

  /* responsive table css */
  .mobile_table {
    /* width: 1000px; */
    overflow: scroll;
  }

  .mobile_table table {
    overflow: scroll;
  }

  .mobile_table table tr th,
  .mobile_table table tr td {
    white-space: nowrap;
  }

  .table-description {
    /* text-align: center !important; */
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.innerrow {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.width-100 {
  width: 100% !important;
}

.padd-left-15 {
  padding-left: 15px !important;
}

.padd-right-15 {
  padding-right: 15px !important;
}

ul.list_card {
  list-style-type: none;
  padding: 5px;
  border: 1px solid #ddd;
  margin-top: 5px;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 10px;
}

.list_card label {
  display: inline-block;
  min-width: 85px;
}

.list_card.mw_130 label {
  min-width: 130px;
  font-weight: bold;
}

.fieldset_border {
  border: 1px solid #00d8ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 15px;
}

legend {
  width: unset !important;
  max-width: unset !important;
}

.box-item-wrapper {
  margin-bottom: 30px !important;
}

/*my-codes*/
.ward_num ul li div p span {
  font-size: 10px;
  font-weight: 100;
  font-weight: 400 !important;
  font-size: 12px;
}

.ward_num ul li div:hover {
  transform: scale(1.05);
}

.item_description ul li:nth-child(odd) {
  font-weight: 600;
  color: #346cb0;
}

.item_description ul li:nth-child(even) {
  font-weight: 400;
}

.upcoming_festival table tr td {
  font-size: 12px !important;
}

.main .breadcrumb .active span {
  color: #012345;
  font-weight: 600;
}

.head_sum .info_notices ul li .notices_item {
  padding: 0 !important;
}

.info_notices ul li h3 {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  color: #14957c;
}

.info_notices ul li h3 span {
  margin: 0px;
  padding: 0px;
  color: #807b7b;
  margin-left: 2px;
}

.head_sum .info_notices ul {
  background: #f0f3f5;
  padding: 0px;
}

.overview-div .overview_item .info_description li:hover {
  transform: scale(1.05);
}

.info_notices ul li {
  padding-top: 2.5px;
}

.head-info ul li a {
  border-radius: 4px;
}

.nav-item .dropdown-menu .dropdown-header {
  padding: 0;
  border: none;
}

.navbar-toggler {
  background-color: #21a9f3;
  border: 1px solid #21a9f3;
}

/* .horizontal-page .rwt__tablist {
  margin: 0 10px;
} */

#mun_introductionForm .col-12 label {
  font-weight: 700;
}

.rwt__tablist:not([aria-orientation="vertical"])
  .rwt__tab[aria-selected="true"]:after {
  width: 0;
  border-bottom: none;
  content: "";
}

.horizontal-page .link button {
  font-size: 13px !important;
  font-weight: 600;
  /*padding: 10px 15px !important;*/
  background-color: #346cb008;
  color: #677f99 !important;
  margin-right: 10px !important;
  line-height: 1.35;
  word-spacing: 3px !important;
  border: none;
  border-bottom: 2px solid transparent !important;
  box-shadow: none;
  box-shadow: 0 2px rgb(0 0 0 / 14%);
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}
.horizontal-page .link button i {
  min-width: 20px;
  transition: 0.5s;
  transform: scale(1);
}

.horizontal-page .link button:hover i {
  transform: scale(1.2);
}

.rwt__tablist:not([aria-orientation="vertical"])
  .rwt__tab[aria-selected="true"]:after {
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 0px solid #e4e5e6 !important;
}

@media (max-width: 475px) {
  .horizontal-page .link button {
    box-shadow: none !important;
  }

  #tabSupportedContent {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none !important;
  }
}

.horizontal-page .link.active button {
  /*background: #fff;*/
  /*border-bottom: 1px solid #ddd !important;*/
  border-left: 1px solid #ddd !important;
}

.main .form-group .col-3 .form-control {
  margin-bottom: 5px;
}

.vertical_tabs .nav-tabs .nav-link.active {
  position: relative;
  background-color: #346cb0 !important;
  color: #fff;
}

div#printrpt h5 {
  /*text-align: left !important;*/
  font-weight: 700;
  margin-top: 14px;
  text-shadow: none !important;
}

div#printrpt .reportDescription {
  margin: 8px 0;
  color: #000 !important;
  line-height: 2;
  font-size: 12px;
}

.reportTable tr td {
  font-size: 12px !important;
  font-weight: 500;
  padding: 2px 5px !important;
  line-height: 2;
  color: #555 !important;
}

.index-label {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
}

.index-label li {
  padding-right: 5px;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

ul.index-label {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.index_chart.index-label {
  display: block;
  width: 100%;
}
.index_chart.index-label li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 4px;
}

.btn_inline_sec {
  padding-top: 5px !important;
}
.main h4 {
  font-weight: 600;
  font-size: 14px;
}
.main h5 {
  font-weight: 600;
  font-size: 13px;
}
.main .table-description {
  margin: 10px 0 4px 0;
}

.main .mobile_table {
  margin: 0px 0 21px 0;
}

div#printrpt .mobile_table table tr th {
  font-weight: 500;
}

.mobile_table table thead tr th {
  color: #346cb0;
  font-weight: 600 !important;
}

div#printrpt {
  padding: 0;
  margin: 0px;
}
div#printrpt .table-responsive {
  margin-bottom: 10px;
}
div#printrpt table {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media print {
  div#printrpt {
    border: none;
  }
}
.horizontal-page .rwt__tabs .active button {
  background: #fff;
}

.vertical_tabs .nav-tabs .nav-item .nav-link {
  font-weight: 500 !important;
}

.no-footer .table-striped tr td {
  padding: 5px 6px !important;
}

.form-control:focus {
  border-color: #346cb0 !important;
}

.main .form-group textarea.form-control::-webkit-scrollbar {
  width: 2px;
}
body {
  font-family: "Raleway", sans-serif !important;
  font-variant-numeric: lining-nums;
  font-size: 11px;
}
/* Track */
.main .form-group textarea.form-control::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #bdbdbd;
  border-radius: 10px;
}

/* Handle */
.main .form-group textarea.form-control::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* Handle on hover */
.main .form-group textarea.form-control::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.link button:hover {
  color: #346cb0 !important;
  background-color: #fff !important;
  border-bottom-color: #346cb0 !important;
}

.vertical_tabs .nav-tabs .nav-link.active {
  position: relative;
  background-color: #346cb0 !important;
}

.clockdisplay {
  background-color: #dee0e2;
  color: #346cb0;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -15px !important;
  margin-right: -15px !important;
  font-weight: 700;
}

.clockdisplay i {
  color: #346cb0;
  margin-right: 5px;
}

p {
  /*margin: 8px 0 28px 0 !important;*/
  font-size: 13px;
}

.text-center {
  text-align: left !important;
}

.vertical_tabs .nav-tabs .nav-link.active {
  position: relative !important;
  background-color: #346cb0 !important;
}

.vertical_page_tabs .rwt__tab[aria-selected="true"] {
  background-color: #346cb0 !important;
  color: #fff !important;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.horizontal-page .rwt__tabs .selected button {
  border-bottom: 2px solid #3f6ba1 !important;
  color: #fff !important;
  background: #4d7db7 !important;
  font-weight: 600;
}
.horizontal-page .rwt__tabs .selected button:before {
  position: absolute;
  left: 40%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 0px;
  border-top: 10px solid #4d7db7;
  top: 99%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rwt__tablist:not([aria-orientation="vertical"]) {
  border: none !important;
}

.vertical_tabs .nav-tabs .nav-item:hover {
  border-left: 3px solid #346cb0 !important;
  background-color: #fff !important;
  cursor: pointer;
}

.vertical_page_tabs .rwt__tablist button {
  border-left: 3px solid transparent !important;
  border: 1px solid #c8ccd3 !important;
  /*border-top: none !important;*/
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  overflow: hidden;
  text-align: left;
}

.vertical_page_tabs .rwt__tablist button:hover {
  border-left: 3px solid #346cb0 !important;
  background: #fff !important;
}

.vertical_page_tabs .rwt__tab[aria-selected="true"]:hover {
  background: #346cb0 !important;
}

/*newcodes*/
/*.rwt__tablist {
    display: flex;
}*/
.vertical_tabs .nav-tabs .nav-item {
  border-left: 3px solid transparent;
}

.companyinfo {
  height: 35px;
}

/*footer.app-footer {
  padding-top: 10px;
}*/

.width-1200 {
  width: 100% !important;
}

#myTable_length {
  margin-bottom: 0px !important;
  padding: 0px 4px;
  margin-top: 4px;
}

div#myTable_info {
  padding: 0 4px;
}

.fa-plus:before {
  content: "\F067";
  font-family: fontawesome;
}

ul.nav[role="tablist"] {
  border: 0 !important;
  line-height: 35px;
  margin-top: 0.5rem;
}
.tablist div[role="tablist"] {
  border-bottom: 0 !important;
}

ul.nav[role="tablist"] li a,
div.nav[role="tablist"] a,
.tablist div[role="tablist"] button {
  background-color: #dee0e2;
  color: #2b2b2b;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 12px;
  padding: 8px 10px;
}

ul.nav[role="tablist"] li:not(:last-child),
div.nav[role="tablist"] a:not(:last-child),
.tablist div[role="tablist"] button:not(:last-child) {
  margin-right: 10px;
}

ul.nav[role="tablist"] li a:hover,
div.nav[role="tablist"] a:hover,
.tablist div[role="tablist"] button:hover {
  text-decoration: none;
  color: #346cb0 !important;
  background-color: #fff !important;
  border-top: 3px solid#346CB0 !important;
}
ul.nav[role="tablist"] li.active a,
div.nav[role="tablist"] a.active,
ul.nav[role="tablist"] li a.active {
  border-top: 3px solid #346cb0 !important;
  background-color: #fff !important;
  box-shadow: 0px -3px 3px 1px rgba(0, 19, 95, 0.09);
  color: #346cb0 !important;
}

.tab-content {
  margin-top: -2px !important;
  border: 0 !important;
  box-shadow: none;
  background-color: transparent !important;
}

.tab-content .card:not(.bord) {
  border: 0 !important;
}

.tab-content .card .card-body h5 {
  background-color: #346cb0;
  color: #fff;
  width: max-content;
  padding: 4px 10px 4px 10px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-right: 3px solid #fff;
  margin-left: 0px;
  margin-top: 0 !important;
}

.btnRefresh {
  background-color: #ededed;
  line-height: 27px !important;
  border-radius: 0 !important;
  border: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.btnRefresh:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
}
#printrpt,
.printrpt {
  /* border: 3px solid #c5c1c1;
  padding-right: 8px !important;*/
}
#printrpt img,
.printrpt img {
  /*object-fit: cover;*/
  margin: 0.5rem 0;
}
/* #printrpt div,
.printrpt div {
  padding-right: 0rem;
  overflow-y: auto;
  max-height: 400px;
  overflow-x: hidden;
} */
#leaveEarning_report_div .print_btn {
  margin-bottom: 15px;
}
.panel-widget {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b-meta {
  float: left;
  padding: 23px 15px;
  width: 100%;
  border-radius: 0.25rem;
}
.b-meta > i {
  color: #346cb0;
  display: inline-block;
  font-size: 80px !important;
  margin-top: 5px;
  vertical-align: top;
  /*  opacity: 0.7;*/
  width: 25%;
}
.info-meta {
  display: inline-block;
  overflow: hidden;
  padding-left: 15px;
  vertical-align: middle;
  width: 72%;
  text-align: right;
  color: #346cb0;
}
.info-meta > h4 {
  font-size: 30px !important;
  margin-bottom: 5px;
}
.form-control.select2-hidden-accessible {
  display: none;
}

.info-meta > p {
  float: right;
  font-size: 18px;
  margin-top: 8px;
  width: auto;
}
.b-meta:hover {
  box-shadow: 5px 5px 8px dark#bdbdbd;
}

.b-meta.color {
  background-color: #f9f9f9;
}
#printrpt > div::-webkit-scrollbar,
.printrpt > div::-webkit-scrollbar {
  width: 0.3em;
}
#printrpt > div::-webkit-scrollbar-button,
.printrpt > div::-webkit-scrollbar-button {
  visibility: hidden;
}
#printrpt > div::-webkit-scrollbar-track,
.printrpt > div::-webkit-scrollbar-track {
  visibility: hidden;
}

#printrpt > div::-webkit-scrollbar-thumb,
.printrpt > div::-webkit-scrollbar-thumb {
  background-color: #dde3e9;
  border-radius: 20px;
}
@media print {
  .sat,
  .hol,
  .leave {
    background-color: transparent !important;
  }
  .sat td,
  .sat {
    color: #ff3358 !important;
  }
  .hol td,
  .hol {
    color: red !important;
  }
  .leave td,
  .hol {
    color: #be0707 !important;
  }
  .pre,
  .abs {
    color: #000 !important;
    font-weight: bold;
  }

  .card-header .card-title {
    color: #000 !important;
    font-weight: bold;
  }
  .card-header {
    background: #dde3e9 !important;
    height: 40px;
    line-height: 14px;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  td.in-out span {
    color: #000 !important;
  }
  #printrpt > div,
  .printrpt > div {
    max-height: unset !important;
  }
  #printrpt,
  .printrpt {
    border: none;
  }
  #printrpt img,
  .printrpt img {
    height: 120px !important;
    width: 130px !important;
  }
}
.notify i {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-left: 2rem;
}
.notify {
  position: fixed !important;
  right: 10px;
  top: 44px;
  color: white;
  z-index: 1150;
  font-size: 14px !important;
  font-weight: normal !important;
  min-height: 50px;
  letter-spacing: 1px;
  width: auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.notify.notification {
  background-color: rgb(49 157 87);
}
.notify.notification_error {
  background-color: #e04141;
}

.pdf-wrapper {
  border: 1px solid #b8babb;
  margin: 10px 0px;
  border-radius: 2px;
  padding: 10px 15px !important;
  background: #fbfbfb;
}
.pdf-wrapper .table {
  margin-top: 10px;
}

.modal-body.white-box.pad-btm-10 {
  padding-bottom: 10px;
}

.pad-right-10 {
  padding-right: 10px;
}

.im_0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0;
}

.m-sides-v-5 {
  margin-top: 5px;

  margin-bottom: 5px;
}

.mtop_0 {
  margin-top: 0 !important;
}

.mtop_5 {
  margin-top: 5px !important;
}

.mtop_10 {
  margin-top: 10px;
}

.mtop_12 {
  margin-top: 12px;
}

.mtop_15 {
  margin-top: 15px;
}

.mtop_40 {
  margin-top: 40px;
}

.mright_5 {
  margin-right: 5px;
}

.mbtm_0 {
  margin-bottom: 0 !important;
}

.mbtm_5 {
  margin-bottom: 5px;
}

.mbtm_10 {
  margin-bottom: 10px;
}

.mbtm_13 {
  margin-bottom: 13px !important;
}

.mbtm_14 {
  margin-bottom: 14px;
}

.mbtm_15 {
  margin-bottom: 15px;
}

.mleft_10 {
  margin-left: 10px;
}

.table-white-border {
  border: 1px solid #bdbdbd !important;
}
.print_table {
  margin-bottom: 30px;
}
.print_table .table-responsive {
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
  padding-bottom: 0px;
}
.print_table table {
  margin-bottom: 0px !important;
}
.pdf-wrapper .table thead th,
.print_table .table thead th,
.alt_table thead th {
  font-weight: bold;
  /* background-color: #ababab; */
  font-size: 12px;
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
  padding: 4px;
  color: black !important;
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: linear-gradient(
    to bottom,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0);
  transition: all 0.1s ease-in;
  border: 1px solid #eee;
}
.alt_table,
.table {
  background: #fff;
}
.pdf-wrapper .table td,
.print_table .table td {
  padding: 0.2rem;
  vertical-align: top;
  border: 1px solid #eee;
  font-size: 12px;
  font-weight: 600;
}

.table-wrapper {
  overflow-y: scroll;

  height: 490px;

  width: 100%;
}

.table-wrapper {
  padding: 12px !important;

  padding-top: 9px !important;
}

.table-wrapper table {
  overflow: hidden;
}

.table-wrapper::-webkit-scrollbar {
  height: 4px;

  width: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;

  background-color: #00663f;

  box-shadow: inset 0 0 6px rgba(0, 0, 0.1);
}

.table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;

  box-shadow: 0 0 6px rgba(0, 0, 0.3);
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #00663f;
}

.table-index {
  float: right;
  border: 1px solid rgb(255, 227, 227);
  font-size: 13px;
  font-weight: 600;
}
.table-index td {
  border: 1px solid rgb(120, 120, 120);
  padding: 3px;
}

.table > tbody > tr > td:not(:last-child),
.table > tbody > tr > th {
  vertical-align: middle !important;
  white-space: normal !important;
}

.alt_table.salary_generate > tbody > tr > td:not(:last-child),
.alt_table.salary_generate > tbody > tr > th {
  vertical-align: bottom !important;
  font-weight: 600;
}
.alt_table.salary_generate > tbody > tr > th,
.pdf-wrapper .table thead th {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.modal-body .row .white-box {
  border: 1px;
  border-radius: 5px;
  padding: 5px;
  margin: 23px;
  background: #f7f7f7;
  box-shadow: 5px 5px 8px #dbd7d7, -5px -5px 8px #dbd7d7;
}
#modal_head,
#modal_head2 {
  font-size: 16px !important;
  margin: 0px 25px;
  color: #346cb0;
  font-weight: 600;
  /*  background: #346cb0;
  color: white;
  padding: 4px;*/
}
#modal_head {
  padding-bottom: 5px;
}

.ui-front {
  z-index: 1500 !important;
}

@media print {
  .header_table img {
    height: 100px !important;
    width: 100px !important;
  }
}

/*----------------------------------------- RESPONSIVE GRIDS ------------------------------------*/
/* Medium devices (tablets, less than 990px) */
@media only screen and (max-width: 992px) {
  .app-header .navbar-brand {
    left: 92% !important;
  }
  .nagarpalika_dashboard .breadcrumb {
    margin-top: 15px !important;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items {
    overflow: hidden !important;
    background: #074e67 !important;
  }
  #printrpt img,
  .printrpt img {
    object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .overview_section ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab_content_section {
    padding: 1rem 0 !important;
  }
}
@media (max-width: 676px) {
  .overview_section ul li {
    width: 50%;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 576px) {
  .overview_section ul li {
    width: 100%;
    padding-right: 0;
  }
}

/*Start Print CSS By Bikash Bhandari*/
/*.ps__rail-y-off, .ps__thumb-y-off{height: auto !important;}*/
@media print {
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px !important;
  }
  .print-logo {
    width: 15%;
  }
  .print-name {
    width: 60%;
  }
  .pop-distribution tr th,
  .pop-distribution tr td {
    border: 1px solid #666 !important;
    vertical-align: bottom !important;
  }
}

/*End Print CSS By Bikash Bhandari*/

/*New CSS BY Bikash Bhandari. Start Date: 2022 jan 25*/
.dashboard_sectin {
  padding-top: 7px;
}
.dashboard_list h4 {
  font-size: 12px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(159, 179, 162, 0.25);
  padding: 7px 2px;
  margin-bottom: 0px;
  color: #346cb0;
  background: rgb(111 183 146 / 15%);
  /*border-top-left-radius: 10px; border-top-right-radius: 10px;*/
}
.dashboard_list h4 i {
  min-width: 20px;
  font-size: 16px !important;
}
.dashboard_list h4 i.fa-refresh {
  color: #33b384;
}
.sidebar .nav-link {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgb(0 102 153 / 9%);
}
.aside-menu-off-canvas .app-footer {
  padding-left: 185px;
}
.aside-menu-off-canvas.sidebar-minimized .app-footer {
  padding-left: 25px;
}

.dashboard_list:hover h4 {
  color: #fff;
  background: #346cb0;
}
.dashboard_list:hover h4 i.fa-refresh {
  color: #fff;
}
/* .select2-container--default .select2-selection--single,
.datepicker {
  border-radius: 0px !important;
  border: 1px solid #ddd;
  width: 100% !important;
} */
.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  border: 1px solid #ddd;
  width: 100% !important;
}
.select2-container.select2-container--default {
  border-radius: 0px !important;
  border: 1px solid #ddd;
  width: 100% !important;
}
/*.select2-container{width: 100% !important;}*/
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333 !important;
}
.select2-container.form-control {
  padding: 0 !important;
}
.select2-container .select2-choice {
  border-radius: 0px !important;
  border-color: #fff !important;
  height: 30px !important;
}
.select2-container .select2-choice {
  border: none !important;
}
.select2-container .select2-choice:focus,
.select2-container-active {
  box-shadow: none !important;
}
.select2-drop-active {
  border: 1px solid #ddd;
  border-top: none;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 5px;
}
table.dataTable {
  margin-bottom: 5px;
}
/* #modal_body h5 {
  background: white !important;
  color: #346CB0 !important;
} */

.select2.select2-container {
  overflow: hidden !important;
}

.emp_list_div ul {
  max-height: 84px;
  width: 100%;
  padding: 0px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: auto;
}
.emp_list_div label {
  font-weight: 700;
}
.emp_list_div ul li {
  display: block;
  list-style-type: none;
  padding: 5px;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}
.emp_list_div ul li a,
.emp_list_div label a {
  color: #f86c6b;
  height: 10px;
  width: 10px;
  text-align: center;
  padding: 3px;
  display: inline-block;
  position: relative;
  float: right;
}
.emp_list_div label a {
  margin-right: 14px;
  font-size: 16px;
}
.emp_list_div ul li a:hover,
.emp_list_div label a:hover {
  color: #007bff;
}
.emp_list_div ul li:hover {
  background: #e9f4ef;
}
.emp_list_div ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.emp_list_div ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.emp_list_div ul::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}

.print_btn {
  margin-right: 0px;
  margin-bottom: 5px;
}
.print_btn a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 4px 7px !important;
  margin-left: 2px;
  line-height: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2em 0.5em;
  line-height: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border: 1px solid #6996c7;
  background-color: #71a1d5;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: linear-gradient(to bottom, #346cb0 0%, #346cb0 100%);
  box-shadow: inset 0 0 3px #346cb0;
}

.dataTables_info {
  padding-left: 15px;
}
.dataTables_paginate {
  padding-right: 15px;
}

#modal_body h5 {
  /* padding-bottom: 0px;
  padding-left: 10px;
  padding-top: 2px;
  font-size: 13px; */
  margin-top: 0px;
  margin-bottom: 0px;
}
#modal_body .card-header h5 {
  font-weight: 600 !important;
}
#modal_body h6 {
  margin: 2px 15px 2px;
  font-size: 12px;
  font-weight: 600;
}
#modal_body .card-header h6 {
  margin: 5px 15px 5px;
}
#modal_body input[type="radio"] {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.modal-body label,
.modal-body span {
  font-size: 13px !important;
}
/* .modal-body .row {
  padding: 5px 0px;
} */
.modalclose_btn {
  line-height: 15px !important;
  font-size: 12px !important;
}

/*Verticle Tab CSS*/

.table-responsive {
  /* overflow-y: scroll !important;*/
  overflow-x: scroll !important;
  overflow-x: auto !important;
  padding-bottom: 10px;
}

.table-responsive::-webkit-scrollbar {
  height: 5px !important;
  background-color: #e4e5e6 !important;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #e4e5e6 !important;
}

.table-responsive::-webkit-scrollbar-thumb {
  height: 5px !important;
  background-color: #346cb0 !important;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.verticle_tab {
  display: block;
  padding-left: 0px;
  list-style-type: none;
  box-shadow: 1px 4px 12px #ddd;
  background: #fff;
}
.verticle_tab li {
  list-style: none;
  width: 100%;
}
.verticle_tab li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  background-color: #346cb008;
  color: #696868;
  line-height: 1.35;
  word-spacing: 3px;
  border-bottom: 1px solid #346cb029;
  padding: 5px 10px;
  border-left: 3px solid transparent;
}
.verticle_tab li a i {
  text-align: center;
  min-width: 15px;
}
.verticle_tab li a:hover {
  text-decoration: none;
  color: #30619e;
  border-left-color: #30619e;
  font-size: 14px;
}
.verticle_tab .entry-tabs.active {
  border-left: 3px solid transparent;
  background: #346cb0;
  color: #fff;
}
.alt_table.shift_time {
  float: right;
}
.alt_table.shift_time tbody tr td strong {
  display: block;
  width: 100%;
}

/*Profile CSS*/
.emp_dashboard {
  padding-bottom: 30px;
  padding-top: 15px;
}
.emp_profile h4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.emp_profile span {
  display: inline-block;
  position: relative;
}
.emp_profile figure {
  max-height: 150px;
  overflow: hidden;
}
.emp_profile figure img {
  max-width: 100%;
  max-height: 300px;
  margin-left: 64px;
  margin-top: 34px;
}
.emp_profile h4 em,
.emp_profile h4 span small em {
  font-style: normal;
}
.emp_profile b {
  font-weight: 700;
}
.emp_profile h4 b em {
  padding-right: 5px;
  color: #212c46;
}
.emp_profile h4 span {
  font-weight: 600;
  padding-left: 30px;
}
.emp_profile h4 span small {
  font-weight: 600;
  color: #dc143c;
}
.emp_profile h4 span small em {
  color: #346cb0;
  padding: 0px 15px;
  font-weight: 600;
}
.live_data {
  margin-bottom: 15px;
}
.live_data span {
  font-size: 12px;
  text-align: center;
  min-width: 100px;
  color: #000;
  margin-top: 2px;
  border: 1px solid #cee3de;
  padding: 10px;
  background: #c8ced3;
  font-weight: 600;
}
.live_data span b {
  display: block;
  color: #dc143c;
  font-weight: 600;
}
.live_data span {
  background-image: url("../public/images/circle.953c9ca0.svg");
  background-repeat: no-repeat;
  background-position: right;
}

/*for yes/no clock_switch checkbox*/
.clock_switch {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 25px;
  margin-left: 5px;
  top: 2%;
  overflow: hidden;
  right: 1%;
}
.clock_switch input {
  opacity: 0.1;
}
.slider_check {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fe4630;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
  box-shadow: inset 1px -1px 9px -2px #777777, 0px 3px 0px -4px #777777;
  -webkit-box-shadow: inset 1px -1px 9px -2px #777777, 0px 3px 0px -4px #777777;
  -moz-box-shadow: inset 1px -1px 9px -2px #777777, 0px 3px 0px -4px #777777;
  -o-box-shadow: inset 1px -1px 9px -2px #777777, 0px 3px 0px -4px #777777;
}
.slider_check:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 25px;
  left: 2px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 3px 3px -1px #999;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
input:checked + .slider_check {
  background-color: #346cb0;
}
.slider_check:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 11px;
  bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 20;
  border-radius: 50%;
  background: #d2cbc3;
  background: -moz-linear-gradient(#dddddd, #ffffff);
  background: -ms-linear-gradient(#dddddd, #ffffff);
  background: -o-linear-gradient(#dddddd, #ffffff);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#ffffff));
  background: -webkit-linear-gradient(#dddddd, #ffffff);
  background: linear-gradient(#dddddd, #ffffff);
  box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.05),
    0 2px 5px rgba(255, 255, 255, 0.1);
}
input:checked + .slider_check:before,
input:checked + .slider_check:after {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(30px);
  transform: translateX(60px);
}
.slider_check span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
  padding: 4px 6px;
  color: #fff;
}
.slider_check span:first-child {
  float: left;
  display: none;
}
.slider_check span:last-child {
  float: right;
}
input:checked + .slider_check span:first-child {
  display: inline-block;
  position: relative;
}
.notice_board h4,
.custom_table h4,
.report_table h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: -1px;
  color: #4b5e75;
  background-color: lightgray;
  border-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid #c8ced3;
}
.custom_table h5,
.report_table h5 {
  background-color: #e5eff7;
  border-radius: 0px;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 0px;
  color: #4b5e75;
}
.team_table h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: 1px;
  color: #fff;
  background-color: #346cb0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.notice_board ul {
  display: block;
  padding-left: 0px;
  list-style-type: none;
  background: #fff;
  -webkit-box-shadow: -2px 2px 6px #0000002e;
  -moz-box-shadow: -2px 2px 6px #0000002e;
  box-shadow: -2px 2px 6px #0000002e;
}
.notice_board li {
  list-style: none;
  width: 100%;
}
.notice_board li a {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  background-color: #346cb008;
  color: #696868;
  line-height: 1.35;
  word-spacing: 3px;
  border-bottom: 1px solid #346cb029;
  padding: 5px 10px 5px 20px;
}
.notice_board li a:after {
  content: "\F105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 10px;
  top: 7px;
}
.notice_board li a:hover {
  text-decoration: none;
  background: #346cb0;
  color: #fff;
}
.notice_board_time li a span,
.notice_board_time li a small {
  display: inline-block;
  position: relative;
}
.notice_board_time li a small {
  float: right;
}
.notice_board_time li a span {
  width: 70%;
}
.sidebar-minimized .notice_board_time li a span {
  width: 77%;
}

.custom_table,
.report_table {
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
}
.custom_table .table-responsive,
.report_table .table-responsive {
  padding-bottom: 0px;
  min-height: 190px;
  border: 1px solid #c8ced3;
  border-top: none;
  background: #fff;
}
.tbl_dep .table-responsive {
  border-top: none;
}
/* .custom_table table{min-height: 190px;} */
.custom_table thead tr th,
.tbl_dep table thead tr th,
.report_table thead tr th,
.g_table thead tr th {
  font-weight: 700 !important;
  font-size: 11px;
  padding: 4px;
  /* color: black !important;
  background: #f2f2f2;
  border: 1px solid #bdbdbd;
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
  background: -moz-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: linear-gradient(
    to bottom,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0);
  transition: all 0.1s ease-in; */

  background: #e4e5e6;
  padding: 5px 8px 5px 5px !important;
  white-space: nowrap;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ddd !important;
  font-size: 12px;
  vertical-align: middle !important;
  color: #333 !important;
}
.custom_table thead tr th:last-child,
.report_table thead tr th:last-child {
  border-right: none;
}

.team_table thead tr th {
  font-weight: 700 !important;
  font-size: 11px;
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
  padding: 4px;
  color: black !important;
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: linear-gradient(
    to bottom,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0);
  transition: all 0.1s ease-in;
  border: 1px solid #bdbdbd;
}
.pro_link,
.quick_link {
  display: block;
  width: 100%;
}
.pro_link ul,
.quick_link ul {
  padding-left: 0;
  list-style-type: none;
}
.pro_link ul li,
.quick_link li {
  font-size: 12px;
  margin-top: 5px;
}
.pro_link ul li a,
.quick_link ul li a {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  background-color: #346cb008;
  color: #696868;
  line-height: 1.35;
  word-spacing: 3px;
  border-bottom: 1px solid #346cb029;
  padding: 5px 10px;
  border-left: 3px solid #346cb029;
}
.pro_link ul li a span {
  min-width: 50%;
  display: inline-block;
  position: relative;
}
.pro_link ul li a em {
  font-style: normal;
  color: #dc143c;
  float: right;
  display: inline-block;
  position: relative;
}

.pro_link ul li a:hover,
.quick_link ul li a:hover {
  text-decoration: none;
  background: #346cb0;
  color: #fff;
}
.pro_link ul li a:hover em {
  color: #fff;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding-top: 0;
  padding-bottom: 0;
}

.rem_days {
  color: #cb4b4b;
}

/* #date {
  border-radius: 5px !important;
} */
#btn {
  border-radius: 5px !important;
  background-color: #f5f5f5;
  color: #346cb0;
  line-height: 1.2 !important;
  border: 1px solid #346cb0 !important;
}
#view_btn {
  background-color: #dfe7fb;
  border: none;
  border-radius: 5px;
  color: #4b5e75;
  max-width: 100px;
  max-height: 25px;
  padding: 2px 7px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}
#view_btn:hover {
  background-color: #346cb0;
  color: white;
}
#btn:hover {
  background-color: orange;
}
#leave_btn {
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 2.5 !important;
  font-size: 10px;
  padding: 5px;
  margin-left: 35%;
}
#leave_btn:hover {
  background-color: #346cb0;
  color: white;
}

.fixed-table-header {
  display: block;
  width: 100%;
  overflow-x: auto !important;
  overflow-y: auto !important;
  max-height: 500px;
}

.fixed-table-header table {
  border-collapse: collapse;
  margin-top: 0px !important;
  min-width: 100%;
}

.fixed-table-header table thead tr th {
  z-index: 1;
}

.fixed-table-header thead tr th {
  position: sticky !important;
  position: -webkit-sticky;
  top: -1px;
  z-index: 1;
}

.fixed-table-header thead tr.first_head th {
  position: sticky !important;
  position: -webkit-sticky;
  top: -1px;
  z-index: 1;
}
.fixed-table-header thead tr.second_head th {
  position: sticky !important;
  position: -webkit-sticky;
  top: 20px;
  z-index: 2;
}

.fixed-table-header thead tr.first_head th:nth-child(1) {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.fixed-table-header thead tr.first_head th:nth-child(2) {
  position: sticky;
  top: -1px;
  left: 21px;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}

.fixed-table-header thead tr.first_head th:nth-child(3) {
  position: sticky;
  top: -1px;
  left: 62px;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.fixed-table-header tbody.first_body tr td:nth-child(1) {
  position: sticky;
  top: 45px;
  left: 0;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.fixed-table-header tbody.first_body tr td:nth-child(2) {
  position: sticky;
  top: 45px;
  left: 21px;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}

.fixed-table-header tbody.first_body tr td:nth-child(3) {
  position: sticky;
  top: 45px;
  left: 62px;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}

.fixed-table-header thead tr.third_head th {
  position: sticky !important;
  position: -webkit-sticky;
  top: -1px;
  z-index: 4;
}
.fixed-table-header thead tr.four_head th {
  position: sticky !important;
  position: -webkit-sticky;
  top: 21px;
  z-index: 4;
}
.fixed-table-header thead tr.third_head th:nth-child(1) {
  position: sticky;
  top: -2px;
  left: 0;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.fixed-table-header thead tr.third_head th:nth-child(2) {
  position: sticky;
  top: -2px;
  left: 20px;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.fixed-table-header thead tr.third_head th:nth-child(3) {
  position: sticky;
  top: -2px;
  left: 47px;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.fixed-table-header thead tr.third_head th:nth-child(4) {
  position: sticky;
  top: -2px;
  left: 88px;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.fixed-table-header tbody.second_body tr td:nth-child(1) {
  position: sticky;
  top: 45px;
  left: 0;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.fixed-table-header tbody.second_body tr td:nth-child(2) {
  position: sticky;
  top: 45px;
  left: 20px;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.fixed-table-header tbody.second_body tr td:nth-child(3) {
  position: sticky;
  top: 45px;
  left: 46px;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.fixed-table-header tbody.second_body tr td:nth-child(6) {
  position: sticky;
  top: 45px;
  left: 88px;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.fixed-table-header {
  overflow-y: scroll !important;
  padding-bottom: 0px;
}
.fixed-table-header::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  background-color: #e4e5e6 !important;
}
.fixed-table-header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #e4e5e6 !important;
}
.fixed-table-header::-webkit-scrollbar-thumb {
  height: 5px !important;
  background-color: #346cb0 !important;
}
.fixed-table-header::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.view-table-header {
  display: block;
  width: 100%;
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.view-table-header table {
  border-collapse: collapse;
  margin-top: 0px !important;
  min-width: 100%;
}
.view-table-header th {
  position: sticky !important;
  position: -webkit-sticky;
  top: 0;
}
.view-table-header tbody tr td:nth-child(2) {
  position: sticky;
  top: 45px;
  left: 0;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}
.view-table-header tbody tr td:nth-child(3) {
  position: sticky;
  top: 45px;
  left: 20px;
  background: white;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}

.view-table-header tbody tr td:nth-child(7) {
  position: sticky;
  top: 45px;
  left: 60px;
  background: white;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}

.view-table-header {
  overflow-y: scroll !important;
  padding-bottom: 10px;
}
.view-table-header::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  background-color: #e4e5e6 !important;
}

.view-table-header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #e4e5e6 !important;
}

.view-table-header::-webkit-scrollbar-thumb {
  height: 5px !important;
  background-color: #346cb0 !important;
}

.view-table-header::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.alt_table {
  border-collapse: collapse;
  /* border: 1px solid #ddd !important; */
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 1px 5px 1px rgb(0 20 95 / 9%);
}
.alt_table thead tr th,
.alt_table tbody tr td {
  padding: 5px 10px;
  font-size: 13px;
  background-color: #fff;
  position: relative;
  font-weight: 500;
}
.alt_table tfoot {
  background-color: whitesmoke;
}
.alt_table tfoot tr td {
  padding: 5px 10px;
}
.alt_table .btn-sm.btn-danger {
  padding: 3px 7px !important;
  line-height: 10px;
}
.alt_table .btn-sm.btn-primary {
  padding: 4px 5px !important;
  line-height: 10px;
}
.alt_table .btn-sm.btn-primary {
  margin-top: 5px;
}

.alt_table .form-control:not(textarea) {
  height: 22px !important;
}

.outer_border {
  border: 2px solid;
}
.ld-label {
  width: 200px;
  display: inline-block;
}
.ld-url-input {
  width: 500px;
}
.ld-time-input {
  width: 40px;
}

.New_Requests {
  border: 1px solid light#bdbdbd;
  border-radius: 5px;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 5px;
  height: 26px;
  float: right;
}

.New_Requests:hover {
  background-color: whitesmoke;
  border: none;
}

.View_attendance {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  background-color: #346cb0;
  border-color: #346cb0;
  margin-top: -1px;
  margin-left: -6px;
  float: right;
  height: 19px;
  width: 77px;
  cursor: pointer;
  font-size: 10px;
  /*  font-weight: bold;*/
}

.View_attendance option {
  font-size: 12px;
  background: white;
  padding: 8px 0;
  color: #346cb0;

  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.View_attendance:hover {
  background-color: white;
  color: #346cb0;
}

/*.menu li {
        float: right;
        color: white ;
        width: 95px;
        height: 10px;
        /line-height: 40px;
        background: #3b9b6a;
        cursor: pointer;
        font-size: 15px;
      }
.sub-menu {
        transform: scale(0);
        transform-origin: top center;
        transition: all 300ms ease-in-out;
      }
.sub-menu li {
        font-size: 14px;
        background: rgba(0, 0, 0, 0.8);
        padding: 8px 0;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        transform: scale(0);
        transform-origin: top center;
        transition: all 300ms ease-in-out;
      }
.sub-menu li:last-child {
        border-bottom: 0;
      }
.sub-menu li:hover {
        background: black;
      }
.menu>li:hover .sub-menu li {
        transform: scale(1);
      }
.menu>li:hover .sub-menu {
        transform: scale(1);
      }*/

.tbl-slide {
  display: block;
  width: 100%;

  max-height: 200px;
}

.tbl-slide th {
  position: sticky !important;
  top: 0;
}

.tbl-slide {
  overflow-y: scroll !important;
  overflow-x: scroll !important;
}
.tbl-slide::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  background-color: #e4e5e6 !important;
  top: 0;
}
.tbl-slide::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #e4e5e6 !important;
}

.tbl-slide::-webkit-scrollbar-thumb {
  height: 5px !important;
  background-color: #346cb0 !important;
}

.tbl-slide::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

img.center {
  display: block;
  margin: 0 auto;
}

/*img.center:hover{
  box-shadow: inset 0px 0px 11px 0px #ecab2b; 
}*/

#btn {
  font-size: 14px !important;
  font-weight: 600;
}

.overview_section ul li .item_inner:hover .dashboard_list {
  border-color: transparent;
}

/*.team-center thead tr th:hover{
  background-color: green;
  color: black;
}
*/
/*click-head:hover{
  color: black;
  text-decoration: none;
}*/

.my_collegues th {
  display: block;
  width: 100%;
  max-height: 200px;
  text-align: left;
}

.my_collegues tbody td {
  overflow-y: scroll !important;

  padding-bottom: 10px;
}

.my_collegues::-webkit-scrollbar {
  width: 5px !important;
  background-color: #e4e5e6 !important;
}

.my_collegues::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #e4e5e6 !important;
}

.my_collegues::-webkit-scrollbar-thumb {
  height: 5px !important;
  background-color: #346cb0 !important;
}

.my_collegues::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.text-sm-center:hover {
  background-color: #346cb0;
  color: white;
}

.my-team {
  width: 100%;
  margin-left: -19px;
  text-decoration: none;
  text-align: center;
  margin-top: 5px;
}

.my-teams {
  width: 100%;
}

.dash-yellow {
  color: #3b5998;
  padding: 8px;
  border-bottom: 1px solid #efefef;
  font-weight: 600 !important;
}
.dash-green {
  color: #319d57;
  padding: 8px;
  border-bottom: 1px solid #efefef;
  font-weight: 600 !important;
}
.dash-request {
  color: #2999ff;
  padding: 8px;
  border-bottom: 1px solid #efefef;
  font-weight: 600 !important;
}
.dash-blue {
  color: #3b5998;
  padding: 8px;
  border-bottom: 1px solid #efefef;
  font-weight: 600 !important;
}
.dash-red {
  color: #f86c6b;
  padding: 8px;
  border-bottom: 1px solid #efefef;
  font-weight: 600 !important;
}

.badge {
  float: right;
}

div.sticky {
  position: sticky !important;
  position: -webkit-sticky;
  top: 0;
}
/* .dash:hover{
  color: white;
} */
.dash-blue:hover {
  background-color: #e9f4ef;
}
.dash-red:hover {
  background-color: #e9f4ef;
}
.dash-green:hover {
  background-color: #e9f4ef;
}
.dash-yellow:hover {
  background-color: #e9f4ef;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
  /*border-radius: 10px 0px 10px 0px;
    box-shadow: 5px 5px 8px #d5d5d5;*/
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.profile-image {
  width: 200px;
  margin-right: 25px;
}

.profile-info__body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.profile-info {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.profile-left {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 20px;
}

.emp-profile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.emp-profile {
  padding-top: 24px;
  margin-left: 40px;
  padding-bottom: 10px;
}

.emp-profile .emp-profile-body:first-child {
  padding-right: 40px;
}

.emp-profile-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.flex,
.space-between {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.second-profile-left {
  margin-right: 30px;
}
.second-profile-left .badges {
  margin: 10px 0px;
}
.second-profile-left .badge-emp .badges1 {
  font-weight: 400;
  font-size: 13px;
  justify-content: center;
}
.badges2 {
  background-color: rgb(235, 236, 240);
  color: rgb(69, 69, 69);
}
.second-profile-left .badge-emp .badges {
  margin-right: 10px;
  min-width: 100px;
  text-align: center;
}
.badges1 {
  background-color: black;
  color: white;
}
.badges {
  border-radius: 4px;
}
.badges {
  background: rgb(222, 222, 222);
  color: rgb(51, 50, 50);
  padding: 0.25rem 1rem;
  height: 2rem;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: default;
}

.profile-suboridinates {
  margin-top: auto;
}

.flex-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.emp-profile-body h3 {
  color: #0068d4;
}
.profile-suboridinates h3 {
  color: #0068d4;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
}
.emp-profile-body h3 {
  margin-bottom: 10px;
}
.profile-suboridinates h3 span {
  font-weight: 400;
  font-size: 13px;
  margin-left: 10px;
}
.profile-info-body span {
  margin: 4px 0;
}
.emp-profile-field {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.emp-profile-field-label {
  font-weight: 500;
  color: #8f8f8f;
  font-size: 13px;
  margin-bottom: 4px;
}
.emp-profile-field-item {
  font-weight: 400;
  color: #465060;
  font-size: 13px;
  margin-bottom: 4px;
}
.emp-profile-field-item {
  font-weight: 400;
  color: #465060;
  font-size: 13px;
  margin-bottom: 4px;
}
.emp_profile .emp-profile-body:nth-child(2) {
  padding-left: 40px;
  border-left: 1px solid #c3c3c3;
}
.emp-profile-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.emp-profile-field:not(:last-child) {
  margin-bottom: 20px;
}
.emp-profile-field {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.emp-profile-field-label {
  font-weight: 500;
  color: #8f8f8f;
  font-size: 13px;
  margin-bottom: 4px;
}

/*.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  // width: 100px;
  // height: 100px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  background-color:dark#bdbdbd;
  // box-shadow: 1px 2px 10px 0px;
}*/

.centerr {
  /*position: absolute;*/
  /* top: 50px;
  left: 40px;*/
  height: 165px;
  width: 170px;
  background: #346cb0;
  border-radius: 10px 0px 10px 0px;
  overflow: hidden;
  margin-top: 24px;
}
.centerr:hover {
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.emply-profile {
  float: left;
  width: 82px;
  /*  height: 86px;*/
  text-align: center;
}

.titles {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  color: white;
}
.topics {
  /*    border-top: 1px solid dark#bdbdbd;
*/
  text-align: center;
}

.values {
  font-size: 16px;
  line-height: 25px;
  color: white;
}

.value {
  font-size: 16px;
  line-height: 25px;
}
.topics h5 {
  line-height: 41px;
  font-size: 18px;
  color: white;
}

.statss {
  float: right;
}
.boxxes {
  box-sizing: border-box;
  width: 76px;
  /*height: 50px;*/
  background: white;
  text-align: center;
  padding-top: 0px;
  transition: all 0.4s ease-in-out;
  /* border-radius: 0px 8px;*/
}
.boxxes:hover {
  background: #e1cfc2;
  cursor: pointer;
}

.boxxes:nth-child(2) {
  margin: 1px 0;
}

.boxxes span {
  display: block;
}

.values {
  font-size: 18px;
  font-weight: 600;
}

.parameters {
  font-size: 10px;
  font-weight: 600;
}

.sidebar-minimized
  .sidebar
  .nav-dropdown-items
  .nav-item
  .nav-link.nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  transition: transform 0.3s;
}

.card.profil_card img {
  max-width: 100%;
  max-height: 110px;
  box-shadow: 0 0 0 5px #fff;
}

.card.profil_card::after,
.card.profil_card img {
  border-radius: 50%;
}
.profil_card .infos h2 {
  font-size: 1.1rem;
  font-weight: 700;
}
.profil_card .infos h2 small {
  font-weight: 700;
  color: #4b5e75;
}
.profil_card .infos h4 {
  font-size: 13px;
  color: #4b5e75;
  margin-bottom: 0px;
  margin-top: 10px;
}

.profil_card .infos h4 b,
.profil_card .infos h4 small {
  color: #4b5e75;
  font-size: 13px;
  min-width: 85px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.profil_card .infos h4 small {
  padding-left: 2px;
}
.profil_card .infos ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-left: 0px;
}
.profil_card .infos ul li {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 27px;
}
.profil_card .infos ul li b {
  font-weight: 600;
  min-width: 85px;
  display: inline-block;
  position: relative;
}
.profil_card .infos ul li small {
  color: #4096ee;
  font-size: 13px;
  padding-left: 5px;
  word-break: break-all;
}
button.view.profile_btn {
  position: absolute;
  top: 0px;
  right: 20%;
}
button.view {
  border-radius: 100px;
  padding: 2px 20px;
  background: linear-gradient(
    to bottom,
    rgba(114, 184, 255, 1) 0%,
    rgba(64, 150, 238, 1) 100%
  );
  border: 1px solid #0062cc;
  color: #fff;
}
.profil_card .infos ul li a:hover {
  color: #4b5e75;
}
.card.profil_card {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  margin-bottom: 1rem;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
  border: 1px solid #fff;
}
.tab-content .card.profil_card:not(.bord) {
  border: 1px solid #fff !important;
}
button.view {
  border-radius: 100px;
  padding: 2px 20px;
  background: linear-gradient(
    to bottom,
    rgba(114, 184, 255, 1) 0%,
    rgba(64, 150, 238, 1) 100%
  );
  border: 1px solid #0062cc;
  color: #fff;
}

button.view.profile_btn {
  position: absolute;
  top: 0px;
  right: 2%;
}
.card.profil_card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  top: -0.7rem;
  left: -0.7rem;
}

.card.profil_card::before,
.card.profil_card::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.bk-header {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
}
.bk-header h4 {
  font-size: 16px;
  margin: 0px;
  background: #336bae;
  color: #fff;
  padding: 10px 10px;
}

.verticle_tab {
  display: block;
  padding-left: 0px;
  list-style-type: none;
  box-shadow: 1px 4px 12px #ddd;
  background: #fff;
}
.verticle_tab li {
  list-style: none;
  width: 100%;
}
.verticle_tab .entry-tabs.active {
  background: linear-gradient(to bottom, #346cb0, #7da8db);
  color: #fff;
}
.verticle_tab li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #696868;
  line-height: 1.35;
  word-spacing: 3px;
  border-bottom: 1px solid #eee;
  padding: 7px 5px;
  position: relative;
}
.verticle_tab li a i {
  text-align: center;
  min-width: 15px;
}
.verticle_tab .entry-tabs.active:before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-left: 0.6em solid #5b8cc7;
  border-top: 0.6em solid transparent;
  border-right: 0;
  border-bottom: 0.6em solid transparent;
  position: absolute;
  left: 100%;
  top: 25%;
}

.tab-contentt {
  padding-top: 20px;
}

.fade {
  transition: opacity 0.15s linear;
}

.profile-box {
  min-height: 250px;
}

.cards {
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
  margin-bottom: 30px;
}

.cards {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.cards-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.cards-title {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.edit-icon {
  height: 25px;
  width: 25px;
  border-radius: 100% !important;
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 14px !important;
  text-align: center;
  padding: 2px !important;
  background: #fff;
  color: #346cb0;
  border: 1px solid #ddd;
  float: right;
}
.edit-icon:hover {
  color: #fff !important;
  background: #007bff !important;
  border-color: #fff;
}

.fa-pencil:before {
  content: "\f040";
}

.personal-info li {
  margin-bottom: 10px;
}

.pro-overview .personal-info li .title {
  width: 50%;
}

.personal-info li .title {
  color: #4f4f4f;
  float: left;
  font-weight: 500;
  margin-right: 30px;
  width: 25%;
}

.personal-info li .text {
  color: #8e8e8e;
  display: block;
  overflow: hidden;
}

.experience-box {
  position: relative;
}
.profil_card .infos ul.experience-list {
  list-style: none;
  margin: 0;
  margin-left: -5px;
  padding: 0;
  position: relative;
}
.experience-list::before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}
.experience-list > li {
  position: relative;
}
.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
.before-circle {
  background-color: #ddd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.experience-list > li .experience-content {
  margin: 0 0 15px 30px;
  padding: 0;
  position: relative;
}
.experience-list > li .experience-content .timeline-content {
  color: #9e9e9e;
  line-height: 20px;
}
.experience-list > li .experience-content .timeline-content a.name {
  color: #616161;
  font-weight: 600;
  display: block;
}
.experience-list > li span {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
.experience-list > li span.time {
  padding-right: 0px;
}
.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 10px;
}
.experience-list > li:last-child .experience-content {
  margin-bottom: 0;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
/* .table>:not(caption)>*>* {
      padding: 0.5rem 0.5rem;
      background-color: var(--bs-table-bg);
      border-bottom-width: 1px;
      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  } */
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.action-icon {
  color: #777;
  font-size: 18px;
  display: inline-block;
}
.dropdown-toggle {
  white-space: nowrap;
}
.table .dropdown-menu {
  font-size: 13px;
  min-width: 120px;
  padding: 0;
}
.table .dropdown-menu .dropdown-item {
  padding: 5px 10px;
}
.m-r-5 {
  margin-right: 5px !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.profile-view .profile-img-wrap {
  height: 120px;
  width: 120px;
}
.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: #fff;
  overflow: hidden;
}
.profile-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}
.profile-view .profile-basic {
  margin-left: 140px;
  padding-right: 50px;
}
.profile-basic {
  margin-left: 140px;
}
.profile-info-left {
  border-right: 2px dashed #ccc;
}
.text-muted {
  color: #8e8e8e !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
h6,
.h6 {
  font-size: 0.75rem;
}
.user-name {
  color: #333;
}
.staff-id {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.small,
small {
  font-size: 0.875em;
}
.staff-msg {
  margin-top: 30px;
}
.btn-custom {
  background: #ff9b44;
  background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
  background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
  background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
  background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
  color: #fff;
}
.profile-view .pro-edit {
  position: absolute;
  right: 0;
  top: 0;
}
.avatarr-box {
  float: left;
}
.avatarr.avatarr-xs {
  width: 24px;
  height: 24px;
}
.avatar {
  background-color: #aaa;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  margin: 0 10px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 38px;
  position: relative;
  white-space: nowrap;
}
.avatarr > img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 100%;
  /* box-shadow: 0 0px 0 2px rgb(254 130 88); */
  /* border: 2px solid rgb(254 130 88); */
}
.avatarr > img {
  vertical-align: initial;
  height: 24px;
}
/*.img-avatar, .avatar > img, .img-circle {
      max-width: 100%;
      
      border-radius: 50em;
  }*/
.profile-img-wrap img {
  border-radius: 50%;
  height: 120px;
  width: 100px;
}
.avatar.avatar-xs {
  width: 24px;
  height: 24px;
}

.welcome_msg {
  font-weight: 600;
  padding-top: 5px;
}
.main .dashboard-top-form .form-group label {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-right: 0px;
  padding-top: 5px;
}
.main .dashboard-top-form button {
  padding: 3px 10px;
}

.leave-block,
.my-leave {
  border-radius: 5px;
  margin-bottom: 30px;
}
.leave-block {
  max-width: 100% !important;
}
.leave-block {
  width: 1000px;
  max-width: 100%;
  margin-bottom: 20px;
}
.my-leave {
  width: 100%;
}
.wrap-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.bloch__title,
.bloch__title h1,
.bloch__title h2,
.bloch__title h3,
.bloch__title h4 {
  font-size: 16px;
  color: #2c2d2c;
  font-weight: 500;
  line-height: 24px;
}
.bloch__title {
  margin-bottom: 5px;
}
.my-leave-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-color: var(--color-white);
  border: 1px solid #e3e1e1;
}
.my-leave-body .row-header {
  font-weight: 420;
  background-color: #6c9ad1;
  border: 1px solid #e2e4ed;
  color: white;
}
.my-leave-body-row {
  color: #2c2d2c;
  border-bottom: 1px solid #e2e4ed;
  display: grid;
  grid-template-columns: minmax(100px, 140px) repeat(5, 1fr);
}
.my-leave-body .cell {
  width: 100%;
  /*    min-width: 150px;*/
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  text-align: center;
}
.my-leave-body-row:not(:first-child) .cell {
  font-weight: 400;
}
/*.leave-block .my-leave-body .leave-remaining, .leave-block .my-leave-body .total {
      color: #1a1a1a;
      font-weight: 450;
  }*/
.my-leave-body .leave-remaining {
  color: #52ae0b;
}
.my-attendance-body-row {
  color: #2c2d2c;
  border-bottom: 1px solid #e2e4ed;
  display: grid;
  grid-template-columns: minmax(100px, 140px) repeat(4, 1fr);
}
.my-attendance-body-row {
  color: #2c2d2c;
  border-bottom: 1px solid #e2e4ed;
  display: grid;
  grid-template-columns: minmax(100px, 140px) repeat(4, 1fr);
}

.hover-tbl:hover {
  background-color: #ebebeb;
}

.cell-1 {
  border-collapse: separate;
  border-spacing: 0 4em;
  background: #ffffff;
  border-bottom: 5px solid transparent;
  background-clip: padding-box;
  cursor: pointer;
}
thead {
  background: #dddcdc;
}
.table-elipse {
  cursor: pointer;
}
#demo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row-child {
  background-color: #e5eff7;
  color: #444;
}

.tbl_dep {
  margin-bottom: 15px;
}
.tbl_dep table {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tbl_dep .table-responsive {
  padding-bottom: 0px;
}
.tbl_dep table tr td:first-child {
  text-align: center;
  border-left: none;
}
.tbl_dep table tr td {
  font-size: 10px;
  font-weight: 700;
  background-color: #fff;
  border-left: 1px solid #bdbdbd;
}
.tbl_dep table tr td span.badge {
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  line-height: 10px;
  padding: 2px;
}
.tbl_dep table tr.main_col:hover td {
  cursor: pointer;
  background: #e9f4ef;
}
.tbl_dep table tr.collapse {
  border-top: 1px solid #ddd;
}
.tbl_dep table tr.collapse td {
  background-color: #e5eff7;
  border: none;
}

.tbl_dep table tr td:nth-child(5) {
  color: red;
  background-color: #fbe9e9;
  /* border-color: #f7d6d5; */
}

.modal-header {
  border-bottom: 1px solid #ddd;
  background: #e5eff7 !important;
  padding: 5px 15px !important;
  margin-bottom: 10px;
}
.modal-header #modal_head {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.modal-wrapper .card {
  min-height: 100px;
}
.modal-wrapper table {
  margin-bottom: 0px;
}
.modal-wrapper .table-responsive {
  padding-bottom: 0px;
}
button.close-button {
  border: 0;
  font-size: 16px;
  text-align: right;
  padding: 0px 7px 7px 2px;
  color: #fff;
  height: 35px;
  width: 35px;
}
.emp-info {
  color: #4b5e75;
  font-size: 12px;
  font-weight: 600;
}
.emp-info .card-body ul {
  margin-bottom: 0px;
  padding: 0px;
}
.emp-info .card-body ul li {
  display: inline-block;
  position: relative;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 30%;
}
.emp-info .card-body span {
  font-weight: 700;
  padding-left: 5px;
}

.report_table {
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}
.report_table .table-responsive {
  border-radius: 0.25rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.report_table h5 {
  font-size: 16px;
}
.report_table .table > tbody > tr > td:not(:last-child),
.report_table .table > tbody > tr > th {
  vertical-align: top !important;
}
.report_table .table > thead > tr > th,
.g_table .table > thead > tr > th {
  padding: 5px 8px !important;
}
.report_table .table > tbody > tr > td,
.g_table .table > tbody > tr > td {
  font-size: 12px;
  padding: 5px 8px;
  font-weight: 600;
}
.additional_div.report_table .table > tbody > tr > td:last-child,
.deduction_div.report_table .table > tbody > tr > td:last-child {
  text-align: right;
}
.save_allowance h6,
.cancel_allowance h6 {
  margin-bottom: 0px;
}
.report_table .table > tbody > tr > td span,
.report_table .table > tbody > tr > td button,
.save_allowance h6,
.save_allowance i,
.cancel_allowance h6,
.cancel_allowance i {
  display: inline-block;
  position: relative;
}
.adjustment_div.report_table h4 a.btn {
  font-size: 11px;
  padding: 2px 10px !important;
  line-height: 15px;
}
.additional_div.report_table .allowanceSave,
.additional_div.report_table .allowanceCancel,
.deduction_div.report_table .allowanceSave,
.deduction_div.report_table .allowanceCancel {
  padding: 2px 10px !important;
}
.additional_div.report_table td.dblClickSpan,
.deduction_div.report_table td.dblClickSpan {
  text-align: center !important;
  cursor: pointer;
}
.additional_div.report_table td.dblClickSpan:hover,
.deduction_div.report_table td.dblClickSpan:hover {
  background-color: #fff !important;
}
.additional_div.report_table td.dblClickSpan .form-control,
.deduction_div.report_table td.dblClickSpan .form-control {
  height: 20px !important;
}

.nav-pills button.nav-link {
  padding: 5px 30px;
  line-height: 20px;
  border: none;
  font-size: 13px !important;
  font-weight: 600;
  background-color: #346cb008;
  color: #677f99 !important;
  line-height: 1.35;
  word-spacing: 3px !important;
  border: none;
  border-bottom: 2px solid transparent !important;
  box-shadow: none;
  box-shadow: 0 2px rgb(0 0 0 / 14%);
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}
.nav-pills button.nav-link:hover {
  color: #346cb0 !important;
  background-color: #fff !important;
  border-bottom-color: #346cb0 !important;
}
.nav-pills button.nav-link.active {
  border-bottom: 2px solid #3f6ba1 !important;
  color: #fff !important;
  background: #4d7db7 !important;
  font-weight: 600;
}
.nav-pills button.nav-link.active:before {
  position: absolute;
  left: 40%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 0px;
  border-top: 10px solid #4d7db7;
  top: 99%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.leave_app_dtl {
  background: #d3e3d3;
  display: block;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c9cfc9;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.leave_app_dtl em,
.leave_app_dtl a,
.leave_app_list ul li,
.leave_app_list ul li.li_100 ol,
.leave_app_list ul li.li_100 ol li em,
.leave_app_list ul li.li_100 ol li b,
.leave_app_list ul li.li_100 span em,
.singleday_type label,
.singleday_type input,
.halfday_type label,
.halfday_type input {
  display: inline-block;
  position: relative;
}

.pop_up_table {
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
}
.pop_up_table table,
.pop_up_table .table {
  margin-bottom: 0px;
}
.pop_up_table h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: -1px;
  color: #4b5e75;
  background-color: lightgray;
  border-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid #c8ced3;
}
.pop_up_table h5 {
  background-color: #e5eff7;
  border-radius: 0px;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 0px;
  color: #4b5e75;
}
.pop_up_table .table-responsive {
  padding-bottom: 0px;
  border: 1px solid #c8ced3;
  border-top: none;
}
.pop_up_table .table > thead > tr > th {
  padding: 5px 6px !important;
  word-break: break-all;
}
.pop_up_table .table > tbody > tr > td {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
}
.pop_up_table .table > tbody > tr > td span {
  font-size: 11px !important;
  font-weight: 500 !important;
}

#leaveHistory_filter {
  display: none !important;
}
.pop_up_table .dataTables_scrollBody thead > tr > th {
  padding: 1px 8px !important;
}

.leave_app_list ul {
  padding: 0px;
  list-style: none;
  line-height: 23px;
  margin-bottom: 0px;
}
.leave_app_list ul li {
  width: 49.5%;
  padding: 2px 15px;
  border-bottom: 1px solid #eee;
}
.leave_app_list ul li:last-child {
  border-color: transparent !important;
}
.leave_app_list ul li.li_100 {
  width: 100%;
}
.leave_app_list ul li label {
  min-width: 125px;
  margin-bottom: 0px;
}
.leave_app_list ul li span {
  color: #346cb0;
}
.leave_app_list ul li.li_100 span em {
  font-style: normal;
  color: #4b5e75;
  padding: 0px 5px;
  font-weight: 500;
}
.leave_app_list ul li.li_100 ol {
  padding-left: 0px;
  width: 75%;
  vertical-align: top;
}
.leave_app_list ul li.li_100 ol li {
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 0px;
}
.leave_app_list ul li.li_100 ol li:last-child {
  border: none;
}
.leave_app_list ul li.li_100 ol li em {
  font-style: normal;
  min-width: 32.5%;
  font-weight: 500;
  color: #4b5e75;
}
.leave_app_list ul li.li_100 ol li b {
  font-weight: 500;
  padding-left: 15px;
  color: #346cb0;
}
.card-body.leave_app_list {
  padding: 5px 0px !important;
}
.bg-light-gray {
  background: #f4f6f9;
}
.bg-light-red {
  background-color: #fbecee;
}

.paginate_button.previous,
.paginate_button.next {
  display: none !important;
}

/* Employee Dashboard */
.card.profil_card::after {
  height: 17rem;
  width: 17rem;
  background-color: rgb(65 114 245 / 15%);
  top: -9rem;
  right: -9rem;
  box-shadow: 2rem 6rem 0 -3rem #fff;
}
.card.profil_card::before,
.card.profil_card::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.card.profil_card::after,
.card.profil_card img {
  border-radius: 50%;
}
.infos button {
  border-radius: 100% !important;
  height: 30px;
  width: 30px;
  text-align: center;
}
.emp_clock .card-body {
  color: #4b5e75;
  padding-left: 10% !important;
}
.emp_clock span {
  font-weight: 600;
}
.emp_clock h5 {
  font-weight: 700;
  color: #346cb0;
  margin-bottom: 30px;
}

.live_data .report_table .table > thead > tr > th,
.live_data .report_table .table > tbody > tr > td {
  padding: 5px 8px !important;
}
.live_data .report_table .table-responsive {
  min-height: inherit !important;
}

.quick_link ul {
  max-height: 200px;
  overflow-y: scroll;
  margin-bottom: 0px;
}
.quick_link ul::-webkit-scrollbar-track,
.g_info .card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 50px;
}

.quick_link ul::-webkit-scrollbar,
.g_info .card-body::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.quick_link ul::-webkit-scrollbar-thumb,
.g_info .card-body::-webkit-scrollbar-thumb {
  background-color: #0ae;
  border-radius: 50px;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}
em.text-muted {
  font-style: normal;
}
.notice_board {
  min-height: 193px;
}
.notice_board > ul {
  min-height: 163px;
}
.overview_notices {
  margin: 0px 0px 15px 0px;
}
.Payslip_table .img-box a {
  display: block;
}
.Payslip_table .img-box a strong {
  font-weight: 600;
}
.report_table ul.index-label {
  margin-bottom: 0px;
}
.index-label-sec {
  border: 1px solid #c8ced3;
}
.index-label-sec .btn_inline_sec {
  padding-bottom: 0px;
}
.img figure {
  margin-bottom: 0px;
}

/* Hover CSS Start Here */
#btn:hover {
  background: #346cb0 !important;
  color: #fff !important;
  border-color: #346cb0 !important;
}
.overview_section ul li .item_inner:hover,
#custom_table:hover,
.overview_notices:hover,
#calendar-nepali:hover,
.custom_table:hover,
.report_table:hover,
.notice_board:hover {
  -webkit-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.25);
  -ms-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.25);
  -o-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.25);
  box-shadow: 0 2px 5px rgba(34, 25, 25, 0.25);
}
.Payslip_table .img-box:hover a {
  box-shadow: inset 0px 2px 18px 1px #7ecfff;
}
.Payslip_table a:hover {
  text-decoration: none;
}
ul.index-label li a:hover {
  color: #fff;
}
.pop_up_table .table > tbody > tr.sum_total > td {
  font-size: 13px;
}
.pop_up_table .close_btn {
  margin-top: 0px !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px auto;
}
.avatar-edit {
  position: absolute;
  left: 1px;
  z-index: 1;
  top: 1px;
}
.avatar-edit input {
  display: none;
}
.avatar-edit input + label {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  /* border-radius: 100%; */
  background: transparent;
  border: 5px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-edit input + label:hover {
  border-color: #7da8db;
}
.avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 14px;
  left: 75%;
  right: 0;
  text-align: center;
  margin: auto;
  height: 30px;
  width: 30px;
  padding: 5px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-edit input + label:after:hover {
  background: #30619e;
  border-color: #30619e;
  color: #fff;
}
.avatar-edit input + label:hover:after {
  color: #fff;
  background: #30619e;
}
.avatar-card-holder-preview {
  width: 162px;
  height: 162px;
  position: relative;
  /* border-radius: 100%; */
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-card-holder-preview>div {
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-preview {
  width: 162px;
  height: 162px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#basicInfoForm h6 span {
  padding-left: 10px;
  display: inline-block;
  position: relative;
}
.pro-edit {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.g_info h3 {
  font-size: 16px;
  color: #4b5e75;
  font-weight: 600;
  padding: 10px 10px 5px 15px;
  border-bottom: 1px solid #e0e7fb;
  background: #e0e7fb;
  margin-bottom: 0px;
}
.g_info .card-body {
  min-height: 205px;
  max-height: 205px;
  overflow-y: auto;
}
.g_table table {
  border: 1px solid #eee;
}
.navbar-toggle {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  border-radius: 0.25rem;
  color: #346cb0;
  line-height: 1;
  background-color: #fff;
  border: 1px solid transparent;
}
.table.table_info thead > tr > th {
  border-right: 1px solid #fff !important;
  font-size: 12px;
}
.table.table_info thead > tr > th:last-child {
  border-right: none !important;
}
.singleday_type label,
.halfday_type label {
  padding-right: 5px;
  font-weight: 600;
}
.singleday_type input,
.halfday_type input {
  margin-right: 10px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.card-header .card-title a.pull-right {
  margin-top: -2px !important;
}

.report_table .att_table .table > tbody > tr > td:not(:last-child) {
  vertical-align: bottom !important;
}

.print_table .table thead tr th.s_th {
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}
.print_table .table tbody tr td.e_name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.sidebar-minimized
  .sidebar
  .nav
  > .nav-item.nav-dropdown.open
  .nav-dropdown-items {
  position: absolute;
  left: 40px !important;
  display: inline;
  padding-left: 0px;
}
.sidebar-minimized .sidebar .nav > .nav-item.nav-dropdown.open {
  background: #346cb0;
  width: 270px !important;
  overflow: visible;
}
.sidebar-minimized .sidebar .nav > .nav-item.nav-dropdown.open > .nav-link {
  background: #cee9ff;
  font-weight: 700;
}
.sidebar-minimized
  .sidebar
  .nav
  > .nav-item.nav-dropdown.open
  .nav-dropdown-items
  .nav-item.nav-dropdown
  .nav-dropdown-items {
  opacity: 1 !important;
  left: 100% !important;
}
.sidebar-minimized
  .sidebar
  .nav
  > .nav-item.nav-dropdown.open
  .nav-dropdown-items
  .nav-item.nav-dropdown.open
  .nav-dropdown-items {
  position: absolute;
  left: 100% !important;
  display: inline;
  padding-left: 0px;
  opacity: 1 !important;
}

/* .sidebar-minimized .sidebar .nav > .nav-item.nav-dropdown.open .nav-dropdown-items .nav-item.nav-dropdown.open .nav-dropdown-items{
    opacity: 1 !important;
    overflow: visible !important;
    left: 100% !important;
    position: absolute;
    background: #fff;
    top: 0px;
    z-index: 2;
  } */

.search_box .input-group-append .btn {
  padding: 2px 9px;
  line-height: 10px;
  height: 30px;
}

table.dataTable.no-footer.overtimeSummary,
table.dataTable.no-footer.leaveapplication {
  color: #fff !important;
  vertical-align: bottom !important;
}
.overtime_sum_tbl .table > tbody > tr > td:not(:last-child),
.leave_tbl .table > tbody > tr > td:not(:last-child) {
  vertical-align: bottom !important;
}
.search_box {
  margin-bottom: 0px !important;
}
.ad_button {
  position: absolute;
  top: 1px;
  right: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.ad_button_inner {
  top: 24px;
  right: 9px;
}
.alt_table .btn-sm.btn-primary.ad_button_inner {
  top: 6px;
  margin: 0px !important;
}
.search_box input.ad_button_inner,
.form-horizontal input.ad_button_inner {
  width: auto;
  color: #fff;
  top: 23px;
  right: 9px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.pop-distribution tbody tr td .form-control,
.pop-distribution tbody tr td .form-control:not(textarea),
.pop-distribution tfoot tr td .form-control,
.pop-distribution tfoot tr td .form-control:not(textarea) {
  height: 26px !important;
  line-height: 25px !important;
  font-size: 12px !important;
  padding: 2px 7px !important;
}
form label {
  font-weight: 600;
}
.gridtable tbody {
  display: block;
  max-height: 198px;
  overflow-y: scroll;
}
.gridtable thead,
.gridtable tbody tr,
.gridtable tfoot tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gridtable tfoot {
  display: block;
}
.summary_div .gridtable tfoot {
  width: calc(100% - 0.33em);
}
.gridtable tfoot tr td {
  font-size: 13px;
}
.gridtable tfoot tr td:last-child {
  padding-right: 15px;
  border-left: 1px solid #bdbdbd;
}
.gridtable thead {
  width: calc(100% - 0.33em);
}
.gridtable thead {
  position: relative;
}
.gridtable thead th:last-child:after {
  content: " ";
  position: absolute;
  background-color: #e4e5e6;
  width: 0.5em;
  height: 107%;
  right: -0.4em;
  top: -1px;
  border: 1px solid #c8ced3;
  border-left: 0;
}
.gridtable thead th:last-child:after {
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  background: linear-gradient(
    to bottom,
    #f2f2f2 0%,
    #ebebeb 42%,
    #dddddd 47%,
    #cfcfcf 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0);
}

.gridtable tbody::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.gridtable tbody::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
}
.gridtable tbody::-webkit-scrollbar-thumb {
  background-color: #0ae;
  /* background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  ); */
}

.gridtable tbody::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.gridtable .multiple_days_leave_table thead tr th:first-child,
.gridtable .multiple_days_leave_table tbody tr td:first-child {
  width: 30px;
}

.modal .pop_up_table .gridtable {
  min-width: 475px !important;
}

.organizationInfo {
  font-size: 16px;
  background: #fff;
  padding: 10px 10px;
  color: #000;
  letter-spacing: 0.025em;
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
  margin-bottom: 0px;
  min-height: 130px;
}
.organizationInfo h2 {
  font-size: 26px;
}
.organizationInfo h3 {
  font-size: 20px;
}
.organizationInfo h4 {
  font-size: 18px;
}
.organizationInfo h5 {
  font-size: 16px;
}
.organizationInfo h6 {
  font-size: 14px;
}
.org_name {
  text-align: center !important;
  padding-right: 10%;
}
.organizationInfo {
  position: relative;
}
.organizationInfo .print-logo {
  position: absolute;
  max-width: 160px;
  left: 5px;
  top: 10px;
  z-index: 1;
}
.print-logo img {
  max-width: 100%;
  max-height: 115px;
}
#modal_body .organizationInfo {
  margin-top: 30px;
}
#modal_body .print_btn {
  margin-right: 25px;
}
.print_date {
  text-align: right !important;
  font-weight: 600;
  display: none;
}
.searchReport {
  margin-top: 0px;
}
.pdf-wrapper .table td .form-control,
.print_table .table td .form-control {
  padding: 0.175rem !important;
}
.information-btn {
  padding-bottom: 0px !important;
}
.modal-body .btn span {
  color: #fff;
}
.fixed-table-header.roster_tbl thead tr.first_head th:nth-child(3),
.fixed-table-header.roster_tbl tbody.first_body tr td:nth-child(3) {
  left: 47px;
}
.fixed-table-header.roster_tbl thead tr.first_head th:nth-child(1),
.fixed-table-header.roster_tbl thead tr.first_head th:nth-child(2),
.fixed-table-header.roster_tbl thead tr.first_head th:nth-child(3) {
  top: -6px;
}

.fixed-table-header.roster_tbl thead tr.first_head th:nth-child(4),
.emp_report .fixed-table-header thead tr.first_head th:nth-child(4) {
  position: sticky;
  top: -6px;
  left: 93px;
  z-index: 5;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.fixed-table-header.roster_tbl tbody.first_body tr td:nth-child(4),
.emp_report .fixed-table-header tbody.first_body tr td:nth-child(4) {
  position: sticky;
  top: 45px;
  left: 93px;
  z-index: 4;
  background: white;
  border-right: 1px solid #bdbdbd !important;
  border-top: 1px solid #bdbdbd;
}
.mt-10 {
  margin-top: 10px;
}

.emp_report tr td {
  background: #fff !important;
}
.emp_report .fixed-table-header thead tr.first_head th:nth-child(4) {
  top: -1px;
}
.emp_report .fixed-table-header thead tr.first_head th:nth-child(2),
.emp_report .fixed-table-header tbody.first_body tr td:nth-child(2) {
  left: 25px;
}
.emp_report .fixed-table-header thead tr.first_head th:nth-child(3),
.emp_report .fixed-table-header tbody.first_body tr td:nth-child(3) {
  left: 70px;
}
.emp_report .fixed-table-header thead tr.first_head th:nth-child(4),
.emp_report .fixed-table-header tbody.first_body tr td:nth-child(4) {
  left: 114px;
}

.status_date,
.tbl_date {
  position: relative;
  min-width: 105px;
}
.alt_table .status_date .btn-sm.btn-primary.ad_button_inner,
.modal .tbl_date .btn-sm.btn-primary.ad_button_inner {
  top: 0;
  right: 0;
}
.modal .tbl_date .btn-sm.btn-primary.ad_button_inner {
  padding: 2px 5px !important;
}

.alt_table .form-control {
  padding: 0.12rem !important;
}
.alt_table tr td {
  vertical-align: middle !important;
}
.alt_table.table thead tr th,
.alt_table.table tbody tr td {
  border-right: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
}
.alt_table.table thead tr th {
  border-right: 1px solid #eee !important;
}
.table thead th {
  border-bottom: none !important;
}
.alt_table tbody tr.total_sec td {
  color: #000;
}
.alt_table tbody tr td.unique_word {
  background: #fff;
}
.alt_table tbody tr.alter td {
  border: 0;
  text-align: center;
}
.alt_table tbody tr td.header {
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
}
.alt_table tbody tr td.noboder {
  border-right: 0;
  text-align: center;
}
.alt_table tbody tr td.noboder + td {
  border-left: 0px;
}
.alt_table tfoot tr td {
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}
.alt_table table.noborder {
  border: 0px;
}
.alt_table tr.noborder {
  border: 0px;
}
.alt_table td.noborder {
  border: 0px;
}
.alt_table tr.borderBottom {
  border-bottom: none;
}
.alt_table tr.header td {
  font-weight: bold;
}
.prepared_by {
  display: none !important;
}
.outer_border {
  border: 1px solid;
}
.ad_master {
  width: 100%;
}
.right_align {
  float: right;
  padding-right: 5px;
}
.tbl_additional_deduction tbody tr td {
  font-size: 12px;
  color: #000000;
}
.innertbl_border_less {
  border-style: hidden !important;
}

.tbl-info tr td {
  font-weight: 600 !important;
  border: 1px solid #eee;
}
.tbl-info tr td span {
  color: #346cb0;
  float: right;
}
.mt-10 {
  margin-top: 10px;
}

.report-section ul.nav[role="tablist"] li a {
  font-size: 13px !important;
  font-weight: 600;
  background-color: #fff !important;
  color: #677f99 !important;
  margin-right: 10px !important;
  line-height: 1.35;
  word-spacing: 3px !important;
  border: none;
  border-bottom: 2px solid transparent !important;
  box-shadow: none;
  box-shadow: 0 2px rgb(0 0 0 / 14%);
  background: #fff;
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px !important;
  padding: 5px 10px;
  min-width: 50px;
  text-align: center;
}
.report-section ul.nav[role="tablist"] li a:hover {
  border-top: 0 !important;
  border-bottom: 2px solid #3f6ba1 !important;
}
.report-section ul.nav[role="tablist"] li a.active {
  border-top: 0 !important;
  background: #4d7db7 !important;
  color: #fff !important;
  border-bottom: 2px solid #3f6ba1 !important;
}
.report-section ul.nav[role="tablist"] li a.active:before {
  position: absolute;
  left: 40%;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 0px;
  border-top: 10px solid #4d7db7;
  top: 99%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#insurance_annual {
  background: #e5eff7;
  padding-bottom: 5px;
  border-radius: 4px;
}
#insurance_annual label {
  font-weight: bold;
}
#insurance_annual .col-6 {
  padding-top: 2px;
}

.tbl_small tr th,
.tbl_small tr td {
  padding: 2px 5px;
  font-size: 12px;
}
.box {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0px 0px 0px;
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
}
.select2-container.form-control {
  height: auto !important;
}

.letter_wrap {
  padding-top: 60px;
  font-weight: 500;
}
.letter_wrap b {
  font-weight: 800 !important;
}

.leave_info {
  text-transform: capitalize;
}
.leave_info small {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: red;
  vertical-align: middle;
  min-width: 5px;
}
.leave_info .leave_cat {
  display: inline-block;
  position: relative;
  width: 90%;
}
.leave_info span {
  float: right;
}
.summary_div {
  margin-top: 10px;
  margin-bottom: 10px;
}

tr.multiple-shift > td {
  background: #cccdd3 !important;
}
tr.off-shift > td {
  color: #020202 !important;
  font-weight: 600 !important;
  background: #f4f4f4 !important;
}

.table-scroll {
  height: 300px;
  padding: 0px;
}

.table-scroll table.flex-table {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.table-scroll table.flex-table thead {
  margin-right: 0px;
  display: block;
}

.table-scroll table.flex-table-aligned thead > tr {
  width: 100%;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
}
.table-scroll table.flex-table tr td,
.table-scroll table.flex-table tr th {
  display: block;
  flex: 1;
}
.table-scroll table.flex-table tbody {
  flex: 1;
  overflow-y: scroll;
}
.table-scroll table.flex-table tr {
  width: 100%;
  display: flex;
}

.multipleDaysDiv {
  margin-top: 10px;
}

ul.index-label .btnstatus {
  margin-right: 30px;
}
ul.index-label .btnstatus a {
  color: #ffffff;
  position: relative;
}
ul.index-label .present a {
  background-color: #319d57;
}
ul.index-label .absent a {
  background-color: #dd4e4e;
}
ul.index-label .earlyin a {
  background-color: #346cb0;
}
ul.index-label .latein a {
  background-color: #ff7600;
}
ul.index-label .earlyout a {
  background-color: #fcbc03;
}
ul.index-label .lateout a {
  background-color: #6307f6;
}
ul.index-label .btnstatus a span {
  color: #fff;
  position: absolute;
  left: 110%;
  top: 0px;
  background-color: #7aaedd;
  height: 25px;
  width: 25px;
  padding: 5px 1px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
  text-align: center;
  font-size: 11px !important;
}

ul.index-label .btnstatus a:after {
  position: absolute;
  right: -7px;
  content: "";
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 0px;
  border-right: 10px solid #346cb0;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  rotate: 45deg;
}

ul.index-label .btnstatus.present a:after {
  border-right: 10px solid #319d57;
}
ul.index-label .btnstatus.absent a:after {
  border-right: 10px solid #dd4e4e;
}
ul.index-label .btnstatus.earlyin a:after {
  border-right: 10px solid #346cb0;
}
ul.index-label .btnstatus.latein a:after {
  border-right: 10px solid #ff7600;
}
ul.index-label .btnstatus.earlyout a:after {
  border-right: 10px solid #fcbc03;
}
ul.index-label .btnstatus.lateout a:after {
  border-right: 10px solid #6307f6;
}

ul.index-label .btnstatus a:hover span {
  background-color: #4cb748;
}

.salary_slip h3 {
  font-size: 1.5rem;
}
.salary_slip h4 {
  font-size: 1.1rem;
}
.salary_slip h6 {
  margin-left: 0px !important;
  font-size: 1rem;
}
.salary_slip h3,
.salary_slip h4,
.salary_slip h5,
.salary_slip h6 {
  font-weight: 600;
}
.salary_slip h5,
.salary_slip h6 {
  color: #346cb0 !important;
  background: transparent !important;
  padding: 0px !important;
  border: none !important;
}
.salary_slip tr th,
.salary_slip tr td {
  padding: 5px 15px;
  border-color: #eee !important;
  border-left: 1px solid #eee;
}
.salary_slip tr th:last-child,
.salary_slip tr td:last-child {
  border-right: 1px solid #eee;
}
.salary_slip tr th {
  font-size: 16px;
}
.salary_slip tr td {
  font-weight: 500;
  font-size: 14px;
}
.salary_slip tr.table-info td,
.salary_slip tr.table-primary td,
.salary_slip tr.table-success td {
  font-weight: 600;
}
.salary_slip tr.table-light th {
  border: none !important;
}
.salary_slip tr.table-info td:nth-child(2n),
.salary_slip tr.table-primary td:nth-child(2n) {
  border-left: none;
  border-right: none;
}

.data_src_btn {
  padding: 5px 0px;
}
ul.index-label.data_src_btn li a {
  line-height: 15px;
  border: 1px solid #fff;
  color: #346cb0;
  font-weight: 600;
  color: #fff;
  position: relative;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
ul.index-label.data_src_btn li a.btn-all {
  color: #fff;
  background: #7aaedd !important;
  border: 1px solid #6e9ec9 !important;
}
ul.index-label.data_src_btn li a span {
  border-radius: 0px;
  padding: 6px 4px;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-right: -10px;
  min-width: 25px;
  margin-left: 5px;
}
ul.index-label.data_src_btn .btnstatus {
  margin-right: 15px;
}
ul.index-label.data_src_btn li a:hover {
  color: #fff !important;
  background-color: #346cb0 !important;
  border-color: #fff !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
ul.index-label.data_src_btn li a.btn-all:hover {
  border-color: #346cb0 !important;
}
ul.index-label.data_src_btn li a:after {
  content: "";
  position: absolute;
  top: 4px;
  z-index: 1;
  right: -1px;
  border-width: 14px 0px 14px 14px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  rotate: 45deg;
}
ul.index-label.data_src_btn li a.btn-all:after {
  border-color: #7aaedd transparent transparent transparent;
}
ul.index-label.data_src_btn li a.btn-all:hover:after {
  border-color: #346cb0 transparent transparent transparent;
}

.custom-file-uploader {
  position: relative;
  padding: 3px 10px !important;
}

.custom-file-uploader input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.g_info_dtl {
  margin-top: 20px !important;
  max-height: 600px;
  overflow-y: auto;
  padding: 0px 10px 10px 10px;
  border: 1px solid #eee;
}
#modal_body .g_info_dtl h5 {
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.g_info_dtl h4 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  color: #677f99;
}
.g_info_dtl .col-xl-3 label {
  min-width: 80px;
}
.g_info_dtl .col-xl-3 span {
  color: #006699;
}
.g_info_dtl::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}
.g_info_dtl::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
}
.g_info_dtl::-webkit-scrollbar-thumb {
  background-color: #0ae;
  /* background-image: -webkit-gradient(
      linear,
      0 0,
      0 100%,
      color-stop(0.5, rgba(255, 255, 255, 0.2)),
      color-stop(0.5, transparent),
      to(transparent)
    ); */
}

.report-section .panel-body.tab-content::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.profile_update {
  font-size: 11px !important;
  margin-top: 5px;
  line-height: 10px !important;
}

table.alt_table strong {
  font-weight: 700 !important;
}

.missing_text {
  font-weight: 700 !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 75%;
}

.shift-divide {
  border-bottom: 1px solid #fff;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 6px;
}

.view_m_dtl {
  color: #7aaedd;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  text-align: center;
  padding: 1px;
  border: 1px solid #6e9ec9 !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.view_m_dtl:hover {
  color: #fff;
  background: #7aaedd;
}

.appraisal_table tr td strong {
  color: #006699;
  font-weight: 700 !important;
  padding-bottom: 5px;
}
.appraisal_table tr td .text {
  font-size: 13px;
  font-weight: 500;
}
.appraisal .card-header {
  padding: 5px 10px !important;
  font-size: 16px;
}
.appraisal .card-header h4 {
  margin: 0px;
  font-size: 15px;
}
.appraisal .card-body label {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px !important;
}
span.signiture {
  border-top: 1px dashed #ccc;
  padding-top: 5px;
  margin-top: 32px;
  position: relative;
  min-width: 220px;
  float: right;
  text-align: center;
  font-weight: 500;
  color: #999;
  font-size: 12px;
}

.add_ded_type {
  min-width: 60px !important;
}

table tr td a.btn-sm.btn-default.view,
table tr td a.btn-sm.btn-default.calculate_tax,
table tr td a.btn-sm.btn-default.rm_emp {
  padding: 2px 4px !important;
}

.btn_sift_gen {
  font-size: 14px;
  padding: 10px 15px;
}

.custom_table .birthday {
  margin-bottom: 30px;
}
.custom_table .birthday .gridtable {
  min-width: 400px;
}
.custom_table .birthday .gridtable .table {
  margin-bottom: 0px;
}
.custom_table .table-responsive.gridtable {
  border: none !important;
}
.custom_table .table-responsive.gridtable table {
  margin-bottom: 0px !important;
}
.custom_table .gridtable tbody {
  max-height: 172px;
}
.custom_table .gridtable .alt_table thead tr th,
.custom_table .gridtable .alt_table tbody tr td,
.custom_table .birthday .gridtable .alt_table thead tr th,
.custom_table .birthday .gridtable .alt_table tbody tr td {
  font-size: 12px;
}
.custom_table .birthday .gridtable .alt_table tbody tr td {
  font-size: 10px;
}

.custom_table .gridtable .alt_table thead tr th {
  background: #e4e5e6;
}

.custom_table .gridtable thead th:last-child:after {
  background: #e4e5e6;
  border: none;
}
.custom_table .gridtable tbody tr td {
  font-weight: 600;
}
.custom_table .gridtable tbody tr td a {
  display: block;
  font-weight: 700;
}
.custom_table .gridtable tbody tr td a:hover {
  text-decoration: none;
  color: #2999ff;
}
.custom_table .gridtable tbody tr:hover td {
  background: #e9f4ef;
}

.profile-detail p {
  display: block;
  width: 100%;
}
.profile-detail p em {
  display: inline-block;
  position: relative;
  min-width: 100px;
  font-style: normal;
}

.profile-detail p span {
  color: #346cb0 !important;
  font-style: normal !important;
  padding-left: 15px !important;
  font-weight: 600 !important;
}

.p-15 {
  padding: 15px;
}

.select2-results .select2-result-label {
  font-size: 12px;
  font-weight: 600;
}

.alt_table.table thead tr th a i.fa-trash {
  color: #db4a43;
}

.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 16px 34% 30px 30px;
}
.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 600px;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
}
.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: -30px;
  top: 33px;
  width: 85%;
  z-index: -1;
}
.process-model li.visited::after {
  background: #57b87b;
}
.process-model li:last-child::after {
  width: 0;
}
.process-model li {
  display: inline-block;
  width: 18%;
  text-align: center;
  float: none;
}
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}
.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}
.process-model li.active,
.process-model li.visited {
  color: #57b87b;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #57b87b;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}
.process-model li i {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
}
.process-model li.active i,
.process-model li.visited i {
  background: #fff;
  border-color: #57b87b;
}
.process-model li p {
  font-size: 14px;
  margin-top: 11px;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}
.process-model.contact-us-tab li::after {
  display: none;
}
.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}

.form_tabs ul.nav[role="tablist"] {
  margin-top: 0px;
}
.form_tabs .nav-tabs {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.form_tabs .nav-tabs li {
  text-align: center;
  position: relative;
}
.form_tabs .nav-tabs li button {
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: none;
  padding: 0px;
  position: relative;
}
.form_tabs .nav-tabs .nav-link.active,
.form_tabs .nav-tabs .nav-link.active:focus,
.form_tabs .nav-tabs .nav-link:focus {
  background: none;
}
.form_tabs .nav-tabs li button i {
  font-size: 18px;
  font-weight: 600;
  color: #677f99;
  line-height: 2;
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
  background: #fff;
  position: relative;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  z-index: 1;
}
.form_tabs .nav-tabs li button span {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 10px 9px 20px;
  line-height: 10px;
  box-shadow: 0px 2px 4px 0px rgb(0 19 95 / 9%);
  margin-left: -15px;
  font-size: 14px;
  font-weight: 600;
  color: #677f99;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 2px solid #fff;
}
.form_tabs .nav-tabs li:not(:last-child):before {
  position: absolute;
  content: "";
  height: 2px;
  background: #ccc;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.form_tabs .nav-tabs li button:hover i {
  background: #7da8db;
  color: #fff;
}
.form_tabs .nav-tabs li button:hover span {
  background: #cee9ff;
  color: #30619e;
}

.form_tabs .nav-tabs li button.active i,
.form_tabs .nav-tabs li button.active:hover i {
  background: #4d7db7;
  color: #fff;
}
.form_tabs .nav-tabs li button.active:hover span,
.form_tabs .nav-tabs li button.active span {
  background: #7da8db;
  color: #fff;
}

.form_tabs .nav-tabs li button.active .waves {
  display: none !important;
}

.form_tabs .nav-tabs li button .waves {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgb(52 108 176 / 45%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 43%;
  margin-left: -102px;
  top: 62%;
  margin-top: -45px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.form_tabs .card,
.mb-05 {
  margin-bottom: 5px;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.custom_overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 25, 28, 0.5);
  display: none;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.mini_overlay .custom_overlay {
  display: block;
}

.table tr:hover td,
.dataTable tr:hover td {
  background-color: rgba(23, 25, 28, 0.075) !important;
}

.table.fixed-table-header tr:hover td {
  background-color: rgb(245 245 245) !important;
}

.form-control,
textarea,
input {
  border-radius: 4px !important;
  margin-bottom: 5px;
}

.select2-results li {
  border-bottom: 1px solid #eee !important;
}
.select2-results li:last-child {
  border-bottom: none !important;
}

.pop_form {
  background: #f7f7f7;
  border: 1px solid #c6d3e6;
  padding: 15px;
}
.table-daily-atten-sum {
  margin-bottom: 30px;
}
.table-daily-atten-sum .alt_table thead tr th {
  padding: 5px 10px !important;
}
.table-daily-atten-sum .alt_table tbody tr td {
  font-size: 13px !important;
  padding: 5px 10px !important;
  font-weight: 600;
}

.card-body.leave_entry {
  padding: 0px !important;
}
.gridtable.tbl_multi_leave .alt_table tbody tr td {
  padding: 2px 10px !important;
}
.gridtable.tbl_multi_leave .form-group .form-control,
.gridtable.tbl_multi_leave .form-control:not(textarea) {
  margin-bottom: 0px !important;
}
.gridtable.tbl_multi_leave tbody {
  max-height: 107px;
}
.gridtable.leave-quota tbody {
  max-height: 185px;
}
.leave_entry textarea.form-control {
  height: 30px !important;
}
.gridtable.leave-quota .alt_table tfoot tr td {
  padding: 5px !important;
  font-weight: 600;
}
.multipleDaysDiv label b {
  font-weight: 700;
}
#changed_device_id {
  padding-left: 5px;
  padding-top: 5px;
}

.leave_entry input[type="file"] {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}

.leave_entry input::file-selector-button {
  background-color: #7aaedd;
  font-weight: 500;
  background-position-x: 0%;
  background-size: 100%;
  border: 0;
  border-radius: 0px;
  color: #fff;
  padding: 0.3rem 1.25rem;
  transition: all 0.25s;
}
.leave_entry input::file-selector-button:hover {
  background-color: #346cb0;
}

.footer_link {
  margin-bottom: 0px;
  padding-left: 0px;
}
.footer_link li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #fff;
  list-style: none;
  margin-left: 15px;
}
.footer_link li a {
  display: block;
  padding: 2px 10px 2px 15px;
  color: #cee9ff;
  font-weight: 500;
  position: relative;
}
.footer_link li a:after {
  content: "";
  position: absolute;
  top: 8px;
  z-index: 1;
  left: 2px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #cee9ff;
  border-radius: 100%;
}
.footer_link li a:hover:after {
  background: #fff;
}
.footer_link li a:hover {
  color: #fff;
}
.footer_link li:first-child {
  background: #cee9ff;
  padding: 5px 10px;
  margin-left: 0px;
  margin-top: -5px;
  margin-bottom: -5px;
  color: #123456;
  font-weight: 600;
}
.footer_link li:first-child:after {
  content: "";
  position: absolute;
  top: 8px;
  z-index: 1;
  right: -1px;
  border-width: 10px 0px 10px 10px;
  border-style: solid;
  border-color: #cee9ff transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  rotate: 45deg;
}

.overall_report {
  padding-top: 20px;
}
.overall_report .card {
  height: 94%;
}
.overall_report h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}
.overall_report ul a {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-weight: 600 !important;
  display: block;
  width: 100%;
}
.overall_report ul a i {
  margin-right: 10px;
}
.overall_report ul a:hover {
  background-color: #e9f4ef;
  text-decoration: none;
}

.form-control.report-search {
  width: 66%;
  margin-bottom: 15px;
}

.common_loder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 100vh;
  z-index: 1000000;
  color: #03a9f4;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  user-select: none;
}
.common_loder .spinner {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.common_loder .spinner > div {
  background-color: #03a9f4;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.common_loder .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.common_loder .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.common_loder .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.common_loder .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading-indicator .common_loder {
  display: block !important;
}

.ReactTable .rt-table {
  overflow: visible !important;
}
.ReactTable {
  overflow: auto !important;
}
.ReactTable .pagination-bottom {
  min-width: 600px;
}
.ReactTable::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

/* Track */
.ReactTable::-webkit-scrollbar-track {
  background: #c8ced3;
}

/* Handle */
.ReactTable::-webkit-scrollbar-thumb {
  background: #346cb0;
}

/* Handle on hover */
.ReactTable::-webkit-scrollbar-thumb:hover {
  background: #346cb0;
}

.missing_roster_header {
  background: #e5eff7 !important;
  border-color: #fff !important;
  text-align: left !important;
}
.missing_roster_header span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 75px;
  margin-right: 10px;
}
.missing_roster_header span select {
  margin-bottom: 0px !important;
  height: 22px !important;
  padding: 0.15rem !important;
}

.consult_dtl label {
  color: #123456;
  position: relative;
  padding-left: 10px;
}
.consult_dtl label:after {
  content: "•";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  line-height: 10px;
}
.consult_dtl label strong,
.consult_dtl strong {
  color: #346cb0;
  font-weight: 600;
}
.consult_dtl .btn-sm {
  padding: 1px 10px !important;
}

#modal_body .consult_dtl .card-header h5 {
  font-size: 16px !important;
}
.card.profil_card.consult_info::after {
  display: none;
}

.dashboard {
  padding-top: 15px;
}
.dashboard h2 {
  font-size: 20px;
  font-weight: 700;
  color: #234a83;
}
.box_433 {
  display: block;
  text-align: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  background: #fff;
  color: #234a83;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 14%);
}
.consultant-lists .single-list {
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 20px 20px;
  padding-left: 115px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.consultant-lists .single-list .list-icon {
  height: 55px;
  width: 55px;
  line-height: 65px;
  border: 2px solid #15c0b03d;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.consultant-lists .single-list .list-icon i {
  font-size: 36px;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #15c0b0, #3fdd90);
}
.consultant-lists .single-list.two .list-icon {
  border-color: #ddd7fb;
}
.consultant-lists .single-list.two .list-icon i {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #5d45fd, #6197ff);
}
.consultant-lists .single-list.three .list-icon {
  border-color: #f5e3f3;
}
.consultant-lists .single-list.three .list-icon i {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #de6dd5, #ff5eb3);
}
.consultant-lists .single-list h3 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  top: -2px;
  color: #123456;
}
.consultant-lists .single-list h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  color: #567890;
}
.consultant-lists {
  margin-bottom: 20px;
}
.project-lists {
  margin-bottom: 30px;
}
.project-lists .card,
.main-card .card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
  transition: all 0.2s;
  padding: 0rem;
}
.widget-content {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
}
.widget-content .widget-content-outer {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
}
.widget-content .widget-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
}
.widget-content .widget-content-left .widget-heading {
  opacity: 0.9;
  font-weight: 600;
  color: #fff;
}
.widget-content .widget-content-left .widget-subheading {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  color: #fff;
  opacity: 0.7;
}
.widget-content .widget-content-right {
  margin-left: auto;
}
.widget-content .widget-numbers {
  font-weight: 600;
  font-size: 1.8rem;
  display: block;
  color: #fff;
}

.btn-actions-pane-right {
  margin-left: auto;
  white-space: nowrap;
}
.btn-focus {
  color: #fff;
  background-color: #444054;
  border-color: #444054;
}

.bg-midnight-bloom {
  background-image: linear-gradient(
    -20deg,
    #2b5876 0%,
    #4e4376 100%
  ) !important;
}
.bg-arielle-smile {
  background-image: radial-gradient(
    circle 248px at center,
    #16d9e3 0%,
    #30c7ec 47%,
    #46aef7 100%
  ) !important;
}
.bg-grow-early {
  background-image: linear-gradient(
    to top,
    #0ba360 0%,
    #3cba92 100%
  ) !important;
}

.consultant-lists .single-list:hover {
  background: #fff9f9;
  border-color: #346cb0;
  text-decoration: none;
}

.widget-content .widget-content-outer:hover {
  opacity: 0.9;
  text-decoration: none;
  border-color: #fff;
}

.widget-content
  .widget-content-outer:hover
  .widget-content-left
  .widget-heading,
.widget-content
  .widget-content-outer:hover
  .widget-content-left
  .widget-subheading {
  opacity: 1;
}

.desk {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  border-width: 0;
  background: #fff;
  transition: all 0.2s;
}
.desk h2 {
  padding: 10px;
  margin-bottom: 0px;
}
.desk .table-responsive {
  padding-bottom: 0px;
}
.desk table {
  margin-bottom: 0px;
}

.recent_act {
  padding-left: 30px;
}

.recent_act ul {
  padding-left: 1px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
    0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.recent_act ul li {
  list-style-type: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.recent_act ul li:before {
  content: "▷";
  position: absolute;
  z-index: 1;
  height: 30px;
  width: 30px;
  left: 10px;
  top: 10px;
  display: inline-block;
}
.recent_act ul li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.recent_act ul li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.recent_act ul li:hover {
  background: #fbfbfb;
}

/* Responsive Css  Start Here */

@media (max-width: 2160px) {
  .fixed-table-header,
  .view-table-header {
    max-height: 700px;
  }
}
@media (max-width: 1921px) {
  .fixed-table-header,
  .view-table-header {
    max-height: 600px;
  }
}
@media (max-width: 1366px) {
  .fixed-table-header,
  .view-table-header {
    max-height: 300px;
  }
  .leave_info .leave_cat {
    font-size: 10px;
  }
  #modal_body {
    max-height: 85vh;
  }
}

@media (max-width: 1199px) {
  .emp-info .card-body ul li {
    min-width: 47%;
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media (max-width: 991px) {
  .print_date span {
    font-size: 14px;
  }
  .profil_card .infos ul {
    margin-left: 0px;
  }
  .ishalf_days {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  div#printrpt table,
  .alt_table {
    min-width: 860px;
  }

  div#printrpt .table-daily-atten-sum table,
  .table-daily-atten-sum .alt_table {
    min-width: 290px;
  }

  .ishalf_days {
    padding-top: 0px;
  }
  .save_btns_div.mt-4 {
    margin-top: 0px !important;
  }
  .save_btns_div.mt-4 button {
    margin-top: 5px;
  }
  .leave_entry {
    margin-bottom: 15px;
  }

  .custom_table .table-responsive.gridtable .alt_table {
    min-width: inherit !important;
  }

  .fixed-table-header {
    min-width: 100% !important;
  }
  .organizationInfo h2 {
    font-size: 22px;
  }
  .organizationInfo h3 {
    font-size: 18px;
  }
  .organizationInfo h4 {
    font-size: 16px;
  }
  .organizationInfo h5 {
    font-size: 14px;
  }
  .organizationInfo h6 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .pro-edit {
    top: -60px;
  }
  .organizationInfo h2 {
    font-size: 20px;
  }
  .organizationInfo h3 {
    font-size: 17px;
  }
  .organizationInfo h4 {
    font-size: 15px;
  }
  .organizationInfo h5 {
    font-size: 13px;
  }
  .btn {
    padding: 2px 5px;
  }
  .pop-distribution tbody tr td {
    font-size: 11px;
  }
  .gridtable {
    min-width: 330px;
  }

  .emp-info .card-body ul li {
    min-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .report-section ul.nav[role="tablist"],
  .report-section ul.nav[role="tablist"] li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .report-section ul.nav[role="tablist"] li {
    min-width: 30%;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .organizationInfo .print-logo {
    max-width: 100px;
  }
  .print-logo img {
    max-height: 90px;
  }
  .org_name.text-center {
    padding-left: 20%;
  }
}

@media (max-width: 481px) {
  .report-section ul.nav[role="tablist"],
  .report-section ul.nav[role="tablist"] li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .report-section ul.nav[role="tablist"] li {
    min-width: 48%;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .report-section ul.nav[role="tablist"] li:nth-child(2n) {
    margin-left: 10px;
  }
}
@media (max-width: 420px) {
  .org_name.text-center {
    padding-left: 25%;
  }
  .ishalf_days label,
  .half_leave_type label {
    font-size: 11px !important;
  }
  .half_leave_type label {
    margin-left: -5px;
  }
}

@media (max-width: 370px) {
  .report-section ul.nav[role="tablist"] li {
    min-width: 47%;
  }
  .search_box .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  .report-section ul.nav[role="tablist"] li {
    min-width: 100%;
  }
  .report-section ul.nav[role="tablist"] li:nth-child(2n) {
    margin-left: 0px;
  }
  .org_name.text-center {
    padding-left: 30%;
  }
  .gridtable {
    min-width: 292px;
  }
  .half_leave_type label {
    margin-left: 0px;
  }
  .half_leave_type.mt-2,
  .half_leave_type.my-2 {
    margin-top: 0rem !important;
  }
  .ishalf_days,
  .half_leave_type {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.approval_list {
  border-left: 3px solid #b8b8b8;
  padding: 0 30px;
  margin-left: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .approval_list {
    margin-left: 0;
    padding-right: 0;
  }
}
.approval_list .item {
  position: relative;
  margin-bottom: 33px;
}
.approval_list .item:last-child {
  margin-bottom: 20px;
}
.approval_list .item::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #5a5a5a;
}
.approval_list .item::after {
  content: "\F087";
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: -38px;
  top: 8px;
  color: #5a5a5a;
}
.approval_list .item.active::before {
  border-color: #28a745;
}
.approval_list .item.active::after {
  color: #28a745;
  content: "\F087";
}

.approval_list .item.reject::before {
  border-color: #cc0000;
}
.approval_list .item.reject::after {
  color: #cc0000;
  content: "\F088";
}

.approval_list_ttl {
  margin-left: -66px;
  margin-bottom: 20px;
}
.approval_list_ttl span {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  background: #28a745;
  color: #fff;
  border-radius: 6px;
}
.approval_name {
  color: #5a5a5a;
  font-weight: 400;
  margin-bottom: 0px;
}
.approval_list .item.active .approval_name b {
  color: #28a745;
}
.approval_list .item.reject .approval_name b {
  color: #cc0000;
}
.approval_name b {
  font-weight: 600;
}
.approval_name small {
  color: #567890;
}
.approval_name .date_info {
  display: block;
  width: 100%;
}

.land_dtl h6 {
  color: #123456;
  font-weight: 600;
  font-size: 13px;
}
.land_dtl ul {
  padding-left: 0px;
}
.land_dtl ul li {
  display: inline-block;
  position: relative;
  width: 48%;
  list-style-type: circle;
  padding-left: 15px;
}
.land_dtl ul li::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.land_dtl ul li label {
  min-width: 100px;
}
.land_dtl ul li span,
.land_dtl span {
  font-weight: 600;
  color: #346cb0;
}

.attach_doc_list span.att a {
  display: inline-block;
  position: relative;
  padding: 1px 4px !important;
  margin-top: 2px !important;
  line-height: 15px;
}

.land_ttl_sec {
  background: #fff;
  padding: 10px 10px 5px 10px;
}
.land_ttl_sec h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #567890;
  margin: 0px;
  margin-top: 5px;
}
.sheet_divider {
  margin-bottom: 5px;
}
.sheet_divider span {
  font-weight: 600;
  color: #123456;
  padding: 5px 0px;
}
.sheet_divider a {
  padding: 2px 5px !important;
  font-weight: 600;
}

input[type="file"] {
  font-size: 12px !important;
  line-height: 12px !important;
}
