  /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
         url('/sites/default/files/interactives/65092/map/assets/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }

  /* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'),
         url('/sites/default/files/interactives/65092/map/assets/fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
  }

  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('/sites/default/files/interactives/65092/map/assets/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-900 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'),
         url('/sites/default/files/interactives/65092/map/assets/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
  }

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    position: relative;
    height: 100%;
    overflow: hidden;
    color: #F3F2F1;
    background-image: url("/sites/default/files/interactives/65092/map/assets/img/bg.png");
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0;
}

a {
    color: inherit;
}

#chartdiv {
    width: 100%;
    height: 100vh;
}

.info-bar {
    position: fixed;
    width: 369px;
    height: 100vh;
    height: -webkit-fill-available;
    top: 0;
    bottom: auto;
    background: rgba(71, 66, 71, 0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    /*filter: blur(6px);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: url(/sites/default/files/interactives/65092/map/assets/css/);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');*/
    /*overflow: auto;*/
    left: -370px;
    font-style: normal;
    /*font-weight: 900;*/
    font-size: 14px;
    line-height: 23px;
    -webkit-transition: left ease 1s;
    -o-transition: left ease 1s;
    transition: left ease 1s;
    z-index: 100;
    word-break: break-word;
}
@-moz-document url-prefix() {
    .info-bar {
        background: rgba(71, 66, 71, 0.85);
    }
}

.info-bar.active {
    left: 0;
}
h2.title {
    background: #E86C00;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 6px;
    margin: 0;
}
.scroll-area {
    height: calc(100vh - 31px);
    overflow: auto;
}
.content{
    padding: 20px 17px;
}
@media screen and (max-width: 767px) {
    .content{
        padding-bottom: 90px;
    }
}

h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0.8em
}

ul {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    margin-bottom: 20px;
}

th:first-child {
    width: 45%;
}

th {
    background: rgba(243, 242, 241, 0.37);
    height: 60px;
    text-align: left;
    padding: 5px;
}

td {
    background: rgba(50, 108, 154, 0.22);
    font-size: 10px;
    line-height: 1.5em;
    padding: 5px;
}
td:first-child {
    background: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.btn-close {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 10px 17px 9px;
    cursor: pointer;
    -webkit-transition: margin-left 0.25s ease;
    -o-transition: margin-left 0.25s ease;
    transition: margin-left 0.25s ease;
    margin-left: 0;
    background-color: #e86c00;
}

.btn-close i {
    position: relative;
    display: block;
    width: 10px;
    height: 12px;
}

.btn-close i::before,
.btn-close i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.215 7.887c-1.389-.759-1.389-2.753 0-3.511l5.827-3.181C8.374.467 10 1.43 10 2.95v6.363c0 1.518-1.626 2.483-2.958 1.755L1.215 7.887z' fill='%23F3F2F1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.btn-close i::before {
    opacity: 0;
}

.btn-close i::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.info-bar.active .btn-close {
    margin-left: -44px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0); 
    transform: rotate(0);
    margin-left: -44px;
}

.info-bar.active .btn-close i::before {
    opacity: 1;
}

.info-bar.active .btn-close i::after {
    opacity: 0;
}

/* Bottom Bar */
.bottom-bar {
    display: none;
}

.bottom-bar ul:first-child,
.bottom-bar p:first-child {
    margin-top: 0;
}

.bottom-bar ul:last-child,
.bottom-bar p:last-child {
    margin-bottom: 0;
}

/* In case of showing the bar at the right panel */
/* .bottom-bar {
    position: absolute;
    display: block;
    top: 0;
    width: 50%;
    right: 0;
    left: unset;
    border: 1px solid #ffffff2e;
    height: 100vh;
    overflow: auto;
    display: none;
} */

.bottom-bar.active {
    bottom: 0;
}

.bottom-bar-column {
    width: 19.8%;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    text-align: left;
    word-break: break-word;
}

.bottom-bar-frame {
    padding: 0 10px;
}

.simplebar-content-wrapper .bottom-bar-frame {
    padding-right: 12px;
}

.bottom-bar .bottom-bar-titles{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 11px 0;
    border-top: 2px solid #F3F2F1;
}

@media screen and (min-width: 1400px) {
    .bottom-bar .bottom-bar-titles{
        padding-top: 22px;
    }
}

.bottom-bar > div::after{
    content: "";
    background-color: #F3F2F1;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.bottom-bar > div.bottom-bar-titles::after{
    content: none;
}

.key-wireless-provider {
    text-align: center;
}
.provider {
    height: 60px;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(44%, rgba(255,255,255,0.8995973389355743)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255,255,255,0.8995973389355743) 44%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255,255,255,0.8995973389355743) 44%, rgba(255,255,255,1) 100%);
    border-radius: 15px;
    margin:10px 5px;
    text-align: center;
    width: 38%;
    display: inline-block;
    padding: 5px 10px;
    line-height: 50px;
}
.provider img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 18px;
}

.bottom-bar h4 {
    margin-top: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: 19.8%;
        flex-basis: 19.8%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0 5px;
}

.spectrum-detail,
.component-holder > div {
    padding: 10px;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    background: #E86C00;
    display: inline-block;
    margin: 0 2%;
    border-radius: 13px;
    text-align: center;
    position: relative;
}

.spectrum-detail {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    min-height: 24%;
}

.component-holder > div {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    height: 160px; /* 160px */
}

@media screen and (max-width: 1200px) {
    .spectrum-detail,
    .component-holder > div {
        padding: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.center {
    text-align: center !important;
}

li.ql-indent-2 {
    margin-left: 20px;
}

li.ql-indent-1 {
    margin-left: 10px;
}


img.icon {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.span-block{
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.bottom-bar img.icon {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-90%, -100%);
        -ms-transform: translate(-90%, -100%);
            transform: translate(-90%, -100%);
}

.zoom-control {
    position: absolute;
    right: 38px;
    bottom: 38px;
}

.zoom-control .icon {
    background: #FFA04C;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block;
    margin: 11px auto;
    line-height: 30px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
}

.no-data {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    text-align: center;
    margin: -20px 0 0;
}


.logo {
    position: fixed;
    right: 0;
    top: 5px;
}
.logo img {
    display: block;
    width: 125px;
}
.relevant-policies {
    font-size: 14px;
    line-height: 20px;
}

.participation.bottom-bar-column {
    font-size: 18px;
    line-height: 22px;
}
.participation.bottom-bar-column ul {
    column-count: 2;
}

.info {
    text-align: center;
    cursor: pointer;
}

span.info-icon {
    padding: 5px;
    border: 2px solid white;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: inline-block;
    line-height: 15px;
}

p.site-info {
    position: absolute;
    width: 300px;
    right: 20px;
    border: 1px solid white;
    padding: 20px;
    border-radius: 15px;
    background: rgba(24, 86, 129, 0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
/* Media Queries */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1024px) {
    .bottom-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 1%;
        -webkit-transition: bottom 1s ease;
        -o-transition: bottom 1s ease;
        transition: bottom 1s ease;
        left: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*background: rgba(196, 196, 196, 0.01);*/
        background: rgba(24, 86, 129, 0.6);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        /*max-height: 280px;*/
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .bottom-bar-column {
        margin-bottom: 20px
    }

    th:first-child {
        width: 145px;
    }

    .provider-holder,
    .participation-container,
    .policies-container {
        max-height: 160px;
    }
    .logo {
        top: 25px;
    }
}

@-moz-document url-prefix() {
    .bottom-bar {
        background: rgba(24, 86, 129, 0.6);
    }
}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .bottom-bar-column {
        margin-bottom: 32px;
    }

    .provider {
        margin: 10px 10px;
        padding: 10px 20px;
        line-height: 40px;
    }
}

/* sidebar */
.title {
    clear: both;
}
.simplebar-content-wrapper {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 390px) {
    .info-bar {
        width: 96%;
        left: 0;
        -webkit-transform: translate3D(-101%, 0, 0);
            -ms-transform: translate3D(-101%, 0, 0);
                transform: translate3D(-101%, 0, 0);
        -webkit-transition: -webkit-transform ease 1s;
        transition: -webkit-transform ease 1s;
        -o-transition: transform ease 1s;
        transition: transform ease 1s;
        transition: transform ease 1s, -webkit-transform ease 1s;
        will-change: transform;
    }

    .info-bar.active {
        left: 0;
        -webkit-transform: translate3D(0, 0, 0);
            -ms-transform: translate3D(0, 0, 0);
                transform: translate3D(0, 0, 0);
    }
}

.simplebar-content h2:first-child,
.simplebar-content h3:first-child,
.simplebar-content h4:first-child {
    margin-top: 0;
}
