/* Premium UI - Font & Theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('premium-theme.css');

span.help-block.form-error {
    display: block;
    width: 100%;
}
.form-group.has-error .help-block {
    color: #dd4b39;
}
.comp_logo_box {
    margin-bottom: 20px;
}
.comp_logo_img {
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}
.comp_logo_img img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
}
a.othermodules_boxs span.info-box-text {
    color: #212529;
}
.othermodules {
    margin-top: 30px;
    margin-bottom: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 5px 0 0 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14); }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0;
  font-size: 14px; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
  color: gray; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 5px 0;
  color: #000;
  display: block; }

.multiselect-container > li > a > label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .multiselect-container > li > a > label:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: transparent;
    margin-right: 15px;
    vertical-align: middle; }

.multiselect-container > li.active > a > label:before {
  font-family: 'fontAwesome';
  content: "\f00c";
  color: #fff;
  background-color: #52de97;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

.btn-group {
  height: 52px;
/*  width: calc(100% - 150px); */
  width: 100%;  
}
  .btn-group button {
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    padding: 0 10px;
    text-align: left;
    position: relative; }
    .btn-group button:after {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #999999; }
    .btn-group button:focus {
      -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
      box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
      padding: 0 10px; }
    
span.select2-selection.select2-selection--single {
    padding: 7px 8px;
    height: 38px;
}
span.select2-selection__arrow {
    height: 100% !important;
}
.select2-container{
    display: block !important; 
}
.geomap {
    height: 400px;
    width: 100%;
}
img.img-thumbnail.empy_pic {
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    height: 51px;
}
.empy_steps {
    margin: 10px auto;
    border-bottom: none !important;
}
.empy_steps li.nav-item {
    margin: 0 10px;
}
.empy_steps li a.active {
    background: #28a745 !important;
    color: #fff !important;
    border: #28a745 !important;
}
.empy_steps li a {
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    color: #212529;
}
.weekdays_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.employee_details {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}
.name_img_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.empy_img_box {
    width: 89px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
    border-radius: 50%;
    padding: 5px;
    height: 89px;
    position: relative;
}
.empy_img_box img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.depart_desg span {
    color: #212529;
    font-size: 12px;
    font-weight: 600;
}
.contact_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_box span {
    margin: 0 10px;
}
.contact_box span a i.fa.fa-whatsapp {
    color: #25D366;
    font-size: 31px;
}
.contact_box span a i.fa.fa-phone {
    color: #6610f2;
    font-size: 31px;
}
span.upload_img_btn {
    position: absolute;
    bottom: 0;
    right: 11px;
    background: #6610f2;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
span.upload_img_btn i {
    font-size: 13px;
    color: #fff;
}
.work_box {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #cbc9c9;
}
span.work_count {
    font-weight: bold;
}
.work_box span {
    font-size: 20px;
    margin: 0 10px;
}
.attend span {
    color: #696868;
}
.pending span {
    color: #dc3545;
}
.complete span {
    color: #28a745;
}
.empy_view_butns {
    width: 95%;
}
.id_proof_box {
    border-radius: 10px;
    position: relative;
}
.id_proof_box img {
    border-radius: 10px;
}
span.del_id_proof_btn {
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    top: -8px;
    right: 3px;
    background: red;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
span.del_id_proof_btn a i {
    color: #fff;
}
.empy_salary_section ul {
    list-style: none;
    padding-left: 0px;
}
.amount_box {
    border: 1px solid #b3b3b3ab;
    border-radius: 10px;
}
.amount_box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.amount_box_salary_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.amount_box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.remain_amount_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
form.filter_date_sec {
    display: flex;
    align-items: center;
/*    justify-content: end;*/
    justify-content: flex-end;
}
.filter-footer {
    margin-left: 10px;
}
.week_name_row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 20px;
}

.caledar_days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar_day {
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    cursor: pointer;
}

.day-number {
    text-align: center;
    font-weight: bold;
}

.week_name_row .day {
    text-align: center;
    font-weight: bold;
}
.week_name_row .day {
    text-align: center;
}
.calendar_day.empty {
    border: none;
}
.calendar_day.empty .day-number {
    display: none;
}
.attendance_count_box {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #b2bebc;
    padding: 15px 5px;
    font-size: 12px;
}
.attendance_count_box .attendance_count_text {
    color: #696868;
    font-weight: bold;
}
.attendance_count_no {
    font-size: 23px;
}
.present .attendance_count_no {
    color: #159e50;
}
.absent .attendance_count_no {
    color: #dc3545;
}
.halfday .attendance_count_no {
    color: #ffab40;
}
.leave .attendance_count_no {
    color: #dd06f8;
}
.update_attendance_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 20px 0;
}
a.update_attendance_btn {
    padding: 6px 20px;
    border-radius: 50px;
}
ul.punches {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.punches li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
    margin-bottom: 30px;
}
.punchbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.pucnhpic {
    width: 96px;
    height: 69px;
    display: block;
    border-radius: 50%;
    border: 1px solid #b3b3b3;
    padding: 3px;
    text-align: center;
}
span.pucnhpic_detail {
    width: 100%;
}
span.pucnhpic b {
    font-size: 12px;
    text-align: center;
}
span.pucnhpic img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.punchedit span#showtime {
    background: #6c757d;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    padding-left: 3px;
    cursor: pointer;
}
a.addpunchbtn {
    color: #F73C6B;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.punchbox span {
    font-size: 14px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1050;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
}

.closetime {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: bold;
}

.addclosetime {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeinput label {
    display: block;
    text-align: left;
}
.timeinput form {
    display: flex;
}
.timeinput form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.timebtn-footer {
    padding: 0px 10px;
    margin-top: 15px;
}

span.select2.select2-container {
    /* display: block; */
    /* width: 100%; */
    height: calc(2.25rem + 2px);
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.addbtn_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 8px;
}
.empviewdetail_box {
    border-radius: 10px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empviewdetail_box img.img-thumbnail.empy_pic {
    width: 75px;
    height: 76px;
}
a.visiticon {
    border-radius: 50%;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.display-area div#compimgs button.slick-arrow {
    border-radius: 50%;
    border: 1px solid #dc3545;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #fff;
    width: 30px;
    height: 30px;
}
.display-area {
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    border: 1px solid #b3b3b387;
}
.img-card a img {
    border-radius: 8px;
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.slick-next {
    right: -35px !important;
}
.slick-prev {
    left: -34px !important;
}
.slick-prev:before, .slick-next:before {
    color: #dc3545 !important;
    font-weight: bold;
}
.slick-slide {
    margin-left:27px;
}

/* the parent */
.slick-list {
    margin-left:-27px;
}
.description_box {
    padding: 15px;
    border-radius: 8px;
    margin-top: 5px;
}
.part_left_box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.part_img_box {
    width: 60px;
    height: 60px;
}
img.comp_part_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
span.service_box {
    background: #d81b60;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
span.service_box i {
    font-size: 28px;
}
.part_detail_box span {
    display: block;
}
.part_price_box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
span.part_type_title {
    margin-top: 4px;
}
.aprt_exp_box {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 4px;
}
.part_box {
    padding: 15px;
    border-radius: 8px;
    margin-top: 5px;
    border: 1px solid #b3b3b394;
}
.compreopencheck {
    padding: 30px 30px;
}
a.expinv {
    padding: 6px 10px;
    border: 1px solid;
    border-radius: 5px;
}
.expinv_box {
    width: 30%;
    position: relative;
}
span.del_exp_inv {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 4px;
    padding: 5px 9px;
    position: absolute;
    top: 0;
    right: 0px;
}
span.select2-dropdown.select2-dropdown--below {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
ul.notifications_sec {
    list-style: none;
    padding-left: 0px;
}
ul.notifications_sec li {
    border: 1px solid #b3b3b385;
    border-radius: 10px;
    margin: 15px 0;
    padding: 15px;
}
.notify_inner_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notify_detail_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
form.filtercomp_date_sec {
    display: flex;
    align-items: center;
    justify-content: start;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #7342E8;
    display: inline-block;
    position: absolute;
    left: 28px;
    width: 6px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 60px 0;
    padding-left: 49px;
    display: flex;
    justify-content: space-between;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #7342E8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li:first-child {
  margin-top: 0px;
}
ul.timeline > li:last-child {
  margin-bottom: 0px;
}
.notify_btn {
    font-size: 22px;
}
.notify_btn span {
    font-size: 13px;
    top: 6px;
    right: 12px;
}
/* Company logo in header: layout in premium-theme.css (.emp-logo-link, .emp-logo-thumb, .emp-logo-img) */
li.nav-item.emp-logo {
    text-align: left;
}
.brand-link .brand-image {
/*    max-height: 51px;*/
    max-height: 76px;
    float: unset;
}
a.brand-link {
    border: none !important;
    text-align: center !important;
}
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(7.5rem + 1px);
}
.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(4.5rem + 3px);
}
body.sidebar-mini.sidebar-collapse .brand-link .brand-image {
    max-height: 40px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 2%);
}
.icon .icon_img_box{
    position: absolute;
    left: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;  
}
.icon .icon_img_box img.icon_img {
/*    width: 90px;*/
    width: 63px;
}
.newinner_box h5 {
    font-size: 14px;
}
.newinner_box{
    text-align: right;
}
.newinner_box p {
    text-align: left;
    padding-top: 16px;
    margin-bottom: 0px;
}
.small-box {
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.newinner_box h5:first-child {
    margin-top: 21px;
}
.newinner_box p {
    text-align: left;
    padding-top: 25px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
}
img.icon_img.last_box_img {
/*    width: 75px !important;*/
    width: 63px !important;
}
.infolink {
    font-size: 22px;
    padding-top: 2px;
}
.route_time {
    width: 40%;
}
.btn-maroon {
    color: #fff;
    background-color: #d81b60;
    border-color: #d81b60;
    box-shadow: none;
}
.btn-maroon:hover {
    color: #fff;
    background-color: #d81b60;
    border-color: #d81b60;
}
.route_list_view_sec {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 0px;
    overflow-y: scroll;
}
.routebtn{
    border: 1px solid #17a2b8;
    color: #17a2b8;
}
ul.timeline {
    padding: 10px;
    margin-bottom: 0;
}
.sidebar_footer {
/*    position: absolute;
    bottom: 30px;*/
}
.sidebar_footer p {
    color: #c2c7d0;
}
a.nav-link.currentlink {
    color: #d81b60 !important;
}
.unpaidleave .attendance_count_no {
    color: #0073b1;
}
.define_color_section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #b2bebc;
}
.define_color_innersection h5 {
    text-align: center;
}
ul.color_box_ist {
    list-style: none;
    padding-left: 0px;
}
ul.color_box_ist li {
    margin: 10px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
}
ul.color_box_ist li span {
    font-size: 12px;
    font-weight: bold;
}
.color_box {
    width: 36px;
    height: 23px;
    display: block;
}
span.present_box {
    background: #159e50;
}
span.absent_box {
    background: #dc3545;
}
span.halfday_box {
    background: #ffab40;
}
span.paidleave_box {
    background: #dd06f8;
}
span.unpaidleave_box {
    background: #0073b1;
}
.daycontent {
    padding: 10px;
}
.left_dash_view_sec {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-top: 10px;
    padding: 20px 0px;
}
h3.card-title {
    font-size: 14px;
}
.left_border {
    border-left: 1px solid #b2bebc;
}
.update_attendance_row a {
    font-size: 13px;
}
span.select2.select2-container {
    width: 100% !important;
}

.punch_image{
    width: 79px !important;
}    

@media only screen and (max-width: 1440px) {
/*    .empy_img_box {
        height: 73px;
    }*/
    .default_case_prof_img {
        height: 60px;
    }
    .atten_case_prof_img {
        height: 77px;
    }
}


.distance_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* ===== Update Profile — premium Select2 (state / city) =====
   Resets legacy .select2-container box styles on this page and aligns
   selection UI with premium .form-control (radius, border, focus ring). */
.update-profile-page span.select2.select2-container {
    height: auto !important;
    min-height: 0 !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.update-profile-page .select2-container {
    display: block !important;
    width: 100% !important;
}

/* Single selection: fixed height + position:relative so the arrow stays inside the box */
.update-profile-page .select2-container--bootstrap4 .select2-selection.select2-selection--single {
    position: relative !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border: 1px solid var(--premium-border, #e2e8f0) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 1rem !important;
    padding-right: 2.75rem !important;
    color: var(--premium-text, #1e293b) !important;
    font-weight: 500 !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: var(--premium-text-muted, #64748b) !important;
    font-weight: 400 !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 0 !important;
    right: 10px !important;
    bottom: 0 !important;
    left: auto !important;
    height: auto !important;
    width: 1.75rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-color: var(--premium-text-muted, #64748b) transparent transparent transparent !important;
    border-width: 5px 5px 0 5px !important;
}

.update-profile-page .select2-container--bootstrap4.select2-container--focus .select2-selection,
.update-profile-page .select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: var(--premium-primary, #4f46e5) !important;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15) !important;
}

.update-profile-page .select2-container--bootstrap4.select2-container--disabled .select2-selection {
    background-color: var(--premium-surface, #f8fafc) !important;
    cursor: not-allowed !important;
    opacity: 0.85 !important;
}

.update-profile-page .select2-dropdown {
    border: 1px solid var(--premium-border, #e2e8f0) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-results__option {
    padding: 0.5rem 1rem !important;
    font-size: 0.9375rem !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-results__option--highlighted {
    background: linear-gradient(135deg, var(--premium-primary, #4f46e5) 0%, var(--premium-primary-light, #6366f1) 100%) !important;
    color: #fff !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background-color: rgba(79, 70, 229, 0.1) !important;
    color: var(--premium-primary-dark, #4338ca) !important;
    font-weight: 600 !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    border: 1px solid var(--premium-border, #e2e8f0) !important;
    padding: 0.45rem 0.75rem !important;
}

.update-profile-page .select2-container--bootstrap4 .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--premium-primary, #4f46e5) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.12) !important;
}

/* Premium Select2 style for employee add/edit country-state-city */
.employee-form-page .select2-container {
    display: block !important;
    width: 100% !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-selection.select2-selection--single {
    position: relative !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border: 1px solid var(--premium-border, #dbe4f3) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 1rem !important;
    padding-right: 2.75rem !important;
    color: var(--premium-text, #1e293b) !important;
    font-weight: 500 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: var(--premium-text-muted, #64748b) !important;
    font-weight: 400 !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 0 !important;
    right: 10px !important;
    bottom: 0 !important;
    left: auto !important;
    height: auto !important;
    width: 1.75rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-color: var(--premium-text-muted, #64748b) transparent transparent transparent !important;
    border-width: 5px 5px 0 5px !important;
}

.employee-form-page .select2-container--bootstrap4.select2-container--focus .select2-selection,
.employee-form-page .select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: var(--premium-primary, #4f46e5) !important;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15) !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-selection--single:focus,
.employee-form-page .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered:focus {
    outline: none !important;
}

/* Employee list table: compact premium look */
.employee-list-premium thead th {
    font-size: 11px !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
}
.employee-list-premium tbody td {
    font-size: 12px;
    line-height: 1.35;
    vertical-align: middle;
}
.employee-list-premium .employee-status-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
}
.employee-list-premium .btn {
    font-size: 11px;
}

.employee-form-page .select2-dropdown {
    border: 1px solid var(--premium-border, #dbe4f3) !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 28px -10px rgba(15, 23, 42, 0.28) !important;
    overflow: hidden !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-results__option {
    padding: 0.5rem 1rem !important;
    font-size: 0.9375rem !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-results__option--highlighted {
    background: linear-gradient(135deg, var(--premium-primary, #4f46e5) 0%, var(--premium-primary-light, #6366f1) 100%) !important;
    color: #fff !important;
}

.employee-form-page .select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background-color: rgba(79, 70, 229, 0.1) !important;
    color: var(--premium-primary-dark, #4338ca) !important;
    font-weight: 600 !important;
}

/* Premium jQuery UI datepicker skin for dd/mm/yyyy fields */
.ui-datepicker {
    width: 18rem;
    padding: 0.5rem;
    border: 1px solid #d8def0 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 35px rgba(28, 38, 74, 0.14) !important;
    z-index: 2000 !important;
}

.ui-datepicker .ui-datepicker-header {
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #fff !important;
    padding: 0.55rem 0.6rem !important;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 600;
    font-size: 0.92rem;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0.42rem !important;
    width: 1.7rem !important;
    height: 1.7rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev { left: 0.45rem !important; }
.ui-datepicker .ui-datepicker-next { right: 0.45rem !important; }

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.ui-datepicker table {
    margin-top: 0.45rem !important;
    font-size: 0.89rem !important;
}

.ui-datepicker th {
    color: #64748b !important;
    font-weight: 700 !important;
    padding: 0.35rem 0.2rem !important;
}

.ui-datepicker td {
    padding: 0.12rem !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
    border: 0 !important;
    border-radius: 8px !important;
    text-align: center !important;
    padding: 0.4rem 0 !important;
    background: transparent !important;
    color: #0f172a !important;
}

.ui-datepicker td a:hover {
    background: #eef2ff !important;
    color: #312e81 !important;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-active:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.35) !important;
}

.ui-datepicker td .ui-state-highlight {
    background: #ede9fe !important;
    color: #5b21b6 !important;
}

/* Premium style for employee password generator controls */
.empy-password-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.45rem;
}

.empy-password-generate {
    border-color: var(--premium-primary, #4f46e5) !important;
    color: var(--premium-primary, #4f46e5) !important;
    font-weight: 600;
}

.empy-password-generate:hover {
    background: linear-gradient(135deg, var(--premium-primary, #4f46e5) 0%, var(--premium-primary-light, #6366f1) 100%) !important;
    color: #fff !important;
}

.empy-password-group .form-control {
    border-right: 0 !important;
}

.empy-password-group .input-group-append .empy-password-btn {
    border-color: var(--premium-primary, #4f46e5) !important;
    color: var(--premium-primary, #4f46e5) !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.empy-password-group .input-group-append .empy-password-btn:hover {
    background: linear-gradient(135deg, var(--premium-primary, #4f46e5) 0%, var(--premium-primary-light, #6366f1) 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.2);
}

.empy-password-group .input-group-append .empy-password-btn + .empy-password-btn {
    border-left: 0 !important;
    min-width: 44px;
}

/* Premium polish for announcement and expense pages */
.announcement-page .card,
.office-expense-page .card {
    border-radius: 14px;
    border: 1px solid #e7ebf3;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.announcement-page .card-header,
.office-expense-page .card-header {
    border-bottom: 1px solid #edf1f7;
    background: #fff;
}

.announcement-page .table thead th,
.office-expense-page .table thead th {
    background: #f8fafc;
    color: #334155;
    font-weight: 600;
}

.expcat-page .table thead th {
    background: #f8fafc;
    color: #334155;
    font-weight: 600;
}