:root {
    --header-footer-color: #0a223c;
    --font-selected-color: #75f695;
    --bg-color: #1d1d1d;
    --card-bg-color: #26303a;
    --bg-color-secondary: #d1d1d1;
    --primary-color: #343a40;
    --secondary-color: #000000;
    --primary-text-color: #ffffff;
    --secondary-text-color: #89e683;
    --selected-color: #157347;
    --selected-color-hover: #1573474a;
    --background-input: #1d1d1d4a;
    --color-input: #ffffff;
    --link-color: #ffffff;
    --link-hover-color: gray;
    --text-muted-color: #6c757d;
}

img {
    max-width: 100%;
    height: auto;
    align-self: flex-start;
}

.img-listagem {
    object-fit: contain;
    width: 50px;
    height: 50px;
}
.navbar-brand img{
    max-width: 60px;
}
.link-simplificado {
    text-decoration: none !important;
    color: var(--font-selected-color) !important;
}

input,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple,
.select2-selection__choice,
.select2-selection__choice,
select {
    background-color: var(--background-input) !important;
    color: var(--color-input) !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0px !important;
}

.select2-results__option--selected {
    background-color: var(--selected-color-hover) !important;
}

.select2-dropdown {
    border: 1px solid var(--font-selected-color) !important;
}

.select2-container .select2-selection--multiple {
    min-height: 40px!important;
}

.accordion,
.accordion-item,
.accordion-button {
    background-color: var(--header-footer-color);
    color: var(--color-input);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
}


* {
    padding: 0;
    margin: 0;
    color: var(--primary-text-color);
}
.daterangepicker, .daterangepicker td.available:hover, .daterangepicker th.available:hover, .daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    color: var(--secondary-color)!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    color: var(--primary-text-color)!important;
}
*:focus {
    outline: none;
}

body {
    word-break: break-word;
    padding-right: 0 !important;
    background-color: var(--bg-color);
    padding-top: 4.8rem;
}

.link-card-home,
.link-card-home:hover b,
.link-card-home:hover i {
    text-decoration: none;
    transition-duration: .5s;
}

.link-card-home:hover,
.link-card-home:hover b,
.link-card-home:hover i {
    color: var(--link-hover-color) !important;
}

.table-responsive {
    word-break: normal !important;
}

.center-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-campanha {
    object-fit: contain;
    border-radius: 5px;
    max-height: 100px;
}

.default-background {
    background-color: var(--bg-color);
}

.vh-100 {
    height: 100vh;
}

.all-center,
.full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.espaco-acoes {
    min-height: 40px;
    margin: 10px 0px;
}

.delete {
    color: red;
}

.card {
    background-color: var(--card-bg-color);
}

.swal2-popup {
    background-color: var(--card-bg-color) !important;
}

.swal2-title {
    color: var(--primary-text-color) !important;
}

.swal2-html-container {
    color: var(--primary-text-color) !important;
}

input,
select {
    height: 40px;
    text-indent: 5px;
    color: #1d1d1d;
}

select option {
    color: #1d1d1d;
}

.navbar {
    background-color: var(--header-footer-color);
}

.card-content {
    border-radius: 10px;
    background-color: var(--card-bg-color);
    padding: 1rem;
}

.card-user {
    display: flex;
}
.dropdown-toggle::after{
    margin-top: auto;
    margin-bottom: auto;
}
.drop-menu-user {
    left: -100px!important;
}
.nav-link.active{
    color: var(--font-selected-color)!important;
    background-color: var(--bg-color);
    border-radius: 5px;
}
.menus-content a {
    color: var(--text-muted-color);
    text-decoration: none !important;
    font-size: 1.2rem;
    transition-duration: 0.5s;
    display: block;
    width: 100%;
    padding: 10px;
}

.menus-content a i {
    color: var(--text-muted-color);
    margin-right: 5px;
    font-size: 1.2rem;
    transition-duration: 0.5s;
}

.menus-content .btn-toggle-nav {
    padding-left: 10px;
}

.menus-content a:hover,
.menus-content a:hover i {
    color: var(--font-selected-color);
    cursor: pointer;
    background-color: var(--bg-color);
}

.menus-content a.active,
.menus-content a.active i {
    color: var(--font-selected-color);
    cursor: pointer;
    background-color: var(--bg-color);
}

.collapse,
.menu-collapse {
    transition-duration: 0.5s;
}

.menu-collapse:after {
    content: "\002B";
    color: var(--text-muted-color);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.menu-collapse:not(.collapsed):after {
    content: "\2212";
}

.collapse.show {
    background-color: var(--bg-color);
    padding: 5px;
    border-radius: 0px 0px 7px 7px;
}

.menu-collapse:not(.collapsed) {
    background-color: var(--bg-color);
    border-radius: 7px 7px 0px 0px !important;
}

.card-user img {
    object-fit: contain;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary-text-color);
}

.select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}

.select2-container--default .select2-results>.select2-results__options,
.select2-search--dropdown {
    background-color: var(--card-bg-color);
}

#imagem_resumo {
    width: 100px;
    height: 100px;
    border: 1px solid var(--primary-text-color);
    object-fit: contain;
}

.estatisca-numeros {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-ranking {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#campanha_tab .nav-link {
    color: #6c757d !important;
}

#campanha_tab .nav-link.active {
    background-color: #6c757d !important;
    color: #ffffff !important;
    border: none;
}

/*menu*/
#menu-fade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #343a40aa;
}

.grafio-porcentagem {
    margin-left: 15px;
}

.grafio-porcentagem .chart {
    width: 45px;
    height: 45px;
    margin: 1em auto;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grafio-porcentagem .chart::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: var(--card-bg-color);
    border-radius: inherit;
}

.dropdown-menu {
    background-color: var(--card-bg-color);
    color: var(--primary-text-color);
}

.dropdown-menu a {
    color: var(--primary-text-color);
}

.dropdown-menu a:hover .text-light {
    color: var(--card-bg-color) !important;
}

.dropdown-menu a:hover {
    color: var(--card-bg-color) !important;
}

.modal-content {
    background-color: var(--card-bg-color);
}

.porcentagem-label {
    position: relative;
    z-index: 1;
    font-size: 0.8em;
    margin: 0px;
}

/********************************************************************loader************************************************************************/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #343a40aa;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.stoped#loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

@media screen and (max-width: 991px) {
    #btn-menu-mobile,
    #btn-close-menu-mobile {
        display: block !important;
        background: transparent;
        border: none;
    }
    #menu-mobile {
        display: none;
        transition: all 1s;
    }
    #menu-mobile.show {
        z-index: 90000;
        display: block;
        margin-top: -50px;
    }
    .navbar-nav .nav-link{
        display: flex;
        justify-content: center;
    }
    .card-user{
        width: 100%;
        justify-content: center;
    }
    .navbar-nav{
        width: 100%;
    }
    .card-user img {
        object-fit: contain;
        border-radius: 20px;
        width: 80px;
        height: 80px;
        border: 0px;
    }
}

/************************************************* CHECKBOX ************************************/
/* Customize the label (the container) */
.toggle-pill-dark input[type="checkbox"] {
    display: none !important;
}

.toggle-pill-dark input[type="checkbox"]+label {
    display: block !important;
    position: relative !important;
    width: 3em !important;
    height: 1.6em !important;
    margin-bottom: 20px !important;
    border-radius: 1em !important;
    background: #303e58 !important;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3) !important;
    cursor: pointer !important;
    -webkit-transition: background 0.1s ease-in-out !important;
    transition: background 0.1s ease-in-out !important;
}

.toggle-pill-dark input[type="checkbox"]+label:before {
    content: "" !important;
    display: block !important;
    width: 1.2em !important;
    height: 1.2em !important;
    border-radius: 1em !important;
    background: #e84d4d !important;
    position: absolute !important;
    left: 0.2em !important;
    top: 0.2em !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.toggle-pill-dark input[type="checkbox"]:checked+label:before {
    background: #47cf73 !important;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2) !important;
    left: 1.6em !important;
    -webkit-transform: rotate(295deg) !important;
    transform: rotate(295deg) !important;
}

/*************************************************Visualizar Ganhadores************************************/
.form-group-g {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 0.75rem !important;
}

.form-group-g label {
    display: flex !important;
    align-items: center !important;
    padding: 0.375rem 0.75rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    border-radius: 0.25rem !important;
    border-right: none !important;
    background-color: #333 !important;
    white-space: nowrap !important;
}

.form-group-g input {
    display: block !important;
    width: 100% !important;
    background-clip: padding-box !important;
    appearance: none !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 1rem !important;
    color: #d1d1d1 !important;
    border-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #333 !important;
    border: 1px solid #4f4f4f !important;
}

/* pagina anotacoes */
.botao_nova_nota {
    background-color: #6c757dd0 !important;
    color: #dce3ea !important;
    width: 250px !important;
    height: 150px !important;
    border-radius: 5px !important;
    border: none !important;
}


.nota .texto p {
    margin: 0 0 5px !important;
}

.nota {
    display: flex !important;
    justify-content: space-between !important;
    transition-duration: .5s;
}

.nota:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.nota.azul {
    background-color: #68d0f3;
}

.nota.rosa {
    background-color: #f56ca1;
}

.nota.laranja {
    background-color: #f59269;
}

.nota.amarelo {
    background-color: #f5ce6d;
}

.nota.verde {
    background-color: #e0f56c;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}
.border-left-success {
    border-left: .25rem solid #28a745 !important;
}
.border-left-danger {
    border-left: .25rem solid #dc3545 !important;
}
.text-decoration-none{
    text-decoration: none!important;
}
.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}


.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding-top: 20px;
    list-style: none;
    text-align: left;
    max-width: 80%;
    margin-left: 100px;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 100%;
        padding-top: 25px;
        margin-left: 0px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -140px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -37.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

/* Kanban offcanvas */
.offcanvas{
    background-color: var(--bg-color) !important;   
}

.offcanvas-filtros{
    height: 40vh !important;
}

.offcanvas-editar{
    height: 90vh !important;
}

.imgs-user-chamado .user-chamado{
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-left: -10px;
    object-fit: contain;
}