:root, .light{
  --bg-color: #f6f6f6;
  --b-g-color: #fff;
  --color-text: #282828;
  --header-color: rgba(255, 255, 255, 0.9);
  --button-color: #282828;
  --tx-color: #fff;
  --active-color: #f6f6f6;
  --scrollbar-color: #cccccc;
  --map-opacity: 1;
}
.dark{
  --bg-color: #181818;
  --b-g-color: #242526;
  --color-text: #fff;
  --header-color: rgb(36, 37, 38, 0.9);
  --button-color: #fff;
  --tx-color: #282828;
  --active-color: #2c2d2e;
  --scrollbar-color: #2c2d2e;
  --map-opacity: 0.95;
}

::-webkit-scrollbar{
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track{
  border-radius: 6px;
}
::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background-color: var(--scrollbar-color);
}
body{
    padding: 0;
    margin: 0;
    font-family: Raleway;
    background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
}
body.open{
    overflow: hidden;
}
body.nav-open {
    overflow: hidden;
}
.bi-logo-wrapper{
  width: 57px;
  margin: 0;
  position: absolute;
  padding-top: 2px;
  z-index: 1;
}
.bi-logo{
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.bi-logo:hover{
  opacity: 0.9;
}
header{
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 50px;
    background-color: var(--b-g-color);
    width: 100%;
    box-sizing: border-box;
    height: 61px;
    opacity:;
    backdrop-filter: saturate(180%)blur(10px);
    -webkit-backdrop-filter: saturate(180%)blur(10px);
}

header nav{
   float: left;
   position: absolute;
   top: 5px;
   right: 50px;

}

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;

}

header nav ul li {
  list-style: none;
  margin: 0px 2px;
}
header nav ul li::after{
  content: "";
  display: block;
  background-color: var(--color-text);
  height: 2px;
  width: 0%;
  border-radius: 20px;
  transition: width 0.3s, opacity 0.3s;
  transform: translateY(3px);
  opacity: 0;
}
header nav ul li:hover::after{
  width: 100%;
  opacity: 1;
}
header nav ul li:nth-child(2)::after{
  content: "";
  display: none;
}
header nav ul li a{
   height: 50px;
   line-height: 50px;
   padding: 0 20px;
   color: var(--color-text);
   text-decoration: none;
   display: block;
   font-size: 13px;
   -webkit-tap-highlight-color: transparent;
}
.active-line{
  background-color: var(--color-text);
  height: 2px;
  width: 100%;
  border-radius: 20px;
  transform: translateY(3px);
}
.menu__toggler{
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 9999;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  display: none;
  justify-content: center;
  padding-top: 14px;
  -webkit-tap-highlight-color: transparent;
}
span.menu,
span.menu::after,
span.menu::before{
  position: absolute;
  content: '';
  width: 23px;
  height: 1.5px;
  background: var(--color-text);
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77,0,0.175, 1);
}
span.menu::before{
  top: -8px;
}
span.menu::after{
  top: 8px;
}
.menu__toggler.active > span.menu{
  background: transparent;

}
.menu__toggler.active > span.menu::after,
.menu__toggler.active > span.menu::before{
  top: 0;
}
.menu__toggler.active > span.menu::before{
  transform: rotate(-225deg);
}
.menu__toggler.active > span.menu::after{
  transform: rotate(225deg);
}
@media (max-width: 600px){
  .menu__toggler{
    display: flex;
  }
}
@media (max-width: 600px){
    .bi-logo-wrapper{
        width: 42px;
        padding-top: 3px;
    }
    .logo{
        height: 42px;
        width: 42px;
    }
    header{
        padding 0px 20;
        position: relatieve;
        height: 50px;
    }
     .menu-toggle{
      display: block;
      position: absolute;
      top: 0px;
      left: 20px;
    }
    .menu-toggle:hover{
        opacity: 0.8;
    }
    header nav{
        position: absolute;
        width: 60%;
        height: calc(100vh - 0px);
        background: var(--b-g-color);
        top: 0px;
        left: -45%;
        transition: 0.5s;
        text-align: left;
        opacity: 0;
        visibility: hidden;
    }
    header nav.active{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    header nav ul{
        display: block;
        padding-top: 70px;
        transform: translateY(80px);
        opacity: 0;
    }
    header nav.active ul{
        transform: translate(0px);
        transition: transform 1s, opacity 1s;
        opacity: 1;
        transition-delay: 0.2s;
        padding-left: 10px;
        padding-right: 10px;
    }
     header nav ul li a{
        font-size: 16px;
    }
    header nav ul li a.active{
        background-color: var(--active-color);
        border-radius: 10px;
    }
    .active-line{
        display: none;
    }
    header nav ul li::after{
        display: none;
        content: "";
    }
}
.menu-toggle{
   color: #fff;
   float: left;
   line-height: 50px;
   font-size: 24px;
   cursor: pointer;
   display: none;
   -webkit-tap-highlight-color: transparent;
 }
 .company-name-text{
   width: 100%;
   background-color: transparent;
   padding-top: 80px;
 }
 .company-name-text h1{
   font-size: 70px;
   color: var(--color-text);
   text-align: center;
   letter-spacing: 0.05em;
   font-weight: 600;
   margin-bottom: 5px;
 }
 .company-name-text.small h1{
   font-size: 60px !important;
  }
 .line{
   width: 90px;
   height: 3px;
   background-color: var(--color-text);
   border: 1px solid var(--color-text);
}
.company-profile-wrapper{
    padding-top: 25px;
    padding-bottom: 20px;
}
.company-profile-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.company-profile{
    background-color: var(--b-g-color);
    width: 650px;
    border-radius: 30px;
    padding-bottom: 30px;
    position: relative;
}
.snapshot{
    height: 221px;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    background-color: var(--active-color);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.snapshot2{
    height: 220px;
    width: 90%;
    border-radius: 20px;
    margin: auto;
}
.loading{
    background-color: var(--active-color);
    animation: loading 1.5s ease-in-out infinite;
}
@keyframes loading {
     0%{
         opacity: 0.5;
     }
     50%{
         opacity: 1;
     }
     100%{
         opacity: 0.5;
     }
 }
@media(max-width: 660px){
    .snapshot{
        height: 32vw;
    }
    .snapshot2{
        height: 32.5vw;
    }
}
.company-map{
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}
.company-map img{
    width: 100%;
    border-radius: 20px;
    opacity: var(--map-opacity);
}
.no-maps-available{
    width: 585px;
    margin: auto;
    height: 220px;
    background: var(--active-color);
    border-radius: 20px;
}
.no-maps-available h1{
    margin: 0px;
    color: var(--color-text);
    font-size: 20px;
    padding-top: 130px;
}
.address-info{
    background-color: var(--b-g-color);
    padding: 15px;
    width: 200px;
    text-align: left;
    position: absolute;
    margin-left: 60px;
    margin-top: 25px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 4%);
    display: flex;
}
.no-maps-available .address-info{
    margin-left: 30px;
}
.company-contact-info{
    padding-left: 30px;
}
.contact-info{
    display: inline-block;
    max-width: 270px;
    padding-top: 20px;
}
.content-wrapper{
    display: inline-flex;
    float: right;
    padding-top: 25px;
    padding-right: 20px;
}
.callnow-wrapper, .getdirections-wrapper, .sendemail-wrapper {
    display: inline-block;
    margin-right: 10px;
}
.callnow, .getdirections, .sendemail {
    display: block;
    color: var(--tx-color);
    background-color: var(--button-color);
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
}
.category{
    font-size: 17px;
    color: #929292;
    text-decoration: none;
}
.category:hover{
    text-decoration: underline;
}
.share-wrapper{
    -webkit-tap-highlight-color: transparent;
}
.share-icon{
    width: 28px;
    height: 28px;
}
.share-sheet-wrapper{
    margin-right: 20px;
    position: absolute;
    top: 315px;
    right: 0px;
    transform: scale(0.6);
    transform-origin: top right;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1), 0.2s transform cubic-bezier(0.4, 0, 0.2, 1), 0.2s visibility cubic-bezier(0.4, 0, 0.2, 1);
}
.share-sheet-wrapper.open{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.share-sheet-section{
    padding: 15px 20px;
    width: 150px;
    box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 4%);
    border-radius: 12px;
}
.email-share-section, .copy-link-share-section{
    display: flex;
    padding: 5px 0px;
    font-size: 16px;
}
.icon-mail, .link-icon{
    padding-right: 10px;
    color: var(--color-text);
}
.email-share-button {
    text-decoration: none;
    color: var(--color-text);
    font-weight: normal;
    font-size: 16px;
}
.copy-link-button{
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
    font-family: Raleway;
    padding: 0px;
    color: var(--color-text);
}
.icon-line{
    stroke: var(--color-text);
}
.icon-arrow{
    fill: var(--color-text);
}
.contact-info h1{
    margin-top: 0px;
    margin-bottom: 5px;
    color: var(--color-text);
}
.phonenumber-info{
    padding-bottom: 5px;
}
.email-info, .instagram-info, .facebook-info, .site-info, .address-info-missing{
    padding: 5px 0px;
    display: flex;
}
.address-icon, .phonenumber-icon, .facebook-icon, .site-icon{
    font-size: 20px;
}
.address-icon, .phonenumber-icon, .instagram-info, .mail-icon, .facebook-icon, .site-icon{
    color: var(--color-text);
}
.phonenumber-icon{
    padding-left: 2px;
}
.instagram-icon{
    font-size: 22px;
}
.mail-icon{
    font-size: 18px;
}
.address-text{
    padding-top: 2px;
}
.address-text, .phonenumber-text, .email-link, .instagram-link, .facebook-link, .site-link, .address-link-missing{
    padding-left: 10px;
    color: var(--color-text);
}
.email-link, .instagram-link, .facebook-link, .site-link, .address-link-missing{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    word-break: break-all;
    display: block;
    
}
.email-link:hover, .instagram-link:hover, .facebook-link:hover, .site-link:hover, .address-link-missing:hover{
    text-decoration: underline;
}
.add-missing-info-section h2{
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--color-text);
}
.facebook-info i.fab.fa-facebook::before{
    padding: unset !important;
}
.opening-hours-section{
    padding-left: 30px;
}
.company-opening-hours-wrapper h1{
    margin-bottom: 0px;
    color: var(--color-text);
}
.open-closed-wrapper{
    padding: 10px 0px;
}
.closed{
    font-size: 18px;
    font-weight: 600;
    color: #d93025;
}
.open{
    font-size: 18px;
    font-weight: 600;
    color: green; 
}
.closes-opens-soon{
    font-size: 18px;
    font-weight: 600;
    color: #f56300;
}
.status{
   color: var(--color-text);
}
.opening-hours{
    border-radius: 10px;
    padding: 14px;
    width: 350px;
    background-color: transparent;
}
.days-section, .check-in-out-section{
    color: var(--color-text);
    display: flow-root;
}
.days-section.today{
    font-weight: 700;
}
.opening-hours:nth-child(odd){
   background-color: var(--active-color); 
}
.hours{
    float: right;
    text-align: right;
}
.company-closed{
    color: #d93025;
}
.opening-hours-not-available{
    width: 400px;
    background: var(--active-color);
    border-radius: 20px;
    padding: 25px;
}
.opening-hours-not-available h2{
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    color: var(--color-text);
}
.add-hours, .add-description{
    display: block;
    border: 2px solid var(--button-color);
    width: 170px;
    padding: 9px 10px;
    border-radius: 20px;
    color: var(--button-color);
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}
.add{
    padding-right: 5px;
}
.check-availability-section{
    padding-left: 30px;
}
.check-availability-section h1{
    margin-bottom: 5px;
    color: var(--color-text);
}
.agency{
    display: flex;
    text-align: center;
    align-items: center;
}
.agency span{
    display: inline-block;
}
.agency-logo{
    height: 35px;
}
.agency-name{
    padding-left: 10px;
    text-decoration: none;
    color: var(--color-text);
}
.agency-name:hover{
    text-decoration: underline;
}
.description-section{
    padding: 0px 30px;
}
.company-description-wrapper h1{
    margin-bottom: 5px;
    color: var(--color-text);
}
.description, .description-not-available{
    background-color: var(--active-color);
    border-radius: 20px;
    padding: 25px;
}
.description p, .description-not-available p{
    margin: 0px;
    color: var(--color-text);
    line-height: 1.5em;
}
.edit-button-wrapper{
    padding-top: 15px;
}
.edit-button{
    padding-left: 30px;
}
.edit-link{
    text-decoration: none;
    font-size: 16px;
    color: var(--color-text);
    -webkit-tap-highlight-color: transparent;
}
.edit-link:hover{
    text-decoration: underline;
}
.edit{
    padding-right: 5px;
}
.date-added-wrapper{
    padding-top: 20px;
}
.date-added{
    padding: 0px 30px;
}
.date-added h1{
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    color: #929292;
}
.suggestions-wrapper{
    padding-bottom: 50px;
}
.suggestions-section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.suggestions{
    background-color: var(--b-g-color);
    width: 650px;
    border-radius: 30px;
    padding-bottom: 30px;
    padding-top: 15px;
}
.suggestions h1{
    margin-bottom: 10px;
    padding-left: 30px;
    color: var(--color-text);
}
.suggestions-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.company-info{
    width: 280px;
    border-radius: 20px;
    background-color: var(--active-color);
    /*box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 4%);*/
    margin: 10px;
}
.new-text {
    color: #f56300;
}
.dot{
    color: var(--color-text);
}
.company-info h2{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    color: var(--color-text);
    margin: 0px;
    font-weight: 700;
}
.company-category{
    color: #929292;
    font-size: 15px;
}
.address{
    color: var(--color-text);
    font-size: 15px; 
}
.company-info-wrapper{
    padding: 0px 25px;
}
.suggestions-content-wrapper{
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.visit-profile-wrapper{
    display: inline-block;
}
.visit-profile{
    display: block;
    color: var(--tx-color);
    background-color: var(--button-color);
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
}
.suggestions-open-closed-wrapper{
    padding: 0px 25px;
}
.suggestions-section-closed, .suggestions-section-open{
    color: var(--color-text);
    font-weight: 500;
}
.ads{
    float: right;
    padding-right: 15px;
    padding-top: 15px;
    color: var(--color-text);
    font-weight: 800;
    font-size: 18px;
}
.profile-error-wrapper{
    padding-top: 140px;
    text-align: center;
}
.profile-error{
    padding-bottom: 80px;
    margin: 0px 20px;
}
.profile-error h2{
    font-size: 45px;
    color: var(--color-text);
    font-weight: 600;
}
@media(max-width: 662px){
    /*.address-info{
        top: 395px;
    }*/
}
@media(max-width: 600px){
    .company-name-text h1{
        font-size: 40px;
        margin-bottom: 25px;
        margin-top: 15px;
        padding: 0px 15px;
    }
    .company-name-text.small h1{
        font-size: 40px !important;
    }
    .company-profile-section{
        display: block;
        flex-wrap: unset;
    }
    .company-profile{
        width: auto;
        margin: 0px 10px;
    }
    .no-maps-available{
        width: auto;
        margin: 0px 30px;
    }
    .company-contact-info{
        padding: 0px 30px;
    }
    .address-info{
        margin-left: 50px;
        width: 150px;
    }
    .contact-info{
        display: block;
        max-width: unset;
    }
    .content-wrapper{
        display: flex;
        float: unset;
        padding-top: 10px;
        padding-right: unset;
    }
    .opening-hours-not-available{
        width: auto;
    }
    .opening-hours-section{
        padding: 0px 30px;
    }
    .opening-hours{
        width: auto;
    }
    .contact-info h1, .opening-hours-section h1, .description-section h1, .check-availability-section h1, .suggestions h1{
        font-size: 28px;
    }
    .opening-hours-not-available{
        font-size: ;
    }
    .open, .closed{
        font-size: 16px;
    }
    .suggestions{
        margin: 0px 10px;
    }
    .profile-error-wrapper{
        padding-top: 120px;
    }
    .profile-error h2{
        font-size: 30px;
    }
    .share-sheet-wrapper{
        display: none;
    }
    .share-wrapper{
        display: none;
    }
}
@media(max-width: 500px){
    .address-info{
        margin-left: 35px;
        margin-top: 15px;
        width: 35vw;
    }
    .no-maps-available .address-info{
        margin-left: 15px;
    }
    .no-maps-available h1{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 420px){
    .company-map{
        padding-top: 20px;
    }
}
@media(max-width: 358px){
    .callnow-wrapper, .getdirections-wrapper{
        padding-bottom: 10px;
    }
}
footer{
  display: block;
  width: 100%;
  background-color: var(--b-g-color);
}
.copyright-text{
  display: block;
  padding: 0px 80px;
  height: 100px
}
.copyright-text h1{
  font-size: 16px;
  font-weight: normal;
  float: left;
  margin-top: 40px;
  color: var(--color-text);
}
.social-bar{
  display: block;
  padding-top: 40px;
  float: right;
  -webkit-tap-highlight-color: transparent;
}
.social-bar a{
  color: var(--color-text);
}
@media (max-width: 600px){
  .copyright-text{
    padding: 0px 80px;
    justify-content: center;
    float: none;
    text-align: center;
    padding: 0px;
    height: 125px;
  }
  .copyright-text h1{
    margin-top: 0px;
    position: relative;
    top: 80px;
    float: none;
  }
  .social-bar{
    float: none;
    font-size: 23px;
    padding: 0px;
  }
}
i.fab.fa-facebook::before{
  padding: 0px 10px;
  -webkit-tap-highlight-color: transparent;
}
i.fab.fa-twitter::before{
  padding: 0px 10px;
  -webkit-tap-highlight-color: transparent;
}
.theme-switch-wrapper {
  position: fixed;
  top: 75px;
  width: 300px;
  border-radius: 20px;
  right: 10px;
  background-color: var(--b-g-color);
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.04);
  transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1), 0.2s transform cubic-bezier(0.4, 0, 0.2, 1), 0.2s visibility cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.6);
  transform-origin: top right;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.theme-switch-wrapper h3{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: 10px;
  padding-top: 5px;
}
.appearance-section{
  cursor: pointer;  
  padding: 12px 0px;
  margin: 0px 12px;
  border-radius: 8px;
}
.appearance-section:hover{
  background-color: var(--active-color);
}
.appearance-section h2{
  font-weight: normal;
  font-size: 15px;
  margin-left: 50px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--color-text);
}
.appearance-section:last-child{
  margin-bottom: 10px;
}
.check-wrapper{
  display: block;
  position: absolute;
  padding-left: 15px;
  display: none;
}
.check-line{
  fill: var(--color-text);
}
.theme-switch-wrapper.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.dots{
  position: absolute;
  right: 20px;
  float: right;
  width: 20px;
  height: 50px;
  -webkit-tap-highlight-color: transparent;
  color: var(--color-text);
}
.dots.color-change{
  color: var(--color-text);
}
.dots i.fas.fa-ellipsis-v{
  position: absolute;
  cursor: pointer;
  font-size: 22px;
  padding: 20px 6px;
  -webkit-tap-highlight-color: transparent;
}
.theme-switch-wrapper h1{
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  left: 25px;
  width: 120px;
  top: 33px;
  color: var(--color-text);
}
@media (max-width: 600px){
  .theme-switch-wrapper {
    width: 250px;
  }
  .theme-switch-wrapper h1{
    top: 22px;
  }
  .theme-switch-wrapper{
    top: 60px;
  }
  .dots i.fas.fa-ellipsis-v{
    padding: 14px 6px;
    -webkit-tap-highlight-color: transparent;
  }
  .appearance-section:hover{
    background-color: unset;
  }
}
.backdrop-background{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  z-index: 2;
  visibility: hidden;
}
.backdrop-background.active{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  visibility: visible;
}
.loading-wrapper{
    height: 40px;
    width: 40px;
    transform: translateY(-55px);
    padding-left: 10px;
}
/*.loading{
    height: 100%;
    width: 100%;
    animation: loading .8s linear infinite;
}*/
/*@keyframes loading {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/