* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}
.no-padding{
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding-table:hover{
    background: transparent !important;
}
.no-padding-table td {
    padding: 0 10px !important;
    color: #8a8989 !important;
}
header, main, footer {
    padding-left: 300px;
}
.sidenav .user-view{
    height: 64px;
    padding: 0 16px;
    padding-left: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
    .sidenav .user-view .circle {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        background: #3b3b3b;
        color: white;
        text-align: center;
        line-height: 40px;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
    }
.sidenav .user-view .circle img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.sidenav .user-view .name{
    margin: 0;
    line-height: 1;
    color: #333;
    font-weight: bold;
}
    .sidenav .user-view .email {
        margin: 0;
        padding: 0;
        line-height: 1;
        padding-top: 3px;
        color: #7f7f7f;
    }
.sidenav li > a{
    padding: 0 16px;
}
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
    margin: 0 16px 0 0;
}
nav {
    background-color: #3b3b3b;
    position: relative;
    box-shadow: none;
}
    nav > span{
        padding: 0 15px;
        font-weight: bold;
        font-size: 13px;
    }
    nav .nav-right{
        position: absolute;
        height: 64px;
        top: 0;
        right: 0;
        display: flex;
    }
    nav .sidenav-trigger {
        display: flex;
        align-items: center;
        margin: 0 15px;
    }
        nav .sidenav-trigger i {
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(255, 255, 255, .07);
            color: #49e4f6;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 21px;
            padding-top: 1px;
        }
    nav .wrapper-search {
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    nav .wrapper-search.active {
        position: fixed;
        width: 100%;
        height: 64px;
        background: #333;
        top: 0;
        left: 0;
        z-index: 2;
    }
        nav .wrapper-search.active .search{
            width: 100%;           
        }
            nav .wrapper-search.active .search > i {
                background: rgba(255, 255, 255, .05);
                left: 15px;
            }
            nav .wrapper-search.active .search input {
                width: 100%;
                padding-right: 10px;
                padding-left: 65px;
                border-radius: 7px;
                margin-top: 0;
                background: transparent;
            }
            nav .wrapper-search.active .search .close {
                right: 10px;
            }
        nav .wrapper-search .search {
            width: 220px;
            height: 35px;
            position: relative;
        }
            nav .wrapper-search .search > i {
                position: absolute;
                top: 50%;
                left: 7.5px;
                transform: translateY(-50%);
                height: 35px;
                line-height: 37px;
                font-size: 20px;
            }
            nav .wrapper-search .search input {
                position: absolute;
                background: rgba(255, 255, 255, .1);
                width: 100%;
                height: 35px;
                border: 0;
                border-radius: 7px;
                font-size: 13px;
                padding-right: 35px;
                padding-left: 35px;
                box-sizing: border-box;
                margin-bottom: 0;
                color: white;
                font-weight: 500;
            }
            nav .wrapper-search .search .input:focus {
                box-shadow: none;
            }
            nav .wrapper-search .search .close{
                display: none;
                width: 35px;
                height: 35px;
                line-height: 35px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                text-align: center;
                cursor: pointer;
                user-select: none;
            }
                nav .wrapper-search .search .close i{
                    height: 35px;
                    line-height: 35px;
                    font-size: 21px;
                }
    nav .wrapper-notification {
        width: 35px;
        height: 64px;
        display: flex;
        align-items: center;
        position: relative;
        margin-right: 15px;
    }
        nav .wrapper-notification .notification {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, .1);
            margin-right: 15px;
            cursor: pointer;
            user-select: none;
            flex-shrink: 0;
        }
        nav .wrapper-notification .active{
            width: 9px;
            height: 9px;
            background: #28ed2f;
            border-radius: 50%;
            position: absolute;
            top: 15px;
            left: 26px;
        }
            nav .wrapper-notification .notification i{
                height: 35px;
                line-height: 35px;
                font-size: 20px;
            }
    nav .wrapper-filter {
        width: 35px;
        height: 64px;
        display: flex;
        align-items: center;
        position: relative;
        margin-right: 15px;
    }

        nav .wrapper-filter .filter {
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, .1);
            margin-right: 15px;
            cursor: pointer;
            user-select: none;
            flex-shrink: 0;
        }

            nav .wrapper-filter .filter i {
                height: 35px;
                line-height: 35px;
                font-size: 20px;
            }
    nav .wrapper-account {
        width: 35px;
        height: 64px;
        display: flex;
        align-items: center;
        position: relative;
        margin-right: 15px;
    }
        nav .wrapper-account .account {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-weight: bold;
            font-size: 13px;
            background: rgba(255, 255, 255, .1);
            border-radius: 50%;
            cursor: pointer;
        }
            nav .wrapper-account .account img{
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }
.progress {
    margin: 0;
}
.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a{
    padding: 0 16px;
}
.wrapper-button {
}
.floating-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
    .wrapper-button .button {
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #333;
        color: white;
        border-radius: 50%;
        user-select: none;
        cursor: pointer;
        text-align: center;
        /*margin-bottom: 15px;*/
    }
        .wrapper-button .button.export{
            display: none;
        }
        .wrapper-button .button.filter{
            margin-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            /*background: #eee;*/
        }
        .wrapper-button .button i{
            line-height: inherit;
        }
        .wrapper-button .button img{
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 3px;
        }
        .wrapper-button .button:last-child{
            margin-bottom: 0;
        }
        .wrapper-button .button.filter svg {
            /*fill: white;*/
        }
.wrapper-button .loading {
    display: none;
    background: #333;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px #54ff91 solid;
    animation: radial 1.3s infinite linear;
    z-index: 1;
}
.wrapper-button .loading.clock{
    bottom: 0;
    top: inherit;
}
.wrapper-sidebar .sidebar .wrapper-button-sidebar {
    display: flex;
    margin-bottom: 10px;
}

    .wrapper-sidebar .sidebar .wrapper-button-sidebar .button-sidebar {
        display: inline-flex;
        width: auto;
        height: 40px;
        padding: 0 10px;
        padding-right: 12px;
        background-color: #2673b7;
        background: linear-gradient(91deg, #2673b7 15%, #9171fa);
        color: white;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 13px;
        font-weight: 500;
        margin-right: 15px;
    }

        .wrapper-sidebar .sidebar .wrapper-button-sidebar .button-sidebar i {
            font-size: 21px;
            margin-right: 7px;
        }
.wrapper-table {
    display: block;
    overflow: auto;
}
.wrapper-adjust{
    max-height: calc(100dvh - 64px);
}
.wrapper-table-sidebar{
    position: relative;
    margin-bottom: 15px;
}
    .wrapper-adjust table thead tr {
        position: sticky;
        top: 0;
        left: 0;
        background: white;
        z-index: 2;
    }
.wrapper-table table {
    font-size: 13px;
}
        .wrapper-table table tbody tr {
            transition: all .3s ease-in-out;
        }
        .wrapper-table table tbody tr:hover {
            transition: all .3s ease-in-out;
            background: rgba(0, 0, 0, .05);
            cursor: pointer;
        }
        .wrapper-table table thead tr th {
            padding: 5px 15px;
        }
        .wrapper-table table tbody tr td {
            padding: 5px 15px;
        }
    .wrapper-table table .flex {
        display: flex;
        align-items: center;
        white-space: nowrap;
        height: 30px;
        font-weight: 500;
    }
        .wrapper-table table .flex .pending {
            width: 100%;
            height: 10px;
            background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
            border-radius: 3px;
            background-size: 500px 100px;
            animation-name: moving-gradient;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            animation-fill-mode: forwards;
        }
        .wrapper-table table .grid {
            display: flex;
            align-items: center;
            white-space: nowrap;
            font-weight: 500;
        }
        .wrapper-table table .disabled, .wrapper-table table .disabled .role, .wrapper-table table .disabled .user .circle {
            color: #969696 !important;
            text-decoration: line-through;
        }
            .wrapper-table table .disabled .role {
                background: rgba(0, 0, 0, .1) !important;
            }
        .wrapper-table table .visibility {
            display: inline-flex;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            padding-left: 15px;
            border-radius: 7px;
            font-weight: 500;
            position: relative;
        }
            .wrapper-table table .visibility .circle {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #adacac;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
        .wrapper-table table .status {
            display: inline-flex;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            padding-left: 15px;
            border-radius: 7px;
            font-weight: 500;
            position: relative;
            align-items: center;
        }

            .wrapper-table table .status .circle {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #adacac;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
            .wrapper-table table .status .pending {
                width: 80px;
            }
        .wrapper-table table .assigned {
            display: flex;
        }
            .wrapper-table table .assigned .circle{
                background: rgba(0, 0, 0, .7);
                color: #eee;
                font-size: 13px;
                font-weight: 500;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                margin-right: 5px;
                flex-shrink: 1;
                user-select: none;
            }
                .wrapper-table table .assigned .circle:last-child{
                    margin: 0;
                }
                .wrapper-table table .assigned .circle img {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    display: block;
                    object-fit: cover;
                }
    .wrapper-table table .timer {
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, .05);
        width: 96px;
        padding: 0 10px;
        height: 30px;
        border-radius: 5px;
    }
        .wrapper-table table .timer.off {
            color: #7d7d7d;
        }
        .wrapper-table table .timer.off i{
            color: #7d7d7d;
        }
        .wrapper-table table .timer i {
            font-size: 19px;
            margin-right: 5px;
            color: #794fe1;
        }
    .wrapper-table table .docs {
        display: flex;
        align-items: center;
        height: 30px;
    }

        .wrapper-table table .docs.off {
            color: #7d7d7d;
        }
            .wrapper-table table .docs.off .circle {
                background: rgba(0, 0, 0, .05);
            }
                .wrapper-table table .docs.off .circle i {
                    color: #7d7d7d;
                }
        .wrapper-table table .docs .circle {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #4f4e4e;
            border-radius: 7px;
            color: #e5e5e5;
            text-align: center;
            margin-right: 5px;
        }
            .wrapper-table table .docs .circle i {
                line-height: inherit;
                font-size: 19px;
                color: #9effc2;
            }
    .wrapper-table table .zone {
        display: inline-flex;
        width: 60px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 7px;
        background: rgba(0, 0, 0, .1);
        color: #5e5e5e;
        font-weight: 500;
        text-align: center;
        justify-content: center;
    }
        .wrapper-table table .role {
            display: inline-flex;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            border-radius: 7px;
            background: rgba(0, 0, 0, .1);
            color: #5e5e5e;
            font-weight: bold;
        }
        .wrapper-table table .user{
            position: relative;
            padding-left: 40px;
            height: 30px;
            line-height: 30px;
            font-weight: 500;
            display: flex;
            align-items: center;
        }
            .wrapper-table table .user .pending{
                width: 150px;
            }
            .wrapper-table table .user .circle {
                position: absolute;
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background: rgba(0,0,0,.1);
                color: #5e5e5e;
                border-radius: 50%;
                font-size: 13px;
                font-weight: bold;
            }
            .wrapper-table table .user .circle img{
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
            }
    .wrapper-table table .contacts{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }
        .wrapper-table table .contacts .circle{
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: rgba(0, 0, 0, .1);
            margin-right: 15px;
        }
        .wrapper-table table .contacts .contents {
            line-height: 1;
            user-select: none;
        }
            .wrapper-table table .contacts .contents .name {
                margin-bottom: 2px;
            }
            .wrapper-table table .contacts .contents .email {
                color: #737373;
            }
            .wrapper-table table .contacts .contents .phone {
                display: flex;
                align-items: center;
                color: #a6a6a6;
                height: 20px;
                position: absolute;
                top: 0;
                right: 0;
            }
                .wrapper-table table .contacts .contents .phone i{
                    font-size: 17px;
                    margin-right: 3px;
                    margin-top: 2px;
                }
.role-primary {
    color: #0088ff !important;
    background: #daedfc !important;
}
.role-secondary {
    color: #8b00ff !important;
    background: #e0d7ff !important;
}
.role-third {
    color: #e9892c !important;
    background: #ffecd7 !important;
}
.role-fourth {
    color: #1fa65b !important;
    background: #d7ffe4 !important;
}
.role-fifth {
    color: #a61fa3 !important;
    background: #fbd7ff !important;
}

.zone-north {
    /*color: #ececec !important;*/
    color: #d89aff !important;
    background: #505962 !important;
    /*background: #6c757d !important;*/
}
.zone-center {
    color: #92f2ff !important;
    /*background: #495057 !important;*/
    background: #505962 !important;
}
.zone-south {
    color: #acffa6 !important;
    background: #505962 !important;
}
.zone-all {
    color: #f0f0f0 !important;
    background: #505962 !important;
}
.wrapper-sidebar {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .7);
    z-index: 999;
}
    .wrapper-sidebar .sidebar {
        width: 450px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: white;
        transition: all .3s ease-in-out;
        transform: translateX(100%);
        overflow: auto;
    }
        .wrapper-sidebar .sidebar .header {
            width: 100%;
            height: 64px;
            line-height: 64px;
            background: #333;
            color: white;
            position: relative;
            padding: 0 15px;
            padding-left: 64px;
            font-size: 13px;
            font-weight: bold;
            position: sticky;
            top: 0;
            right: 0;
            z-index: 2;
        }
            .wrapper-sidebar .sidebar .header .button{
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background: rgba(255, 255, 255, .1);
                border-radius: 50%;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 14.5px;
                cursor: pointer;
                user-select: none;
            }
                .wrapper-sidebar .sidebar .header .button i{
                    height: inherit;
                    line-height: inherit;
                    font-size: 20px;
                }
            .wrapper-sidebar .sidebar .header .reset {
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background: rgba(255, 255, 255, .1);
                color: #54ff91;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 15px;
                cursor: pointer;
                user-select: none;
            }
                .wrapper-sidebar .sidebar .header .reset i {
                    height: inherit;
                    line-height: inherit;
                    /*font-size: 20px;*/
                }
            .wrapper-sidebar .sidebar .header .wrapper-context {
               
            }
                .wrapper-sidebar .sidebar .header .wrapper-context .context {
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    background: rgba(255, 255, 255, .1);
                    border-radius: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 15px;
                    cursor: pointer;
                    user-select: none;
                }
                    .wrapper-sidebar .sidebar .header .wrapper-context .context i {
                        line-height: inherit;
                        font-size: 21px;
                    }
                .wrapper-sidebar .sidebar .header .wrapper-context .list {
                    position: absolute;
                    top: 15px;
                    right: 65px;
                    background: #484848;
                    color: white;
                    z-index: 2;
                    border-radius: 7px;
                    cursor: pointer;
                    user-select: none;
                    overflow: auto;
                    display: none;
                }
                    .wrapper-sidebar .sidebar .header .wrapper-context .list .element {
                        height: 35px;
                        line-height: 35px;
                        padding: 0 10px;
                        border-bottom: 1px solid #5a5a5a;
                        transition: all .3s ease-in-out;
                    }
                        .wrapper-sidebar .sidebar .header .wrapper-context .list .element:hover {
                            transition: all .3s ease-in-out;
                            background: rgba(0, 0, 0, .1);
                            color: white;
                        }
                        .wrapper-sidebar .sidebar .header .wrapper-context .list .element:last-child {
                            border: 0;
                        }
        .wrapper-sidebar .sidebar .content {
            padding: 15px;
        }
        .wrapper-sidebar .sidebar .information {
            display: none;
            width: 100%;
            height: 35px;
            line-height: 35px;
            background: linear-gradient(90deg, #333 45%, #71faa4);
            color: white;
            border-radius: 7px;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 13px;
            padding: 0 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            user-select: none;
        }
        .wrapper-sidebar .sidebar .wrapper-action {
            position: relative;
            display: flex;
            margin-top: 7px;
            width: max-content;
        }
            .wrapper-sidebar .sidebar .wrapper-action .action {
                display: inline-flex;
                width: auto;
                height: 40px;
                padding: 0 10px;
                background: #333;
                color: #71faa4;
                border-radius: 7px;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                user-select: none;
                font-size: 13px;
                font-weight: 500;
                margin-right: 15px;
            }
            .wrapper-sidebar .sidebar .wrapper-action .loading {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: calc(100% - 15px);
                height: 40px;
                line-height: 40px;
                font-size: 13px;
                background: #333;
                z-index: 1;
                padding-left: 45px;
                padding-right: 10px;
                color: white;
                font-weight: 500;
                border-radius: 7px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                cursor: pointer;
                user-select: none;
            }
                .wrapper-sidebar .sidebar .wrapper-action .loading .circle {
                    height: 24px;
                    width: 24px;
                    border-radius: 50%;
                    border: 4px solid rgba(255, 255, 255, 0.15);
                    border-top: 4px #54ff91 solid;
                    animation: radial 1.3s infinite linear;
                    position: absolute;
                    top: 7.5px;
                    left: 10px;
                }
            .wrapper-sidebar .sidebar .wrapper-action .action i{
                font-size: 21px;
                margin-right: 7px;
            }
            .wrapper-sidebar .sidebar .wrapper-action .cancel {
                display: none;
                height: 40px;
                line-height: 40px;
                background: #ddd;
                color: #676464;
                padding: 0 10px;
                border-radius: 7px;
                font-size: 12px;
                font-weight: bold;
                cursor: pointer;
                user-select: none;
                justify-content: center;
                align-items: center;
            }
                .wrapper-sidebar .sidebar .wrapper-action .cancel i {
                    font-size: 20px;
                    margin-right: 7px;
                }
        .wrapper-sidebar .sidebar .wrapper-table table th {
            padding: 5px 10px;
        }
        .wrapper-sidebar .sidebar .wrapper-table table td {
            padding: 10px;
        }
    .wrapper-sidebar .wrapper-menu {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, .4);
        width: 450px;
        height: 100%;
        transition: all .3s ease-in-out;
        z-index: 1000;
        backdrop-filter: blur(1px);
    }
    .wrapper-sidebar .wrapper-menu .menu {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #333;
        color: white;
        width: 450px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        transition: all .3s ease-in-out;
        transform: translateY(100%);
    }
        .wrapper-sidebar .wrapper-menu .menu .header {
            position: relative;
            height: 56px;
            line-height: 56px;
            padding: 0 15px;
            padding-right: 35px;
            font-size: 13px;
            font-weight: 500;
            background: rgba(0, 0, 0, .15);
        }
            .wrapper-sidebar .wrapper-menu .menu .header .button {
                position: absolute;
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
                background: rgba(255, 255, 255, .1);
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                cursor: pointer;
                user-select: none;
            }
                .wrapper-sidebar .wrapper-menu .menu .header .button i {
                }
        .wrapper-sidebar .wrapper-menu .menu .content {
            padding: 15px;
        }
        .wrapper-sidebar .wrapper-menu .menu .wrapper-input label {
            color: #999999;
        }
        .wrapper-sidebar .wrapper-menu .menu .wrapper-input input {
            background: rgba(255, 255, 255, .08) !important;
            color: white !important;
        }
        .wrapper-sidebar .wrapper-menu .menu .wrapper-action {
            position: relative;
            display: flex;
            margin-top: 7px;
        }

            .wrapper-sidebar .wrapper-menu .menu .wrapper-action .action {
                display: inline-flex;
                width: auto;
                height: 40px;
                padding: 0 10px;
                background: #262525;
                color: #71faa4;
                border-radius: 7px;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                user-select: none;
                font-size: 13px;
                font-weight: 500;
                margin-right: 15px;
            }

                .wrapper-sidebar .wrapper-menu .menu .wrapper-action .action i {
                    font-size: 21px;
                    margin-right: 7px;
                }

            .wrapper-sidebar .wrapper-menu .menu .wrapper-action .cancel {
                display: none;
                height: 40px;
                line-height: 40px;
                background: #434343;
                color: #c3c3c3;
                padding: 0 10px;
                border-radius: 7px;
                font-size: 12px;
                font-weight: bold;
                cursor: pointer;
                user-select: none;
                justify-content: center;
                align-items: center;
            }

                .wrapper-sidebar .wrapper-menu .menu .wrapper-action .cancel i {
                    font-size: 20px;
                    margin-right: 7px;
                }
            .wrapper-sidebar .wrapper-menu .menu .wrapper-action .delete {
                display: none;
                width: 40px;
                height: 40px;
                line-height: 40px;
                background: #434343;
                color: #f46f4f;
                padding: 0 10px;
                border-radius: 7px;
                font-size: 12px;
                font-weight: bold;
                cursor: pointer;
                user-select: none;
                justify-content: center;
                align-items: center;
                position: absolute;
                top: 0;
                right: 0;
            }
                .wrapper-sidebar .wrapper-menu .menu .wrapper-action .delete i {
                }
label {
    display: block;
    font-size: 13px;
}
.wrapper-input {
    transition: all .3s ease-in-out;
}
    .wrapper-input label {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        color: #686868;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wrapper-input input {
        width: 100%;
        height: 35px !important;
        font-size: 13px !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #efefef !important;
        border-radius: 7px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        font-weight: 500 !important;
    }
        .wrapper-input input::placeholder {
            color: #9e9e9e;
        }
.wrapper-picker {
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
    .wrapper-picker label {
        font-size: 13px;
        padding-left: 10px;
        color: #686868;
        font-weight: bold;
    }
    .wrapper-picker .picker {
        position: relative;
        width: 100%;
        /*height: 35px;*/
    }
        .wrapper-picker .picker .input {
            width: 100%;
            height: 35px;
            line-height: 35px;
            font-size: 13px;
            background: #efefef;
            border-radius: 7px;
            padding: 0 10px;
            box-sizing: border-box;
            font-weight: 500;
            cursor: pointer;
            user-select: none;
        }
        .wrapper-picker .picker .select {
            display: none;
            background: #232323;
            color: white;
            border-radius: 7px;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 99;
            max-height: 229px;
            overflow: auto;
        }
        .wrapper-picker .picker .avatar {
            max-height: 248px;
        }
        .wrapper-picker .picker .select .search {
            padding: 10px;
            padding-bottom: 0;
            position: sticky;
            top: 0;
            background: #232323;
            z-index: 1;
        }
                .wrapper-picker .picker .select .search input {
                    border: 0 !important;
                    box-shadow: none !important;
                    background: rgba(255, 255, 255, .1);
                    color: white;
                    padding: 0 10px;
                    box-sizing: border-box;
                    font-size: 13px;
                    height: 35px;
                    /*font-weight: 500;*/
                    border-radius: 7px;
                }
                .wrapper-picker .picker .select .search .close{
                    display: none;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    background: transparent;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    cursor: pointer;
                    user-select: none;
                }
                    .wrapper-picker .picker .select .search .close i {
                        font-size: 19px;
                        height: 35px;
                        line-height: 35px;
                    }
            .wrapper-picker .picker .select .element, .wrapper-picker .picker .select .disabled {
                height: 35px;
                line-height: 35px;
                padding: 0 10px;
                font-size: 13px;
                font-weight: 500;
                user-select: none;
                white-space: nowrap;
                overflow: hidden;
                /*text-transform: uppercase;*/
            }
            .wrapper-picker .picker .select .disabled {
                color: #8c8787;                
            }
            .wrapper-picker .picker .select .element {
                cursor: pointer;
                transition: all .3s ease-in-out;
                position: relative;
            }
            .wrapper-picker .picker .select .element:hover {
                background: rgba(255, 255, 255, .05);
                transition: all .3s ease-in-out;
            }
        
            .wrapper-picker .picker .avatar .element{
                padding-left: 48px;
                height: 40px;
                line-height: 40px;
            }
            .wrapper-picker .picker .select .element .circle {
                width: 28px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                position: absolute;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
                background: rgba(255, 255, 255, .1);
            }
            .wrapper-picker .picker .select .element .circle img{
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
            }
.wrapper-multiple {
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

    .wrapper-multiple label {
        font-size: 13px;
        padding-left: 10px;
        color: #686868;
        font-weight: bold;
    }

    .wrapper-multiple .multiple {
        position: relative;
        width: 100%;
        /*height: 35px;*/
    }

    .wrapper-multiple .multiple .input {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        background: #efefef;
        border-radius: 7px;
        padding: 0 10px;
        box-sizing: border-box;
        font-weight: 500;
        cursor: pointer;
        user-select: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wrapper-multiple .multiple .select {
        display: none;
        background: #232323;
        color: white;
        border-radius: 7px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        max-height: 229px;
        overflow: auto;
    }
        .wrapper-multiple .multiple .select .element, .wrapper-multiple .multiple .select .disabled {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            font-size: 13px;
            font-weight: 500;
            user-select: none;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
            /*text-transform: uppercase;*/
        }

        .wrapper-multiple .multiple .select .disabled {
            color: #8c8787;
        }

        .wrapper-multiple .multiple .select .element {
            cursor: pointer;
            transition: all .3s ease-in-out;
            position: relative;
        }
            .wrapper-multiple .multiple .select .element .circle {
                transition: all .3s ease-in-out;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
            .wrapper-multiple .multiple .select .element.active {
                background: rgba(255, 255, 255, .05);
                transition: all .3s ease-in-out;
                padding-left: 30px;
            }
                .wrapper-multiple .multiple .select .element.active .circle {
                    width: 8px;
                    height: 8px;
                    background: #45ffb9;
                    border-radius: 50%;
                    left: 12px;
                    
                }
            .wrapper-multiple .multiple .select .element:hover {
                background: rgba(255, 255, 255, .05);
                transition: all .3s ease-in-out;
            }

.label-assign {
    font-size: 13px;
    padding-left: 10px;
    color: #686868;
    font-weight: bold;
    margin-bottom: 10px;
}
.wrapper-clips {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding-right: 50px;
    min-height: 40px;
    max-height: 304px;
    background: #3c3b3b;
    border-radius: 7px;
    padding: 10px;
    flex-direction: column;
}
    .wrapper-clips .wrapper-table table thead tr th {
        padding: 5px 0;
        color: white;
        padding: 5px 0;
        font-weight: 500;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        background: #3c3b3b;
    }
    .wrapper-clips .wrapper-table table tbody tr td {
        padding: 5px 0;
    }
    .wrapper-clips .wrapper-table table tbody tr:hover {
        background: rgba(255, 255, 255, .07);
    }
        .wrapper-clips .wrapper-table table tbody .active {
            background: rgba(255, 255, 255, .07);
        }
    .wrapper-clips .wrapper-table table .placeholder {
        color: #9d9d9d;
    }
    .wrapper-clips .wrapper-table table .placeholder:hover {
        background: transparent;
    }
    .wrapper-clips label {
        display: block;
        line-height: 35px;
        font-size: 13px;
        color: #cfcdcd;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .wrapper-clips .unselect{
        display: none;
        width: max-content;
        height: 35px;
        background: rgba(255, 255, 255, .1);
        color: white;
        font-size: 13px;
        border-radius: 7px;
        margin-bottom: 10px;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
        flex: none;
        padding: 0 10px;
    }
    .wrapper-clips .action {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .1);
        color: white;
        cursor: pointer;
        user-select: none;
        flex-shrink: 1;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .wrapper-clips .action i {
            line-height: inherit;
            font-size: 21px;
        }
    .wrapper-clips .context {
        display: flex;
        flex-wrap: wrap;
    }
    .wrapper-clips .wrapper-table table tbody td {
        padding: 5px 10px !important;
    }
    .wrapper-clips .wrapper-table table tbody .active .clips {
        transition: all .3s ease-in-out;
        padding-left: 60px;
    }
    .wrapper-clips .wrapper-table table tbody .active .radio {
        transition: all .3s ease-in-out;
        z-index: 4;
        background: #54ff71;
    }
    .wrapper-clips .wrapper-table table tbody .active .circle {
        transition: all .3s ease-in-out;
        left: 20px;
    }
    .wrapper-clips .clips {
        width: auto;
        height: 30px;
        position: relative;
        display: inline-flex;
        align-items: center;
        color: white;
        transition: all .3s ease-in-out;
        padding-left: 40px;
    }
        .wrapper-clips .clips span {
            white-space: nowrap;
            position: relative;
            font-size: 13px;
            font-weight: 500;
            overflow: hidden;
            transition: all .3s ease-in-out;
            cursor: pointer;
            padding-right: 10px;
        }
        .wrapper-clips .clips .radio {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            transition: all .3s ease-in-out;
        }
        .wrapper-clips .clips .circle {
            font-size: 13px;
            color: #fff;
            cursor: pointer;
            font-size: 13px;
            background: #605f5f;
            border-radius: 20px;
            height: 30px;
            width: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            left: 0;
            z-index: 2;
            transition: all .3s ease-in-out;
        }
            .wrapper-clips .clips .circle img{
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
            }
    .wrapper-clips .clips .button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 7px;
        background: rgba(255, 255, 255, .07);
        color: #ffd931;
        text-align: center;
        cursor: pointer;
        margin-right: 5px;
        flex-shrink: 0;
        user-select: none;
    }
            .wrapper-clips .clips .button i {
                line-height: inherit;
                font-size: 21px;
            }
    .wrapper-clips .picker {
        flex-shrink: 1;
    }
        .wrapper-clips .picker .select {
            display: none;
            background: #333;
            color: white;
            border-radius: 7px;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 11;
            max-height: 229px;
            overflow: auto;
        }

        .wrapper-clips .picker .avatar {
            /*max-height: 248px;*/
            max-height: 287px;
        }

        .wrapper-clips .picker .select .search {
            padding: 10px;
            padding-bottom: 0;
            position: sticky;
            top: 0;
            background: #333;
            z-index: 1;
        }

            .wrapper-clips .picker .select .search input {
                border: 0 !important;
                box-shadow: none !important;
                background: rgba(255, 255, 255, .1);
                color: white;
                padding: 0 10px;
                padding-right: 35px;
                box-sizing: border-box;
                font-size: 13px;
                height: 35px;
                /*font-weight: 500;*/
                border-radius: 7px;
            }
            .wrapper-clips .picker .select .search .close {
                display: none;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background: transparent;
                position: absolute;
                top: 10px;
                right: 10px;
                cursor: pointer;
                user-select: none;
            }

                .wrapper-clips .picker .select .search .close i {
                    font-size: 19px;
                    height: 35px;
                    line-height: 35px;
                }
        .wrapper-clips .picker .select .element, .wrapper-clips .picker .select .disabled {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            font-size: 13px;
            font-weight: 500;
            user-select: none;
        }

        .wrapper-clips .picker .select .disabled {
            color: #8c8787;
        }

        .wrapper-clips .picker .select .element {
            cursor: pointer;
            transition: all .3s ease-in-out;
            position: relative;
        }

            .wrapper-clips .picker .select .element:hover {
                background: rgba(255, 255, 255, .1);
                transition: all .3s ease-in-out;
            }

        .wrapper-clips .picker .avatar .element {
            padding-left: 48px;
            height: 40px;
            line-height: 40px;
        }

        .wrapper-clips .picker .select .element .circle {
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, .1);
        }

            .wrapper-clips .picker .select .element .circle img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
            }
    .wrapper-clips.light {
        background: #efefef;
    }
        .wrapper-clips.light label {
            color: #828282;
        }
        .wrapper-clips.light .action {
            background: #333;
        }
        .wrapper-clips.light .wrapper-table table thead tr th {
            background: #efefef;
            color: #686868;
        }
        .wrapper-clips.light .wrapper-table tr {
            border-bottom: 1px solid #ddd;
        }
        .wrapper-clips.light .clips .circle {
            background: #333;
        }
        .wrapper-clips.light .clips span {
            color: #3b3b3b;
        }
        .wrapper-clips.light .unselect {
            background: #333;
        }
        .wrapper-clips.light .wrapper-table table tbody .active .radio {
            background: #565bff;
        }
        .wrapper-clips.light .wrapper-table table tbody .active {
            background: rgba(0, 0, 0, .08);
        }
        .wrapper-clips.light .wrapper-table table tbody tr:hover {
            background: rgba(0, 0, 0, .08);
        }
.wrapper-staff {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding-right: 50px;
    min-height: 40px;
    max-height: 304px;
    background: #3c3b3b;
    border-radius: 7px;
    padding: 10px;
    flex-direction: column;
    overflow: auto;
}

    .wrapper-staff table thead tr th {
        padding: 5px 10px;
        color: white;
        padding: 5px 0;
        font-weight: 500;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        background: #3c3b3b;
        font-size: 13px;
        color: white;
    }

    .wrapper-staff table tbody tr td {
        padding: 5px 0;
    }
    .wrapper-staff .clips{
        position: relative;
        height: 30px;
        padding-left: 40px;
        display: flex;
        align-items: center;
    }
    .wrapper-staff .clips span {
        white-space: nowrap;
        position: relative;
        font-size: 13px;
        font-weight: 500;
        overflow: hidden;
        transition: all .3s ease-in-out;
        cursor: pointer;
        padding-right: 10px;
        color: white;
    }

    .wrapper-staff .clips .circle {
        font-size: 13px;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        background: #605f5f;
        border-radius: 20px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        z-index: 2;
        transition: all .3s ease-in-out;
    }

        .wrapper-staff .clips .circle img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
    .wrapper-staff tbody .placeholder {
        color: #cecece;
        font-size: 12px;
        font-weight: 500;
    }
.wrapper-tabs{
    display: flex;
    overflow: auto;
}
    .wrapper-tabs .element {
        display: flex;
        width: max-content;
        height: 35px;
        line-height: 35px;
        /*padding: 0 10px;
        padding-left: 0;*/
        font-weight: 500;
        background: rgba(0, 0, 0, .1);
        color: #6a6a6a;
        margin-right: 10px;
        font-size: 13px;
        border-radius: 7px;
        cursor: pointer;
        user-select: none;
        transition: all .3s ease-in-out;
        margin-bottom: 10px;
    }
    .wrapper-tabs .active {
        transition: all .3s ease-in-out;
        background: #333;
        
        padding-right: 10px;
    }
    .wrapper-tabs .element:last-child{
        margin-right: 0;
    }
    .wrapper-tabs .element i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 21px;
        text-align: center;
    }
    .wrapper-tabs .element .material-icons-text{
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-style:normal;
        font-weight: 700;
    }
    .wrapper-tabs strong {
        display: none;
    }
    .wrapper-tabs .active i {
        color: #9effc2;
    }
    .wrapper-tabs .active strong {
        display: block;
        color: #d7d7d7;
    }
.validation {
    transition: all .3s ease-in-out;
}
    .validation label {
        color: #fb7067 !important;
    }
    .validation input {
        border: 1px solid #fb7067 !important;
    }
    .validation .input {
        border: 1px solid #fb7067 !important;
        color: #fb7067;
        font-weight: 500;
    }
        .validation input::placeholder {
            color: #fb7067;
            font-weight: 500;
            font-size: 13px;
        }
    .validation select {
        border: 1px solid #fb7067 !important;
        color: #fb7067 !important;
        font-weight: 500;
    }
        .validation select option{
            color: black;
        }
    .validation .dropdown-trigger {
        border: 1px solid #fb7067 !important;
        color: #fb7067 !important;
    }
    .validation select {
    }
.wrapper-select {
    transition: all .3s ease-in-out;
}
    .wrapper-select label {
        font-size: 13px;
        padding-left: 10px;
        color: #686868;
        font-weight: bold;
    }
    .wrapper-select input {
        width: 100% !important;
        height: 35px !important;
        font-size: 13px !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #efefef !important;
        border-radius: 7px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        font-weight: 500 !important;
        appearance: none !important;
        color: black;
    }
    .wrapper-select .dropdown-content {
        border-radius: 7px;
        /*background: #333;*/
        background: #232323;
        box-shadow: none;
    }
    .wrapper-select .dropdown-content li {
        min-height: 35px;
        line-height: 35px;
    }
        .wrapper-select .dropdown-content li > a, .wrapper-select .dropdown-content li > span {
            padding: 0 10px;
            line-height: 35px;
            font-size: 13px;
            font-weight: 500;
            color: #e4e3e3;
        }
        .wrapper-select .dropdown-content li.disabled > span {
            color: #7f7e7e;
        }
    .wrapper-select select {
        width: 100%;
        height: 35px;
        font-size: 13px;
        border: 0;
        box-shadow: none;
        background: #efefef;
        border-radius: 7px;
        padding: 0 10px;
        box-sizing: border-box;
        font-weight: 500;
        appearance: none;
        color: black;
        outline: none;
        margin-bottom: 10px;
    }
        .wrapper-select select option {
            background: #efefef;
        }
.wrapper-image {
    position: relative;
    height: auto;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #333;
    border-radius: 7px;
    padding: 10px;
}
    .wrapper-image .title {
        line-height: 1;
        color: #e7e7e7;
    }
    .wrapper-image .subtitle {
        line-height: 1;
        color: #949393;
    }
    .wrapper-image .image {
        width: 45px;
        height: 45px;
        background: #1f1f1f;
        border-radius: 50%;
        margin-bottom: 8px;
    }
        .wrapper-image .image img{
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
        }
    .wrapper-image .attachment {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-flex;
        width: auto;
        height: 40px;
        padding: 0 10px;
        background: rgba(0, 0, 0, .35);
        color: #71faa4;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }
        .wrapper-image .attachment i{
            margin-right: 8px;
            font-size: 21px;
        }
    .wrapper-image .delete {
        position: absolute;
        top: 10px;
        right: 10px;
        display: none;
        width: auto;
        height: 40px;
        padding: 0 10px;
        padding-right: 14px;
        background: rgba(0, 0, 0, .35);
        color: #fac971;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }
        .wrapper-image .delete i {
            margin-right: 7px;
            font-size: 21px;
        }

.wrapper-endpoint{
    margin-bottom: 0;
}
    .wrapper-endpoint .initial {
        padding-left: 0;
    }
    .wrapper-endpoint .last-child{
        padding-right: 0;
    }
.wrapper-no-margin {
    margin-bottom: 0;
}

    .wrapper-no-margin .initial {
        padding-left: 0;
    }

    .wrapper-no-margin .last-child {
        padding-right: 0;
    }
.wrapper-find{
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}
    .wrapper-find .find {
        display: inline-flex;
        width: max-content;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        padding-left: 30px;
        background: #333;
        color: #71faa4;
        border-radius: 7px;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        float: right;
    }
        .wrapper-find .find svg {
            position: absolute;
            top: 50%;
            left: 4px;
            transform: translateY(-50%);
            padding: 1px;
            fill: #71faa4;
        }
    .wrapper-find .loading {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: max-content;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        background: #333;
        z-index: 1;
        padding-left: 35px;
        padding-right: 5px;
        color: white;
        font-weight: 500;
        border-radius: 7px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }
        .wrapper-find .loading .circle {
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 4px solid rgba(255, 255, 255, 0.15);
            border-top: 4px #54ff91 solid;
            animation: radial 1.3s infinite linear;
            position: absolute;
            top: 6.5px;
            left: 6.5px;
        }
.wrapper-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.wrapper-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
.wrapper-adjust::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
.wrapper-table::-webkit-scrollbar-corner {
    background-color: transparent;
}

.wrapper-table::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.wrapper-adjust::-webkit-scrollbar-thumb {
    background-color: #747474;
}
.picker .select::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 7px;
}
.picker .select::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 7px;
}
.picker .select::-webkit-scrollbar-corner {
    background-color: transparent;
}
.picker .select::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 7px;
}
.map {
    width: 100%;
    height: calc(100dvh - 64px);
}

.wrapper-message {
    position: relative;
}
    .wrapper-message .message {
        width: 350px;
        height: auto;
        padding: 15px;
        padding-right: 50px;
        background: #333;
        color: white;
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 15px;
        right: 15px;
        transform: translateX(calc(100% + 15px));
        transition: all .3s ease-in-out;
        border-radius: 7px;
        z-index: 1000;
    }
        .wrapper-message .message .circle{
            width: 25px;
            height: 25px;
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-right: 15px;
            user-select: none;
        }
            .wrapper-message .message .circle i{
                font-size: 17px;
                padding-top: 1px;
            }
        .wrapper-message .message .content {
            line-height: 1;
            font-size: 13px;
            font-weight: 500;
            user-select: none;
        }
            .wrapper-message .message .content .title{
                margin-bottom: 5px;
            }
            .wrapper-message .message .content .subtitle {
                color: #c2c2c2;
            }
        .wrapper-message .message .close {
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            cursor: pointer;
            user-select: none;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
        }
            .wrapper-message .message .close i {
                font-size: 21px;
            }
    .wrapper-message.success .message .circle {
        background: #04c753;
    }
    .wrapper-message.success .message .content .title {
        color: #00ff68;
    }
    .wrapper-message.error .message .circle {
        background: #ff4444;
    }
    .wrapper-message.error .message .content .title {
        color: #ff4444;
    }
    .wrapper-message.info .message .circle {
        background: #ffc400;
        color: #333;
    }
    .wrapper-message.info .message .content .title {
        color: #ffc400;
    }
.layer {
    display: none;
}

.message-endpoint {
    display: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: white;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding: 0 10px;
    padding-right: 35px;
    margin-bottom: 10px;
    border-radius: 7px;
}
    .message-endpoint .close{
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        user-select: none;
    }
        .message-endpoint .close i {
            height: 35px;
            line-height: 35px;
            font-size: 19px;
            padding-top: 1px;
        }
.activities {
    /*margin-top: 5px;*/
}
    .activities .notes {
        width: 100%;
        background: rgba(0, 0, 0, .1);
        border-radius: 7px;
        margin-bottom: 15px;
    }
    .activities .notfound{
        width: 100%;
        height: 150px;
        background-image: url('../img/not-found.jpg');
        background-size: cover;
        background-position: 50% 80%;
    }

    .activities .notes .empty {
        padding: 10px;
        font-size: 13px;
        font-weight: 500;
        color: #eeeeee;
    }
        .activities .notes .account{
            width: 100%;
            height: max-content;
            padding: 10px;
            display: flex;
            align-items: center;
            font-size: 13px;
            font-weight: 500;
        }
            .activities .notes .account .circle {
                background: rgba(0, 0, 0, .7);
                color: white;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 13px;
                font-weight: 500;
                margin-right: 10px;
            }
                .activities .notes .account .circle img {
                    width: 100%;
                    height: 100%;
                    display: block;
                    object-fit: cover;
                    border-radius: 50%;
                }
        .activities .notes .image {
            width: 100%;
            height: 300px;
            margin-bottom: 10px;
        }
            .activities .notes .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .activities .notes .caption {
            padding: 10px;
            padding-top: 0;
            line-height: 1;
            font-size: 13px;
        }
            .activities .notes .caption .description {
                font-weight: 500;
            }
            .activities .notes .caption .timestamp {
                color: #5f5f5f;
                font-weight: 500;
                padding-top: 2px;
            }
.events {
    margin-top: 5px;
}

    .events .element {
        width: 100%;
        background: rgba(0, 0, 0, .1);
        border-radius: 7px;
        margin-bottom: 15px;
        position: relative;
        padding-right: 95px;
    }

        .events .element .empty {
            padding: 10px;
            font-size: 13px;
            font-weight: 500;
            color: #626262;
        }

        .events .element .account {
            width: 100%;
            min-height: 50px;
            height: max-content;
            padding: 10px;
            display: flex;
            align-items: center;
            font-size: 13px;
            font-weight: 500;
            flex-wrap: wrap;
            position: relative;
            padding-left: 50px;
            line-height: 1;
        }
            .events .element .account > span {
                padding-right: 4px;
            }
            .events .element .account > strong {
                color: #6c6a6a;
            }
            .events .element .account > strong p {
                display: inline;
            }
            .events .element .account .circle {
                background: rgba(0, 0, 0, .7);
                color: white;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 13px;
                font-weight: 500;
                margin-right: 10px;
                position: absolute;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
            }

                .events .element .account .circle img {
                    width: 100%;
                    height: 100%;
                    display: block;
                    object-fit: cover;
                    border-radius: 50%;
                }

        .events .element .image {
            width: 100%;
            height: 300px;
            margin-bottom: 10px;
        }

            .events .element .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .events .element .caption {
            line-height: 1;
            font-size: 13px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
        }

            .events .element .caption .description {
                font-weight: 500;
            }

            .events .element .caption .timestamp {
                color: #5f5f5f;
                font-weight: 500;
                padding-top: 2px;
                display: flex;
                flex-direction: column;
                line-height: 1;
                align-items: end;
            }
.givens {
    display: none;
}
.project {
    display: none;
    background: #3c3b3b;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
}
    .project .message {
        display: flex;
        height: 20px;
        margin-bottom: 10px;
        font-size: 13px;
        align-items: center;
    }
        .project .message .circle {
            background: #04c753;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-right: 8px;
            user-select: none;
        }
        .project .wrapper-element {
            margin-bottom: 10px;
        }
            .project .wrapper-element:last-child {
                /*margin-bottom: 0;*/
            }
            .project .wrapper-element .title {
                font-size: 13px;
                color: #a4a4a4;
                font-weight: 500;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .project .wrapper-element .element {
                display: flex;
                font-size: 13px;
                align-items: center;
                line-height: 1;
            }
                .project .wrapper-element .element i{
                    font-size: 18px;
                    padding-right: 7px;
                }
    .project .wrapper-cancel {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        position: relative;
    }
        .project .wrapper-cancel .cancel {
            display: inline-flex;
            width: auto;
            height: 40px;
            padding: 0 10px;
            background: rgba(255, 255, 255, .06);
            color: #faec71;
            border-radius: 7px;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            user-select: none;
            font-size: 13px;
            font-weight: 500;
            position: absolute;
            top: 0;
            right: 0;
        }
    .project .wrapper-picker label {
        padding: 0;
        font-weight: 500;
        color: #a4a4a4;
        margin-bottom: 3px;
    }
    .project .wrapper-picker .picker .input{
        background: rgba(255, 255, 255, .1);
    }
.update {
    /*display: none;*/
    background: #3c3b3b;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
}
    .update .wrapper-element {
        margin-bottom: 10px;
    }

        .update .wrapper-element:last-child {
            margin-bottom: 5px;
        }

        .update .wrapper-element .title {
            font-size: 13px;
            color: #a4a4a4;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .update .wrapper-element .element {
            display: flex;
            font-size: 13px;
            align-items: center;
            line-height: 1;
        }

            .update .wrapper-element .element i {
                font-size: 18px;
                padding-right: 7px;
            }
.update .wrapper-compile {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    position: relative;
}

    .update .wrapper-compile .compile {
        display: inline-flex;
        width: auto;
        height: 40px;
        padding: 0 10px;
        background: #333;
        color: #71faa4;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
    }
        .update .wrapper-compile .compile svg {
            fill: #71faa4;
            margin-right: 5px;
            padding: 1px;
        }
    .update .wrapper-compile .loading {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: max-content;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        background: #333;
        z-index: 1;
        padding-left: 40px;
        padding-right: 10px;
        color: white;
        font-weight: 500;
        border-radius: 7px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        .update .wrapper-compile .loading .circle {
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 4px solid rgba(255, 255, 255, 0.15);
            border-top: 4px #54ff91 solid;
            animation: radial 1.3s infinite linear;
            position: absolute;
            top: 9px;
            left: 9px;
        }
.update .wrapper-picker label {
    padding: 0;
    font-weight: 500;
    color: #a4a4a4;
    margin-bottom: 3px;
}

    .update .wrapper-picker .picker .input {
        background: rgba(255, 255, 255, .1);
    }
.settings {
    background: #3c3b3b;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
}
    .settings .wrapper-input input {
        background: rgba(255, 255, 255, .1) !important;
        color: white;
    }
    .settings .wrapper-select input {
        background: rgba(255, 255, 255, .1) !important;
        color: white;
        appearance: none !important;
    }
    .settings .wrapper-input label {
        color: #a4a4a4;
        font-weight: 500;
    }
    .settings .wrapper-select label {
        color: #a4a4a4;
        font-weight: 500;
    }
    .settings .wrapper-select .select-wrapper .caret{
        display: none;
    }
    .wrapper-snap {
        position: relative;
        display: flex;
        margin-top: 7px;
        width: max-content;
    }
        .wrapper-snap .snap {
            display: inline-flex;
            width: auto;
            height: 40px;
            padding: 0 10px;
            background: #333;
            color: #71faa4;
            border-radius: 7px;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            user-select: none;
            font-size: 13px;
            font-weight: 500;
        }
            .wrapper-snap .snap i {
                font-size: 21px;
                margin-right: 6px;
            }
        .wrapper-snap .loading {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 13px;
            background: #333;
            z-index: 1;
            padding-left: 45px;
            padding-right: 10px;
            color: white;
            font-weight: 500;
            border-radius: 7px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: pointer;
            user-select: none;
        }
            .wrapper-snap .loading .circle {
                height: 24px;
                width: 24px;
                border-radius: 50%;
                border: 4px solid rgba(255, 255, 255, 0.15);
                border-top: 4px #54ff91 solid;
                animation: radial 1.3s infinite linear;
                position: absolute;
                top: 7.5px;
                left: 10px;
            }
.wrapper-switch{
    margin-bottom: 10px;
}
    .wrapper-switch .label {
        font-size: 13px;
        padding-left: 10px;
        color: #a4a4a4;
        font-weight: 500;
    }
    .wrapper-switch .switch{
        position: relative;
        background: rgba(255, 255, 255, .1);
        color: white;
        border-radius: 7px;
        height: 35px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        font-weight: 13px;
    }
        .wrapper-switch .switch strong {
            color: white;
            transition: all .3s ease-in-out;
        }
        .wrapper-switch .switch label .lever {
            position: absolute;
            top: calc(50% - 2.5px);
            right: 10px;
            margin: 0;
            background-color: rgba(255, 255, 255, .38);
            width: 35px;
            height: 5px;
        }
            .wrapper-switch .switch label .lever:before, .wrapper-switch .switch label .lever:after {
                width: 15px;
                height: 15px;
                top: -5px;
            }
            .wrapper-switch .switch label .lever:after {
                box-shadow: none;
            }
        .wrapper-switch .switch label input[type=checkbox]:checked + .lever:before, .wrapper-switch .switch label input[type=checkbox]:checked + .lever:after {
            left: 20px;
        }
        .wrapper-switch .switch label input[type=checkbox]:checked + .lever:after {
            background-color: #71faa4;
        }
        .wrapper-switch .switch label input[type=checkbox]:checked + .lever {
            background-color: #609275;
        }
/*.convert {
    display: none;
}*/
.settings .wrapper-analyze {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}
    .settings .wrapper-analyze .analyze {
        display: inline-flex;
        width: max-content;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        padding-left: 30px;
        background: linear-gradient(125deg, #278a52 25%, #21f06e);
        color: white;
        border-radius: 7px;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        float: right;
    }
        .settings .wrapper-analyze .analyze svg {
            position: absolute;
            top: 50%;
            left: 4px;
            transform: translateY(-50%);
            padding: 1px;
            fill: white;
        }
    .settings .wrapper-analyze .loading {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: max-content;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        background: #333;
        z-index: 1;
        padding-left: 40px;
        padding-left: 40px;
        padding-right: 10px;
        color: white;
        font-weight: 500;
        border-radius: 7px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
        box-shadow: 0 0 0 1px #3c3b3b;
    }
        .settings .wrapper-analyze .loading .circle {
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 4px solid rgba(255, 255, 255, 0.15);
            border-top: 4px #54ff91 solid;
            animation: radial 1.3s infinite linear;
            position: absolute;
            top: 6.5px;
            left: 10px;
        }
.transform {
    display: none;
    background: #2a2929;
    color: white;
    padding: 10px;
    border-radius: 7px;
}
    .transform .wrapper-element {
        margin-bottom: 10px;
    }

        .transform .wrapper-element:last-child {
            /*margin-bottom: 0;*/
        }

        .transform .wrapper-element .title {
            font-size: 13px;
            color: #a4a4a4;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .transform .wrapper-element .element {
            display: flex;
            font-size: 13px;
            align-items: center;
            line-height: 1;
        }

    .transform .wrapper-cancel {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        position: relative;
    }

        .transform .wrapper-cancel .cancel {
            display: inline-flex;
            width: auto;
            height: 40px;
            padding: 0 10px;
            background: rgba(255, 255, 255, .06);
            color: #faec71;
            border-radius: 7px;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            user-select: none;
            font-size: 13px;
            font-weight: 500;
            position: absolute;
            top: 0;
            right: 0;
        }

    .transform .wrapper-picker label {
        padding: 0;
        font-weight: 500;
        color: #a4a4a4;
        margin-bottom: 3px;
    }

    .transform .wrapper-picker .picker .input {
        background: rgba(255, 255, 255, .1);
    }
    .transform .message {
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 35px;
    }
        .transform .message .circle {
            width: 25px;
            height: 25px;
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-right: 10px;
            user-select: none;
        }
            .transform .message .circle i {
                font-size: 17px;
                padding-top: 1px;
            }
        .transform .message .close {
            width: 45px;
            height: 46px;
            background: transparent;
            color: white;
            display: none;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            user-select: none;
            position: absolute;
            top: -10px;
            right: -10px;
            cursor: pointer;
        }
            .transform .message .close i{
                font-size: 19px;
            }
        .transform .message .subtitle {
            color: #c2c2c2;
            line-height: 1;
            font-size: 13px;
        }
    .transform.success .message .circle {
        background: #04c753;

    }
    .transform.success .message .circle i{
        display: block;
    }
    .transform.error .message .circle {
        background: #ff4444;
    }

    .transform.info .message .circle {
        background: #ffc400;
        color: #333;
    }
.account-settings{
    display: none;
    position: fixed;
    right: 15px;
    top: 74px;
    width: 250px;
    background: #333;
    border-radius: 7px;
    line-height: 1;
    font-size: 13px;
    z-index: 99999;
}
    .account-settings .circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #3b3b3b;
        color: white;
        margin: 15px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
        .account-settings .circle img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            display: block;
            border-radius: 50%;
        }
    .account-settings .name {
        text-align: center;
        color: white;
        font-weight: 500;
    }
    .account-settings .email {
        text-align: center;
        color: #777777;
        font-weight: 500;
        padding-top: 2px;
    }
    .account-settings .element {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
        .account-settings .element .item {
            height: 40px;
            display: flex;
            align-items: center;
            color: rgba(255, 255, 255, .6);
            border-bottom: 1px solid rgba(255, 255, 255, .1);
            cursor: pointer;
            transition: all .3s ease-in-out;
            font-weight: 500;
        }
            .account-settings .element .item:hover {
                background: rgba(255, 255, 255, .08);
                color: rgba(255, 255, 255, 1);
                transition: all .3s ease-in-out;
            }
        .account-settings .element .item i{
            margin: 0 10px;
            font-size: 21px;
        }
        .account-settings .element .item a {
            display: flex;
            align-items: center;
            color: rgba(255, 255, 255, .6);
        }
            .account-settings .element .item:hover a {
                color: rgba(255, 255, 255, 1);
            }
.filter-settings {
    display: none;
    position: fixed;
    right: 65px;
    top: 74px;
    width: 250px;
    background: #333;
    border-radius: 7px;
    line-height: 1;
    font-size: 13px;
    z-index: 99999;
}
    .filter-settings .element {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

        .filter-settings .element .item {
            height: 40px;
            line-height: 40px;
            color: rgba(255, 255, 255, .6);
            border-bottom: 1px solid rgba(255, 255, 255, .1);
            cursor: pointer;
            transition: all .3s ease-in-out;
            font-weight: 500;
            padding: 0 10px;
            position: relative;
        }
        .filter-settings .element .item.active {
            padding-left: 28px;
        }
            .filter-settings .element .item.active .circle{
                width: 7px;
                height: 7px;
                background: #71faa4;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
            }
            .filter-settings .element .item:hover {
                background: rgba(255, 255, 255, .08);
                color: rgba(255, 255, 255, 1);
                transition: all .3s ease-in-out;
            }
.HasDisplay{
    display: block;
}
.attendances-predefined{
    display: none;
}
.attendances-predefined .element {
    background: #3c3b3b;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
    padding-left: 60px;
    min-height: 60px;
}

    .attendances-predefined .element.active {
        /*background: linear-gradient(90deg, #3c3b3b 65%, #71faa4);*/
    }

    .attendances-predefined .element .wrapper-checkout {
        display: none;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .attendances-predefined .element.active .wrapper-checkout {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .attendances-predefined .element.active .wrapper-checkout .checkout {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            /*background: rgba(78, 239, 61, .2);*/
            background: rgba(0, 0, 0, .3);
            color: #43ff6d;
            border-radius: 50%;
            cursor: pointer;
            user-select: none;
        }

            .attendances-predefined .element.active .wrapper-checkout .checkout i {
                line-height: inherit;
                font-size: 21px;
            }

    .attendances-predefined .element .date {
        display: flex;
        flex-direction: column;
        line-height: 1;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
    }

        .attendances-predefined .element .date span {
            display: block;
            font-size: 20px;
            font-weight: bold;
            color: white;
        }

        .attendances-predefined .element .date strong {
            font-weight: 500;
            color: #9b9b9b;
        }

    .attendances-predefined .element .account {
        width: 100%;
        min-height: 60px;
        height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        font-weight: 500;
        color: white;
        position: relative;
        padding-left: 40px;
        line-height: 1;
    }

        .attendances-predefined .element .account p {
            display: inline;
            color: #9b9b9b;
        }

        .attendances-predefined .element .account strong div {
            display: inline;
            color: #ffd537;
        }

        .attendances-predefined .element .account .circle {
            background: #605f5f;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 500;
            margin-right: 10px;
            position: absolute;
            left: 0;
        }

            .attendances-predefined .element .account .circle img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                border-radius: 50%;
            }

    .attendances-predefined .element .wrapper-context {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .attendances-predefined .element .wrapper-context .title {
            font-weight: 500;
            font-size: 13px;
            color: #a3a3a3;
            margin: 0;
            margin-bottom: 10px;
            line-height: 1;
        }

        .attendances-predefined .element .wrapper-context .context {
        }

            .attendances-predefined .element .wrapper-context .context .component {
                height: 35px;
                padding: 0 10px;
                padding-left: 80px;
                position: relative;
                cursor: pointer;
                transition: all .3s ease-in-out;
                margin-bottom: 10px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                line-height: 1;
            }

                .attendances-predefined .element .wrapper-context .context .component.active {
                    padding: 30px;
                    padding-left: 90px;
                    border-radius: 7px;
                    background: rgba(255, 255, 255, .03);
                    margin-right: 15px;
                    transition: all .3s ease-in-out;
                }

                    .attendances-predefined .element .wrapper-context .context .component.active .type {
                        left: 10px;
                    }

                    .attendances-predefined .element .wrapper-context .context .component.active .circle {
                        left: 50px;
                    }

                .attendances-predefined .element .wrapper-context .context .component .type {
                    width: 30px;
                    height: 30px;
                    background: #4f4f4f;
                    color: #cfcfcf;
                    border-radius: 50%;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: all .3s ease-in-out;
                }

                .attendances-predefined .element .wrapper-context .context .component .circle {
                    width: 30px;
                    height: 30px;
                    background: rgba(0, 0, 0, .1);
                    color: #ddd;
                    border-radius: 50%;
                    position: absolute;
                    top: 50%;
                    left: 40px;
                    transform: translateY(-50%);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: all .3s ease-in-out;
                }

                    .attendances-predefined .element .wrapper-context .context .component .circle.done {
                        background: rgba(63, 208, 255, .13) !important;
                        color: #34aee5 !important;
                    }

                    .attendances-predefined .element .wrapper-context .context .component .circle.pending {
                        background: rgb(78, 239, 61, .09) !important;
                        color: #43ff6d !important;
                    }

                .attendances-predefined .element .wrapper-context .context .component .type i {
                    font-size: 18px;
                    padding-top: 1px;
                }

                .attendances-predefined .element .wrapper-context .context .component .circle i {
                    font-size: 18px;
                    padding-top: 2px;
                }

                .attendances-predefined .element .wrapper-context .context .component .content {
                    padding: 0;
                    font-size: 13px;
                    display: flex;
                    flex-direction: column;
                    font-weight: 500;
                }

                    .attendances-predefined .element .wrapper-context .context .component .content span {
                        color: #aaa7a7;
                    }

                    .attendances-predefined .element .wrapper-context .context .component .content strong {
                        color: white;
                    }

                .attendances-predefined .element .wrapper-context .context .component.active .button {
                    width: max-content;
                    height: 35px;
                    transition: all .3s ease-in-out;
                }

                .attendances-predefined .element .wrapper-context .context .component .button {
                    width: 0;
                    height: 0;
                    line-height: 35px;
                    background: #333;
                    color: #71faa4;
                    padding: 0 10px;
                    border-radius: 7px;
                    overflow: hidden;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 10px;
                    user-select: none;
                    font-size: 13px;
                    font-weight: 500;
                }

.attendances-predefined .wrapper-predefined-flat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    padding: 0 15px;
    margin-bottom: 15px
}

    .attendances-predefined .wrapper-predefined-flat .predefined-flat {
        background: rgba(255, 255, 255, .1);
        margin-left: 10px;
        width: max-content;
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 500;
        color: white;
        cursor: pointer;
        user-select: none;
    }
    .attendances-predefined .wrapper-predefined-flat .predefined-flat.active {
        background: linear-gradient(90deg, #2ec47e 5%, #2eb5a5 60%);
        position: relative;
        padding-left: 35px;
    }
        .attendances-predefined .wrapper-predefined-flat .predefined-flat.active i{
            line-height: inherit;
            position: absolute;
            left: 0;
            width: 35px;
            text-align: center;
            font-size: 19px;
        }
    .attendances-predefined .element .wrapper-context .context {
    }

        .attendances-predefined .element .wrapper-context .context .node {
        }

            .attendances-predefined .element .wrapper-context .context .node .heading {
                color: white;
                font-size: 13px;
                font-weight: 500;
                margin-bottom: 10px;
                padding-left: 15px;
                position: relative;
                height: 20px;
                line-height: 20px;
            }

                .attendances-predefined .element .wrapper-context .context .node .heading .circle {
                    width: 7px;
                    height: 7px;
                    background: gray;
                    position: absolute;
                    left: 0;
                    top: calc(50% + 01px);
                    transform: translateY(-50%);
                }
.attendances .pending {
    background: rgba(78, 239, 61, .13) !important;
    color: #43ff6d !important;
}

.attendances .done {
    background: rgba(9, 131, 170, .13) !important;
    color: #3499e5 !important;
}

.attendances .element.empty {
    line-height: 40px;
    min-height: 40px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #ddd;
}

    .attendances .element.empty i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        text-align: center;
        transform: translateY(-50%);
        color: #f6ff90;
        font-size: 21px;
    }

.attendances .element{
    background: #3c3b3b;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
    padding-left: 60px;
    min-height: 60px;
}
    .attendances .element.active {
        /*background: linear-gradient(90deg, #3c3b3b 65%, #71faa4);*/
    }
    .attendances .element .wrapper-checkout {
        display: none;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .attendances .element.active .wrapper-checkout {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .attendances .element.active .wrapper-checkout .checkout {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        /*background: rgba(78, 239, 61, .2);*/
        background: rgba(0, 0, 0, .3);
        color: #43ff6d;
        border-radius: 50%;
        cursor: pointer;
        user-select: none;
    }
        .attendances .element.active .wrapper-checkout .checkout i {
            line-height: inherit;
            font-size: 21px;
        }
    .attendances .element .date{
        display: flex;
        flex-direction: column;
        line-height: 1;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
    }
        .attendances .element .date span {
            display: block;
            font-size: 20px;
            font-weight: bold;
            color: white;
        }
        .attendances .element .date strong {
            font-weight: 500;
            color: #9b9b9b;
        }
    .attendances .element .account {
        width: 100%;
        min-height: 60px;
        height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        font-weight: 500;
        color: white;
        position: relative;
        padding-left: 40px;
        line-height: 60px;
    }
        .attendances .element .account p {
            display: inline;
            color: #9b9b9b;
        }
        .attendances .element .account strong div {
            display: inline;
            color: #ffd537;
        }
        .attendances .element .account .circle {
            background: #605f5f;
            color: white;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 500;
            margin-right: 10px;
            position: absolute;
            left: 0;
        }

            .attendances .element .account .circle img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                border-radius: 50%;
            }
        .attendances .element .wrapper-context {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }
            .attendances .element .wrapper-context .title {
                font-weight: 500;
                font-size: 13px;
                color: #a3a3a3;
                margin: 0;
                margin-bottom: 10px;
                line-height: 1;
            }
            .attendances .element .wrapper-context .context {
                
            }
                .attendances .element .wrapper-context .context .node {
                   
                }
                    .attendances .element .wrapper-context .context .node .heading {
                        color: white;
                        font-size: 13px;
                        font-weight: 500;
                        margin-bottom: 10px;
                        padding-left: 15px;
                        position: relative;
                        height: 20px;
                        line-height: 20px;
                    }
                        .attendances .element .wrapper-context .context .node .heading .circle {
                            width: 7px;
                            height: 7px;
                            background: gray;
                            position: absolute;
                            left: 0;
                            top: calc(50% + 01px);
                            transform: translateY(-50%);

                        }
                .attendances .element .wrapper-context .context .component {
                    height: 35px;
                    padding: 0 10px;
                    padding-left: 80px;
                    position: relative;
                    cursor: pointer;
                    transition: all .3s ease-in-out;
                    margin-bottom: 10px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    line-height: 1;
                }
                    .attendances .element .wrapper-context .context .component.disabled.active {
                        padding: 0;
                        padding-left: 80px;
                        border-radius: 7px;
                        background: transparent;
                        transition: all .3s ease-in-out;
                    }

                        .attendances .element .wrapper-context .context .component.disabled.active .type {
                            left: 0;
                        }

                        .attendances .element .wrapper-context .context .component.disabled.active .circle {
                            left: 40px;
                        }
                    .attendances .element .wrapper-context .context .component.active {
                        padding: 30px;
                        padding-left: 90px;
                        border-radius: 7px;
                        background: rgba(255, 255, 255, .03);
                        margin-right: 15px;
                        transition: all .3s ease-in-out;
                    }
                        .attendances .element .wrapper-context .context .component.active .type {
                            left: 10px;
                        }
                        .attendances .element .wrapper-context .context .component.active .circle {
                            left: 50px;
                        }
                    .attendances .element .wrapper-context .context .component .type {
                        width: 30px;
                        height: 30px;
                        background: #4f4f4f;
                        color: #cfcfcf;
                        border-radius: 50%;
                        position: absolute;
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: all .3s ease-in-out;
                    }
                    .attendances .element .wrapper-context .context .component .circle {
                        width: 30px;
                        height: 30px;
                        background: rgba(0, 0, 0, .1);
                        color: #ddd;
                        border-radius: 50%;
                        position: absolute;
                        top: 50%;
                        left: 40px;
                        transform: translateY(-50%);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: all .3s ease-in-out;
                    }
                        .attendances .element .wrapper-context .context .component .circle.done {
                            background: rgba(63, 208, 255, .13) !important;
                            color: #34aee5 !important;
                        }
                        .attendances .element .wrapper-context .context .component .circle.pending {
                            background: rgb(78, 239, 61, .09) !important;
                            color: #43ff6d !important;
                        }
                        .attendances .element .wrapper-context .context .component .type i {
                            font-size: 18px;
                            padding-top: 1px;
                        }
                        .attendances .element .wrapper-context .context .component .circle i {
                            font-size: 18px;
                            padding-top: 2px;
                        }
                    .attendances .element .wrapper-context .context .component .content {
                        padding: 0;
                        font-size: 13px;
                        display: flex;
                        flex-direction: column;
                        font-weight: 500;
                    }
                        .attendances .element .wrapper-context .context .component .content span {
                            color: #aaa7a7;
                        }
                        .attendances .element .wrapper-context .context .component .content strong {
                            color: white;
                        }
                    .attendances .element .wrapper-context .context .component.active .button {
                        width: max-content;
                        height: 35px;
                        transition: all .3s ease-in-out;
                    }
                    .attendances .element .wrapper-context .context .component .button {
                        width: 0;
                        height: 0;
                        line-height: 35px;
                        background: #333;
                        color: #71faa4;
                        padding: 0 10px;
                        border-radius: 7px;
                        overflow: hidden;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        right: 10px;
                        user-select: none;
                        font-size: 13px;
                        font-weight: 500;
                    }

.attendances .pending {
    background: rgba(78, 239, 61, .13) !important;
    color: #43ff6d !important;
}

.attendances .done {
    background: rgba(9, 131, 170, .13) !important;
    color: #3499e5 !important;
}
    .attendances .element.empty{
        line-height: 40px;
        min-height: 40px;
        padding-left: 40px;
        font-size: 13px;
        font-weight: 500;
        color: #ddd;
    }
        .attendances .element.empty i {
            position: absolute;
            top: 50%;
            left: 0;
            width: 40px;
            text-align: center;
            transform: translateY(-50%);
            color: #f6ff90;
            font-size: 21px;
        }
.wrapper-attendances{

}
    .wrapper-attendances .wrapper-add{
        margin-bottom: 10px;
    }
        .wrapper-attendances .wrapper-add .button {
            background: linear-gradient(90deg, #2e60c4 5%, #3c3b3b 60%);
            color: white;
            width: max-content;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            padding-left: 35px;
            border-radius: 7px;
            cursor: pointer;
            user-select: none;
            font-size: 13px;
            font-weight: 500;
            position: relative;
        }
            .wrapper-attendances .wrapper-add .button i {
                position: absolute;
                top: 50%;
                left: 6px;
                transform: translateY(-50%);
                padding: 1px;
                fill: white;
                font-size: 21px;
            }
    .wrapper-attendances .wrapper-search {
        margin-bottom: 10px;
        position: relative;
        height: 35px;
        display: none;
    }
        .wrapper-attendances .wrapper-search > i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 8px;
            font-size: 20px;
            color: white;
        }
        .wrapper-attendances .wrapper-search .search {
            height: 35px;
            background: #3c3b3b;
            font-size: 13px;
            font-weight: 500;
            padding: 0 35px;
            border-radius: 7px;
            color: white;
        }
        .wrapper-attendances .wrapper-search .button {
            position: absolute;
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            cursor: pointer;
            display: none;
        }
            .wrapper-attendances .wrapper-search .button i {
                line-height: inherit;
                font-size: 19px;
                color: white;
            }
.highlights {
    font-size: 13px;
    padding-left: 10px;
    color: #686868;
    font-weight: bold;
}
.button-filter {
    background: linear-gradient(90deg, #2e60c4 5%, #3c3b3b 60%);
    color: white;
    width: max-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-left: 40px;
    border-radius: 7px;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
    .button-filter i {
        position: absolute;
        top: 50%;
        left: 9px;
        transform: translateY(-50%);
        padding: 1px;
        fill: white;
        font-size: 21px;
    }
.col.left{
    padding-left: 0 !important;
}
.col.right {
    padding-right: 0 !important;
}
.customizable{
    display: none;
    margin: 0;
}
.row {
    margin: 0;
}
.statement {
    padding: 0 3.25px;
}
    .statement .card {
        background: #3b3b3b;
        color: white;
        padding: 15px;
        border-radius: 7px;
        box-shadow: none;
        margin: 15px 0 0 0;
    }
        .statement .card .title {
            line-height: 1;
            font-size: 14px;
            font-weight: 500;
        }
        .statement .card .dataset{
            margin-top: 10px;
        }
        .statement .card .dataset .zone {
            position: relative;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            padding-left: 15px;
        }
            .statement .card .dataset .zone .circle {
                position: absolute;
                width: 8px;
                height: 8px;
                background: #ddd;
                border-radius: 50%;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }
            .statement .card .dataset .zone strong {
                position: absolute;
                top: 0;
                right: 0;
            }
            .statement .card .dataset .zone .circle.sur {
                background: #00dc13 !important;
            }
            .statement .card .dataset .zone .circle.centro {
                background: #2364b3 !important;
            }
            .statement .card .dataset .zone .circle.norte {
                background: #7800ff !important;
            }
        .statement .card .top {
            margin-bottom: 15px;
        }
        .statement .card .top .circle {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, .1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            margin: auto;
            margin-bottom: 15px;
            font-weight: 500;
        }
            .statement .card .top .element {
                position: relative;
                height: 50px;
                /*background: rgba(255, 255, 255, .1);*/
                background: radial-gradient(circle at 130% center, rgb(0 255 127) 0%, rgba(255, 255, 255, .1) 60%);
                border-radius: 7px;
                display: flex;
                align-items: center;
                padding: 0 10px;
                font-size: 13px;
                line-height: 1;
            }
            .statement .card .top .element .position{
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                font-weight: 500;
            }
            .statement .card .top .circle i {
                position: absolute;
                top: 0px;
                right: -2px;
                font-size: 19px;
                color: #54ff91;
            }
        .statement .card .ranking {
            max-height: 245px;
            overflow-y: auto;
            padding-right: 15px
        }
        .statement .card .ranking .element {
            position: relative;
            height: 50px;
            background: rgba(255, 255, 255, .1);
            border-radius: 7px;
            display: flex;
            align-items: center;
            padding: 0 10px;
            padding-left: 55px;
            font-size: 13px;
            line-height: 1;
            margin-bottom: 15px;
            
        }
            .statement .card .ranking .element:last-child{
                margin: 0;
            }
            .statement .card .ranking .element .circle {
                position: absolute;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
                width: 35px;
                height: 35px;
                background: rgba(255, 255, 255, .1);
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: 500;
            }
            .statement .card .ranking .element .position {
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                font-weight: 500;
            }
        .statement .card .separate {
            padding-left: 10px;
            font-weight: 500;
            font-size: 13px;
            margin-bottom: 15px;
            line-height: 1;
            color: #a0a0a0;
            margin-top: 27px;
        }
        .statement .card .legend {
            position: absolute;
            bottom: 15px;
            left: 15px;
        }
            .statement .card .legend .zone {
                position: relative;
                font-size: 13px;
                height: 20px;
                line-height: 20px;
                padding-left: 15px;
            }
                .statement .card .legend .zone strong {
                    color: #a4a4a4;
                }
                .statement .card .legend .zone .circle {
                    position: absolute;
                    width: 8px;
                    height: 8px;
                    background: #ddd;
                    border-radius: 50%;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                }
                .statement .card .legend .zone .hours {
                    display: inline-block;
                }
                .statement .card .legend .zone .circle.sur {
                    background: #00dc13 !important;
                }
                .statement .card .legend .zone .circle.centro {
                    background: #2364b3 !important;
                }
                .statement .card .legend .zone .circle.norte {
                    background: #7800ff !important;
                }
    .statement .card .calendar{
        border-collapse: collapse;
        width: 100%;
        margin: 20px auto;
        margin-bottom: 0;
    }

        .statement .card .calendar th, .statement .card .calendar td {
            border: 1px solid #4b4b4b;
            text-align: center;
            /* height: 70px;*/
            vertical-align: middle;
            font-size: 13px;
        }

        .statement .card .calendar th {
            
        }

        .statement .card .calendar .today {
            
        }


.wrapper-upload {
    background: #3c3b3b;
    padding: 10px;
    border-radius: 7px;

}
    .wrapper-upload .upload {
        background: rgba(255, 255, 255, 0.05);
        padding: 10px;
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        color: #fdfdfd;
    }
    .wrapper-upload strong {
        color: #a4a4a4;
    }
    .wrapper-upload strong, .wrapper-upload > span {
        display: block;
        line-height: 1
    }
    .wrapper-upload label, .wrapper-upload .label {
        color: #a4a4a4;
        font-weight: 500;
        font-size: 13px;
        padding-left: 10px;
    }
    .wrapper-upload .wrapper-select{
        width: calc(100% - 82px);
    }
    .wrapper-upload .wrapper-select input {
        background: rgba(255, 255, 255, .05) !important;
        color: white;
        appearance: none !important;
        margin-bottom: 0;
    }
    .wrapper-upload .attach {
        background: linear-gradient(125deg, #278a52 25%, #21f06e);
        color: white;
        position: absolute;
        top: 10px;
        right: 10px;
        width: max-content;
        height: 35px;
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 7px;
        cursor: pointer;
        user-select: none;
        font-weight: 500;
    }
    .wrapper-upload .publish {
        background: linear-gradient(125deg, #b23996 5%, #2146f0);
        color: white;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 71.5px;
        height: 35px;
        display: none;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 7px;
        cursor: pointer;
        user-select: none;
        font-weight: 500;
        z-index: 2;
    }
    .wrapper-upload .loading {
        background: #333333;
        color: #90ffbd;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 71.5px;
        height: 35px;
        display: none;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 7px;
        cursor: pointer;
        user-select: none;
        font-weight: 500;
        z-index: 3;
    }
    .wrapper-upload .wrapper-input {
        position: relative;
        height: 35px;
        margin-top: 10px;
    }
        .wrapper-upload .wrapper-input .input {
            width: 100%;
            background: rgba(255, 255, 255, .05);
            height: 35px;
            border-radius: 7px;
            position: relative;
            display: flex;
            align-items: center;
            padding: 0 10px;
            padding-left: 35px;
            transition: all .3s ease-in-out;
            outline: 2px solid transparent;
        }
    .wrapper-upload .upload .content {
        padding: 0;
        line-height: 1;
        height: 35px;
        display: block;
        line-height: 35px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
            .wrapper-upload .wrapper-input .upload .content span {
            }
        .wrapper-upload .wrapper-input .input > i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 8px;
            font-size: 19px;
        }
    .wrapper-upload .wrapper-input .button {
        width: 35px;
        height: 35px;
        background: #eee;
        color: #e23aff;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        position: absolute;
        right: 10px;
        cursor: pointer;
        user-select: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    .wrapper-upload .wrapper-input.active .input {
        width: calc(100% - 45px);
    }
    .wrapper-upload .wrapper-input.active .button{
        display: flex;
    }
    .wrapper-upload .button i{
        font-size: 21px;
    }
    .select-wrapper .caret {
        display: none;
    }

.documents {
    background: #3c3b3b;
    margin-top: 10px;
    border-radius: 7px;
    overflow: hidden;
}
    .documents .title {
        padding: 10px;
        font-size: 13px;
        font-weight: 500;
        border-bottom: 1px solid #4e4d4d;
        color: #a4a4a4;
    }
    .documents .element {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #4e4d4d;
        padding: 0 10px;
        cursor: pointer;
        color: white;
        height: 55px;
    }
        .documents .element .circle {
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            background: rgb(79, 78, 78);
            color: #e5e5e5;
            border-radius: 7px;
            margin-right: 10px;
        }
            .documents .element .circle i {
                font-size: 19px;
            }
            .documents .element .circle span {
                display: none;
                font-size: 10px;
                line-height: 1;
                text-transform: uppercase;
                font-weight: bold;
                position: absolute;
                top: 15px;
                background: red;
                /*padding: 2px;
                color: white;
                border-radius: 3px;*/
            }
        .documents .element .input{
            font-size: 13px;
        }
            .documents .element .input strong {
                display: flex;
                align-items: center;
                line-height: 1;
                color: #969696;
            }
            .documents .element .input span {
                display: block;
                line-height: 1;
            }
            .documents .element .input .empty {
                color: #969696;
                font-weight: 500;
            }
            .center{
                justify-content: center;
            }
/*#attendances tr td:nth-child(3), #attendances tr th:nth-child(3) {
    position: sticky;
    left: 0;
    background: white;
}*/

.dumped {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #2c2c2c;
    color: white;
    border-radius: 7px;
    padding: 0 10px;
    padding-left: 40px;
    font-weight: 500;
    font-size: 13px;
}
    .dumped .loading{

    }
        .dumped .loading i {
            position: absolute;
            top: 50%;
            left: 0;
            width: 40px;
            text-align: center;
            font-size: 20px;
            opacity: 0;
            animation: icon 3s infinite;
            transform: translateY(-50%);
        }
            .dumped .loading i:nth-child(1) {
                animation-delay: 0s;
            }
            .dumped .loading i:nth-child(2) {
                animation-delay: 0.75s;
            }
            .dumped .loading i:nth-child(3) {
                animation-delay: 1.5s;
            }
            .dumped .loading i:nth-child(4) {
                animation-delay: 2.25s;
            }
.approved .descriptions {
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    /*red rgb(255 24 54)*/
    /*green rgb(88 255 51)*/
    /*blue rgb(40 123 255)*/
    /*background: radial-gradient(circle at 150% center, rgb(88 255 51) 0%, #2a2a2a 60%);*/
    background-color: #2a2a2a;
    box-shadow: inset 0 0 50px 10px rgb(0 0 0 / 0%);
}
    .approved .descriptions .status {
        display: flex;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 5px;
        color: #a4a4a4;
        font-weight: 500;
        position: relative;
        padding-left: 13px;
    }
    .approved .descriptions .item {
        margin-bottom: 10px;
    }
    .approved .descriptions .status .circle {
        width: 8px;
        height: 8px;
        background: #a4a4a4;
        border-radius: 50%;
        position: absolute;
        margin-right: 5px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
        .approved .descriptions .status .circle .inside {
            
        }
        .approved .descriptions .item .title {
            font-size: 13px;
            color: #a4a4a4;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .approved .descriptions .item .content {
            display: flex;
            font-size: 13px;
            align-items: center;
            line-height: 1;
            color: white;
            padding: 0;
        }
    .approved .action {
        margin-top: 10px;
        display: flex;
    }
        .approved .action .button {
            display: flex;
            width: max-content;
            height: 40px;
            padding: 0 10px;
            padding-right: 15px;
            background: #2c2c2c;
            color: white;
            border-radius: 7px;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            user-select: none;
            font-size: 13px;
            font-weight: 500;
            margin-right: 10px;
        }
            .approved .action .button i{
                font-size: 19px;
                margin-right: 8px;
            }
.text-blue {
    color: #7a91ff;
}
.text-teal {
    color: #9effc2;
}
.text-reject {
    color: #ff6262;
}
.waves-effect.waves-blue .waves-ripple {
    background-color: rgba(58, 109, 243, 0.75);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(105, 255, 161, 0.75);
}


.wrapper-feature {
    
}
    .wrapper-feature .feature {
        width: 450px;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #333;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        transition: all .3s ease-in-out;
        transform: translateY(100%);
    }
        .wrapper-feature .feature .header {
            display: flex;
            position: relative;
            height: 55px;
            padding: 0 10px;
            border-bottom: 1px solid #4e4d4d;
        }
        .wrapper-feature .feature .header .content{
            display: flex;
            flex-direction: column;
            line-height: 1;
            justify-content: center;
            font-size: 13px;
            user-select: none;
        }
            .wrapper-feature .feature .header .content strong{
                color: white;
                font-weight: 400;
            }
            .wrapper-feature .feature .header .content span {
                color: #969696;
            }
            .wrapper-feature .feature .header .button {
                position: absolute;
                top: 50%;
                right: 10px;
                width: 35px;
                height: 35px;
                background: rgba(255, 255, 255, .1);
                transform: translateY(-50%);
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                border-radius: 50%;
                cursor: pointer;
                user-select: none;
            }
        .wrapper-feature .feature > .content {
            
        }
            .wrapper-feature .feature > .content .element {
                height: 35px;
                line-height: 35px;
                padding: 0 10px;
                border-bottom: 1px solid #4e4d4d;
                color: white;
                font-size: 13px;
                cursor: pointer;
                user-select: none;
                transition: all .3s ease-in-out;
            }
            .wrapper-feature .feature > .content .element:last-child {
                border-bottom: 0;
            }
            .wrapper-feature .feature > .content .element:hover {
                transition: all .3s ease-in-out;
                background: rgba(255, 255, 255, .08);
            }
.wrapper-module {
}

    .wrapper-module .module {
        width: 450px;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #333;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        transition: all .3s ease-in-out;
        transform: translateY(100%);
    }
        .wrapper-module .module.active {
            transition: all .3s ease-in-out;
            transform: translateY(0);
        }
        .wrapper-module .module .header {
            display: flex;
            position: relative;
            height: 60px;
            padding: 0 10px;
            padding-left: 60px;
            border-bottom: 1px solid #4e4d4d;
        }
            .wrapper-module .module .header .date {
                position: absolute;
                top: 0;
                left: 0;
                width: 60px;
                height: 60px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                line-height: 1;
            }
                .wrapper-module .module .header .date .day {
                    font-size: 20px;
                    font-weight: bold;
                    color: white;
                }

                .wrapper-module .module .header .date .month {
                    font-weight: 500;
                    color: #9b9b9b;
                }
            .wrapper-module .module .header .text {
                display: flex;
                flex-direction: column;
                line-height: 1;
                justify-content: center;
                font-size: 13px;
                user-select: none;
                position: relative;
                padding-left: 40px;
            }
                .wrapper-module .module .header .text .circle {
                    background: #605f5f;
                    color: white;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 13px;
                    font-weight: 500;
                    margin-right: 10px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
                    .wrapper-module .module .header .text .circle img {
                        width: 100%;
                        height: 100%;
                        display: block;
                        object-fit: cover;
                        border-radius: 50%;
                    }
                .wrapper-module .module .header .text .title {
                    color: #cbcbcb;
                    font-weight: 500;
                }

                .wrapper-module .module .header .text .subtitle {
                    color: white;
                    font-weight: 500;
                    padding-top: 2px;
                }

            .wrapper-module .module .header .close {
                position: absolute;
                top: 50%;
                right: 10px;
                width: 35px;
                height: 35px;
                background: rgba(255, 255, 255, .1);
                transform: translateY(-50%);
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                border-radius: 50%;
                cursor: pointer;
                user-select: none;
            }

        .wrapper-module .module > .content {
            padding: 0;
        }

            .wrapper-module .module > .content .element {
                height: 35px;
                line-height: 35px;
                padding: 0 10px;
                border-bottom: 1px solid #4e4d4d;
                color: white;
                font-size: 13px;
                cursor: pointer;
                user-select: none;
                transition: all .3s ease-in-out;
            }
        .wrapper-module .module > .content .transaction{
            padding: 15px;
        }
            .wrapper-module .module > .content .transaction > div {
                padding: 0;
                background: transparent;
            }
                .wrapper-module .module > .content .transaction > div .caption {
                    font-size: 13px;
                    color: #cbcbcb;
                    font-weight: 500;
                    line-height: 1;
                    padding-bottom: 5px;
                }
                .wrapper-module .module > .content .element:last-child {
                    border-bottom: 0;
                }

                .wrapper-module .module > .content .element:hover {
                    transition: all .3s ease-in-out;
                    background: rgba(255, 255, 255, .08);
                }
            .wrapper-module .module > .content .wrapper-picker .input {
                background: rgba(255, 255, 255, .1);
                color: white;
            }

            .wrapper-module .module > .content .wrapper-picker label {
                color: #a4a4a4;
            }

            .wrapper-module .module > .content .wrapper-input input {
                background: rgba(255, 255, 255, .1) !important;
                color: white !important;
            }

            .wrapper-module .module > .content .wrapper-input label {
                color: #a4a4a4;
            }

            .wrapper-module .module > .content .wrapper-input input::placeholder {
                color: white !important;
            }
            .wrapper-module .module > .content .wrapper-input.validation input::placeholder {
                color: #fb7067 !important;
            }
            .wrapper-module .module > .content .wrapper-select input {
                background: rgba(255, 255, 255, .1) !important;
                color: white;
                appearance: none !important;
            }

            .wrapper-module .module > .content .wrapper-select label {
                color: #a4a4a4;
            }
            .wrapper-module .module > .content .wrapper-pressable{
                margin-top: 10px;
            }
                .wrapper-module .module > .content .wrapper-pressable .pressable {
                    background: linear-gradient(90deg, #30b768 5%, #484848 60%);
                    color: white;
                    width: max-content;
                    height: 35px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 10px;
                    padding-left: 35px;
                    border-radius: 7px;
                    cursor: pointer;
                    user-select: none;
                    font-size: 13px;
                    font-weight: 500;
                    position: relative;
                }
                    .wrapper-module .module > .content .wrapper-pressable .pressable.danger {
                        background: linear-gradient(90deg, #b73056 5%, #484848 60%);
                    }
                    .wrapper-module .module > .content .wrapper-pressable .pressable i {
                        position: absolute;
                        top: 50%;
                        left: 6px;
                        transform: translateY(-50%);
                        padding: 1px;
                        fill: white;
                        font-size: 21px;
                    }
.wrapper-block {
}

    .wrapper-block .block {
        width: 450px;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #3c3b3b;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        transition: all .3s ease-in-out;
        transform: translateY(100%);
    }
        .wrapper-block .block.active {
            transition: all .3s ease-in-out;
            transform: translateY(0);
        }
        .wrapper-block .block .header {
            display: flex;
            position: relative;
            height: 60px;
            padding: 0 15px;
            border-bottom: 1px solid #4e4d4d;
        }
            .wrapper-block .block .header .text {
                display: flex;
                flex-direction: column;
                line-height: 1;
                justify-content: center;
                font-size: 13px;
                user-select: none;
            }

                .wrapper-block .block .header .text .title {
                    color: #cbcbcb;
                    font-weight: bold;
                }

            .wrapper-block .block .header .close {
                position: absolute;
                top: 50%;
                right: 10px;
                width: 35px;
                height: 35px;
                background: rgba(255, 255, 255, .1);
                transform: translateY(-50%);
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                border-radius: 50%;
                cursor: pointer;
                user-select: none;
            }

        .wrapper-block .block > .content {
            padding: 15px;
        }
            .wrapper-block .block > .content .wrapper-picker .select {
                bottom: 0;
                top: auto;
            }
            .wrapper-block .block > .content .wrapper-picker .input {
                background: rgba(255, 255, 255, .1);
                color: white;
            }
            .wrapper-block .block > .content .wrapper-picker.validation .input {
                color: #fb7067;
            }
            .wrapper-block .block > .content .wrapper-picker label {
                color: #a4a4a4;
            }
            .wrapper-block .block > .content .wrapper-input input {
                background: rgba(255, 255, 255, .1) !important;
                color: white !important;
            }
            .wrapper-block .block > .content .wrapper-input.validation input::placeholder {
                color: #fb7067 !important;
            }
            .wrapper-block .block > .content .wrapper-input label {
                color: #a4a4a4;
            }
            .wrapper-block .block > .content .wrapper-input input::placeholder {
                color: white !important;
            }
            .wrapper-block .block > .content .wrapper-select input {
                background: rgba(255, 255, 255, .1) !important;
                color: white;
                appearance: none !important;
            }
            .wrapper-block .block > .content .wrapper-select label {
                color: #a4a4a4;
            }
            .wrapper-block .block > .content .wrapper-predefined {
                margin-top: 10px;
            }

                .wrapper-block .block > .content .wrapper-predefined .predefined {
                    background: linear-gradient(90deg, #30b768 5%, #484848 60%);
                    color: white;
                    width: max-content;
                    height: 35px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 10px;
                    padding-left: 35px;
                    border-radius: 7px;
                    cursor: pointer;
                    user-select: none;
                    font-size: 13px;
                    font-weight: 500;
                    position: relative;
                }
                    .wrapper-block .block > .content .wrapper-predefined .predefined i {
                        position: absolute;
                        top: 50%;
                        left: 6px;
                        transform: translateY(-50%);
                        padding: 1px;
                        fill: white;
                        font-size: 21px;
                    }

.wrapper-discovery {
}
    .wrapper-discovery .discovery {
        position: fixed;
        width: calc(100% - 300px);
        top: 0;
        right: 0;
        height: 100dvh;
        background: white;
        z-index: 3;
        transition: all .3s ease-in-out;
        transform: translateX(100%);
    }
        .wrapper-discovery .discovery .header {
            width: 100%;
            height: 64px;
            line-height: 64px;
            background: #333;
            color: white;
            position: relative;
            padding: 0 15px;
            padding-left: 64px;
            font-size: 13px;
            font-weight: bold;
            position: sticky;
            top: 0;
            right: 0;
            z-index: 2;
        }
            .wrapper-discovery .discovery .header .button {
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background: rgba(255, 255, 255, .1);
                border-radius: 50%;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 14.5px;
                cursor: pointer;
                user-select: none;
            }
                .wrapper-discovery .discovery .header .button i {
                    line-height: inherit;
                    font-size: 20px;
                }
        .wrapper-discovery .discovery iframe {
            border: 0;
            width: 100%;
            height: calc(100dvh - 64px);
        }

.datepicker-date-display{
    background-color: #333;
}
.datepicker-table td.is-today {
    color: #32d272;
    font-weight: bold;
}
.datepicker-table td.is-selected {
    background-color: #333;
    color: white;
}
@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }

    nav > span {
        padding: 0;
    }

    nav .sidenav-trigger i {
        height: 35px !important;
        line-height: 35px !important;
    }

    .wrapper-discovery .discovery {
        width: 100%;
    }
}

@media only screen and (max-width : 700px) {
    nav .wrapper-search .search {
        width: 35px;
    }

        nav .wrapper-search .search input {
            width: 0;
            padding: 0;
            border-radius: 50%;
            cursor: pointer;
        }

        nav .wrapper-search .search > i {
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, .1);
            z-index: 2;
            left: 0;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
        }
}
@media only screen and (max-width : 600px) {
    nav .wrapper-search, nav .wrapper-notification, nav .wrapper-account {
        height: 56px;
    }

    .wrapper-sidebar .sidebar{
        width: 100%;
    }
    .wrapper-sidebar .wrapper-menu {
        width: 100%;
    }
    .wrapper-sidebar .wrapper-menu .menu {
        width: 100%;
    }
    .wrapper-feature .feature {
        width: 100%;
    }
    .wrapper-discovery .discovery {
        width: 100%;
    }
    nav .wrapper-search.active {
        height: 56px;
    }
    nav .wrapper-filter {
        height: 56px;
    }
    .filter-settings {
        top: 66px;
    }
    .wrapper-message .message {
        width: calc(100% - 30px);
    }
    .wrapper-adjust {
        max-height: calc(100dvh - 56px);
    }
    .map {
        height: calc(100dvh - 56px);
    }
    .wrapper-select select{
        background: rgba(255, 255, 255, .05);
        color: white;
        margin-bottom: 0;
    }
        .wrapper-select select option {
            background: #333;
            color: white;
        }
    .wrapper-block .block{
        width: 100%;
    }
    .wrapper-module .module{
        width: 100%;
    }
}

@keyframes radial {
    100%{
        transform: rotate(360deg);
    }
}

.sidebar::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1);
}

.sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #e5e5e5;
}

.sidebar::-webkit-scrollbar-corner {
    background-color: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #838383;
}

@keyframes radial {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes icon {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    10% {
        opacity: 1;
        transform: translateY(-50%);
    }

    20% {
        transform: translateY(-50%);
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes moving-gradient {
    0% {
        background-position: -250px 0;
    }

    100% {
        background-position: 250px 0;
    }
}