* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #fffdfa;
  font-family: "Poppins", sans-serif;
}
.container-fluid {
  padding: 0 30px;
}
/* table_card scrollbar css */
::-webkit-scrollbar {
  width: 0px;
}
h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  word-break: break-word;
}
h2 {
  font-size: 22px;
  font-weight: 600;
  word-break: break-word;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
}
h5 {
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
}
.page_title {
  color: #f85046;
  font-weight: 700;
}
p {
  font-size: 13px;
  word-break: break-word;
}
td,
th,
span,
button,
a,
li {
  word-break: break-word;
}
.w-60 {
  width: 60%;
}
.w-40 {
  width: 40%;
}
.subtitle {
  font-size: 13px;
  color: #686868;
}

.rotate-180,
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
/* sidebar css */

.sidebar {
  width: 250px;
  position: fixed;
  min-height: 100vh;
  padding: 15px 15px 15px 30px;
  /* overflow: auto; */
  z-index: 999;
}

/* .profile_wrp img{
      margin: 0 auto;
    } */
.profile_icon {
  background-color: #f3f1ef;
  border-radius: 50%;
  padding: 8px;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .profile_icon:nth-child(2) {
    margin: 0 15px;
  } */
.profile_wrp h2 {
  font-weight: 700;
}
.profile_img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.profile_icon img {
  width: 16px;
  height: 16px;
}
.menu_wrp {
  list-style-type: none;
  padding: unset;
  max-height: 40vh;
  overflow: auto;
}
.light_img {
  display: none;
}
.menu_wrp li.active .light_img,
.menu_wrp li:hover .light_img,
.sidebar .menu_wrp li .active .down_arrow.light_img,
.sidebar .menu_wrp li .hover .down_arrow.light_img {
  display: inline-block;
}
.menu_wrp li.active .dark_img,
.menu_wrp li:hover .dark_img,
.sidebar .expand_sidebar .menu_wrp li a .down_arrow.dark_img, .expand_sidebar .menu_wrp li a .down_arrow.dark_img, .expand_sidebar .menu_wrp li:hover .down_arrow.light_img {
  display: none;
}
.menu_wrp li {
  text-decoration: none;
  margin: 6px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #1b1b1b;
  border-radius: 10px;
  border: unset;
  background-color: transparent;
}
.menu_wrp li a {
  text-decoration: none;
  color: #1b1b1b;
  width: 100%;
  padding: 12px 25px;
  display: block;
}
.menu_wrp li.active,
.menu_wrp li:hover {
  background-color: #f85046;
}
.menu_wrp li.active a,
.menu_wrp li:hover a {
  color: #ffffff;
  /* color: #ffffffba; */
  font-size: 12px;
}
.menu_wrp li:hover .submenu li a {
  color: #ffffffba;
}
.menu_wrp li a img {
  margin-right: 12px;
  width: 17px;
  height: 17px;
}
.menu_wrp li a .down_arrow {
  margin-left: 4px;
  margin-right: 0;
  width: 12px;
  height: 6px;
}
.menu_wrp .submenu {
  display: none;
}
.menu_wrp .submenu li a {
  padding: 6px 15px;
  margin: unset;
}
.menu_wrp li:hover .submenu li a:hover{
  color: white;
}
.menu_wrp li:hover .submenu li.active a {
  color: white;
}
.menu_wrp li:hover .submenu {
  display: block;
}
.help_btn {
  background: url("../images/help_btn_back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  border: unset;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.help_btn img {
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.sidebar_toggler {
  cursor: pointer;
}
.notification_btn button span{
  padding: 4px;
  height: 18px;
  width: 18px;
  -webkit-animation: not-blink 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
  animation: not-blink 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
  font-size: 11px !important;
  font-weight: 600;
} 
/* end of sidebar css */

/* expanded sidebar css */
.sidebar.expand_sidebar {
  width: 75px;
  padding: 15px;
}
.sidebar.expand_sidebar .sidebar_head {
  justify-content: center !important;
}
.sidebar_head a {
  text-decoration: unset;
  color: #1b1b1b;
}
.sidebar.expand_sidebar .sidebar_head figure,
.sidebar.expand_sidebar .profile_icon_wrp,
.sidebar.expand_sidebar .profile_wrp h2,
.sidebar.expand_sidebar .profile_wrp p,
.sidebar.expand_sidebar .menu_wrp li a span,
.sidebar.expand_sidebar .help_btn span {
  display: none !important;
}
.sidebar.expand_sidebar .profile_img {
  width: 30px;
  height: 30px;
}
.sidebar.expand_sidebar .menu_wrp {
  padding: unset;
}
.sidebar.expand_sidebar .menu_wrp li a {
  padding: 6px 4px;
  text-align: center;
}
.sidebar.expand_sidebar .menu_wrp li a img,
.sidebar.expand_sidebar .help_btn img {
  margin: 0 auto;
}
.sidebar.expand_sidebar .help_btn {
  padding: 8px;
}
.contant.expand_contant {
  margin-left: 75px;
}
.sidebar.expand_sidebar .menu_wrp li:hover .submenu {
  display: none;
}
.sidebar.expand_sidebar .menu_wrp li {
  width: 100%;
}
.sidebar.expand_sidebar .menu_wrp {
  max-height: 70vh;
}
/* expanded sidebar css */

.contant {
  margin-left: 250px;
  padding: 15px;
}
.dashboard_page_wrp .contant {
  margin-right: 350px;
}
/* .page_wrp .contant {
  margin-right: unset;
} */
/* dashboard  page css */
.dashboard_wrp,
.addtimesheet_wrp,
.settings_wrp,
.apply_leave_wrp,
.emp_leave_balance_wrp,
.client_list_wrp,
.employee_list_wrp,
.past_employee_list_wrp,
.leave_review_wrp,
.admin_report_list_wrp,
.add_emp_page_wrp,
.project_list_wrp,
.report_list_wrp,
.add_timesheet_page_wrp,
.leave_list_wrp,
.add_policy_wrp,
.add_client_wrp ,
.leave_history_wrp,
.leave_history_wrp
,.feeds_wrp,.regularization_review_wrp,.regularization_review_history_wrp,
.leave_status_wrp, .leave_reject_wrp{
  background-color: #fff6e9;
  border-radius: 50px;
  padding: 30px;
  min-height: 92vh;
}
.dashboard_wrp .username {
  color: #f85046;
  font-weight: 700;
}
.dashboard_wrp .thoughtby {
  color: #1b1b1b;
  font-weight: 600;
}
.timesheet_alert {
  background-color: #ff0000;
  border-radius: 8px;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.timesheet_alert:before {
  background-color: rgba(255, 0, 0, 0.8);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  border-radius: 50px;
  filter: blur(22px);
}
/* end of dashboard  page css */

.dashboard_cards_wrp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 15px;
  /* padding: 35px 0; */
}

/* card css */
.card {
  border-radius: 20px;
  border: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.anniversary_card {
  background-image: url("../images/cards/anniversary_back.svg");
}
.birthday_card {
  background-image: url("../images/cards/birthday_back.svg");
}
.holiday_list_card {
  background-image: url("../images/cards/holidays_list_days.svg");
}
.announcement_card {
  background-image: url("../images/cards/announcements-back.svg");
  padding: 20px;
}
.leaves_card {
  background-image: url("../images/cards/leaves_list_days.svg");
}

.holiday_list_card h2,
.announcement_card h2,
.holiday_list_card.table_card th,
.holiday_list_card.table_card td {
  color: #ffffff;
}

.table_card {
  padding: 30px 15px;
}
.table_card .table_wrp {
  overflow: auto;
  overflow-y: auto;
  max-height: 200px;
}
.table_card thead {
  position: sticky;
  top: -3px;
  z-index: 1;
  backdrop-filter: blur(3px);
}
.table_card tr {
  border-color: transparent;
}
.table_card th {
  width: 50%;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #1b1b1b;
}
.leaves_card th {
  width: 25%;
}
.table_card td {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1b1b1b;
}
.greeting_card .greeting_card_inner {
  position: relative;
}
.greeting_card .greeting_card_inner img {
  border-radius: 20px;
}
.greeting_card .greeting_card_inner span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.bx-wrapper .bx-controls-direction a{
  display:none;
}
.bx-wrapper{
  margin:unset;
  border: unset;
  border-radius: 20px;
}
.bx-wrapper .bx-pager{
  position: absolute;
    bottom: 20px;
    left: 0px;
}
.greeting_card_inner > div {
  width: 100% !important;
  height: 297px !important;
}
/* .announcement_card span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 75px;
  line-height: 55px;
  font-family: "Praise", cursive;
} */
.dashboard_card_title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.dashboard_card_title img {
  margin-left: 8px;
}
.dashboard_card_title span{
  position: relative;
}
.announcement_card .dashboard_card_title:before {
  background: #EC2042;
  filter: blur(20px);
  bottom: 0;
  content: "";
  height: 11%;
  left: 16%;
  position: absolute;
  right: 0px;
  top: 21px;
  width: 65%;
  border-radius: 50px;
}
.dashboard_right_contant_wrp {
  padding: unset;
}
/* end of card css */

/* page inner css */
.page_inner_wrp {
  background: #ffeed5;
  border-radius: 25px;
  padding: 25px;
}
/* end of page inner css */

.table_action_btn {
  font-size: 12px;
  font-weight: 600;
  color: #1b1b1b;
  border: 1px solid #f85046;
  border-radius: 10px;
  background-color: transparent;
  padding: 4px 8px;
}
.table_action_btn:after {
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.table_action_menu {
  background-color: #ffdfb2;
  border-color: #b7b7b7;
}
.table_action_menu li {
  padding: 0 12px;
}
.table_action_menu li:hover {
  background-color: #ffeed5;
}

/* form css */
label {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
select,
input,
textarea,
.profile_skils_wrp,
.viewbar {
  border: unset;
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.15);
  background-color: #ffeed5;
  width: 100%;
  font-size: 13px;
  border-radius: unset;
}
input {
  background-color: transparent !important;
}
select:focus,
select:focus-visible,
select:active,
input:focus,
input:focus-visible,
input:active,
textarea:focus,
textarea:focus-visible,
textarea:active {
  outline: unset;
}
.btn {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  border: unset;
  padding: 6px 12px;
  border-radius: 10px;
  border: 0.5px solid;
}
.Regularize {
  background-color: #f85046;
  border-color: #f85046 !important;
  font-size: 12px;
}
.Filter {
  background-color: #f39e24;
  border-color: #f39e24 !important;
  margin-right: 20px;
  font-size: 12px;
}
.filter_table_wrp {
  overflow: auto;
}
form input,
.emp_attandance_dtl_wrp input,
.emp_profile_dtl_wrp input,
.emp_summery_inner input {
  width: 100%;
}
.submit {
  border: unset;
  background: #f85046;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 28px;
  position: relative;
  font-weight: 700;
  font-size: 13px;
  text-decoration: unset;
}
.submit:before {
  background-color: #f85046;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  border-radius: 50px;
  filter: blur(12px);
}
.profile_skils {
  border: 1px solid #b7b7b7;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 12px;
  display: inline-block;
}
/* end of form css */

/* settings page css */
.setting_tab_head {
  background-color: #f85046;
  border-radius: 35px 35px 0 0;
  padding: 15px;
  align-items: center;
}
.setting_tab_head span {
  color: #ffffff;
  margin: 0 4px;
}
.setting_tab_head .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 8px;
}
.setting_tab_head .nav-item .nav-link.active {
  background-color: #000;
  border-radius: unset;
}
.setting_tab_containt {
  padding: 30px;
}
.change_password_inner {
  width: 80%;
  margin: 0 auto;
}
.emp_attandance_dtl_wrp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 30px;
}
.emp_profile_dtl_wrp,
.apply_leave_inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
}

.emp_profile_wrp figure image {
  border-radius: 50%;
}
.emp_profile_wrp .edit_btn {
  border: 1px solid #b7b7b7;
  background-color: transparent;
  border-radius: 40px;
  font-size: 12px;
  padding: 3px 12px;
}
.emp_profile_wrp .edit_btn img {
  margin-right: 8px;
}
.emp_profile_box_wrp {
  border-radius: 18px;
  padding: 30px 25px;
}
.emp_profile_wrp {
  background-color: #ffe1b6;
}
.emp_profile_wrp figure img{
  border-radius:50%;
}
.emp_leave_dtl_wrp {
  background-color: #ffc3c0;
}
.emp_leave_dtl {
  font-size: 12px;
}
.emp_summery_dtl_wrp,
.user_basic_dtl,
.user_profile_dtl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.settings_mobile_wrp {
  display: none;
}
.settings_mobile_wrp .accordion {
  border-radius: 25px;
}
.settings_mobile_wrp .accordion-item:first-child,
.settings_mobile_wrp .accordion-item:first-child .accordion-header,
.settings_mobile_wrp
  .accordion-item:first-child
  .accordion-header
  .accordion-button {
  border-radius: 25px 25px 0 0;
}
.settings_mobile_wrp .accordion-item:last-child,
.settings_mobile_wrp .accordion-item:last-child .accordion-header,
.settings_mobile_wrp
  .accordion-item:last-child
  .accordion-header
  .accordion-button[aria-expanded="false"],
.accordion-item:last-child .accordion-collapse.show .accordion-body {
  border-radius: 0 0 25px 25px;
}
.settings_mobile_wrp .accordion-item .accordion-header .accordion-button,
.settings_mobile_wrp .accordion-item .accordion-header .accordion-button:focus {
  background-color: #f85046;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.settings_mobile_wrp .accordion-item .accordion-body,
.settings_mobile_wrp .accordion-item .accordion-header {
  background-color: #ffeed5;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/down-arrow-light.svg");
  background-position: center;
}
/* end of settings page css */
.filter_table_wrp input {
  width: 60%;
}

.down_light_arrow {
  display: none;
}

/* client-list-css */
.import {
  background-color: #2cde00;
  border-color: #2cde00 !important;
  margin-right: 20px;
}
.export {
  background-color: #f846bb;
  border-color: #f846bb !important;
  margin-right: 20px;
}
.client_list_wrp .page_inner_wrp {
  position: relative;
}
/* .client_list_wrp .filter_table_btn_wrp{
    position: absolute;
    right: 25px;
    top: 18px;
  } */
.client_list_wrp .submit {
  padding: 11px 28px;
}
/* end of client-list-css */
/* employee-leave-balance-list-css */
.emp_leave_balance_wrp .update_leave_btn {
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
  border: 1px solid #f85046;
  border-radius: 10px;
  background-color: transparent;
  padding: 4px 12px;
}
.emp_leave_balance_wrp .page_inner_wrp {
  position: relative;
}
/* .emp_leave_balance_wrp .filter_table_btn_wrp{
    position: absolute;
    right: 25px;
    top: 18px;
  } */
/* enf of employee-leave-balance-list-css */

/* client-list-add-client-css */
/* .client_list_add_client_wrp .page_inner_wrp {
    position: relative;
  } */
/* .client_list_add_client_wrp
   .filter_table_btn_wrp{
    position: absolute;
    right: 25px;
    top: 18px;
    z-index: 1;
  } */
.page_inner_wrp {
  position: relative;
}
.report_list_wrp .filter_table_btn_wrp {
  position: unset;
  flex-direction: row;
}
.filter_table_btn_wrp {
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: 1;
}
.filter_table_btn_wrp button:last-child {
  margin-right: unset !important;
}
/* .client_list_add_client_wrp .submit {
  padding: 11px 28px;
} */
/* enf of client-list-add-client-css */
/* employee-list-css */
/* .employee_list_wrp .page_inner_wrp {
    position: relative;
  } */
/* .employee_list_wrp
   .filter_table_btn_wrp{
    position: absolute;
    right: 6px;
    top: 18px;
  } */
span a {
  color: black;
}
/* end of employee-list-css */

/* regularization-review-css */
.regularization_review_wrp .page_inner_wrp {
  position: relative;
}
.regularization_review_wrp .filter_table_btn_wrp,.regularization_review_history_wrp .filter_table_btn_wrp {
  position: absolute;
  right: 30px;
  top: 18px;
}
/* end of regularization-review-css */

/* regularization-review-history-css */
.regularization_review_history_wrp .page_inner_wrp {
  position: relative;
}
/* .regularization_review_history_wrp .filter_table_btn_wrp {
  position: absolute;
  right: 6px;
  top: 18px;
} */
/* end of regularization-review-history-css */

/* past employee list css */
.past_employee_list_wrp .page_inner_wrp {
  position: relative;
}
.past_employee_list_wrp .filter_table_btn_wrp {
  position: absolute;
  top: 18px;
}
/* end of past employee list css */

.avaiabe_leave_dtl {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #2cde00;
  border-radius: 10px;
  padding: 7px 15px;
  width: 300px;
  display: block;
  margin: 0 auto;
}
.add_policy_inner {
  width: 65%;
  margin: 0 auto;
  padding: 30px 0;
}

.custom_input_wrp {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  padding: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_input_wrp .fileUpload {
  position: relative;
  overflow: hidden;
  /* padding: 4px;  */
}
.custom_input_wrp .fileUpload span {
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom_input_wrp .f-input {
  height: 32px;
  background-color: transparent;
  width: 60%;
  padding: 4px;
  /* max-width: 300px; */
  float: left;
  padding: 0 14px;
  border: unset;
}

.upload_list_popup .custom_input_wrp {
  margin-left: 15px;
  border-color: rgba(225,225,225,0.50);
}
.upload_list_popup label {
  color: #fff;
}
.upload_list_popup input,
.upload_list_popup input::placeholder {
  color: #fff;
  font-size: 12px;
}
.upload_list_popup .custom_input_wrp .fileUpload span {
  font-size: 12px;
}
/* modal css */
.modal {
  background: rgba(255, 246, 233, 0.85);
  color: #ffffff;
}
.modal-dialog {
  min-width: 750px;
}
.modal-content {
  background: #f85046;
  box-shadow: 0px 4px 34px #f85046;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  border: unset;
}
.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: unset;
  background-color: transparent;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  z-index: 9;
}
.conform_export_wrp {
  padding: 45px 0;
}
.conform_import_wrp {
  padding: 30px 15px;
}
.conform_import_wrp h6{
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
}
.modal-body h2,
h6 {
  font-weight: 600;
}

.modal-body .popup_select_wrp label {
  color: #ffffff;
}
.modal-body .popup_select_wrp select {
  background-color: #f85046;
  color: #ffffff;
  border-color: #ffffff;
  margin-left: 15px;
}
.modal-body .popup_select_wrp select option:disabled {
  color: #000;
}
.pupup_btn {
  border-radius: 50px;
  padding: 8px 30px;
  margin: 0 10px;
}
.dark_btn {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
  position: relative;
}
.dark_btn::before {
  background-color: rgba(0, 0, 0, 0.52);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 25px;
  width: 75%;
  border-radius: 50px;
  filter: blur(12px);
  margin: 0 auto;
}
.dark_btn:hover {
  border-color: #fff !important;
}
.outline_btn:hover {
  border-color: #1b1b1b !important;
}
.conform_import_wrp ul {
  list-style-type: auto;
  padding-left: 15px;
}
.conform_import_wrp ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.conform_export_wrp p,
.conform_import_wrp li {
  font-weight: 500;
}
.update_leaves_popup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.modal label,
.modal input,
.modal input::placeholder {
  color: #ffffff;
  border-color: rgba(225,225,225,0.50);
}
/* end of modal css */

/* end of modal css */

/* login page css */
.login_page_wrp {
  background-color: #f85046;
  height: 100vh;
  background-image: url("../images/login-img.png");
  background-size: 50% 80%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.login_wrp {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  height: 100hv;
  background-color: #fff6e9;

  border-radius: 50px 0px 0px 50px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_inner {
  width: 60%;
  margin: 0 auto;
}
.form-check-input {
  background-color: transparent;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.form-check .form-check-input:checked ~ .form-check-label::after,
.form-check .form-check-input:checked ~ .custom-check-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  color: #000;
}
.form-check-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.form-check-label::before,
.custom-check-label::before {
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #b7b7b7 solid 1px;
}
.form-check-label:after,
.custom-check-label:after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.link {
  color: #f85046;
  text-decoration: unset;
}
.forgot_pass {
  font-weight: 600;
  font-size: 12px;
}
.login_now {
  font-weight: 600;
  font-size: 14px;
}
.login_btn {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 32px;
}
.mail_id {
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
  text-decoration: unset;
}
.popup_select_wrp select {
  width: 230px;
}
/* login page css */

/* add employee css */
.add_emp_progressbar {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
}
.add_emp_progressbar li {
  background: #ffa9a4;
  border-radius: 10px;
  min-width: 30px;
  height: 30px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #ff5555;
}
.add_emp_progressbar li.active {
  background-color: #f85046;
  color: #fff;
}
.add_emp_progressbar .wizard_step_connector {
  width: 22px;
  border-bottom: 0.25px solid #f85046;
}
/*Hide all except first fieldset*/
.add_emp_form fieldset:not(:first-of-type) {
  display: none;
}
.form_label {
  width: 12%;
}
.form_data {
  width: 87%;
}

button.add_more {
  position: absolute;
  right: 0;
  bottom: 3px;
  background: transparent;
  border: unset;
  width: 15px;
}
.submit_outline_btn {
  background-color: transparent;
  border: 0.3px solid #f85046;
  color: #f85046;
  border-radius: 50px;
  padding: 8px 28px;
  position: relative;
  font-size: 14px;
  text-decoration: unset;
}
.custom-check-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.profile_check_wrp .form-check {
  margin-right: 30px;
}
input.exp_input {
  width: unset;
  margin: 0px 15px 0px 0px;
}
.curr_add_dtl_inner {
  min-height: 50vh;
}
/* .page_inner_wrp {
    min-height: 70vh;
  } */
/* end of add employee css */

/* feeds css */
.feeds_page_inner {
  max-width: 500px;
}
.feeds_inner {
  background: #ffeed5;
  box-shadow: 0px 10px 20px 5px rgba(248, 80, 70, 0.1);
  border-radius: 15px;
  padding: 15px;
}
.feeds_input_wrp input.feeds_input {
  background: #fff6e9;
  border-radius: 40px;
  padding: 8px 17px;
  width: 100%;
  border: unset;
}

.label input.feeds_input {
  background: #fff6e9;
  border-radius: 40px;
  padding: 10px 13px;
  width: 100%;
  border: unset;
}

.feeds_file_input label.label input[type="file"] {
  position: absolute;
  top: -1000px;
}
.feeds_file_input .feeds_file_input {
  cursor: pointer;
  display: inline-block;
}
.feeds_file_input .label {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
}
.feed_post_head{
  justify-content:space-between;
}
.feed_post_head .dropdown-toggle{
  background: transparent;
  border: none;
  background-image: url("../images/three-dots-vertical.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.feed_post_head .dropdown-toggle:hover{
  background-color: transparent;
}
.feed_post_head .dropdown-toggle::after{
  display:none;
}
.feed_post_head .dropdown-menu.show{
  right: 0 !important;
  left: auto !important;
  background:#ffdfb2 !important;
}
.feed_post_head .dropdown-item:focus, .feed_post_head .dropdown-item:hover {
  background-color: #ffeed5 !important ;
}
.feed_post_head h5 {
  font-size: 14px;
  color: #1b1b1b;
  font-weight: 600;
  margin: unset;
}
.feed_post_head span.time_ago_posted {
  color: #686868;
  font-size: 10px;
}
.feed_post_head span.time_ago_posted::before {
  display: inline-block;
  margin: 0 8px;
  vertical-align: 1px;
  content: "";
  border-top: 7px solid;
  border-right: 6px solid transparent;
  border-radius: 50%;
  background-color: #bababa;
}
.feede_post {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feeds_inner button {
  background-color: unset;
  border: unset;
}
.feeds_comment_head {
  font-size: 14px;
  font-weight: 600;
}
.view_all_comments {
  color: #686868;
  cursor: pointer;
}
.comment_action_wrp {
  font-size: 12px;
  color: #686868;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.comment_action_wrp .edit img{
  width:11px;
}
.comment_input {
  border-top: 0.3px solid rgba(0, 0, 0, 0.15);
}
.comment_input input {
  border: unset;
}
.comments_wrp {
  position: relative;
  bottom: 0;
  max-height: 190px;
  overflow: auto;
}
.comment_input {
  position: sticky;
  bottom: 0;
  background-color: #ffeed5;
}
/* end of feeds css */
/* notification css */
.notification_wrp {
  position: absolute;
  top: 165%;
  left: -60%;
}
.notification_inner::before {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 1px;
  content: "";
  border-bottom: 20px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -20px;
  left: 15px;

}
.login_wrp h1{
  font-size: 37px;
}
.notification_inner {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  max-height: 365px;
  width: 320px;
  padding: 20px 0;
  overflow: auto;
}
.notification_profie {
  border: 2px solid #f85046;
  border-radius: 50%;
}
.notification_time {
  font-size: 11px;
  color: #1b1b1b;
}
.notification_time span {
  /* font-size: 11px; */
  font-weight: 500;
  color: #ffffff;
  background: #f85046;
  border-radius: 5px;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
}
.single_notification_wrp {
  padding: 2px 20px;
}
.single_notification_wrp:hover {
  background-color: #f3f1ef;
}
/* end of notification css */

.disabled_wrp,
.disabled_wrp label,
.disabled_wrp input,
.disabled_wrp select {
  cursor: not-allowed;
  color: #ababab;
}

input[type="radio"] {
  border: 2px solid #ffeed5;
  box-shadow: 0 0 0 1px #1b1b1b;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: transparent;
  transition: all ease-in 0.2s;
  margin-right: 10px;
}
input[type="radio"]:checked {
  background-color: #f85046;
  box-shadow: 0 0 0 1px #f85046;
}
.error {
  font-size: 12px;
  color: red;
}
.remaining_leaves {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  background: #2cde00;
  padding: 4px 60px;
  border-radius: 10px;
}
.add_policy_wrp .page_inner_wrp {
  min-height: 70vh;
}

/* ck editor css */
.ck-editor__editable{
  min-height:200px;
}
.ck .ck-editor__top .ck-sticky-panel{
  position:absolute;
  bottom:0;
  width:100% !important;
}
.ck-content ul{
  font-size: 13px;
}
.ck-content ol {
  font-size: 13px;
}
.ck.ck-editor__main>.ck-editor__editable{
  background:transparent !important;
  border:unset !important;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{
  background:transparent !important;
  border:unset !important;
  border-bottom: 0.5px solid #B7B7B7 !important;
}
.ck.ck-button:not(.ck-disabled):hover{
  background:#ffdfb2 !important;
}
.ck.ck-button:not(.ck-disabled):active{
  background:#ffdfb2 !important;
  border:none !important;
  box-shadow:unset !important;
  color:black !important;
}
.ck.ck-button:not(.ck-disabled):focus-visible{
  border: none !important;
  box-shadow:unset !important;
  outline:unset !important;
}
.ck .ck-button:focus
{
  border:none !important;
  box-shadow:unset !important;
  outline:unset !important;
}
.ck .ck-button:focus-visible{
  outline:unset !important;
  border:none !important;
}
.ck.ck-editor__main:focus-visible{
  outline:none !important;
}
[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){
  display:none;
}
.ck.ck-button.ck-on, a.ck.ck-button.ck-on{
  background:transparent !important;
}
.ck.ck-button.ck-on{
  color:black !important;
}
.ck .ck.ck-focused{
  box-shadow:unset !important;
}

/* delete modal css */
.del_modal{
  background:transparent;
  border:none;
  width: 100%;
  text-align: left;
}
#Delete .modal-dialog{
  min-width: 340px !important;
}
#Delete .modal-content{
  padding:unset;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{
  padding:unset;
}
/* announcement card css */
.announcement_notification_time {
  font-size: 11px;
  color: white;
}
.announcement img{
  margin-left:unset !important;
}
.announcement_para{
  text-align: left;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color:white;

}
.announcement_card .notification_time span{
  background:white;
  color:black;
}
.announcement_card h5{
  font-size: 12px;
  color:white;
}
.announcement_card .notification_time span{
  padding: 1px 4px;
}
.announcement_card  .dashboard_card_title{
  margin-bottom:unset;
}
.announcement_innr_wrp{
  max-height: 222px;
  overflow-y: auto;
}
/* announcement card responsive css  */

@media only screen and (max-width: 1199px) {
  .announcement_innr_wrp{
    max-height: 318px;
  }
} /* 1024 */
@media only screen and (max-width: 979px) {
  .announcement_innr_wrp{
    max-height: 222px;
  }
} /* 768 */
/* pagenot found css */

.page_not_found_wrp{
  padding:35px 70px;
}
.page_not_found_wrp h1{
  font-size:45px;
}
.page_not_found_wrp figure{
  padding: 40px 0px;
 
}
.page_not_found_wrp figure img{
  max-width: 75%;
}
.page_not_found_wrp .submit:before{
  bottom: 0;
  content: "";
  height: 44%;
  left: 25px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 70%;
  background: #F85046;
  filter: blur(12px);
  border-radius: 50px;
}
.page_not_found_wrp p{
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
}
.page_not_found_wrp mark{
  color: red;
  background: transparent;
}
.page_not_found_wrp .goto_btn_wrp{
  margin-top:40px;
}
/* pagenot found css responsive */
@media only screen and (max-width: 767px) {
  .page_not_found_wrp figure img{
    max-width: 100%;
  }
  .page_not_found_wrp p{
    font-size: 14px;
  }
} /* 650 */
@media only screen and (max-width: 649px) {
  .page_not_found_wrp p{
    font-size: 12px;
    line-height:20px;
  }
  .page_not_found_wrp .submit{
    padding: 8px 12px;
    font-size: 10px;
  }
} /* 480 */



.leave_dates_wrp{
  gap: 55px;
  display:flex;
}
.leave_form{
  margin-top:65px;
}
.leave_form .employee{
  display:flex;
}
.leave_form .from_date{
  display: flex;
  width: 47%;
}
.leave_form .from_date .date_label{
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}
.leave_form .from_date .date_input{
  display: inline-block;
  vertical-align: middle;
  width: 77%;
}
.leave_form .from_date .to_date{
  display: inline-block;
  vertical-align: middle;
  width: 20%
}
.leave_form .from_date .to_date_input{
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.leave_form .employee_label{
  display: inline-block;
  vertical-align: middle;
  width: 11%;
}
.leave_form .employee_input{
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  padding-left: unset;
}
.leave_form .filter-multi-select > .viewbar, .form-group .filter-multi-select > .viewbar{
  padding-left: unset;
}
.leave_form .reject_btn {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #F85046;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #F85046;
  padding: 8px 28px;
  margin-right: 20px;
}

/* responsive */
@media only screen and (max-width: 1023px) {
  .leave_dates_wrp{
      gap: 30px;
  }
  .leave_form .from_date{
      width: 48%;
  }
  .leave_form .from_date .date_label{
      width: 27%;
  }
  .leave_form .from_date .date_input{
      width: 80%;
  }
  .leave_form .employee_input{
      width:95%;
  }
  .leave_form .employee_label{
      width:13%
  }
  .apply_leave_wrp .form-group{
    display: block !important;
  }
} /* 980 */
@media only screen and (max-width: 979px) {
  .leave_dates_wrp{
      gap: unset;
      display:block;
  }
  .leave_form .from_date{
      width: 100%;
  }
  .leave_form .from_date .date_label{
      width: 20%;
  }
  .leave_form .from_date{
      margin-bottom: 40px;
  }
  .leave_form .employee_input {
      width: 88%;
  }
  .leave_form .employee_label {
      width: 22%;
  }
  .status {
      font-size: 18px;
  }
  .leave_type {
      font-size: 27px;
  }
  
  
} /* 768 */
@media only screen and (max-width: 649px) {
  .status {
      font-size: 14px;
      line-height: 16px;
  }
  .leave_type {
      font-size: 19px;
      line-height: 25px;
  }
  .leave_form .from_date{
      display: block;
  }
  .leave_form .from_date .date_label {
      width: 100%;
  }
  .leave_form .from_date .date_input {
      width: 100%;
  }
  .leave_form .from_date .to_date{
      width: 100%;
  }
  .leave_form .from_date .to_date_input{
      width: 100%;
  }
  .leave_form .employee{
      display:block;
  }
  .leave_form .employee_label {
      width: 100%;
  }
  .leave_form .employee_input {
      width: 100%;
  }
} /* 480 */
@media only screen and (max-width: 479px) {
  .leave_form {
      margin-top: 40px;
  }
  .leave_form .reject_btn{
      margin-bottom: 20px;
      padding: 6px 28px;
      margin-right:unset;
  }
} /* 375 */

.apply_leave_wrp .leave_form{
  margin:unset;
}
/* .greeting_card_inner div{
  width: 385px;
  height: 297px;
} */

.toaster_wrp{
  background: red;
  display: flex;
  padding: 20px;
  width: 34%;
  color: white;
  font-weight: 600;
  font-size: 13px;
  position: fixed;
  top: 46px;
  right: 49px;
}
.toaster_span{
  margin-right: 50px;
}
.toaster_wrp button{
  border: none;
  background: none;
}
/* toaster responsive css */
@media only screen and (max-width: 1199px) {
  .toaster_span{
    margin-right: 37px;
  }
  .toaster_wrp{
    font-size: 12px;
    width: 39%;
  }
} /* 1024 */
@media only screen and (max-width: 1023px) {
   .toaster_span{
    margin-right: 49px;
  }
  .toaster_wrp {
    width: 42%;
  }
} /* 980 */
@media only screen and (max-width: 979px) {
  .toaster_span{
    margin-right: 21px;
  }
  .toaster_wrp{
    width: 50%;
  }
} /* 768 */
@media only screen and (max-width: 767px) {
  .toaster_wrp{
    font-size: 11px;
  }
}/*650 */
@media only screen and (max-width: 479px) {
  .toaster_wrp{
    font-size: 8px;
    width: 47%;
    padding: 9px;
  }
} /* 375 */

/* greetings card responsive css */
@media only screen and (max-width: 1199px) {
  .greeting_card .bx-viewport{
    height: 392px !important;
  }
  .greeting_card_inner > div {
    height: 392px !important;
  }
} /* 1024 */
@media only screen and (max-width: 979px) {
  .greeting_card_inner > div {
    height: 297px !important;
  }
  .greeting_card .bx-viewport{
    height: 297px !important;
  }
} /* 768 */
.uk-button-primary{
  background:none;
  border:none;
  text-transform: none;
}
.uk-button-primary:hover, .uk-button-primary:active {
  background:none;
}
.uk-button-primary:focus-visible {
  outline:none;
  border:none;
}
.fg-emoji-nav{
  background-color: #fceed5 !important;
}
.fg-emoji-nav li a svg{
  fill:black !important;
}
.fg-picker-special-buttons a{
  background-color: #fceed5 !important;
}
.fg-emoji-picker-search input{
  background-color: #fceed5 !important;
}
.fg-emoji-picker-search{
  background-color: #fceed5 !important;
}
.fg-emoji-picker-search input:focus:not([tabindex^='-']) {
  outline: none;
  outline-offset: none;
}
.fg-emoji-list{
  background-color: #fceed5 !important;
}
.fg-emoji-container{
  left: 839px !important;
  top: 120px !important;
  width: 315px !important;
  height: 309px !important;
}
.iti__country-list{
  max-width:270px !important;
  background: #fceed5 !important;
}
.form_labels{
  display: inline-block;
  width: 13%;
}
.form-inputs{
  display: inline-block;
  width: 87%;
}
@media only screen and (max-width: 1199px) {
  .fg-emoji-container{
    left: 669px !important;
  }
  .form_labels{
    width: 21%;
  }
  .form-inputs{
    width: 86%;
  }
} /* 1024 */
@media only screen and (max-width: 1023px) {
  .fg-emoji-container{
    left: 625px !important;
  }
} /* 980 */
@media only screen and (max-width: 979px) {
  .fg-emoji-container{
    left: 417px !important;
    top: 69px !important;
  }
} /* 768 */
@media only screen and (max-width: 767px) {
  .fg-emoji-container{
    left: 300px !important;
  }
  .form-group{
    display: block !important;
  }
  .form-inputs{
    width: 100%;
  }
  .form_labels{
    width: 100%;
  }
} /* 650 */
@media only screen and (max-width: 649px) {
  .uk-button{
    padding:unset;
  }
  .fg-emoji-container{
    left: 138px !important;
  }
  .iti__country-list{
    width:215px !important;
  }
  .iti-mobile .iti--container{
    left:117px;
  }
  .iti__flag-box, .iti__country-name{
    font-size:12px;
  }
  .iti__flag-box, .iti__country-name, .iti__dial-code{
    font-size:12px;
  }
} /* 480 */
@media only screen and (max-width: 479px) {
  .fg-emoji-container {
    width: 248px !important;
    height: 300px !important;
  }
  .fg-emoji-container{
    left: 100px !important;
  }
} /* 375 */
@media only screen and (max-width: 374px) {
  .fg-emoji-container {
    width: 195px !important;
  }
  .iti__country-list{
    width:155px !important;
  }
  .iti-mobile .iti--container{
    left:120px;
  }
  .iti__flag-box, .iti__country-name{
    font-size:10px;
  }
  .iti__flag-box, .iti__country-name, .iti__dial-code{
    font-size:10px;
  }
} /* 320 */ 
@media only screen and (max-width: 1300px) and (min-width: 1200px)  {
  .timesheet_list_filter_btn{
    display: flex;
    justify-content: space-around;
  }
  .timesheet_list_filter_btn .Filter{
    margin-right:0;
  }
  .timesheet_list_filter_btn .import{
    margin-right:0;
  }
  .timesheet_list_filter_btn .export{
    margin-right:0;
  }
}