body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#ContactUs {
    position: absolute;
    bottom: 53px;
    left: 60px !important;
    width: 118px;
    /* height: 30px; */
    /* background-color: #343a40; */
    z-index: 1;
    border-radius: 6px;
    text-align: center;
    /*margin-top: 5;*/
    padding: 6px 2px 0px;
    /* box-shadow: 1px 1px 4px 0px black; */
    color: #ffffff;
    cursor: pointer;
    /* font-weight: 900; */
    left: 0px;
    letter-spacing: 6px;
    /* font-family: "Times New Roman", Times, serif; */
    /* text-shadow: 1px 4px 7px #ffffff; */
    transition-property: font-size;
    transition-duration: 0.35s;
    transition-delay: 0.15s;
}

    #ContactUs:hover {
        /* border-color:yellow; */
        /* border: 1px solid #ffc107; */
        /* transform: rotateY(180deg); */
        font-size: 18px;
        color: #ffc107;
        text-shadow: 1px 1px 4px black;
    }

    #ContactUs:target {
        color: #ffc107;
    }


/*#ContactUs:hover #ContactList {
        display: flex;
    }*/




#ContactList:hover {
    animation: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    background-color: #f0f8ff0a;
}

#ContactList {
    display: none;
    list-style: none;
    flex-direction: column;
    /*flex-direction: row;*/
    /*background-color: #f9feff;*/
    border-radius: 8px;
    top: 3px;
    position: relative;
    width: 118px !important;
    flex-wrap: wrap;
    padding: 9px;
    left: 0px;
    cursor: help;
    /* border: 1px solid #ffc107; */
    /* box-shadow: 1px 1px 0px 0px #735400; */
    /* background-image: linear-gradient(#fffffffa, #00000042); */
    /* opacity: 0.5; */
    /*background-image: linear-gradient(#16233ccc, black);*/
}

ul#ContactList {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*.faq:hover section {
    display: flex;
}*/

.faq:hover {
    /*color: #000000;
    text-shadow: -1px 2px 4px #000000;*/
    /* bottom: 0px; */
    /*font-size: 18px;*/
    color: #ffc107;
    text-shadow: 1px 1px 4px black;
    cursor: pointer;
    background-color: #f0f8ff0a;
    /*border-top-left-radius: 5px;*/
    /* border-left: #ffc107 1px solid; */
}


section {
    display: none;
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 54vh; */
    width: 700px;
    font-family: 'roboto', sans-serif;
    text-shadow: none;
    letter-spacing: 2px;
    margin-left: -20px;
}

    section:hover {
        background-color: #b9b9b929;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*margin-left: -20px;*/
    }

.container {
    /* width: 100%; */
    max-width: 80rem;
}

.accordian {
    /* display: none; */
    position: relative;
    right: 0px;
    top: 1px;
    /* width: max-content; */
    /* background-color: black; */
    /* justify-content: center; */
    padding: 5px;
    border-radius: 8px;
    /* flex-direction: inherit; */
    background-image: linear-gradient(#16233ccc, black);
    /* flex-flow: column wrap; */
    /* place-content: space-around space-between; */
    /* align-items: baseline; */
}

.accordian-item {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    border-radius: .4rem;
    margin-bottom: 0.5rem;
    /* background-color: gray; */
    /* box-shadow: 0.5rem 2px 0.5rem rgb(0 0 0 / 10%); */
    width: 684px;
}

    .accordian-item:target .answer {
        max-height: 20rem;
    }

    .accordian-item:target a .add {
        display: none;
    }

    .accordian-item:target a .subtract {
        display: none;
        /*display: initial;*/
        position: absolute;
        right: 25px;
    }

.add {
    /*background-image: url(plus.png);*/
    color: yellow;
}

.subtract {
    /*background-image: url(minus.png);*/
    color: yellow;
}

.accordian-item a {
    color: #ffffff;
    /*width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;*/
    text-decoration: none;
}

    .accordian-item a .subtract {
        display: none;
    }

    .accordian-item a i {
        /* padding-left: 3.05rem; */
        right: 25px;
        position: absolute;
    }


.answer {
    position: relative;
    background-color: #212838;
    overflow: hidden;
    /* position: relative; */
    transition: max-height 650ms;
    /* width: 90%; */
    max-height: 0;
    background-image: linear-gradient(#cecececc, white);
    border-radius: 8px;
    box-shadow: 6px 2px 10px 0px black;
    cursor: default;
}

    .answer::before {
        content: "";
        width: 0.6rem;
        height: 90%;
        position: absolute;
        background-color: #ffc107;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .answer p {
        font-size: 12px;
        color: #000000;
        padding: 2rem;
        /* width: 12%; */
    }
/*.accordian-item a {
    color: #ffc107;
}*/

#Top-Spanner {
    top: 0px;
    left: 355px;
    position: absolute;
    width: calc(100% - 355px);
    height: 100px;
    box-shadow: 16px -11px 6px 13px black;
    z-index: 65;
    background-color: white;
}

.dot-collision {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #ffffff;
}

    .dot-collision::before, .dot-collision::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-collision::before {
        left: -21px;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #ffffff;
        color: #ffffff;
        animation: dotCollisionBefore 2s infinite ease-in;
    }

    .dot-collision::after {
        left: 21px;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #ffffff;
        color: #ffffff;
        animation: dotCollisionAfter 2s infinite ease-in;
        animation-delay: 1s;
    }

@keyframes dotCollisionBefore {
    0%, 50%, 75%, 100% {
        transform: translateX(-1px);
    }

    25% {
        transform: translateX(-30px);
    }
}

@keyframes dotCollisionAfter {
    0%, 50%, 75%, 100% {
        transform: translateX(1px);
    }

    25% {
        transform: translateX(30px);
    }
}

#myModal {
    width: 140px;
    padding-left: 50px;
    top: 180px;
    position: relative;
    left: 70px;
    height: 22px;
}

#myModal2 {
    /* background: linear-gradient( 1deg, rgb(0 0 0) 0%, rgb(255 255 255) 100%); */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1000;
    background-image: linear-gradient(#16233c, black);
    /*background-image: linear-gradient(#16233c, #b38c8c);*/
}

#myModal3 {
    /* border-radius: 50%; */
    width: 257px;
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(SchoolWorks_Logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    overflow: visible;
    list-style: none;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#thisBody {
    display: block;
}

a {
    margin: inherit !important;
}

#The_rep_One {
    margin-top: 5px;
    margin-left: 7px;
    position: absolute;
    /* left: 50px; */
    left: -3px;
    top: 47px;
    z-index: 10;
}

#left-container {
    width: 355px;
    background-color: rgba(0, 0, 0, 0.10);
    box-shadow: -14px -9px 4px 13px black;
    height: 100%;
    position: absolute;
    z-index: 66;
    top: 0px;
    /* background-image: linear-gradient(#bfbfbfcc, white); */
    background-image: linear-gradient(#ffffff, #10192c);
}

/*@media only screen and (orientation:portrait) {
    #thisBody {
        height: 100vw;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
*/
#warning-message {
    display: none;
    color: white;
    background-color: black;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
    position: absolute;
}

@media only screen and (orientation:portrait) {

    #MapWrapper {
        display: none;
    }

    #warning-message {
        display: block;
    }
}

@media only screen and (orientation:landscape) {

    #warning-message {
        display: none;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #ffffff;
}


#myModal {
    /* background: linear-gradient( 45deg, #007991 0%, #78ffd6 100%); */
    opacity: 1;
}

#myModalHeaderXer {
    background-image: url(icons8-delete.svg);
    position: absolute;
    cursor: pointer;
}

#myModalDirectionsContainer {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 999;
}

#myModalDirections {
    resize: vertical;
    top: 20px;
    position: absolute;
    display: none;
    overflow: auto;
    max-height: 350px;
    /*max-height:calc(40vh - 0px);*/
}

#myModalDirectionsheader {
    position: absolute;
    display: none;
    cursor: move;
    touch-action: pan-x,pan-y;
}


.modal-content {
    background: #2F5C71;
    color: white;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}

.btn-success {
    background: #1C5084;
}

.starBack {
    background: black;
    border-radius: 7px !important;
    width: 20px;
}

.ok {
    background: #2F5C71;
    color: #000000;
    font: bold;
    font-weight: 700;
}

#map {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 355px;
    bottom: 0px;
    right: 0px;
}

h4 {
    color: black;
    background: white;
    /*border-radius: 2px 2px 2px 2px;*/
    /*font-weight: 700;*/
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
}

h1 {
    padding: 0.5em;
    margin-left: 1.2em;
    left: 0.7em;
    background-color: white;
    padding: 0.2em;
    border: 2px solid #fff;
    border-radius: 3px;
    border-width: 1px;
    display: inline-block;
    text-decoration: none;
    color: darkorange;
    font-size: 16px;
    font: italic;
    max-height: 60px;
    max-width: 110px;
    border: 2px solid white;
}

.mapboxgl-popup-close-button {
    top: -5px;
    color: red;
    left: auto;
    z-index: 4;
}

    .mapboxgl-popup-close-button:hover {
        background: rgba(247,245,232,0.0);
    }


.h3 {
    background-image: radial-gradient(#3B7AB9, #1C5084);
    font-size: 12px;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
    animation-name: faded;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.mapboxgl-popup-content h4 {
    margin: 2px;
    font-size: 12px;
    display: block;
    padding: 15px;
    font-weight: 100;
}

.mapboxgl-popup {
}

.pop_marker {
    transform: none !important;
    left: 0.9em;
    top: 8.0em;
}

@-webkit-keyframes faded {
    0% {
        background-image: radial-gradient(rgba(59,122,185,0.4), rgba(28,80,132,0.4));
    }

    25% {
    }

    50% {
        background-image: radial-gradient(rgba(59,122,185,0.5), rgba(28,80,132,0.5));
    }

    75% {
    }

    100% {
        background-image: radial-gradient(rgba(59,122,185,0.4), rgba(28,80,132,0.4));
    }
}

@-webkit-keyframes Disclaimer {
    0% {
    }

    25% {
    }

    50% {
        font-size: 12px;
        color: black;
        background-color: white;
    }

    75% {
    }

    100% {
    }
}

.mapboxgl-popup-content div {
    padding: 15px;
}

.mapboxgl-popup-content {
    font: 100 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    padding: 0;
    width: auto;
}

.mapboxgl-popup-content-wrapper {
    padding: 1%;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: white;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: white;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: white;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: white;
}

customup-content {
    border: groove #ff0000;
    background: white;
    opacity: 0.95;
    margin-top: 50px;
    background: white;
    color: black;
    margin: 0;
    display: block;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
}

.darkness:focus {
    transition: 1s;
    width: 100%;
}


.darkness:hover {
    transition: 1s;
    width: 100%;
}

.darkness {
    min-height: 35px;
    font-weight: bold;
    display: flex;
    margin: 11px 0 7px 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    opacity: 1.0;
    border: 2px solid #fff;
    border-radius: 3px;
    border-width: 1px;
    border-bottom: 3px solid #e0e0e0;
    border-right: 3px solid #e0e0e0;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 11px;
    right: 0em;
    transition: .25s;
    width: 80%;
    max-width: 110px;
}

.my-customup-content {
    color: black;
    font-weight: bold;
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    right: 0em;
    position: relative;
    overflow: auto;
    padding-left: 20px !important;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    opacity: 1.0;
    border: 2px solid #fff;
    border-radius: 3px;
    border-width: 1px;
    border-bottom: 3px solid #e0e0e0;
    border-right: 3px solid #e0e0e0;
    background-color: white;
    transition: .25s;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    max-width: 110px;
    min-height: 35px;
    width: 80%;
}

    .my-customup-content.check {
        margin: 11px 0 7px 10px;
        background: url() no-repeat 5px center;
        padding-right: 5px !important;
        padding-left: 5px !important;
        background-color: white;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 3px;
        border-width: 1px;
        border-bottom: 3px solid #e0e0e0;
        border-right: 3px solid #e0e0e0;
        background-color: white;
        max-width: 110px;
    }



    .my-customup-content.delete {
        margin: 11px 0 7px 10px;
        background: url(Verified_Green_Check.svg) no-repeat left center;
        background-size: 25px 25px;
        /*padding-left: 28px !important;*/
        background-color: white;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 3px;
        border-width: 1px;
        border-bottom: 3px solid #e0e0e0;
        border-right: 3px solid #e0e0e0;
        text-align: left;
        background-color: white;
        max-width: 110px;
    }


    .my-customup-content:focus {
        transition: 1s;
        width: 148px;
        fill-opacity: 1.0;
    }

    .my-customup-content:hover {
        background-color: white;
        transition: 1s;
        width: 148px;
    }

#The_test {
    display: none;
    top: -7px;
    position: relative;
    /* box-shadow: 0px 0px 0px 0px #7b92a7; */
    /*background-color: #ffffff;*/
    background-image: linear-gradient(#16233ccc, black);
    color: #ffffffd9;
}

#The_LayerHamburger {
    /*background-image: url(LayersIcon1.svg);
    background-size: cover;*/
    width: 90px;
    color: #000000;
    background-color: #ffffff;
    letter-spacing: 2px;
    height: 33px;
    text-align: left;
    padding: 9px;
    padding-left: 12px;
    /* font-size: 15px; */
    cursor: pointer;
    font-weight: 100;
    /* font-family: "Times New Roman", Times, serif; */
    /* font-family: "Segoe UI Emoj"; */
    font-family: ui-sans-serif;
    /* font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif; */
}

div#The_LayerHamburger {
}

#The_LayerHamburger:after {
    content: "";
    width: 25px;
    height: 26px;
    background-image: url(LayersIcon1.svg);
    top: 2px;
    right: 3px;
    position: absolute;
    display: inline-block;
    /* background-repeat: no-repeat; */
    /* border: 1px solid black; */
    /* border-radius: 6px; */
    /* box-shadow: 1px 0px 4px 0px black; */
    /* background-color: #fffcf1; */
}

#The_LayerHamburger:hover {
    box-shadow: 2px 2px 3px 0px black;
}

.MyCustomButtonDiv {
    display: flex;
    padding-top: 10px;
}

label {
    padding-left: 3px;
}

label, input {
    display: inline-block;
    vertical-align: middle;
}

    input[type="checkbox"] {
        vertical-align: middle;
    }

.mapboxgl-ctrl-group1 {
    z-index: 0;
    overflow-y: auto;
    position: static;
    align-items: stretch;
    display: list-item;
    /*width: 135px;
    max-height: 75vh;*/
    line-height: normal;
    background-color: white;
    padding: 5px;
    box-shadow: 0px 0px 7px 1px #7b92a7;
    border-radius: 4px;
    font-weight: bold;
    width: 150px;
}

.mapboxgl-ctrl-top-right {
    max-width: 150px;
    display: block !important;
}

/*@media all and (max-height: 768px) {
    .mapboxgl-ctrl-group1 {
        /* On small screens, we are no longer using row direction but column 
        justify-content: space-around;
        flex-flow: row wrap;
    }
}*/
.mapboxgl-ctrl-top-left {
    min-width: 100%;
    /*width: 28em;*/
    top: -10px;
    /*left: 0.0em;*/
    display: flex;
    justify-content: flex-start;
    z-index: 10;
}

    .mapboxgl-ctrl-top-left:hover {
        transition: .25s;
        left: 0.0em;
        transition: 1s;
    }

.sklz_marker {
    position: absolute;
    background-image: url('School_1.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    z-index: 4;
}

.sklz_marker_main_DI {
    position: absolute;
    background-image: url('School_1.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    z-index: 0;
}

.sklz_marker_main_EL {
    position: absolute;
    background-image: url('School_6.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    z-index: 0;
}

.sklz_marker_main_JR {
    position: absolute;
    background-image: url('School_7.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    z-index: 0;
}

.sklz_marker_main_HI {
    position: absolute;
    background-image: url('School_8.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    z-index: 0;
}

.el_School_marker {
    position: absolute;
    background-image: url('School_6.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    animation-name: School;
    animation-timing-function: ease;
    animation-duration: .75s;
    animation-iteration-count: 1;
    display: block;
    z-index: 3;
}




.el_School_marker_jump {
    position: absolute;
    background-image: url('School_6.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    animation-name: School_b;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 4;
}

.jr_School_marker {
    position: absolute;
    background-image: url('School_7.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    animation-name: School;
    animation-timing-function: ease;
    animation-duration: .75s;
    animation-iteration-count: 1;
    z-index: 3;
}

.jr_School_marker_jump {
    position: absolute;
    background-image: url('School_7.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: green;
    animation-name: School_b;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 4;
}

.high_School_marker {
    position: absolute;
    background-image: url('School_8.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    animation-name: School;
    animation-timing-function: ease;
    animation-duration: .75s;
    animation-iteration-count: 1;
    z-index: 3;
}

.high_School_marker_jump {
    position: absolute;
    background-image: url('School_8.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: green;
    animation-name: School_b;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 4;
}

.scnd_School_marker {
    position: absolute;
    /*background-image: url('School_5.svg');*/
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    animation-name: School;
    animation-timing-function: ease;
    animation-duration: .75s;
    animation-iteration-count: 1;
    z-index: 3;
}

.scnd_School_marker_jump {
    position: absolute;
    background-image: url('School_5.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: green;
    animation-name: School_b;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 4;
}



@-webkit-keyframes School {
    0% {
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
    }

    25% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 0px;
        left: 0px;
    }

    60% {
        top: 0px;
        left: 0px;
        opacity: 0.9;
    }

    75% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
    }
}

@-webkit-keyframes School_b {
    0% {
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        opacity: 0.4;
    }

    25% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 0px;
        left: 0px;
    }

    60% {
        top: 0px;
        left: 0px;
        opacity: 0.8;
    }

    75% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
    }
}

#School_Menue {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 14px;
    background-color: rgba(0,0,0,0.0);
    z-index: -1;
    opacity: 1.0;
    flex-flow: column wrap;
    bottom: 0px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    filter: drop-shadow(2px 2px 2px #333);
}

.dropdwnleft {
    position: absolute;
    color: black;
    left: 0em;
    top: 0em;
    transition: 1s;
    cursor: pointer;
    z-index: 10;
    justify-content: center;
    height: 100%;
}

#The_rep {
    /*max-width:180px; */
    /* left: -09px; */
    position: absolute;
    font-family: Arial, Unicode, MS;
    /* box-shadow: 1px 1px 1px black; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}


.dropdwnleft:hover .dropbtn:hover {
    background-color: white;
    transition: 1s;
    left: 0em;
}


.dropbtn {
    position: absolute;
    top: 0 !important;
    height: 0px;
    width: 0px;
    background: transparent;
    border: none !important;
    font-size: 0;
    /* color: white;
            border: 2px solid #fff;
            border-radius: 3px;
            border-width: 1px;
            cursor: pointer;
            font-family: Georgia, 'Times New Roman', Times, serif;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 5px;
            background-image: radial-gradient(#3B7AB9, #1C5084);
            border-bottom: 3px solid #e0e0e0;
            border-right: 3px solid #e0e0e0;
            animation-name: lightfade;
            animation-timing-function: linear;
            animation-duration: 3s;
            animation-iteration-count: infinite;*/
}

    .dropbtn:hover, .dropbtn:focus {
        /*  background-color: rgba(247,245,232,0.8);*/
    }

.dropdwn {
    position: absolute;
    color: black;
    left: 0em;
    top: 0em;
    cursor: pointer;
    transition: 1s;
    margin: auto;
    width: 100% !important;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
}

    .dropdwn:hover {
        transition: 1s;
        left: 0em;
    }

        .dropdwn:hover .dropbtn:hover {
            background-color: white;
            transition: 1s;
            left: 0em;
        }

/*@media all and (max-height: 1023px) {
    .dropdwn-content {
  
        justify-content: space-around;
        flex-flow: row wrap;
    }
}
*/

.dropdwn-content:focus {
    outline: none;
}


#myDropdown tooltiptext {
    position: absolute;
    visibility: hidden;
    width: 200px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -25px;
    opacity: 0;
    /*left: 193px;*/
    /* transition: opacity 0.3s; */
    font-family: Arial, Unicode, MS;
    left: 358px;
}

    #myDropdown tooltiptext::after {
        content: "";
        position: absolute;
        top: 35%;
        left: -11px;
        margin-right: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }

#myDropdown:hover tooltiptext {
    visibility: visible;
    opacity: 0.75;
}

.dropdwn-content {
    /* max-height: 55vh;
    overflow-y: auto;*/
    display: none;
    z-index: 1;
    margin: 0;
    z-index: 10;
    font-family: Arial, Unicode, MS;
    /* max-height: 60vh; */
    /* height: auto; */
    /* width: 157px; */
    /* min-width: 180px; */
    overflow-y: auto;
    overflow-x: hidden;
    /* transform: scaleX(-1); */
    line-height: normal;
    pointer-events: none;
    /* left: 122px; */
    /* position: relative; */
    /* min-height: 365px; */
    max-height: 353px;
    /* height: auto; */
    padding-left: 0px;
}

.show {
    display: list-item;
}


@-webkit-keyframes lightfade {
    0% {
        border-color: #1C5084;
    }

    25% {
        border-color: #3B7AB9;
    }

    50% {
        border-color: #1C5084;
    }

    75% {
        border-color: black;
    }

    100% {
        border-color: #3B7AB9;
    }
}

#myDropdown {
    position: relative;
    display: none;
    /* max-height: calc(100vh - 300px); */
    /* box-sizing: border-box; */
    width: 347px;
    /* box-shadow: 20px 1px 16px 0px black; */
    border: 0px solid black;
    /* height: 425px; */
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 6px;
    padding-left: -1px;
    /*background-color: #eaf4ff;*/
    box-shadow: 0px 1px 5px 1px #343a40;
    left: 0px;
    /*overflow-x:;*/
    /* background-image: linear-gradient(#00655270, #ffffff); */
    /* background-image: linear-gradient(#ffffff70, #ffffff); */
    background: white;
}

div#myDropdown {
}

div#myDropdown {
}

#myDropdown .b {
    user-select: text;
    display: inline-flex;
    /* font-size: 12px; */
    color: #000000;
    margin: 0;
    /* display: flex; */
    /* font-weight: 700; */
    padding: 5px 5px;
    text-decoration: none;
    z-index: 1;
    position: relative;
    /* border-width: 1px 0px 0px 0px; */
    /* border: 1px solid black; */
    /* border-radius: 3px; */
    background-image: radial-gradient(#4974a2, #416d9c);
    width: 339px;
    left: 4px;
    /* border-top: 1px solid #a79494; */
    /* border-left: 1px solid #a79494; */
    /* border-right: 1px solid #a79494; */
    /* border-radius: 6px; */
    /* text-align: center; */
    font-size: 12px;
    /* align-items: start; */
    min-height: 72px;
    border-bottom: 1px solid #a79494;
    font-family: Arial, Unicode, MS;
    align-items: baseline;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


    #myDropdown .b::before {
        content: "";
        display: inline-flex;
        width: 32px;
        height: 32px;
        background-size: 25px 25px;
        background-image: url(Infos_4.svg);
        background-repeat: no-repeat;
        /*border-radius: 3px 3px 3px 3px;*/
        opacity: 1.0;
        z-index: 1;
        padding-right: 100px;
    }

/*   .dropdwn-content b:hover .starBack {
                background: url() no-repeat center;
                color: transparent;
                transition: 0.7s;
                animation-play-state: initial;
                animation-play-state: paused;
                opacity: 1;
            }

            .dropdwn-content b:hover {
                background: url(icons8-delete.svg) no-repeat center;
                color: transparent;
                margin: 0;
                /*font: 0/0 a;
                transition: 0.5s;
                animation-play-state: initial;
                animation-play-state: paused;
                opacity: 1;
            }
*/



#myDropdown ADD_Direction_button_blue {
    position: relative;
    padding: 12px 16px;
    z-index: 10;
    margin: 0;
    flex-direction: column;
    border-radius: 0px 0px 4px 4px;
}

#myDropdown ADD_Direction_button {
    user-select: none;
    border-radius: 0px 0px 0px 6px;
    color: dodgerblue;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    /* padding-bottom: 12px; */
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    align-items: center;
    /* margin: auto; */
    width: 25%;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 6px;
    filter: drop-shadow(1px 1px 1px #333);
    font-family: Arial, Unicode, MS;
    /* top: 121px; */
    /* left: 6px; */
    height: 26px;
}

    #myDropdown ADD_Direction_button:hover {
        background-color: aliceblue;
        border-color: dodgerblue;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
        filter: drop-shadow(3px 3px 3px #333);
        /* border-radius: 6px 6px 6px 6px; */
        cursor: default;
    }

.dropdwn-content closeTheResult {
    position: relative;
    border-radius: 6px 6px 6px 6px;
    color: dodgerblue;
    background-color: white;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    align-items: center;
}

    .dropdwn-content closeTheResult:hover {
        background-color: aliceblue;
        border-color: dodgerblue;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
    }

.dropdwn-content EL_Direction_button {
    color: lightseagreen;
    border-radius: 0px 0px 0px 6px !important;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(1px 1px 1px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
    /*bottom: -21px;
    left: -218px;*/
    left: -123px;
}

    .dropdwn-content EL_Direction_button:hover {
        background-color: aliceblue;
        border-color: lightseagreen;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
        filter: drop-shadow(3px 3px 3px #333);
        /*border-radius: 6px 6px 6px 6px;*/
        cursor: default;
    }

.dropdwn-content Sec_EL_Direction_button {
    color: lightseagreen;
    border-radius: 0px 0px 0px 6px !important;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(1px 1px 1px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
    bottom: -2px;
    left: -122px;
}

    .dropdwn-content Sec_EL_Direction_button:hover {
        background-color: aliceblue;
        border-color: lightseagreen;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
        cursor: default;
    }

.dropdwn-content JR_Direction_button {
    color: darkorange;
    border-radius: 0px 0px 0px 6px !important;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(1px 1px 1px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
    left: -123px;
}

    .dropdwn-content JR_Direction_button:hover {
        background-color: aliceblue;
        border-color: lightseagreen;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
        cursor: default;
    }

.dropdwn-content Sec_JR_Direction_button {
    color: darkorange;
    border-radius: 0px 0px 0px 6px !important;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(1px 1px 1px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

    .dropdwn-content Sec_JR_Direction_button:hover {
        background-color: aliceblue;
        border-color: lightseagreen;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
        cursor: default;
    }

.dropdwn-content High_Direction_button {
    color: mediumpurple;
    border-radius: 0px 0px 0px 6px !important;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(1px 1px 1px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
    left: -123px;
}

    .dropdwn-content High_Direction_button:hover {
        background-color: aliceblue;
        border-color: lightseagreen;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
        cursor: default;
    }

.dropdwn-content Sec_High_Direction_button {
    color: mediumpurple;
    border-radius: 0px 0px 0px 6px !important;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(1px 1px 1px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
    left: -123px;
    margin-top: 3px;
}

    .dropdwn-content Sec_High_Direction_button:hover {
        background-color: aliceblue;
        border-color: lightseagreen;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
        cursor: default;
    }

.dropdwn-content .e::before {
    background-image: url(School_6.svg);
}

.dropdwn-content .e {
    background-color: rgb(32 178 170 / 66%); /*lightseagreen*/
}


    .dropdwn-content .e #EL_Hover_Info {
        background-color: rgb(32 178 170); /*lightseagreen*/
        /* background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(32, 178, 170, 0.7)); */
        display: none;
        transition: all .23s cubic-bezier(.86,0,.07,1);
    }

i#EL_Hover_Info:hover {
    width: 135px;
    font-size: 12px !important;
}

.dropdwn-content .e:hover {
    /* background-color: rgba(32, 178, 170, 0.4); */ /*lightseagreen*/
    background-color: rgb(102 78 153 / 0%);
}


    .dropdwn-content .e:hover #EL_Hover_Info {
        display: block;
        visibility: visible;
        opacity: 1;
        /* left: 244px; */
        height: auto;
        width: 160px;
    }

.dropdwn-content .j::before {
    background-image: url(School_7.svg);
}

.dropdwn-content .j:hover {
    /* background-color: rgba(255, 140, 0, 0.4); */ /*darkorange*/
    /* text-align: center; */
    background-color: rgb(102 78 153 / 0%);
}


.dropdwn-content li::before {
    content: "";
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    opacity: 1.0;
    z-index: 1;
    padding-right: 100px;
}


.dropdwn-content li a {
    padding: 0px 96px;
    background-position: -210% 101%;
    background-size: 0px 0px;
    text-decoration: none;
}

    .dropdwn-content li a:hover {
        background-repeat: no-repeat;
        background-position: -78% 94%;
        background-size: 61% 1px;
        background-image: -webkit-gradient(linear,right top,left top,color-stop(50%,transparent),color-stop(0,#000000));
        transition: all .23s cubic-bezier(.86,0,.07,1);
        background-origin: content-box;
    }

.dropdwn-content li div {
    position: absolute;
    left: 266px;
    /* top: 9px; */
    z-index: 10;
    height: 0px;
    width: 0px;
    display: block;
}

/*.dropdwn-content li:hover div {
    display: block;
}*/

.dropdwn-content li {
    /* position: static; */
    color: #ffffff;
    padding: 5px 5px;
    font-size: 12px;
    margin-top: 3px;
    font-family: Arial, Unicode, MS;
    left: 37px;
    border: 1px;
    /* transform: scaleX(-1); */
    pointer-events: auto;
    /* width: 339px; */
    min-height: 72px;
    border-bottom: 1px solid #a79494;
    align-items: baseline;
    list-style: none;
    margin: 4px 4px 0px 4px;
    display: grid;
    grid-auto-columns: 332px;
    grid-auto-rows: 25px 25px auto 30px;
}

    .dropdwn-content li i {
        border-radius: 6px;
        text-align: center;
        position: fixed;
        color: white;
        padding: 5px 5px;
        text-decoration: none;
        margin: 0;
        font-family: Arial, Unicode, MS;
        top: -37px;
        opacity: 0;
        /* left: 249px !important; */
        height: 0px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        /* bottom: 0px; */
        /* right: 0px; */
        border-left: 1px solid white;
        width: 135px;
        box-shadow: 2px 1px 2px 0px black;
        font-size: 12px !important;
        transition: all .23s cubic-bezier(.86,0,.07,1);
    }

.dropdwn-content .j {
    background-color: rgb(255 140 0 / 69%); /*darkorange*/
}

    .dropdwn-content .j #JR_Hover_Info {
        background-color: rgba(255,140,0,0.6); /*darkorange*/
        /* background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(255,140,0,0.7)); */
        display: none;
    }


    .dropdwn-content .j:hover #JR_Hover_Info {
        opacity: 1;
        /* left: 244px; */
        margin: 0;
        height: auto;
        display: block;
        width: 160px;
    }

.dropdwn-content .h::before {
    background-image: url(School_8.svg);
}

.dropdwn-content .h {
    background-color: rgb(102 78 153 / 53%); /*purple*/
}

    .dropdwn-content .h:hover {
        background-color: rgb(102 78 153 / 0%); /*purple*/
        /* text-align: center; */
    }

    .dropdwn-content .h #HIGH_Hover_Info {
        background-color: rgba(102,78,153,0.6); /*purple*/
        display: none;
    }


    .dropdwn-content .h:hover #HIGH_Hover_Info {
        opacity: 1;
        /* left: 244px; */
        margin: 0;
        height: auto;
        display: block;
        width: 160px;
    }


.dropdwn-content .s::before {
    background-image: url(School_5.svg);
}

.dropdwn-content .s {
    background-color: rgba(32, 178, 170, 0.16); /*lightseagreen*/
}

.dropdwn-content .sh::before {
    content: "";
    display: flex;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(School_8.svg);
    background-repeat: no-repeat;
    opacity: 1.0;
    z-index: 1;
}

.dropdwn-content .sh {
    background-color: rgba(102,78,153,0.6); /*purple*/
}

    .dropdwn-content .sh #Sec_HIGH_Hover_Info {
        background-color: rgba(102,78,153,0.6); /*lightseagreen*/
        display: none;
    }


    .dropdwn-content .sh:hover #Sec_HIGH_Hover_Info {
        opacity: 1;
        left: 69px;
        margin: 0;
        height: auto;
        display: block;
        width: 160px;
        position: relative;
    }

.dropdwn-content .sj::before {
    background-image: url(School_7.svg);
}

.dropdwn-content .sj {
    background-color: rgba(255,140,0,0.6); /*darkorange*/
}

    .dropdwn-content .sj #Sec_JR_Hover_Info {
        background-color: rgba(255,140,0,0.6); /*darkorange*/
        display: none;
    }


    .dropdwn-content .sj:hover #Sec_JR_Hover_Info {
        opacity: 1;
        left: 27px;
        margin: 0;
        height: auto;
        display: block;
        width: 160px;
        position: relative;
    }

.dropdwn-content .se::before {
    background-image: url(School_6.svg);
}

.dropdwn-content .se {
    background-color: rgba(32,178,170,0.6); /*lightseagreen*/
    display: grid;
    /* height: 95px!important; */
    /* width: 98%; */
}

    .dropdwn-content .se #Sec_EL_Hover_Info {
        background-color: rgba(32,178,170,0.6); /*lightseagreen*/
        display: none;
    }


    .dropdwn-content .se:hover #Sec_EL_Hover_Info {
        opacity: 1;
        left: 27px;
        margin: 0;
        height: auto;
        display: block;
        width: 160px;
        position: relative;
    }

.dropdwn-content .RegClass {
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* list-style: none; */
    position: relative;
    /* color: white; */
    background-color: #ffc10754;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 18px;
    /* text-align: center; */
    margin: 0;
    /* border-bottom: 1px solid black; */
    font-family: Arial, Unicode, MS;
    /* left: -18px; */
    width: 339px;
    /* display: grid; */
    /* flex-direction: column; */
    /* border-radius: 6px; */
    /* border: 1px solid black; */
    /* transform: scaleX(-1); */
    /* min-height: 68px; */
    pointer-events: auto;
    /* box-shadow: 1px -1px 7px 0px black; */
    /* height: 55px; */
    /* border: 1px solid black; */
    /* margin-top: 3px; */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 4px;
    /* padding: 0px 0; */
    /* padding-bottom: 15px; */
    /* padding-top: 0px; */
    /* padding-right: 260px; */
    padding-top: -12px;
    /* height: 180px; */
    padding-left: 9px;
    margin-top: 4px;
}

    .dropdwn-content .RegClass:hover {
        /* color: goldenrod; */
        /* font-size: 36px; */
        /* align-items: center; */
        background-color: #ffeeb9; /*Indian Red*/
        /* padding-right: 106px; */
    }

#myDropdown .b:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .e:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .j:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .h:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .s:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .se:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .sj:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.dropdwnleft .sh:hover::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}


.dropdwnleft .e:hover {
    background-image: var(--MnuHvr-bg-color);
    transition: 1.0s;
    color: lightseagreen;
    font-size: 18px;
    align-items: center;
}

.dropdwnleft .j:hover {
    background-image: var(--MnuHvr-bg-color);
    transition: 1.0s;
    color: darkorange;
    font-size: 18px;
    align-items: center;
}

.dropdwnleft .h:hover {
    background-image: var(--MnuHvr-bg-color);
    transition: 1.0s;
    color: rgba(102,78,153,1); /*Purple*/
    font-size: 18px;
    align-items: center;
}

.dropdwnleft .s:hover {
    background-image: var(--MnuHvr-bg-color);
    transition: 1.0s;
    font-size: 18px;
    align-items: center;
}

.dropdwnleft .se:hover {
    background-image: var(--MnuHvr-bg-color);
    transition: 1.0s;
    color: lightseagreen;
    font-size: 18px;
    align-items: center;
}

.dropdwnleft .sj:hover {
    background-image: var(--MnuHvr-bg-color);
    transition: 1.0s;
    color: darkorange;
    font-size: 18px;
    align-items: center;
}

.dropdwnleft .sh:hover {
    /* background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:rgba(102,78,153,1); /*Purple*/
    font-size: 18px;
    align-items: center;
}

#myDropdown .b:hover {
    background-image: radial-gradient(#ffffff, rgb(255 255 255));
    color: black;
}


:root {
    --MnuHvr-bg-color: radial-gradient(rgba(240,248,255,0.1), rgba(255,255,255,0.1));
}

.mapbox-directions-route-summary Copy_Directions {
    border-radius: 6px 6px 6px 6px !important;
    color: lightseagreen;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 18%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

    .mapbox-directions-route-summary Copy_Directions:hover {
        background-color: lightseagreen;
        color: white;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
        cursor: pointer;
    }
