.switch_button_block{
  display:flex;
}
.custom_form_switch .custom_form_check_input:checked::before{
  left: calc(100% - 11px);
}
.custom_form_switch .custom_form_check_input::before{
opacity: 1;
visibility: visible;
}
.custom_form_switch{
  display: inline-flex;
  align-items: center;
  gap:8px;
}
.custom_form_switch1{
  margin-left:10px;
}
.notification_details p{
  font-size:14px;
  margin-bottom:0 !important;
}
.notification_details h6{
  color:#EF4A00;
  font-size:14px !important;
  font-weight: unset !important;
  margin-bottom:0 !important;
}
.login_logout_time_table{
  display:grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap:15px;
}

.lltt_block{
  border:1px solid #d1d5db80;
  padding:30px 15px;
  border-radius: 8px 8px 20px 8px;
}
.lltt_block:nth-child(1){
  background: linear-gradient(to right, #E6F9FF, #FEFFFF);
}
.lltt_block:nth-child(2){
  background: linear-gradient(to right, #F7E9FF, #FFFEFD);
}
.login_logout_time_table div:nth-child(3){
  background: linear-gradient(to right, #E6EBFF, #FFFFFF);
}
.login_logout_time_table div:nth-child(4){
  background: linear-gradient(to right, #E8FFF5, #FFFFFF);
}
.login_logout_time_table div:nth-child(5){
  background: linear-gradient(to right, #FFEEEE, #FFFCFC);
}
.login_logout_time_table div:nth-child(6){
  background: linear-gradient(to right, #E6F9FF, #FEFFFF);
}
.login_logout_time_table div:nth-child(7){
  background: linear-gradient(to right, #F7E9FF, #FFFEFD);
}
.lltt_block_left h6{
  color:#111827;
  font-size:15px !important;
}
.lltt_block_left p{
  font-size:20px;
  color:#111827;
  font-weight: 700;
}
.lltt_block{
  position: relative;
}
.lltt_block_right{
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: #00B8F2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: 0;
  bottom: 0;
}
.lltt_block_right1{
  background-color: #8252E9;
}
.lltt_block_right2{
  background-color: #a42dcd;
}
.lltt_block_right3{
  background-color:#45B369;
}
.lltt_block_right4{
  background-color:#E30A0A;
}
.lltt_block_right5{
  background-color:#0097c7;
}
.lltt_block_right6{
  background-color:#9a5dff;
}
.home_slider_section{
  margin-top:45px;
}
.home_slider_section .owl-theme .owl-nav.disabled+.owl-dots{
display:none;
}
.birthday_section{
  background-image: url(../images/birthday-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
}
.birthday_section h5{
  font-size:35px !important;
  color:#fff;
  font-weight: 900;
  text-align: center;
}


@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}


/* animation start */
.fsm_three{
  background-color:#D3ECFE;
  padding:0;
  margin-bottom:45px;
  overflow: hidden;
}
.fsm_three_block{
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
  border:1px solid #0047AB;
}
.fsm_three_block p{
  margin-top:6px;
  color:#000;
  font-size:16px; 
}
.fsm_three_block p span{
  display:block;
}
.fsm_three_block:hover{
  background-color:#0047AB;
}
.fsm_three_block:hover p{
  color:#fff;
}
.cloud_up_block{
  position: relative;
  height:200px;
}
.fsm_three_button{
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.fsm_three_button_holder{
  width:180px;
  border-radius: 30px;;
  color:#239FFB !important;
  font-size:16px;
  border:1px solid #239FFB;
  background: transparent;
}
.fsm_three_button_holder:hover{
  background:#239FFB;
  color:#fff !important; 
}
.fsm_three_inner{
  position: relative;
  z-index: 1;
  top:-100px;
}
.cloud_up_one{
  left:500px;
  top:0;
  -webkit-animation: moveclouds 15s linear infinite;
-moz-animation: moveclouds 15s linear infinite;
-o-animation: moveclouds 15s linear infinite;
}
.cloud_up_two{
  position: absolute;
  left:800px;
  top:0;
  -webkit-animation: moveclouds 20s linear infinite;
-moz-animation: moveclouds 20s linear infinite;
-o-animation: moveclouds 20s linear infinite;
}
.cloud_up_three{
  position: absolute;
  left:1200px;
  top:0;
  -webkit-animation: moveclouds 30s linear infinite;
-moz-animation: moveclouds 30s linear infinite;
-o-animation: moveclouds 30s linear infinite;
}
.cloud_up_four{
  position: absolute;
  left:500px;
  top:40px;
  -webkit-animation: moveclouds 8s linear infinite;
-moz-animation: moveclouds 8s linear infinite;
-o-animation: moveclouds 8s linear infinite;
}
.cloud_down_block{
  position: relative;
}
.cloud_down_one{
  position: absolute;
  bottom: 0;
  left:500px;
  -webkit-animation: moveclouds 15s linear infinite;
-moz-animation: moveclouds 15s linear infinite;
-o-animation: moveclouds 15s linear infinite;
}

.cloud_down_two{
  position: absolute;
  bottom: 0;
  left:800px;
  -webkit-animation: moveclouds 20s linear infinite;
-moz-animation: moveclouds 20s linear infinite;
-o-animation: moveclouds 20s linear infinite;
}


.cloud_down_three{
  position: absolute;
  bottom: 0;
  left:1200px;
  -webkit-animation: moveclouds 30s linear infinite;
-moz-animation: moveclouds 30s linear infinite;
-o-animation: moveclouds 30s linear infinite;
}


@-webkit-keyframes moveclouds {
0% {margin-left: 1000px;}
100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
0% {margin-left: 1000px;}
100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
0% {margin-left: 1000px;}
100% {margin-left: -1000px;}
}
@media (max-width: 767px) {
  .fsm_three_block{
      padding: 10px;
  }
  .fsm_three_block99{
      margin-top:25px;
  }
  .fsm_three_block p{
      font-size:14px;
  }
}
@media (max-width: 384px) {
  .fsm_three_block p {
      height: 60px;
  }
}
@media (max-width: 330px) {
  .fsm_three_block p {
      font-size: 13px;
      height: 55px;
  }
}
/* animation end */
.fsm_three_inner h6{
  font-size:40px !important;
  text-align: center;
  color:#00B8F2;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  padding: 5px 0;
}

.marquee .marquee_text {
  display: inline-block;
  /* padding-left: 100%; */
  animation: marquee 30s linear infinite;
  /* animation: marquee_flip 26s linear infinite;  For left to right */
}
.marquee .marquee_text ul {
  display: inline-flex;
  font-size: 16px;
  text-transform: uppercase;
  list-style-position: inside;
  
}
.marquee .marquee_text ul.marquee-content-primary {
  padding-left: 0px;
}
.marquee .marquee_text ul > li {
  padding-inline: 7px;
}
.sidebar-menu li a i{
  font-size:17px;
}
.new_sidebar_submenu{
  display:none !important;
}
.sidebar-menu li.new_custom_dropdown > a::after{
  display:none !important;
}
.common_heading h1{
  color:#111827;
  font-size:25px !important;
  font-weight: 600;
}
.employee_profile_inner{
  margin-top:25px;
}
.employee_profile_inner_left, .employee_profile_inner_right{
  border:1px solid #d1d5db80;
  border-radius: 16px;
  background-color:#fff;
  overflow: hidden;
  position: relative;
}

.epilb_img_block{
  position: relative;
}
.epilb_img_block img{
  border-radius: 50%;
  border-color: #fff;
  border-width: 2px;
  border: 1px solid #d1d5db80;
  padding: 5px;
  background-color: #fff;
  height:200px;
  width:200px;
  object-fit: cover;
}
.epilb_img{
  margin-top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epilb_img_active{
  position: absolute;
  top: 70px;
  right:-5px;
  width: 20px;
  height: 20px;
  background: #0abd30;
  border-radius: 50%;
  border: solid 2px #fff;
}
.epilb_body{
  margin-top:30px;
  padding: 0 15px;
}
.epilb_body h2{
  color:#111827;
  font-size:22px !important;
  font-weight: 600;
  text-align: center;
  margin-bottom:0;
}
.epilb_body h3{
  color:#111827;
  font-size:18px !important;
  text-align: center;
  margin-bottom:0;
}
.epilb_body h3 span{
  color:#9a5dff;
  font-weight: 700;
  margin-left:5px;
}
.epilb_body p{
  color:#111827;
  font-size:14px !important;
  text-align: center;
  border-bottom:1px solid  #d1d5db80;
  padding-bottom:15px;
}
.employee_details h4{
  color:#111827;
  font-size:18px !important;
}
.employee_details ul{
  margin-top:20px;
  margin-bottom:20px;
}
.employee_details ul li, .epir_one_block_col ul li{
  display:flex;
  align-items: center;
  margin-bottom:5px;
}
.employee_details ul li .span_one, .epir_one_block_col ul li .span_one{
  width:40%;
  font-size:14px !important;
  color:#111827;
}
.epir_one_block_col ul li .span_one1{
  width:50%;
  font-size:14px !important;
  color:#111827;
}
.employee_details ul li .span_two, .epir_one_block_col ul li .span_two{
  width:60%;
  font-size:14px !important;
  color:#111827;
  font-weight:700;
}
.epir_one_block_col ul li .span_two2{
  width:50%;
  font-size:14px !important;
  color:#111827;
  font-weight:700;
}
.employee_profile_inner_right{
  padding: 20px 15px;
}
.epir_one_block h6{
  color: #111827;
  font-size: 18px !important;
  margin-bottom:20px;
}
.epir_one_block{
  border-bottom: 1px solid #d1d5db80;
  padding-bottom: 35px;
}
.epir_one_block1{
  padding-top:35px;
}
.epir_one_block2{
  border-bottom:unset;
}
.epir_one_block_col ul li i{
  color:#00B8F2;
  font-size:15px;
}
.span_two_span{
  display:flex;
  align-items: center;
}
.span_two_span span{
  margin-left:8px;
}
.fa-whatsapp{
  margin-left: 5px;
  color: #29880f !important;
  font-size: 20px !important;
  font-weight: 500;
}
.reporting_manager_block{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:23px;
}
.reporting_manager_img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #fff;
  box-shadow: 0 0 0 2px #279adc;
}
.reporting_manager_img img{
  object-fit: cover;
}
.password_profile_image_left, .password_profile_image_right{
  border: 1px solid #d1d5db80;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 15px;
  margin-top:25px;
}

.common_sub_sub_heading h3{
  color: #111827;
    font-size: 18px !important;
    margin-bottom:20px;
}
.common_password_button{
  background-color: #00B8F2 !important;
  color: #fff !important;
  font-size: 15px !important;
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
}
/* modal start */
.dashboard_modal_content_inner{
    margin: 5px;
    border-width: 2px;
    border:unset;
    background: linear-gradient(to top, #e8f5f9, #eff3ff);
    border-radius: 0.5rem;
}
.dashboard_close_btn{
  position: absolute;
  top: -5px;
  right: -16px;
  background-color: #00B8F2;
  color: #fff !important;
  opacity: 1;
  border-radius: 100%;
  --bs-btn-close-bg:url(../images/close.png);
  background-size: 13px 13px;
}
.dashboard_close_btn:hover{
  opacity: 1;
}
.dashboard_popup_h1{
  text-align: center;
  width:100%;
}
.popup_control{
  background-color: transparent;
  border:1px solid #487FFF;
  border-radius: 30px;
}
.dashboard_modal_header{
  border-bottom:unset;
}
.dashboard_modal_header{
  padding-bottom:0;
}
.profile_button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_file_control{
  padding: 0 20px;
}
@media (min-width: 576px) {
  .dashboard_modal_dialog {
      max-width: 400px;
  }
}
/* modal end */
.edit_image_block{
  display:flex;
  align-items: center;
  justify-content: center;
}
.edit_image_block img{
  border-radius: 50%;
  height:200px;
  width: 200px;
}
.profile_button{
  margin-top:10px;
}
.wellcome_fastinfo{
  color:#000 !important;
}
.apply_leave_block{
  border-left:3px solid rgba(13,202,240,1);
  padding: 25px;
  border-radius: 8px;
  background-color:#EFF6FF;
}
.apply_leave_block1{
  border-left:3px solid #FF9F29;
  background-color:#FEFCE8;
}
.apply_leave_block2{
  border-left:3px solid #45B369;
  background-color:#F0FDF4;
}
.apply_leave_block3{
  border-left:3px solid #EF4A00;
  background-color:#FEF2F2;
}
.custom_card_apply{
  padding:24px;
}
.apply_leave_one{
  margin-top:20px;
}
.apply_leave_block h3{
  font-size:20px !important;
  color:#111827;
  font-weight: 700;
 margin-bottom:0;
}
.apply_leave_block p{
  color:rgba(13,202,240,1);
  font-size:16px;
}
.apply_leave_block1 p{
  color:#FF9F29;
}
.apply_leave_block2 p{
  color:#45B369;
}
.apply_leave_block3 p{
  color:#EF4A00;
}
.custom_card_apply1{
  margin-top:30px;
  padding: 24px;
}
.custom_card_apply1 p{
  font-size:16px;
  color:#EF4A00;
  text-align: center;
}
.custom_card_apply1 p span{
  color:#111827;
  margin-right:6px;
}
.text_area_control{
  height: 2.75rem;
}
.pointer_class{
  cursor: pointer;
}
.leave_list_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.leave_list_table table th, .leave_list_table table td {
  text-align: center;
  padding: 8px;
  font-size: 14px;
}
.leave_list_table table th{
  white-space: nowrap;
  font-weight: 500;
}
.leave_list_table table th:nth-child(1){
  background-color: #EFF4FF;
  min-width: 80px;
}
.leave_list_table table th:nth-child(2){
  background-color:#EAFFF9;
  min-width: 200px;
}
.leave_list_table table th:nth-child(3){
  background-color:#FFF5E9;
  min-width: 120px;
}
.leave_list_table table th:nth-child(4){
  background-color:#F3EEFF;
  min-width: 500px;
}
.leave_list_table table th:nth-child(5){
  background-color:#FFF2FE;
  min-width: 500px;
}
.leave_list_table table th:nth-child(6){
  background-color:#EEFBFF;
  min-width: 130px;
}
.leave_list_table table th:nth-child(7){
  background-color:#EFF4FF;
  min-width: 300px;
}
.leave_list_table table th:nth-child(8){
  background-color:#EAFFF9;
  min-width: 400px;
}
.leave_list_table table th:nth-child(9){
  background-color:#F3EEFF;
  min-width: 150px;
}
.leave_list_table table th:nth-child(10){
  background-color:#FFF2FE;
  min-width: 150px;
}
.leave_list_table table th:nth-child(11){
  background-color:#EEFBFF;
  min-width: 400px;
}
.leave_list_table table th:nth-child(12){
  background-color:#EFF4FF;
  min-width: 200px;
}
.leave_list_table table th:nth-child(13){
  background-color:#FFF5E9;
  min-width: 200px;
}
.view_reason_a{
  color:#9a5dff;
  font-weight: 700;
}
.leave_reason_block p{
  margin-bottom:0;
  text-align: center;
}
.attendance_report_right h4{
  color: #111827;
  font-size: 16px !important;
}
.asb_list{
  display:flex;
  align-items: center;
}
.color_block{
  height:20px;
  width: 20px;
  border-radius: 5px;
  background-color: #EF4A00;
}
.color_block1{
  background-color: #45B369;
}
.color_block2{
  background-color: #FF9F29;
}
.asb_list_right p{
  margin-bottom:0;
  color: #111827;
  font-size: 14px !important;
  margin-left:6px;
}
.active_employee_wise_button{
  margin-left:80px;
}
.search_button{
background-color:rgba(20, 75, 214, 0.1490196078);
color:#144BD6;
font-size:14px;
}
.reset_button{
  background-color:rgba(69, 179, 105, 0.1490196078);
  color:#45B369;
  font-size:14px;
}
.note_block{
  margin-top:25px;
}
.note_block p span{
color:#000;
margin-right:5px;
}
.note_block p{
font-size:14px;
color:#EF4A00;
}
.ol-cards {
  --iconSize: 3rem;
  width: min(100%, 50rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  color: #222;
  list-style: none;
}
.ol-cards > li {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards > li > .icon {
  grid-area: icon;
  color: white;
  font-size: 3rem;
  width: calc(2 * 2rem + 3rem);
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * 2rem);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: calc(100% + calc(1rem * 2));
  left: 0;
  top: calc(1rem * -1);
  clip-path: polygon(0 1rem,100% 0,100% 100%,0 calc(100% - 1rem));
  background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.2));
  z-index: -1;
}
.ol-cards > li:nth-child(1) > .icon::before{
  background-color:#00B8F2;
}
.ol-cards > li:nth-child(2) > .icon::before{
  background-color:#8252E9;
}
.ol-cards > li:nth-child(3) > .icon::before{
  background-color:#a42dcd;
}
.ol-cards > li:nth-child(4) > .icon::before{
  background-color:#0097c7;
}
.ol-cards > li:nth-child(1) > .icon{
  background:#00B8F2;
}
.ol-cards > li:nth-child(2) > .icon{
  background:#8252E9;
}
.ol-cards > li:nth-child(3) > .icon{
  background:#a42dcd;
}
.ol-cards > li:nth-child(4) > .icon{
  background:#0097c7;
}
.title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
}
.ol-cards > li > .descr {
  grid-area: descr;
}
.li_div_block{
  display:flex;
  align-items: center;
}
.descr{
  margin-top:2px;
  margin-left:20px;
}
.span_star{
  color:red;
}
.exit_block_one p{
  font-size:14px;
  font-weight: 600;
}
.form_label9{
 height:50px;
}
.exit_interview_heading h4{
  font-size:19px !important;
  font-weight: 700;
}

.exit_interview_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.exit_interview_table table th, .exit_interview_table table td {
  text-align: left;
  padding: 8px;
}
.exit_interview_table table th{
  white-space:nowrap;
  font-size:14px;
  text-align: center;
}
.exit_interview_table table th:nth-child(1), .exit_interview_table table td:nth-child(1) {
min-width: 500px;
}
.exit_interview_table table th:nth-child(2), .exit_interview_table table td:nth-child(2) {
  min-width: 160px;
   text-align: center;
   
}
.exit_interview_table table td:nth-child(2) label, .exit_interview_table table td:nth-child(5) label{
  margin-left:60px;
}
.exit_interview_table table th:nth-child(3), .exit_interview_table table td:nth-child(3) {
  min-width: 100px;
   text-align: center;
}
.exit_interview_table table td:nth-child(3) label, .exit_interview_table table td:nth-child(4) label{
  margin-left:30px;
}
.exit_interview_table table th:nth-child(4), .exit_interview_table table td:nth-child(4) {
  min-width: 100px;
   text-align: center;
}
.exit_interview_table table th:nth-child(5), .exit_interview_table table td:nth-child(5) {
  min-width: 160px;
   text-align: center;
}
.exit_interview_table table th:nth-child(6), .exit_interview_table table td:nth-child(6) {
    min-width: 200px;
}

.exit_interview_table table td p{
  font-weight: unset;
}
.exit_interview_table table tr:nth-child(even){background-color: #f2f2f2}


/* custom check box start */

.container_block {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b1b1b1;
}

.container_block:hover input ~ .checkmark {
  background-color: #b1b1b1;
}

.container_block input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_block input:checked ~ .checkmark:after {
  display: block;
}

.container_block .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* custom check box end */
.exit_interview_table{
  margin-top:20px;
}


/* holiday list start */
.buttons-copy{
  background: linear-gradient(to right, #E6F9FF, #E6F9FF) !important;
  border:none !important;
  color: #00B8F2 !important;
}
.buttons-csv {
  background: linear-gradient(to right, #F7E9FF, #F7E9FF) !important;
  border:none !important;
  color: #8252E9 !important;
}
.buttons-excel{
  background: linear-gradient(to right, #E6EBFF, #E6EBFF) !important;
  border:none !important;
  color: #a42dcd !important;
}
.buttons-pdf{
  background: linear-gradient(to right, #E8FFF5, #E8FFF5) !important;
  border:none !important;
  color: #45B369 !important;
}
.buttons-print{
  background: linear-gradient(to right, #f7e0e4, #f7e0e4) !important;
  border: none !important;
  color: #cd475e !important;
}
#example_filter{
  margin-bottom:20px;
}
.common_data_table{
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td{
  text-align: center;
  font-size: 14px;
}
table.dataTable tbody th, table.dataTable tbody td {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background:none !important;
  border: none !important;
  color:#666 !important;
}
.table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button{
  background: linear-gradient(to right, #E6F9FF, #E6F9FF) !important;
  border:none !important;
  color: #00B8F2 !important;
}
.table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: linear-gradient(to right, #E6F9FF, #E6F9FF) !important;
  border:none !important;
  color: #00B8F2 !important;
}
.table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: #00B8F2 !important;
}
.table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: linear-gradient(to right, #E8FFF5, #E8FFF5) !important;
  border:none !important;
  color: #45B369 !important;
}
.table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .table-responsive-data2 .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover{
  color: #45B369 !important;
}
/* holiday list end */
.label_cross{
  margin-left:5px;
  color:#ff0000;
}
.label_check{
  margin-left:5px;
  color:#45B369;
}
.label_down_arrow{
  margin-left:5px;
  color:#a845b3;
}
.label_from_label{
  font-size:12px;
  white-space: nowrap;
}
.update_profile_button_block{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:30px;
}
.upbb_two{
  margin:0 15px;
  background-color:#8252E9 !important;
}
.upbb_three{
  background-color:#a42dcd !important;
}
.label_details{
  font-size:16px;
  border-bottom: 1px dashed #000;
}

/* yes no toggle button start */
.button-label h1 {
  font-size: 16px !important;
  margin-bottom: 0;
}

.button-wrap {
  position: relative;
}



.button-label {
  display: inline-block;
  padding: 10px 20px;
  margin: 0.5em;
  cursor: pointer;
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-label h1 {
  font-size: 1em;
  font-family: "Lato", sans-serif;
}

.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}



/* Styles for the first copy */
#yes-button1:checked + .button-label {
  background: #2ecc71;
  color: #efefef;
}

#yes-button1:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

#no-button1:checked + .button-label {
  background: #E30A0A;
  color: #efefef;
}

#no-button1:checked + .button-label:hover {
  background: #E30A0A;
  color: #e2e2e2;
}

#yes-button1:checked + .button-label h1 {
  color: #ffffff !important;
}

#no-button1:checked + .button-label h1 {
  color: #ffffff !important;
}

/* Styles for the second copy */
#yes-button2:checked + .button-label {
  background: #2ecc71;
  color: #efefef;
}

#yes-button2:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

#no-button2:checked + .button-label {
  background: #E30A0A;
  color: #efefef;
}

#no-button2:checked + .button-label:hover {
  background: #E30A0A;
  color: #e2e2e2;
}

#yes-button2:checked + .button-label h1 {
  color: #ffffff !important;
}

#no-button2:checked + .button-label h1 {
  color: #ffffff !important;
}

.hidden {
  display: none;
}
.exit_interview_button{
  margin-top:45px;
}
/* yes no toggle button end */
.ctc_annexure_block{
  border:1px solid #D1D5DB;
}
.ctc_annexure_block_header{
  background-color:#f5f6fa;
  padding:20px 10px;
}
.ctc_annexure_block_header{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.ctcabh_left img{
  width:200px;
}
.ctcabh_right h2{
  font-size: 20px !important;
}
.ctc_annexure_block_body{
    margin: 20px 10px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
}
.ctc_p_bold p, .ctc_p p{
  font-size:14px !important;
  margin-bottom:0;
}
.ctc_p_bold p{
  font-weight: 700;
}
.ctc_p_bold_flex{
  display:flex;
  white-space: nowrap;
}
.payments_deductions{
  margin:0 10px;
  border:1px solid #dbdbdb;
  margin-bottom:20px;
}
.pdl_heading h3{
  font-size:16px !important;
  font-weight: 700;
  margin-bottom:0;
}
.payments_deductions_left{
  border-right:1px solid #dbdbdb;
}
.pdl_heading{
  border-bottom: 1px solid #dbdbdb;
  padding:15px;
}
.col_right_padding{
  padding-right:0;
}
.col_left_padding{
padding-left: 0;
}
.col_right  h3{
  text-align: right;

}
.pdl_body{
  margin-top:35px;
  padding: 0 15px;
}
.left_h2 h2, .left_p p{
  font-size:14px !important;
}
.left_p p{
  text-align: right;
}
.cash_in_hand{
  display:flex;
  justify-content: center;
  margin-bottom:20px;
}
.cash_in_hand h5{
  font-size: 18px !important;
  font-weight: 700;
}
.cash_in_hand h6{
  font-size: 18px !important;
  margin-left:9px;
}
/* salaryslip popup start */

/* salaryslip popup end */
/* Monthly Attandance Report start */
#monthly_attandance_report thead tr th{
  background: #e9f3ff;
  vertical-align: middle;
  white-space: nowrap;
  color: #5294e9;
  border-bottom:1px solid #be52e9;
}
#monthly_attandance_report{
  padding-top:40px;
  margin: unset;
}
.attandance_table99 .table-hover>tbody>tr:hover>*{
  --bs-table-bg-state: unset;
}
.emp_not_leave{
  background-color: #d4c9f1;
    padding: 15px;
    width:400px;
}
.attandance_table99 table.dataTable tbody td {
  padding: 0 2px 0 0;
  margin-right: 10px;
}

.arm_login, .arm_logout, .arm_break_time, .arm_lunch_break_time{
  text-align: left;
}
.arm_div p{
  margin-bottom:0;
  font-size:15px;
  color:#6624d1;
  font-weight:600;
}
.arm_logout_time{
  color:#E30A0A;
}
.arm_div{
  display:flex;
  justify-content: space-between;
  margin-bottom:10px;
}
/* Monthly Attandance Report end */

.top_bar_recharge p{
  height: 2rem !important;
  background-color:#000000;
  color:#ffffff;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 30px;
}
.top_bar_recharge p i{
  margin-right:6px;
}
.iub_block_inner{
  display:flex;
  align-items: center;
  justify-content: center;
}
.iub_block{
  height: 150px;
  width: 250px;
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.iub_block_button{
  margin-left:20px;
}
.calendar_span{
  height: 2.75rem;
}
.dropdown{
  margin-bottom:10px;
}
.home_block{
  display: flex;
      align-items: center;
      padding: 25px;
      background: #918ef7;
      border-radius: 10px;
      box-shadow: 0 3px 6px #dfdfdf;
      justify-content: space-between;
}
.home_block i{
  padding: 3px;
    width: 50px;
    height: auto;
    margin-right: 2px;
    background: none;
    font-size:30px;
    color:#ffffff;
}
.home_block p span{
  color:#ffffff;
  font-size:16px;
  font-weight: bold;
}
.new_block_span{
  font-size:22px !important;
}
.home_block_two{
  background-color:#edb53b;
}
.active_span{
  color:green !important;
}
.deactivate_span{
  color:red !important;
}
.notification_block_inner{
  background-color:#d43f3a42;
  border-radius: 4px;
}
.notification_block_inner p{
  color: #d43f3a;
  font-size:14px;
  padding: 5px;
  text-align: center;
}
.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
      background: #fff;
  }
  50% {
      background: #ff000038;
  }
  100% {
      opacity: #ff00004a;
  }
}
@media (max-width: 768px) {
  .update_profile_button_block{
    flex-direction: column;
  }
  .upbb_two{
    margin:15px 0;
  }
  .sidebar-logo img{
    width: 195px;
  }
  .switch_button_block{
    position: absolute;
    top: 64px;
    left: 0;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #00b8f2;
    width: 100%;
    justify-content: center;
  }
  .dropdown-menu-lg{
    width:320px;
  }
  .switch_button_block_label{
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
    color:#fff;
  }
  .dashboard-main-body{
    margin-top:50px;
  }
  .login_logout_time_table{
    grid-template-columns: repeat(2,1fr);
  }
  .fsm_three_inner h6 {
    font-size: 37px !important;
  }
  .d-footer div p{
    font-size:14px !important;
  }

  .epir_one_block_col ul li .span_one1{
    width:40%;
  }
  .epir_one_block_col ul li .span_two2{
    width:60%;
  }
  .employee_profile_inner_right{
    margin-top:30px;
  }
  .dashboard_modal_content{
    margin-top:18px !important;
    width: 95%;
    margin: 0 auto;
  }
  .apply_leave_block1, .apply_leave_block2, .apply_leave_block3 {
    margin-top:20px;
  }
  .custom_card_apply1 p{
    font-size: 14px;
    line-height: 20px;
  }
  .attendance_report_right{
    margin-top:25px;
  }
  .active_employee_wise_button{
    margin-left:0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reset_button{
    margin-left:20px;
  }
  .li_div_block{
    flex-direction: column;
    align-items: flex-start;
  }
  .descr {
    margin:0;
}
  .ol-cards > li{
    padding: 1rem 1rem 1rem 0;
    gap: 10px;
  }
  .descr{
    font-size:14px;
  }
  .ol-cards > li > .icon {
    grid-area: icon;
    color: white;
    font-size: 2rem;
    width: calc(2* 2rem + 3rem);
    padding-block: .6rem;
    border-radius: 0 5rem 5rem 0;
    margin-inline-start: calc(-1* 1.5rem);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    display: grid;
    place-items: center;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: calc(100% + calc(1rem* 2));
  left: 0;
  top: calc(1rem* -1);
  clip-path: polygon(0 1rem, 100% 0, 100% 100%, 0 calc(100% - 1rem));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  z-index: -1;
}
.title {
  font-size: 16px;
  white-space: nowrap;
}
.custom_card_apply_annexure{
  padding: 12px;
}
.pdl_heading h3 {
  font-size: 15px !important;
}
.col_right_padding {
  padding-right:12px;
}
.col_left_padding{
  padding-left:15px;
}
.payments_deductions_left {
   border-right:unset; 
}
.pdl_heading_right{
  border-top: 1px solid #dbdbdb;
}
.iub_block_inner{
  flex-direction: column;
}
.iub_block_button{
  margin-top:20px;
}
}
@media (max-width: 410px) {
  .dropdown-menu-lg{
    width:290px;
  }
}
@media (max-width: 400px) {
  .employee_details ul li .span_one, .epir_one_block_col ul li .span_one, .employee_details ul li .span_two, .epir_one_block_col ul li .span_two{
    font-size: 13px !important;
  }
}
@media (max-width: 380px) {
  .dropdown-menu-lg{
    width:290px;
  }
}
@media (max-width: 376px) {
  .employee_details ul li .span_one, .epir_one_block_col ul li .span_one, .employee_details ul li .span_two, .epir_one_block_col ul li .span_two{
    font-size: 12px !important;
  }
}
@media (max-width: 375px) {
  .dropdown-menu-lg{
    width:270px;
  }
}

@media (max-width: 358px) {
  .switch_button_block{
    padding-left:0px;
  }
}
@media (max-width: 352px) {
  .employee_details ul li .span_one, .epir_one_block_col ul li .span_one, .employee_details ul li .span_two, .epir_one_block_col ul li .span_two{
    font-size: 11px !important;
  }
}
@media (max-width: 345px) {
  .custom_form_switch1 {
    margin-left: 3px;
}
.custom_form_switch {
  gap: 5px;
}
}
@media (max-width: 328px) {
  .employee_details ul li .span_one, .epir_one_block_col ul li .span_one, .employee_details ul li .span_two, .epir_one_block_col ul li .span_two{
    font-size: 10px !important;
  }
}
