h1,
h2 {
    /* font-family: 'td'; */
    font-family: 'tahoma-bold';
}

.main-content h1 {
    color: #fff;
    margin: 0 0 20px 0;
}

.filter-btn img {
    margin: auto;
    display: block;
    width: inherit;
}

[data-AB-option]:empty {
    display: none;
}

.icon-selected {
    border-color: #e6242a !important;
}

@media screen and (max-width: 600px){
    .desktop-only{
        display: none !important;
    }

    .event-filter{
        margin-bottom: 0 !important;
    }

    #weekDay{
        height: 40px !important;
        h4{
            margin: 0;
        }

    }

}

.filter-btn {
    --btn-width: calc(20px);
    position: absolute;
    top: 30px;
    right: 30px;
    border: solid 2px #c4c4c4;
    padding: 5px 5px;
    border-radius: 7px;
    width: var(--btn-width);
    height: var(--btn-width);
    cursor: pointer;
}

.collapse[data-open="0"] {
    display: none;
    transition: all 0.2s;
}

.collapse[data-open="1"] {
    display: block;
    padding: 0px 10px;
    border: solid 2px #e92f2f;
    max-height: 30vh;
    overflow-y: scroll;
}

.apps-container>div a {
    display: contents;
}

.apps-container>div {
    /* background: #ededed; */
    display: grid;
    border-radius: 50px;
    border: solid 3px #cacaca;
    cursor: pointer;
}

.date-nav {
    display: flex;
    gap: 8px;
}

.date-nav button {
    padding: 0 !important;
}

.date-nav button:active {
    background-color: #f5f5f5 !important;
    border-color: #e6242a !important;
}



.date-nav button:hover {
    padding: 0 !important;
    background-color: #fff;
    border-color: #fff;
}

.date-nav button:hover img {
    filter: none;
}

.date-nav button img {
    width: 30px;
    height: auto;
    margin: auto;
    display: block;
}

.date-nav img, .expand-trigger img {
    transform: rotate(90deg);
    filter: brightness(4.5);
}

.extra-info-col .date-nav img, .extra-info-col .filter-btn img, .extra-info-col .expand-trigger img {
    filter: brightness(0);
}

.date-nav .down img {
    transform: rotate(270deg);
    /* filter: brightness(6.5); */
}

.expand-trigger {
    display: none;
}


h3,
h4 {
    font-family: "tahoma-bold";
}

h4.card-title {
    margin: 10px 0;
    font-size: x-large;
    text-align: center;
}

.video-timer {
    display: flex;
    justify-content: space-between;
    /* margin: 10px 0 5px 0; */
    color: #fff;
    font-size: small;
}

#local-time {
    color: #fff;
    text-align: center;
    font-size: 2em;
}


.video-timer span {}

.container-fluid {
    width: 100%;
    display: block !important;
}

.top-menu .logo a {
    display: contents;
}

.top-menu .logo {
    height: 100%;
    width: 100%;
}

.top-menu .logo img {
    /* height: 90%; */
    display: block;
}

.active-filter {}

.top-menu>*:first-child,
.city-menu>*:first-child {
    min-width: 25%;
    height: inherit;
    display: flex;
    align-items: center;
    gap: 40px;
}

.top-menu>*:first-child>*:first-child,
.city-menu>*:first-child>*:first-child {
    /* width: 13vw; */
    display: flex;
    gap: 20px;
}

.event-filter .event img {
    width: 20px;
}

.spec.name {
    display: block !important;
    width: 100%;
}

.name .value {
    width: 100% !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* width: 100%; */
    gap: 0;
}

.top-menu .menu-options a {
    color: #000;
    font-weight: bold;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-1,
.col-1 {
    -ms-flex: 0 0 calc(var(--col)*1);
    flex: 0 0 calc(var(--col)*1);
    max-width: calc(var(--col)*1);
}

.col-md-2,
.col-2 {
    -ms-flex: 0 0 calc(var(--col)*2);
    flex: 0 0 calc(var(--col)*2);
    max-width: calc(var(--col)*2);
}

.col-md-3,
.col-3 {
    -ms-flex: 0 0 calc(var(--col)*3);
    /* flex: 0 0 calc(var(--col)*3); */
    /* max-width: calc(var(--col)*3); */
}

.col-md-4,
.col-4 {
    -ms-flex: 0 0 calc(var(--col)*4);
    /* flex: 0 0 calc(var(--col)*4); */
    /* max-width: calc(var(--col)*4); */
}

.col-md-5,
.col-5 {
    -ms-flex: 0 0 calc(var(--col)*5);
    flex: 0 0 calc(var(--col)*5);
    max-width: calc(var(--col)*5);
}

.col-md-6,
.col-6 {
    -ms-flex: 0 0 calc(var(--col)*6);
    flex: 0 0 calc(var(--col)*6);
    max-width: calc(var(--col)*6);
}

.col-md-7,
.col-7 {
    -ms-flex: 0 0 calc(var(--col)*7);
    flex: 0 0 calc(var(--col)*7);
    max-width: calc(var(--col)*7);
}

.col-md-8,
.col-8 {
    -ms-flex: 0 0 calc(var(--col)*8);
    flex: 0 0 calc(var(--col)*8);
    max-width: calc(var(--col)*8);
}

.col-md-9,
.col-9 {
    -ms-flex: 0 0 calc(var(--col)*9);
    flex: 0 0 calc(var(--col)*9);
    max-width: calc(var(--col)*9);
}

.col-md-10,
.col-10 {
    -ms-flex: 0 0 calc(var(--col)*10);
    flex: 0 0 calc(var(--col)*10);
    max-width: calc(var(--col)*10);
}

.col-md-11,
.col-11 {
    -ms-flex: 0 0 calc(var(--col)*11);
    flex: 0 0 calc(var(--col)*11);
    max-width: calc(var(--col)*11);
}

.col-md-12,
.col-12 {
    -ms-flex: 0 0 calc(var(--col)*12);
    /* flex: 0 0 calc(var(--col)*12); */
    /* max-width: calc(var(--col)*12); */
}

.wheel-container {
    position: relative;
}

.arrow-container {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    position: relative;
    height: 120px;
}

.point-fill {
    border-top: 55px solid #e11b1b00;
    border-bottom: 55px solid transparent;
    border-left: 100px solid #e6242a;
    position: absolute;
    right: 0;
    /* top: -60px; */
    transform: translate(-10px, -50%);
}

.extra-border {
    border-radius: 30px 0px 0px 30px;
    border-color: #ffffff;
    border-style: solid none solid solid;
    border-width: 5px;
    background-color: #e6242a;
    height: 100px;
    /* padding: 5px 0 5px 5px; */
}

.date-container {
    display: grid;
    place-items: center;
    background-color: #fff;
    border-radius: 32px;
    border-color: #e6242a;
    border-style: solid solid solid solid;
    border-width: 4px;
    /* padding: 7px 0 0 7px; */
    height: 102px;
    /* margin: 0px 5px; */
}

.info-container {
    padding: 10px 0 0 10px;
}

.arrow-col {
    background-color: #e6242a;
    width: 70%;
    border-color: #e6e6e6;
    border-style: solid none solid none;
    border-width: 5px;
    color: #fff;
    height: auto;
}

.arrow-col-date {
    width: 30%;
    border-color: #e6e6e6;
    border-style: solid none solid solid;
    border-width: 5px;
    text-align: center;
    background-color: #e6242a;
    border-radius: 36px 0px 0px 36px;
}

.arrow-col p {
    margin: 0;
    line-height: 2.5ch;
}

.point-border-1 {
    border-top: 60px solid #e11b1b00;
    border-bottom: 60px solid transparent;
    border-left: 110px solid #dbdbdb;
    position: relative;
}

.point-border-2 {
    border-top: 60px solid #e11b1b00;
    border-bottom: 41px solid #ff000000;
    border-left: 110px solid #00ffdc;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
}

:root {
    --col: calc((100vw/12) - calc(var(--col-padding)/2));
    --col-padding: 15px;
    --col-tab-h: 73px;
}

body {
    margin: 0;
    /* overflow-y: hidden; */
}

#popImage {
    max-width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    max-height: 80vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-fluid {
    display: block !important;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

small {
    font-family: 'tahoma';
    /* font-size: 1vw; */
}

.logo {
    max-width: 200px;
}

.report {
    min-height: 85vh;
}

.search-bar form {
    min-height: 64px;
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 10px;
    width: 100%!important;
}
.admin-report{
    overflow-y: scroll;
}
.admin-report .search-bar{
    padding: 20px;
}
.search-bar {
    display: flex;
    padding: 20px 10%;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    justify-content: space-between;
}

.search-bar label {
    font-size: clamp(9px, 13px, 13px);
}

.search-bar input {
    height: 4ch;
    width: 100%;
}

.search-bar select {
    height: 5ch;
    width: 100%;
}

.search-bar h2 {
    margin: 0;
}

.aa-inline-carousel {
    display: flex;
    gap: 10px;
    justify-content: left;
    width: 100%;
    margin: 10px auto;
}

.aa-inline-carousel .spinner-pic {
    height: auto;
    width: 50px;
    max-width: none;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.spinner-pic {
    cursor: pointer;
    border-radius: 3px;
    border: solid 3px #cacaca;
}

.search-bar form>* {
    width: 15%;
}

.search-bar>*:first-child {
    width: 15%;
}

.search-bar small {
    font-size: 11px;
    position: absolute;
}

.search-bar input[type="checkbox"] {
    height: max-content;
    width: auto;
}

.multi-option-container .option {
    padding: 10px 0;
    border-bottom: solid 1px #e8e8e8;
    font-size: initial;
    color: #000;
}
.multi-option-container .option label{
    color:#000!important;
}

.multi-option-container .option:last-child {
    border-bottom: none;
}

.multi-option-container .option:hover {}

input,
select {
    min-height: 4ch;
}
input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    width: 8px;
    height: inherit;
    padding: 0 5px;
    max-height: 50vh;}

.hide {
    display: none !important;
}

.campaing-counter {
    width: 100%;
    text-align: end;
}

.blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: #00000038; */
    top: 0;
    left: 0;
    z-index: 1;
    /* pointer-events: none; */
}

.s-filter {
    /* padding: 10px 15px; */
    width: 100%;
}

.multi-option-drop::after {
    /* content: "â–¼"; */
    position: absolute;
    right: 7%;
    top: 33%;
    z-index: 5;
    font-size: 11px;
}

.multi-option-drop {
    width: 100%;
    position: relative;
    /* padding: 10px 15px; */
    /* min-width: 15vw; */
    /* background-color: #eee; */
}

.multi-option-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0%;
    background-color: #fff;
    z-index: 3;
    padding: 10px 15px;
    /* border-radius: 5px; */
    gap: 10px;
    width: max-content;
    max-height: 20vh;
    overflow-y: scroll;
    min-width: 15vw;
    /* margin-top: 10px; */
    border: solid 1px #cacaca;
    border-top: none;
    /* pointer-events: none; */
}

.top-menu {
    height: 64px;
    background-color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 5px 3%;
    /* top: 0; */
    /* z-index: 1; */
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
}

.arrow-holder {}

.spin01 {
    animation-name: spin01;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.pattern {
    /* background-image: url(../images/pattern.svg); */
    background-repeat: round;
    background-size: 467px;
}

@keyframes spin01 {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.spin02 {
    animation-name: spin02;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    object-position: center;
}

@keyframes spin02 {
    0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0, 0px);
    }

    50% {
        transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg) translate(0, 0px);
    }

    100% {
        transform: rotateX(360deg) rotateY(0deg) rotateZ(0deg) translate(0, 0px);
    }



}

@font-face {
    font-family: 'td';
    src: url('../fonts/TradeGothicLTStd-BoldExt.otf');

}

.main-menu {
    min-height: 100vh;
    padding-top: 6vh;
}

.main-content {
    max-height: 94vh;
    overflow-y: scroll;
    /* transition: all 1s; */
    width: 47vw;
    max-width: 600px !important;
}

.main-menu .logo {
    margin: auto;
    display: block;
    width: 60%;
}

.menu-options {
    padding: 0;
    text-align: center;
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
}

.menu-options li {
    padding: 14px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    /* border-bottom: solid 1px #a61b1f; */
}

.main-options li {
    margin-bottom: 10px;
}

p,
label {
    font-family: 'tahoma';
}

/* Mobile Shift */
.mobile-viewport {}

.shift-header {
    margin-top: 15px;
}

.shift-header h1 {
    font-family: 'tahoma-bold';
    text-align: center;
    margin: 0;
    font-size: 1.5em;
}

.shift-header h3 {
    font-family: 'tahoma';
    text-align: center;
    margin: 0;
}

.aa-marker-info,
#map .spinformation {
    /* min-width: 440px; */
    /* max-width: 190px; */
    background-color: #ffffff;
    border: none;
}

.menu-container {
    position: sticky;
    top: 0;
    z-index: 10;
    /* height: 15vh; */
}

.state-metrics {
    padding: 0;
    display: flex;
    /* gap: 40px; */
    margin: 0;
    color: #fff;
    justify-content: end;
}

.state-metrics li {
    list-style: none;
    border-right: solid 1px #cd0006;
    padding: 0px 21px;
}

.state-metrics li:last-child {
    /* border: none; */
}

.state-metrics label {
    display: block;
    /* font-size: unset; */
    font-size: large;
}

.state-metrics span {
    font-size: x-large;
}

.city-menu h1 {
    color: #fff;
    font-size: x-large;
    text-transform: capitalize;
    margin: 0;
    width: 100%;
    border-right: solid 1px #cd0005;
    padding-right: 10px;
}

.stats-icon,
.menu-icon {
    display: none;
}

.city-menu {
    background-color: #e6242a;
    display: flex;
    align-items: center;
    padding: 5px 2%;
    font-family: sans-serif;
    border-bottom: solid 1px #cd0005;
    justify-content: space-between;
    /* animation: cityMenu 2s; */
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    /* animation-delay: 0.5s; */
    overflow: hidden;
    height: 50px;
    position: relative;
}

@keyframes cityMenu {
    0% {
        max-height: 0px;
    }

    100% {
        max-height: 200px;
    }
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate3d(-50%, -100%, 0);
    background-color: white;
    border-radius: 0;
    /* padding: 22px; */
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

.pattern-bg {
    background-image: url('../../images/pattern.svg');
    min-height: 100vh;
    padding: 30px;
}

.pattern-bg-dark {
    background-image: url('../../images/pattern-dark.svg');
    padding: 30px;
    background-color: #222;
    animation: slideBG 10s infinite;
    animation-timing-function: linear;
}

@keyframes slideBG {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 20vh;
    }
}

.mobile .info-container {
    background-color: #fff;
    min-height: 100vh;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}

.mobile-frame {
    width: 406px;
    height: 790px;
    display: block;
    margin: 3% auto;
}

.timer-wheel hr {
    width: 60vw;
    max-width: 180px;
    margin: 10px 0px;
}

.timer-wheel p {
    margin: 0;
    /* font-size: 8vw; */
    font-family: 'tahoma-bold';
    font-size: clamp(1rem, 8vw, 1.6rem);
}

.timer-wheel {
    text-align: center;
    font-family: 'tahoma';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.grid-2 {
    /* margin: 3vh 0; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2vh;
    gap: 10px;
}

.btn-row button:first-child{
    flex-basis:100%;
}
.date-nav button{flex-basis: auto!important;}

.btn-row button {
    gap: 0px;
    font-size: medium;
    padding: 5px;
    background: none;
    border: none;
    border-radius: 7px;
    transition: all 0.1s;
    flex-basis: calc(50% - 5px);
}

button.up,
button.down {
    border: solid 2px #e6242a;
}

.user-options {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    justify-content: end;
}

.user-options .user-option {
    /* background-color: #545454; */
    width: 25px;
    height: 25px;
    border-radius: 20px;
    padding: 6px;
    border: solid 2px #cacaca00;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.user-option:hover,
.controllers>*:hover {
    background-color: #d2d2d24d;
}

.apps-container img {
    width: 50px;
    /* height: auto; */
    margin: auto;
    filter: brightness(0.5);
}

.apps-container {
    width: 250px;
    height: 250px;
    background-color: white;
    position: absolute;
    border: solid 2px #4e4e4e;
    border-radius: 5px;
    right: 0;
    top: 50px;
    cursor: default;
    z-index: 2;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    overflow-y: scroll;
    display: none;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

.user-option[data-open="1"] {
    background-color: #d2d2d24d;
    border: solid 2px #cacaca;
}

.user-option[data-open="1"] .apps-container {
    display: grid;
}

.apps-container::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    margin-right: 5px;
}

.apps-container::-webkit-scrollbar-thumb {
    background: #e6242a;
    /* border: solid 1px #fff; */
    border-radius: 60px;
}

.apps-container::-webkit-scrollbar-track {
    background: #e8e8e8;
    /* border: solid 1px #fff; */
    margin: 10px;
}

#map .spinformation .spec {
    color: #000;
}

.main-content .spec,
.aa-marker-info .spec,
.extra-info-col .spec,
.aa-marker-info .spec,
#map .spinformation .spec {
    text-align: left;
    max-width: unset;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e6242a;
    padding: 7px 0px;
    flex-wrap: wrap;
    font-size: initial;
}

.pattern-bg-dark .spec {
    color: #fff;
}

.aa-marker-info .spec {
    /* border:none; */
}

.aarrow-table-01 tbody {
    /* max-height: 300px; */
    /* overflow-y: scroll; */
}

.aa-marker-info .event {
    width: auto;
}

.aa-marker-info .event-spec {

    /* column-gap: 10px; */

    /* max-width: 190px; */

    margin: 0;

    justify-content: center !important;

    margin: auto;
}

#info-col {
    transition: all 1s;
    position: absolute;
    height: 500px;
    background-color: #f2f2f2;
    right: 0;
    overflow-y: scroll;
    /* border-top: solid 1px #cacaca; */
    /* padding: 2%; */
    /* padding: 0; */
    width: 72vw;
    top: 90%;
}

.search-options {
    /* margin-bottom: 20px; */
}

.text-event {
    padding: 5px 11px !important;
}

.aa-marker-info h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: x-large;
    margin: 10px 0;
}

.event-spec {
    justify-content: normal !important;
    row-gap: 13px;
    column-gap: 0;
    /* flex-wrap: nowrap; */
}

.info-grid {
    width: 90%;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    /* padding: 6%; */
    /* overflow-y: scroll; */
    height: 100%;
}

.info-grid div {
    width: 100%;
    border: solid 2px #cacaca;
    /* aspect-ratio: 1/1; */
    /* height: 530px; */
}

.aa-input {
    color: #000 !important;
    background-color: #fff !important;
    font-size: initial !important;
    padding: 0 17px !important;
}

button {
    cursor: pointer;
}

#map button:focus-visible {
    outline: unset;
}

.location .value {
    color: #000;
}

.main-content .spec label {
    font-size: clamp(0.8rem, 14px, 3.5rem);
    color: #bebebe;
    text-decoration: none !important;
}

.main-content .spec .value {
    font-family: 'tahoma';
}

.grid-2 .spec {

    width: calc(50% - 20px);
}

.specs {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10PX; */
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    color: #000;
}

.specs .spec:last-child,
.marker-spinner-info .spec:last-child {
    border: none;
}

.event-spec .event {
    border-radius: 60px;
    display: flex;
    /* width: 25%; */
    position: relative;
}

.event-spec .event .value {
    background-color: red;
    height: fit-content;
    padding: 1px 5px;
    border-radius: 50px;
    transform: translate(-6px, 0px);
    border: solid 1px #b30000;
    color: #fff;
}

/* End of Mobile Shift */

/* Misc Graphics */
@font-face {
    font-family: 'tahoma';
    src: url('../fonts/tahoma.ttf');
    /*
  src: url('../fonts/tahomabd.ttf');
  */
}

@font-face {
    font-family: 'tahoma-bold';
    src: url('../fonts/tahomabd.ttf');
    /*
  src: url('../fonts/tahoma.ttf');
  */
}

b {
    font-family: "tahoma-bold";
}
#weekDay{
    color: #fff;
    font-family: 'tahoma';
    font-size: 24px;
    width: 20ch;
    font-weight: bold;
}
.flex{display:flex;width: 100%;justify-content: space-between;flex-direction: row;flex-wrap: nowrap!important;}
.flex>*{
}
.btn-row {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.aa-btn.caps {
    text-transform: uppercase;
}

.aa-btn:hover {}

.aa-btn {
    background-color: #c3c3c3;
    width: 100%;
    padding: 10px 0;
    font-family: 'tahoma';
    border: solid 2px #ffffff69;
    color: #fff;
    font-size: 1.2em;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80px;
    gap: 15px;
    /* max-width: 260px; */
}

.aa-btn.blue,
.spec .title.blue {
    background-color: #007FF2 !important;
}

.aa-btn.red,
.spec .title.red {
    background-color: #E7262B;
}

.aa-btn.green,
.spec .title.green,
td.green {
    background-color: #3D9846;
}

.aa-btn.dark-grey,
.spec .title.dark-grey {
    background-color: #696969;
}

.aa-btn .icon {
    width: 30px;
}

.btn-row .icon {
    width: 34px;
}

.row {}

.aa-box {
    border: solid 1px #cacaca;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 15px;
}

.aa-box select {
    width: 100%;
    height: 5ch;
}

.aa-box h2 {
    margin: 0;
}

.no-pad-row {
    padding: 0 !important;
    width: 100%;
}

.aa-btn:active {
    filter: brightness(0.9);
}

.spec .title,
.title {
    color: #fff;
}

.spec,
.aarrow-table tr:first-child {
    font-family: 'tahoma';
    text-align: center;
    max-width: 50%;
}

.data {
    background-color: #E2E2E2;
    margin: 0 10px;
    font-size: 1.3em;
    color: #4e4e4e;
}

.aarrow-table-01,
.aarrow-table-01 tr,
.aarrow-table-01 td {
    border: none !important;
    margin-bottom: 2vh;
}

.aarrow-table-01 tr {}

.aarrow-table-01 tr:nth-child(2n+3) {
    background: #f4f4f4;
}

.aarrow-table-01 td {}

.dotted-bg {
    /*
     background: linear-gradient(90deg, #ffffff 22px, transparent 1%) center, linear-gradient(#ffffff 21px, transparent 1%) center, #515151;
     background-size: 23px 22px;
     background-position: 0 0, 10px 10px;
     height: 100vh;
     */
    /* width: 240px; */
    /* height: 100vh; */
    background-color: #fff;
    background-image: radial-gradient(#c0c0c0 3%, transparent 6%),
    radial-gradient(#c0c0c0 3%, transparent 6%);
    background-size: 20px 20px;
    background-position: 0 0, 30px 30px;
    background-repeat: repeat;
    /* min-height: 100vh; */
}

.report-left-col,
.report-right-col {
    /* height: inherit; */
    mix-blend-mode: multiply;
}

.report-left-col {
    background-color: #3e3e3e;
    position: relative;
    background-image: url(https://aarrowsignspinners.com/wp-content/themes/aarrow-theme/images/s2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.report-right-col {
    background-color: #ff2828;
    background-image: url(https://aarrowsignspinners.com/wp-content/themes/aarrow-theme/images/s1.jpg);
    background-attachment: fixed;
    background-position: 40% 0px;
    /* background-repeat: no-repeat; */
    background-size: contain;
}

.report-left-col h1 {
    color: #fff;
    font-size: x-large;
    text-align: center;
    margin: 0;
}

.report-left-col .title {
    position: sticky;
    top: 50%;
    transform: translate(0px, -50%);
    text-align: center;
}

.report-left-col .title img {
    margin: auto;
    display: block;
}

.report-left-col p {
    color: #fff;
    padding: 0 20px;
}

/* Misc Graphics */
.star-decor {
    position: fixed;
    z-index: 1;
    pointer-events: none;
    width: 30vw;
    left: -10%;
    opacity: 0.1;
    animation: star 30s infinite;
    mix-blend-mode: screen;
    animation-timing-function: linear;
}

.locations-container {
    padding: 3%;
    max-height: 100%;
    /* overflow-y: scroll; */
    /* min-height: 72vh; */
}

.locations-container h1 {
    margin-bottom: 0;
}

.location {
    border: solid 1px #cacaca;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 5px;
    /* height: 33px; */
    overflow: hidden;
}

table,
td,
th {
    border: 1px solid black;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'tahoma';
    /* max-height: 300px; */
    /* overflow-y: scroll; */
}

th {
    color: #fff;
    background-color: #3952a0;
}

.report-left-col .title .logo {
    width: 70%;
    margin-bottom: 20px;
}

.star-rating .star {
    max-width: 30px;
    cursor: pointer;
}

.star path {
    fill: none;
    stroke: #EBBA00;
    stroke-width: 5;
    stroke-miterlimit: 10;
}

.star.select path {
    fill: #EBBA00 !important;
}

.star:hover {
    filter: brightness(0.95);
}

.star-rating {
    padding: 10px 0 !important;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.repeateport-left-col .title .logo {
    width: 100%;
}

.locations {
    /* max-height: 70vh; */
    /* overflow-y: scroll; */
    /* padding: 10px; */
    /* padding-bottom: 0; */
    /* border: solid 1px #cacaca; */
    /* background-color: #fafafa; */
    /* border-radius: 10px; */
}

.locations::-webkit-scrollbar-thumb {
    background: #ec2427;
    border: solid 1px #fff;
}

.locations::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.locations::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.spinners-container::-webkit-scrollbar-thumb {
    background: #ec2427;
    border: solid 1px #fff;
}

.spinners-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.spinners-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

form.feedback input[type="submit"] {
    width: -webkit-fill-available;
}

@keyframes star {
    0% {
        top: 100vh;
    }

    100% {
        top: -60vh;
    }
}

.spinners-container {
    overflow-x: scroll !important;
}
.row-container .spec-title{
    position: sticky;
    top: 0vh;
}

.single.location .spec>*,
.marker-spinner-info .spec>* {
    display: flex;
    width: 45%;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
}

.spinner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.spinner-spec {
    width: 100%;
    text-align: center;
    border-left: solid 1px;
    border-bottom: solid 1px;
    font-family: 'tahoma';
    /* min-width: 0ch; */
}

.spec-title {
    border-top: solid 1px #000;
    background-color: #ff2828!important;
    color: #fff;
    min-height: 4ch;
    line-height: 2ch;
    display: none;
}

.spinner-spec:last-child {
    border-right: solid 1px;
    width: 150%;
    min-width: 150px;
}

.spinner:first-of-type .spec-title {
    display: block;
}

.spinner-spec div {
    padding: 12px;
    min-width: 10ch;
}
.spinner-spec div:nth-child(odd) {background-color: #cacaca2b;}

.shift-info p {
    margin: 0;
}

.grid>canvas{}
.grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
}
#aa-metrics{
    padding: 2vh;
}
.chart-container{display:flex;}
.inline-info {
    display: flex;
    /* gap: 20px; */
    align-items: center;
    position: relative;
    /* border: solid 1px #cacaca; */
}
.inline-info.options > label{
    display:none;
}

.location-gallery {
    column-gap: 10px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 1vh 0;
    grid-template-rows: repeat(2, 1fr);
}

.location-gallery img {
    width: 100%;
}

.report h2 {
    font-size: xx-large;
}

/*Shift Pop-ups*/
.pop-info-container {
    background-color: #fff;
    min-height: 100px;
    margin: 20px 20px;
    transform: translate(0, 0%);
    border-radius: 5px;
    padding: 25px;
    max-height: 87vh;
    overflow-y: scroll;
    position: relative;
}

.pop-container {
    position: fixed;
    z-index: 1;
    background-color: #000000b5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pop-info-container h3 {
    margin-top: 0;
    text-align: center;
}

p,
label {
    font-family: 'tahoma';
}

.cell {
    padding: 20px;
    border: solid 1px #cacaca;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.cell h4 {
    margin-top: 0;
}

.cell textarea {
    width: 100%;
}

.shift-specs {
    /* margin: 2vh 0; */
}

.signature-canvas {
    border: solid 1px #cacaca;
    height: 70px;
}

.exit {
    width: 25px;
    float: right;
}

.progress-ring-container {
    margin-bottom: 10px;
    /* position: absolute; */
    top: 25px;
    right: 15px;
}

.progress-ring {
    position: absolute;
    right: 50%;
    z-index: 1;
    stroke: #3e9846;
    stroke-width: 10px;
    transform: translate(50%, 0px);
    stroke-linecap: round;
    /* width: 320px; */
    /* height: 320px; */
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    /* transform-origin: 12px 0px; */
}

.track {
    position: absolute;
    right: 50%;
    z-index: 0;
    stroke: #e0e0e0;
    stroke-width: 10px;
    transform: translate(50%, 0px);
    /* width: 320px; */
    /* height: 320px; */
}

.login {
    /* display: grid; */
    /* place-content: center; */
    width: 100%;
}

.login input,
.login button,
.login select {
    width: inherit;
    margin: 5px;
    font-size: x-large;
    font-family: 'tahoma-bold';
    padding: 10px;
    box-sizing: border-box;
    /* color: black; */
}

.login button {
    font-size: x-large;
    font-family: 'tahoma-bold';
}

.login-screen {
    display: grid;
    min-height: 100vh;
    place-content: center;
}

.login-container {
    width: 100%;
    max-width: 400px;
}

.current-page {
    background-color: #ffffff42;
    /* border: solid 1px #fff; */
}

.login-container .logo {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.menu-options a {
    font-family: sans-serif;
    font-size: 17px;
    text-decoration: unset;
    color: #fff;
    height: 70px;
}

.login-container a {
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0;
}

#map {
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    /* position: fixed; */
}

.filter-bar input[name="date"] {
    background-color: unset;
    border: none;
    border-bottom: solid 2px #fff;
    width: 50%;
    color: #fff;
}

.filter-bar h1 {
    color: #fff;
    font-size: x-large;
    margin: 0;
    width: 16%;
}

.filter-bar input[name="date"]:focus-visible {
    outline: unset;
}

.filter-bar input[name="date"] {
    width: 15%;
    padding: 0;
    /* display: flex; */
    /* flex-direction: row-reverse; */
}

.main-content::-webkit-scrollbar-thumb {
    background: #ffffff;
    /* border: solid 1px #fff; */
    border-radius: 60px;
}

.main-content::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    margin-right: 5px;
}

.main-content::-webkit-scrollbar-track {
    background: #313131;
    /* border: solid 1px #fff; */
    margin: 10px;
}

.extra-info-col::-webkit-scrollbar-thumb {
    background: #e6242a;
    /* border: solid 1px #fff; */
    border-radius: 60px;
}

.extra-info-col::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    margin-right: 5px;
}

.extra-info-col::-webkit-scrollbar-track {
    background: #d7d7d7;
    /* border: solid 1px #fff; */
    margin: 10px;
}

.main {
    height: 86vh;
    position: relative;
    display: flex;
}

input[type="text"] {
    height: 4ch;
}

.stripeBG {
    background-image: url(https://aarrowsignspinners.com/wp-content/themes/aarrow-theme/images/diagonal.svg);
    background-repeat: round;
    background-size: 7px;
    animation-iteration-count: infinite !important;
    /* animation: stripeBG 1s; */
    animation-timing-function: linear;
    border-bottom: solid 5px #e6242a;
    /* background-color: #fff; */
}

.main-content .search-bar{}
.main-content .search-bar [id*="selector"]{
    /* display: flex; */
}
.main-content .search-bar form{
    flex-direction: column;
    gap: 15px;
}
.main-content .search-bar label, .main-content .search-bar small{
    color: white;
}
.main-content .search-bar small{
    position:initial;
}
.main-content .search-bar form>*{
    width: 100%;
}
.main-content .stripeBG{
    background: none;
    padding: 0;
    border: none;
}

@keyframes stripeBG {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 10px 0;
    }
}

span {
    font-family: sans-serif;
}
.the-numbers .search-options input[type="checkbox"]{
    width: auto!important;
}
.main-content .search-options input,
.extra-info-col .search-options input {
    width: 100%;
    /* height: 4ch; */
    margin-bottom: 20px;
    background: none;
    color: #fff;
    border: none;
    border-bottom: solid 2px #e6242a;
    position: relative;
    font-size: clamp(0.8rem, 14px, 3.5rem) !important;
}

.extra-info-col .search-options input {
    color: #000 !important;
}

.main-content .search-options input::placeholder {
    color: white;

}

.main-content .search-options input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.main-content .search-options input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.main-content .search-options input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.full-spec {
    flex-direction: column;
    gap: 10px;
    justify-content: start !important;
}

.full-spec .value {
    width: 100%;
}

.main-content .search-options label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: small;
}

.sort {
    padding-left: 14px !important;
}

[data-sort="0"]::after {
    display: none !important;
}

.extra-info-col [data-sort]:after {
    content: url(../images/drop.svg);
    width: 25px;
    height: auto;
    display: inline-block;
    width: 20px;
    right: 1%;
    top: 50%;
    transform: rotate(90deg);
    transition: all 0.2s;
    filter: brightness(3.2);
    transform-origin: center;
}

.employee-name {
    font-size: x-large;
}

[data-sort]:after {
    content: url(../images/drop.svg);
    width: 25px;
    height: auto;
    display: inline-block;
    width: 20px;
    right: 1%;
    top: 50%;
    transform: rotate(90deg);
    /* transition: all 0.2s; */
    filter: brightness(3.5);
    transform-origin: center;
    opacity: 0;
    /* transition: all 0.2s; */
}

[data-sort='1']:after {
    opacity: 1;
}

[data-sort='1'][data-order="-1"]:after {
    transform: rotate(-90deg) translate(0px, 4px);
}


[data-sort]:hover {
    background-color: #2d5efec7 !important;
    border-color: #4e77ff !important;
}

[data-sort]:hover span {
    color: #fff !important;
}

[data-sort="1"],
[data-sort="1"]:hover {
    background-color: #285aff !important;
    border-color: #285aff !important;
    color: #fff;
}

.extra-info-col .search-options label {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-size: small;
}

.search-options input {
    width: 100%;
    /* height: 4ch; */
    margin-bottom: 10px;
}

.pattern-bg-dark input[type="date"] {
    margin: 0;
}

.search-options input:focus-visible {
    outline: none;
}

.search-options label {
    margin-bottom: 10px;
    display: block;
}

.extra-info-col h2 {
    margin: 0 0 20px 0;
}

.extra-info-col {
    padding: 30px;
    max-width: 25vw;
    max-height: 94vh;
    overflow-y: scroll;
    /* transition: all 1s; */
}

.event-filter {
    display: flex;
    gap: 3px;
    margin: 13px 0;
    flex-wrap: wrap;
}

.event-filter .event:hover,
.option:hover {
    background-color: var(--selected,#17bf33ad);
    border-color: var(--selected,#12bd1c);
    color: #fff;
}
.event.range-selector.active{
    background-color: var(--selected,#12bd1c)!important;
    border-color: var(--selected,#12bd1c)!important;
}
.range-selector{
    padding: 2px 9px!important;
    border-radius: 4px!important;
}
.event.active,
.option.active {
    background-color: #17bf33 !important;
    border-color: #12bd1c !important;
    color: #fff !important;
}

.event-filter .event:hover span {
    color: #000;
}

.event-filter .event span {}

.event-filter .event,
.option {
    border: solid 2px #dedede;
    background-color: #ebebeb;
    padding: 3px 11px 3px 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 12px;
    user-select: none;
    height: 22px;
    /* min-height: 4vh; *//* font-size: medium; */}

.main-content .event-filter .event span {
    color: #fff;
}

.main-content .event-filter {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.main-content .event-filter .event:hover,
.active {
    background-color: #17bf33ad;
    border-color: #12bd1c;
}

.main-content .event-filter .event:hover span {
    /* color: #000; */
}

.profile-pic {}

.main-content .event-filter .event {
    border: solid 2px #929292;
    background-color: #ffffff5e;
    padding: 3px 11px 3px 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
    cursor: pointer;
}

.active-filter {}

.search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* justify-content: space-between; */
    margin: 0px 0 10px 0;
    /* border: solid 2px #cacaca; */
    /* padding: 20px; */
    /* background-color: #ffffff17; */
    border-radius: 3px;
}

.location {
    background-color: #fff !important;
    color: #000 !important;
    border: solid 2px #d5d5d5 !important;
}

.location label {
    color: #000 !important;
}

.location:hover {

    border-color: #e6242a !important;
}

.box-collapse {
    background-color: #fff !important;
    color: #000 !important;
    border: solid 2px #d5d5d5 !important;
}

.box-collapse {
    border: solid 1px #cacaca;
    padding: 0px 25px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 0px;
    /* height: 33px; */
    overflow: hidden;
    transition: all 0.1s;
    /* cursor: pointer; */
}

.box-collapse:hover {
    border-color: #e6242a !important;
}

.box-collapse[data-open="1"] {
    padding: 25px;
}

[data-open="1"] .info-collapse {

    max-height: 1000vh;

    padding: 0 !important;

    overflow: hidden;
}

.box-collapse .inline-info {
    cursor: pointer;
}

.box-collapse .inline-info>* {
    width: 20%;
}

.box-collapse .inline-info>*:first-child {
    width: 40%;
}

[data-open="0"] .spinners-container {
    overflow-x: hidden !important;
}

.inline-info>* {
    border-right: solid 1px #eaeaea;
    padding: 0 1vw;
    pointer-events: unset;
}

.inline-info > label{position:relative;}
.inline-info > label::after {content: url(../images/drop.svg);position: absolute;right: 10px;width: 20px;height: auto;transform: rotate(-90deg);transition: all 0.5s;}
.inline-info[data-open="1"] > label::after {transform: rotate(0deg);}
.inline-info>*:first-child {
    /* padding-left: 0; */
    /* width: 30%; */
}

.inline-info>*:last-child {
    border-right: none;
}

.market {
    padding-left: 20px;
    border-left: solid 3px #e6242a;
}

.box-collapse .inline-info::after {
    content: url(../images/drop.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    width: 25px;
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
    /* display: none; */
}

.box-collapse[data-open="1"] .inline-info::after {
    transform: translateY(-50%) rotate(-90deg);
}

.info-collapse {
    max-height: 0;
    padding: 0 !important;
    overflow: hidden;
    pointer-events: unset;
}

.location h4 {
    width: 100% !important;
    font-size: large;
    margin-bottom: 5px !important;
    color: #e6242a !important;
}

.single {
    background-color: #181818ad;
    margin: 10px 0;
    display: flex;
    padding: 10px 20px;
    border: solid 2px #3d3d3d;
    /* justify-content: space-between; */
    color: #fff;
    cursor: pointer;
    transition: all 0.1s;
    border-radius: 0px;
    align-items: center;
    text-decoration: none;
    gap: 20px;
}

.single .aa-carousel {
    width: 40%;
    /* height: 50%; */
    /* display: flex; */
    /* flex-direction: column; */
    gap: 10px;
}

.single .pics-container {
    position: relative;
    width: 100%;
    height: 90px;
}

.single .pics-container img, video {
    /* height: auto; */
    /* display: contents; */
    border-radius: 5px;
}

.marker-spinner-info .spec {
    padding: 4px 0;
}

.single:hover {

    background-color: hsl(0deg 0% 20% / 59%);

    border: solid 2px #ffffff;
}

.single h4 {
    color: #fff;
    margin: 0;
    width: 70%;
    /* margin: 10px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-pic {
    width: 50px;
}

.single>* {
    /* width: 33%; */
    font-family: 'tahoma-bold';
}

.aa-carousel {
    position: relative;
}

.controllers {
    /* position: absolute; */
    /* bottom: -40px; */
    display: flex;
    gap: 20px;
    /* z-index: 2; */
    left: 50%;
    /* transform: translate(-50%, 0); */
    justify-content: center;
    margin: 10px 0;
}

.single .controllers {
    margin: 5px 0 0 0;
}

#map .controllers img {}

.single .controllers>* {
    width: 30px;
    height: 30px;
}

.controllers>* {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.2s;
}

.r {
    transform: translate(0px, 1px) rotate(180deg);
}

.pics-container {
    position: relative;
    width: 20vw;
    height: 30vh;
}

.pics-container img, video {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    object-fit: contain;
    height: inherit;
    display: none;
    border: none;
    max-width: inherit;
}

.pics-container :first-child {
    z-index: 1;
    display: block;
    animation: sliderPic 0.5s;
}

@keyframes sliderPic {
    0% {
        opacity: 0;
        transform: translate(0px, 5px);
    }

    100% {
        opacity: 1;
    }
}

.spinformation .spec {
    color: #fff;
}

.spinformation .pics-container {
    width: 100%;
    height: 30vh;
}

.spinformation .controllers {
    filter: brightness(5);
}

#map .spinformation .controllers {
    filter: none;
}

.spinformation {
    padding: 15px;
    background-color: #181818ad;
    padding: 10px 20px;
    border: solid 2px #3d3d3d;
    color: #fff;
    transition: all 0.2s;
}

.spinformation:hover {
    border: solid 2px #ffffff;
}

.map-controllers {
    margin: 10px 0;
    border: solid 2px #e6242a;
    padding: 20px 10px 8px 10px;
    background-color: #000000d4;
    position: fixed;
    left: 50%;
    z-index: 10;
    bottom: 10px;
}

.map-controllers .buttons {
    height: 50px;
    width: 100%;
    /* position: fixed; */
    /* background-color: aliceblue; */
    bottom: 0;
    left: 30%;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}

.map-controllers input[type="range"] {
    width: 100%;
    filter: hue-rotate(135deg) saturate(5);
    margin: 10px 0 5px 0;
}

.map-controllers .buttons img:hover {
    border: solid 2px #ffffff;
}

.map-controllers .buttons img {
    /* width: 25px; */
    padding: 14px;
    height: auto;
    border: solid 2px #cecece00;
    transition: all 0.1s;
    /* border-radius: 50px; */
    cursor: pointer;
}

.buttons img.active {
    background-color: #0000007d;
    border: solid 2px #ffffff;
}

.flip {
    transform: rotate(180deg);
}

/* Extra small devices (phones, less than 768px) */

/* HEIGHT SPECIAL FIXES */
@media (max-height: 715px){
    .btn-row{
        flex-wrap: nowrap;
    }
    .btn-row button{
        font-size: small;
    }
    .btn-row button:first-child {
        flex-basis: fit-content;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1280px) {

    .menu-options a{
        font-size: 13px;
    }
    h1{
        font-size: x-large;
    }
    .single h4{
        font-size: large;
    }
    .spec{
        font-size: 13px!important;
    }
    .state-metrics li{
        padding: 0 13px;
    }
    .state-metrics li > *{
        font-size: 16px;
    }
    .main-content{
        width: 60vw;
    }
    .single {
        flex-direction: column;
        gap: 10px;
    }

    .single h4 {
        font-size: large;
    }
}
@media only screen and (min-width: 480px) and (max-width: 980px) {
    .single {
        flex-direction: row!important;
    }
}

@media only screen and (max-width: 980px) {
    .report h2 {
        margin: 5vh 0;
        text-align: center;
    }
    .single {
        flex-direction: column;
        gap: 10px;
        margin: 10px;
    }

    .location-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-gallery img {}

    [class*="col-md"] {
        max-width: 100%;
        /* flex: 100%; */
    }

    body {width: 100vw;overflow-y: hidden;}
    .inline-info[data-open="1"]{height: max-content;/* height: auto; */}
    .inline-info{
        flex-direction: column;
        /* padding: 10px; */
        /* height: 0vh; */
        /* overflow: hidden; */
        border: solid 2px #cacaca;
    }
    #aa-metrics .options::before{/* content:"hola"; */}
    #aa-metrics .options{height: 50px;overflow: hidden;background-color: #fff;position: relative;}
    #aa-metrics .options[data-open="1"]{height: 50vh;overflow-y: scroll;padding-bottom: 40px;}
    #aa-metrics #general-info{order: 1
    ;border: none;}
    .inline-info.options > label{
        display:
                block;
        padding: 15px;
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #fff;
        left: 0;
        width: 93%;
    }
    #aa-metrics>*{order: 2;}
    #global-date-range::before{content: 'Date range:';width: 100%;font-family: 'tahoma';margin-bottom: 10px;font-size:15px;}
    #global-chart-type::before{content: 'Chart type:';width: 100%;font-family: 'tahoma';margin-bottom: 10px;font-size:15px;}
    #global-metric::before{content: 'Metrics:';width: 100%;font-family: 'tahoma';margin-bottom: 10px;font-size:15px;}
    .chart-container{overflow-x: scroll;width: 250vw;}
    .mobile-assist{/* width: 200vw!important; */overflow-x: scroll;}
    .inline-info .event-filter{
        /* flex-direction: row; */
        /* justify-content: center; */
        border-right: none;
        flex-wrap: nowrap;
        /* border-bottom: solid 1px #cacaca; */
        padding: 10px;
        margin: 0;
        border: none;
        height: 100%;/* pointer-events: none; */}
    .inline-info>*{width: 96%;}
    #global-info{
        border: none;
        height: 100%;}
    #aa-metrics br{display:none;}
    #aa-metrics{
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: 100vh;}
    .inline-info p {
        margin: 5px!important;
    }
    .inline-info>* {
        border-right: none;
        padding: 0;
        /* pointer-events: unset; */
    }
    .event-filter .event, .option {
        min-height: 4vh;
        font-size: medium;
    }
    .dotted-bg {
        /*
     background: linear-gradient(90deg, #ffffff 22px, transparent 1%) center, linear-gradient(#ffffff 21px, transparent 1%) center, #515151;
     background-size: 23px 22px;
     background-position: 0 0, 10px 10px;
     height: 100vh;
     */
        /* width: 240px; */
        height: auto;
        background-color: #fff;
        background-image: radial-gradient(#c0c0c0 3%, transparent 6%),
        radial-gradient(#c0c0c0 3%, transparent 6%);
        background-size: 20px 20px;
        background-position: 0 0, 30px 30px;
        background-repeat: repeat;
    }

    .report-left-col,
    .report-right-col {
        /* height: inherit; */
        mix-blend-mode: multiply;
    }

    .report-left-col {
        background-color: #303030;
        position: relative;
        background-image: url(https://aarrowsignspinners.com/wp-content/themes/aarrow-theme/images/s2.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: sticky;
    }

    .report-right-col {
        display: none;
    }

    .report-left-col h1 {
        color: #fff;
        /* font-size: x-large; */
        text-align: center;
        margin: 0;
    }

    .report-left-col .title {
        position: initial;
        top: inherit;
        transform: unset;
        padding: 40px 0;
    }

    .report-left-col .title img {
        margin: auto;
        display: block;
    }

    .report-left-col p {
        color: #fff;
        padding: 0 20px;
        margin: 10px 0;
    }

    /* Misc Graphics */
    .star-decor {
        display: none;
    }

    .locations-container {
        padding: 0%;
        max-height: max-content;
        /* overflow-y: scroll; */
    }

    .location {
        border: solid 1px #cacaca;
        padding: 15px;
        background-color: #ffffff;
        margin-bottom: 30px;
    }

    .locations {
        max-height: unset;
        overflow-y: unset;
        padding: 0px;
        padding-bottom: 0;
        border: none;
        /* background-color: #fafafa; */
    }

    .locations::-webkit-scrollbar-thumb {
        background: #ec2427;
        border: solid 1px #fff;
    }

    .locations::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .locations::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    form.feedback input[type="submit"] {
        width: -webkit-fill-available;
    }

    @keyframes star {
        0% {
            top: 100vh;
        }

        100% {
            top: -60vh;
        }
    }

    .spinner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: solid 1px;
        margin-bottom: 3vh;
    }

    .spinner-spec {
        width: 100%;
        text-align: inherit;
        border-left: none;
        border-bottom: solid 1px;
        font-family: 'tahoma';
        display: flex;
        font-size: smaller;
    }

    .spec-title {
        border-top: none;
        background-color: #3952a0;
        color: #fff;
        min-height: 2ch;
        line-height: 2ch;
        display: block;
    }

    .spinner-spec:last-child {
        border-right: none;
        flex-direction: column;
        border-bottom: none;
        width: 100%;
        min-width: unset;
    }

    .spinner:first-of-type .spec-title {
        display: block;
    }

    .spinner-spec div {
        padding: 5px;
        width: -webkit-fill-available;
    }


    /*----------------------------*/

    #table-regular{}
    #table-regular .spinners-container{
        overflow: visible;
        width: 100%;
        /* overflow-x: visible!important; */
    }

    #table-regular .spinner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: solid 1px;
        margin-bottom: 3vh;
        width: fit-content;
    }

    #table-regular .spinner-spec {
        width: 100%;
        text-align: inherit;
        border-left: none;
        border-bottom: none;
        font-family: 'tahoma';
        display: flex;
        font-size: smaller;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    #table-regular .spec-title {
        border-top: none;
        background-color: #3952a0;
        color: #fff;
        min-height: 5ch!important;
        line-height: 2ch;
        display: block;
    }

    #table-regular .spinner-spec:last-child {
        border-right: none;
        flex-direction: column;
        border-bottom: none;
        width: 100%;
        min-width: unset;
    }

    #table-regular .spinner:first-of-type .spec-title {
        display: block;
    }

    #table-regular .spinner-spec div {
        padding: 5px;
        width: -webkit-fill-available;
        min-height: 8ch;
    }

    /*-----------------------------*/

    .spinner-spec textarea {
        width: -webkit-fill-available;
        min-height: 15ch;
    }

    .shift-info {}


    .main-3-col{
        flex-direction: row!important;
        flex-wrap: wrap;
    }
    .main-3-col #map{
        order: 1;
        height: calc(100% - var(--col-tab-h));
    }
    .main-3-col [class*="col-md"]{
        /* max-height: 0; */
        width: 50%!important;
        position: fixed;
        z-index: 1;
        bottom: -45px;
    }
    .extra-info-col{
        order: 3;
        right: 0;
    }

    .user-options {
        /* display: none; */
    }

    .menu-options {
        display: none;
    }

    .city-menu .menu-options {
        display: initial;
    }

    .map-controllers .buttons {
        width: 60%;
        justify-content: unset;
        height: fit-content;
        order: 1;
    }

    .map-controllers input {
        order: 3;
        margin: 0 !important;
    }

    .map-controllers .buttons img {
        width: 60px;
        display: block;
        height: 18px;
        padding: 0px;
    }

    .map-controllers {
        position: initial;
        top: 15%;
        left: 0;
        margin: 0;
        height: 59px;
        /* background-color: #212121; */
        padding: 10px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    #local-time {
        font-size: medium;
        order: 2;
    }

    .state-metrics li {
        list-style: none;
        padding: 15px;
        border-bottom: solid 1px #cd0006;
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

    .state-metrics li:last-child {
        border-bottom: none;
    }

    .state-metrics span {
        font-size: larger;
    }
    .expand .filter-btn{
        display:block;
    }
    .filter-btn {
        --btn-width: calc(20px);
        position: inherit;
        top: 45px;
        /* right: 10px; */
        /* border: solid 2px #e6242a; */
        padding: 5px 5px;
        border-radius: 7px;
        width: var(--btn-width);
        height: var(--btn-width);
        display: none;
    }

    .city-menu .expand-trigger {
        transform: rotate(180deg);
        margin: inherit;
    }

    .expand .expand-trigger {
        transform: rotate(180deg);
    }

    .expand-trigger {
        display: block;
        /* background-color: #fff; */
        width: 35px;
        /* padding: 3px 10px; */
        position: absolute;
        right: 15px;
        z-index: 10;
        top: 5px;
        margin: 0 auto;
        border-radius: 25px;
        /* transform: rotate(90deg); */
        transform-origin: center;
    }

    .state-metrics[data-open="0"],
    .city-menu .menu-options[data-open="0"] {
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }

    .city-menu h1 {
        font-size: x-large;
    }

    .menu-options li {
        padding: 14px 14px;
        border-radius: 5px;
        text-transform: uppercase;
        border-bottom: solid 1px #a61b1f;
    }

    .state-metrics,
    .city-menu .menu-options {
        position: absolute;
        top: 100%;
        z-index: 414;
        background-color: hsl(358deg 71% 49%);
        width: 100%;
        justify-content: center;
        left: 0;
        padding: 5px 0px;
        flex-direction: column;
        transition: all 0.2s;
    }

    .home .state-metrics {
        /* top:0; */
    }

    .home .back {
        display: none;
    }

    .icon-btn {
        --btn-width: calc(20px);
        /* position: absolute; */
        /* top: 0; */
        /* right: 10px; */
        border: solid 2px #e6242a;
        padding: 5px 5px;
        border-radius: 7px;
        width: var(--btn-width);
        height: var(--btn-width);
    }

    .icon-btn img {
        margin: auto;
        display: block;
    }

    .mobile-icons {
        display: flex;
        gap: 10px;
    }

    .stats-icon,
    .menu-icon {
        border-color: #a61b1f;
        display: block;
    }

    .stats-icon img,
    .menu-icon img {
        filter: invert(1);
    }

    .city-menu {
        overflow: initial;
        height: 40px;
    }

    .main-content .spec,
    .aa-marker-info .spec,
    .extra-info-col .spec,
    .aa-marker-info .spec,
    #map .spinformation .spec {
        flex-direction: row;
        gap: 7px;
    }

    .spec.status {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .main-content .spinformation {
        margin-bottom: 30vh;
        padding: 10px;
    }

    .spinformation {
        padding: 0;
    }

    .spinformation .aa-carousel {}

    .employee-name {
        font-size: inherit;
    }

    h4.card-title {
        font-size: initial;
    }

    .single.location .spec>*,
    .marker-spinner-info .spec>* {
        width: auto;
        gap: 7px;
        flex-direction: row;
    }

    .single {
        /* flex-direction: column; */
        gap: 10px;
        margin: 10px;
    }

    .single h4 {
        width: 100%;
    }
    .main-3-col{
        order:2;
    }

    .main-content, .extra-info-col {
        max-height: 10vh;
        padding: 0 0 10px 0;
        position: relative;
    }

    .main-content.expand, .extra-info-col.expand {
        max-height: 57vh !important;
        min-height: 57vh;
        overflow-y: scroll;
        padding-bottom: 10vh;
        width: 100%!important;
        z-index: 2;
    }

    .shift-view .main-content.expand {
        max-height: 70vh !important;
        min-height: 70vh;
        width: initial!important;
    }

    .top-menu {
        height: 50px;
        border-bottom: none;
    }

    .main-content .search-options label {
        margin-bottom: 5px;
    }

    .event-filter {
        margin: 7px 0;
    }

    .map-controllers .event-filter {
        display: none;
    }

    .collapse .search-options {
        position: inherit;
        padding: 5px 0;
        border-bottom: none;
        /* width: 100%; */
    }

    .main-3-col .expand .search-options h1{
        font-size: x-large;
    }
    .main-3-col .search-options h1{
        font-size: medium;
        /* margin: 0; */
    }
    .expand .search-options{
        min-height: auto!important;
    }
    .search-options {
        position: sticky;
        top: 0;
        background: #222222;
        z-index: 3;
        padding: 10px;
        border-bottom: solid 1px #bababa;
        min-height: 200px;
    }
    .extra-info-col .search-options {
        position: sticky;
        top: 0;
        background: #f6f6f6;
        z-index: 3;
        padding: 10px;
        border-bottom: solid 1px #bababa;
        min-height: 200px;
    }
    .search-container{
        width: 100%;
        display: block;
    }

    h1,
    h2 {
        font-size: x-large;
        border-right: none !important;
    }

    .event-spec .event {}

    .event-spec .event img {
        width: 25px;
        height: 25px;
    }

    .event-spec .event .value {
        font-size: small;
    }

    .main-content h1, .extra-info-col h1 {
        margin: 0 0 15px 0;
    }

    .btn-row {
        margin: 5px 0;
        opacity:0;
        align-items: center;
    }
    .flex{/* flex-wrap: wrap; */}

    .expand .btn-row {
        opacity:1;
    }

    .top-menu>*:first-child,
    .city-menu>*:first-child {
        /* width: 100%; */
    }

    .top-menu>*:first-child>*:first-child,
    .city-menu>*:first-child>*:first-child {
        width: auto;
    }

    .colapse-filters {}

    .collapse[data-open="0"] {
        display: none;
        transition: all 0.2s;
    }

    .collapse[data-open="1"] {
        display: block;
        padding: 10px;
        /* border: solid 1px #606060; */
        max-height: 30vh;
        overflow-y: scroll;
    }
    .collapse .btn-row{
        flex-wrap: nowrap;
    }
    .collapse input[type="date"]{
        margin-bottom: 0;
        border: solid 2px #cacaca;
    }

    .collapse-filters {
        /* padding: 15px; */
        /* border: solid 1px #3f3f3f; */
        margin-top: 10px;
    }

    .main {
        flex-direction: column;
        height: calc(100vh - var(--col-tab-h));
    }


    .main-content, .extra-info-col {
        /* max-height: var(--col-tab-h); */
        overflow-y: hidden;
        /* transition: all 1s; */
        width: 100%!important;
        max-width: 100% !important;
        border-top: solid 3px #e6242a;
        min-height: 100px;
        /* position: absolute; */
        order: 2;
    }

    .shift-view .main-content {
        max-height: 160px;
        padding: 10px;
    }

    #map {
        height: 100%;
        max-height: 70vh;
        overflow: hidden;
        position: relative;
        /* max-height: 90%; */
        order: 1;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 800px) and (max-width: 1200px) {


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
    .main-content {

        max-width: 25vw !important;
    }
}



.--dark-theme {
    --chat-background: rgba(10, 14, 14, 0.95);
    --chat-panel-background: #131719;
    --chat-bubble-background: #14181a;
    --chat-bubble-active-background: #171a1b;
    --chat-add-button-background: #212324;
    --chat-send-button-background: #8147fc;
    --chat-text-color: #a3a3a3;
    --chat-options-svg: #a3a3a3;
}


#chat {
    background: var(--chat-background);
    max-width: 600px;
    margin: 25px auto;
    box-sizing: border-box;
    padding: 1em;
    padding-bottom: 5%;
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
}
#chat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#chat .btn-icon {
    position: relative;
    cursor: pointer;
}
#chat .btn-icon svg {
    stroke: #FFF;
    fill: #FFF;
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#chat .chat__conversation-board {
    height: 40vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}

#chat .chat__conversation-board::-webkit-scrollbar {
    display: none;
}


#chat .chat__conversation-board__message-container.reversed {
    flex-direction: row-reverse;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble {
    position: relative;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child) {
    margin: 0 0 2em 0;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person {
    margin: 0 0 0 1.2em;
}
#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__options {
    align-self: center;
    position: absolute;
    left: 0;
    display: none;
}
#chat .chat__conversation-board__message-container {
    position: relative;
    display: flex;
    flex-direction: row;
}
#chat .chat__conversation-board__message-container:hover .chat__conversation-board__message__options {
    display: flex;
    align-items: center;
}
#chat .chat__conversation-board__message-container:hover .option-item:not(:last-child) {
    margin: 0 0.5em 0 0;
}
#chat .chat__conversation-board__message-container:not(:last-child) {
    margin: 0 0 2em 0;
}
#chat .chat__conversation-board__message__person {
    text-align: center;
    margin: 0 1.2em 0 0;
}
#chat .chat__conversation-board__message__person__avatar {
    height: 35px;
    width: 35px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    ms-user-select: none;
    position: relative;
    top: 100%;
    transform: translateY(-100%);
}
#chat .chat__conversation-board__message__person__avatar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}
#chat .chat__conversation-board__message__person__avatar img {
    height: 100%;
    width: auto;
}
#chat .chat__conversation-board__message__person__nickname {
    font-size: 12px;
    color: #484848;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#chat .chat__conversation-board__message__context {
    max-width: 55%;
    align-self: flex-end;
}
#chat .chat__conversation-board__message__options {
    align-self: center;
    position: absolute;
    right: 0;
    display: none;
}
#chat .chat__conversation-board__message__options .option-item {
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    outline: none;
}
#chat .chat__conversation-board__message__options .emoji-button svg {
    stroke: var(--chat-options-svg);
    fill: transparent;
    width: 100%;
}
#chat .chat__conversation-board__message__options .more-button svg {
    stroke: var(--chat-options-svg);
    fill: transparent;
    width: 100%;
}
#chat .chat__conversation-board__message__bubble span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table;
    word-wrap: break-word;
    background: var(--chat-bubble-background);
    font-size: 13px;
    color: var(--chat-text-color);
    padding: 0.5em 0.8em;
    line-height: 1.5;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
}
#chat .chat__conversation-board__message__bubble:not(:last-child) {
    margin: 0 0 0.3em;
}
#chat .chat__conversation-board__message__bubble:active {
    background: var(--chat-bubble-active-background);
}
#chat .chat__conversation-panel {
    background: var(--chat-panel-background);
    border-radius: 12px;
    padding: 0 1em;
    height: 55px;
    margin: 0.5em 0 0;
    position:absolute;
    bottom: 3%;
}


#chat .chat__conversation-panel__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width:100%;
}
#chat .chat__conversation-panel__container .panel-item:not(:last-child) {
    margin: 0 1em 0 0;
}
#chat .chat__conversation-panel__button {
    background: grey;
    height: 20px;
    width: 30px;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
#chat .chat__conversation-panel .add-file-button {
    height: 23px;
    min-width: 23px;
    width: 23px;
    background: var(--chat-add-button-background);
    border-radius: 50%;
}
#chat .chat__conversation-panel .add-file-button svg {
    width: 70%;
    stroke: #54575c;
}
#chat .chat__conversation-panel .emoji-button {
    min-width: 23px;
    width: 23px;
    height: 23px;
    background: transparent;
    border-radius: 50%;
}
#chat .chat__conversation-panel .emoji-button svg {
    width: 100%;
    fill: transparent;
    stroke: #54575c;
}
#chat .chat__conversation-panel .send-message-button {
    background: var(--chat-send-button-background);
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    transition: 0.3s ease;
}
#chat .chat__conversation-panel .send-message-button:active {
    transform: scale(0.97);
}
#chat .chat__conversation-panel .send-message-button svg {
    margin: 1px -1px;
}
#chat .chat__conversation-panel__input {
    width: 100%;
    height: 100%;
    outline: none;
    position: relative;
    color: var(--chat-text-color);
    font-size: 13px;
    background: transparent;
    border: 0;
    font-family: "Lato", sans-serif;
    resize: none;
}

@media only screen and (max-width: 600px) {
    #chat {
        margin: 0;
        border-radius: 0;
    }
    #chat .chat__conversation-board {
        height: calc(100vh - 55px - 2em - .5em - 3em);
    }
    #chat .chat__conversation-board__message__options {
        display: none !important;
    }
}


html, body {
    background: #efefef;
    height:100%;
}
#center-text {
    display: flex;
    flex: 1;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    height:100%;

}
#chat-circle {
    position: fixed;
    bottom: 50px;
    right: 70px;
    background: #a61b1f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    padding: 28px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
    float:right;
    display:none;
    background: #efefef;
    position:fixed;
    right:30px;
    bottom:10px;
    width:20%;
    max-width: 85vw;
    max-height:50vh;
    border-radius:5px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
}
.chat-box-toggle {
    float:right;
    margin-right:15px;
    cursor:pointer;
    position: absolute;
    color: #a61b1f;
    z-index: 100;
}
.chat-box-header {
    background: #5A5EB9;
    height:70px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color:white;
    text-align:center;
    font-size:20px;
    padding-top:17px;
}
.chat-box-body {
    position: relative;
    height:370px;
    height:auto;
    border:1px solid #ccc;
    overflow: hidden;
}
.chat-box-body:after {
    content: "";
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height:100%;
    position: absolute;
    z-index: -1;
}
#chat-input {
    background: #f4f7f9;
    width:100%;
    position:relative;
    height:47px;
    padding-top:10px;
    padding-right:50px;
    padding-bottom:10px;
    padding-left:15px;
    border:none;
    resize:none;
    outline:none;
    border:1px solid #ccc;
    color:#888;
    border-top:none;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    overflow:hidden;
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}
.chat-submit {
    position:absolute;
    bottom:3px;
    right:10px;
    background: transparent;
    box-shadow:none;
    border:none;
    border-radius:50%;
    color:#5A5EB9;
    width:35px;
    height:35px;
}
.chat-logs {
    padding:15px;
    height:370px;
    overflow-y:scroll;
}

.chat-logs::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
    background-color: #5A5EB9;
}



@media only screen and (max-width: 500px) {
    .chat-logs {
        height:40vh;
    }
}

.chat-msg.user > .msg-avatar img {
    width:45px;
    height:45px;
    border-radius:50%;
    float:left;
    width:15%;
}
.chat-msg.self > .msg-avatar img {
    width:45px;
    height:45px;
    border-radius:50%;
    float:right;
    width:15%;
}
.cm-msg-text {
    background:white;
    padding:10px 15px 10px 15px;
    color:#666;
    max-width:75%;
    float:left;
    margin-left:10px;
    position:relative;
    margin-bottom:20px;
    border-radius:30px;
}
.chat-msg {
    clear:both;
}
.chat-msg.self > .cm-msg-text {
    float:right;
    margin-right:10px;
    background: #5A5EB9;
    color:white;
}
.cm-msg-button>ul>li {
    list-style:none;
    float:left;
    width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.phoneIcon{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size:40px !important;
}
.disabledImage{
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

.strikethrough {
    background: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='red' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='red' stroke-width='1'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;}
