.v-theme--dark>h6 {
    color: #f8f9fa;
}

.v-theme--dark #card:hover {
    background-color: lightgray;
}

.v-theme--dark #card {
    box-shadow: 0px 1px 5px #f8f9fa;
    color: #0C1048;
}

.v-theme--dark #card_draggable {
    box-shadow: 0px 1px 5px #f8f9fa;
}

.v-theme--dark #card_main {
    box-shadow: 0px 1px 5px #f8f9fa;
}

.v-theme--light #card {
    box-shadow: 0px 1px 5px #0C1048;
    color: #0C1048;
    z-index: 1;
}

.v-theme--light #card_main {
    box-shadow: 0px 1px 5px #0C1048;
}

.v-theme--light>h6 {
    color: #0C1048;
}

.v-theme--light #card_draggable:hover {
    box-shadow: 0px 0px 20px 3.5px #0C1048;
}


.v-theme--dark #box_shadow_dropdown {
    box-shadow: 0px 1px 5px #f8f9fa;
}

.v-theme--light #box_shadow_dropdown {
    box-shadow: 0px 1px 5px #0C1048;
}

.v-theme--dark .Kool__Caption {
    color: #f8f9fa;
}

.v-theme--light .Kool__Caption {
    color: #0C1048;
}

.v-theme--light .v-list-item--active {
    background-color: #102274;
    color: white;
}

.v-theme--dark .v-list-item--active {
    background-color: white;
    color: #0C1048;
}

.v-theme--dark .Kool__Legend {
    background-color: black;
}

.v-field__input {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.v-field.v-field--active.v-field--appended.v-field--center-affix {
    display: flex;
    align-items: center;
}

.v-theme--light .select_custom>.v-input__control {
    /*box-shadow: 0px 0px 12px #0C1048;*/
    height: 41.59px;
}

.v-theme--dark .select_custom>.v-input__control {
    box-shadow: 0px 0px 12px white;
}

.dp__main.dp__theme_dark.select_custom {
    box-shadow: 0px 0px 12px white;
}

.dp__input {
    height: 41.59px;
}

.v-field__overlay {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.align-height-field {
    margin-top: 4px !important;
}

.v-switch .v-switch__thumb {
    background-color: #424242;
    color: rgb(var(--v-theme-on-surface-bright));
}

.v-switch__thumb.bg-success {
    background-color: #82d616;
}

.v-label{
    opacity: 1 !important;
}

.dp__range_end, .dp__range_start, .dp__active_date{
    background-color: #102274 !important;
}

.dp__action_select {
    background-color: #102274 !important;
}

.v-field__input .v-select__selection-text{
    font-size: 13px;
}

#kt_app_header{
   background-image: url('media/background-4.jpeg');
   background-position-y: center;
   background-size: cover;
}

.default-icons-size{
    font-size: 20px !important;
}

.icons-theme-light-color{
    color: white !important;
}

.icons-theme-dark-color{
    color: #102274 !important;
}

@media(max-width: 576px){
    .display-events-buttons {
        display: grid;
        justify-items: center;
        grid-template-rows: repeat(6,1fr);
        gap: 5px;
    }
}

@media(max-width: 900px){
    .display-events-buttons {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(6,1fr);
        gap: 2px;
    }
}

@media(min-width: 1024px) {
    .buttons_area {
      margin-top: 0.2rem;
    }
  
    .responsive_mobile {
      display: flex;
      justify-content: start;
      align-items: center;
    }
  
    .buttons_adjust {
      margin-left: 1rem;
    }
  
    .seletor_indicadores {
      display: flex;
      justify-content: end;
    }
  
    .responsive_button {
      display: flex;
      justify-content: end;
    }
  
    .responsive_large {
      display: flex;
      margin-left: 3.5rem;
      margin-bottom: 0.2rem;
    }
  
    .responsive_button {
      display: flex;
      align-items: start;
    }

    .display-events-buttons {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(6,1fr);
        gap: 5px;
    }
  }
  
  @media(min-width: 1200px) {
    .seletor_indicadores {
      display: flex;
      align-items: center;
    }
  
    .responsive_button {
      display: flex;
      justify-content: start;
      align-items: center;
    }
  }
  
  @media(min-width: 1600px) {
    .responsive_button {
      display: flex;
      align-items: center;
      margin-top: 0.2rem;
    }

    .buttons_area {
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
        margin-bottom: 0.5rem !important;
    }

    .display-events-buttons {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(6,16%);
    }
  }