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;
  border: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
}
.btn:hover {
  opacity: 0.8;
}
.btn.btn-outline-primary {
  background-color: transparent;
  color: #7dccff;
}
.btn.btn-outline-primary:hover {
  background-color: #7dccff;
  border-color: #7dccff;
  color: #ffffff;
}
.btn.btn-primary {
  background: linear-gradient(180deg, #1a93e2 0%, #032040 100%);
}
.btn.btn-outline-secondary {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.btn.btn-outline-secondary:hover {
  background-color: #7dccff;
  border-color: #7dccff;
  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;
  border: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in;
  padding: 0 1em;
}
a.btn:hover {
  opacity: 0.8;
}

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 .labelPos1 {
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.3px;
  font-size: 0.875em;
  background-color: #fffbfb;
  margin-bottom: 0.5em;
}
.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: #7c7c7c;
}
.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: #7dccff;
  border-color: #7dccff;
  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;
}

.nav-item.dropdown a#navbarDropdown {
  width: 100%;
  position: relative;
  padding-right: initial;
  display: flex;
  align-items: center;
  gap: 5px;
}

.searchBox.ms-auto {
  display: flex;
  align-items: center;
}

.searchBox iconify-icon {
  margin-left: -22px;
}

@media (min-width: 1180px) {
  .container-fluid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.navbar {
  position: fixed;
  width: calc(100% - 17em);
  top: 0;
  transition: all 0.25s ease-out;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
}
.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: #7dccff;
  }
  .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: #7dccff !important;
}

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

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -18rem;
  transition: all 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: all 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: linear-gradient(180deg, #1a93e2 0%, #032040 100%);
}
.sidebar .sidebar-logo {
  text-align: center;
  padding: 2em 0;
}
.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: #7dccff;
}
.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-color: rgba(255, 255, 255, 0.2);
  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.active {
  background: linear-gradient(90deg, #1a93e2 0%, #032040 100%);
}
.sidebar .list-group.list-group-flush .list-group-item:hover {
  background: linear-gradient(90deg, #1a93e2 0%, #032040 100%);
}
@media (max-width: 767px) {
  #sidebar-wrapper {
    margin-left: -20rem;
  }
  .sidebar {
    z-index: 9;
    width: 100%;
    max-width: 310px;
  }
}

.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 15px;
  margin-bottom: 0;
}
.table td,
.table th {
  padding: 1.1em;
  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;
  border-bottom-left-radius: 10px;
}
.table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-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;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table tbody tr td:last-child {
  border-right: 1px solid #ebe8ff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table tbody tr td .tb_action {
  display: flex;
  gap: 0.6em;
  justify-content: center;
}
.table tbody tr td .tb_action a {
  background: linear-gradient(180deg, #1a93e2 0%, #032040 100%);
  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.del {
  background-color: transparent;
  color: #7dccff;
  padding: 0;
  font-size: 1.5em;
}
.table tbody tr td .tb_action a.del:hover {
  color: #000000;
}
.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: #7dccff;
}
.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: #7dccff;
}
.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: #7dccff;
}
.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: #e30613;
}
.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 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.3em;
}
.header_box h1 {
  margin: 0;
  font-size: 1.125em;
  letter-spacing: 0.15px;
  font-weight: 700;
  color: #000000;
}
.header_box a {
  line-height: 0;
  color: #000000;
  font-size: 1.3em;
}
.header_box a:hover {
  color: #7dccff;
}
.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: #7dccff;
}

/* viewcustomer Page Design */
.viewworkers {
  background: #fff !important;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
  border-radius: 13px;
  padding: 30px;
}

.viewworkers .nav-pills .nav-link.active,
.viewworkers .nav-pills .show > .nav-link {
  background-color: #7dccff;
}

.viewworkers .nav-link:hover {
  color: #000000;
}

.viewworkers .nav-link {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}

.no-resize {
  resize: none;
}

.main-pill {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}

.tablefilelist_grid h4 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.tablefilelist_grid p {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.tablefilelist_grid {
  border-bottom: 1px dashed #c7c7c7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.services-heading h1 {
  font-size: 18px;
  font-weight: 700;
}

.taledtl_div .talefile_box.talefile_box1 {
  height: 290px;
  padding: 10px;
  width: 100%;
}

.taledtl_div .talefile_box.talefile_box1 img.img-fluid {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: top;
  object-position: top;
  border: 10px solid #e4f3fd;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--multiple {
  /*min-height: 50px;*/
  /*border-radius: 10px;*/
  /*border-color: #e6e6e6;*/
  /*padding: 7px;*/
  min-height: 50px;
  border-radius: 15px;
  border-color: #7b6c6c;
  padding: 0px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 7px;
  padding: 3px 7px;
  color: #fff;
  font-size: 12px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #ffffff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

.select2-results__option.select2-results__option--highlighted {
  background: linear-gradient(90deg, #1a93e2 0%, #032040 100%) !important;
}

.swal2-confirm {
  background-color: #6fba9a !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.ck-editor__editable_inline {
  height: 300px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 49px;
  border-radius: 4px;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: none !important;
}

.select2Label .labelPos {
  z-index: 3;
}
.select2Label .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 49px;
  border-radius: 11px;
}
.select2Label .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 12px;
  right: 7px;
  width: 20px;
}
.select2Label .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2Label .select2-selection__rendered {
  height: 49px;
  padding: 10px 13px !important;
}

.loginbox {
  background-image: linear-gradient(179deg, #1a93e2, #032040);
  position: relative;
  padding: 3em 0;
  min-height: 100vh;
}
.loginbox .pattern {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
}
.loginbox .form-check-label {
  color: #ffffff;
}
.loginbox .reg-link {
  color: #0979a9;
  text-decoration: none;
  font-weight: 500;
}
.loginbox__card {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding: 3em 3.5em;
  margin: 1em auto 0;
  background-color: rgba(255, 255, 255, 0.1411764706);
  width: 100%;
  max-width: 548px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #ffffff;
}
.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: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.loginbox__card .formMb a:hover {
  color: #7dccff;
}
@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: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.loginbox__card .backBox a:hover {
  color: #7dccff;
}

/* 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: linear-gradient(180deg, #1a93e2 0%, #032040 100%);
  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;
  background: #f6f2f5;
}

.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: linear-gradient(180deg, #1a93e2 0%, #032040 100%);
}

.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: #000000;
  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: #7dccff;
}
.filter_a svg {
  margin-right: 0.3em;
}
.filter_a svg path {
  fill: #7dccff;
}
.filter_a:hover {
  background-color: #7dccff;
  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: #7dccff;
  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: #7dccff;
  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%;
  }
}

.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 h2 {
  color: #babec6;
  font-size: 0.75em;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.stats h3 {
  font-size: 1.75em;
  font-weight: 600;
}

.chart {
  background-color: #ffffff;
  padding: 1.3em;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
}
.chart__header {
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart__header p {
  font-size: 1.063em;
  color: #babec6;
  font-weight: 300;
}
.chart__header .selectDropdown {
  display: flex;
  gap: 0.7em;
}
.chart__header .selectDropdown span {
  min-width: 3.8em;
  display: flex;
  align-items: center;
  font-size: 1.063em;
  font-weight: 500;
  color: #babec6;
}
.chart__header .selectDropdown .form-select {
  border: none;
  padding: 0 2em 0 0;
  font-weight: 500;
  color: #000000;
}
.chart__header .selectDropdown .form-select:focus {
  box-shadow: none;
}

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

#chartdiv {
  width: 100%;
  height: 340px;
}

#chartdiv1 {
  width: 100%;
  height: 300px;
}

.weatherBox {
  background-color: #ffffff;
  padding: 1.3em;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  gap: 1.1em;
}
.weatherBox h3 {
  margin-bottom: 0.2em;
}
.weatherBox .weather_l {
  border-right: 1px solid #ececec;
  padding-right: 1.1em;
}
.weatherBox .weather_l h3 {
  font-weight: 500;
  font-size: 1.25em;
}
.weatherBox .weather_l h2 {
  font-size: 2.188em;
  font-weight: 700;
}
.weatherBox .weather_r h3 {
  font-weight: 500;
  font-size: 1.125em;
  color: #798494;
}
.weatherBox .weather_r h2 {
  line-height: 44px;
  font-size: 1.788em;
  font-weight: 700;
}

.recentProject {
  background-color: #ffffff;
  padding: 1.3em;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
  border-radius: 11.961px;
}
.recentProject .table tr td img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

/* Workres Css */
.workers .searchHeader {
  margin-bottom: 1.3em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.workers .searchHeader .btn {
  width: 100%;
  max-width: 130px;
}
.workers .searchHeader .btn.btn-outline-primary {
  max-width: 160px;
  text-transform: uppercase;
}
.workers .searchHeader .form-control {
  height: 50px;
  border-radius: 10px;
}
.workers .searchHeader .form-control:focus {
  box-shadow: none;
  border-color: #7dccff;
}
.workers .searchHeader .form-control.w150 {
  width: 300px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.workers .statusSelect {
  border-radius: 49px;
  font-size: 1em;
  padding: 0.3em;
  outline: none;
  color: #6f6b7d;
  border-color: #6f6b7d;
}
.workers .Working {
  background: rgba(3, 184, 21, 0.1);
  color: #03b815;
  border-radius: 49px;
  font-size: 1em;
  padding: 0.3em;
  border-color: transparent;
  border-color: rgba(3, 184, 21, 0.1);
}
.workers .Available {
  background: #fff5d9;
  color: #ebbb39;
  border-radius: 49px;
  font-size: 1em;
  padding: 0.3em;
  border-color: #fff5d9;
}
.workers .OnLeave {
  background: rgba(227, 6, 19, 0.2);
  color: #e30613;
  border-radius: 49px;
  font-size: 1em;
  padding: 0.3em;
  border-color: rgba(227, 6, 19, 0.2);
}

.onleavenew {
  color: #e30613;
}

/* User Box */
.userBox {
  width: 104px;
  height: 104px;
  position: relative;
  margin-bottom: 2em;
}
.userBox img {
  border: 4px solid #7dccff;
  border-radius: 100px;
  -o-object-fit: cover;
  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: #7dccff;
}

/* Work Schedule */
.workSchedule {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6em;
  margin-bottom: 2em;
  overflow: hidden;
  overflow-x: auto;
}
.workSchedule .workSchedule_item {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0;
  width: 48%;
}
.workSchedule .workSchedule_item .w_days {
  width: 95px;
  background-color: #7dccff;
  padding: 0.5em 1.5em;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
}
.workSchedule .workSchedule_item.disabledCss {
  opacity: 0.5;
}
.workSchedule .time__heading {
  text-align: center;
  color: #fff;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.workSchedule .time__input {
  width: 100%;
}
.workSchedule .time__input .timepicker {
  width: 125px;
  border-radius: 100px;
  padding: 7px 15px;
  text-align: center;
  border: dashed 1px #c0c0c0;
  color: #666666;
  outline: none;
}
.workSchedule div[id^="tp_"].timepicker__wrapper {
  opacity: 0;
  height: auto;
  min-width: 150px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.1s ease-in-out;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #2b4055;
  border-top: transparent;
  text-align: center;
}
.workSchedule div[id^="tp_"].timepicker__wrapper * {
  box-shadow: border-box;
}
.workSchedule div[id^="tp_"].timepicker__wrapper-active {
  opacity: 1;
  max-height: 150px;
  padding: 15px;
}
.workSchedule div[id^="tp_"].timepicker__wrapper-full > div {
  width: 33% !important;
}
.workSchedule div[id^="tp_"].timepicker__wrapper > div {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  width: 50%;
  max-width: 75px;
}
.workSchedule div[id^="tp_"].timepicker__wrapper > div .display {
  color: #303233;
  font-size: 1em;
  font-weight: 500;
  line-height: 35px;
  margin: 0px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.workSchedule div[id^="tp_"].timepicker__wrapper > div .timepicker__button {
  margin: 15px auto;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  background: transparent;
  border: solid 5px transparent;
}
.workSchedule
  div[id^="tp_"].timepicker__wrapper
  > div
  .timepicker__button__up
  > div {
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #303233;
}
.workSchedule
  div[id^="tp_"].timepicker__wrapper
  > div
  .timepicker__button__down
  > div {
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #303233;
}

.dollarIcon {
  position: absolute;
  top: 14px;
  left: 14px;
}

/* Card Shadow */
.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.card_shadownone {
  box-shadow: none;
}
.card_shadow__body {
  padding: 1.3em;
}
.card_shadow__body__ubox {
  text-align: center;
}
.card_shadow__body__ubox img {
  width: 104px;
  height: 104px;
  border-radius: 100px;
  border: 4px solid #7dccff;
  margin-bottom: 0.5em;
}
.card_shadow__body__ubox h2 {
  color: #3a3541;
  opacity: 0.8;
  font-size: 1.375em;
}
.card_shadow__body p {
  color: #3a3541;
  margin-bottom: 0.4em;
  letter-spacing: 0.15px;
}
.card_shadow__body p strong {
  opacity: 0.87;
}
.card_shadow__body p span {
  opacity: 0.67;
}
.card_shadow__body .project_images {
  display: flex;
  gap: 1em;
}
.card_shadow__body .project_images img {
  width: 100%;
  height: 232px;
}
.card_shadow .header_box1 {
  padding: 1.3em;
}
.card_shadow .header_box1 h1 {
  color: #7dccff;
}
.card_shadow ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.3em;
}
.card_shadow ul li h4 {
  letter-spacing: 0.15px;
  color: #3a3541;
  opacity: 0.87;
  font-size: 1em;
  margin-bottom: 0.4em;
}
.card_shadow ul li p {
  letter-spacing: 0.14px;
  color: #3a3541;
  opacity: 0.87;
  font-size: 0.875em;
}
.card_shadow ul li span {
  font-size: 0.875em;
  color: #20b15a;
}
.card_shadow ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
.card_shadow ul.timelinecard {
  margin-top: 1.3em;
}
.card_shadow ul.timelinecard li {
  position: relative;
  padding: 0;
  padding-left: 1.9em;
  background-color: transparent;
  margin-bottom: 2.2em;
}
.card_shadow ul.timelinecard li::after {
  content: "";
  position: absolute;
  background-color: #7dccff;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  left: 0;
  top: 2px;
  border: 3px solid #fce1e3;
}
.card_shadow ul.timelinecard li::before {
  content: "";
  position: absolute;
  top: 2em;
  left: 8px;
  background-color: rgba(58, 53, 65, 0.12);
  width: 2px;
  height: 90%;
}
.card_shadow ul.timelinecard li div {
  width: 100%;
}
.card_shadow ul.timelinecard li div h5 {
  font-size: 1em;
  letter-spacing: 0.15px;
  color: #3a3541;
  opacity: 0.87;
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
}
.card_shadow ul.timelinecard li div h5 small {
  margin-left: auto;
  font-weight: 300;
}
.card_shadow ul.timelinecard li div p {
  width: 100%;
  max-width: 380px;
  margin-bottom: 1em;
}
.card_shadow ul.timelinecard li div .timeline_images {
  display: flex;
  gap: 1.2em;
}
.card_shadow ul.timelinecard li div .timeline_images img {
  border-radius: 10px;
}
.card_shadow ul.ulListDetails h4 {
  padding: 0;
}
.card_shadow ul.ulListDetailsUsers li {
  background-color: #ffffff !important;
  border-bottom: 1px solid #cfdce5;
}
.card_shadow ul.ulListDetailsUsers li .uBox {
  display: flex;
  align-items: center;
  gap: 1em;
}
.card_shadow ul.ulListDetailsUsers li .uBox img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.card_shadow ul.ulListDetailsUsers li .uBox h5 {
  font-size: 1em;
  color: #424242;
  font-weight: 300;
  margin-bottom: 0.3em;
}
.card_shadow ul.ulListDetailsUsers li .uBox p {
  color: #757575;
  font-weight: 500;
}
.card_shadow ul.ulListDetailsUsers li span {
  color: #757575;
  font-size: 0.875em;
  font-weight: 300;
}
.card_shadow .detailscard ul {
  display: flex;
  flex-direction: column;
}

/* Default li styles (desktop/tablet) */
.card_shadow .detailscard ul li {
  display: flex;
  align-items: center;
  padding: 0.6em 0;
  gap: 1.2em;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

/* Label background box */
.card_shadow .detailscard ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff8f8;
  min-width: 250px;
  max-width: 250px;
  width: 100%;
}

/* Label text */
.card_shadow .detailscard ul li h3 {
  position: relative;
  color: #000000;
  font-size: 1em;
  padding: 0.7em 0.8em;
  min-width: 250px;
  max-width: 250px;
}

/* Value text */
.card_shadow .detailscard ul li span {
  flex-grow: 1;
  color: #5f6c72;
  font-size: 0.875em;
}

/* Responsive (mobile) */
@media (max-width: 991px) {
  .card_shadow .detailscard ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8em;
    gap: 0.5em;
  }

  .card_shadow .detailscard ul li::before {
    display: none; /* remove colored block */
  }

  .card_shadow .detailscard ul li h3 {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    background-color: #fff8f8;
    padding: 0.5em;
    border-radius: 4px;
    font-size: 0.95em;
  }

  .card_shadow .detailscard ul li span {
    width: 100%;
    margin-top: 0.4em;
    font-size: 0.85em;
  }
}

.card_shadow h4 {
  padding: 1.3em 0.8em 1.3em;
  font-size: 1em;
}

.textLeft {
  text-align: left !important;
}

.notred {
  color: #ff4e58;
}

.seehours {
  background-color: #000000;
  font-size: 1.125em;
  font-weight: 500;
  padding: 0.8em 1em;
  color: #ffffff;
  letter-spacing: 0.15px;
  border-radius: 6px;
  margin-bottom: 2em;
}

.susbottom {
  text-align: center;
}
.susbottom a {
  border-radius: 5px;
  text-decoration: none;
  padding: 0.6em 1.3em;
  margin: 0 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.susbottom a.edit {
  background-color: #000000;
  color: #ffffff;
}
.susbottom a.suspend {
  border: 1px solid #ff4c51;
  color: #ff4c51;
}
.susbottom a:hover {
  opacity: 0.7;
}

.bgred {
  background-color: #7dccff;
}

/* Uploading Image */
.uploadimg {
  margin-bottom: 1.3em;
}
.uploadimg label {
  border: 2px dashed #e6e7eb;
  border-radius: 15px;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.uploadimg label img {
  max-width: 55px;
}
.uploadimg label p {
  color: #3a3541;
  opacity: 0.38;
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0px 0px;
}

.uploadImagesList {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;

  @media (max-width: 767px) {
    gap: 0.8em;
    margin-bottom: 11px;
  }
}
.uploadImagesList img {
  width: 105px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.uploadImagesList iconify-icon {
  position: absolute;
  cursor: pointer;
}

/* Products */
.productBox {
  text-decoration: none;
}
.productBox img {
  width: 100%;
  border-radius: 10px;
}
.productBox__body {
  padding: 0.5em 1em;
}
.productBox__body h2 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.6em;
  color: #2a313d;
}
.productBox__body p {
  color: #74788d;
  font-size: 0.875em;
}

.specHeading {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1em;
}

.paraspec {
  color: #5f6c72;
  font-size: 0.875em;
  font-weight: 400;
}

/* Cart Box */
.cartBoxFlex {
  display: flex;
  align-items: center;
  gap: 1.6em;
  margin: 0 1em;
}
.cartBoxFlex a {
  color: #000000;
  font-size: 1.2em;
}

.cartBox h3 {
  font-size: 1em;
  font-weight: 400;
  color: #7dccff;
  margin-bottom: 1.5em;
}
.cartBox h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.cartBox p {
  color: #898989;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.cartBox p span {
  color: #7dccff;
  font-weight: 500;
  cursor: pointer;
}
.cartBox .cartBox_items {
  display: flex;
  gap: 1em;
  margin-bottom: 1.6em;
}
.cartBox .cartBox_items .form-group {
  flex-grow: 1;
}
.cartBox .cartBox_items .form-group label {
  font-size: 0.875em;
  margin-bottom: 0.3em;
}
.cartBox .cartBox_items .form-group .form-control {
  border-color: #e4e7e9;
}
.cartBox .cartBox_items .cartQuantity .button-container {
  width: 150px;
  position: relative;
}
.cartBox .cartBox_items .cartQuantity .button-container button {
  background-color: transparent;
  border: 0;
}
.cartBox .cartBox_items .cartQuantity .button-container .form-control {
  text-align: center;
  height: 51px;
}
.cartBox .cartBox_items .cartQuantity .button-container .quantity__plus {
  position: absolute;
  z-index: 3;
  top: 10px;
  font-size: 1.3em;
  right: 5px;
}
.cartBox .cartBox_items .cartQuantity .button-container .quantity__minus {
  position: absolute;
  z-index: 3;
  top: 10px;
  font-size: 1.3em;
  left: 5px;
}
.cartBox .cartBox_items .btn {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
}
.cartBox .cartBox_items .btn iconify-icon {
  font-size: 1.3em;
}

.productView {
  display: flex;
  gap: 0.5em;
}
.productView ul {
  width: 90px;
}
.productView ul li {
  text-align: center;
}
.productView ul li img {
  width: 78px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.productView__big {
  width: 100%;
}
.productView__big img {
  width: 90%;
  height: 395px;
}

.w50 {
  width: 100% !important;
  max-width: 400px !important;
}

.flexGap {
  display: flex;
  align-items: center;
  gap: 1.8em;
}

.linkChangePassword {
  text-align: end;
  margin-bottom: 1.3em;
}
.linkChangePassword a {
  font-weight: 500;
  color: #000000;
  opacity: 0.6;
}

.font-14 {
  font-size: 0.8em;
}

.eyePos {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 1.4em;
  color: #959298;
  cursor: pointer;
}

.nitiBix {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8ff;
  border-radius: 100px;
}
.nitiBix span {
  position: absolute;
  background-color: #ff1900;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  top: -5px;
  right: 0;
  font-size: 0.5em;
}

.inBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inBox .form-control {
  box-shadow: none;
  background-color: transparent;
  border-style: dashed;
  color: #878787;
  text-align: right;
  font-size: 1em;
}
.inBox .form-control:focus {
  border-color: #7dccff;
}

.addRow {
  font-size: 0.875em;
  margin-bottom: 1.5em;
  display: block;
  padding-left: 4.5em;
  color: #4e4e4e;
  font-weight: 600;
}
.addRow:hover {
  color: #7dccff;
}

.btn.btn-primary.w-50 {
  text-transform: uppercase !important;
  border-radius: 100px !important;
}

/* Invoice */
.invoiceFlex {
  display: flex;
  gap: 4em;
}
.invoiceFlex .invoiceCard {
  border: 1px solid rgba(0, 0, 0, 0.46);
  background: #ffffff;
  padding: 2em 4em;
}
.invoiceFlex .invoiceCard .iHeader {
  margin-bottom: 2.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invoiceFlex .invoiceCard .iHeader p {
  text-align: right;
}
.invoiceFlex .invoiceCard .iHeader p strong {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.invoiceFlex .invoiceCard .inCommonFlex {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  gap: 7em;
}
.invoiceFlex .invoiceCard .inCommonFlex .iIssued {
  border-top: 3px solid rgba(227, 6, 19, 0.46);
  padding-top: 0.8em;
}
.invoiceFlex .invoiceCard .inCommonFlex .iIssued h3 {
  font-weight: 600;
  letter-spacing: 0.15px;
  font-size: 0.9em;
}
.invoiceFlex .invoiceCard .inCommonFlex .iIssued .iIusseFlex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7em;
}
.invoiceFlex .invoiceCard .inCommonFlex .iIssued .iIusseFlex h4 {
  max-width: 100px;
  font-size: 0.7em;
  text-transform: uppercase;
  min-width: 100px;
  font-weight: 700;
  position: relative;
  top: 0.2em;
  letter-spacing: 0.5px;
}
.invoiceFlex .invoiceCard .inCommonFlex .iIssued .iIusseFlex p {
  color: #2b2b2b;
  font-size: 0.8em;
}
.invoiceFlex .invoiceCard h5 {
  border-top: 3px solid rgba(227, 6, 19, 0.46);
  border-bottom: 3px solid rgba(227, 6, 19, 0.46);
  padding: 1em 0;
  font-weight: 600;
}
.invoiceFlex .inButtons {
  width: 100%;
  max-width: 250px;
}
.invoiceFlex .inButtons .btn {
  width: 100%;
  box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.42);
}

/* Planning */
.bgsecondary {
  background-color: #f3f3f3 !important;
}

.imgTags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.6em;
  -moz-column-gap: 0.8em;
  column-gap: 0.8em;
}
.imgTags span {
  gap: 0.2em;
  display: flex;
  align-items: center;
  background: rgba(227, 6, 19, 0.2);
  padding: 0.3em 0.6em;
  border-radius: 100px;
  font-size: 0.75em;
}
.imgTags span img {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.imgTags a {
  text-decoration: none;
  color: #4e4e4e;
  font-weight: 500;
}

.editInput {
  padding-right: 2em;
  position: relative;
}
.editInput iconify-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3em;
  color: #7dccff;
  cursor: pointer;
}
.editInput input {
  border: transparent;
  width: 100%;
  background-color: transparent;
}
.editInput input:focus {
  border-color: #7dccff;
}

/* Radio As Card */
.custom_radio {
  margin-bottom: 1.3em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.custom_radio .card-input-element {
  display: none;
}
.custom_radio .card-input {
  background-color: #ffffff;
  padding: 0.675em 1em;
  border-radius: 10px;
  font-size: 0.875em;
  font-weight: 500;
  border: 1px solid #dfdfdf;
  color: #7d7d7d;
  text-transform: uppercase;
  width: 78px;
  text-align: center;
}
.custom_radio .card-input:hover {
  cursor: pointer;
}
.custom_radio .card-input-element:checked + .card-input {
  background-color: #7dccff;
  color: #ffffff;
  border-color: #7dccff;
}
.custom_radio.custom_radio1 .card-input {
  padding: 1.5em 1em;
  width: 205px;
}
.custom_radio.custom_radio1 .card-input span {
  display: block;
  padding-top: 0.4em;
}

.h3select {
  margin-bottom: 0.6em;
  color: #191919;
  font-size: 1em;
  font-weight: 600;
}

.modalBorder {
  padding: 1.3em;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
}
.modalBorder h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.modalBorder p {
  color: #0f123f;
  font-weight: 300;
}

.mflex {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.mflex img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
}

.uImg {
  padding: 10px;
}
.uImg img {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail_tabscard {
  padding: 10px;
}
.detail_tabscard .nav li {
  padding: 0;
}
.detail_tabscard .nav li:nth-child(odd) {
  background-color: #ffffff;
}
.detail_tabscard .nav li .nav-link {
  padding: 10px 20px;
  color: #000000;
}
.detail_tabscard .nav li .nav-link.active {
  background-color: #1280ae;
  color: #ffffff;
  border-color: #1280ae;
}

.airImg {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}

.back_Btn {
  padding: 10px 12px 10px 0;
}

.container-fluid.workers {
  padding-top: 1em;
}

#editfaq-form {
  padding-bottom: 1.2em;
}

@media screen and (max-width: 1045px) {
  .chat-window {
    flex-direction: column;
    flex: 1;
    .chat-cont-left {
      flex: 1;
      max-width: 100%;
    }
    .chat-cont-right {
      flex: 1;
      max-width: 100%;
    }
    .chat-cont-left .chat-users-list .document_Header .inPutBox {
      width: 100%;
    }
    .chat-cont-left {
      width: 100%;
    }
    /* Hide right side by default */
    .chat-cont-right {
      display: none;
      width: 100%;
    }

    /* When active -> show */
    .chat-cont-right.active {
      display: block;
    }

    /* Hide left when chat opened */
    .chat-cont-left.hide {
      display: none;
    }
  }
}

@media screen and (max-width: 767px) {
  .container-fluid.workers {
    padding-top: 2em;
    padding-bottom: 1.2em;
  }
  .detail_tabscard .nav li .nav-link {
    padding: 10px 10px;
    color: #000000;
  }
  .chat-window {
    flex-direction: column;
    flex: 1;
    .chat-cont-left {
      flex: 1;
      max-width: 100%;
    }
    .chat-cont-right {
      flex: 1;
      max-width: 100%;
    }
    .chat-cont-left .chat-users-list .document_Header .inPutBox {
      width: 100%;
    }
    .chat-cont-left {
      width: 100%;
    }
    .chat-cont-right {
      display: none;
    }

    .chat-cont-right.active {
      display: block;
    }

    .chat-cont-left.hide {
      display: none;
    }
  }

  #username {
    font-size: 13px !important;
  }
}

/*# sourceMappingURL=style.css.map */
