/* ===========================  Common Start  ================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.aw-site {
  font-family: "Lato", sans-serif;
}

a {
  transition: all ease-in-out 0.3s;
}
.aw-em-highlight {
  color: #4a76cf;
  font-weight: 500;
}
.btn {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  padding: 14px 63px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 140%;
}

input:focus,
select:focus,
.form-control:focus,
.btn:active,
.btn:focus {
  box-shadow: none !important;
}

.btn-primary {
  color: #f9fafa;
  background-color: #6075c3;
  border-color: #6075c3;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #787b7f;
  padding: 10px 17px;
}

.form-control::placeholder {
  color: #787b7f;
  font-size: 16px;
}

.cn-form-input {
  margin-bottom: 16px;
}

.btn-outline-primary {
  color: #6075c3;
  border-color: #6075c3;
}

.btn-outline-primary:hover {
  color: #6075c3;
  background-color: #f3f9fe;
  border-color: #6075c3;
}

/* .btn-outline-primary:hover svg *[fill="#6075C3"] {
    fill: #fff;
} */

.form-select {
  color: #787b7f;
  border-radius: 8px;
  border: 1px solid #d6d8de;
  background-color: transparent;
}

.scrollbar-thumb {
  background: #d0d2d5;
}

.form-label {
  font-weight: 600;
}

.aw-dashboard-menu {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: 20px auto 10px;
  padding: 10px 20px;
  background-color: #f7f9fd;
  border-radius: 15px;
}

.aw-dashboard-menu .aw-sidebar-logo {
  margin-bottom: 0;
}

.aw-menu-toggler {
  cursor: pointer;
}

.aw-menu-toggler-icon {
  width: 35px;
  height: 3px;
  background-color: #0e1736;
  display: block;
  margin-bottom: 5px;
  border-radius: 50%;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.aw-menu-toggler.active .aw-menu-toggler-icon {
  margin-bottom: 0;
}

.aw-menu-toggler.active .aw-menu-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
}

.aw-menu-toggler.active .aw-menu-toggler-icon:nth-child(2) {
  opacity: 0;
}

.aw-menu-toggler.active .aw-menu-toggler-icon:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 5px;
}

.aw-site.menu-open,
.aw-site.menu-open .aw-dashboard-content {
  overflow: hidden;
}

.btn-outline-secondary {
  border-color: #e2e8f0;
  color: #212529;
}

.btn-outline-secondary:hover {
  color: #fff;
}

.btn-danger {
  background-color: #f43f5e;
  border-color: #f43f5e;
}

/* ===========================  Common End  ================================= */
/* ===========================  Login Page Start  ================================= */
.aw-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 36px;
}

.aw-site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.aw-login-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.aw-login-info-area {
  width: 61%;
  background-image: url(../images/login-back.png);
  background-size: cover;
  background-position: left center;
  padding: 190px 0 180px;
}

.aw-login-info__inner {
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 75px;
}

.aw-login-info__inner .aw-section-description {
  color: #212529;
}

.aw-section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
}

.aw-login-img {
  text-align: center;
}

.aw-login-form-area {
  width: 39%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-login-form-area__inner {
  width: 420px;
  max-width: 100%;
}

.aw-login-form-area__inner .aw-section-title {
  font-size: 40px;
  font-weight: 600;
}

.aw-section-description {
  color: #787b7f;
  margin-bottom: 40px;
}

.aw-login-google-link {
  color: #212529;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #787b7f;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  margin-bottom: 16px;
}

.aw-login-form-devider {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-bottom: 16px;
}

.aw-login-form-devider-text {
  color: #787b7f;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0;
  padding: 0 20px;
  background-color: #fff;
}

.aw-login-form-devider-text:before {
  content: "";
  background-color: #787b7f;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.cn-forgot-password-link {
  margin-bottom: 0;
  text-align: right;
  margin-top: 8px;
}

.cn-forgot-password-link a {
  color: #6075c3;
  font-weight: 600;
  text-decoration: none;
}

.aw-login-form__inner .btn {
  margin-top: 16px;
  margin-bottom: 32px;
}

.cn-form-notes {
  color: var(--light-text, #787b7f);
  text-align: center;
  margin-bottom: 0;
}

.cn-form-notes a {
  color: #6075c3;
  font-weight: 600;
  text-decoration: none;
}

.aw-login-section {
  background-color: #fbfcfe;
}

.aw-login-section .form-control {
  background-color: transparent;
}

.aw-login-form-area__inner .aw-section-description strong {
  color: #000;
}

.otp-input-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp-input-area .form-control:not(:last-child) {
  margin-right: 5px;
}

.otp-input-area .form-control {
  width: 55px;
  height: 55px;
  background-color: #f6f6f6;
  border: none;
  text-align: center;
}

.cn-mobile-number-area {
  position: relative;
}

.cn-mobile-number-area .select2-container {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px !important;
  height: calc(100% - 2px);
}

.cn-mobile-number-area .select2-container--default .select2-selection--single {
  background-color: #d6d8de;
  border: none;
  border-radius: 6px 0 0 6px;
  height: 100%;
}

.cn-mobile-number-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

.cn-mobile-number-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.cn-mobile-number-area .form-control {
  padding-left: 70px;
}

.aw-back-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.aw-back-link:hover {
  color: #000;
  opacity: 0.8;
}

.aw-back-link span:first-child {
  margin-right: 5px;
}

.aw-login-section .aw-back-link {
  margin-top: 200px;
}

.aw-otp-section .cn-form-notes {
  text-align: left;
}

.aw-otp-section .cn-form-notes a {
  color: #000;
}

/* ===========================  Login Page End  ================================= */

/* ===========================  Dashboard Page Start  ================================= */
.aw-dashboard-section {
  background-image: linear-gradient(135deg, #e5e9ec 0%, #edf3f9 100%);
}

.aw-dashboard-section__inner {
  display: flex;
  flex-wrap: wrap;
}

/* Sidebar Start */
.aw-sidebar {
  background: var(--card, #fbfcfe);
  box-shadow: 0px 2px 15px 0px rgba(28, 39, 76, 0.2);
  width: 255px;
  height: 100vh;
  padding: 24px 0;
  z-index: 1;
}

.aw-sidebar-logo {
  text-align: center;
  margin-bottom: 40px;
}

.aw-sidebar-logo-link {
  display: inline-block;
}

.aw-menu-area {
  height: calc(100% - 232px);
}

.aw-menu-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.aw-menu-link {
  padding: 15px 45px;
  display: flex;
  align-items: center;
  color: #787b7e;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.aw-menu-icon {
  margin-right: 15px;
}

.aw-menu-link::before {
  content: "";
  width: 8px;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  background-color: #6075c3;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all ease-in-out 0.3s;
}

.aw-menu-link:hover,
.aw-menu-link.active {
  color: #212529;
}

.aw-menu-link:hover::before,
.aw-menu-link.active::before {
  transform: scaleY(1);
}

.aw-menu-link svg * {
  transition: all ease-in-out 0.3s;
}

.aw-menu-link:hover svg *[stroke="#787B7F"],
.aw-menu-link.active svg *[stroke="#787B7F"] {
  stroke: #212529;
}

.aw-bottom-menu .aw-menu-link {
  color: #212529;
}

/* Sidebar End */
.aw-dashboard-content {
  width: calc(100% - 255px);
  height: 100vh;
  overflow: auto;
}

.aw-dashboard-content__inner {
  padding: 20px 30px;
}

.aw-dashboard-card {
  border-radius: 20px;
  background-color: #f7f9fd;
  box-shadow: 0px 2px 15px 0px rgba(28, 39, 76, 0.2);
}

.aw-dashboard-card-header {
  border-radius: 20px 20px 0px 0px;
  background-color: #fbfcfe;
  box-shadow: 0px 3px 12px 0px rgba(28, 39, 76, 0.06);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aw-dashboard-card-body {
  padding: 20px 30px;
}

.aw-dashboard-card:not(:last-child) {
  margin-bottom: 20px;
}

.ty-dashboard-card-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.ty-welcome-description {
  color: #787b7f;
  margin-bottom: 30px;
  font-size: 14px;
}

.aw-employee-slider .slick-list {
  padding: 10px 175px 10px 0 !important;
}

.aw-employee-slide {
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin: 0 16px 0 8px;
}

.aw-employee-slide-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.aw-employee-profile {
  border: 2px solid #6075c3;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #6075c3;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  margin-right: 13px;
}

.aw-employee-profile-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.aw-employee-name {
  font-size: 16px;
  margin-bottom: 4px;
}

.aw-employee-designation {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 0;
}

.aw-employee-slide-description {
  margin-bottom: 0;
  font-size: 14px;
}

.aw-employee-slide-description span {
  color: #6075c3;
}

.aw-employee-slider::after {
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(247, 249, 253, 0) 0%,
    #f7f9fd 65.59%
  );
  position: absolute;
  top: 0;
  right: -15px;
  width: 55px;
  height: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8L1 15' stroke='%236075C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  border-radius: 42px;
  border: 1px solid #6075c3;
  background-color: #fbfcfe;
  border-radius: 50%;
  font-size: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev.slick-arrow {
  display: none;
  transform: translateY(-50%) rotate(180deg);
}

.aw-dashboard-card .btn {
  font-family: Lato;
  font-weight: 600;
  line-height: normal;
  padding: 7px 24px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
}

.aw-btn-icon {
  margin-right: 8px;
}

.aw-employees-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.aw-employees-filter-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.aw-employees-filter-item:not(:last-child) {
  margin-right: 8px;
}

.aw-employees-filter-link {
  color: #787b7f;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #d6d8de;
  display: block;
}

.aw-employees-filter-link:hover {
  color: #787b7f;
  opacity: 0.8;
}

.aw-employees-sorting-filter {
  width: 150px;
}

.aw-employees-card .aw-employee-slide {
  margin: 0;
}

.aw-employee-info-card {
  filter: drop-shadow(0px 1px 14px rgba(0, 0, 0, 0.08));
  margin-bottom: 24px;
}

.aw-employee-info-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fbfcfe;
  padding: 15px;
  border-radius: 8px 8px 0 0;
}

.aw-employee-info-head__inner {
  display: flex;
  align-items: center;
}

.aw-employee-info-point-lable {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 3px;
}

.aw-employee-info-point {
  color: #f9fafa;
  font-weight: 600;
  border-radius: 4px;
  background: #6075c3;
  padding: 3px 9px;
}

.aw-employee-info-body {
  border-radius: 0px 0px 8px 8px;
  background: #f1f5fc;
  padding: 15px;
  display: flex;
}

.aw-employee-info-detail {
  width: 50%;
}

.aw-employee-info-detail-list {
  margin-bottom: 0;
}

.aw-employee-info-detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.aw-employee-info-detail-item:last-child {
  margin-bottom: 0;
}

.aw-employee-info-detail-label {
  color: #787b7f;
  margin-right: 10px;
}

.aw-employee-info-detail-text {
  color: #6075c3;
  font-weight: 600;
  text-align: right;
}

.aw-employee-info-chart {
  width: 50%;
  padding-right: 10px;
}

.aw-employee-performance {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.aw-employee-performance span {
  color: #65bd78;
}

.aw-emplloyee-list-card-body {
  max-height: 550px;
  overflow: auto;
}

.aw-turnover-card {
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.aw-turnover-card .ty-dashboard-card-title {
  font-size: 20px;
  margin-bottom: 0;
}

.aw-turnover-card-body canvas {
  width: 100% !important;
}

.aw-leaderboard-item {
  border-bottom: 1px solid #f2f2f3;
}

.aw-leaderboard-item:first-child {
  border-top: 1px solid #f2f2f3;
}

.aw-leaderboard-item .aw-employee-info-head__inner:nth-child(2) {
  margin-right: auto;
  margin-left: 25px;
}

.aw-leaderboard-count {
  margin-bottom: 0;
}

.aw-leaderboard-item .aw-employee-info-card-head {
  padding: 15px 0;
  background-color: transparent;
}

/* ===========================  Dashboard Page End  ================================= */

/* ===========================  Employee Page Start  ================================= */
/* .aw-employee-content__inner {
    padding: 0 12px;
} */

.aw-all-employee-card {
  border-left: 1px solid #d6d8de;
  border-radius: 0;
  height: 100vh;
}

.aw-all-employee-card .aw-dashboard-card-header {
  border-radius: 0;
}

.aw-all-employee-card .aw-emplloyee-list-card-body {
  max-height: unset;
  height: calc(100% - 82px);
  padding: 20px 0;
}

.aw-employees-item:first-child {
  border-top: 1px solid #d6d8de;
}

.aw-employees-item {
  cursor: pointer;
  border-bottom: 1px solid #d6d8de;
}

.aw-employees-item .aw-employee-info-card {
  margin-bottom: 0;
  filter: unset;
}

.aw-employees-item .aw-employee-info-card-head {
  padding: 15px 30px;
  background-color: #f7f9fd;
}

.aw-employees-item:hover .aw-employee-info-card-head,
.aw-employees-item.active .aw-employee-info-card-head {
  background-color: #e2effa;
}

.aw-all-employee-card .aw-employees-card-header {
  padding: 0 30px;
  overflow: auto;
}

.aw-employee-detail-area {
  padding: 20px 30px;
  height: 100vh;
  overflow: auto;
}

.aw-employee-details-card .aw-employee-info-card-head {
  background-color: transparent;
  padding: 0;
  margin-bottom: 25px;
}

.aw-employee-details-description {
  margin-bottom: 30px;
}

.aw-employee-inner-details-list {
  display: flex;
  flex-wrap: wrap;
  width: 66.66%;
  margin-bottom: 0;
}

.aw-employee-inner-item {
  width: 50%;
  margin-bottom: 15px;
}

.aw-employee-inner-text {
  color: #6075c3;
  font-weight: 600;
  margin-bottom: 0;
}

.aw-employee-inner-label {
  color: #787b7f;
  margin-right: 8px;
  font-weight: 400;
}

.aw-employee-activity-content {
  margin-bottom: 20px;
}

.aw-employee-activity-content .aw-dashboard-card {
  height: 100%;
}

.aw-employee-bonus-head {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 20px;
}

.aw-employee-bonus-head-number {
  color: #6075c3;
  font-size: 20px;
  font-weight: 700;
}

.aw-employee-bonus-head-label {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 0;
}

.aw-bonus-history-item {
  display: flex;
  justify-content: space-between;
}

.aw-bonus-history-item:not(:last-child) {
  margin-bottom: 30px;
}

.aw-bonus-history-label {
  margin-bottom: 0;
  max-width: 80%;
}

.aw-bonus-history-number {
  color: #6075c3;
  text-align: right;
  font-weight: 600;
  margin-bottom: 0;
}

.aw-employee-activity-item:not(:last-child) {
  margin-bottom: 20px;
}

.aw-employee-activity-item span {
  color: #6075c3;
  font-weight: 600;
}

.aw-employee-activity-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.aw-schedule-card .aw-dashboard-card-header {
  background-color: transparent;
  box-shadow: none;
}

.aw-dashboard-card-header .form-select {
  width: auto;
  border: none;
}

.aw-schedule-date-slide {
  text-align: center;
  padding: 0 8px;
}

.aw-schedule-slide-day {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
}

.aw-schedule-slide-date {
  color: #787b7f;
  font-weight: 500;
  font-size: 14px;
}

.aw-schedule-slide-ontime span {
  color: #212529;
  font-size: 10px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #60c364;
  background: rgba(96, 195, 100, 0.26);
  padding: 5px;
  display: block;
}

.aw-schedule-date-slider .slick-arrow {
  right: -20px;
}

.aw-schedule-date-slider .slick-prev.slick-arrow {
  left: -20px;
  display: block;
}

/* ===========================  Employee Page End  ================================= */
/* ===========================  Schedule Page Start  ================================= */

.aw-schedule-details-card .aw-dashboard-card-header {
  background-color: transparent;
  box-shadow: unset;
}

.aw-schedule-details-card .aw-dashboard-card-header .form-select {
  border: 1px solid #d6d8de;
}

.aw-schedule-calendar-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.aw-schedule-calendar-row .form-select {
  width: auto;
}

.aw-schedule-calendar-cell {
  padding: 8px;
  width: 11.42%;
  border-top: 1px solid #f2f2f3;
  border-right: 1px solid #f2f2f3;
  background-color: #fbfcfe;
  position: relative;
}

.aw-schedule-calendar-body
  .aw-schedule-calendar-row:last-child
  .aw-schedule-calendar-cell {
  border-bottom: 1px solid #f2f2f3;
}

.aw-schedule-calendar-cell:first-child {
  width: 20%;
  padding-left: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #f2f2f3;
}

.aw-schedule-calendar-header .aw-schedule-calendar-cell:last-child {
  width: 80%;
}

.aw-schedule-calendar-area .slick-arrow {
  right: -20px;
}

.aw-schedule-calendar-area .slick-prev.slick-arrow {
  left: -20px;
  display: block;
}

.aw-schedule-calendar-slider-area {
  padding: 0;
}

.aw-schedule-calendar-slide {
  text-align: center;
  padding: 15px 8px;
  border-right: 1px solid #f2f2f3;
}

.aw-schedule-calendar-date {
  font-weight: 500;
  margin-bottom: 0;
}

.aw-schedule-calendar-date span {
  display: block;
}

.aw-schedule-calendar-employee {
  display: flex;
  align-items: center;
}

.aw-schedule-calendar-body .aw-schedule-calendar-cell:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-schedule-calendar-time-btn {
  color: rgba(120, 123, 127, 0.5);
  border-radius: 6px;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(102, 110, 119, 0.2);
  background: rgba(102, 110, 119, 0.05);
  color: rgba(120, 123, 127, 0.5);
  text-align: center;
  flex: 1 0 auto;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-schedule-calendar-time-btn.active {
  box-shadow: 0px 4px 7px 0px rgba(24, 171, 100, 0.21);
}

.aw-schedule-calendar-time-btn-icon svg {
  width: 20px;
  height: 20px;
}

.aw-schedule-time-available {
  color: #212529;
  border: 1px solid #60c364;
  background: rgba(96, 195, 100, 0.26);
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
}

.aw-schedule-time-notavailable {
  color: #212529;
  border: 1px solid #c36060;
  background: rgba(195, 96, 96, 0.25);
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
}

.aw-schedule-time-late {
  color: #212529;
  border: 1px solid #c3bf60;
  background: rgba(195, 191, 96, 0.25);
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
}

.aw-schedule-user-details {
  position: absolute;
  z-index: 10;
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.12);
  min-width: 445px;
  left: 8px;
  top: calc(100% - 15px);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.aw-schedule-calendar-cell:nth-last-child(-n + 3) .aw-schedule-user-details {
  left: unset;
  right: 8px;
}

.aw-schedule-calendar-body
  .aw-schedule-calendar-row:nth-last-child(-n + 2)
  .aw-schedule-calendar-cell
  .aw-schedule-user-details {
  top: unset;
  bottom: calc(100% - 15px);
}

.aw-schedule-user-details.active {
  top: calc(100% - 4px);
  opacity: 1;
  visibility: visible;
}

.aw-schedule-calendar-body
  .aw-schedule-calendar-row:nth-last-child(-n + 2)
  .aw-schedule-user-details.active {
  top: unset;
  bottom: calc(100% - 4px);
}

.aw-schedule-user-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.aw-schedule-user-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.aw-schedule-user-link {
  color: #6075c3;
  font-weight: 600;
  text-decoration: none;
}

.aw-schedule-user-link-icon {
  margin-right: 10px;
}

.aw-schedule-user-detail-body {
  border-radius: 0px 0px 8px 8px;
  background-color: #f1f5fc;
  padding: 15px;
}

.aw-schedule-user-body__inner {
  display: flex;
  flex-wrap: wrap;
}

.aw-schedule-user-time-list {
  width: 190px;
  padding-right: 15px;
  border-right: 1px solid #d8dfeb;
}

.aw-schedule-user-time-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aw-schedule-user-time-text {
  font-size: 14px;
  margin-bottom: 0;
}

.aw-schedule-user-time-label {
  color: #18ab64;
  text-align: right;
  font-size: 14px;
  margin-bottom: 0;
}

.aw-schedule-user-time-item:not(:last-child) {
  margin-bottom: 8px;
}

.aw-schedule-user-content {
  width: calc(100% - 190px);
  padding-left: 15px;
}

.aw-schedule-user-description {
  font-size: 14px;
  margin-bottom: 0;
}

.aw-schedule-user-description span {
  color: #6075c3;
}

/* ===========================  Schedule Page End  ================================= */

/* ===========================  Rewards Page Start  ================================= */
.aw-info-icon {
  cursor: pointer;
}

.aw-tier-content-list {
  height: calc(100vh - 153px);
  overflow: auto;
  margin-right: -15px;
  padding-right: 15px;
}

.aw-tier-content-item:not(:last-child) {
  margin-bottom: 20px;
}

.aw-info-icon svg {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.aw-tier-card-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.aw-tier-card-logo {
  margin-right: 15px;
}

.aw-tier-card-logo img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  object-position: center;
}

.aw-tier-card-title {
  font-size: 20px;
  margin-bottom: 4px;
}

.aw-tier-card-description {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 0;
}

.aw-tier-card-chart {
  border-radius: 10px;
  background-color: #f1f5fc;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 110px;
}

.aw-tier-card {
  display: flex;
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.aw-tier-card__inner:first-child {
  width: 270px;
}

.aw-tier-card__inner:last-child {
  width: calc(100% - 270px);
  padding-left: 15px;
}

.progress {
  border-radius: 7px;
  background-color: rgba(96, 117, 195, 0.15);
  height: 8px;
  overflow: unset;
  position: relative;
}

.progress-bar {
  background-color: #6075c3;
  position: relative;
  overflow: unset;
  border-radius: 7px;
}

.aw-tier-card-progress-label {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: -5px;
}

.progress-bar::after {
  content: "";
  position: absolute;
  right: -7px;
  width: 14px;
  height: 14px;
  background-color: #6075c3;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.aw-progress-count {
  color: #6075c3;
  font-size: 12px;
  position: absolute;
  top: calc(100% + 2px);
  right: -7px;
}

.aw-progress-mark {
  display: block;
  width: 1px;
  height: 5px;
  background-color: #fbfcfe;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 1;
}

.aw-progress-mark:nth-child(2) {
  left: 50%;
}

.aw-progress-mark:nth-child(3) {
  left: 75%;
}

.aw-tier-card-progress-item:not(:last-child) {
  /* margin-bottom: 20px; */
}

.aw-tier-detail-area {
  height: calc(100vh - 28px);
  overflow: auto;
  padding: 12px;
  margin-top: -12px;
}

.aw-bonus-pool-content .form-select {
  width: 185px;
  max-width: 100%;
  margin-bottom: 24px;
}

.aw-bonus-pool-content__inner {
  display: flex;
  justify-content: space-between;
}

.aw-bonus-pool-item {
  width: 50%;
}

.aw-bonus-pool-number {
  color: #6075c3;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.aw-bonus-pool-description {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 0;
}

.aw-referral-hire-content {
  margin-bottom: 30px;
  margin-top: 20px;
}

.aw-referral-progress .progress {
  height: 12px;
}

.aw-referral-progress .progress-bar::after {
  right: -11px;
  width: 22px;
  height: 22px;
}

.aw-referral-progress .aw-progress-mark {
  height: 7px;
}

.aw-referral-progress .aw-progress-mark:nth-child(1) {
  left: 0;
}

.aw-referral-progress .aw-progress-mark:nth-child(2) {
  left: 25%;
}

.aw-referral-progress .aw-progress-mark:nth-child(3) {
  left: 50%;
}

.aw-referral-progress .aw-progress-mark:nth-child(4) {
  left: 75%;
}

.aw-referral-progress .aw-progress-mark:nth-child(5) {
  right: 0;
  left: unset;
}

.aw-referral-progress .aw-progress-count {
  display: none;
}

.aw-referral-progress .aw-progress-mark-number {
  color: #6075c3;
  font-size: 12px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.aw-boosted-shift-content {
  padding: 0 30px 0 0;
}

.aw-boosted-slider::after {
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(247, 249, 253, 0) 0%,
    #f7f9fd 65.59%
  );
  position: absolute;
  top: 0;
  right: -15px;
  width: 55px;
  height: 100%;
}

.aw-boosted-slider .slick-list.draggable {
  padding: 20px 60px 20px 20px !important;
}

.aw-boosted-item {
  margin-right: 20px;
}

.aw-boosted-card {
  border-radius: 8px;
  background: var(--card, #fbfcfe);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 15px 20px;
}

.aw-boosted-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.aw-boosted-date {
  font-size: 18px;
  margin-bottom: 0;
}

.aw-boosted-time {
  color: #787b7f;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.aw-boosted-time-label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #40bfbe 0%, #199695 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.aw-boosted-time-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aw-boosted-time-item:not(:last-child) {
  margin-bottom: 10px;
}

.aw-progress-mark-active .aw-progress-mark-number {
  color: #6075c3;
  font-size: 16px;
  font-weight: 600;
}

.modal-content {
  border-radius: 20px;
  background-color: #f7f9fd;
}

.aw-add-boosted-shift-modal-content .form-select {
  width: 185px;
  max-width: 100%;
}

.aw-add-boosted-shift-calendar .datepicker,
.aw-add-boosted-shift-calendar .datepicker table {
  width: 100%;
}

.datepicker-days thead tr:nth-child(2) {
  display: none;
}

.datepicker-days thead th {
  color: #212529;
  font-size: 14px;
  line-height: normal;
}

.datepicker-days .table-condensed td,
.datepicker-days .table-condensed th {
  padding: 20px;
}

.datepicker-days .table-condensed tbody td {
  color: #787b7f;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}

.datepicker-days .table-condensed tbody td:first-child {
  border-left: 1px solid #d5d4df;
}

.datepicker-days .table-condensed tbody tr:first-child td {
  border-top: 1px solid #d5d4df;
}

.datepicker-days .table-condensed tbody td {
  border-right: 1px solid #d5d4df;
  border-bottom: 1px solid #d5d4df;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  border: 1px solid var(--Stroke, #d5d4df);
  background: var(--brand, #6075c3);
  box-shadow: 0px 4px 7px 0px rgba(71, 101, 211, 0.5);
}

.modal-header .btn-close {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
}

.modal-title {
  font-size: 24px;
  line-height: normal;
}

.modal-header {
  border-bottom: none;
  padding: 30px 30px 0;
}

.modal-body {
  padding: 30px;
}

.aw-add-boosted-dropdown {
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.12);
  width: 215px;
  max-width: 100%;
}

.aw-add-boosted-dropdown-head {
  padding: 15px;
}

.aw-add-boosted-dropdown-title {
  color: #212529;
  font-size: 18px;
  margin-bottom: 0;
}

.aw-add-boosted-dropdown-text {
  color: #787b7f;
  font-size: 14px;
  margin-bottom: 0;
}

.aw-add-boosted-dropdown-body {
  border-radius: 0px 0px 8px 8px;
  background-color: #f1f5fc;
  padding: 15px;
}

.aw-add-boosted-dropdown-body .form-check {
  padding-left: 0;
}

.aw-add-boosted-dropdown-body .form-check .form-check-input {
  float: right;
  margin-left: 0;
}

.aw-add-boosted-dropdown-body .form-check-label {
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.aw-add-boosted-dropdown-body .form-check-input {
  background-color: transparent;
  border: 1px solid #d6d8de;
}

.aw-add-boosted-dropdown-body .form-check-input:checked[type="radio"] {
  background-image: unset;
  background-color: #6075c3;
}
.aw-add-boosted-dropdown-body .form-check-input:checked[type="checkbox"] {
  /* background-image: unset; */
  background-color: #6075c3;
}
.aw-add-boosted-dropdown-btn {
  margin-top: 20px;
}

.aw-add-boosted-dropdown-btn .btn {
  padding: 9px 15px;
  border-radius: 50px;
}

.aw-add-boosted-dropdown-item-disable {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aw-dropdown-item-disable-label {
  color: #212529;
  font-size: 14px;
  opacity: 0.5;
}

.aw-dropdown-item-disable-label-text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  opacity: 0.5;
}

.aw-add-boosted-dropdown-item {
  margin-bottom: 10px;
}

/* ===========================  Rewards Page End  ================================= */

/* ===========================  Analytics Page Start  ================================= */
.aw-analytics-content .aw-dashboard-card {
  height: 100%;
}

.aw-turnover-card-content .ty-dashboard-card-title {
  margin-bottom: 30px;
}

.aw-turnover-card-chart {
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
  margin-bottom: 30px;
}

.aw-turnover-data-label {
  color: #787b7f;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}

.aw-turnover-data-label-item:not(:last-child) .aw-turnover-data-label {
  margin-bottom: 10px;
}

.aw-turnover-data-month {
  color: #787b7f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.aw-turnover-data-slider .slick-arrow {
  right: -40px;
}

.aw-turnover-data-slider .slick-prev.slick-arrow {
  display: block;
  right: unset;
  left: -40px;
}

.aw-turnover-slider-content__inner {
  padding: 20px;
  border-radius: 8px 8px 0px 0px;
  background: var(--secondary-chart-off, #f1f5fc);
}

.aw-turnover-slider-data-list {
  padding: 15px 20px;
}

.aw-turnover-slider-data-count {
  color: #787b7f;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  width: 20%;
  line-height: normal;
}

.aw-turnover-slider-data-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aw-turnover-slider-data-item:not(:last-child) {
  margin-bottom: 10px;
}

.aw-turnover-data-content {
  display: flex;
  flex-wrap: wrap;
}

.aw-turnover-slider-content {
  border-radius: 8px;
  background: #fbfcfe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
  width: calc(100% - 130px);
}

.aw-turnover-data-label-list {
  width: 130px;
  margin-top: 97px;
}

.aw-turnover-card-chart canvas {
  height: 250px !important;
  width: 100% !important;
}

.aw-point-content {
  padding-top: 20px;
}

.aw-point-content .form-select {
  width: 185px;
  border: 1px solid #d6d8de;
}

.aw-point-table-content {
  border-radius: 8px;
  background-color: #fbfcfe;
  position: relative;
}

.aw-point-card-chart {
  border-radius: 8px;
  background-color: #fbfcfe;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
  margin-bottom: 30px;
}

.aw-point-table-content table {
  vertical-align: middle;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
}

.aw-point-table-content thead {
  border-radius: 8px 8px 0px 0px;
  background-color: #f1f5fc;
}

.aw-point-table-content thead th {
  border-bottom-color: #f2f2f3 !important;
}

.aw-point-table-content thead * {
  color: #787b7f;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}

.aw-point-table-content thead th:first-child {
  border-top-left-radius: 8px;
}

.aw-point-table-content thead th:last-child {
  border-top-right-radius: 8px;
}

.aw-point-table-content thead tr th:not(:first-child) {
  text-align: right;
}

.aw-point-table-content tbody td:not(:first-child) {
  color: #787b7f;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

.aw-point-table-content .aw-employee-name {
  margin-bottom: 2px;
}

.aw-point-table-content tbody tr td {
  border-bottom: 1px solid #f2f2f3;
}

.aw-point-table-load-content {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-image: linear-gradient(
    0deg,
    #fbfcfe 44.27%,
    rgba(251, 252, 254, 0) 96.87%
  );
}

.aw-point-table-load__inner {
  color: #6075c3;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  cursor: pointer;
}

.aw-point-table-load__inner span:first-child {
  margin-right: 10px;
}

/* ===========================  Analytics Page End  ================================= */

/* ===========================  Order Summary Page Start  ================================= */
.aw-order-summary-content {
  display: flex;
  flex-wrap: wrap;
}

.aw-summary-form-area {
  width: 61%;
}

.aw-order-summary-area {
  width: 39%;
  background-color: #ececec;
  padding: 70px 80px 70px 40px;
}

.aw-summary-form-area {
  padding: 190px 120px 90px 120px;
}

.aw-order-summary-section .aw-login-form-area__inner {
  width: 535px;
}

.aw-order-summary-section .cn-mobile-number-area .select2-container {
  top: 0;
  height: 100%;
}

.aw-order-summary-section .cn-mobile-number-area .form-control {
  padding-left: 50px;
}

.aw-order-summary-section
  .cn-mobile-number-area
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 6px 0 0 6px;
  height: 100%;
}

.aw-order-summary-section .form-control {
  border-radius: 12px;
  border: 1px solid #e3e8ef;
}

.aw-payment-method-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aw-payment-method-item {
  width: calc(50% - 6px);
  border: 1px solid #e3e8ef;
  padding: 14px;
  border-radius: 12px;
  position: relative;
}

.aw-payment-method-icon {
  margin-bottom: 5px;
  display: block;
}

.aw-payment-method-label {
  color: #677489;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.aw-payment-method-item::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23F8FAFF' stroke='%236075C3' stroke-width='2'/%3E%3Ccircle cx='8' cy='8' r='4' fill='%236075C3'/%3E%3C/svg%3E%0A");
  background-position: center;
  opacity: 0;
}

.aw-payment-method-item.active {
  border: 2px solid #6075c3;
}

.aw-payment-method-item.active .aw-payment-method-label {
  color: #6075c3;
}

.aw-payment-method-item.active
  .aw-payment-method-icon
  svg
  path[stroke="#97A3B6"] {
  stroke: #6075c3;
}

.aw-payment-method-item.active
  .aw-payment-method-icon
  svg
  path[fill="#97A3B6"] {
  fill: #6075c3;
}

.aw-payment-method-item.active::after {
  opacity: 1;
}

.aw-payment-method-item .form-check {
  min-height: auto;
}

.aw-payment-method-item .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin-left: 0;
  opacity: 0;
}

.aw-payment-method-content .form-control {
  border-radius: 2px;
  border: 1px solid #e2e8f0;
}

.aw-payment-method-content .form-control::placeholder {
  color: #334155;
  font-size: 14px;
  font-weight: 400;
}

.aw-payment-method-content .form-label {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

.aw-payment-method-content {
  padding: 24px 0 8px;
}

.aw-card-input {
  position: relative;
}

.aw-card-input .form-control {
  padding-left: 53px;
}

.aw-card-input-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f9;
  border-radius: 2px 0 0 2px;
}

.aw-order-summary-section .form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.aw-order-summary-section .form-check-input[type="checkbox"] {
  border-radius: 2px;
}

.aw-order-summary-section .form-check-label {
  color: #334155;
  font-size: 14px;
  font-weight: 400;
}

.aw-discount-code-input {
  position: relative;
}

.aw-discount-code-input .form-control {
  border-radius: 8px;
}

.aw-discount-code-input .form-control::placeholder {
  color: #cbd5e1;
}

.aw-discount-code-input .btn {
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid #e2e8f0;
  background-color: transparent;
  color: #334155;
  font-size: 14px;
  position: absolute;
  top: 9px;
  right: 12px;
  font-weight: 400;
}

.aw-product-detail-title {
  color: #787b7f;
  font-size: 12px;
  margin-bottom: 16px;
}

.aw-product-detail-item {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aw-discount-code-area {
  margin-bottom: 65px;
}

.aw-product-detail-item:first-child {
  margin-bottom: 16px;
}

.aw-product-detail-item:not(:first-child) {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 8px;
}

.aw-product-detail-area {
  margin-bottom: 90px;
}

.aw-product-order-total .aw-product-detail-item {
  color: #334155;
  font-size: 14px;
}

.aw-product-order-total .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.aw-product-order-total-note {
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

/* ===========================  Order Summary Page End  ================================= */

/* ===========================  Add  Employee Page Start  ================================= */
.aw-add-emloyee-modal .modal-content {
  background-color: #fff;
}

.aw-add-emloyee-modal .form-select {
  border-radius: 6px;
  border: 1px solid #787b7f;
  padding: 10px 17px;
}

.aw-input-icon-group {
  position: relative;
}

.aw-input-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}

.aw-input-icon-group .form-control {
  padding-left: 48px;
}

.aw-input-icon-group .form-control[type="date"]::-webkit-inner-spin-button,
.aw-input-icon-group
  .form-control[type="date"]::-webkit-calendar-picker-indicator,
.aw-input-icon-group .form-control[type="time"]::-webkit-inner-spin-button,
.aw-input-icon-group
  .form-control[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.aw-file-uplaod {
  border-radius: 24px;
  border: 2px dashed #e2e6ea;
  background: #f7f9fb;
  padding: 70px 20px;
  text-align: center;
  position: relative;
}

.aw-file-uplaod .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.aw-file-uplaod-notes {
  color: #242634;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.5;
}

.aw-add-emloyee-modal .modal-header .btn-close {
  padding: 10px;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

/* ===========================  Add  Employee Page End  ================================= */

/* ===========================  Referrals Page Start  ================================= */
.aw-referral-content {
  background-color: #fff;
}

.aw-referral-head {
  border-radius: 16px 16px 0px 0px;
  background: var(--brand, #6075c3);
  padding: 50px 20px 100px;
}

.aw-referral-title {
  color: #fff;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.aw-referral-action-head {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.aw-referral-action-link {
  color: #000;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
}

.aw-referral-action-link:hover {
  color: #000;
  opacity: 0.8;
}

.aw-referral-action-link span:first-child {
  margin-right: 10px;
}

.aw-referral-table .table {
  vertical-align: middle;
}

.aw-referral-table .table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.aw-referral-table thead {
  background-color: #f1f5f9;
}

.aw-referral-table thead th {
  color: #64748b;
  font-weight: 600;
}

.aw-referral-table tbody td {
  color: #334155;
  padding: 5px 7px;
}

.aw-referral-profile {
  display: inline-flex;
  align-items: center;
}

.aw-referral-profile img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  margin-right: 8px;
}

.aw-referral-hire-sataus {
  border-radius: 16px;
  background: #f0fcf2;
  padding: 10px;
  color: #5ad46e;
  display: inline-block;
  line-height: 1;
}

.aw-hire-sataus-no {
  color: #ff0e0e;
  background-color: #fcf0f0;
}

/* ===========================  Referrals Page End  ================================= */

/* ===========================  Setting Page Start  ================================= */
.aw-setting-head {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 15px;
}

.aw-setting-head .aw-section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}

.aw-setting-head .aw-section-description {
  margin-bottom: 16px;
}

.nav-pills .nav-link {
  color: #64748b;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: all ease-in-out 0.3s;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #6075c3;
  background-color: transparent;
  border-bottom-color: #6075c3;
}

.nav-pills .nav-item:not(:last-child) {
  margin-right: 16px;
}

.aw-setting-content__inner {
  width: 640px;
  max-width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 24px;
}

.aw-setting-title {
  font-size: 20px;
  font-weight: 600;
}

.aw-setting-description {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 15px;
}

.aw-setting-description span {
  color: #334155;
}

.aw-setting-content-area .form-label {
  color: #64748b;
  font-size: 12px;
}

.aw-setting-content-area .form-select {
  border-radius: 6px;
  font-size: 14px;
}

.aw-setting-content-area .form-control {
  border: 1px solid #e2e8f0;
  padding: 6px 17px;
  font-size: 14px;
}

.aw-setting-content-area .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 6px;
}

.aw-setting-form-btn .btn:not(:last-child) {
  margin-right: 8px;
}

.aw-input-notes {
  color: #64748b;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0;
}

.aw-subscription-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.aw-subscription-head__inner .aw-setting-description {
  margin-bottom: 0;
}

.aw-subscription-card {
  border-radius: 2px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  padding: 16px;
  height: 100%;
}

.aw-subscription-card-head {
  margin-bottom: 16px;
}

.aw-subscription-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.aw-subscription-card-description {
  color: #64748b;
  font-size: 14px;
}

.aw-subscription-card-price {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.aw-subscription-card-price span {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}

.aw-subscription-features {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.aw-features-list {
  padding-left: 34px;
  margin-bottom: 0;
}

.aw-features-item {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 2px;
  position: relative;
}

.aw-features-item:last-child {
  margin-bottom: 0;
}

.aw-features-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 12.75L10 15.25L16.25 8.75' stroke='%236075C3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.aw-current-subscription {
  background-color: #e2e8f0;
  padding: 8px 16px;
  border-radius: 2px;
  color: #64748b;
  font-size: 14px;
  display: inline-block;
}

.aw-billing-head {
  width: 640px;
  max-width: 100%;
  margin: 40px auto 24px;
}

.aw-billing-data-filter .aw-input-icon {
  top: 8px;
  left: 8px;
  line-height: 1;
}

.aw-billing-data-filter .aw-input-icon-group .form-control {
  padding: 7px 17px;
  padding-left: 36px;
  border-radius: 2px;
}

.aw-billing-data-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.aw-billing-filter-right {
  display: flex;
  align-items: center;
}

.aw-billing-data-filter .aw-input-icon-group {
  width: 200px;
}

.aw-billing-filter-right .dropdown-toggle::after {
  display: none;
}

.aw-billing-filter-right .dropdown-toggle {
  border: 1px solid #e2e8f0;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  margin-right: 8px;
}

.aw-billing-export-link {
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  color: #334155;
  font-size: 14px;
  text-decoration: none;
}

.aw-billing-export-link span:first-child {
  margin-right: 8px;
}

.aw-setting-content-area .aw-referral-table thead th {
  font-size: 12px;
}

.aw-setting-content-area .aw-referral-table tbody td {
  font-size: 12px;
  padding: 8px 10px;
}

.aw-setting-content-area .aw-referral-hire-sataus {
  font-size: 12px;
  padding: 2px 6px;
  background: #d1fae5;
}

.aw-setting-content-area .aw-hire-sataus-no {
  background: #ffe4e6;
}

.aw-setting-content-area .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent;
}

.aw-setting-content-area .table-striped > tbody > tr:nth-of-type(even) {
  --bs-table-accent-bg: #f8fafc;
}

.aw-setting-description span {
  color: #334155;
  font-weight: 600;
}

.aw-setting-description .team {
  color: #6075c3;
  font-weight: 400;
}

.aw-current-plan-content .aw-setting-content__inner {
  width: 560px;
}

.aw-current-plan-note {
  font-size: 14px;
  font-weight: 600;
}

.aw-cancel-subscription-link {
  color: #f43f5e;
  font-size: 14px;
  text-decoration: none;
}

.aw-cancel-subscription-link:hover {
  color: #f43f5e;
  opacity: 0.8;
}

.aw-card-btn .btn:not(:last-child) {
  margin-right: 16px;
}

.aw-payment-method-area {
  padding-top: 44px;
}

.aw-payment-method-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.aw-payment-method-card-info {
  display: flex;
  align-items: center;
}

.aw-payment-method-card-info p {
  color: #64748c;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 16px;
}

.aw-payment-method-card-info img {
  border: 1px solid #e2e8f0;
  border-radius: 2px;
}

.aw-payment-method-action .btn {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
}

.aw-subscription-expired-content {
  text-align: center;
}

.aw-subscription-expired-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.aw-subscription-expired-description {
  color: #363636;
  font-weight: 600;
  margin-bottom: 50px;
}

.aw-subscription-expired-content .btn {
  padding: 16px 32px;
  margin-bottom: 35px;
}

.aw-subscription-expired-cancel {
  color: #6075c3;
  font-weight: 600;
  text-decoration-line: underline;
  margin-bottom: 0;
}

.aw-subscription-expired-cancel span {
  cursor: pointer;
}

/* ===========================  Setting Page End  ================================= */

/* ===========================  Responsive Start  ================================= */
@media (max-width: 1599px) {
  .aw-employee-slider .slick-list {
    padding: 10px 60px 10px 0 !important;
  }

  .aw-employee-slide {
    margin: 0 8px 0 8px;
  }
}

@media (max-width: 1199px) {
  .aw-dashboard-menu {
    display: flex;
  }

  .aw-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    transition: all ease-in-out 0.3s;
  }

  .aw-sidebar.active {
    left: 0;
  }

  .aw-dashboard-content {
    width: 100%;
  }

  .aw-dashboard-card-body {
    padding: 15px 25px;
  }

  .aw-dashboard-content__inner {
    padding: 20px 20px;
  }

  .aw-schedule-calendar-time-btn {
    padding: 3px;
  }
}

@media (max-width: 991px) {
  .aw-dashboard-card:last-child {
    margin-bottom: 20px;
  }

  .aw-employee-detail-area {
    padding: 15px 20px;
  }

  .aw-employee-activity-content .col:not(:last-child) {
    margin-bottom: 20px;
  }

  .aw-dashboard-card.aw-all-employee-card {
    margin-bottom: 0;
  }

  .aw-all-employee-card .aw-employees-card-header {
    padding: 0 20px;
    flex-wrap: wrap;
  }

  .aw-all-employee-card .aw-employees-filter-list {
    margin-bottom: 15px;
  }

  .aw-schedule-calendar-body .aw-schedule-calendar-cell:nth-last-child(-n + 2) {
    display: none;
  }

  .aw-schedule-calendar-cell {
    width: 16%;
  }

  .aw-schedule-calendar-body {
    overflow: hidden;
  }

  .aw-analytics-content .aw-dashboard-card {
    height: auto;
  }

  .aw-point-table-content th {
    white-space: nowrap;
  }

  .aw-point-table-load-content {
    bottom: 0;
  }

  .aw-summary-form-area {
    padding: 110px 80px 70px 80px;
    width: 100%;
  }

  .aw-order-summary-section .aw-login-form-area__inner {
    width: 100%;
  }

  .aw-order-summary-area {
    width: 100%;
  }

  .aw-referral-head {
    padding: 30px 20px 50px;
  }

  .aw-referral-title {
    font-size: 30px;
  }

  .aw-referral-table th,
  .aw-referral-table td {
    text-wrap: nowrap;
  }

  .aw-schedule-calendar-cell:nth-last-child(-n + 4) .aw-schedule-user-details {
    left: unset;
    right: 8px;
  }

  .aw-schedule-calendar-cell:nth-last-child(-n + 5) .aw-schedule-user-details {
    left: unset;
    right: 8px;
  }

  .aw-schedule-user-details {
    min-width: 335px;
    max-width: 335px;
  }

  .aw-login-form-area,
  .aw-login-info-area {
    width: 100%;
  }

  .aw-login-info-area {
    padding: 170px 0 100px;
  }

  .aw-login-form-area {
    padding: 100px 0 100px;
  }

  .aw-login-section .aw-section-title {
    font-size: 40px;
  }

  .aw-login-section .aw-back-link {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .aw-dashboard-card-body {
    padding: 15px;
  }

  .aw-dashboard-card-header {
    padding: 15px;
    flex-wrap: wrap;
  }

  .aw-dashboard-card .btn {
    padding: 5px 14px;
  }

  .aw-employees-card-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .aw-employees-filter-list {
    margin-bottom: 15px;
  }

  .aw-employees-sorting-filter {
    width: 100%;
  }

  .aw-turnover-card {
    margin-bottom: 20px;
  }

  .aw-dashboard-menu {
    margin-bottom: 20px;
  }

  .aw-dashboard-content__inner {
    padding: 15px;
  }

  .aw-leaderboard-item .aw-employee-info-card-head {
    padding: 10px 0;
  }

  .aw-leaderboard-item .aw-employee-info-head__inner:nth-child(2) {
    margin-left: 15px;
  }

  .aw-employee-inner-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .aw-employee-detail-area {
    padding: 15px;
  }

  .aw-employees-item .aw-employee-info-card-head {
    padding: 10px 15px;
  }

  .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .aw-schedule-calendar-header .aw-schedule-calendar-cell:last-child {
    width: 70%;
  }

  .aw-schedule-calendar-cell:first-child {
    width: 30%;
  }

  .aw-schedule-calendar-body .aw-schedule-calendar-cell:nth-last-child(-n + 5) {
    display: none;
  }

  .aw-schedule-calendar-cell {
    width: 35%;
  }

  .aw-schedule-calendar-body .aw-schedule-calendar-employee {
    flex-direction: column;
    align-items: flex-start;
  }

  .aw-schedule-calendar-body .aw-employee-profile {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .aw-schedule-details-card .aw-dashboard-card-header .form-select:last-child {
    width: 100%;
    margin-top: 10px;
  }

  .aw-schedule-user-details {
    max-width: 250px;
    min-width: 200px;
    left: unset;
    right: 0;
  }

  .aw-schedule-user-details.active {
    top: calc(100% - 30px);
  }

  .aw-schedule-user-time-list {
    width: 100%;
    padding-right: 0;
    border-right: unset;
  }

  .aw-schedule-user-content {
    width: 100%;
    padding-left: 0;
  }

  .aw-schedule-user-title {
    font-size: 14px;
  }

  .aw-schedule-user-link {
    font-size: 14px;
  }

  .aw-schedule-user-link-icon {
    margin-right: 5px;
  }

  .aw-tier-card {
    flex-direction: column;
  }

  .aw-tier-card__inner:first-child {
    width: 100%;
    margin-bottom: 15px;
  }

  .aw-tier-card__inner:last-child {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .aw-bonus-pool-number {
    font-size: 22px;
  }

  .aw-bonus-pool-content__inner {
    flex-wrap: wrap;
  }

  .aw-bonus-pool-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .aw-referral-progress .progress {
    height: 8px;
  }

  .aw-referral-progress .progress-bar::after {
    right: -9px;
    width: 18px;
    height: 18px;
  }

  .aw-turnover-card-chart canvas {
    height: auto !important;
    width: 100% !important;
  }

  .aw-menu-link {
    padding: 10px 30px;
  }

  .aw-menu-icon svg {
    width: 25px;
    height: 25px;
  }

  .aw-menu-icon {
    margin-right: 10px;
  }

  .aw-menu-link::before {
    width: 5px;
  }

  .aw-summary-form-area {
    padding: 90px 15px 50px 15px;
  }

  .aw-header-content {
    padding: 15px;
  }

  .aw-order-summary-area {
    padding: 40px 15px 40px 15px;
  }

  .aw-product-detail-area {
    margin-bottom: 40px;
  }

  .aw-discount-code-area {
    margin-bottom: 35px;
  }

  .aw-subscription-head {
    flex-wrap: wrap;
  }

  .aw-subscription-head__inner {
    margin-bottom: 20px;
  }

  .aw-subscription-card {
    height: auto;
    margin-bottom: 20px;
  }

  .aw-setting-content-area .aw-referral-table th,
  .aw-setting-content-area .aw-referral-table td {
    text-wrap: nowrap;
  }

  .aw-billing-data-filter {
    flex-wrap: wrap;
  }

  .aw-billing-data-filter .aw-input-icon-group {
    width: 100%;
  }

  .aw-billing-filter-right {
    margin-left: auto;
    margin-top: 10px;
  }

  .aw-payment-method-card-item {
    flex-wrap: wrap;
  }

  .aw-payment-method-card-info {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .aw-referral-action-head {
    padding: 15px 0;
  }

  .aw-subscription-expired-img img {
    width: 150px;
  }

  .aw-subscription-expired-description {
    margin-bottom: 30px;
  }

  .aw-subscription-expired-content .btn {
    margin-bottom: 15px;
  }

  .aw-login-info-area {
    padding: 120px 15px 60px;
  }

  .aw-login-form-area {
    padding: 60px 15px 60px;
  }
}

/* ===========================  Responsive End  ================================= */
.hover-zoom:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
}

.preview-img {
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: white;
  /* border-radius: 10; */
}

.scheduled-popup-design {
  font-size: 20px;
  min-width: 33.33%;
  font-weight: 700;
}

.error-message {
  color: red;
}

.aw-employee-slide {
  width: 98% !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

.css-gqp4xl-MuiPickersLayout-root .MuiPickersLayout-toolbar {
  display: none;
}

.css-gqp4xl-MuiPickersLayout-root .MuiPickersLayout-actionBar {
  display: none;
}

.css-1uvydh2 {
  padding: 10px !important;
}

.css-1bn53lx {
  width: 90%;
}

.input-with-icon-design {
  position: absolute;
  right: 15px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 15px;
  cursor: pointer;
  z-index: 2;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.css-z3c6am-MuiFormControl-root-MuiTextField-root {
  width: 100%;
}

.react-tel-input .form-control {
  height: 45px !important;
  border-radius: 6px !important;
}

.react-tel-input .flag-dropdown {
  border-radius: 6px 0 0 6px !important;
}

.btn-without-colour {
  border: 1px solid grey;
  border-radius: 30px;
}

.css-165mck1 {
  width: 100% !important;
}

.css-1bn53lx.Mui-disabled {
  width: auto;
}

.notification-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu-notification-badge {
  background: #ff4444dd;
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
