

/* Company Logo*/
.company_logo {
    margin: 0 36px;
    padding: 8px;
    /*background-color: #F3F3F3;*/
    border-radius: 6px;
}

.company_logo img {
    max-width: 124px;
}

/* Login */
.auth-logo {
    display: flex;
    flex-direction: column;
}

.auth-logo img {
    max-height: 112px;
}

.auth-logo .bob-color-bar-login {
    max-width: 130px;
    height: 8px !important;
    margin: 16px auto 0;
}

/* DataTables */
table.dataTable.no-footer {
    border-bottom-color: #DEDEDE !important;
    padding-top: 24px !important;
    margin-bottom: 24px !important;
}

html[data-bs-theme="dark"] table.dataTable.no-footer {
    border-bottom-color: #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #FFF !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #66A6A6 !important;
}

.dataTables_wrapper .dataTables_filter input {
    color: #363636 !important;
}

html[data-bs-theme="dark"] .dataTables_wrapper .dataTables_filter input {
    color: #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: transparent !important;
}

.dataTables_wrapper .dataTables_length select {
    color: #363636 !important;
}

html[data-bs-theme="dark"] .dataTables_wrapper .dataTables_length select {
    color: #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_length select:focus-visible {
    outline: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #66A6A6 !important;
    border: 1px solid transparent !important;
    background-color: #66A6A6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #CCC !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background-color: transparent !important;
    color: #CCC !important;
}

/* Accordion */
.accordion-button {
    color: #363636 !important;
    background-color: #F9F9F9 !important;
}

.accordion-button:not(.collapsed) {
    color: #363636 !important;
    background-color: #f3f3f3 !important;
}

.accordion-button:focus {
    border-color: #f3f3f3 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
}

/* Headers Buttons*/
.header-buttons {
    width: 100%;
    padding-top: 8px;
    padding-right: 36px;
}

/* Copy Sidebar */
.copy-sidebar {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.copy-sidebar .copy_p {
    font-size: 0.7em;
    margin-top: 0;
}

/* Client Lana Holder Elements */
.bob-color-bar {
    max-width: 224px;
    height: 8px !important;
    margin-top: -18px;
}

.sidebar-menu {
    margin-top: -24px;
}

.card-list-details {
    /*border: 1px solid #d3d3d3;
    border-radius: 6px;*/
    margin: 4px 0 12px 0;
    padding: 6px 4px 4px 8px;
}

.flow-group-item {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    color: #363636;
    border-bottom: 3px solid #d3d3d3 !important;
    font-weight: 600;
}

.flow-group-item.active {
    border-bottom: 3px solid #33FF99 !important;
    color: #33FF99 !important;
}

.bordered,
.bordered-radius {
    border: 1px solid #cecece;
    padding: 8px;
}

.bordered-radius {
    border-radius: 8px;
}

/* Fonts */
.font-70 {
    font-size: 0.7em;
}

.font-75 {
    font-size: 0.75em;
}

.font-80 {
    font-size: 0.8em;
}

.font-875 {
    font-size: 0.875em;
}

/* Others */
.flow_fade {
    opacity: 1;
    transition: opacity 0.5s;
}

.flow_hide {
    display: none;
    opacity: 0;
}

.link-bob {
    color: #66A6A6;
    text-decoration: none;
    transition: 0.3s;
}

.link-bob:hover {
    color: #408989;
}

.link-primary-bob {
    color: #9966FF;
    text-decoration: none;
    transition: 0.3s;
}

.link-secondary-bob {
    color: #435EBE;
    text-decoration: none;
    transition: 0.3s;
}

.link-secondary-bob:hover {
    color: #314692;
}

.navbar-alternative {
    min-height: 148px !important;
    margin-bottom: -24px !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #FFF !important;
}

.nav-tabs .nav-link:hover {
    border: none;
    text-shadow: none !important;
}

.nav-tabs .nav-link.active:after {
    box-shadow: none !important;
}

.j_list_user:hover {
    background-color: #f3f3f3 !important;
}

html[data-bs-theme="dark"] .j_list_user:hover {
    background-color: #0E0E1C !important;
}


/* Footer */
.footer-bob-info {
    font-size: 0.8em;
    color: #333;
}

.footer-bob-info .bob-version {
    font-size: 0.5em !important;
    font-weight: 600;
    color: #111;
    margin: 0 !important;
}

.input-info {
    font-size: 0.75em;
    font-weight: 400;
    color: #1d68bd;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Estilo do Loader */
.cloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
  }
  .loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
  }
  
  @keyframes scaleUp {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
  }
  @keyframes pulse {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
  }


@media only screen and (max-width: 1024px) {
    .side-modal {
        right: -60%;
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .side-modal {
        right: -72%;
        width: 72%;
    }
}

@media only screen and (max-width: 600px) {
    .side-modal {
        right: -80%;
        width: 80%;
    }
}