@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  transition: all 0.5 ease-in;
  -webkit-transition: all 0.5 ease-in;
  -moz-transition: all 0.5 ease-in;
  -o-transition: all 0.5 ease-in;
  -ms-transition: all 0.5 ease-in;
}

html {
  scroll-behavior: smooth;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;

}

#container {
  min-height: 100%;
  position: relative;
}

img {
  max-width: 100%;
}

.mobile-whatsapp {
  display: none;
}

.clearfix {
  clear: both;
}

a:-webkit-any-link:focus-visible {
  outline: none;
}

input:focus-visible {
  outline: none;
}

td {
  border-color: #E1E5EA;
}

body {
  font-style: normal;
  padding: 0;
  margin: 0;
  font-family: "Poppins", serif;
  background-color: #EBEBEF;
  font-size: 13px;
  line-height: 22px;
  color: #000000;
  position: relative;
}

a {
  color: #4F46E5;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.fot-weg800 {
  font-weight: 800;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0 0 15px;
}

.container {
  max-width: 97%;
  width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;

}

.dropdown-menu {
  font-size: 13px;
}

header {
  background-color: #fff;
  padding: 13px 16px;
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #E6E6E6;
  z-index: 9;
}

.innerheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.innerlogo {
  display: flex;
  align-items: center;
}

.logo {
  margin-right: 25px;
  padding-left: 10px;
}

.innerheader h4 {
  font-size: 15px;
  font-weight: normal;

}

.rightheader {
  display: flex;
  align-items: center;
}

.searchsection {
  margin-right: 10px;
  position: relative;
}

.searchsection .form-control {
  background-color: #d9dbe7;
  border: 1px solid #D9E0E5;
  font-size: 12px;
  width: 180px;
  padding: 6px 8px 6px 35px;
  border-radius: 6px;
}

.searchsection span.icon-search {
  position: absolute;
  left: 11px;
  top: 9px;
  font-size: 14px;
  color: #828282;
}

.adv-search {
  margin-right: 10px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  margin-left: 90px;
  font-size: 11px;
  color: #3a3a3a;
  display: flex;
  justify-content: space-between;
}

footer a {
  color: #3a3a3a;
  padding: 0 8px;
}

footer a:hover {
  color: #4F46E5;
}

.bodycont {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  padding-left: 85px;
}

.leftmenu {
  background: #fff;
  width: 90px;
  height: calc(100vh - 62px);
  position: fixed;
  left: 0;
  top: 60px;
  border-right: 1px solid #ebebeb;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.maincontainer {
  padding-bottom: 60px;
  width: 100%;
}

nav#topBar {
  padding-top: 10px;
}

#topBar ul li {
  position: relative;
  display: inline-block;
}

#topBar>ul>li {
  float: left;
}

#topBar ul li:hover {
  color: #4F46E5;
}

#topBar a {
  display: inline-block;
  padding: 14px 0;
  line-height: 1.2rem;
  color: #707070;
  transition: .2s ease-out;
  font-size: 11px;
  width: 80px;
  text-align: center;
}

#topBar a:hover,
#topBar li.active,
#topBar li.active a,
#topBar li:hover a {
  background: #fff;
  color: #4F46E5;
}

#topBar a span {
  display: block;
  font-size: 20px;
  padding-bottom: 5px;
}

#topBar li:hover ul.subMenu a {
  color: #707070;
}

ul.subMenu {
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 81px;
  width: 180px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 28px #e1e1e1;
}

#topBar ul li span.icon-chevron-right {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 13px;
}

ul.subMenu li {
  width: 100%;

}

#topBar ul.subMenu li a {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
  font-size: 13px;
}

#topBar ul.subMenu li a:hover,
#topBar ul.subMenu li.active>a {
  background: #fff;
  padding-left: 10px;
  color: #4F46E5;
}

ul.subMenu ul.subMenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}



.cardsectionout {
  padding: 20px;
}

h1 {
  font-size: 20px;
}

.headingsection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.employeescardouter {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
}

.inneremployees {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px #edf2fa;
  width: 18.8%;
  margin: 0 20px 20px 0;
}

.inneremployees h4 {
  font-size: 16px;
  font-weight: 500;
}

.infodiv {
  padding-top: 7px;
}

.infodiv span {
  color: #707070;
}

.picouter {
  display: flex;
  justify-content: space-between;
}

.dottedicon {
  font-size: 19px;
}

.dottedicon button {
  background: none;
  border: none;
  padding: 0 !important;
  color: #707070;
}

.dottedicon button:after {
  display: none;
}

.bodysearch .searchsection input {
  width: 210px;
  background-color: #D9DBE7;
  padding-left: 34px;
  border-radius: 6px;
}

.filtersection {
  position: relative;
}

.bodysearch {
  display: flex;
  align-items: center;
}

.hidden-menu {
  position: absolute;
  width: 281px;
  right: 0;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 18px #dbdbdb;
  top: 33px;
  z-index: 999;
}

.bodysearch .accordion-button {
  padding: 6px 0;
  font-size: 14px;
}

.bodysearch .accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: 100%;
}

.bodysearch .accordion-item {
  border: none;
}

.bodysearch .accordion-body {
  padding: 8px 0;
}

.bodysearch .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.bodysearch .accordion-item {
  padding: 0 0 10px;
}

input[type=checkbox] {
  border: 1px solid #afafaf;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  appearance: none;
  opacity: .5;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 3px;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #4F46E5;
  opacity: 1;
  border: 1px solid #4F46E5;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 5px;
  width: 5px;
  height: 8px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-39%, -32%);
  z-index: 2;
}

.comment-form-cookies-consent {
  position: relative;
  padding-left: 0;
  padding-bottom: 8px;
}

.accordion-body .searchsection input {
  background: #EEEFF4;
  width: 100%;
  margin: 0;
}

.accordion-body .searchsection {
  padding-bottom: 15px;
  margin: 0;
}

.filtersection a.btn {
  width: 48%;
  font-size: 14px;
  border-radius: 6px;
  padding: 8px 5px;
}

.btn-outline-secondary {
  color: #818181;
  border-color: #D9DBE5;
  background-color: #fff;
}

.mr-2 {
  margin-right: 10px;
}

.btn {
  font-size: 14px;
  line-height: 22px;
}

.btn-primary {
  color: #fff;
  background-color: #4F46E5;
  border-color: #4F46E5;
}

.btn-primary:hover {
  background-color: #2e26be;
  border-color: #2e26be;
}

a.filterbutton img {
  width: 16px;
}

a.filterbutton {
  background: #fff;
  padding: 7px 8px;
  border-radius: 5px;
  box-shadow: 0 0 4px #bfbfbf;
}

.rightbotted button {
  background: #fff;
  width: 31px;
  border-radius: 5px;
  margin-left: 11px;
  font-size: 18px;
  padding-bottom: 10px !important;
  box-shadow: 0 0 4px #bfbfbf;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 0 18px #dbdbdb;
}

.custom-table {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}

.table {
  border: 1px solid #E1E5EA;
  border-radius: 6px;
}

.table>thead {
  vertical-align: bottom;
  background: #f8f8f8;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #d9dbe5;
  font-weight: 500;
  color: #707070;
}

.form-control:focus {
  box-shadow: none;
}

.badge {
  font-weight: normal;
  padding: 4px 8px;
  font-size: 11px;
}

.table-light {
  background: #f4f4f4;
}

.font-3 {
  font-size: 15px;
}

.blue {
  color: #4F46E5;
}

.grey {
  color: #959C9E;
}

.green {
  color: #0BAD3C !important;
}

.yellow {
  color: #C67D2B;
}

.pagination {
  font-weight: 500;
}

.pagination .page-link {
  border: none;
}

.whitebox {
  padding: 12px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
}

.showtext {
  padding-right: 25px;
}

.paginationout .form-select {
  width: auto;
}

.form-select {
  padding-bottom: 8px;
  padding-top: 8px;
}

.pagileft {
  display: flex;
  align-items: center;
}

.form-select,
.form-control {
  font-size: 12px;
}

.paginationout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
}

.add-employee {
  padding-left: 0;
}

.add-employee .cardsectionout {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.addmenu {
  background: #eeeff4;
  border-bottom: 1px solid #D9DBE7;
  padding: 13px 0;
  margin-bottom: 20px;
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 99;
}

.addmenu ul {
  display: flex;
  justify-content: center;
}

.addmenu ul li {
  padding: 0 20px;
  color: #707070;
}

.addmenu ul li a {
  color: #707070;
}

.addmenu ul li a span,
.addmenu ul li span {
  background: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
}

.addmenu ul li.active a,
.addmenu ul li.active {
  color: #000;
}

.addmenu ul li.active a span,
.addmenu ul li.active span {
  background: #4F46E5;
  color: #fff;
}



.submenu {
  background: #fff;
  padding: 0px;
  border-bottom: 1px solid #D9DBE5;
}

.submenu ul {
  display: flex;
  padding: 0 10px;
}

.submenu ul li a {
  padding: 10px 0;
  display: inline-block;
  color: #707070;
  margin: 0 12px;
}

.submenu ul li a:hover {
  color: #4F46E5;
}

.submenu ul li.active a {
  color: #4F46E5;
  border-bottom: 2px solid #4F46E5;
}

.subsubmenu {
  background: #fff;
  padding: 0px;
}

.subsubmenu ul {
  display: flex;
  padding: 0 10px;
}

.subsubmenu ul li a {
  padding: 10px 0;
  display: inline-block;
  color: #707070;
  margin: 0 12px;
  position: relative;
}

.subsubmenu ul li a:hover {
  color: #4F46E5;
}

.subsubmenu ul li.active a {
  color: #4F46E5;
}

.subsubmenu ul li.active a {
  content: "";
  background: url(../images/arrow-menu.png) no-repeat center bottom;
  color: #4F46E5;
}

.table>:not(caption)>*>* {
  padding: 10px;
}

.table {
  background: #fff;
  white-space: nowrap;
}

.bg-primary {
  background-color: #4F46E5 !important;
}

a.customicon {
  padding: 0px 5px;
  font-size: 15px;
  border-radius: 3px;
  color: #575656;
  display: inline-block;
}

a:hover.customicon {
  color: #4F46E5;
}

h3 {
  font-size: 15px;
  padding: 0 0 15px;
}

.form-label {
  margin-bottom: 3px;
  font-size: 12px;
  color: #707070;
}

.form-control {
  padding: 8px 10px;
}

.datepicker-days td {
  text-align: center;
  padding: 4px 11px;
}

.datepicker-days table {
  width: 100%;
  font-size: 11px;
}

.noprofile {
  width: 52px;
  height: 52px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
}

.img-circle {
  border-radius: 50%;
}

#datepicker .input-group-text,
#datepicker2 .input-group-text {
  border-left: none;
  background: #fff;
  margin-left: -4px;
  position: relative;
  border-radius: 0 4px 4px 0;
}

.shorttext {
  font-size: 11px;
  color: #8b8b8b;
}

.form-check-input:checked {
  background-color: #4F46E5;
  border-color: #4F46E5;
}

.form-check-input:focus {
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 120px;
}

.text-right {
  text-align: right;
}

.offcanvas-header {
  padding-bottom: 0;
}

.offcanvas-header h3 {
  padding: 0;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 430px;

}

.bottombutton {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 15px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e9e9e9;
}

.offcanvas-body {
  padding-bottom: 80px;
}

.customalert {
  padding: 10px;
  font-size: 14px;
}

.customalert span {
  font-size: 19px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.fixedright {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 99;
  width: 320px;
}





label.img-btn {
  width: 30%;
  text-align: center;
}


.img-btn>input {
  display: none
}

.img-btn>img {
  cursor: pointer;
  margin: 0 0 8px;
  filter: grayscale(1);
  opacity: 0.5;
}

.img-btn>input:checked+img {
  filter: grayscale(0.20);
  opacity: 1;

}


/*Author*/
.author {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: black;
  padding: 3px;
  border-radius: 5px;
}

.author p {
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  color: white;
  border: 2px solid lightgrey;
  border-radius: 5px;
}

.author a {
  color: lightgrey;
}

.addcontent {
  background: #fff;
  padding: 15px;
  margin: 0 auto 15px;
  width: 667px;
  border-radius: 6px;
  border: 1px solid #E9E9F3;
}

.addcontent .form-check.form-switch {

  margin-top: 5px;
}

.form-switch .form-check-input {
  width: 3em;
  margin-left: -2.5em;
  margin-right: 10px;
  background-repeat: no-repeat;
}

.form-switch input[type=checkbox]:before {
  content: none;
}

.rightbutton {
  position: absolute;
  right: 10px;
  top: 9px;
}

.cardinner {
  padding-top: 71px;
}

.textfieldnew {
  border: none;
}

.custom-upload {
  cursor: pointer;
  color: #fff;
  padding: 4px 10px;
  background: url(../images/uploadpic.png) no-repeat 0 0;
  width: 100%;
  height: 66px;
  background-size: 100%;
}

.custom-upload input {
  left: -9999px;
  position: absolute;
}

.dropdown-menu {
  z-index: 999 !important;
}

.loginouter {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logindiv {
  width: 430px;
  background: #fff;
  margin: 0 auto;
  padding: 25px;
  border-radius: 6px;
  color: #707070;

}

.logindiv h1 {
  font-size: 18px;
  padding: 0 0 10px;
  color: #000;
}

.relative {
  position: relative;
}

.showhide {
  position: absolute;
  right: 18px;
  top: 13px;
}

.attenwhitebox {
  width: 32.5%;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin: 0 0 15px;
}

.timeblack {
  background: #EEF2FF;
  margin-top: 7px;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.timeblue {
  background: #EEF2FF;
  margin-top: 7px;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #4F46E5;
}

.effective {
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  color: #0BAD3C;
  border-radius: 5px;
  margin-top: 5px;
  font-weight: 500;
}

.grosstime {
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  color: #4F46E5;
  border-radius: 5px;
  margin-top: 5px;
  font-weight: 500;
}

.attenwhitebox .btn-primary {
  color: #fff;
  padding: 9px;
  margin-top: 5px;
}

.whitebox {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.monthlink ul {
  display: flex;
  padding: 0 0 15px;
}

.monthlink ul li {
  padding: 0 0 0 20px;
}

.monthlink ul li.active a {
  color: #000;
  font-size: 15px;
  border-bottom: 2px solid #4f46e5;
}

.monthlink ul li a {
  color: #707070;
}

.monthlink ul li a:hover {
  color: #4F46E5;
}

.monthlink ul li.days {
  font-size: 14px;
  border-bottom: 2px solid #4F46E5;
  padding: 0;
}

.customselect select {
  border: none;
  margin: 0 0 8px;
}

.teambox {
  border: 1px solid #D9DBE5;
  padding: 10px;
  border-radius: 6px;
}

ul.temalist {
  display: flex;
  font-size: 12px;
}

ul.temalist li {
  padding: 0 20px 0 0;
  color: #707070;
}

ul.temalist li span {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: 500;
}

ul.temalist li:last-child {
  padding-right: inherit;
}

.teamicon span {
  font-size: 12px;
  color: #707070;
}

.teamicon {
  position: relative;
  padding: 14px 0 0 63px;
  height: 77px;
  line-height: 19px;
}

.teamicon img {
  position: absolute;
  left: 0;
  top: 9px;
}

.reportmanager {
  display: inline-block;
  padding: 10px 30px 10px 64px;
  border: 1px solid #D9DBE5;
  border-radius: 5px;
  position: relative;
  margin: 0 0 10px;
}

.reportmanager span {
  font-size: 12px;
  color: #707070;
  display: block;
}

.statusprofile {
  position: relative;
}

.statusprofile img {
  width: 44px;
  border-radius: 50%;
}

.manager {
  position: absolute;
  left: 12px;
  top: 10px;
}

.greendot {
  background: #0BAD3C;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #fff;
}

.orangedot {
  background: #FF8800;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #fff;
}

.graydot {
  background: #959C9E;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #fff;
}

.bluedot {
  background: #7269FF;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #fff;
}


.viewallprofile {
  font-size: 11px;
  color: #707070;
}

.viewallprofile {
  font-size: 11px;
  color: #707070;
  width: 48px;
  overflow: hidden;
  margin: 0 10px;
}

.viewallprofile a {
  color: #707070;
}

.outerprofilediv {
  display: flex;
  padding: 6px 0 0;
  overflow: hidden;
  flex-wrap: wrap;

}

.attenwhitebox p {
  padding: 0 0 8px;
}

.profilename {
  overflow: hidden;
  height: 18px;
  display: block;
}

.shiftscreen {
  padding: 20px 20px 100px 20px;
}

.bottomwhite {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  text-align: right;
}

.shiftouter {
  width: 985px;
  padding-top: 15px;
}

.shiftwhite {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 60px 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.addouter {
  position: relative;
}

.addbutton {
  position: absolute;
  font-size: 14px;
  text-align: center;
  right: 0;
  top: 21px;
  line-height: 18px;
}


.shiftwhite input[type=checkbox] {
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 35px;
  width: 40px;
  -webkit-appearance: none;
  appearance: none;
  opacity: .5;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 10px;
}

.shiftwhite .comment-form-cookies-consent label {
  position: absolute;
  left: 0;
  font-size: 11px;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 40px;
}

.shiftwhite input[type=checkbox]:hover {
  opacity: 1;
}

.shiftwhite input[type=checkbox]:checked {
  background-color: #4F46E5;
  opacity: 1;
  border: 1px solid #4F46E5;
  border-radius: 3px;
}

.shiftwhite input[type=checkbox]:before {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  width: 0;
  height: 0;
  border: none;
}

.shiftwhite input[type=checkbox]:checked+label {
  color: #fff;
}

.dayssec {
  padding-right: 15px;
}

.shifttime,
.timezone {
  padding-right: 15px;
}

.tooltip {
  font-size: 11px;

}

table.table td {
  position: relative;
  vertical-align: middle;
}

.logpopup {
  position: absolute;
  width: 260px;
  background: #fff;
  padding: 0px;
  box-shadow: 0 0 5px #ccc;
  z-index: 9;
  left: 10px;
  top: inherit;
  border-radius: 5px;
  margin-top: 12px;
}

.logheading {
  padding: 15px;
  background-color: #A0FABC;
  border-radius: 5px 5px 0 0;
}

.logheading .progress {
  height: 10px;
}

.logpopcont {
  padding: 15px;
}

.font11 {
  font-size: 11px;
}

.logpopcont p {
  padding: 0 0 5px;
}

.red {
  color: #F63B3E;
}

.rightheader .dropdown a span {
  width: 35px;
  height: 35px;
  font-size: 12px;
}

.rightheader .dropdown a:after {
  display: none;
  content: inherit !important;
}

.dashboardtopbox {
  width: 24.3%;
}

.dashboardtopbox .viewallprofile {
  padding-bottom: 15px;
}

.greenbox {
  width: 48%;
  background: #DDFFE7;
  padding: 12px;
  border-radius: 5px;
  margin: 10px 0;
}

.bluenbox {
  width: 48%;
  background: #EEF2FF;
  padding: 12px;
  border-radius: 5px;
  margin: 6px 0;
}

.bluenbox a {
  color: #000;
}

.customtextbox {
  padding: 10px 5px;
  font-size: 10px;
  background: #eaedf1;
  margin-top: 26px;
  text-align: center;
}

.shortselect select {
  width: 100px;
}

.shortselect td {
  vertical-align: middle;
}

.dashbotleft {
  width: 49.5%;
}

.holiday h3 {
  font-size: 14px;
  padding: 0;
}

.tabletab ul {
  display: flex;
  margin-left: 65px;
  margin-top: 7px;
}

.tabletab ul li {
  background: #ebebef;
  padding: 2px;
}

.tabletab ul li a {
  padding: 4px 15px;
  background: #ebebef;
  color: #707070;
  display: block;
}

.tabletab ul li a:hover {
  color: #4F46E5;
}

.tabletab ul li:first-child {
  border-radius: 5px 0 0 5px;
}

.tabletab ul li:last-child {
  border-radius: 0 5px 5px 0;
}

.tabletab ul li.active a {
  background-color: #fff;
}

.birthdaymenu ul {
  display: flex;
  flex-wrap: wrap;
}

.birthdaymenu ul li {
  margin: 0 16px 5px 0;
}

.birthdaymenu ul li a {
  color: #707070;
}

.birthdaymenu ul li a:hover {
  color: #4F46E5;
}

.birthdaymenu ul li.active a {
  color: #4F46E5;
  border-bottom: 1px solid #4f46e5;
}

.profileouter {
  text-align: center;
}

.birthdaymenu {
  padding: 0 0 20px;
}

.whitebox .viewallprofile {
  margin-bottom: 10px;
}

.inboxleft {
  width: 300px;
  background-color: #fff;
  margin-right: 15px;
  border-radius: 5px;
  padding: 15px;
}

.inboxright {
  width: 100%;
  background-color: #fff;

  border-radius: 5px;
}

.inboxleft ul li a {
  padding: 5px 0;
  display: block;
  color: #707070;
}

.inboxleft ul li a span {
  color: #4F46E5;
  font-size: 16px;
  padding-right: 3px;
  position: relative;
  top: 2px;
}

.inboxleft ul li a:hover,
.inboxleft ul li.active a {
  color: #4F46E5;
}

.buttonset {
  display: flex;
  justify-content: space-between;

}

.inboxrightleft {
  height: calc(100vh - 190px);
  width: 340px;

  border-right: 1px solid #e7e7e7;
}

.inboxrightright {
  width: calc(100% - 340px);
  position: relative;
}

.inboxtop {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 10px 5px 10px;
  display: flex;
  justify-content: space-between;
}

.inboxtop1 {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;

}

.inboxemplayeeouter {
  overflow: auto;
  scrollbar-width: thin;
  height: calc(100vh - 309px);
}

.inboxtop1 input.form-control {
  background: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 2px;
}

.inboxtop select.form-select {
  border: none;
  width: auto;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 18px;
  background-size: 9px 9px;
  background-position: right 7px;
}

.inboxemplayee a {
  color: #000;
}

.inboxemplayee {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px;
  position: relative;
  padding-left: 50px;
  font-size: 12px;
  line-height: 19px;
  cursor: pointer;
}

.inboxprofile {
  position: absolute;
  left: 11px;
  top: 20px;
  width: 31px;
}

.inboxprofile img {
  border-radius: 50%;
}

.inboxemplayee:hover {
  background-color: #f5f5f5;
}

.inboxrightprofile {
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 77px;
  position: relative;
}

.inboxrightprofile h3 {
  font-size: 14px;
  padding: 0;
}

.inboxrightprofile p {
  padding: 0;
  color: #707070;
}

.inboxrightprofile .inboxprofile {
  width: 44px;
  left: 19px;
  top: 13px;
}

.inboxrightdate {
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}

.inboxrightdate p {
  padding: 1px 0 0px 21px;
  font-weight: normal;
  font-size: 12px;
  color: #707070;
}

.inboxbottonbut {
  position: absolute;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #e7e7e7
}

.inboxrightcont {
  padding: 20px 20px 100px 20px;
}

.headingsection .form-select {
  width: auto;
}

.leaveout {
  display: flex;
}

.liveleft {
  width: 50%;
  line-height: 18px;
  background: #ccc;
  border-radius: 6px 0 0 6px;
  padding: 15px;
}

.liveright {
  width: 50%;
  line-height: 18px;
  line-height: 18px;
  background: #ccc;
  border-radius: 0 6px 6px 0;
  padding: 15px;
}

.liveleft a,
.liveright a {
  color: #000;
}

.leavegraph {
  min-height: 109px;
}

.liveright ul {
  display: flex;
  flex-wrap: wrap;
}

.liveright ul li {
  width: 47%;
  padding-right: 2%;
  padding: 6px 0;
}

.liveright ul li span {
  font-size: 10px;
  color: #707070;
  display: block;
}

.lightblue {
  background-color: #eef2ff;
}

.deepblue {
  background-color: #d8e2ff;
}

.lightyellow {
  background-color: #ffebca;
}

.deepyellow {
  background-color: #ffd89a;
}

.lightgreen {
  background-color: #ddffe7;
}

.deepgreen {
  background-color: #b9ffcf;
}

.lightgrey {
  background-color: #f1f1f1;
}

.deepgrey {
  background-color: #e4e4e4;
}

.leaveistory h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.leaveistory td {
  line-height: 18px;
  vertical-align: middle;
}

.leaveistory .rightbotted button {
  padding: 4px 0 7px !important;
}

.leavestatus1 h3 {
  margin: 0;
  padding: 0;
}

.leavestatus1 {
  background: url(../images/bluebg.png) repeat-x 0 bottom;
  border-radius: 0 0 6px 6px;
  padding: 15px;
}

.emptygraphic {
  height: 230px;
  text-align: center;
  line-height: 210px;
}

.statusgraphic {
  text-align: center;
  background: url(../images/bluebg1.png) repeat-x 0 top #f0f3ff;
  border-radius: 0 0 6px 6px;
  padding: 28px 20px;
}

.shortwhite .whitebox {
  width: 49%;
}

.statusgraphicgreen {
  text-align: center;
  background: url(../images/greenbg.png) repeat-x 0 top #ddffe7;
  border-radius: 0 0 6px 6px;
  padding: 0 20px;
}

.leavegraph,
.leavetext {
  width: 50%;
  padding-top: 12px;
}

#topBar ul li span.count {
  background: #4f46e5;
  height: 22px;
  position: absolute;
  width: 22px;
  color: #fff;
  text-align: center;
  font-size: 8px;
  border-radius: 50%;
  right: 17px;
  font-weight: 500;
  line-height: 23px;
}

.rightfield input {
  margin: 0 0 0 10px;
}

.rightfield {
  display: flex;
}

.teampic {
  width: 27px;
  border-radius: 50%;
  margin-right: 5px;
}

.wfh {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #9785c2;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
}

.weff {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #fbc02d;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
}

.holidays {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #98b433;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
}

.paidleave {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #64c3d1;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
}

.leftsthalfleave {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/1sthalf.jpg) repeat-y center top;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
}

.righthalfleave {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/2ndhalfbg.jpg) repeat-y center top;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
}

.statasec {
  border: 1px dotted #dbdbdb;
  text-align: left;
  padding: 14px 8px;
  border-radius: 6px;

}

.statasec h3 {
  font-size: 12px;
  line-height: 16px;
  min-height: 61px;
}

.statasec span {
  background: #EEEFF4;
  padding: 9px 15px;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #4F46E5;
}

/* prabhat */
.toolbox select {
  margin: 0 10px 0 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4F46E5;
  outline: none;
}

.toolbox select option {
  color: #000;
}

.row-data p {
  color: #828282;
  white-space: normal;
}

.row-data p:last-child {
  padding-bottom: 0;
}

.row-data p span {
  color: #000;
}

.file-upload {
  padding: .375rem .75rem;
}

.add-field-set-btn .btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.datepicker-dropdown {
  z-index: 2000 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.his-user {
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-grey {
  background-color: #ebebef;
}

.p-head .addmenu {
  position: static;
}

.p-head.sticky-top {
  top: 62px;
  z-index: 1;
}

.table>thead th {
  background: #f8f8f8;
}

.p-wrapper .addcontent {
  max-width: 667px;
  width: 100%;
  margin: 0 auto 10px;
}

.p-wrapper hr {
  border-color: #777;
}

.table-installment th:not(:first-child),
.table-installment td:not(:first-child),
.table-installment td input {
  width: 95px;
}

.table-installment th:last-child,
.table-installment td:last-child,
.table-installment td:last-child input {
  text-align: right;
}

.gen-table th:last-child,
.gen-table td:last-child,
.gen-table td:last-child input {
  text-align: left;
}

.table-installment th:nth-child(5),
.table-installment td:nth-child(5),
.table-installment td:nth-child(5) input {
  text-align: center;
}

.elements-bold .form-control,
.elements-bold .form-select {
  font-weight: 600;
}

.table-installment ::placeholder,
.placeholder-black ::placeholder {
  color: #000;
}

.manage-table tr th:not(:first-child),
.manage-table tr td:not(:first-child) {
  text-align: center;
}

.manage-table input[type=checkbox] {
  border-color: #2e26be;
}

.form-control,
.form-select {
  font-family: "Poppins", serif;
}

select {
  background-color: #fff;
}

.table.vertical td {
  vertical-align: text-top;
}

.paginationout {
  flex-wrap: wrap;
}

.table-drop .dropdown-toggle:after {
  display: none;
}

.assign-course-modal .form-check-input {
  margin-top: 1px;
  margin-right: 10px;
}

.course-module-box div:not(:last-child) {
  margin-bottom: 15px;
}

.course-module-box {
  background-color: #cfe2ff;
}

.msg-icon {
  width: 50px;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn-outline-primary {
  color: #4F46E5;
  border-color: #4F46E5;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #4F46E5;
  border-color: #4F46E5;
}

.card-info-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #a9a9a9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-info-modal span {
  font-size: 18px;
}

.profile-image-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -65px;

}

.profile-image {
  position: relative;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border: 4px solid #eeeff4;
  border-radius: 50%;
  overflow: hidden;
}
.update-image {
  position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.field-normal .form-control {
  border: 0;
  padding: 0;
  border-radius: 0;
}



/*===== The CSS =====*/
text.text {
  position: absolute;
  left: 0;
  top: 23px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
}

.progress {
  width: 70px;
  height: 70px;
  background: transparent;
}

.progress .track,
.progress .fill {
  fill: #ffebca;
  stroke-width: 10;
  transform: rotate(90deg)translate(0px, -80px);
}

.progress .track {
  stroke: #c67d2b;
}

.progress .fill {
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 1s;
}

.progress.green .fill {
  stroke: #fbcf88;
}

.progress .value,
.progress .text {
  font-family: 'Open Sans';
  fill: rgb(255, 255, 255);
  text-anchor: middle;
}

.progress .text {
  font-size: 12px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.progress .fill {
  stroke-width: 10px;
}

.rightprofile {
  padding-left: 18px;
  font-size: 12px;
}

.rightprofile h3 {
  padding-right: 10px;
  font-size: 18px;
  padding-bottom: 20px;
}

.headingstatus {
  display: flex;
}

.status {
  background: #B0FFBA;
  padding: 2px 8px;
  border-radius: 7px;
}

.rightprofile ul li {
  padding: 0 18px 5px 0;
}

.rightprofile ul {
  display: flex;
  color: #707070;
}

.rightprofile ul li span {
  font-size: 14px;
}

.address {
  white-space: normal;
}

.sub-element-title {
  color: #616161;
  font-weight: 500;
}