@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #710e6b;
  --first-color-light: #b889c1;
  --white-color: #f7f6fb;
  --body-font: 'Poppins', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 1050;
}

*,
::before,
::after {
  box-sizing: border-box;
}
.dt-buttons {
    margin-bottom: 2%;
}
body {
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
  color: #6b6f82;
  background-color: var(--white-color);
}

.pad-12 {
  padding: 14px;
}


a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: 0.5s;
}

.primary {
  background-color: var(--first-color) !important;
  color: #fff !important;
  height: 35px !important;
  width: 35px !important;
  border-radius: 50%;
  border: none;
}
.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}
.btnNew {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    outline: 1px solid transparent;
    border: transparent;

}



.mapImg {
  width: 10%;
}
.mapBtnWidth {
 width: 70%;
 
}
.mapHeadbg-2 {
  background: #6c5ce7;
  color: white;
  font-size: 17px;
  border-radius: 12px;
  font-weight: bold;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: none;
  outline: 1px solid transparent;
  border: transparent;
  text-align: center;
  padding: 9px;
}

.noteBg{
  font-weight: bold;
    color: snow;
    
}
.pnBg {
  background: #f03434;
  padding: 8px;
  border-radius: 14px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  outline: 1px solid transparent;
  border: transparent;  
}
.mapHeadbg-3 {
  background: #F26B35;
  color: white;
  font-size: 17px;
  border-radius: 12px;
  font-weight: bold;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: none;
  outline: 1px solid transparent;
  border: transparent;
  text-align: center;
  padding: 9px;
}
.mapHeader {
  text-align: center;
  padding: 7px;
  background: snow;
  font-size: 17px;
  border-radius: 12px;
  font-weight: bold;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: none;
  outline: 1px solid transparent;
  border: transparent;
  color: #F26B35;
}

.korange {
    color: #F26B35;
}
.korange:hover {
    color: #3E4396;
}
.txtColor {
    color: #6c757d !important;
}
.productDashboard {
       cursor: pointer;
    border-radius: 35px;
    outline: 1px solid transparent;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 1px 5px 13px 0px rgb(219 119 57);
    -moz-box-shadow: 2px 10px 33px 0px rgba(219,119,57,1);
    box-shadow: 1px 5px 13px 0px rgb(219 119 57 / 40%);
      height: 65vh;
      margin-top: 10%;

}
.txtRight {
    text-align: right;
}
.payrollCenter {
    margin-top: 45%;
    font-size:27px;
}

.selectPeriod {
    width: 50%;
    float: right;
    border-radius: 12px;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
     color: #F26B35;
     background: aliceblue;
     font-weight: bolder;
     font-size: 12px;
     margin: 2px;
}

.selectPeriod:focus {
    width: 50%;
    float: right;
    border-radius: 12px;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
     color: #F26B35;
     background: aliceblue;
     font-weight: bolder;
     font-size: 12px;
     border: none;
}


.hoverColor {
    color: white;
}
.productDashboard:hover {

  color: #545454;
  transform: translateY(-7px);
  transition: 0.8s;
  -webkit-box-shadow: 3px 9px 45px -14px rgb(145 147 255);
    -moz-box-shadow: 3px 9px 45px -14px rgba(145,147,255,1);
    box-shadow: 3px 9px 45px -14px rgb(145 147 255);

}
/*
.card-block:hover {
    color: white;
}
*/
.dashboardUi {
    border-radius: 14px;
    outline: 1px solid transparent;
    border-color: transparent;

}

.headTitle {
margin: 2%;
font-weight: bold;
text-shadow: 1px 1px 2px #3E4095;
}
.bg-light {
    width: 95%;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-top: 6%;
}
.header_img {
  width: auto;
  height: 35px;
  display: flex;
  justify-content: center;
  /*border-radius: 50%;*/
  overflow: hidden;
      -webkit-box-shadow: 3px 9px 45px -14px rgb(145 147 255);
    -moz-box-shadow: 3px 9px 45px -14px rgba(145,147,255,1);
    box-shadow: 3px 9px 45px -14px rgb(145 147 255);

}

.header_img img {
  width: 40px;
}
.nav_list{
overflow-y: scroll;
    height: 35em;
}
.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}
.dt-down-arrow {
    display: none;
}
.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1px;

}

.nav_logo,
.nav_link1,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav_logo {
  margin-bottom: 1%;
  color: #F26B35;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: #F26B35;
}

.nav_logo-icon:hover {
    color: #3E4095;
    transition: 0.2s ease-in-out;
}

.nav_logo-name {
  /* color: ; */
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1rem;
  transition: 0.3s;
  padding-right: 10px;
}

.nav_link1 {
  position: relative;
  color: #F26B35;
  transition: 0.3s;
}

.nav_link:hover {
  color: #3E4095;
}

.nav_link1:hover {
  color: var(--first-color-light);
}

#example_length {
    padding: 8px;
        color: #F26B35;
    font-weight: bolder;
    font-size: 12px;
    /* background: radial-gradient(black, transparent); */
    background: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-left: 12px;
    margin-top: -2px;
}

.fBolder {

    font-weight: bolder;
}
.nav_icon {
  font-size: 1.25rem;
}

.show1 {
  left: 0;
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

.active {
  color: var(--white-color);
}

.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: #F26B35;
}
.table-responsive {
  height: 404px;
  overflow-y: auto;
  display: block;
  width: 100%;
}
.height-100 {
  height: 90vh;
  margin-left: -3%;
  margin-right: -1.3%;
  padding-right: 3%;
  padding-left: 3%;
}
.padding-10 {
  padding: 9px 10px;
}
.container-s {
  margin-left: 0px;
}

thead th {
/*  background: #e1d5e7 !important;*/
  color: #6b6f82;
  border-right: 0.2px solid #eff7ff !important;
  min-width: 60px;
  white-space: nowrap !important;
}
.fix-head {
  position: sticky;
  left: 0;
  text-align: center;
  z-index: 99;
  background: #e1d5e7 !important;
  border-right: 0.2px solid #eff7ff !important;
}
.fix-head1 {
  position: sticky;
  left: 0;
  z-index: 101 !important;
  background: #e1d5e7 !important;
}
table td,
th {
  border-bottom: 0.2px solid #eff7ff !important;
}

.tableFixHead {
  overflow-y: auto;
  height: 385px;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 10px 15px;
}
.tableFixHead tbody th {
  position: sticky;
  left: 0;
}
.nav_icon {
  line-height: inherit!important;
  color: #F26B35;
}
.modal-dialog {
  max-width: 750px;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7c1d9;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9e94be;
}

.v-align {
  vertical-align: 2px;
  color: #0d6efd;
}
.filter-karma{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

#navMenu > span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #F26B35;
  }

  #navMenu > span:not(:last-child) {
    margin-bottom: 7px;
  }
.header_img {
background-color: snow;
border-radius: 9px;
 outline: 1px solid transparent;
 border-color: transparent;
}
  #navMenu,
  #navMenu > span {
    transition: all 0.4s ease-in-out;
  }

  #navMenu.activa {
    transition-delay: 0.8s;
    transform: rotate(45deg);
  }

  #navMenu.activa > span:nth-child(2) {
    width: 0;
  }

  #navMenu.activa > span:nth-child(1),
  #navMenu.activa > span:nth-child(3) {
    transition-delay: 0.4s;
  }

  #navMenu.activa > span:nth-child(1) {
    transform: translateY(9px);
  }

  #navMenu.activa > span:nth-child(3) {
    transform: translateY(-9px) rotate(90deg);
  }
.nav_name {
        font-size: 0.9rem;
    color: #2c3e50;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
  }

  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }

  .header_img {
    width: auto;
    height: 40px;
  }

  .header_img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }


}
.mdl-data-table
{
    font-size:15px;
}

.sorting, .sorting_asc, .sorting_desc {
    background : none;
}
.filterIcon {
    background: whitesmoke;
    padding: 4px;
    border-radius: 4px;
    outline: 1px solid transparent;
    border-color: transparent;
    color: #F26B35;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.filter {
position: relative;
    width: 20%;
    background: white;
    right: -350px;
    top: -225px;
    z-index: 111;
    opacity: 1;
    box-shadow: 0px 0px 8px 0px #c5c5c5;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 7px;
    outline: 1px solid transparent;
    border-color: transparent;
    transition: 1s ease-in-out;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  position: absolute;
  bottom: -1.6em;
  left: 100%;
  padding: 4px 4px 4px 8px;
  color: #222;
  width: 100%;
  /* white-space: nowrap;  */
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;  
  border-radius: 5px;  
  -moz-box-shadow: 0px 0px 4px #222;  
  -webkit-box-shadow: 0px 0px 4px #222;  
  box-shadow: 0px 0px 4px #222;  
  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);  
  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
  background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);  
  background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}

@media screen and (max-width: 768px) {
.pull-right {
    float: none!important;
    margin-bottom:1rem;
}
}
  .nav_border {
      margin-top: 20px;
    height: 89vh;
    margin-left: 15px;
    border-radius: 20px;
    border-color: transparent;
    -webkit-box-shadow: 1px 5px 13px 0px rgba(219,119,57,1);
-moz-box-shadow: 2px 10px 33px 0px rgba(219,119,57,1);
    box-shadow: 1px 5px 13px 0px rgb(219 119 57);
background-color: snow;
outline: 1px solid transparent;
  }

  .show1 {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
