html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.btn {
  height: 50px;
  border-radius: 12px;
  background-color: #3fa87e;
  border-color: #3fa87e;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
}
.btn:hover {
  background-color: transparent;
  border-color: #3fa87e;
  color: #3fa87e;
}
.btn.btn-outline-primary {
  background-color: transparent;
  color: #3fa87e;
}
.btn.btn-outline-primary:hover {
  background-color: #3fa87e;
  border-color: #3fa87e;
  color: #ffffff;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.btn.btn-outline-secondary:hover {
  background-color: #3fa87e;
  border-color: #3fa87e;
  color: #ffffff;
}
.btn.addbtn {
  border-radius: 100px;
  width: 104px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
}

a.btn {
  padding: 0;
  line-height: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: #3fa87e;
  border-color: #3fa87e;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
}
a.btn:hover {
  background-color: transparent;
  border-color: #3fa87e;
  color: #3fa87e;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fffbfb;
  overflow-x: hidden;
}

a {
  transition: all ease 0.3s;
}

/* Input Form */
.form-group {
  position: relative;
}
.form-group .form-label {
  font-size: 0.875em;
  margin-bottom: 0.3em;
  font-weight: 500;
}
.form-group .form-control {
  height: 50px;
  border-radius: 12px;
  border-color: #d9d9d9;
  font-size: 0.875em;
  padding: 0 1.2em;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #2b4055;
}
.form-group .form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.3;
}
.form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.3;
}
.form-group .form-control.form-controlIcon {
  background: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 12px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.form-group .labelPos {
  position: absolute;
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.3px;
  font-size: 0.875em;
  top: -11px;
  left: 12px;
  background-color: #fffbfb;
  padding: 0 3.3px;
}
.form-group.formGroup {
  margin-bottom: 1.7em;
}
.form-group.formGroup .labelPos {
  background-color: #ffffff;
}
.form-group.formGroup .form-control {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000000;
}
.form-group.formGroup .form-control:focus {
  border-color: #000000;
}
.form-group.formGroup .form-control.ps4 {
  padding-left: 2.5em;
}
.form-group.formGroup .form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}
.form-group.formGroup .form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}

/* CheckBox */
.form-check-label {
  position: relative;
  top: 2px;
  color: #2b4055;
}

.form-check-input {
  width: 1.1em;
  height: 1.1em;
}
.form-check-input:checked {
  background-color: #3fa87e;
  border-color: #3fa87e;
  box-shadow: none;
}

.form-check.form-check1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar */
.headTitle {
  font-size: 1.438em;
  font-weight: 600;
  padding-left: 1em;
}

@media (min-width: 1180px) {
  .container-fluid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.navbar {
  position: fixed;
  width: calc(100% - 17em);
  top: 0;
  transition: margin 0.25s ease-out;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  z-index: 2;
}
.navbar.sticky {
  background-color: #ffffff;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
}
@media (max-width: 767px) {
  .navbar {
    width: 100%;
    position: relative;
    padding-right: initial;
  }
  .navbar .navbar-collapse {
    padding-top: 1.5em;
  }
  .navbar .navbar-collapse .searchBox {
    margin: 0 auto 1em;
    max-width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .cartBox {
    margin: 0;
  }
  .navbar .navbar-collapse .navbar-nav.align-items-center {
    align-items: flex-start !important;
  }
}
.navbar .searchBox {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin-right: 1em;
}
.navbar .searchBox .form-control {
  border-radius: 10px;
  background: #ffffff;
  height: 3em;
  border-color: transparent;
  font-size: 0.875em;
  padding-right: 2.5em;
}
.navbar .searchBox .form-control:focus {
  box-shadow: none;
  border-color: #2b4055;
}
.navbar .searchBox iconify-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.9em;
}
.navbar .cartBox {
  display: flex;
  gap: 1.4em;
  margin: 0 1em;
}
.navbar .cartBox iconify-icon {
  color: #000000;
  font-size: 1.3em;
  position: relative;
  top: 2px;
  transition: all ease 0.3s;
}
.navbar .cartBox iconify-icon:hover {
  color: #3fa87e;
}
.navbar .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.6em;
  color: #000000;
}
.navbar .dropdown .dropdown-toggle span {
  font-size: 0.8em;
  font-weight: 500;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875em;
}

.dropdown-menu .dropdown-item:active {
  background-color: #3fa87e !important;
}

/* Sidebar */
#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -18rem;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#page-content-wrapper {
  min-width: 100vw;
  margin-left: 17em;
  padding: 6em 0 1em;
  transition: margin 0.25s ease-out;
  background-color: #fffbfb;
}
@media (max-width: 767px) {
  #page-content-wrapper {
    padding: initial;
  }
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

.sidebar {
  position: fixed;
  background-color: #000000;
}
.sidebar .sidebar-logo {
  text-align: center;
  padding: 2em 0;
}
.sidebar .sidebar-logo img {
  width: 172px;
}
.sidebar .list-group {
  padding: 0 1em;
  height: calc(100vh - 12rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .list-group::-webkit-scrollbar-track {
  background-color: transparent;
}
.sidebar .list-group::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}
.sidebar .list-group::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: #3fa87e;
}
.sidebar .list-group:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.sidebar .list-group.list-group-flush .list-group-item {
  color: #ffffff;
  background-color: transparent;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 1.2em;
  margin-bottom: 0.2em;
  transition: all ease-in 0.3s;
  border-radius: 10px;
}
.sidebar .list-group.list-group-flush .list-group-item svg {
  width: 1.25em;
}
.sidebar .list-group.list-group-flush .list-group-item iconify-icon {
  font-size: 1.3em;
}
.sidebar .list-group.list-group-flush .list-group-item.active {
  border: 0;
  background: #3fa87e;
}
.sidebar .list-group.list-group-flush .list-group-item:hover {
  background: #3fa87e;
}
@media (max-width: 767px) {
  .sidebar {
    z-index: 2;
  }
}

.sb-sidenav-toggled #page-content-wrapper {
  margin-left: 0;
}
.sb-sidenav-toggled .navbar {
  margin-left: 0em;
  width: 100%;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
    width: 272px;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -18rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 768px) {
  #page-content-wrapper {
    margin-left: 0;
  }
}
#sidebarToggle {
  height: 40px !important;
  border-radius: 5px;
  padding: 0 1em !important;
}

/* Table */
.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table td,
.table th {
  padding: 1.4em;
  vertical-align: middle;
}
.table thead tr th {
  color: #ffffff;
  background-color: #000000;
  font-size: 0.875em;
  font-weight: 600;
}
.table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.table tbody tr td {
  color: #6f6b7d;
  border-top: 1px solid #ebe8ff;
  border-bottom: 1px solid #ebe8ff;
  font-size: 0.813em;
  font-weight: 400;
}
.table tbody tr td:first-child {
  border-left: 1px solid #ebe8ff;
}
.table tbody tr td:last-child {
  border-right: 1px solid #ebe8ff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table tbody tr td .tb_action {
  display: flex;
  gap: 0.6em;
}
.table tbody tr td .tb_action a {
  background-color: #3fa87e;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.table tbody tr td .tb_action a iconify-icon {
  font-size: 1.3em;
}
.table tbody tr td .tb_action a:hover {
  background-color: #000000;
}

.table tbody tr td .tb_action a.loginIcon
{
  background-color: #000000;
}

.table tbody tr td .tb_action a.lockIcon
{
  background-color: #004085;
}

.table tbody tr td .tb_action a.delIcon
{
  background-color: #dc3545;
}

.table .badge {
  padding: 0.7em 0.9em;
  font-size: 0.875em;
  font-weight: 500;
}
.table.tableCard {
  border-collapse: initial;
  border-spacing: 0;
  border-radius: 5px;
}
.table.tableCard thead tr th {
  padding: 0.8em 1.2em;
}
.table.tableCard thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
}
.table.tableCard thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
}
.table.tableCard tbody tr td {
  border-radius: unset;
  border-right: 1px solid #e1e1e1;
}
.table.tableCard tbody tr td:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table.tableCard tbody tr td:not(:nth-child(2)) {
  text-align: center;
}
.table.tableCard tbody tr td .nameuser {
  color: #6f6b7d;
  font-weight: 500;
  transition: all ease 0.3s;
}
.table.tableCard tbody tr td .nameuser:hover {
  color: #3fa87e;
}
.table.tableCard .table_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table.tableCard .table_filter h1 {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.15px;
  flex-grow: 3;
}
.table.tableCard .table_filter .worker_form {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1em;
}
.table.tableCard .table_filter .worker_form .form-control {
  max-width: 100%;
  color: #b4b2b7;
  height: 42px;
  font-size: 1em;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 10px;
}
.table.tableCard .table_filter .worker_form .form-control:focus {
  box-shadow: none;
}
.table.tableCard .dropdown {
  border-radius: 10px;
}
.table.tableCard .dropdown.actionDrop .dropdown-toggle {
  color: #4e4e4e;
}
.table.tableCard .dropdown .dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0;
  background: #ffffff;
  box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
.table.tableCard .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875em;
  color: #4f4c54;
  font-weight: 500;
  padding: 0.6em 1.2em;
}
.table.tableCard .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #fff8f8;
  color: #000000;
}
.table.tableCard .timetd {
  font-size: 0.9em;
}
.table.tableCard .timetd.onleave {
  color: #ff4e58;
}
.table.tableCard.tableCard1 tr td {
  padding: 1em;
}
.table.tableCard.tableCard1 tr td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table.tableCard.tableCard1 tr td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.table.tableCard.tableCard1 tr td:not(:nth-child(2)) {
  text-align: left;
  border-radius: 0;
}
.table.tableCard.tableCard2 tr,
.table.tableCard.tableCard2 td {
  font-size: 0.875em;
  padding: 1em 0.4em;
}
.table.tableCard.tableCard2 tr td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table.tableCard.tableCard2 tr td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.table.tableCard.tableCard2 tr td:not(:nth-child(2)) {
  text-align: center;
  border-radius: 0;
}
.table.tableCard.tableCardPadding tr,
.table.tableCard.tableCardPadding td {
  font-size: 0.875em;
  padding: 1em 0.6em;
}
.table.tableCard.tableCardPadding tr td:nth-child(3) {
  text-align: left;
  border-radius: 0;
}
.table.tableCard.tableWhite {
  background-color: #ffffff;
}
.table.tableCard.tableCardPadding1 tr,
.table.tableCard.tableCardPadding1 td {
  font-size: 0.875em;
  padding: 1em 0;
}
.table.tableCard.tableCardPadding1 tr.textRight,
.table.tableCard.tableCardPadding1 td.textRight {
  text-align: right !important;
}
.table.tableCard.tableCardPadding1 thead tr td {
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
}
.table.tableCard.tableCardPadding1 tr td {
  border-left: 0;
  border-right: 0;
  text-align: left !important;
}
.table.tableCard.tableCardPadding1 tr td:nth-child(3) {
  text-align: left;
  border-radius: 0;
}
.table.tableCard.tableCardPadding1 tfoot tr td {
  border-top: 3px solid rgba(227, 6, 19, 0.46);
  border-bottom: 3px solid rgba(227, 6, 19, 0.46);
  font-size: 1.6em;
  padding: 0.5em 0;
}

/* Pagination */
.paginationNew {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  font-size: 0.8em;
}
.paginationNew a {
  font-size: 1.8em;
  text-decoration: none;
  color: #000000;
  line-height: 0;
}
.paginationNew a.prev {
  color: rgba(58, 53, 65, 0.54);
}

.bg-primary {
  background-color: #fff8f8 !important;
}

/* Modal */
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-header .modal-title {
  color: #2b4055;
  font-weight: 600;
}
.modal .modal-header .closeModal {
  font-size: 1.7em;
  cursor: pointer;
}
.modal .modal-header .closeModal:hover {
  color: #3fa87e;
}
.modal .modal-body .btn {
  border-radius: 100px;
  text-transform: uppercase;
}

/* Calander */
.calendar__box {
  padding: 2em;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 1.6em;
}
.calendar__box h2 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0.4em;
}
.calendar__box .ui-datepicker-header {
  background-color: transparent;
  text-align: center;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.calendar__box .ui-datepicker-prev span,
.calendar__box .ui-datepicker-next span {
  display: none;
}
.calendar__box .ui-datepicker-prev:after {
  content: "<";
  font-size: 2rem;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  color: #000000;
}
.calendar__box .ui-datepicker-next:after {
  content: ">";
  float: right;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
  color: #000000;
}
.calendar__box .ui-datepicker-calendar th {
  padding: 15px 0px;
  color: #000000;
}
.calendar__box .ui-datepicker-prev.ui-corner-all {
  position: absolute;
  right: 0;
}
.calendar__box .ui-datepicker-prev.ui-corner-all.ui-datepicker-prev {
  right: 60px;
}
.calendar__box .ui-datepicker-calendar {
  text-align: center;
  width: 100%;
}
.calendar__box .ui-datepicker-title {
  padding: 10px 0;
  color: #000000;
  display: flex;
  font-size: 1.5em;
  font-weight: 500;
}
.calendar__box .ui-datepicker-calendar td {
  padding: 15px 0px;
  border: 1px solid #d5d4df;
  cursor: pointer;
}
.calendar__box .ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: #000000;
}
.calendar__box .ui-datepicker-calendar .ui-state-active {
  color: #ffffff;
}
.calendar__box .ui-datepicker-current-day {
  background-color: #3fa87e;
}
.calendar__box .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #f2f3f7;
}
.calendar__box .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #a8a8a8;
}

.deleteIcon iconify-icon {
  transition: all ease 0.3s;
  font-size: 1.3em;
  color: #3fa87e;
}
.deleteIcon:hover iconify-icon {
  opacity: 0.7;
}

.shiftBox {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 1.5em;
}
.shiftBox span {
  font-size: 0.875em;
  min-width: 90px;
  text-align: center;
}
.shiftBox .form-control {
  font-size: 0.8em;
  border-radius: 100px;
  height: 42px;
  background-color: #f0f0f0;
  border-color: #c4c4c4;
  border-style: dashed;
}
.shiftBox .form-control:focus {
  box-shadow: none;
}

/* Header Box */
.header_box {

  margin-bottom: 1.3em;
}

.header_box h1 {
  margin: 0;
  font-size: 1.125em;
  letter-spacing: 0.15px;
  font-weight: 500;
  color: #000000;
}
.header_box a {
  line-height: 0;
  color: #000000;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
}
.header_box a iconify-icon
{
  font-size: 1.5em;
}
.header_box a:hover {
  color: #3fa87e;
}
.header_box.mb5 {
  margin-bottom: 2em;
}
.header_box.header_box1 h1 {
  color: #000000;
}

textarea.form-control {
  height: initial !important;
  padding-top: 1em !important;
}

.bgprimary {
  background-color: #f3f3f3;
}

/* Badge */
.bg-danger {
  background: rgba(227, 6, 19, 0.1) !important;
  color: #dc3545;
}

.bg-success {
  background: rgba(3, 184, 21, 0.1) !important;
  color: #03b815;
}

.textCenter {
  text-align: center !important;
}

.redLink {
  color: #3fa87e;
}

.loginbox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3em 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loginbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.loginbox .pattern {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
}
.loginbox__card {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  position: relative;
  z-index: 2;
  padding: 3em 3.5em;
  margin: 1em auto 0;
  background-color: #ffffff;
  width: 100%;
  max-width: 548px;
  color: #2b4055;
}
.loginbox__card img
{
  width: 180px;
}
.loginbox__card h1 {
  font-weight: 700;
  font-size: 1.5em;
  margin: 1em 0 0.5em;
}
.loginbox__card p {
  letter-spacing: 0.64px;
  margin-bottom: 1.6em;
}
.loginbox__card .formMb {
  margin: 1.5em 0 1.9em;
  font-weight: 400;
}
.loginbox__card .formMb a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
.loginbox__card .formMb a:hover {
  color: #3fa87e;
}
@media (max-width: 767px) {
  .loginbox__card {
    padding: 3em 1.5em;
    max-width: 480px;
  }
  .loginbox__card p br {
    display: none;
  }
}
@media (max-width: 565px) {
  .loginbox__card {
    padding: 3em 1.5em;
    max-width: 350px;
  }
}
.loginbox__card .backBox {
  padding: 3em 1em 0.5em;
  text-align: center;
}
.loginbox__card .backBox a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.loginbox__card .backBox a:hover {
  color: #3fa87e;
}

/* Chat Css */
.chat-window {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  margin-bottom: 1em;
  gap: 15px;
}

.chat-cont-left {
  padding: 0.6em 0;
  flex: 0 0 33%;
  left: 0;
  margin-right: 0;
  max-width: 33%;
  position: relative;
  z-index: 4;
  background: #ffffff;
  border-radius: 16px 16px 16px 0px;
  box-shadow: 0px 2px 6.5999999046px 0px rgba(0, 0, 0, 0.0901960784);
}

.chat-window .chat-scroll {
  height: 550px;
  overflow-y: auto;
  scrollbar-color: #090119 #f9f9f9;
  scrollbar-width: thin;
}

.chat-window .chat-scroll1 {
  height: 480px;
  overflow-y: auto;
  scrollbar-color: #090119 #f9f9f9;
  scrollbar-width: thin;
  padding-right: 8px;
}

.chat-window .chat-scroll1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.chat-window .chat-scroll1::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.chat-window .chat-scroll1::-webkit-scrollbar-thumb {
  background-color: #2b4055;
}

.chat-window .chat-scroll a {
  text-decoration: none;
  color: #000000;
}
.chat-window .chat-scroll .user-last-chat {
  font-size: 0.8em;
  text-decoration: none;
}
.chat-window .chat-scroll .last-chat-time {
  font-size: 0.8em;
  text-decoration: none;
}
.chat-window .chat-scroll .media.active {
  background-color: #1e1e1e;
}

.chat-cont-left .chat-users-list a.media {
  background: #ffffff;
  margin: 0;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
  margin-right: 15px;
  position: relative;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
  position: relative;
  height: 45px;
  width: 45px;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e6e6e6;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
  margin-right: 15px;
  position: relative;
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  max-width: 180px;
}

.chat-cont-left .chat-users-list .document_Header {
  gap: 10px;
  justify-content: space-between;
  background-color: transparent;
}
@media (max-width: 767px) {
  .chat-cont-left .chat-users-list .document_Header {
    flex-direction: column;
  }
}
.chat-cont-left .chat-users-list .document_Header .inPutBox {
  flex-basis: auto;
  flex-grow: 1;
}

.chat-cont-right {
  flex: 0 0 65%;
  max-width: 65%;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 2px 6.5999999046px 0px rgba(0, 0, 0, 0.0901960784);
}

.chat-cont-right .chat-body {
  background-color: #ffffff;
  padding: 15px;
}

.chat-cont-right .chat-body ul.list-unstyled {
  margin: 0 auto;
  width: 100%;
}

.chat-cont-right .chat-body .userInfo {
  background-color: #3fa87e;
  padding: 0.6em 1em;
  border-radius: 5px;
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-cont-right .chat-body .userInfo .u_media {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-cont-right .chat-body .userInfo .u_media img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-cont-right .chat-body .userInfo .u_media h2 {
  font-size: 1em;
  margin-bottom: 0.2em;
  color: #ffffff;
}
.chat-cont-right .chat-body .userInfo .u_media p {
  margin: 0;
  color: #5bca49;
  font-size: 0.775em;
}
.chat-cont-right .chat-body .userInfo svg {
  cursor: pointer;
}
.chat-cont-right .chat-body .userInfo .dropdown .dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #878787;
}
.chat-cont-right .chat-body .userInfo .dropdown .dropdown-toggle::after {
  display: none;
}
.chat-cont-right .chat-body .userInfo .dropdown .dropdown-menu {
  border-color: transparent;
  border-radius: 16px;
}

.chat-cont-right .chat-body .media.received {
  margin-bottom: 20px;
  position: relative;
}

.chat-cont-right .chat-body .media .avatar {
  height: 30px;
  width: 30px;
  bottom: 0;
  position: absolute;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
  position: relative;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
  background-color: #f0f0f0;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div {
  padding: 10px 15px;
  border-radius: 16px 16px 16px 0;
  display: inline-block;
  position: relative;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div p {
  color: #0f1828;
  margin-bottom: 0;
  font-size: 15px;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div img {
  margin-bottom: 0.6em;
}

.chat-msg-info {
  align-items: center;
  display: flex;
  clear: both;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.chat-msg-info li {
  font-size: 13px;
  padding-right: 16px;
  position: relative;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
  color: #adb5bd;
}

.chat-cont-right .chat-body .media.sent {
  margin-bottom: 20px;
  position: relative;
}

.chat-cont-right .chat-body .media.sent .avatar {
  height: 30px;
  width: 30px;
  bottom: 0;
  right: 0;
  position: absolute;
}

.chat-cont-right .chat-body .media.sent .media-body {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
  padding-left: 50px;
  position: relative;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
  background-color: #3fa87e;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
  color: #ffffff;
  margin: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
  flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
  color: #ffffff;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
  border-radius: 16px 16px 0px 16px;
}

.chat-cont-right .chat-body .avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e6e6e6;
}

.chat-cont-right .chat-footer {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.chat-cont-right .chat-footer button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1.3em;
  color: #3fa87e;
  line-height: 0;
}

.chat-cont-left .chat-users-list a.media .media-body {
  display: flex;
  justify-content: space-between;
}

.chat-cont-right .chat-footer .input-group {
  width: 100%;
  background-color: #f5f5f6;
  border: none;
  border-radius: 50px;
  padding: 5px;
}
.chat-cont-right .chat-footer .input-group .form-control {
  margin-bottom: 0;
}

.chat-cont-right .chat-footer .input-group .form-control {
  background-color: #f5f5f6;
  border-radius: 50px;
  border-color: transparent;
  box-shadow: none;
  font-size: 0.875em;
}

.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
  background-color: #000000;
  border-color: #000000;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
}

.listScroll {
  overflow-x: auto;
}

.filter_a {
  background-color: #e6ecf0;
  padding: 0.3em 0.7em;
  border-radius: 5px;
  text-decoration: none;
  color: #3fa87e;
}
.filter_a svg {
  margin-right: 0.3em;
}
.filter_a svg path {
  fill: #3fa87e;
}
.filter_a:hover {
  background-color: #3fa87e;
  color: #ffffff !important;
}
.filter_a:hover svg path {
  fill: #ffffff;
}

.inPutBox {
  flex-basis: 20%;
  position: relative;
}
.inPutBox .form-control {
  height: 3em;
  border-radius: 100px;
  font-size: 0.875em;
  border-color: #cfdce5;
  background-color: transparent;
  color: #69788c;
  font-weight: 500;
  padding-right: 2.4em;
  box-shadow: none;
}
.inPutBox img {
  position: absolute;
  right: 0.8em;
  top: 0.5em;
  cursor: pointer;
}

.document_Header {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #f9f9f9;
  padding: 0.5em 0.8em;
  border-radius: 8px;
  margin-bottom: 1em;
}

.punchinBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2em;
}
.punchinBox .animatedBtn {
  width: 200px;
  height: 69px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight: 600;
  background-color: #3fa87e;
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px #000000;
}
.punchinBox .animatedBtn:active {
  box-shadow: none;
  transform: translateY(5px);
}
.punchinBox__time {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1em 2em;
  height: 74px;
  display: flex;
  align-items: center;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
  gap: 2em;
}
.punchinBox__time span {
  color: #3fa87e;
  font-size: 1.375em;
  font-weight: 500;
}
.punchinBox__time h3 {
  font-size: 2.125em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .punchinBox {
    flex-direction: column;
  }
  .punchinBox__time {
    flex-direction: column;
    height: inherit;
    width: 100%;
  }
}

.titleHeading {
  margin-bottom: 0.6em;
  font-size: 1.8em;
  font-weight: 600;
}

.stats {
  border-radius: 11.961px;
  background: #ffffff;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.1em 0.8em;
}
.stats .statsicon {
  background: #3fa87e;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}
.stats .statsicon iconify-icon
{
  color: #ffffff;
}
.stats h2 {
  color: #babec6;
  font-size: 0.75em;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.stats h3 {
  font-size: 1.75em;
  font-weight: 600;
}

/* Stats card - modern vertical layout, equal height */
.stats-row {
  display: flex;
  flex-wrap: wrap;
}
.stats-row > [class*="col-"] {
  display: flex;
}
.stats-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 140px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 1.5em 1.25em;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.stats-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3fa87e 0%, #34d399 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.stats-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: rgba(63, 168, 126, 0.15);
}
.stats-card:hover::before {
  opacity: 1;
}
.stats-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3fa87e 0%, #2d8a63 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 0 4px 14px rgba(63, 168, 126, 0.35);
}
.stats-card__icon iconify-icon {
  color: #ffffff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.stats-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.stats-card__title {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 2.8em;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.stats-card__value {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: auto;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.titleH2 {
  font-size: 1.438em;
  font-weight: 600;
  margin-bottom: 0.1em;
}

.recentProject {
  background-color: #ffffff;
  padding: 1.3em;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
  border-radius: 10px;
}

.userBox {
  width: 104px;
  height: 104px;
  position: relative;
  margin-bottom: 2em;
}

.userBox img {
  border: 4px solid #3fa87e;
  border-radius: 100px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.userBox .userUpload {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #414042;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.userBox .userUpload:hover{
  background-color: #3fa87e;
}

/* Upload File */

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

/* Card */
.card_shadow {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
  margin-bottom: 1.5em;
}

.card_shadow__body {
  padding: 1.3em;
}

.proSettings {
  font-size: 1.2em;
  margin-bottom: 1.4em;
}

/* Modal */
.swal2-popup .swal2-title,
.swal2-popup .swal2-content,
.swal2-popup .swal2-styled {
  font-family: "Poppins", sans-serif;
}

.swal2-confirm
{
  background-color: #3fa87e !important;
}