﻿@import url('colors.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik+Scribble&display=swap');

body {
    /* Margin bottom by footer height */
    /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;*/
    font-family: "Lato", sans-serif;
    fontwe
    font-size: 16px;
    line-height: 1.4285em;
    color: var(--dark-color);
}

hr.divider {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
    opacity: .3;
    margin: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.swal2-icon.swal2-warning {
    border-color: #4ecea3 !important;
}

.swal2-icon-content {
    color: #4ecea3;
}

.list-group-item-custom {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action-custom {
    width: 100%;
    color: #495057;
    text-align: inherit;
    transition: 0.3s;
}

    .list-group-item-action-custom:hover, .list-group-item-action-custom:focus {
        z-index: 1;
        color: #fff;
        text-decoration: none;
        background-color: var(--tertiary-color);
    }

    .list-group-item-action-custom:active {
        color: #212529;
        background-color: var(--tertiary-hover-color);
    }

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.my-container {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.nav-pills .nav-link {
    color: var(--dark-color);
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: var(--dark-color);
        background-color: #eeeeee;
        border-color: #1861ac;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #btn-clockinout {
        width: 100%;
        height: 50px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.pointer-cursor {
    cursor: pointer;
}

.pointer-initial {
    cursor: initial;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding: 20px
}


#breadcrumb {
    list-style: none;
    display: inline-block;
}

    #breadcrumb .icon {
        font-size: 14px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #3498db;
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
        }

        #breadcrumb li:nth-child(even) a {
            background-color: #2980b9;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #2980b9;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #2980b9;
            }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #3498db;
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a:before {
            left: -20px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: #3498db;
        }

        #breadcrumb li a:hover {
            background-color: #1abc9c;
        }

            #breadcrumb li a:hover:before {
                border-color: #1abc9c;
                border-left-color: transparent;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #1abc9c;
            }

        #breadcrumb li a:active {
            background-color: #16a085;
        }

            #breadcrumb li a:active:before {
                border-color: #16a085;
                border-left-color: transparent;
            }

            #breadcrumb li a:active:after {
                border-left-color: #16a085;
            }


/*SIDEBAR*/

.navbar-background {
    height: 70px !important;
    background: rgb(10,61,98);
    background: linear-gradient(90deg, rgba(10,61,98,1) 0%, rgba(60,99,130,1) 100%) !important;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -6rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.880rem 1.26rem;
        font-size: 1.264rem;
    }

    #sidebar-wrapper .list-group {
        width: 6rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media(min-width:768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -6rem;
    }
}

.menu-link-wrapper {
    width: 65px;
    height: 45px;
    cursor: pointer;
}

.menu-link {
    width: 100%;
    height: 100%;
}

/*END OF SIDEBAR*/


@media (min-width: 1199px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item {
        padding: 0px 5px;
        font-size: 15px;
    }

        .nav-item .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }

        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

.app-card-gap {
    gap: 10px;
}

@media (max-width: 1199px) {
    .app-card-gap {
        gap: 0;
    }
}

/* Search bar autocomplete*/
.wrapper {
    max-width: 100%;
}

    .wrapper .search-input {
        background: #fff;
        width: 100%;
        border-radius: 5px;
        position: relative;
        box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
    }

.search-input input {
    height: 55px;
    width: 100%;
    color: #6c6c6c;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #a8abbc;
    cursor: pointer;
}

#app-breadcrumb ol.breadcrumb li:last-child a {
    pointer-events: none;
    color: dimgray;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-input {
    cursor: pointer;
}

/* Employee filter styles */
.filter-bar span {
    color: #7c7c7c;
    font-weight: bold;
    background-color: #fff;
    cursor: default;
    border-radius: 20px;
    padding: 2px 15px;
    transition: 0.2s;
}

    .filter-bar span:hover {
        background-color: #fbfbfb;
    }

hr.vertically {
    border: none;
    border-left: 1px solid rgba(0,0,0,.1);
    height: 100%;
    width: 1px;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-grid div {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #314b8e;
        animation: lds-grid 1.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 8px;
            left: 8px;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 8px;
            left: 32px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 8px;
            left: 56px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 32px;
            left: 8px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 32px;
            left: 32px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 32px;
            left: 56px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(7) {
            top: 56px;
            left: 8px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(8) {
            top: 56px;
            left: 32px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(9) {
            top: 56px;
            left: 56px;
            animation-delay: -1.6s;
        }

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #4062b8;
    color: #4062b8;
    box-shadow: 9999px 0 0 -5px #4062b8;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #4062b8;
        color: #4062b8;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #4062b8;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #4062b8;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #4062b8;
    }

    30% {
        box-shadow: 9984px 0 0 2px #4062b8;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #4062b8;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #4062b8;
    }

    30% {
        box-shadow: 9999px 0 0 2px #4062b8;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #4062b8;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #4062b8;
    }

    30% {
        box-shadow: 10014px 0 0 2px #4062b8;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #4062b8;
    }
}

/*LOGIN VIEW*/

.login-container {
    margin: 5rem auto 0 auto;
    background-color: var(--tertiary-color);
    max-width: 1000px;
    min-height: 70vh;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

    .login-container h2 {
        margin-bottom: 2.5rem;
        margin-top: 1rem;
        color: #fff;
        font-weight: bolder;
        letter-spacing: 1.02px;
    }

    .login-container .inputs-container {
        margin-bottom: 2rem;
    }

    .login-container input {
        margin-bottom: 0.75rem;
        height: 50px;
        border: 0;
    }

    .login-container .custom-control-label {
        color: #cbcbcb;
    }

    .login-container button {
        margin-bottom: 1.5rem;
        height: 50px;
        font-weight: bold;
    }

    .login-container img {
        width: 300px;
    }

    .login-container .register-link {
        position: absolute;
        text-decoration: none;
        color: #cbcbcb;
        bottom: 20px;
        right: 30px;
        transition: 0.3s;
    }

        .login-container .register-link:hover {
            color: #9d9d9d;
        }

.links-container p {
    margin: 0;
}

.links-container a {
    text-decoration: none;
    color: #cbcbcb;
    font-size: 14px;
    transition: 0.2s;
}


    .links-container a:hover {
        color: #9d9d9d;
    }

@media (max-width: 1200px) {
    .login-container img {
        width: 200px;
    }
}

@media (max-width: 600px) {

    .login-container .custom-control-label {
        font-size: 14px;
    }

    .my-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .login-container {
        min-height: 50vh;
    }

        .login-container img {
            width: 70px;
        }

        .login-container input {
            height: 30px;
        }

        .login-container button {
            height: 30px;
        }

        .login-container .form-side a {
            font-size: 14px;
        }

        .login-container .register-link {
            font-size: 12px;
            bottom: 10px;
            right: 15px;
        }

        .login-container h2 {
            font-size: 18px;
        }
}

/**/
.circle {
    width: 2ex;
    height: 2ex;
    border-radius: 1ex;
}

.checkBackground {
    background: linear-gradient(160deg, #E0EAFC, #CFDEF3);
    font-weight: 600;
    position: relative;
}

.rib {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

    .rib span {
        position: absolute;
        z-index: 1;
        display: block;
        width: 200px;
        padding: 5px 0;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        left: -35px;
        top: 20px;
        transform: rotate(45deg);
        font-size: calc(1rem - 2px);
    }

.rib-lower {
    width: 120px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

    .rib-lower span {
        position: absolute;
        z-index: 1;
        display: block;
        width: 250px;
        padding: 5px 0;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        left: -49px;
        top: 27px;
        transform: rotate(45deg);
        font-size: calc(1rem - 2px);
    }

.empl-check-rib {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

    .empl-check-rib span {
        position: absolute;
        z-index: 1;
        display: block;
        width: 200px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        left: -25px;
        top: 13px;
        transform: rotate(45deg);
        font-size: 10px;
        font-weight: bold;
    }

.empl-check-voucher {
    transition: 0.1s;
}

    .empl-check-voucher:hover {
        background-color: #f8f8f8;
    }

.modal-header {
    background-color: #e9ecef;
    color: #2a2a2a;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

    .modal-header button {
        color: #2a2a2a;
    }

        .modal-header button:hover {
            color: #2a2a2a;
        }

.modal-content {
    border-radius: 8px;
}


/*.popover {
    border: 0px;
    border-radius: 15px;
    background: #414141;
    color: white;
}

    .popover .arrow:after {
        border-right-color: #414141;
    }

    .popover .arrow:after {
        border-left-color: #414141;
    }

.popover-title {
    background-color: #727272;
}*/

/* FILE UPLOAD AVATAR WITH PREVIEW */

.avatar-upload {
    position: relative;
    max-width: 205px;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

/* MODAL FOR IMAGE PREVIEW */

/* Style the Image Used to Trigger the Modal */
.image-preview {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .image-preview:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal-preview {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-preview-content {
    margin: auto;
    border-radius: 15px;
    display: block;
    width: 80%;
    max-width: 700px;
    box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.28);
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-preview-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-button {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close-button:hover,
    .close-button:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-preview-content {
        width: 100%;
    }
}

.dashboard-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    padding: 10px;
    height: 100%;
    gap: 10px;
}

    .dashboard-content .icon {
        grid-row-start: span 2;
        align-self: center;
        text-align: center;
    }

    .dashboard-content .title {
        align-self: end;
    }

    .dashboard-content .number {
        align-self: start;
    }

.row-dashboard .dashboard-card {
    background-color: #fff;
    border-radius: 15px;
    border: 0;
    height: 120px;
}

/*DASHBOARD CARD*/
.menu-card {
    border-radius: 10px;
    background-color: #fff;
    color: var(--dark-color);
    transition: 0.2s;
    border-left: 6px solid var(--primary-color);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 15px;
    height: 80px;
    cursor: pointer;
    overflow: hidden;
}

    .menu-card:hover {
        color: var(--dark-color);
        background-color: #fbfbfb;
    }

.menu-card-sm {
    border-radius: 10px;
    background-color: #fff;
    color: var(--dark-color);
    transition: 0.2s;
    border-left: 6px solid var(--primary-color);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 15px;
    height: 65px;
    cursor: pointer;
    overflow: hidden;
}

    .menu-card-sm:hover {
        color: var(--dark-color);
        background-color: #fbfbfb;
    }

.main-dashboard-card {
    border: 2px solid #fff;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(circle at 67% 83%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, rgba(211,211,211, 0.05) 0%, rgba(211,211,211, 0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
    color: var(--dark-color);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    cursor: pointer;
    transition: 0.05s;
}

    .main-dashboard-card:hover {
        border: 2px solid var(--primary-color);
        color: var(--dark-color);
    }

    .main-dashboard-card i {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .main-dashboard-card span {
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .main-dashboard-card p {
        font-size: 16px;
        font-weight: 500;
    }


.file-document-card {
    border: 2px solid #fff;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--dark-color);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    cursor: pointer;
    transition: 0.05s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .file-document-card:hover {
        border: 2px solid var(--primary-color);
        color: var(--dark-color);
    }

    .file-document-card i {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .file-document-card span {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .file-document-card p {
        font-size: 16px;
        font-weight: 500;
    }


.toggle-menu {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}

    .toggle-menu i {
        position: absolute;
        height: 2px;
        background: #f5f5f5;
        width: 20px;
        left: 7px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .toggle-menu i:nth-child(1) {
            top: 16px;
        }

        .toggle-menu i:nth-child(2) {
            top: 22px;
        }

        .toggle-menu i:nth-child(3) {
            top: 28px;
        }

    .toggle-menu.active i:nth-child(1) {
        top: 22px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .toggle-menu.active i:nth-child(2) {
        background: transparent;
    }

    .toggle-menu.active i:nth-child(3) {
        top: 22px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }


.app-dashboard-content {
    overflow: hidden;
    padding: 2rem;
    height: calc(100vh - 48px - .5rem);
    position: relative;
}

@media only screen and (max-width: 575px) {
    .app-dashboard-content {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.app-dashboard-content div.circle {
    z-index: 1;
    position: absolute;
}

    .app-dashboard-content div.circle:nth-child(1) {
        height: 350px;
        width: 350px;
        border-radius: 175px;
        top: -150px;
        right: -150px;
        background-color: var(--secondary-color);
    }

    .app-dashboard-content div.circle:nth-child(2) {
        height: 100px;
        width: 100px;
        border-radius: 50px;
        top: 50px;
        left: 200px;
        background-color: var(--primary-color);
    }

    .app-dashboard-content div.circle:nth-child(3) {
        height: 300px;
        width: 300px;
        border-radius: 150px;
        bottom: -100px;
        left: -150px;
        background-color: var(--primary-color);
    }



.co-create-circle1 {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    top: -150px;
    right: -150px;
    background-color: var(--secondary-color);
}

.co-create-circle2 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 40px;
    left: 60px;
    background-color: var(--primary-color);
}

.co-create-circle3 {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    bottom: -120px;
    left: -110px;
    background-color: var(--primary-color);
}

.bg-confetti {
    background-image: url('../images/confetti.png');
    background-size: cover;
}

.app-dashboard-card {
    z-index: 2;
    border: 3px solid var(--primary-color);
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    color: var(--dark-color);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 25px 10px;
    transition: 0.2s;
}

    .app-dashboard-card:hover {
        transform: translateY(-15px);
    }

    .app-dashboard-card img {
        width: 70px;
    }

    .app-dashboard-card p {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }

.disable-card {
    opacity: 0.6;
    pointer-events: none;
}



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 380px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -380px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -380px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.btn-modal-close {
    position: absolute;
    background-color: black;
    opacity: 0.3;
    color: white;
    z-index: 1;
    top: 15px;
    font-size: 22px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.successfull-card {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid var(--primary-color);
    border-left: 6px solid var(--primary-color);
}

.fail-card {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid var(--danger-color);
    border-left: 6px solid var(--danger-color);
}

.warning-card {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid var(--warning-color);
    border-left: 6px solid var(--warning-color);
}

.cell-nowrap {
    width: 1%;
    white-space: nowrap;
}

.list-group-item.active {
    color: var(--dark-color);
    background-color: #ebebeb;
    border-color: #dddddd;
    font-weight: bold;
}

.lottie-error-width {
    width: 800px;
}

@media(max-width: 980px) {
    .lottie-error-width {
        width: 500px;
    }
}

@media(max-width: 550px) {
    .lottie-error-width {
        width: 400px;
    }
}

.dropify-wrapper .dropify-message span.file-icon p {
    font-size: 24px;
}

.dropify-wrapper {
    border-radius: 15px;
}


/*----- Global Loader -----*/
#global-loader {
    position: fixed;
    z-index: 999;
    background: rgb(255, 255, 255);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    #global-loader img {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 43%;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

@keyframes blinking-text {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blinking-text 1s infinite ease-in-out;
}

.loader {
    border: 2px solid #fff;
    border-top: 2px solid #000000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin: 1rem 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .loader.animate {
        opacity: 1;
    }

.lumen-dot {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.lumen-dot-primary {
    background-color: var(--primary-color);
    border: 6px solid var(--primary-light-color);
}

.lumen-dot-warning {
    background-color: var(--warning-color);
    border: 6px solid var(--warning-light-color);
}

.lumen-dot-danger {
    background-color: var(--danger-color);
    border: 6px solid var(--danger-light-color);
}

.border-right-primary {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 5px solid var(--primary-color);
}

.border-right-danger {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 5px solid #f78282;
}

.border-right-warning {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 5px solid var(--warning-color);
}

/*.tooltip-inner {
    background-color: var(--dark-color);
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: var(--dark-color);
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--dark-color);
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--dark-color);
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--dark-color);
}
*/
.holiday-month-card {
    background-color: #e3e7ff;
    color: #8996f1;
    font-weight: bold;
    font-size: 14px;
    height: 80px;
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.ripple-dot:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.ripple-dot:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

@keyframes ripple {
    0% {
        left: 8px;
        top: 8px;
        width: 0;
        height: 0;
    }

    100% {
        left: -18px;
        top: -18px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}


.blink_me {
    animation: blinker 1s linear infinite;
}

.blink_me_soft {
    animation: softblinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes softblinker {
    50% {
        opacity: 0.6;
    }
}

/* Agregue una clase CSS al filtro del Grid */
.e-filter-popup .e-filters .e-filter-item .e-filter-input input[type='checkbox'] {
    cursor: pointer;
    /* Estilo predeterminado del checkbox */
    background-color: #fff;
    border-color: #ddd;
}

    /* Estilo de hover en el checkbox */
    .e-filter-popup .e-filters .e-filter-item .e-filter-input input[type='checkbox']:hover {
        background-color: #f0f0f0;
        border-color: #bbb;
    }

.hr-gradient {
    height: 1px;
    background: linear-gradient(to left, #e0e0e0, rgba(0, 0, 0, 0)) left, linear-gradient(to right, #e0e0e0, rgba(0, 0, 0, 0)) right;
    background-size: 50% 1px;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}

.e-grid .e-filtered::before {
    color: var(--tertiary-color);
}

.btn-form-submit {
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.shimmer-effect {
    animation: shimmer 2s linear infinite;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 1000px 100%;
}

.shimmer-effect-container {
    height: 20px;
    border-radius: 10px;
}

@keyframes shine {
    0% {
        background-position: top left;
    }

    25% {
        background-position: top right;
    }

    50% {
        background-position: bottom right;
    }

    75% {
        background-position: bottom left;
    }

    100% {
        background-position: top left;
    }
}

.empl-timerunning-container {
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, var(--primary-color), var(--tertiary-color));
    padding: 2px;
    border-radius: 30px;
}

.empl-timerunning-content {
    background: #fff;
    padding: 5px 15px 3px;
    border-radius: 30px;
}

}


.table-fixed-header thead th {
    position: sticky;
    top: -3px;
    background-color: var(--primary-color);
}

    .table-fixed-header thead th:first-child {
        border-top-left-radius: 20px;
    }

    .table-fixed-header thead th:last-child {
        border-top-right-radius: 20px;
    }

.highlight-cell-border {
    border: 2px solid #97ee82;
}

a.asp-action-modules {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

    a.asp-action-modules:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }


@media (max-width: 1176px) {
    .btn-punchcontent-element {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1366px;
    }
}

@keyframes ampm_blink_animation {
    0%, 100% {
        background-color: #1565c0;
    }

    50% {
        background-color: #fff;
    }
}

.ampm_blink {
    animation: ampm_blink_animation 1s linear infinite;
}
