﻿:root {
    --color-default-primary: #c4c4c4;
    --color-default: #353535;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-track {
    background: #ccc;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

html::-webkit-scrollbar-thumb {
    background: gray;
}

.div-received a img {
    height: 20px;
}

.red-exit-div {
    min-width: 90px;
    display: ruby;
}

    .red-exit-div .div-received, .red-exit-div {
    }

body {
    padding: 0;
    text-align: center;
    font-family: "Gill sans", sans-serif;
    margin: 0 auto;
}

.div-form{
    margin-bottom: 10px;
}

div {
    position: relative;
}

.body-error {
    background: #454545;
    color: #fff
}

    .body-error h1 {
        font-size: 14px;
    }

.action-global {
    display: flex;
    align-items: baseline;
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    margin-top: -16px;
    border-bottom: 2px solid #d9d9d9;
}

.action-global-div {
    height: 28px;
    margin-right: 5px;
}

.action-global-div-width {
    width: 100%;
}

.action-global > div > input {
    background: #f9f9f9;
    border-radius: 4px;
}

.btn-global {
    margin-top: 5px;
    padding: 6px 10px;
    background: #efefef;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

    .btn-global:hover {
        background: #d8d8d8;
    }

.action-global svg {
    color: #757575;
}

input[type=text] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    font-size: 15px;
    background-color: #ffffff;
    color: #808080;
}

    input[type=text]:focus {
        outline: none;
    }

.page-container {
}

.table {
    white-space: nowrap;
}

a {
    cursor: pointer;
}

.btn-action-details {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #dcdbdb;
    border-radius: 5px;
}

.selected {
    padding: 10px;
    background: #6fcf75;
    border-radius: 20px;
    width: 37px;
    margin: 0 auto;
    text-align: center;
}

.organization-selected {
    position: absolute;
    top: 0;
    font-size: 10px;
    width: 100%;
    font-weight: bold;
    padding: 5px;
    left: 0;
    background: #7eeb86;
}

.none-selected {
    padding: 10px;
    background: #e2e2e2;
    border-radius: 20px;
    width: 37px;
    margin: 0 auto;
    text-align: center;
}

#tbPage {
}

.acc_header {
    font-size: 1em;
    cursor: pointer;
    border: solid 1px #ccc;
    padding: 0.7rem;
    margin-bottom: 0;
    position: relative;
    transition: 0.5s;
    background: #f3f3f3;
}

.acc_content > div > input {
    background-color: #ffffff;
}

.acc_header:after {
    content: '';
    position: absolute;
    display: block;
    right: 0.5rem;
    width: 0;
    height: 0;
    line-height: 0;
    top: 0.9rem;
    border-style: solid;
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent #bbb transparent;
    transition: 0.5s;
}

.acc_header.active:after {
    transform: rotate(180deg);
}

.acc_header.active,
.acc_header:hover {
    background-color: #f2f2f2;
}

.acc_header + .acc_content {
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
    padding: 0 1em;
    visibility: hidden;
    opacity: 0;
}

.acc_header.active + .acc_content {
    max-height: 1000px;
    overflow: visible;
    padding: 1em;
    border: solid 1px #ccc;
    border-top: 0;
    opacity: 1;
    visibility: visible;
}

.acc_content + .acc_header {
    margin-top: 0.48rem;
}

.btn {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    height: 40px;
    display: flex;
    padding: 0 35px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.00933333em;
}

.btn-success {
    color: #fff;
    background: linear-gradient(198.08deg, #45b44e 45.34%, #85e781 224.21%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

    .btn-success:hover {
        color: #fff;
        background: linear-gradient(198.08deg, #09863a 45.34%, #85e781 224.21%);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

.btn-create {
    color: #fff;
    background: linear-gradient(198.08deg, #620274 45.34%, #85e781 224.21%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

    .btn-create:hover {
        color: #fff;
        background: linear-gradient(198.08deg, #430c60 45.34%, #85e781 224.21%);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

.btn-voltar {
    color: #fff;
    background: linear-gradient(198.08deg, #454eb4 45.34%, #8193e7 224.21%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    color: #C359AA;
}

.btn-fixed-button {
    width: 157.5px;
    padding: 0px 25px !important;
}

.btn-fixed {
    font-size: 24px !important;
}

.btn-page {
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    vertical-align: baseline;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid transparent;
    min-width: 67px;
    min-height: 28px;
    padding: 7px 11px 5px;
    height: 31px;
}

    .btn-page.minWidthBtn {
        min-width: 0 !important
    }

a.btn-page {
    text-decoration: none
}

.btn-page:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.20), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.20), 0 1px 2px rgba(0,0,0,.05)
}

.btn-page:hover, .btn-page:active {
    background-image: none
}

.btn-page {
    color: #333;
    background-color: #f3f3f3
}

    .btn-page:hover, .btn-page:active {
        background-color: #f0f0f0
    }

    .btn-page.large {
        font-size: 16px;
        line-height: 0;
        margin: 18px;
        padding: 18px
    }

a.btn-page, a.btn-page:hover, a.btn-page:active, a.btn-page:visited {
    color: #333
}

.button-inline {
    display: inline;
    margin-left: 3px;
}

.a50percent {
    width: 49%;
}

.a100percent {
    width: 100%;
}

.a50percent input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    font-size: 15px;
    background-color: #424242;
    color: #808080;
}

.marginrfix {
    margin-right: -5px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pull-buttom {
    bottom: 0;
}

.DOMViewTitulo {
    position: relative;
    border-top: 1px solid #f5f5f5;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.DOMViewLinks {
    position: relative;
    background: #fffaf1;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    padding: 14px;
}

.DOMViewEdit {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.DOMViewTitulo h1 {
    color: #555;
    font-size: 16px;
}

.details-description {
    font-size: 12px;
    margin-left: 16px;
    margin-top: 5px;
}

.msg-erro-formulario {
    display: none;
    padding: 10px;
    width: 1045px;
    margin-bottom: 10px;
    border: 1px #e9e9e9 solid;
    color: #fff;
}

.DOMViewLinks a {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.DOMView {
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-top: 2px solid #e4e5e7;
    padding: 20px;
    height: 100vh !important;
}

.clearfix {
    clear: both;
}

.clear {
    clear: both;
}

@media (min-width: 576px) {
    .DOMView {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .DOMView {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .DOMView {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .DOMView {
        max-width: 1140px;
    }
}

.selected-tr {
    background: #c2dbff;
}

.table-hover .selected-tr:hover {
    background: #9fc7ff;
}

.navbar-pro {
    border-bottom: 4px solid var(--color-default-second) !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .red-exit-div {
        display: none;
    }

    #menu-logout {
        display: block !important;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 15px;
    margin-bottom: 20px;
}

.footer div b{
    font-weight: normal;
    font-size: 10px;
}

.red-exit {
    color: #fff !important;
    font-size: 14px;
    padding-top: 20px;
    margin-top: -15px;
    margin-bottom: -10px;
    height: 55px;
}

.container .red-exit-div {
    right: 0;
    font-size: 12px;
    text-align: center;
}

.d-flex .red-exit-div {
    position: absolute;
    right: 0;
}

.red-exit:hover {
    color: #000 !important;
    font-weight: normal;
}

.tooltip-tools {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip-tools .tooltip-toolstext {
        visibility: hidden;
        background-color: #000000d1;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        width: 120px;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltip-tools:hover .tooltip-toolstext {
        visibility: visible;
    }

.navbar-brand {
    display: inline-block;
    margin-top: -2.5px !important;
    padding: 0px !important;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar {
    height: 75px;
}

.subnav {
    display: block;
    padding: 0px !important;
    color: #fff;
    font-size: 1.25rem;
    height: 47px;
    line-height: inherit;
    white-space: nowrap;
    background: var(--color-default);
    margin-top: -16px;
}

.btn-table-relationship {
    border-bottom: 1px dashed black;
    cursor: pointer;
}

.nav-link {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #797979 !important
}

    .nav-link:hover {
        font-weight: bold;
    }

.dropdown-toggle {
    color: rgb(0 0 0 / 84%) !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 9px 0 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

    .dropdown-menu > .dropdown {
        position: relative;
    }

        .dropdown-menu > .dropdown a::after {
            transform: rotate(-90deg);
            position: absolute;
            right: .9rem;
            top: .9rem;
        }

        .dropdown-menu > .dropdown .dropdown-menu {
            top: -.7rem;
            left: 100%;
            border-radius: 0 .25rem .25rem .25rem;
        }

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

#columns-dragdrop {
    list-style-type: none;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
}

.columns-dragdrop {
    width: 100%;
    text-align: center;
    cursor: move;
}

    .columns-dragdrop header {
        height: 40px;
        width: 100%;
        color: #424242;
        background-color: #f7f7f7;
        padding: 5px;
        border-bottom: 1px solid #ddd;
        border: 1px dashed #D9D9D9;
    }

    .columns-dragdrop.dragElem {
        /*opacity: 0.4;*/
    }

    .columns-dragdrop.over {
        border-top: 2px solid blue;
    }

.flex-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px;
}

    .flex-container > div {
        font-size: 12px;
    }

.push-left-drag-and-drop {
    flex-grow: 0;
}

.push-right-drag-and-drop {
    flex-grow: 1;
}

.min-width {
    width: 100px;
    text-align: left;
}

.tree, .tree ul, .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.tree {
    width: 100%;
    margin: 0 0 1em;
    text-align: center;
}

    .tree, .tree ul {
        display: table;
    }

        .tree ul {
            width: 100%;
        }

        .tree li {
            display: table-cell;
            padding: .5em 0;
            vertical-align: top;
        }

            .tree li:before {
                outline: solid 1px #666;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
            }

            .tree li:first-child:before {
                left: 50%;
            }

            .tree li:last-child:before {
                right: 50%;
            }

        .tree code, .tree span {
            border: solid .1em #666;
            border-radius: .2em;
            display: inline-block;
            margin: 0 .2em .5em;
            padding: .2em .5em;
            position: relative;
        }

        .tree code {
            font-family: monaco, Consolas, 'Lucida Console', monospace;
        }

            .tree ul:before,
            .tree code:before,
            .tree span:before {
                outline: solid 1px #666;
                content: "";
                height: .5em;
                left: 50%;
                position: absolute;
            }

        .tree ul:before {
            top: -.5em;
        }

        .tree code:before,
        .tree span:before {
            top: -.55em;
        }

        .tree > li {
            margin-top: 0;
        }

            .tree > li:before,
            .tree > li:after,
            .tree > li > code:before,
            .tree > li > span:before {
                outline: none;
            }

.module-notifications {
    height: 400px;
    overflow: auto;
}

    .module-notifications ul {
        list-style: none outside none;
        padding: 0;
    }

        .module-notifications ul li {
            margin-bottom: 5px;
            background: #ffffff;
            padding: 10px;
            border: 1px solid #dbdbdb;
        }

            .module-notifications ul li:hover {
                border: 1px solid #dbdbdb;
            }

.module-notification-line {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-size: 12px;
    text-align: left;
}

.module-notification-line-buttom {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

.div-grid-between {
    display: grid;
    justify-content: initial;
}

    .div-grid-between a {
        width: 20px;
        font-size: 12px;
        top: 0;
        cursor: pointer;
        position: absolute;
        right: 0;
    }

    .div-grid-between img {
        height: 20px;
    }

.module-dashboard {
    display: grid;
    justify-content: initial;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.module-admin {
    margin-top: 15px;
}

.form-html {
    display: grid;
    justify-content: initial;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.module-dashboard-administrator {
    display: grid;
    justify-content: initial;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background: #c7c7c7;
    padding: 20px;
    margin-top: -16px;
}

.module-dashboard-item {
    background: #ebebeb;
    font-size: 16px;
    cursor: pointer;
    border-radius: 15px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .module-dashboard-item p {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
        font-size: 12px;
    }

    .module-dashboard-item:hover {
        background: #e0e0e0;
    }

.module-dashboard-items {
    display: grid;
    justify-content: initial;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.btn-cursor {
    cursor: pointer;
}

.box {
    background: #934093;
    color: #fff;
    border-radius: 15px;
    border-bottom: 5px solid var(--color-default-primary);
}

.statistics .box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-success {
    background-color: #198754 !important;
}

.text-center {
    text-align: center !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important;
}

.d-flex {
    justify-content: space-between;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fs-normal {
    font-size: 10px;
    text-align: left;
}

.title-layout {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
}

.svg-img {
    height: 40px;
    fill: gray;
}

.title-dashboard {
    margin: 0;
    margin-top: 47px;
    margin-bottom: 10px;
}


.btn-global {
    padding: 7px 10px;
    background: #efefef;
    border-radius: 5px;
    border: 2px solid #e2e2e2;
    cursor: pointer;
}

.mb-3, .my-3 {
    margin-bottom: 0rem !important;
}

.table-overflow {
    overflow-x: auto;
}


    .table-overflow td, .table-overflow th {
        font-size: 12px;
        text-align: left;
    }

.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 10px;
}

    .tabs * {
        z-index: 2;
    }

input[type=radio] {
    display: none;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-size: 12px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

input[type=radio]:checked + label {
    font-weight: bold;
}

    input[type=radio]:checked + label > .notification {
        background-color: #185ee0;
        color: #fff;
    }

input[id=radio-1]:checked ~ .glider {
    transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
    transform: translateX(100%);
}

input[id=radio-3]:checked ~ .glider {
    transform: translateX(200%);
}

.glider {
    position: absolute;
    border: 1px solid gainsboro;
    display: flex;
    height: 41px;
    width: 200px;
    background-color: #ebebeb;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
    margin-top: -4px;
}

@media (max-width: 700px) {
    .tabs {
        transform: scale(0.6);
    }
}

.margin-5px {
    margin-bottom: -5px;
}

.tabs label {
    margin-bottom: -4px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.active-buttom {
    color: #fff;
}

    .active-buttom a {
        background: var(--color-default-primary) !important;
    }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.pager li {
    display: inline;
    margin-right: 5px;
}

    .pager li a:hover {
        background: #e4e4e4
    }

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
        cursor: pointer
    }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}


element.style {
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.red-exit-div .select2-container {
    width: 145px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left !important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    text-align: left !important
}

.select2-results__option--selectable {
    text-align: left !important
}

.iziToast.iziToast-color-red {
    background: red !important;
    border-color: rgba(255,175,180,0.9);
}

.iziToast.iziToast-color-green {
    background: green !important;
    border-color: rgba(255,175,180,0.9);
}

.account {
    display: flex;
    flex-flow: wrap;
    margin: 0px;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    height: 100%;
}

.css-243 {
    font-family: "Segoe UI Variable Text", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    flex-basis: auto;
    height: auto;
    width: 50%;
    flex-shrink: 0;
}

.css-244 {
    display: flex;
    flex-flow: wrap;
    margin: 0px;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    justify-content: flex-end;
    height: 100%;
}

    .css-244 > * {
        margin: 0px;
        text-overflow: ellipsis;
        max-width: 100%;
    }

.css-245 {
    flex-wrap: wrap;
    width: 50%;
    overflow: visible;
    height: auto;
    justify-content: flex-end;
    display: flex;
}

.css-430 {
    font-family: "Segoe UI Variable Display", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-weight: 600;
    color: rgb(50, 49, 48);
    display: inline;
    line-height: 1.4;
    text-decoration: none;
}

.page {
    padding-top: 10px;
    margin-bottom: 50px;
}

    .page h5 {
        text-align: left;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"
    }

.subnav-photo {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    margin-top: 3px;
}

    .subnav-photo img {
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }

.text-default {
    margin-left: 50px;
    font-size: 12px;
    width: 300px;
    top: 4px;
    position: absolute;
}

    .text-default p {
        margin: 0;
        padding: 0;
        text-align: left;
    }

.bold {
    font-weight: bold;
}

.d-flex div .select2-container {
    margin-top: 5px !important;
    font-size: 12px;
    width: 150px;
}

.select2-results__option--selectable {
    font-size: 12px !important;
}

.box img {
    height: 40px;
}

.text-dark img {
    height: 20px;
}

.navbar-nav .nav-item {
    min-width: 92px;
    font-size: 12px;
    height: 70px;
    border-right: 1px #000 dashed;
}

    .navbar-nav .nav-item p {
        font-weight: normal;
    }

.text-dark {
    padding-top: 16px;
}

..div-notifications a {
    cursor: pointer;
    text-decoration: none;
}

.div-notifications img {
    height: 20px;
}

.d-flex div .select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

span img {
    margin-top: -2px;
    height: 20px;
}

.message-warning {
    background: #fdffdb;
    border: 1px #000 dashed;
    padding: 5px;
}

    .message-warning p {
        font-size: 12px;
        text-align: left;
        padding: 0;
        margin: 0
    }

.message-error {
    background: #ffdbdb;
    border: 1px #000 dashed;
    padding: 5px;
}

    .message-error p {
        font-size: 12px;
        text-align: left;
        padding: 0;
        margin: 0
    }

a.open-detail-build {
    cursor: pointer;
}

.under {
    border-bottom: 1px dashed;
}

.V1x2z {
    height: 500px;
    overflow-y: auto
}

.show-notifications {
    position: relative;
}

.div-received a {
    cursor: pointer;
    padding: .5rem 1rem;
}

    .div-received a svg {
        height: 15px;
    }

    .div-received a svg {
        height: 15px;
    }

.notifications-count {
    position: absolute;
    right: -3px;
    background: #ff4700;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    top: -3px;
    font-size: 10px;
    color: white;
}

.show-notifications:hover #icon-bell,
.show-notifications:focus #icon-bell,
.show-notifications.active #icon-bell {
    fill: #34495e;
}

.show-notifications #icon-bell {
    fill: #7f8c8d;
}

.show-notifications .notifications-count {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #cd1a1a;
    color: #fefefe;
    font: normal 10px px 'Lato';
    height: 16px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -7px;
    width: 16px;
    line-height: 1.6em;
}

.show-notifications.active ~ .notifications {
    opacity: 1;
    top: 60px;
}

.notifications {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.25s ease-out 0.1s opacity;
    -moz-transition: 0.25s ease-out 0.1s opacity;
    -o-transition: 0.25s ease-out 0.1s opacity;
    transition: 0.25s ease-out 0.1s opacity;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: -999px;
}

    .notifications:after {
        border: 10px solid transparent;
        border-bottom-color: #3498db;
        content: '';
        display: block;
        height: 0;
        left: 10px;
        position: absolute;
        top: -20px;
        width: 0;
    }

    .notifications h3,
    .notifications .show-all {
        background: #3498db;
        color: #fefefe;
        margin: 0;
        padding: 10px;
        width: 350px;
    }

    .notifications h3 {
        cursor: default;
        font-size: 1.05em;
        font-weight: normal;
    }

    .notifications .show-all {
        display: block;
        text-align: center;
        text-decoration: none;
    }

        .notifications .show-all:hover,
        .notifications .show-all:focus {
            text-decoration: underline;
        }

    .notifications .notifications-list {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        .notifications .notifications-list .item {
            -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
            -moz-transition: -moz-transform 0.25s ease-out 0.1s;
            -o-transition: -o-transform 0.25s ease-out 0.1s;
            transition: transform 0.25s ease-out 0.1s;
            border-top: 1px solid #bdc3c7;
            color: #7f8c8d;
            cursor: default;
            display: block;
            padding: 10px;
            position: relative;
            white-space: nowrap;
            width: 350px;
        }

            .notifications .notifications-list .item:before,
            .notifications .notifications-list .item .details,
            .notifications .notifications-list .item .button-dismiss {
                display: inline-block;
                vertical-align: middle;
            }

            .notifications .notifications-list .item:before {
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -moz-background-clip: padding-box;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background: #3498db;
                content: '';
                height: 8px;
                width: 8px;
            }

            .notifications .notifications-list .item .details {
                margin-left: 10px;
                white-space: normal;
                width: 280px;
            }

                .notifications .notifications-list .item .details .title,
                .notifications .notifications-list .item .details .date {
                    display: block;
                }

                .notifications .notifications-list .item .details .date {
                    color: #95a5a6;
                    font-size: 0.85em;
                    margin-top: 3px;
                }

            .notifications .notifications-list .item .button-dismiss {
                color: #bdc3c7;
                font-size: 2.25em;
            }

                .notifications .notifications-list .item .button-dismiss:hover,
                .notifications .notifications-list .item .button-dismiss:focus {
                    color: #95a5a6;
                }

            .notifications .notifications-list .item.no-data {
                display: none;
                text-align: center;
            }

                .notifications .notifications-list .item.no-data:before {
                    display: none;
                }

            .notifications .notifications-list .item.expired {
                color: #bdc3c7;
            }

                .notifications .notifications-list .item.expired:before {
                    background: #bdc3c7;
                }

                .notifications .notifications-list .item.expired .details .date {
                    color: #bdc3c7;
                }

            .notifications .notifications-list .item.dismissed {
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%);
                -o-transform: translateX(100%);
                transform: translateX(100%);
            }

    .notifications.empty .notifications-list .no-data {
        display: block;
        padding: 10px;
    }

button {
    border: 0 !important;
    background: #fff !important;
    cursor: pointer;
}

    button svg {
        height: 20px;
    }

#btnProcessDatos {
    font-size: 12px;
    text-align: right;
    cursor: pointer
}

#chartdiv {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.div-audit-list-error-or-warning {
    margin-top: 16px;
}

    .div-audit-list-error-or-warning table thead {
        background: #3e5c34;
        color: white;
        height: 40px;
    }

        .div-audit-list-error-or-warning table thead th {
            font-size: 12px;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
            font-weight: normal;
            vertical-align: middle;
        }

    .div-audit-list-error-or-warning table tbody td {
        font-size: 12px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
        font-weight: normal;
        vertical-align: middle;
    }

    .div-audit-list-error-or-warning table tfoot td {
        font-size: 12px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
        font-weight: normal;
        vertical-align: middle;
    }

    .div-audit-list-error-or-warning td a img {
        height: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

.div-help {
    text-align: left;
    font-size: 1.25rem;
}

    .div-help:after {
        background: #afafaf;
        position: absolute;
        top: 28px;
        left: 0;
        content: "";
        width: 83px;
        height: 3px;
    }

.accordion-help {
    margin-bottom: -16px;
}

.accordion-content {
    text-align: left;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

    .accordion .accordion-item button[aria-expanded=true] {
        border-bottom: 1px solid #000000;
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover, .accordion button:focus {
        cursor: pointer;
        color: #000000;
    }

        .accordion button:hover::after, .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded=true] {
        color: #000000;
    }

        .accordion button[aria-expanded=true] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded=true] + .accordion-content {
            opacity: 1;
            max-height: 9em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        font-size: 12px;
        font-weight: 300;
        margin: 2em 0;
    }

.table-overflow::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.table-overflow::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.table-overflow::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 4px;
}

.form-html input[type=text] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    font-size: 15px;
    background: transparent;
    color: #808080;
}

.form-html label {
    width: 100%;
    text-align: left;
}

.form-html span.select2 {
    width: 100% !important;
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="checkbox"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--color-default-primary);
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

.sub-menu-page-system {
    width: 100%;
    height: 40px;
    margin-top: -10px;
    background: #c6c6c6;
    margin-bottom: 10px;
}

    .sub-menu-page-system ul, .sub-menu-page-system li {
        margin: 0;
        padding: 0;
    }

    .sub-menu-page-system ul {
        background: gray;
        list-style: none;
        width: 100%;
    }

    .sub-menu-page-system li {
        float: left;
        position: relative;
        width: auto;
    }

    .sub-menu-page-system a {
        border-right: 1px solid #c6c6c6;
        background: #adadad;
        color: #FFFFFF;
        display: block;
        font: bold 12px/20px sans-serif;
        padding: 10px 25px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        font-weight: normal;
    }

    .sub-menu-page-system li:hover a {
        background: #c6c6c6;
    }

#submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
}

li:hover ul#submenu {
    opacity: 1;
    top: 40px;
    visibility: visible;
}

#submenu li {
    float: none;
    width: 100%;
}

#submenu a:hover {
    background: #c6c6c6;
}

#submenu a {
    background-color: #adadad;
}

.sub-menu-page-system p {
    margin: 0;
}

.name-system {
    font-size: 12px;
}

.module-notifications::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.module-notifications::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.module-notifications::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 4px;
}

#div-env {
    position: fixed;
    top: 0px;
    align-items: center;
    width: 50px;
    height: 100vh;
    color: white;
    font-size: 12px;
}

/* Button Right */
.contextMenu {
    position: absolute;
    width: 100px;
    height: auto;
    color: #ffffff;
    background: #dbdbdb;
    border: 1px dashed #888787;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .contextMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contextMenu ul li {
            border-bottom: #ffffff 1px solid;
            padding: 0;
            margin: 0;
        }

            .contextMenu ul li:last-child {
                border-bottom: none;
            }

            .contextMenu ul li a {
                cursor: pointer;
                text-align: left;
                display: block;
                padding: 8px 10px;
                color: #000000;
                text-transform: capitalize;
                font-size: 12px;
                text-decoration: none;
                font-family: arial;
            }

                .contextMenu ul li a:hover {
                    background: #c2c2c2;
                }

/*table*/
.active-tr {
    background: #e2e2e2
}

.my-dashboard {
    width: 100%;
}

#my-dashboard-initial {
    width: 100%;
    padding: 10px;
    border: 1px dashed #bebebe;
    margin-bottom: 10px;
    margin-top: -17px;
}

.btnClickHere {
    font-weight: bold;
    cursor: pointer;
}

#btnConfirmarOnboarding {
    background: #58c258;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    cursor: pointer;
}

    #btnConfirmarOnboarding:hover {
        background: #418641;
    }

.name-system-logo img {
    height: 40px;
}

body > header > nav > div > div:nth-child(4) {
    width: 290px;
}

a[data-title-icon] {
    position: relative;
    text-decoration: underline dotted;
}

    a[data-title-icon]:hover::after,
    a[data-title-icon]:focus::after {
        content: attr(data-title-icon);
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        white-space: nowrap;
        background: black;
        color: #fff;
        border-radius: 2px;
        font-size: 14px;
        font-weight: normal;
        padding: 3px 5px;
    }

.tabs-all {
    border-bottom: 3px #fff solid;
    padding-left: 0;
    margin-bottom: 41px;
}

    .tabs-all li {
        float: left;
        margin-left: 1px;
        list-style: none;
        display: inline;
        color: #08c;
    }

    .tabs-all a {
        padding: 14px 15px;
        background: var(--color-default-second);
        text-align: center;
        text-decoration: none;
        color: black;
        font-size: 12px;
        line-height: 140%;
        box-sizing: border-box;
        position: relative;
        border-radius: 4px 4px 0 0;
        margin-bottom: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .tabs-all a.active {
            background: var(--color-default-primary);
            color: #000000;
            top: 0px;
            font-size: 12px;
            text-align: center;
        }

        .tabs-all a:hover {
            background: rgba(var(--color-default-primary), .5);
            top: 0px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.tabs-body label {
    font-size: 12px;
}

.tabs-body {
    background: #f9f9f9;
    padding: 10px;
    text-align: left;
    margin-top: -10px;
}

#tab1, #tab2, #tab3, #tab4 {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-all {
    font-size: 14px;
    width: 100%;
    display: table;
    height: 45px;
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
}

.btn-all-success {
    color: #fff !important;
    background: #3cb73c;
}

    .btn-all-success:hover {
        color: #fff !important;
        background: #38ab38;
    }
.div-grid {
    display: grid;
    justify-content: initial;
    grid-template-columns: 30% 70%;
    margin-bottom: 20px;
}
.div-grid-50 {
    display: grid;
    justify-content: initial;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
    gap: 10px;
}
/*
*  MENU HORIZONTAL DASHBOARD
*-------------------------------------------------------*/
#wrapperMenu {
    padding-top: 10px;
    width: 100%;
}

.icon-color {
    color: white;
    background: var(--color-default-primary);
    border-radius: 10px;
    width: 17px;
}

.menu-vertical {
    padding: 4px;
    margin: -16px 10px 0 0;
    list-style: none;
    text-align: left;
    background: #F2F2F2;
}

.mv-item,
.mv-item a {
    display: block;
}

    .mv-item a {
        font-family: "Open Sans", "Segoe UI", Helvetica, Arial;
        font-weight: lighter;
        margin: 1px 0;
        padding: 8px 20px;
        color: #666;
        background: #FFF;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        .mv-item a:hover,
        .mv-item a:focus {
            background: var(--color-default-primary);
            color: #000000;
            padding-left: 30px;
        }

            .mv-item a:hover .icon-color,
            .mv-item a:focus .icon-color {
                color: var(--color-default-primary);
                background: white;
            }

    .mv-item .active-menu-vertical {
        background: var(--color-default-primary);
        color: #FFF;
        padding-left: 30px;
    }

.active-menu-vertical {
    background: var(--color-default-primary);
    color: #FFF;
    padding-left: 30px;
}

.nav-item{
    text-align: center;
}

body {
    background-color: #e2e2e2 !important;
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
        margin-top: 5px;
    }
}


/* input file style */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .input-file + .js-labelFile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;
        background: #eaeaea;
        width: 100%;
        padding-top: 6px;
    }

        .input-file + .js-labelFile .icon:before {
            content: "";
        }

        .input-file + .js-labelFile.has-file .icon:before {
            content: "";
            color: #5AAC7B;
        }

#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

    #progress-wrp .progress-bar {
        height: 100%;
        border-radius: 3px;
        background-color: var(--color-default-primary);
        width: 0;
        color: white;
        box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
    }

    #progress-wrp .status {
        top: 3px;
        left: 50%;
        color: white;
        position: absolute;
        display: inline-block;
    }

#file-preview {
    width: auto;
    height: 400px;
    object-fit: cover;
    margin-top: 10px;
}
#btn-change-photo {
    width: 100%;
    display: block;
    text-align: center;
    height: 50px;
    background: green;
    color: #fff !important;
    padding-top: 10px;
}

#div-preview-all img {
    height: 50px;
}
.div-change-photo {
    padding: 20px;
    background: #fafbfd;
    border-radius: 12px;
}

#div-users-details {
    margin-top: -15px;
}


.scrollable-tabs-container1 {
    font-family: "Roboto", sans-serif;
    background: #668c25;
    margin: 16px auto;
    margin-top: -17px;
    overflow: hidden;
    position: relative;
}

    .scrollable-tabs-container1 svg {
        width: 24px;
        height: 24px;
        cursor: pointer;
        color: #fff;
        border-radius: 50%;
        pointer-events: auto;
    }

        .scrollable-tabs-container1 svg:hover {
            background: none !important;
        }

    .scrollable-tabs-container1 ul {
        display: flex;
        gap: 16px;
        padding: 12px 24px;
        margin: 0;
        list-style: none;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

        .scrollable-tabs-container1 ul.dragging a {
            pointer-events: none;
        }

        .scrollable-tabs-container1 ul.dragging {
            scroll-behavior: auto;
        }

        .scrollable-tabs-container1 ul::-webkit-scrollbar {
            display: none;
        }

    .scrollable-tabs-container1 a {
        color: #fff !important;
        text-decoration: none;
        background: #4b6b15;
        padding: 4px 24px;
        display: inline-block;
        border-radius: 4px;
        user-select: none;
        white-space: nowrap;
    }

        .scrollable-tabs-container1 a.active {
            background: #2a3d0a;
            color: #fff !important;
        }

    .scrollable-tabs-container1 .right-arrow,
    .scrollable-tabs-container1 .left-arrow {
        position: absolute;
        height: 100%;
        width: 100px;
        top: 0;
        display: none;
        align-items: center;
        padding: 0 10px;
        pointer-events: none;
    }

        .scrollable-tabs-container1 .right-arrow.active,
        .scrollable-tabs-container1 .left-arrow.active {
            display: flex;
        }

    .scrollable-tabs-container1 .right-arrow {
        right: 0;
        background: linear-gradient(to left, #4b6b15 50%, transparent);
        justify-content: flex-end;
    }

    .scrollable-tabs-container1 .left-arrow {
        background: linear-gradient(to right, #4b6b15 50%, transparent);
    }

    .scrollable-tabs-container1 svg:hover {
        background: #333;
    }
.tab-item {
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}
.tab-menu svg {
    color: #fff;
    height: 15px;
}
.tab_content{
    padding: 20px;
    background: #fff;
}

.alert-p {
    background: #f5f5c0;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.draggable-table {
    border-collapse: collapse;
    background: white;
}

.draggable-table .draggable-table__drag {
    font-size: 0.95em;
    font-weight: lighter;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    text-indent: 50px;
    border: 1px solid #f1f1f1;
    z-index: 10;
    cursor: grabbing;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.draggable-table thead th {
    height: 25px;
    font-weight: bold;
    padding: 10px;
    user-select: none;
}

.draggable-table tbody tr {
    cursor: grabbing;
}

.draggable-table tbody tr td {
    font-size: 0.95em;
    padding: 10px;
    user-select: none;
    border-top: 1px solid whitesmoke;
}

.draggable-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.draggable-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.draggable-table tbody tr.is-dragging {
    background: #f1c40f;
}

.draggable-table tbody tr.is-dragging td {
    color: #ffe683;
}
#div-translate-details {
    background: #fff;
    padding: 20px;
}
.btn-translate {
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
}
.btn-translate:hover {
    background: #f9f9f9
}
#div-details {
    background: #fff;
    padding: 20px;
    margin-top: -15px;
    margin-bottom: 15px;
}
#div-filters {
    height: 170px;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}
.div-grid-three {
    display: grid;
    justify-content: initial;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
    align-items: center;
}
.div-grid-three label {
    margin-bottom: 10px;
}
.loading {
    position: absolute;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000000f2;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    margin-top: 20%;
    margin-bottom: 30%;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .div-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .menu-vertical {
        margin: -16px 0px 0 0 !important;
    }
    .menu-hidden {
        display: block !important
    }
    .container, .container-sm {
        width: 100% !important;
        max-width: 100% !important;
    }
}