/*mixins */
/* media query start */
/* media query end */
/*@mixin text_ellipsic_2line{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}*/
/* HRMS start */
.hrms_overlay .overlay_wrp.width_500 {
  width: 570px;
  border-radius: 5px;
}

.hr_base_txt_wrp {
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.hrms_overlay .unit_block.total {
  width: 100%;
  display: inline-block;
}

.hrms_plan_selecn_overlay_wp .unit_block_wp {
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.hrms_plan_selecn_overlay_wp .unit_block.saving {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}

.hrms_plan_selecn_overlay_wp .inp_click.act .eminus_ic, .hrms_plan_selecn_overlay_wp .inp_click.act .eplus_ic {
  background-color: #273239;
}

.hrms_plan_selecn_overlay_wp .inp_click {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
}

.hrms_plan_selecn_overlay_wp .quantity_value {
  width: 98px;
  height: 30px;
  border-radius: 3px;
}

.hrms_plan_selecn_overlay_wp .eplus_ic {
  left: 13px;
  top: 9px;
}

.hrms_plan_selecn_overlay_wp .link_on_gl {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
}

.hrms_plan_selecn_overlay_wp .checkbox_hrms {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
}

.hrms_plan_selecn_overlay_wp .nrml_prce {
  font-size: 18px !important;
}

.hrms_plan_selecn_overlay_wp .strk_prce {
  text-decoration: line-through !important;
  font-size: 14px !important;
  color: #8c8c8c;
}

.hrms_plan_selecn_overlay_wp .hrms_slct_pln_header {
  background: #f6f7f7;
  padding: 15px 30px 15px 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  float: left;
}

.hrms_plan_heading {
  color: #273239;
  font-weight: 600;
}

.hrms_slctpln_wrp {
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.hrms_slctpln_hdr {
  color: #273239;
  font-size: 16px;
  width: 38%;
  float: left;
}

.hrms_rhs_price {
  display: inline-block;
  float: none;
  width: 62%;
}

.strk_prce {
  float: right;
  text-decoration: line-through;
  font-size: 14px;
  color: #8c8c8c;
}

.hrms_slct_suwrp {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.nrml_prce {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.nrml_prce {
  font-size: 18px;
  color: #273239;
  font-weight: bold;
}

.per_emp {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: normal;
}

.bboder_div {
  width: calc(100% - 40px);
  display: inline-block;
  height: 1px;
  background: #f0f0f0;
  margin-left: 20px;
  float: left;
}

.count_1 {
  width: 24px;
  height: 24px;
  background: #e6e6e6;
  display: inline-block;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #273239;
  margin-right: 10px;
}

.unit_label_emp {
  font-size: 14px;
  color: #273239;
  font-weight: 500;
  float: left;
}

.quantity_wp {
  float: right;
}

.quantity_value {
  width: 95px;
}

.hrms_plan_selecn_wrp {
  display: flex;
  margin-top: 12px;
}

.hrms_plan_selecn_wrp li.act {
  border-color: #00abbe;
  background-color: #e5f6f8;
}

.hrms_plan_selecn_wrp li.act .acceptIc:before {
  color: #00abbe;
}

.hrms_plan_selecn_wrp li.act .acceptIc {
  display: block;
}

.hrms_plan_selecn_wrp li {
  list-style: none;
  width: 25%;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  padding: 8px;
  margin: 0 3px;
  box-sizing: border-box;
  position: relative;
}

.mdc-button.mdc-button--raised {
  float: right;
  text-transform: inherit;
  margin-top: 20px;
}

.plan_types_wrpr {
  width: 100%;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
}

.hrms_plan_selecn_wrp .acceptIc {
  float: right;
  display: none;
}

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

.hrms_plan_selecn_wrp .variant_txt {
  font-size: 14px;
  padding: 28px 0;
  color: #273239;
  font-weight: 500;
}

.base_txt a {
  font-size: 14px;
  color: #27b800;
}

.hrms_tou {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #666666;
}

.hrms_tou a {
  text-decoration: underline;
  color: #666666;
}

.hrms_tou a:hover {
  color: #273239;
}

@media only screen and (max-width: 767px) {
  .hrms_plan_selecn_wrp li {
    width: 48%;
    float: left;
  }
  .hrms_plan_selecn_wrp {
    display: inline-block;
  }
  .hrms_plan_selecn_wrp li {
    margin: 5px 3px;
  }
  .hrms_overlay .overlay_wrp.width_500 {
    padding: 0 !important;
  }
  .hrms_overlay .overlay_wrp.width_500 .clsBtn_000 {
    top: 10px;
  }
  .hrms_overlay .overlay_wrp.width_500 .hrms_plan_selecn_overlay_wp #select_plan_buy_now {
    bottom: 30px;
  }
}

@media only screen and (max-width: 350px) {
  .hrms_plan_selecn_wrp li {
    width: 45%;
  }
}

/* hrms success overlay start */
.hrms_plan_heading .tic:before {
  color: #27b800;
  margin-right: 10px;
  font-size: 17px;
}

#hrms_pay_success .hrms_plan_heading {
  color: #273239;
  font-weight: 600;
}

#hrms_pay_success .hrms_pay_scss_wrp {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}

#hrms_pay_success .hrms_pay_hdr {
  display: inline-block;
  color: #273239;
}

#hrms_pay_success .congrats_pay {
  font-weight: bold;
  color: #273239;
  font-size: 18px;
}

#hrms_pay_success .mdc-button {
  float: none;
}

/* hrms success overlay end */
/* Add employees overlay start */
.hrms_search .hrms_search_inp {
  font-size: 12px;
  width: 100%;
  height: 36px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding-left: 12px;
  margin-right: 10px;
  box-sizing: border-box;
  background: #ffffff;
}

#hrms_searchform {
  position: relative;
}

.act_emp_srchwrp .serchIc {
  position: absolute;
  right: 0;
  bottom: 8px;
}

.hr_add_slct_wrp {
  display: inline-block;
  width: 100%;
  padding: 0 45px 10px;
  box-sizing: border-box;
}

.hr_add_slct_wrp .custcheckBox {
  padding: 0;
}

.hr_add_slct_wrp .hr_add_lstd_txt {
  float: right;
  font-size: 12px;
}

.hr_add_slct_wrp .hr_add_inviteclg_txt {
  color: #273239;
  font-weight: 500;
}

.hr_add_slct_wrp .custcheckBox::before {
  margin-top: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
}

.hr_add_emp_secn.hrms_slctpln_wrp {
  padding: 0 45px;
}

.hr_add_emp_secn .hrms_slct_suwrp {
  padding: 22px 0;
}

.hrms_add_emp_wrpr {
  width: 100%;
  display: flex;
  padding: 0 45px;
  box-sizing: border-box;
  position: relative;
}

.hrms_add_emp_wrpr .hrms_remv_wrpr {
  width: 50%;
  float: left;
  padding: 12px;
  display: inline-block;
}

.hrms_add_emp_wrpr .hrms_remv_wrpr .hr_usr_img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
}

.hrms_add_emp_wrpr .hrms_remv_wrpr .hr_usr_img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.hrms_add_emp_wrpr .hr_rm_username {
  font-size: 14px;
  color: #273239;
  font-weight: 600;
}

.hrms_add_emp_wrpr .hr_rm_userdesignation {
  font-size: 12px;
}

.hrms_add_emp_wrpr .hr_rm_companyname {
  font-size: 12px;
}

.hrms_add_emp_wrpr .hr_rm_left {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: calc(100% - 32px);
  box-sizing: border-box;
}

.hr_add_slct_wrp .label_text {
  font-size: 14px;
  color: #8c8c8c;
}

.hr_emp_add_action {
  width: 50%;
  float: right;
  text-align: right;
}

.hr_emp_add_action .acceptIc:before {
  position: absolute;
  right: 63px;
  top: 12px;
  color: #27b800;
  font-size: 20px;
}

.hr_add_icn {
  font-size: 20px;
  border: 1px solid;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  float: right;
  display: block;
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 64px;
  top: 12px;
  color: #273239;
}

.hr_add_icn:hover {
  font-weight: bold;
  border: 2px solid #000000;
}

.hr_emp_add_action .acceptIc:hover:before {
  font-weight: bold;
}

.hrms_addemp_lst li:hover {
  background-color: #f7f7f7;
}

.hrms_addemp_lst li {
  cursor: pointer;
  padding: 0;
}

.hrms_addemp_lst {
  padding: 0 45px;
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.totl_emp_slctd {
  padding: 0 20px;
  padding: 20px;
  background: #f7f7f7;
}

.hrms_rhs_price .INR {
  font-weight: bold;
  font-size: 16px;
  margin-left: 4px;
}

.hrms_rhs_price .nrml_prce {
  font-size: 12px;
  color: #273239;
}

.hrms_rhs_price .strk_prce {
  text-decoration: none;
  font-size: 12px;
}

.hrms_slct_suwrp.totl_emp_slctd .hrms_slctpln_hdr {
  color: #8c8c8c;
  font-size: 14px;
}

.add_emp_count {
  font-size: 16px;
  color: #273239;
  font-weight: 700;
}

.plan_types_wrpr .totl_count {
  font-size: 16px;
  font-weight: bold;
  color: #273239;
}

.hrms_add_emp_wrpr .hr_rm_username {
  position: relative;
}

.hrms_add_emp_wrpr .link_on_gl {
  position: absolute;
  top: 8px;
  left: 158px;
  width: auto;
}

.hrms_add_emp_wrpr .only_gl_offer_bgcolor {
  background: #44dd10;
}

.add_emp_err {
  font-size: 14px;
  color: #fd0101;
}

.add_emp_err span {
  text-decoration: underline;
  color: #273239;
  font-weight: bold;
}

.hrms_addemp_lst_nano {
  position: relative;
  height: 280px !important;
  min-height: inherit;
  max-height: inherit;
  left: inherit;
  border: none;
}

.hrms_addemp_lst_nano .nano-pane > .nano-slider {
  width: 7px;
  background: #e6e6e6;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}

/* Add employees overlay end */
/* hrms solution pg start */
.hrms_parent_container {
  padding: 10px 20px 0;
  box-sizing: border-box;
}

.hrms_parent_container .headRow {
  padding-bottom: 20px;
}

.hrms_parent_container .headRow .subHding {
  float: none;
}

@media only screen and (max-width: 767px) {
  .hrms_parent_container .headRow span.fL {
    padding: 0 4px;
  }
}

.hrms_solns_wrpr {
  display: inline-block;
  width: 100%;
  padding: 15px 20px 20px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 5px;
}

.hrms_detail_secn {
  width: 50%;
  float: left;
}

.hrms_solns_wrpr .hrms_soln_hdr {
  font-size: 36px;
  color: #273239;
}

.hrms_solns_wrpr .pwrd_by, .hrms_solns_wrpr .hrms_subtxt {
  font-size: 14px;
}

.hrms_solns_wrpr .pwrd_by {
  color: #8c8c8c;
}

.hrms_solns_wrpr .pwrd_by {
  padding: 2px 0 15px 0;
}

.hrms_solns_wrpr .hrms_subtxt, .hrms_solns_wrpr .hrms_clck_hre, .hrms_solns_wrpr .hr_clk_hre {
  color: #333333;
}

.hrms_solns_wrpr .hr_free_trl {
  font-size: 12px;
}

.hrms_solns_wrpr .hr_clk_hre {
  text-decoration: underline;
  font-weight: normal;
}

.hrms_solns_wrpr .hrms_clck_hre {
  font-weight: 600;
  padding-bottom: 10px;
}

.hrms_rhs_secn {
  width: 50%;
  float: right;
}

.hrms_rhs_secn button {
  width: auto;
}

.hrms_pln_wrps {
  width: 281px;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 27px 30px 35px 30px;
  margin-top: 5px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #2d7fb7 0%, #328cc9), linear-gradient(to bottom, #ffffff, #ffffff);
  float: right;
  position: relative;
}

.hrms_pln_wrps .get_offer_btn.btn_hover_v2 {
  bottom: -17px;
  right: inherit;
  left: 92px;
}

.hrms_pln_wrps .only_gl_offer_bgcolor {
  background-color: #ffffff;
  color: #00afd0;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.hrms_pln_wrps .hrms_pln_wrps {
  width: 281px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  padding: 8px;
  margin: 0 3px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #2d7fb7 0%, #328cc9), linear-gradient(to bottom, #ffffff, #ffffff);
  float: right;
}

.hrms_pln_wrps .only_gl_offer_bgcolor {
  background-color: #ffffff;
  color: #00afd0;
  border-radius: 3px;
}

.hrms_pln_wrps .link_on_gl {
  float: right;
  width: auto;
}

.hrms_pln_wrps .pln_txt_type, .hrms_pln_wrps .hrms_emp_count, .hrms_pln_wrps .per_emp, .hrms_pln_wrps .hrms_bill_type {
  color: #ffffff;
}

.hrms_pln_wrps .hrms_emp_count {
  font-size: 14px;
}

.hrms_pln_wrps .nrml_prce, .hrms_pln_wrps .strk_prce {
  text-align: inherit;
  color: #ffffff;
  font-size: 48px;
}

.hrms_pln_wrps .nrml_prce {
  margin-top: -7px;
}

.hrms_pln_wrps .nrml_prce .per_emp {
  color: #ffffff;
  margin-left: -10px;
}

.hrms_pln_wrps .hrms_bill_type {
  font-size: 12px;
}

.hrms_pln_wrps .strk_prce {
  float: inherit;
  font-size: 16px;
  margin-top: 13px;
  display: inline-block;
}

.trial_wrpr {
  margin-top: 20px;
  display: inline-block;
}

.trial_wrpr .hrms_clck_hre {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 14px;
  color: #333333;
}

.trial_wrpr .hrms_clck_hre .hr_clk_hre {
  text-decoration: underline;
  font-weight: normal;
  color: #333333;
}

.trial_wrpr .hr_free_trl {
  font-size: 12px;
  color: #8c8c8c;
}

/* feature block start */
.features_block_wp {
  display: inline-block;
  width: 100%;
  padding: 15px 20px 20px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}

.feature_heading {
  font-size: 18px;
  color: #273239;
}

.feature_slider {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.feature_slider li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
}

.feature_slider li .feature_img_wp {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

.feature_slider li .feature_img_wp img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.feature_slider li .feature_list_heading {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  margin-top: 10px;
  height: 38px;
}

.feature_slider li .feature_dis {
  font-size: 14px;
  color: #333333;
  margin-top: 12px;
}

.feature_slider .slick-dots {
  bottom: -55px;
}

.feature_slider .slick-dots li {
  margin: 0 auto;
  float: none;
  width: 20px;
}

.feature_slider .slick-dots li button:before {
  font-size: 35px;
}

.feature_slider .slick-prev.slick-arrow, .feature_slider .slick-next.slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .hrms_pln_wrps.full_width {
    width: 100%;
    margin-top: 60px;
    padding: 25px 35px;
  }
  .hrms_pln_wrps.full_width .blu_blk_inner {
    float: left;
    margin-top: 30px;
    width: calc(100% - 90px);
  }
  .hrms_pln_wrps.full_width .only_gl_offer_bgcolor {
    top: 25px;
    right: initial;
    left: 35px;
  }
  .hrms_pln_wrps.full_width .pln_txt_type {
    float: left;
  }
  .hrms_pln_wrps.full_width .hrms_emp_count {
    float: left;
    margin: 8px 0 0 10px;
  }
  .hrms_pln_wrps.full_width .get_offer_btn.btn_hover_v2 {
    float: right;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .hrms_pln_wrps.full_width .first_div {
    float: left;
    width: 60%;
  }
  .hrms_pln_wrps.full_width .secobd_div {
    float: left;
  }
  .hrms_pln_wrps.full_width .secobd_div .strk_prce {
    margin-top: 8px;
  }
  .hrms_pln_wrps.full_width .secobd_div .nrml_prce {
    width: auto;
    margin-top: -25px;
  }
}

/* feature block end */
@media only screen and (max-width: 767px) {
  .hrms_parent_container {
    padding: 0;
    margin-bottom: 30px;
  }
  .hrms_detail_secn_tool .hrms_soln_toolhdr {
    font-size: 24px;
  }
  .hrms_detail_secn {
    width: 100%;
  }
  .hrms_solns_wrpr .hrms_soln_hdr {
    font-size: 24px;
    font-weight: 500;
  }
  .hrms_rhs_secn {
    width: 100%;
    margin-top: 10px;
  }
  .hrms_pln_wrps {
    width: 100%;
    padding: 15px;
  }
  .hrms_pln_wrps .get_offer_btn.btn_hover_v2 {
    position: relative;
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin: 0;
  }
  .hrms_pln_wrps.full_width {
    margin-top: 60px;
  }
}

/* hrms solution pg end */
/* hrms tool selection start */
.hrms_detail_secn_tool .hrms_soln_toolhdr {
  color: #273239;
  font-weight: 700;
}

.hrms_detail_secn_tool .tool_selecn_wrp {
  display: inline-block;
  width: 100%;
}

.hrms_detail_secn_tool .hrms_soln_toolhdr {
  float: left;
}

.hrms_detail_secn_tool .tool_selecn_wrp .linkArw {
  float: right;
  margin: 0;
  font-size: 14px;
  color: #666666;
}

.hrms_detail_secn_tool .eye_ic:before {
  font-size: 14px;
  color: #6c6c6c;
}

.hrms_detail_secn_tool .eye_ic {
  margin-right: 8px;
}

.hrms_detail_secn_tool .qck_lnks {
  color: #333333;
  font-weight: 600;
  margin-top: 10px;
}

.hrms_detail_secn_tool .qck_lnks_list {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.hrms_detail_secn_tool .qck_lnks_list li {
  list-style: none;
  width: 25%;
  display: inline-block;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px 10px 25px;
}

.hrms_detail_secn_tool .qck_lnks_list li.punch {
  background: url(../images/hrms/punch.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.dashboard {
  background: url(../images/hrms/dashboard.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.attendance {
  background: url(../images/hrms/clock.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.company_calendar {
  background: url(../images/hrms/calendar.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.my_leave {
  background: url(../images/hrms/my_leave.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.my_task {
  background: url(../images/hrms/task.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.salary {
  background: url(../images/hrms/salary.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.remmbsmnt {
  background: url(../images/hrms/reimbursment.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.request {
  background: url(../images/hrms/request.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.performance {
  background: url(../images/hrms/performance.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.investment {
  background: url(../images/hrms/cost.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.payroll {
  background: url(../images/hrms/pay.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.generate_letter {
  background: url(../images/hrms/letter.png) no-repeat 0 15px;
}

.hrms_detail_secn_tool .qck_lnks_list li.policies {
  background: url(../images/hrms/policy.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.analytics {
  background: url(../images/hrms/analytics.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li.help_desk {
  background: url(../images/hrms/helpdesk.png) no-repeat 0 13px;
}

.hrms_detail_secn_tool .qck_lnks_list li a {
  text-align: left;
  width: 100%;
  color: #666666;
  margin: 0;
  font-size: 14px;
}

.hrms_detail_secn_tool .qck_lnks_list li a:hover {
  color: #273239;
  font-weight: 500;
}

.reslt_lst_hdr {
  background-color: #f6f7f7;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.reslt_lst_hdr p {
  font-size: 12px;
  color: #666666;
}

.reslt_lst_hdr .cl_rght_actn {
  text-align: right;
}

#hrms_active_user_list.reslt_lst_wrp li {
  padding: 10px 20px;
}

.reslt_lst_wrp li {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.reslt_lst_wrp li:hover {
  background: #f6f7f7;
}

.reslt_lst_wrp li:hover .name, .reslt_lst_wrp li:hover a {
  color: #273239;
  font-weight: 500;
}

#hrms_active_user_list .cl_left_actn {
  float: left;
  width: 25%;
}

#hrms_active_user_list .cl_rght_actn {
  float: right;
  width: 50%;
  text-align: right;
}

#hrms_active_user_list .actnresult_lst {
  width: 60%;
}

#hrms_active_user_list .act_lft_txt {
  font-size: 14px;
  position: relative;
  font-size: 12px;
  color: #8c8c8c;
  cursor: default;
}

#hrms_active_user_list .name {
  width: 42%;
  box-sizing: border-box;
  padding-right: 12px;
  font-size: 14px;
  line-height: 15px;
  color: #8c8c8c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: inherit;
}

#hrms_active_user_list .col_right {
  padding-left: 42px;
}

.reslt_lst_wrp li .act_rgt_txt {
  text-decoration: none;
}

.act_rgt_txt {
  font-size: 14px;
  text-decoration: underline;
  color: #8c8c8c;
  margin-left: 20px;
  position: relative;
}

.refrl_mail {
  font-size: 14px;
  color: #273239;
  font-weight: 600;
}

.innr_rslt_wrp {
  display: inline-block;
  width: 40%;
}

#hrms_active_user_list .innr_rslt_wrp .col_left {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}

.innr_rslt_wrp img {
  width: 100%;
  display: inline-block;
}

.rol {
  width: 100%;
  box-sizing: border-box;
  padding-right: 12px;
  font-size: 12px;
  line-height: 15px;
  color: #8c8c8c;
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.act_emp_srchwrp {
  position: relative;
}

.act_emp_srchwrp #hrms_searchform {
  width: 50%;
  bottom: 17px;
  float: left;
}

.act_emp_srchwrp .hrms_search_inp {
  width: 320px;
  border-color: #f2f2f2;
  font-size: 14px;
  color: #8c8c8c;
}

.act_emp_srchwrp .serchIc {
  right: inherit;
  left: 290px;
}

.hrms_slct_suwrp .bulk_bottom.hr_pln_renew {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}

.hrms_slct_suwrp .hr_pln_renew .get_offer_btn {
  margin-top: 0 !important;
  width: 128px;
  padding: 0;
  position: relative;
  right: inherit;
  bottom: inherit;
}

.hr_act_emp_wrpr {
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.hrms_parent_container .hr_pln_renew .valit_block {
  float: left;
}

.hr_act_emp_wrpr .about_offer_cont {
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
}

.hr_act_emp_wrpr .valid_text {
  font-size: 14px;
  color: #273239;
}

.hr_act_emp_wrpr .valid_value {
  font-size: 14px;
  color: #8c8c8c;
}

.hr_act_emp_wrpr .deleteIc {
  position: absolute;
  left: -13px;
  width: 10px;
  height: 14px;
  top: -2px;
}

.hr_act_emp_wrpr .cl_rght_actn {
  position: relative;
}

.hr_act_emp_wrpr .eye_ic {
  margin: 0 4px 0 0;
}

.hr_act_emp_wrpr .eye_ic::before {
  font-size: 14px;
}

.hr_act_emp_wrpr .act_rgt_txt {
  font-size: 12px;
}

.hr_act_emp_wrpr .hrms_actemp_lst {
  display: flex;
}

.hr_act_emp_wrpr .hrms_actemp_lst .name {
  width: 35%;
}

.hr_act_emp_wrpr .hrms_actemp_lst .edit_ic {
  margin-left: 8px;
}

.hr_act_emp_wrpr .hrms_actemp_lst .edit_ic::before {
  font-size: 12px;
}

.hr_act_emp_wrpr .only_gl_offer_bgcolor {
  background-color: #44dd10;
}

@media only screen and (max-width: 767px) {
  .hrms_detail_secn_tool .qck_lnks_list li {
    width: 50%;
  }
  .hrms_detail_secn_tool .qck_lnks_list li a {
    font-size: 12px;
  }
  .hrms_detail_secn_tool .qck_lnks_list li .tool_selecn_wrp .linkArw {
    margin-top: 5px;
  }
  .hrms_active_user .innr_rslt_wrp {
    width: 100%;
  }
  .actnresult_lst {
    width: 100%;
  }
  .act_emp_srchwrp #hrms_searchform {
    width: 100%;
  }
  .hrms_slct_suwrp .bulk_bottom.hr_pln_renew {
    width: 100%;
    padding: 0;
  }
  .reslt_lst_wrp li.reslt_lst_hdr {
    display: none;
  }
  .reslt_lst_wrp li {
    display: inline-block;
    padding: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .reslt_lst_wrp li #hrms_active_user_list .cl_left_actn {
    width: 100%;
    margin: 5px 0;
  }
  .reslt_lst_wrp li #hrms_active_user_list .cl_rght_actn {
    width: 100%;
  }
  .hr_act_emp_wrpr #hrms_active_user_list .hrms_actemp_lst .name, #hrms_active_user_list .cl_left_actn {
    width: 100%;
  }
  #hrms_active_user_list .cl_rght_actn {
    width: 100%;
    text-align: inherit;
  }
  .hr_act_emp_wrpr .only_gl_offer_bgcolor {
    width: 100px;
    text-align: center;
  }
}

/* hrms tool selection end */
/* hrms remove emp overlay start */
.hrms_remv_wrpr {
  display: inline-block;
  float: left;
  padding: 20px;
}

.hrms_plan_remove_overlay_wp .hrms_remv_emp {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  width: 75%;
}

.hrms_plan_remove_overlay_wp .rmv_name {
  font-weight: bold;
}

.hrms_plan_remove_overlay_wp .hrms_remv_wrpr .hr_usr_img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
}

.hrms_plan_remove_overlay_wp .hrms_remv_wrpr .hr_usr_img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.hrms_plan_remove_overlay_wp .hr_rm_username {
  font-size: 14px;
  color: #273239;
  font-weight: 600;
}

.hrms_plan_remove_overlay_wp .hr_rm_userdesignation {
  font-size: 12px;
  padding: 5px 0;
}

.hrms_plan_remove_overlay_wp .hr_rm_companyname {
  font-size: 12px;
}

.hrms_plan_remove_overlay_wp .hr_rm_left {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: calc(100% - 64px);
  box-sizing: border-box;
}

.hrms_plan_remove_overlay_wp .label_text {
  color: #8c8c8c;
  font-size: 14px;
}

.hr_rm_companyname .locationIc_v1::before {
  font-size: 10px;
  margin-right: 5px;
}

.hrms_plan_remove_overlay_wp .mdc-button.mdc-button--raised {
  margin-top: 10px;
}

/* hrms remove emp overlay end */
/* hrms solutions RHS start */
.rhs_hrms_hdr {
  font-weight: 700;
  color: #273239;
  font-family: Roboto;
}

.hrms_rhs_dashbrd {
  padding-top: 73px;
}

.hrms_rhs_dashbrd .mainwrapper {
  padding: 20px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.hrms_rhs_dashbrd .hr_usr_img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
}

.hrms_rhs_dashbrd .hr_usr_img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.hrms_rhs_dashbrd .hr_rm_username {
  font-size: 14px;
  color: #273239;
  font-weight: 700;
}

.hrms_rhs_dashbrd .hr_rm_userdesignation, .hrms_rhs_dashbrd .hr_rm_companyname {
  font-size: 12px;
  color: #8c8c8c;
}

.hrms_rhs_dashbrd .hr_rm_left {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: calc(100% - 64px);
  box-sizing: border-box;
}

.hrms_rhs_dashbrd .hr_rm_left {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: calc(100% - 64px);
  box-sizing: border-box;
}

.hrms_rhs_dashbrd .hr_rm_userdesignation {
  padding: 4px 0;
}

.hrms_rhs_dashbrd .hrms_cntct_supp .hrms_remv_wrpr {
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
  color: #8c8c8c;
}

.hrms_rhs_dashbrd .locationIc_v1:before {
  font-size: 10px;
  margin-right: 5px;
}

.hrms_rhs_dashbrd .mainwrapper .featuredofferstxt.rhs_hrms_hdr {
  margin-left: 0;
}

.hrms_supp_msg {
  float: right;
  position: relative;
  font-weight: 500;
  color: #8c8c8c;
  font-size: 14px;
}

.hrms_supp_msg .message:before {
  position: absolute;
  left: -20px;
  font-size: 16px;
  top: 0;
  color: #8c8c8c;
}

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

.testimonial_lst_slider li {
  list-style: none;
}

.hr_testi_txt {
  font-size: 14px;
  color: #333333;
  padding-top: 18px;
}

.hr_testimon_wrp .invite_collegue_ic_v2 {
  margin-right: 5px;
}

.testimonial_lst_slider .slick-dots {
  bottom: -40px;
}

.testimonial_lst_slider .slick-dots li {
  margin: 0 auto;
  float: none;
}

.testimonial_lst_slider .slick-dots li button:before {
  font-size: 35px;
}

.testimonial_lst_slider .slick-prev.slick-arrow, .testimonial_lst_slider .slick-next.slick-arrow {
  display: none !important;
}

.hrms_got_qts a {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  padding-top: 25px;
}

#rhs_recommended_articles .userDisplay.var_03 .colRight .dscrptn {
  font-style: normal;
}

/* hrms solutions RHS end */
/* HRMS end */
/* loader start */
button main {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

.mdc-circular-progress {
  position: relative;
  width: 26px;
  height: 26px;
  animation: rotate 2s linear infinite;
}

.mdc-circular-progress__path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #00b1fe;
}

/* loader end */
/* hrms nav tools start */
.hrms_dd {
  position: relative;
}

.hrms_dd .profile_dd {
  display: block;
  width: 178px;
  border-radius: 5px;
  top: -10px;
  right: inherit;
  left: -62px;
}

.hrms_ic::before {
  font-size: 18px;
}

/* hrms nav tools end */
