:root {
    --blue: #0854a0;
    --primary: #0854a0;
    --font-family-sans-serif: "Ubuntu", sans-serif !important;
}

html {
    font-size: 14px !important;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-family-sans-serif) !important;
    font-weight: 400;
    color: #2c3e50;
    font-size: 0.8625rem;
}

.bg-primary {
    background-color: #0854a0 !important;
    color: #fff;
}

.card-primary {
    border-left: var(--primary) 3px solid;
}

.ve-input:focus {
    border-color: #ced4da;
    border-left: var(--primary) solid 2px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0.6);
}

.brand-link .brand-image {
    float: unset;
}

.user-panel img {
    height: 2.1rem;
    width: 2.1rem;
}

.main-sidebar {
    background-color: #fff;
    border-radius: 0 0.5rem 0.5rem 0 !important;
}

.user-panel .image,
.user-panel .info {
    padding-left: unset !important;
}

.user-panel .info {
    padding-top: 10px !important;
    padding-right: unset !important;
}

.parent.active {
    background-color: transparent !important;
    color: var(--primary) !important;
}

.circle {
    border-radius: 100%;
}

.btn-primary:hover {
    background-color: #444 !important;
    border-color: #444 !important;
}

.btn-primary:focus {
    background-color: #555;
}

.card {
    background: #fff !important;
}

.card,
.info-box,
.info-box-icon {
    border: none !important;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 10%) !important;
    border-radius: 0.5rem !important;
}

.card-header {
    background-color: #fff;
    border-bottom: unset;
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.card-footer {
    border-radius: 0 0 0.5rem 0.5rem !important;
}

.elevation-10 {
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 10%) !important;
}

.nav-link {
    display: flex;
    align-items: center;
}

.nav-icon {
    font-size: 0.9rem !important;
}

.btn-primary.btn-outline {
    color: var(--primary);
    background: transparent;
}

.card-footer {
    background-color: #ebf6fc !important;
}

.dataTables_filter label,
.dataTables_length label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dataTables_length label .custom-select {
    width: 4rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

.table {
    margin-top: 1rem !important;
}

table.dataTable thead .no-sort {
    background-image: unset !important;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px) !important;
    left: calc(-2.25rem + 2px) !important;
    width: calc(1.25rem - 4px) !important;
    height: calc(1.2rem - 4px) !important;
    background-color: #adb5bd !important;
    border-radius: 0.5rem !important;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem !important;
    width: 2.75rem !important;
    pointer-events: all !important;
    border-radius: 0.5rem !important;
    height: 1.25rem !important;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    /* background-color: #dee2e6; */
    background-color: #fff !important;
    transform: translateX(1.5rem) !important;
}

.custom-switch:focus .custom-control-input:focus,
.form-control,
.form-check-input {
    outline: none;
    box-shadow: none;
}

.form-check-input {
    width: 1rem;
    height: 1rem;
}

.dropdown-menu {
    border-radius: 0.5rem !important;
}

.dropdown-item {
    padding: 1rem 1.5rem !important;
}

.dropdown-item:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
}

.dropdown-item.activex {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover:not(:last-child) {
    background: rgba(0, 0, 0, 0.1) !important;
}

.dropleft .dropdown-menu {
    top: 3rem !important;
    right: 0 !important;
    min-width: 250px;
}

.dropleft .dropdown-menu.show {
    padding: 1rem 2rem;
}


/* .sidebar-mini .main-sidebar .brand-link #toggleSidebar {
    transform: rotate(0);
    transition: transform 0.3s ease-in;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-link #toggleSidebar {
    transform: rotate(180deg);
    transition: transform 0.5s ease-in;
} */

.sidebar-mini.sidebar-collapse .main-sidebar .brand-link .logo {
    display: none !important;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-link {
    width: auto !important;
}

a.static,
.static {
    cursor: not-allowed;
}

a.draggable,
.draggable {
    cursor: move;
}


/* modal */

.modal-mask {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100% !important;
    display: grid;
    transition: opacity 0.2s ease !important;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    min-width: 300px;
    max-width: 75%;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}


/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter-active,
.modal-leave-active {
    transition: opacity 0.2s ease;
}

.modal-enter-from,
.modal-leave-to {
    opacity: 0;
}

.modal-enter-active .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

label.required::after {
    content: "*";
    color: rgb(255, 0, 0);
    font-size: inherit;
    padding: 4px;
}

.loading-form {
    background-image: url("/loading/fifgroup-loading-icon.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.pre-formatted {
    white-space: pre !important;
}

table td {
    vertical-align: middle !important;
}

.load-image {
    width: 24px;
}

.carousel__prev,
.carousel__next,
.carousel__pagination-button--active {
    background-color: var(--primary) !important;
}

.container-catalog .carousel__viewport {
    width: 95vw;
    margin-left: auto !important;
    margin-right: auto !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}