.titleInput {
    font-size: 15px;
}

.titleSec {
    font-weight: 900 !important;
    color: black;
}

.titleSecLight {
    font-weight: 600 !important;
    color: rgb(77, 77, 77);
}

.inputC {
    border-radius: 18px;
    background-color: rgba(250, 250, 250, 0.897);
    color: black;
}

.inputCa {
    background-color: rgba(250, 250, 250, 0.897);
    color: black;
}

.ui-select-placeholder {
    color: #777;
}

.inputC::placeholder {
    color: rgb(172, 172, 172);
}


.buttonRd {
    border-radius: 18px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-color: #B12028;
    color: white;
    background-color: #B12028;
}

.buttonRdShort {
    border-radius: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-color: #B12028;
    color: white;
    background-color: #B12028;
}

.buttonBlueShort {
    border-radius: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-color: darkblue;
    color: white;
    background-color: darkblue;
}

.buttonGreenP {
    border-radius: 18px;
    border-color: #28a745;
    color: white;
    background-color: #28a745;
}

.buttonRdP {
    border-radius: 18px;
    border-color: #dc3545;
    color: white;
    background-color: #dc3545;
}

.buttonGray {
    border-radius: 18px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-color: #e6e6e6;
    color: rgb(10, 10, 10);
    background-color: #e6e6e6;
}

.colorMain {
    color: #B12028 !important;
}
.infoColor {
    color: #0d6efd !important;
}

.colorAprov {
    color: rgb(21, 155, 155) !important;
}

.bgMain {
    background-color: #B12028 !important;
    color: white;
}

input[type="date"] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

input[type="time"] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}


/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */

input[type="date"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f073";
    color: #B12028;
    padding: 0 5px;
    font-size: 20px;
}

input[type="time"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f017";
    color: #B12028;
    padding: 0 5px;
    font-size: 20px;
}


/* change color of symbol on hover */

input[type="date"]:hover:after {
    color: #bf1400;
}

input[type="time"]:hover:after {
    color: #bf1400;
}


/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}


/* adjust increase/decrease button */

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

input[type="time"]::-webkit-inner-spin-button {
    z-index: 1;
}


/* adjust clear button */

input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

input[type="time"]::-webkit-clear-button {
    z-index: 1;
}

.select {
    position: relative;
}

.select select {
    padding: .5em 2.25em .5em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.ui-select-multiple .ui-select-search {
    cursor: pointer;
    padding-left: .7em;
}

.select:before {
    position: absolute;
    top: 10%;
    right: .5em;
    font-family: "Font Awesome 5 free";
    content: "\f0d7";
    color: #bf1400;
    font-size: 20px;
    font-weight: 600;
    pointer-events: none/*para que funcione el click en el icono */
}

.ui-select-multiple.select:before {
    top: 0;
}

input:required {
    border-color: #800000;
    border-width: 3px;
}

.table thead tr th {
    background-color: #B12028 !important;
    color: white;
    font-size: 14px;
}

.table tbody tr td {
    font-size: 16px;
}

.table-striped-tbody tbody:nth-child(even) {
    background-color: #f2f2f2;
}

.pac-container {
    z-index: 10000 !important;
    /*Soluciona problema autocomplete para mostrar en modal */
}

.checkBox :hover {
    color: #bf1400;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #bf1400;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #bf1400;
    border-color: #bf1400;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.lettersCustom {
    font-size: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: rgb(224, 224, 224);
    color: gray;
    cursor: pointer;
}

.lettersCustomChecked {
    font-size: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    color: white;
    background-color: rgb(32, 32, 32);
    cursor: pointer;
}

.flexC {
    display: flex;
}

.itemFlex {
    flex-basis: 100%;
    text-align: center;
}

.backArrow {
    cursor: pointer;
    margin-bottom: 10px;
    color: black;
}

.thTable {
    text-align: center;
    font-size: 14px;
}

ui-select::placeholder {
    color: black;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100% !important;
}

.btn-default {
    background-color: #B12028;
    border-color: #B12028;
    color: #FFFFFF;
}

.btn-default:hover {
    background-color: #b8232b;
    color: #FFFFFF;
}

.btn-default-inv {
    background-color:  #FFFFFF ;
    border-color: #B12028;
    color: #B12028;
}

.btn-defaultBlue {
    background-color: darkblue;
    border-color: darkblue;
    color: #FFFFFF;
}

.btn-defaultGreen {
    background-color: green;
    border-color: green;
    color: #FFFFFF;
}

.btn-defaultRed {
    background-color: #B12028;
    border-color: #B12028;
    color: #FFFFFF;
}

.container-pagination{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.item-per-page{
    width: 30px;
    font-size: 13px;
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 3px;
}

.red {
    color: red;
    font-weight: bold;
}

.file-upload-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-x-file-upload {
    color: #B12028;
    background-color: #FFFFFF;
}

*, *:before, *:after {
    box-sizing: border-box;
}


/* Custom Radio Button */

.options {
    padding-bottom: 48px;
    text-align: center;
}

input[type="radio"] {
    display: none;
}

.options > label {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}

.options > label:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    border: 1px solid #B12028;
    border-radius: 13px;
}

.options > label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 13px;
    margin-top: 0;
    background: #B12028;
    border-radius: 6.5px;
    transition: 0.2s ease-in-out;
}

.options :checked + label:after {
    height: 13px;
    width: 13px;
    margin-top: -6.5px;
    left: 6.5px;
}
.actualCalendarCheckBox{
    margin-bottom: 20px;
}
.isOptionActive{
    border: 1px solid #c31a23e0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    padding: 6.5px;
}
.dotOptionActive{
    background-color: #c31a23e0;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}
.optionSelected{
    border: 1px solid #c31a23e0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

/* Tab Group */

.tab-group {
    list-style: none;
    padding: 0;
}

.tab-group li a {
    color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
    background: #AFAFAF;
    border-color: #AFAFAF;
}

.tab-group .active a {
    background: #B12028;
    border-color: #B12028;
    color: #fff;
}

.tab-content {
    text-align: center;
}

.tab-group .active.blue a {
    background: darkblue;
    border-color: darkblue;
}


/* Selects Reports Events */

.tab-content .ui-select-toggle {
    background: rgba(250, 250, 250, 0.897);
    color: inherit;
    border-radius: 18px;
    outline: none;
}

.tab-content .btn-default-focus {
    box-shadow: none;
    border-color: inherit;
    outline: 0;
    background: inherit;
}

.tab-content .ui-select-toggle .caret {
    color: #bf1400;
    border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.stringUpper{
    text-transform: uppercase;
}

.analytic-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.analytic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.analytic-card-header {
  font-weight: 600;
  font-size: 1.1rem;
  color: #34495e;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.analytic-card-header i {
  color: #3498db;
  margin-right: 8px;
}

.analytic-card-body {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytic-chart {
  width: 100%;
  min-height: 350px;
}

/* Ajuste responsive */
@media (max-width: 768px) {
  .analytic-card {
    padding: 15px;
  }
  .analytic-card-header {
    font-size: 1rem;
  }
}

.highcharts-menu {
  font-size: 16px !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.highcharts-menu-item {
  padding: 8px 14px !important;
  color: #333 !important;
}

.highcharts-menu-item:hover {
  background: #B12028 !important;
  color: #fff !important;
  cursor: pointer;
}
