/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.modal-body {
  white-space: normal;
  /* Allows wrapping */
  overflow-wrap: break-word;
  /* Breaks long words */
}

.pagebtn .btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 30px 5px 30px;
}

.iconlist .mdi {
  padding: 15px;
}

.iconlist {
  margin-bottom: 20px;
}

.text-right {
  float: right;
}

.mr-25 {
  margin-right: 25px;
}

.p-25 {
  padding: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}


.layouttab i {
  padding-right: 10px;
}

.bg-light-blue {
  background: #e2f1f7;
  padding: 25px
}

.tabsec p {
  color: #848484;
}

.text-left {
  text-align: left;
}

.user-profile-header-banner img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.pagearea .user-profile-header img {
  width: 250px;
  object-fit: cover;
  height: 100px;
}

.app-brand.demo img {
  margin-left: 10%;
  width: 80%;
  height: 100%;
  margin-top: 5%;
}

.menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 50px;
  height: 50px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.content-wrapper .navbar {
  z-index: auto;
}

.allsearch {
  border: 1px solid #cecece;
  margin-bottom: 20px !important;
  padding: 10px;
}

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing>* {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

.profile-view {
  position: relative;
}

.profile-view .profile-img-wrap {
  height: 120px;
  width: 120px;
  position: absolute;
}

.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: #FFF;
  overflow: hidden;
}

.profile-view .profile-img {
  width: 120px;
  height: 120px;
}

.profile-view .profile-img-wrap img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.profile-view .profile-basic {
  margin-left: 140px;
  padding-right: 50px;
}


.profile-view .profile-basic .profile-info-left .user-name {
  color: #373B3E;
}


.text-muted {
  color: #7A7C7F !important;
}

.profile-view .profile-basic .profile-info-left .staff-id {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.profile-view .profile-basic .profile-info-left .staff-msg {
  margin-top: 30px;
}

.personal-info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.personal-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.personal-info li .title {
  color: #373B3E;
  float: left;
  font-weight: 500;
  width: 30%;
}

.personal-info li .text {
  color: #7A7C7F;
  display: block;
  overflow: hidden;
  width: 70%;
  float: left;
}

.personal-info {
  list-style: none;
}

.profile-view .pro-edit {
  position: absolute;
  top: 0;
  right: 0;
}

.edit-icon {
  background-color: #ECEDEE;
  border: 1px solid #E2E4E6;
  color: #BCBEBF;
  float: right;
  font-size: 12px;
  line-height: 24px;
  min-height: 26px;
  text-align: center;
  width: 26px;
  border-radius: 24px;
}

.profile-view .profile-basic .profile-info-right {
  border-left: 2px dashed #D3D3D4;
}

.navsbar ul {
  width: fit-content !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}


.navsbar ul p {
  margin-bottom: 0px;
  padding: 5px 3px;
  cursor: pointer;
  text-align: center;
  width: 150px;
  color: #8d8d8d;
}

.navsbar ul .active {
  background-color: rgb(56, 56, 56);
  color: white;

}

.punch-btn-section {
  text-align: center;
  margin: 0 0 20px;
}

.punch-btn-section .punch-btn {
  font-size: 15px;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 30px;
  border-radius: 50px;
  background-color: #ff902f;
  border: 1px solid #ff902f;
  color: #fff !important;
}

.punch-info {
  margin: 0 0 20px;
}

.punch-info .punch-hours {
  background-color: #f9f9f9;
  border: 5px solid #e2e4e6;
  font-size: 14px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.punch-det {
  background-color: #f9f9f9;
  border: 1px solid #e2e4e6;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 10px 15px;
}

.punch-det h6 {
  line-height: 20px;
  margin: 0;
}

.punch-det p {
  color: #646669;
  font-size: 14px;
  margin: 0;
}

.res-activity-list li::after {
  content: "";
  border: 1px solid #f9c684;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
}

.recent-activity .res-activity-list li {
  margin: 0 0 15px;
  position: relative;
}

.recent-activity .res-activity-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #ff902f;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  margin: 0 0 0 15px;
  position: absolute;
  top: 0;
  left: -45px;
}

.recent-activity .res-activity-list {
  list-style-type: none;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper .dataTables_filter {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

.dataTables_filter {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.progress,
.progress-stacked {
  height: 18px !important;
}

div.dataTables_wrapper div.dt-row {
  overflow-y: auto;
}

.text-nowrap {
  white-space: nowrap !important;
}

.position-relative {
  position: relative !important;
}

.w-auto {
  width: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.card-img-position {
  height: 115%;
}

.statistic-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 15px;
}

.attendance-list {
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 15px;
}

.attendance-list .attendance-details {
  margin-bottom: 15px;
}

.attendance-list .attendance-details h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.attendance-list .attendance-details p {
  max-width: 75px;
  line-height: 18px;
  margin-bottom: 0;
}

.text-pink {
  color: #fc6075;
}

.text-purple {
  color: #9368e9 !important;
}

.view-attendance a {
  color: #373b3e;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.view-attendance .mdi::before,
.mdi-set {
  line-height: 0px;
}

.clock-in-info {
  background: #fff5ec;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
  padding: 24px;
}

.clock-in-info .clock-in-content p {
  color: #4d5154;
  margin-bottom: 0;
}

.clock-in-info .clock-in-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #373b3e;
  margin-bottom: 0;
}

.clock-in-info .clock-in-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 15px;
  padding: 8px 14px;
}

.clock-in-list .nav {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d4;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.clock-in-list .nav li {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, .2509803922);
  padding: 5px 8px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.clock-in-list .nav li p {
  font-size: 14px;
  margin-bottom: 0;
}

.clock-in-list .nav li h6 {
  font-size: 14px;
  color: #373b3e;
  margin-bottom: 0;
}

.stats-info {
  background-color: whitesmoke;
  border: 1px solid #e9e9ea;
  text-align: center;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 15px;
}

.stats-info h6 {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}

.stats-info h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.info-card .holiday-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  z-index: 1;
}

.info-card .holiday-details .holiday-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-icon {
  margin-right: 10px;
}

.info-card {
  background: #009efb;
  border: 1px solid #009efb;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  position: absolute;
  content: "";
  background: url(../img/bg/card-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.info-card h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-content h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-content p {
  color: #fff;
  margin-bottom: 0;
}

.info-card .holiday-details .holiday-btn .btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 15px;
  color: #373b3e;
  background: #f5f6f7;
  border: 1px solid #f5f6f7;
  padding: 8px 14px;
}

.info-card .holiday-details .holiday-btn .btn1:hover {
  color: #373b3e;
  background: #b3e2fe;
  border-color: #b3e2fe;
}


/* .layout-page {
  background: #f4f4f4;
}
 */
.dropdown-toggle::after {
  display: none;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1089;
  --bs-backdrop-bg: #3a3541;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  opacity: var(--bs-backdrop-opacity);
  transition: opacity 0.15s linear;
}

.modal-backdrop.show {
  opacity: 0.5;
}


.modal-backdrop.hide {
  display: none;
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  width: 30%;
}

.card15 {
  width: 100%;
  color: black;
  cursor: not-allowed;
}

.tophead {
  padding: 30px 0px 35px 0px;
}


.card15 .total {
  background: #f7f5f5;
}

.card19 {
  padding: 5px;
  background-color: white;
}

.item {
  padding: 5px;
}

.bg-slip {
  background-color: #ececec;
}


.info-section {
  display: inline-block;
  width: 100%;
}


.avatar {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f0eff0;
  font-size: .9375rem;
}