@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f5f5f8;
    color: #6f6f6f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #171832;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #171832;
}
p a {
    color: #171832;
}
p {
    line-height: 24px;
    margin-bottom: 10px;
}
a {
    color: #171832;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #000;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}

input[type="submit"] {
    outline: none;
}
form p {
    
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: none;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd {
    margin-left: 20px;
}
address {
    font-style: italic;
}
.row {
    margin: 0 -10px;
}
[class*="col-"] {
    padding: 0 10px;
}
/*CSS*/
.digimark-main-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 10px;
}
.container {
    max-width: 1400px;
    padding: 0;
}
.card {
    border: none;
    height: 100%;
    background-color: #ffffff;
    padding: 30px 34px 34px;
    box-shadow: 0 103px 82px rgba(0, 0, 0, 0.07),
        0 31px 24px rgba(0, 0, 0, 0.0456112), 0 12px 10px rgba(0, 0, 0, 0.035),
        0 4px 3px rgba(0, 0, 0, 0.0243888);
    border-radius: 10px;
}
.card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
    display: flex;
    align-items: center;
}
.card-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.card-body {
    padding: 0;
}
.card_space {
    height: auto;
    margin-bottom: 20px;
}
/*portal-wrapper*/
.portal-wrapper {
    display: flex;
}
.digimark-sidebar-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 316px;
    max-width: 316px;
    width: 100%;
    background-color: #12262f;
    height: 100vh;
    overflow: auto;
    padding: 0 0 50px;
    transition: all 0.4s ease-in-out;
}
.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 0;
}
/*.portal-nav*/
.portal-nav,
.portal-nav ul,
.portal-nav ul li {
    display: flex;
    flex-direction: column;
}
.dropdown.show{
    background: #1b3845;    
}
.dropdown.show .dropdown-toggle::after { transform: scale(-1)}
.portal-nav ul.dropdown-menu {
    display: none;
    position: relative !important;
    width: 100% !important;
    transform: none !important;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.portal-nav ul.dropdown-menu.show {
    display: flex;
}
.portal-nav ul li a span {
    transition: all 0.4s ease-in-out;
    white-space: nowrap;
}
.portal-nav ul li a.active,
.portal-nav ul li a:hover {
    background: #6bb64a;
    color: #ffffff;
}
.portal-nav ul li a {
    color: #cacaca;
    position: relative;
    padding: 15px 20px 15px 58px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.portal-nav ul li a i {
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 22px;
}
/*digimark-main*/
.digimark-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 316px;
    min-height: 100vh;
    transition: all 0.4s ease-in-out;
}
/*digimark-header*/
.digimark-header {
    background: linear-gradient(90deg, #ffffff 0%, #5a9b3e 0.01%, #6bb64a 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.135216);
    padding: 16px 40px 20px 100px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.side-close-arrow {
    position: absolute;
    left: 28px;
    top: 25px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.side-close-arrow.hamburger {
    width: 30px;
    display: none;
}
.side-close-arrow.sidebr { display:none; }
.side-close-arrow.hidemenu {
    transform: rotate(180deg);
}
/*welcome-intro*/
.welcome-intro {
    display: flex;
    flex-direction: column;
}
.welcome-intro h1 {
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.1px;
    color: #fff;
}
.welcome-intro small {
    font-size: 14px;
    color: #e6e6e6;
    font-weight: 300;
}
/*right-section*/
.left-section,
.right-section {
    display: flex;
    align-items: center;
}
/*login-drop*/
.login-drop {
    margin-left: 21px;
}
.login-drop > a {
    display: flex;
}
.login-drop > a img {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 9px;
    border: 3px solid #ffff;
}
.login-drop > a section {
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #ffffff;
}
.login-drop > a section span {
    font-size: 14px;
    font-weight: 300;
}
.login-drop > a section small {
    font-size: 11px;
    font-weight: 300;
}
.login-drop .dropdown-toggle::after {
    display: none;
}
/*notifications*/
.notifications li {
    margin-left: 16px;
}
.notifications li a i {
    font-size: 20px;
    color: #ffffff;
}
.notifications li a {
    position: relative;
}
.notifications li a small {
    position: absolute;
    right: -6px;
    top: -9px;
    color: #6bb64a;
    background-color: #fff;
    width: 16px;
    height: 16px;
    font-size: 10px;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    animation: movebounce 1s linear infinite;
}
.notifications li:hover a small {
    animation: none;
}
@keyframes movebounce {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}
/*digimark-main-content*/
.digimark-main-content {
    padding: 40px 20px;
}
.main-section-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.boxes-wrapper ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.boxes-wrapper ul li {
    width: 20%;
    padding: 0 10px;
}
.box-wrap {
    width: 100%;
    align-items: center;
    border-radius: 20px;
    padding: 15px 20px 18px;
}
.box-wrap h2 {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
}
.box-wrap span {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}
.box-wrap img {
    margin-left: auto;
}
.box-wrap.employee {
    background: linear-gradient(89.98deg, #674eca 0.02%, #9884ea 101.41%);
}
.box-wrap.tickets {
    background: linear-gradient(89.56deg, #1d996d 0.36%, #2fd28a 99.55%);
}
.box-wrap.performance {
    background: linear-gradient(90deg, #fa561f 0.07%, #f6a700 99.96%);
}
.box-wrap.todo {
    background: linear-gradient(89.44deg, #5b73e8 0.5%, #44c4fa 90.73%);
}
.box-wrap.event {
    background: linear-gradient(89.44deg, #5b73e8 0.5%, #44c4fa 90.73%);
}
/*Table*/
.table-responsive table {
    border: none;
}
.table-responsive table tr td,
.table-responsive table tr th {
    border: none !important;
    vertical-align: middle;
    text-align: left;
}
.table-responsive table tr.blank-row {
    opacity: 0;
    border: none !important;
}
.table-responsive table tr.blank-row td,
.table-responsive table tr.blank-row th {
    padding: 0;
    background-color: transparent;
}
.table-responsive table tr th {
    font-size: 14px;
    font-weight: 600;
    color: #5f5f5f;
    padding: 15px 19px;
}
.table-responsive table thead {
    background: #f1f1f1;
}
.table-responsive table tr td,
.table-responsive table tr td > a {
    font-size: 12px;
}
.table-responsive table tr td > a { display: inline-block;}
.table-responsive table tr td {
    padding: 15px 19px;
}
.table-responsive table tbody tr {
    background: #ffffff;
    transition: all 0.4s ease-in-out;
}
.table-responsive table tbody tr:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
.table-responsive table tr td:last-child,
.table-responsive table tr th:last-child {
    text-align: left;
}
.table-user-info {
    display: flex;
    text-align: left;
    margin-bottom: 0;
    align-items: center;
}
.table-user-info img {
    width: 41px;
    flex: 0 0 41px;
    height: 41px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    margin-right: 20px;
}
.table-user-info figcaption {
    line-height: 1;
}
.table-user-info figcaption h3 {
    margin-bottom: 0;
    font-size: 14px;
}
.table-user-info figcaption > a {
    margin-bottom: 0;
    font-size: 10px;
    color: #6f6f6f;
}
.tag {
    display: inline-block;
    border-radius: 5px;
    background-color: #dddddd;
    color: #ffffff;
    padding: 3px 9px;
}
.tag.good {
    background-color: #6bb64a;
}
.tag.satisfactory {
    background-color: #ffc107;
}
.tag.belowsatisfactory {
    background-color: #dc3545;
}
.tag.excellent {
    background-color: #6bb64a;
}
/*.circle-skills-title*/
.circle-skills-wrapper {
    display: flex;
    flex-direction: column;
}
.circle-skills-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle-skills-wrapper ul li {
    display: flex;
    font-size: 22px;
    text-align: left;
    min-width: 200px;
    margin-top: 20px;
    color: rgba(21, 8, 38, 0.6);
}
.circle-skills-wrapper ul li span {
    position: relative;
    display: flex;
    align-items: center;
    color: #150826;
    font-weight: 600;
    margin-right: 26px;
}
.circle-skills-wrapper ul li span:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 12px;
    border-radius: 100%;
}
.circle-skills-wrapper ul li:first-child span:before {
    background-color: #6bb64a;
}
.circle-skills-wrapper ul li:last-child span:before {
    background-color: #171832;
}
.circle-skills-title {
    display: inline-block;
    position: relative;
    margin: 0 0 16px;
    text-align: center;
}
.circle-skills-title .circle-skills-value {
    width: 100%;
    font-size: 45px;
    height: 40px;
    left: 0;
    color: #171832;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
}
.circle-skills-title small {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: 40%;
    font-size: 15px;
}
/*progress-bar-wrap*/
.progress-bar-wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 17px;
    margin-bottom: 10px;
}
.progress-bar-wrap:last-child {
    margin-bottom: 0;
}
.bar-container {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
}
.bar-container .bar {
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
}
.todayleave .bar-container .bar {
    background-color: #ff9b44 !important;
}
.todayattendance .bar-container .bar {
    background-color: #ffbc34 !important;
}
.opentickets .bar-container .bar {
    background-color: #f62d51 !important;
}
.closedtickets .bar-container .bar {
    background-color: #009efb !important;
}
.progress-bar-wrap h4 {
    font-size: 16px;
    margin: 0 0 8px;
}
.bar-container .bar small,
.progress-bar-wrap .title {
    display: none;
}
/*counts-wrap*/
.counts-wrap {
    background: rgba(255, 62, 29, 0.34);
    border-radius: 5px;
    color: #ff3e1d;
    font-size: 18px;
    padding: 1px 12px;
    margin-left: 22px;
}
/*profile-wrap*/
.profile-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
.profile-wrap figure {
    margin: 0;
    display: flex;
}
.profile-wrap figure img {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #6bb64a;
}
.profile-wrap figure figcaption {
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.profile-wrap figure figcaption h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 600;
}
.profile-wrap figure figcaption time {
    margin: 0 0 6px;
    color: #171832;
}
.simple-btn {
    background-color: #dddddd;
    font-size: 18px;
    display: flex;
    padding: 0 16px;
    letter-spacing: 0.6px;
    height: 33px;
    align-items: center;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}
.simple-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.simple-btn.pending {
    background: rgba(255, 62, 29, 0.34);
    color: #ff3e1d;
}
.simple-btn.approved {
    background: rgba(107, 182, 74, 0.24);
    color: #6bb64a;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loadmore {
    background-color: #12262f;
    display: flex;
    white-space: nowrap;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    padding: 0 22px;
    text-transform: capitalize;
    height: 47px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-right: 10px; 
    padding: 10px 20px; 
    text-decoration: none; 
    border-radius: 5px;
}
.loadmore i { margin-right:5px; font-size: 20px; }
.loadmore:hover {
    background-color: #6bb64a;
}
.filter > a:after {
    display: none !important;
}
.hidemenu-wrapper .portal-nav ul li span {
    opacity: 0;
    visibility: hidden;
}
.hidemenu-wrapper .digimark-sidebar-wrapper {
    max-width: 70px;
    flex: 0 0 70px;
}
.hidemenu-wrapper .digimark-main {
    padding-left: 70px;
}
/*portal-login*/
.portal-login {
    background-image: url("images/login-bg.png");
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 50px 0;
    justify-content: center;
}
.login-form-wrapper {
    max-width: 610px;
    width: 100%;
    text-align: center;
}
.login-form-wrapper a.login-logo {
    margin-bottom: 85px;
    display: inline-block;
}
.login-form {
    background: #ffffff;
    border: 1px solid #cecece;
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.07),
        0 41px 33px rgba(0, 0, 0, 0.0503198),
        0 22px 17px rgba(0, 0, 0, 0.0417275), 0 12px 10px rgba(0, 0, 0, 0.035),
        0 6px 5px rgba(0, 0, 0, 0.0282725), 0 2px 2px rgba(0, 0, 0, 0.0196802);
    border-radius: 20px;
    text-align: left;
}
.portal-login section {
    font-size: 20px;
    color: #11142d;
    width: 100%;
    line-height: 1;
    display: flex;
    text-align: center;
    border-bottom: 4px solid #dbd7f4;
}
.portal-login section a {
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 26px 0;
    color: #92929d;
    letter-spacing: 0.005em;
}
.portal-login section a.active {
    color: #11142d;
    pointer-events: none;
}
.portal-login section a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
}
.portal-login section a.active:before {
    background-color: #6bb64a;
}
.portal-login form {
    padding: 40px 70px;
}
.portal-login form input,
.portal-login form select {
    height: 56px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #6bb64a;
    border-radius: 8px;
    color: #000000;
    padding-left: 24px;
    letter-spacing: 0.005em;
}
.portal-login form input:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.portal-login form input::placeholder {
    color: #9a9ab0;
}
.portal-login form ul li {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.portal-login form label {
    line-height: 1;
    margin-bottom: 8px;
    color: #11142d;
    letter-spacing: 0.005em;
    font-weight: bold;
}
.portal-login form ul li:last-child {
    text-align: center;
    color: #9a9ab0;
    margin-bottom: 0;
}
.portal-login form ul li p {
    margin: 0;
}
.portal-login form ul li p a {
    color: #6bb64a;
}
.forgot {
    color: #9a9ab0;
    margin-left: auto;
    margin-top: -12px;
}
.submit-btn {
    height: 48px;
    background: #6bb64a;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    letter-spacing: 0.005em;
    color: #fff;
}
button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

.pagination-links {
    display: flex;
    flex-direction: column;
}
.pagination-links nav {
    display: flex;
}
.pagination-links nav > div:first-child {
    display: none;
}
.pagination-links nav > div:last-child {
    display: flex;
    align-items: center;
    width: 100%;
}
.pagination-links nav > div:last-child > div:last-child span {
    display: flex;
}
.pagination-links nav > div p {
    margin: 0;
}
.pagination-links nav > div:last-child > div:last-child {
    margin-left: auto;
}
.pagination-links nav > div:last-child > div:last-child span svg {
    width: 24px;
}

.profileImage {
    width: 190px;
    margin-left: 120px;
}
.profileImage img {
    height: 175px;
    object-fit: cover;
}
/*form-control*/
.form-control {
    background: #eef1f5;
    border: 1px solid rgba(150, 150, 150, 0.34);
    /* border-radius: 10px; */
    height: 58px;
    padding-left: 20px;
    color: #28313c;
    transition: all 0.4s ease-in-out;
}
.form-control:focus {
    box-shadow: none;
    border-color: #28313c;
}
.form-control::placeholder {
    color: #99a5b5;
}
.form-label {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 14px;
    color: #656565;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
}
.position-relative .hideShow {
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}
.form-group .hideShow {
    position: absolute;
    top: 38px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.portal-forms ul li:last-child .form-group {
    margin-bottom: 0;
}
select.form-control {
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 98% 51%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.button-wrapper {
    justify-content: flex-end;
}
.button-wrapper .loadmore {
    margin-left: 10px;
}
.loadmore img {
    margin: 0 0 0 8px;
}
.loadmore.back img {
    transform: scaleX(-1);
    margin: 0 8px 0 0;
}
/*checkbox-wrap*/
.checkbox-wrap {
    color: #0a0a0a;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.checkbox-wrap input {
    position: absolute;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
.checkbox-wrap span {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.checkbox-wrap span:before {
    content: "\f00c";
    display: inline-block;
    width: 18px;
    margin-right: 15px;
    font-size: 12px;
    height: 18px;
    background: #e0e0e0;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
    line-height: 18px;
    font-family: FontAwesome;
    text-align: center;
    padding-top: 1px;
}
.checkbox-wrap.disabled {
    color: #e0e0e0;
    pointer-events: none;
}
.checkbox-wrap.disabled span:before {
    color: #fff;
}
.checkbox-wrap input:checked ~ span:before {
    box-shadow: 0 0 0 10px #caf3b7 !important;
}
.checkbox-wrap input:checked ~ span:before,
.checkbox-wrap:hover span:before {
    background-color: #6bb64a;
    color: #fff;
}
.checkbox-wrap:hover span:before {
    box-shadow: 0 0 0 10px rgba(202, 243, 183, 0.38);
}
/*radio-wrap*/
.radio-wrap {
    color: #0a0a0a;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.radio-wrap input {
    position: absolute;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
.radio-wrap span {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0 0 0 32px;
}
.radio-wrap span:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    transition: all 0.4s ease-in-out;
    border-radius: 100%;
}
.radio-wrap span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    margin: 0;
    border-radius: 100%;
    border: 1px solid #6bb64a;
}
.radio-wrap.disabled {
    color: #e0e0e0;
    pointer-events: none;
}
.radio-wrap.disabled span:before {
    color: #fff;
}
.radio-wrap input:checked ~ span:before {
    box-shadow: 0 0 0 10px #caf3b7 !important;
}
.radio-wrap input:checked ~ span:before,
.radio-wrap:hover span:before {
    background-color: #6bb64a;
    color: #fff;
}
.radio-wrap:hover span:before {
    box-shadow: 0 0 0 10px rgba(202, 243, 183, 0.38);
}
/*switch-wrap*/
.switch-wrap {
    position: relative;
    margin: 0;
    display: inline-block;
}
.switch-wrap input {
    position: absolute;
    left: 0;
    opacity: 0;
}
.switch-wrap span {
    background: #e0e0e0;
    border-radius: 15px;
    display: inline-block;
    width: 48px;
    height: 24px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.switch-wrap span:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fafafa;
    transition: all 0.4s ease-in-out;
}
.switch-wrap input:checked ~ span {
    background-color: #6bb64a;
}
.switch-wrap input:checked ~ span:before {
    left: 100%;
    transform: translate(-100%);
    margin-left: -3px;
}
.profile-upload {
    position: relative;
    overflow: hidden;
}
.profile-upload input {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}
.filter-form {
    align-items: center;
    margin-bottom: 20px;
}
.filter-form input {
    height: 47px;
    max-width: 33.333%;
    margin-right: 20px;
}
.select2-container { width: 100% !important;}
.select2-container .select2-selection--multiple { min-height: 43px !important;}
.select2-container .select2-selection--multiple .select2-selection__rendered { margin: 0}
.select2-container .select2-search--inline .select2-search__field { height: 29px !important;}

/*----------------genealogy-scroll----------*/
.genealogy-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
.genealogy-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}
.genealogy-scroll::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px;
    transition: 0.5s;
}
.genealogy-scroll::-webkit-scrollbar-thumb:hover {
    background: #d5b14c;
    transition: 0.5s;
}
/*----------------genealogy-tree----------*/
.genealogy-body{
    white-space: nowrap;
    overflow-y: hidden;
    padding: 50px;
    min-height: 500px;
    padding-top: 10px;
    text-align: center;
}
.genealogy-tree{
  display: inline-block;
}
.genealogy-tree ul {
    padding-top: 20px;
    position: relative;
    padding-left: 0px;
    display: flex;
    margin: 0;
    justify-content: center;
}
.genealogy-tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}
.genealogy-tree li::before, .genealogy-tree li::after{
    content: '';
    position: absolute;
  top: 0;
  right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
  height: 18px;
}
.genealogy-tree li::after{
    right: auto; left: 50%;
    border-left: 2px solid #ccc;
}
.genealogy-tree li:only-child::after, .genealogy-tree li:only-child::before {
    display: none;
}
.genealogy-tree li:only-child{
    padding-top: 0;
}
.genealogy-tree li:first-child::before, .genealogy-tree li:last-child::after{
    border: 0 none;
}
.genealogy-tree li:last-child::before{
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 20px;
}
.genealogy-tree li a:hover+ul li::after,
.genealogy-tree li a:hover+ul li::before,
.genealogy-tree li a:hover+ul::before,
.genealogy-tree li a:hover+ul ul::before{
    border-color:  #6BB64A;
}
/*--------------memeber-card-design----------*/
.member-view-box{
    padding:0px 20px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.member-image{
    position: relative;
}
.member-image img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color :#000;
    z-index: 1;
}
.member-details {
    display: inline-block;
    color: #171832;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 130px;
    min-height: 38px;
    background-color: #E7E7E7;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    margin: 0 auto 0;
}
.member-details span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95px;
}
li.active > a .member-details {
    background-color: #6BB64A;
    color: #fff;
}
.discription-slip {
    text-align: center;
    line-height: 30px;
}
.slip-wrapper ul { display:flex; flex-wrap:wrap; }
.slip-wrapper ul li {
    width: 50%;
}
.slip-wrapper h6 {
    display:flex;
    margin: 20px 0;
}
.slip-wrapper h6 strong { margin-left:15px; }
.expenses-wrapper ul li:first-child .box-wrap{
    background-color: #f00;
}
.expenses-wrapper ul li { width: 33.333%;}
.loader-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.custom-loader {
    width: 50px;
    height: 50px;
    display: grid;
    border-radius: 50%;
    -webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%);
    background:
      linear-gradient(0deg ,#766DF480 50%,#766DF4FF 0) center/4px 100%,
      linear-gradient(90deg,#766DF440 50%,#766DF4BF 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
  }
  .custom-loader::before,
  .custom-loader::after {
     content:"";
     grid-area: 1/1;
     border-radius: 50%;
     background:inherit;
     opacity: 0.915;
     transform: rotate(30deg);
  }
  .custom-loader::after {
     opacity: 0.83;
     transform: rotate(60deg);
  }
  
  @keyframes s3 {
    100% {transform: rotate(1turn)}
  }
  .buttons-wrapper {
    flex-direction: column-reverse;
  }
  .card-header.buttons-wrapper h2 {
    width: 100%;
  }
  .buttons-wrapper .wrapper {
    display: flex;
    width: 100%;
  }
  div.dataTables_wrapper div.dataTables_length select {
    height: 30px;
    padding: 0 15px 0 10px;
    background-position: 87% 55%;
    background-size: 10px;
    font-size: 12px;
    margin: 0 5px;
}
div.dataTables_wrapper div.dataTables_filter input{
    height: 30px;
}
/* table.dataTable thead .sorting_asc{
    background-image: none !important;
}
table.dataTable thead .sorting{
    background-image: none !important;
} */
table.dataTable thead th::after{
    content: '' !important;
}
table.dataTable thead th::before{
    content: '' !important;
}
table.dataTable {
    border: 1px solid #e2e2e2;
    border-collapse: collapse !important;
    width: 99.9% !important;
}
table.dataTable.no-footer{
    border-bottom: 1px solid #e2e2e2 !important;
    border-collapse: collapse !important;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: transparent;
    /* border: 1px solid #e2e2e2; */
}
div.dataTables_wrapper div.dataTables_processing{
    padding: 5px !important;
    font-size: 16px !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    font-size: 12px !important;
}
div.table-responsive>div.dataTables_wrapper>div.row {
    align-items: center;
}
div.dataTables_wrapper div.dataTables_info{
    text-align: left !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px !important;
    margin-left: -1px !important;
}
.dataTables_paginate .page-item.active .page-link {
    background-color: #6bb64a !important;
    border-color: #6bb54a !important;
    color: #fff !important;
}
.dataTables_paginate .page-item .page-link {
    margin-left: -2px !important;
    color: #212529 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.paginate_button:active{
    background: transparent !important;
    border: none !important;
}
.dataTables_paginate .page-item .page-link:hover{
    color: #6bb64a;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{
    padding: 0 !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    padding: 10px 0;
}
.actionButtons{
    display: flex;
    align-items: center;
}
.leaveBtns{
    display: flex;
}
.leaveBtns select{
    height: 47px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
  .bankAccountCash{
    font-weight: 600;
    font-size: 22px;
    color: black;
    line-height: 25px;
  }
  .card.inside{
    padding: 6px 3px 6px 17px !important;
    border-radius: inherit;
  }
  .loadmore.right{
    float: right;
  }
  .tooltip {
   
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    z-index: 1;
  }
  .list_new{
    line-height: 28px;
    list-style: none;
    padding: 9px 11px 10px 21px;
    font-weight: 500;
    color: black;
  }
  .dropdown-item {
   font-size: 14px;
  }
  .card-body.cash{
    background-color: #EEF1F5;
    padding: 21px 13px 114px 20px;
  }
  .amount{
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: black;
    font-size: 18px;
  }
  .transaction_import{
    font-size: 14px;
  }
  .statement{
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: black;
    font-size: 16px;
  }
  .row.mt{
    margin-top: 60px;
  }
  .spend_money{
         font-weight: 600; 
        color: black;
        font-size: 20px;
  }
  .choose_payment{
    background: black;
    color: white;
    padding: 6px 10px 6px 5px;
    border-radius: 10px;
    height: 38px !important;
  }
  .card.mt{
    margin-top: 50px;
  }
  .amount_are{
    font-weight: 800;
    color: black;
  }
  .mt-20{
    margin-top: 20px;
  }
  .rupees{
    font-weight: 800;
    color: black;
    margin-top: 20px;
  }
  .form-control.inventory{
    border: none !important;
    background: none;
  }
  .form-control.qty {
    border: none !important;
    background: none;
}
.form-control.unit_price{
    border: none !important;
    background: none;
}
.form-control.amount_pkr{
    border: none !important;
    background: none; 
}
/* CSS to style the spending money input field like Xero */
.xero-spend-money {
    position: relative;
}

.xero-spend-money input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1;
    display: none;
}

.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results li {
    padding: 10px;
    cursor: pointer;
}

.search-results li:hover {
    background-color: #f0f0f0;
}
#item_id{
    width: 78px;
    border: none !important;
    background-color: white;
}
.copy-radio{
    display: -webkit-inline-box;
}
.PreviousPayRunLabel{
    margin-left: 5px;
}
.add-radio{
    display: -webkit-inline-box;
}
.NewPayRunLabel{
    margin-left: 5px;
}
.employee{
    background-color: lavender;
    margin: 2px 12px 8px 0px;
}
li.employee:hover {
    text-decoration: underline;
}
.employee_name{
 margin: 10px;
    font-size: 13px;
}
.slip{
    padding: 10px 7px 1px 11px;
}
.slip > div > p {
    font-size: 14px;
    
}
.employee-tax{
    margin:10px
}
.employee-value{
    font-weight:400;
    color :black
}
.payItem{
font-weight: 600;
color: black;
font-size: 16px;
}
.payCalulation{
    font-weight: 600;
    color: black;
    font-size: 16px; 
}
.wages{
    font-weight: 600;
    color: black;
    font-size: 14px;
}
/* hr{
    border-top: 1px solid #666;
} */

.form-control.item{
    height: 40px !important;
}
.wages-value {
    font-weight: 600;
    color: black;
    font-size: 14px;
}
.employee-payments{
    font-size: 20px;
}
.card-warning {
    border: 1px solid #fadc83;
    background-color: #fcecbc;
    font-weight: 700;
    font-size: 11px;
    color: #333;
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
}