
button {
    line-height: 1 !important;
}
.wb-cancel-btn, .wb-save-btn {
    min-width: 160px;
}

.wb_disable_btn {
    background: #AEB6CF;
}
.nav-sidebar .nav-link.router-link-active img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}
.nav-sidebar .nav-link img {
    margin-right: 10px;
}
select {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    /* color: #AEB6CF !important; */
    position: relative;
    -webkit-appearance: none;
    background-position: right 0.5rem center;
    /* background-size: 1.5em 1.5em; */
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}

option {
    color: #00205B;
}

label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #02101B;
}
.form-control::placeholder{
color: #AEB6CF !important;
}
li{
    list-style-type: none ;
}
.action-dd .btn{
padding: 0;border: 0;

}
.action-dd .btn:hover{background-color: transparent;}
.action-dd .btn:hover svg{fill: #00205B;}
.action-dd .dropdown-item{padding: 0;height: auto;}
.action-dd .dropdown-item a{
    padding: 10px 12px;
    display: block;
}
.action-dd .dropdown-item a img{margin: 5px;}

/* Login pages css  start*/
.login-field {
    position: relative;
}

.login-field .pass-icon,.login-field img {
    position: absolute;
    left: 12px;
    top: 14px;
    border-right: 1px solid #AEB6CF;
    padding-right: 20px;
}
.show-icon {
    position: absolute;
    right: 10px;
    top: 16px;
}
.wb-rem-pass label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #02101B;
    margin-left: 6px;
}
.wb-forgotPass p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #00205B;
    margin-bottom: 31px;
}
.forget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.forget-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #AEB6CF;
}
.forget-subtitle span{
    color: #02101B;
}
.wb-otp-box {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   margin-top: 38px;
}

.wb-otp-box input {
    width: 48px;
    height: 48px;
    background: #EFF3FD;
    border-radius: 8px;
}
.wb-otp-box input:focus-visible {
    outline: none;
}

.dropdown-menu-body a {
    border-bottom: 1px solid #D9D9D9;
}
input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #AEB6CF;
}
.change-pass {
    border-bottom: 1px solid;
}
.wb-browse-file img {
    position: absolute;
    top: 13px;
    right: 10px;
}
.wb-browse-file {
    position: relative;
}
/* Login pages css  end*/

.user-menu img {
    margin-right: 16px;
    filter:  brightness(0) invert(1);
}

.user-menu a {
    color: #fff !important;
}

  .fas.fa-angle-down {
    color: #fff;
}

.wb-notes-place {
    font-size: 12px;
}
.wb-login-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #242525;
}
.wb-login-info p span {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #242525;
}

.tab-content {
    margin-top: 20px;
}
.profile-form {
    border-radius: 8px;
    padding: 18px;
}
.header-right .dropdown-link {
    display: flex;
    align-items: center;
}
.header-right .dropdown-link .fa-angle-down {
    margin-left: 16px;
}
.worker_tabs {
    display: inline-flex;
    border-bottom: 3px solid #d9dfe7;
}
.worker_table_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    margin-bottom: 18px;
}
table td {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #242525;
}
.search-form input {
    background: white;
    height: 40px;
    padding-left: 40px;
}
.worker_serch_warp select {
    background: #ffff;
    height: 40px;
}
.worker_serch_warp select:focus,.worker_serch_warp select:hover{
    background: #ffff;
}
.search-form input:hover,.search-form input:focus {
    background: white;
}
.search-form button:hover{
  background-color: transparent;
}
.search-form button:focus{
    background-color: transparent;
    outline: none;
}
.worker_serch_warp{
    margin-bottom: 9px;
}
.add_btn_wrapper {
    gap: 10px;
}

.add_btn_wrapper button {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-btn {
    width: 90px;
    color: #fff !important;
}
.wb-row-gap {
    gap: 20px;
}
.wb-agency-field {
    display: flex;
    gap: 10px;
}
.wb-agency {
    min-width: 37%;
}
input[type="checkbox"] {
    width: auto;
    height: auto;
}
.wb-name {
    width: 80%;
}

.wb-upload-new {
    border: 1px dashed;
    border-radius: 7px;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 500;
}
.wb-upload-new img {
    vertical-align: sub;
}
.wb-pagination .pagination {
    justify-content: flex-end;
    gap: 10px;
}
.wb-pagination .page-link {
    border-radius: 5px;
}
.wb-pagination .page-link.active{
    border-color: #00205B;
}

.wb-modal-wrapper .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #02101B;
}

.wb-modal-wrapper .modal-header{
    border: 0;
}

.wb-modal-wrapper .close{
    cursor: pointer;

}

img.wb-export-img {
    position: absolute;
    right: 10px;
    top: 12px;
}

.wb-changepass {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #00205B;
    margin-left: 70px;
    margin-bottom: 0px;
    margin-top: -10px;
}

/* dashboard css start */
.dashboard-box {
    background: #E1E3FF;
    width: 255px;
    height: 178px;
}
.dashboard-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.dashboard-box {
    background: #E1E3FF;
    width: 255px;
    height: 178px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;

}
.dashboard-box p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .3px;
    color: #242525;
    margin-bottom: 0;
}

.dashboard-box h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.016em;
    color: #242525;
}
.sample-pdf-text {
    border-bottom: 1px solid #00205B;
    display: inline;
}
.wb-comment-wrap {
    background: #EFF3FD;
    border-radius: 8px;
    padding: 16px;
}
.wb-comment-detail ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.wb-comment-detail ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    color: #959595;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    padding: 6px 0px 0 0;
}
.wb-comment-wrap p {
    color: #242525;
    font-size: 12px;
    font-weight: 500;
}
.wb-comment-area textarea {
    height: 100px;
    background: transparent;
    border: 1px solid #C8C8C8;
}

ul.wb-role-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wb-checkbox {
    display: block;
    margin-bottom: 15px;
  }

  .wb-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .wb-checkbox label {
    position: relative;
    cursor: pointer;
  }

  .wb-checkbox label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #292D32;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 6px;
  }

  .wb-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #292D32;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }


.waring-message{
    font-weight: 500;
font-size: 24px;
line-height: 36px;
text-align: center;
}

.wb-payslip-wrapper {
    height: 605px;
    overflow-y: scroll;
}
.wb-search-add {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.minus-btn {
    background: #AEB6CF;
    border: 0;
    border-radius: 5px;
    height: 48px;
    width: 40px;
}
.minus-btn:hover {
    background: #00205B;
    border: 0;

}
.plus-btn{
    background: #00205B;
    border: 0;
    border-radius: 5px;
    height: 48px;
    width: 40px;
}
.plus-btn:hover{
    background: #00205B;
    border: 0;


}
.cr-inc-dec{
    display: flex;
    gap: 10px;
}
.wb-invoices-dates {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.wb-invoices-dates .form-control {
    background: #fff;
    height: 40px;
}
.wb-start-input,.wb-end-input {
    width: 30%;
}
.wb-month-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #19366B;
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 8px;
}

.wb-reports-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 190px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #242525;
    width: 6px;
    height: 11px;
}
.table-responsive::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 28%); */
    border-radius: 36px;
    background-color: #EFF0F4;
    height: 2px;
}
.table-responsive::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
    height: 6px;
}
.table-responsive{
    min-height: 300px;
}
.wb-status {
    display: flex;
    justify-content: space-between;
}

.wb-search-btn-icon {
    background: white;
    border: white;
    width: 51px;
    height: 48px;
    border-radius: 8px;
}

.wb-search-btn-icon:hover,.wb-search-btn-icon:focus{
    background: white;
    outline: 0;
}

.wb_viewsheet tr {
    border-style: hidden;
}

.mm-collapse.mm-show {
    display: block;
    padding: 0;
}
.mm-collapse {
    display: none;
}

@media (max-width:1440px) {
    .picture {
        width: 105px !important;
        height: 105px !important;
    }
    .profile-right{
        padding-right: 0px !important;
    }
}
@media (max-width:1400px) {
    .nav-tabs .nav-link{
            min-width: 140px;
    }
}

.multiselect__placeholder{
    padding-top:6px  !important;
}

.image{

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.multiselect__option{
  font-size: 13px !important;
}

