/*-- Use For Custom Styling --*/

.language-switcher {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.flag-icon {
    width: 32px;
    height: 23px;
    margin: 10px;
}

.flag-icon:last-child {
    margin-right: 0;
} 

@media (orientation: landscape) {
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
}        

@media (orientation: portrait) {
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
}

@media (min-width: 992px) {
    #cookiePopup {
        width: 25%;
        left: 10px;
        bottom: 20px;
        box-shadow: 0px 0px 15px #cccccc;
        padding: 5px 10px 5px 10px;
    }

    #message {
        width: 600px;
    }
}

@media (max-width: 992px) {
    #cookiePopup {
        width: 70%;
        left: 10px;
        bottom: 20px;
        box-shadow: 0px 0px 15px #cccccc;
        padding: 5px 10px 5px 10px;
    }
}

#cookiePopup {
    background: white;
    position: fixed;
    border-radius: 10px;
    color: grey;
    z-index: 9999;
} 

#cookiePopup button {
    width: 100%;
    border: navajowhite;
    background: #097fb7;
    padding: 5px;
    border-radius: 10px;
    color: white;
}
