button {
    cursor: pointer;
}

.form {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.form label {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

table {
    border-collapse: collapse;
    height: fit-content;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-size: .9em;
}

tr {
    font-size: .8em;
    font-weight: 500;
}

.fa-xxl {
    font-size: 2.4em !important;
}

.fa-xl {
    font-size: 1.8em !important;
}



/*------ TOGGLE CSS ---------*/
.switchSmall {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 30px;
}

.switchSmall input {
    display: none;
}

.sliderSmall {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderSmall.gray {
    background-color: #676767 !important;
}

.sliderSmall:before {
    font-family: FontAwesome;
    position: absolute;
    content: "";
    /* content: "\f057"; */
    /* content: "\1F315"; */
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 4px;
    font-size: 1em;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}


input:checked+.sliderSmall {
    background-color: #2ab934;
}

input:checked+.sliderSmall.gray {
    background-color: #3205e4 !important;
}

input:focus+.sliderSmall {
    box-shadow: 0 0 1px #2196F3;

}

input:checked+.sliderSmall:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 40%;
    font-size: .8em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 60%;
    font-size: .8em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

input:checked+.sliderSmall .on {
    display: block;
}

input:checked+.sliderSmall .off {
    display: none;
}


.first {
    display: none;
}

.first {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 40%;
    font-size: .8em;
    font-weight: bolder;
    content: "\f057" !important;
}

.notFirst {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 60%;
    font-size: 1em;
    font-weight: bolder;

}

input:checked+.sliderSmall .first {
    display: block;
    content: "\f057" !important;
    font-size: 1em;
}

input:checked+.sliderSmall .notFirst {
    display: none;
}

/* Rounded sliders */
.sliderSmall.round {
    border-radius: 34px;
}

.sliderSmall.round:before {
    border-radius: 50%;
}

/*--------- TOGGLE END --------*/


.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-item {
    font-size: .9em;
}

.drinkTable {
    height: 45vh;
    overflow: scroll;
    overflow-x: hidden;
    width: 98%;
}


table thead tr th:not(.no-sort) {
    position: relative;
    cursor: pointer;
}

table thead tr th:after {
    position: relative;
    right: -5px;
    color: red;
}

table thead tr th.sort-asc:after {
    content: "\25b4";
}

table thead tr th.sort-desc:after {
    content: "\25be";
}

.pagination li:hover {
    cursor: pointer;
}

ul.pagination>li {
    font-size: 1.3em;
    padding: 0 5px;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

nav ul {
    margin: 1rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

nav a {
    color: #566B78;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
}

.app>* {
    display: none;
}

.app>*:last-child {
    display: block;
}

.app>*:target {
    display: block;
    animation: fade 300ms linear 1;
}

.app>*:target~* {
    display: none;
}

.nav-link {
    text-align: center;
    color: white;
}

.nav-link.tab {
    text-align: center;
    color: rgb(8, 3, 3);
}

.nav-link.tab.active {
    text-align: center;
    color: rgb(2, 2, 2);
    font-weight: 800;
}

.iconNav.active i {
    text-align: center;
    color: rgb(252, 0, 59);
    font-weight: 800;
}

.iconName {
    font-size: .6em;
}

/* .iconNav i {
    font-size: 1em;
} */

.nav-link.iconNav {
    font-size: 1.2em;
}

.nav-link.iconNav.active {
    font-size: 1.2em;
    color: green !important;
}

.navbar {
    padding-top: .5em;
    padding-bottom: 0.1em;
}

.navbar>.container-fluid {
    display: flex;
    align-items: stretch;
}

.tabber {
    color: black !important
}

.tabber.active {
    color: rgb(252, 246, 246) !important
}

/* Style the active class, and buttons on mouse-over */
.nav-link.active {
    color: rgb(4, 255, 238) !important;
    /* font-size: 1em !important; */
}


.tab-pane {
    color: rgb(21, 23, 23) !important;
    font-size: 1em;
}

/* .daterangepicker .drp-calendar {
    display: none !important;
} */

#statsPick {
    font-size: .8em;
    padding: 8px;
    font-weight: 600;
}

.card-header-tabs .nav-link.active {
    background-color: rgba(13, 110, 253, 0.25) !important;
    /* border-bottom: 2px solid rgb(49, 49, 50) !important; */
    /* padding: 14px; */
    border-radius: 3px;
}

#heatChart {
    min-height: 175px !important;
    max-height: 175px;
}

/* body {
    overflow-x: hidden;
} */

.list-group-item:nth-child(odd) {
    background-color: #84f3f387;
    /* Light gray for odd elements */
}

.list-group {
    font-size: .8em;
}

.chartdiv {
    width: 100%;
    height: 500px;
}




/* RADIO INPUT */

/* MULTI TOGGLE */
.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    font-size: 14px;
}



.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    padding: 5px 0px;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
}

.radio-inputs.headerToggle .radio input:checked+.name {
    background-color: #626262;
    font-weight: 600;
    border: 1px solid gray;
    color: white;
}

.radio-inputs.footerToggle .radio input:checked+.name {
    background-color: #f00000;
    font-weight: 600;
    border: 1px solid gray;
}

#heatChart {
    min-height: 175px !important;
    max-height: 175px;
}

/* HEAT MAP LABELS */
.apexcharts-text tspan {
    font-size: .7em;
}







.cvp-live-filter[data-sid='336b059dpv'] .cvp-label {
    /* display: block !important; */
    text-align: justify !important;
    clear: both !important;
    text-align: center !important;
    padding-bottom: 10px;
}

.cvp-lf-wrapper {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    justify-content: space-between;
}

.cvp-live-filter.cvp-button div {
    background: 0 0;
    box-shadow: none !important;
    padding: 0;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
}


.cvp-live-filter[data-sid='336b059dpv'] .cvp-label {
    text-align: center !important;
}

.cvp-live-filter input,
.cvp-live-filter select {
    border-radius: 4px !important;
}

.cvp-label {
    text-align: center !important;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.customNewsFilter {
    padding-bottom: 20px !important;
}


.publicationFilterButtons {
    padding-bottom: 20px !important;
}

.cvp-live-filter.cvp-customized {
    margin-right: 0px;
    display: grid
}

.cvp-live-filter select {
    text-align: center;
}

.cvp-lf-wrapper.publicationFilterButtons {
    display: inline-flex;
    justify-content: space-evenly;
}



.allPublicationsFilter .cvp-live-filter.cvp-customized {
    display: flex;
    margin-right: 0px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px 10px;
    gap: 10px;
}

.cvp-live-filter[data-sid='9a1d269625'] .cvp-label {
    display: none !important;
}


.allPublicationsFilter .cvp-live-filter.cvp-customized {
    display: flex;
    margin-right: 0px;
    align-items: self-end;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px 10px;
    gap: 10px;
    justify-content: center;
}

.modal {
    background: #0000008f
}