.emp-dir-wrap {
    display: grid;
    grid-template-columns: 272px 1fr;
    gap: 30px
}



.emp-sidebar .emp-side-title {
    color: #000;
    margin: 0 0 10px 0;    margin-top: -12px;
}

.emp-searchbox {
    display: flex;
    gap: 10px;
    align-items: center;
    
}

.emp-searchbox input {
    flex: 1;
        padding: 9.5px 20px;
    border: 1.5px solid #00000033;
    border-radius: 999px;
    outline: none;
    max-width: 216px;
        font-size: 17px;
}

.emp-sidebar .emp-searchbox button{
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1.5px solid #D21900;
    background: #fff;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5487 11.3571C13.4778 11.3571 15.8523 8.98265 15.8523 6.05357C15.8523 3.12449 13.4778 0.75 10.5487 0.75C7.61961 0.75 5.24512 3.12449 5.24512 6.05357C5.24512 8.98265 7.61961 11.3571 10.5487 11.3571Z" stroke="%23D21900" stroke-width="1.5"/><path d="M12.0203 4.48539C11.8755 4.2674 11.6839 4.08431 11.4596 3.94935C11.2353 3.81438 10.9838 3.73093 10.7233 3.70499C10.4628 3.67905 10.1998 3.71129 9.95331 3.79937C9.70679 3.88746 9.48292 4.02919 9.29785 4.21432" stroke="%23D21900" stroke-width="1.5"/><path d="M0.530273 16.0716L6.79794 9.80396" stroke="%23D21900" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
}
.emp-sidebar .emp-searchbox button:hover,.emp-sidebar .emp-searchbox button:focus{
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5487 11.3571C13.4778 11.3571 15.8523 8.98265 15.8523 6.05357C15.8523 3.12449 13.4778 0.75 10.5487 0.75C7.61961 0.75 5.24512 3.12449 5.24512 6.05357C5.24512 8.98265 7.61961 11.3571 10.5487 11.3571Z" stroke="%23ffffff" stroke-width="1.5"/><path d="M12.0203 4.48539C11.8755 4.2674 11.6839 4.08431 11.4596 3.94935C11.2353 3.81438 10.9838 3.73093 10.7233 3.70499C10.4628 3.67905 10.1998 3.71129 9.95331 3.79937C9.70679 3.88746 9.48292 4.02919 9.29785 4.21432" stroke="%23ffffff" stroke-width="1.5"/><path d="M0.530273 16.0716L6.79794 9.80396" stroke="%23ffffff" stroke-width="1.5"/></svg>');
}
.emp-filter-group {
    margin-top: 18px
}

.emp-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.emp-filter-head h4 {
    margin: 0 0 10px 0;
    color: #000;
}

.emp-toggle{
    cursor: pointer;
    user-select: none;
    font-size: 0;
    height: 16px;
    width: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 6L8 11L13 6" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    margin: 0 0 10px 0;
    
}
.emp-toggle.is-open{
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 13L11 8L6 3" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.emp-toggle:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.emp-check {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    position: relative;

}

.emp-check input {
    width: 16px;
    height: 16px
}

.emp-check-name{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000000A8;
    margin-left: 35px;
}

.emp-count{
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
    color: #00000054;

}

.emp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px
}

.emp-card { 
    overflow: hidden;
    margin-bottom: 10px;
}

.emp-card .emp-card-img img{
    width: 100%;
    height: 272px;
    object-fit: cover;
    display: block;
}
.emp-card .emp-card-img{
    margin-bottom: 20px;
}


.emp-card  .emp-card-body .emp-name {
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.emp-card  .emp-card-body .emp-desc{
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #00000080;
    margin-bottom: 5px;
}

.emp-email {
    margin-top: 10px;
}
a.emp-email{
    display: inline-block;
    position: relative;
        margin-top: 0;
}

a.emp-email:after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 1px;
    background-color: #D21900;
    position: absolute;
    left: 0;
    bottom: 6px;

}


.emp-department{
   color: #000000A8;
    margin-bottom: 8px;

}

.emp-pagination {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 0;
    align-items: center
}

.parent-pagination {
    width: 100%;
    grid-column: 2;    margin-top: 54px;
}

.emp-page {
    min-width: 46px;
    height: 46px;    
    opacity: 1;
    border-radius: 46px;
    border: 1.5px solid #D21900;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;

}
.emp-meta-row.emp-location {
    border-top: 1.5px solid #001E601A;
    border-bottom: 1.5px solid #001E601A;
    padding-top: 1px;
    padding-bottom: 2px;
    line-height: 44px;
    font-size: 13px;
    letter-spacing: 7%;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #00000080;
    text-transform: uppercase;
    background-image: url('data:image/svg+xml,<svg width="19" height="22" viewBox="0 0 19 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.32143 16.2285C1.33138 16.7397 0.75 17.3632 0.75 18.036C0.75 19.7718 4.61953 21.1788 9.39286 21.1788C14.1662 21.1788 18.0357 19.7718 18.0357 18.036C18.0357 17.3632 17.4543 16.7397 16.4643 16.2285" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.4651 7.82143C16.4651 12.5823 11.461 16.1657 10.116 17.0429C9.90053 17.1834 9.65092 17.25 9.39369 17.25C9.13647 17.25 8.88686 17.1834 8.6714 17.0429C7.32642 16.1657 2.32227 12.5823 2.32227 7.82143C2.32227 3.91599 5.48825 0.75 9.39369 0.75C13.2991 0.75 16.4651 3.91599 16.4651 7.82143Z" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.64258 7.42773C6.64258 8.15708 6.93231 8.85655 7.44803 9.37228C7.96376 9.888 8.66323 10.1777 9.39258 10.1777C10.1219 10.1777 10.8214 9.888 11.3371 9.37228C11.8528 8.85655 12.1426 8.15708 12.1426 7.42773C12.1426 6.69839 11.8528 5.99892 11.3371 5.48319C10.8214 4.96747 10.1219 4.67773 9.39258 4.67773C8.66323 4.67773 7.96376 4.96747 7.44803 5.48319C6.93231 5.99892 6.64258 6.69839 6.64258 7.42773Z" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 34px;
}


a.emp-email{
    line-height: 28px;
    color: #D21900;
}
a.emp-email:hover{
    color: #00000080;
}

a.emp-email:hover:after{
     background-color: #00000080;
}
.emp-grid .custom-loader {
    text-align: center;
    margin: 0 auto;
    grid-column: 2;
}
p.no-employee {
    grid-column: 2;
}
.emp-page:hover {
   background: #D21900;
    color: #fff;
    border-color: #D21900;
}

.emp-page.is-active {
   background: #D21900;
    color: #fff;
    border-color: #D21900;
}

.emp-prev,.emp-next{
 font-size: 0;
background-repeat: no-repeat;
background-position: center center;
border: none;
}
.emp-prev{
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 0.75L0.75 7.75L7.75 14.75" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.emp-next{   
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 0.75L7.75 7.75L0.75 14.75" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
 

}
.emp-next:hover{
    background-color: transparent;
    opacity: 0.5;
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 0.75L7.75 7.75L0.75 14.75" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
    background-position: center center;
    border: none;
}

.emp-prev:hover{
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 0.75L0.75 7.75L7.75 14.75" stroke="%23D21900" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        
    opacity: 0.5;
            background-repeat: no-repeat;
    background-position: center center;
    border: none;
}

.seperator-rac{
    background-image: url('data:image/svg+xml,<svg width="90" height="2" viewBox="0 0 90 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2V0L90 1L0 2Z" fill="%23D21900"/></svg>');
    width: 90px;
    height: 2px;    
    margin: 30px 0;
    margin-bottom: 15px;
}
.parent-pagination {
    width: 100%;
    grid-column: 2;
}

.form-field input[type="text"] {
    border: 1.5px solid #00000033;
    border-radius: 3px;
    padding: .625rem 0.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.login-btn {
    width: 100%;
}


.mb-30 {
    margin-bottom: 30px;
}

.form-field-wrap {
    display: flex;
}

.form-field-wrap input {
    max-width: 38px;
    margin-right: 10px;
}

.form-field-wrap input:last-child {
    margin-right: 0;
}

.form-field input[type="tel"] {
    border: 1.5px solid #00000033;
    padding: 0 0;
    border-radius: 46px;
    padding: .625rem 2.2rem .625rem 1.13rem;
    background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.26366 7.88571C10.2341 7.88571 11.8315 6.28833 11.8315 4.31786C11.8315 2.34739 10.2341 0.75 8.26366 0.75C6.29319 0.75 4.6958 2.34739 4.6958 4.31786C4.6958 6.28833 6.29319 7.88571 8.26366 7.88571Z" stroke="%23D21900" stroke-width="1.5"/><path d="M8.26338 10.2637C5.04761 10.2637 2.29047 12.2272 1.12549 15.0208H15.4013C14.2364 12.2272 11.4792 10.2637 8.26338 10.2637Z" stroke="%23D21900" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    margin-bottom: 10px;
}
.form-error {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: normal;
}

.login-link p a , .resend-otp p{
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}


.login-link p a:hover,.resend-otp p:hover{
    color: #000 !important;

}

.elementor.elementor .e-con>.elementor-widget.login-link {
    text-decoration: none;
}


.login-link p a:after, .resend-otp p:after{
    content: "";
    width: 100%;
    display: inline-block;
    height: 1px;
    background-color: #D21900;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.login-link p a:hover:after, .resend-otp p:hover:after{
    background-color: #000000;
}


.login-btn {
    width: 100%;
}

.form-field input[type="checkbox"], .emp-check input[type="checkbox"]{
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.form-field input[type="checkbox"]+label:before, .emp-check input[type="checkbox"] + .emp-check-name:before{
    content: "";
    margin-right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1.5px solid #00000033;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
}

.form-field input[type="checkbox"]+label {
    font-size: 17px;
    color: #000000A8;
    display: flex;
    align-items: center;
    cursor: pointer;
        line-height: 28px;
    margin-top: -5px;


}

.form-field input[type="checkbox"]:checked+label:before, .emp-check input[type="checkbox"]:checked + .emp-check-name:before{
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="3" fill="%23D21900"/><path d="M5 11.0526L8.89546 14L15 6" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-color: transparent;
}

.mb-30 {
    margin-bottom: 30px;
}

.emp-check input[type="checkbox"] + .emp-check-name:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.seperator-rac.mobile-only {
    margin-bottom: 0;
}
.form-error:empty{
    display: none;
}
button.login-btn {
    border-width: 1.5px !important;
}
@media (min-width: 901px){
    .filter-option-selection,.filter-mobile-button,.filter-mobile-header{
        display: none;
    }
}

@media (min-width: 901px){
  .filter-mobile-button,.emp-sidebar-filter .filter-mobile-header + .seperator-rac{display:none;}
}






@media(max-width:1100px) {
    .emp-sidebar .emp-side-title{
        margin-top: 0;
    }
    .parent-pagination {
    grid-column: 1; margin-top: 0;
}
    .emp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:900px) {
    .emp-dir-wrap {
        grid-template-columns: 1fr
    }

    .emp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .filter-mobile-header h3{
        margin: 0;
        font-weight: 600;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

    }
    /* Sidebar becomes drawer */
  .emp-sidebar-filter{
    position: fixed;
    top: 70px;
    left: 0;
    height: 100vh;
        width: 100%;
        max-width: calc(100% - 40px);
    background: #fff;
    z-index: 99999;
    overflow: auto;
    transform: translateX(-105%);
    transition: transform .25s ease;
    padding: 30px 20px;
  }

  /* Overlay */
  .emp-filter-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  /* Open state */
  body.emp-filter-open .emp-sidebar-filter{
transform: translateX(-50%);
        left: 50%;
  }
  body.emp-filter-open .emp-filter-overlay{
    opacity: 1;
    pointer-events: auto;
  }

  /* Chips container */
  .filter-option-selection{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 12px;
  }

  .emp-chip{

            display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 7px 0 10px;
        border: 1px solid #D21900;
        border-radius: 999px;
        font-size: 13px;
        background: #fff;
        background: #D21900;
        font-family: "Montserrat", Sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 7%;
        text-transform: uppercase;
        color: #fff;
        
  }
.filter-option-selection .emp-chip button {
    padding: 0;
    border: none;
    background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 0.75L4.75 4.75M4.75 4.75L8.75 0.75M4.75 4.75L8.75 8.75M4.75 4.75L0.75 8.75" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
    height: 20px;
    width: 20px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.filter-mobile-button {
    border: 1.5px solid #D21900;
    width: 100%;
    text-align: center;
    border-radius: 46px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 7%;
    text-transform: uppercase;
    color: #D21900;
}
.filter-mobile-button:before{
    content: '+';
    margin-right: 5px;
}
.emp-searchbox input{
        max-width: 100%;
}
.filter-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-mobile-header h3 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 25px;
    line-height: 100%;
    text-transform: uppercase;
}
.filter-mobile-header .emp-drawer-close {
    padding: 0;
    line-height: normal;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #D21900;
    background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4298 0.53123L0.530273 10.4307" stroke="%23D21900" stroke-width="1.5"/><path d="M10.4298 10.4298L0.530273 0.530334" stroke="%23D21900" stroke-width="1.5"/></svg>');
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;

}

}



@media(max-width:520px) {
    .parent-pagination {

    margin-top: 30px;
}
    .emp-grid {
              display: block;
    }
    .emp-card{
        margin-bottom: 35px;
    }
}

@media(min-width:901px){
    .seperator-rac.mobile-only {
    display: none;
}
}
