@charset "UTF-8";

.spot-animate {
    background-image: url('spot-animate.svg');
    background-repeat: no-repeat;
    display: none;
    height: 98px;
    width: 213px;
    margin: 0 auto;
    font-size: 2.4em;
    padding-top: 45px;
    text-align: center;
    position: absolute;
    z-index: 1001;
}

.spot-animate-clone {
    background-image: url('spot-animate.svg');
    background-repeat: no-repeat;
    display: none;
    height: 98px;
    width: 213px;
    margin: 0 auto;
    font-size: 2.4em;
    padding-top: 45px;
    text-align: center;
    position: absolute;
    z-index: 1000;
}



body {
    background-color: #404040;
    font-family: Helvetica, Arial, "sans-serif";
}
.container-inside {
    margin: 0 auto;
    background-image: url('spi-base.svg');
    background-repeat: no-repeat;
    background-position: top;
    width: 750px;
    height: 1160px;
}
.close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    opacity: 0.3;
    display: none;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 40px;
    width: 4px;
    background-color: #DCDCDC;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.container {
    width: 100%;
    padding: 0;
}
.placeholder {
    width: 49%;
    display: inline-block;
    /* border: 1px solid #006100; */
    height: 100%;
    cursor: pointer;
}
#passenger {
    background-image: url('spi-passenger.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #404040;
    display: none;
    width: 100%;
    height: 1184px;
    overflow: hidden;
    cursor: pointer;
}
#driver {
    background-image: url('spi-driver.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #404040;
    display: none;
    width: 100%;
    height: 1184px;
    overflow: hidden;
    cursor: pointer;
}
.enlarge {
    display: block;
    width: 100%;
    overflow: auto;
    height: 100%;
    /* border: 1px solid #006100; */
    text-align: center;
}
.spots {
    background-image: url('spot.svg');
    background-repeat: no-repeat;
    display: block;
    height: 98px;
    width: 213px;
    margin: 0 auto;
    font-size: 2.4em;
    padding-top: 45px;
    display: none;
    text-align: center;
    position: absolute;
    transition: left .5s cubic-bezier(.42, -0.3, .78, 1.25), top .5s cubic-bezier(.42, -0.3, .78, 1.25), right .5s cubic-bezier(.42, -0.3, .78, 1.25);
    z-index: 100;
}
.spots:hover {
    cursor: pointer;
}
.clone-spots {
    z-index: 1 !important;
}
.spot-button {
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-size: 2.4em;
    background-color: rgba(256, 256, 256, 0.8);
    font-weight: normal;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    min-width: 300px;
    text-align: center;
    display: inline-block;
    min-width: 200px;
}
.spot-button:active, .spot-button:hover {
    background-color: rgba(256, 256, 256, 0.4);
}
.button-row-1 {
    margin-top: 64%;
}
.button-row-2, .button-row-3 {
    margin-top: 6%;
}
.bottom-buttons {
    position: sticky;
    top: 90%;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 50px;
    color: #FFF;
    text-decoration: none;
    font-size: 2.5em;
    background-color: #2B2B2B;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 40px;
    min-width: 400px;
    text-align: center;
    display: inline-block;
}
.buttons-up {
    z-index: 999;
    float: right;
    top: 972px;
    font-size: 1.5em;
    padding-right: 23px;
    padding-left: 20px;
    min-width: 180px;
    position: absolute;
}
.active {
    z-index: 1000;
    background-image: url('spot-active.svg') !important;
}
.console {
    background-color: rgba(33, 97, 110, 0.8);
    top: 86%;
    height: 190px;
    position: sticky;
    color: #FFF;
    font-size: 1.3em;
    display: none;
}
.cols {
    width: 30%;
    display: inline-block;
}
.console-container {
    width: 100%;
}
.con-text-left {
    float: left;
    width: auto;
    padding-top: 8px;
}
.con-text-right {
    float: right;
    width: 34%;
    position: relative;
    margin-top: -140px;
}
.con-text-center {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    width: 35%;
    font-size: 1.2em;
    margin-bottom: 0px;
}
.d-left-10 {
    padding-left: 50px;
}

.p-left-10 {
    padding-left: 50px;
}
.airflow {
    text-align: center;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1.2em;
    vertical-align: top;
}
.a-0 {
    padding-bottom: 30px;
    display: inline-block;
}
.a-100 {
    padding-bottom: 10px;
    display: inline-block;
}
.airflow-title {
    text-align: center;
    padding-top: 30px;
    font-size: 1.2em;
}
.confirm-buttons {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    color: #2F2F2F;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #FFF;
    font-weight: normal;
    min-width: 171px;
    text-align: center;
    display: inline-block;
}
.confirm-buttons:active, .confirm-buttons:hover {
    background-color: rgba(256, 256, 256, 0.4);
}
.confirm-buttons:active, .confirm-buttons:hover {
    background-color: rgba(256, 256, 256, 0.4);
}
.sym-buttons {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    color: #2F2F2F;
    text-decoration: none;
    font-size: 1em;
    background-color: #FFF;
    font-weight: normal;
    min-width: 171px;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    border: none;
}
.sym-buttons:active, .sym-buttons:hover {
    background-color: rgba(256, 256, 256, 0.4);
}
.sym-buttons:active, .sym-buttons:hover {
    background-color: rgba(256, 256, 256, 0.4);
}
.buttons-deactive {
    background-color: rgba(256, 256, 256, 0.4) !important;
    color: rgba(256, 256, 256, 0.26) !important;
}
    
.run-buttons {
    float: right;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    border-radius: 50px;
    color: #2F2F2F;
    text-decoration: none;
    font-size: 1.4em;
    background-color: #FFF;
    font-weight: normal;
    text-align: center;
    display: none;
    margin-top: -45px;
}
.run-buttons:active, .confirm-buttons:hover {
    background-color: rgba(256, 256, 256, 0.4);
}
.vent-text {
    display: block;
    line-height: 1.2em;
    font-size: .9em;
}
.spot-title {
    display: block;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.slidecontainer {
    display: none;
    text-align: left;
    margin: 0 auto;
    width: 60%;
}
.short {
    font-size: 1.2em;
    display: inline-block;
}
.long {
    font-size: 1.2em;
    float: right;
    display: inline-block;
}
.time {
    text-align: center;
    display: block;
    font-size: 2.3em;
    padding-top: 20px;
}
.time-text {
    display: none;
    margin-top: 20px;
}

/* The MM slider Airflow */
.pslmm {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 3px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}
/* Mouse-over effects */
.pslmm:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.pslmm::-webkit-slider-thumb {
border-radius: 50%;
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 40px; /* Set a specific slider handle width */
height: 40px; /* Slider handle height */
background: #000; /* Green background */
cursor: pointer; /* Cursor on hover */
}
.pslmm::-moz-range-thumb {
border-radius: 50%;
width: 40px; /* Set a specific slider handle width */
height: 40px; /* Slider handle height */
background: #000; /* Green background */
cursor: pointer; /* Cursor on hover */
}


.dslmm {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 3px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}
/* Mouse-over effects */
.dslmm:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.dslmm::-webkit-slider-thumb {
border-radius: 50%;
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 40px; /* Set a specific slider handle width */
height: 40px; /* Slider handle height */
background: #000; /* Green background */
cursor: pointer; /* Cursor on hover */
}
.dslmm::-moz-range-thumb {
border-radius: 50%;
width: 40px; /* Set a specific slider handle width */
height: 40px; /* Slider handle height */
background: #000; /* Green background */
cursor: pointer; /* Cursor on hover */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 3px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
border-radius: 50%;
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 40px; /* Set a specific slider handle width */
height: 40px; /* Slider handle height */
background: #000; /* Green background */
cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
border-radius: 50%;
width: 40px; /* Set a specific slider handle width */
height: 40px; /* Slider handle height */
background: #000; /* Green background */
cursor: pointer; /* Cursor on hover */
}
.loader {
    display: none;
    position: fixed;
    margin: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 1em;
}
/**
 * ==============================================
 * Dot Spin
 * ==============================================
 */
.dot-spin {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -18px 0 0 #e9e9e9, 12.72984px -12.72984px 0 0 #e9e9e9, 18px 0 0 0 #e9e9e9, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
    animation: dotSpin 1.5s infinite linear;
}
@keyframes dotSpin {
0%, 100% {
box-shadow: 0 -18px 0 0 #e9e9e9, 12.72984px -12.72984px 0 0 #e9e9e9, 18px 0 0 0 #e9e9e9, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
}
12.5% {
box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #e9e9e9, 18px 0 0 0 #e9e9e9, 12.72984px 12.72984px 0 0 #e9e9e9, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
}
25% {
box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #e9e9e9, 12.72984px 12.72984px 0 0 #e9e9e9, 0 18px 0 0 #e9e9e9, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
}
37.5% {
box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #e9e9e9, 0 18px 0 0 #e9e9e9, -12.72984px 12.72984px 0 0 #e9e9e9, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
}
50% {
box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #e9e9e9, -12.72984px 12.72984px 0 0 #e9e9e9, -18px 0 0 0 #e9e9e9, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
}
62.5% {
box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #e9e9e9, -18px 0 0 0 #e9e9e9, -12.72984px -12.72984px 0 0 #e9e9e9;
}
75% {
box-shadow: 0 -18px 0 0 #e9e9e9, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #e9e9e9, -12.72984px -12.72984px 0 0 #e9e9e9;
}
87.5% {
box-shadow: 0 -18px 0 0 #e9e9e9, 12.72984px -12.72984px 0 0 #e9e9e9, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #e9e9e9;
}
}