*{
    box-sizing: border-box;
}

body{
    font-family: "Nunito Sans", sans-serif;
    overflow-x: clip;
}
/*header*/
header{
    display: flex;
    flex-direction: row-reverse;
    padding: 6px;
    height: 60px;
}

header a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 24px;
}

header a:hover{
    text-decoration: underline;
}
#header a{
    display: block;
}

#apps{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
}

#apps:hover{
    background-color: rgba(60, 64, 67, 0.2);
}

#apps>svg{
    width: 24px;
    height: 24px;
    fill: #5f6368;
}

#images{
    padding: 0 15px;
}
#header-navigation{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* width: 282px; */
    padding-left: 32px;
    padding-right: 4px;
}

#sign-in{
    background-color: rgb(26, 115, 232);
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 23px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

#sign-in1{
    width: 200px;
    font-size: 14px;
    color: #fff;
    background-color: rgb(26, 115, 232);
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 23px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

#sign-in2{
    width: 150px;
    height: auto;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

#sign-in>span>a{
    line-height: 16px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    user-select: none;
    text-decoration: none;
}

#sign-in:hover{
    background-color: #1b66c9;
    box-shadow: 0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3);
}

#sign-in1:hover{
    background-color: #1b66c9;
    box-shadow: 0 1px 3px 1px rgba(66,64,67,.15),0 1px 2px 0 rgba(60,64,67,.3);
}

#sign-in:focus{
    background-color: #1c5fba;
    box-shadow: 0 1px 3px 1px rgb(66 64 67 / 15%), 0 1px 2px 0 rgb(60 64 67 / 30%);
}

#sign-in:active{
    background-color: #1b63c1;
    box-shadow: 0 1px 3px 1px rgb(66 64 67 / 15%), 0 1px 2px 0 rgb(60 64 67 / 30%);
}
/*header*/

/*main*/
main{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#woosly-image{
    display: flex;
    height: calc(100vh - 560px);
    align-items: flex-end;
    min-height: 150px;
    max-height: 290px;
}

#woosly-image>img{
    width: 280px;
    height: auto;
}

#search-form{
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 582px;
    width: 100%;
    /* width: 582px; */
    height: 44px;
    padding: 5px 8px 0 14px;
    border: 1px solid rgb(223, 225, 229);
    border-radius: 24px;
}

#search:hover, #search:active{
    box-shadow:  0 1px 6px rgb(32 33 36 / 28%)
}

#search>input{
    font-size: 18px;
    color: #333;
    flex-grow: 1;
    height: 34px;
    outline: none;
    border: 1px solid transparent;
}

#svg-search{
    /* background-color: red; */
    padding-right: 13px;
}

#svg-search svg{
    width: 20px;
    height: 20px;
}

#svg-voice{
    /* background-color: blue; */
    padding: 0 8px;
}

#svg-voice svg{
    width: 24px;
    height: 24px;
}
#navigation-buttons{
    display: flex;
    justify-content: center;
    display: flex;
    width: 582px;
    padding-top: 18px;
}

#navigation-buttons span{
    display: block;
}

#navigation-buttons>.navigation-button{
    border: 1px solid  rgb(248, 249, 250);
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    background-color: #f8f9fa;
    /* background-color: red; */
    height: 34px;
    border-radius: 4px;
    padding: 0 16px;
    color: #4d5156;
    line-height: 30px;
    font-size: 14px;
    margin: 11px 4px;
    cursor: pointer;
    user-select: none;
}
#navigation-buttons>.navigation-button:hover{
    border: 1px solid  rgb(218, 220, 224);
    color: #202124;
}

#navigation-buttons>.navigation-button:focus{
    border: 1px solid #4285f4;
}
#languages{
    display: flex;
    height: 28px;
}

#languages>span{
    color: #4d5156;
}

#languages span,a{
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
    padding: 0 3px;
}
/*main*/

/*footer*/
footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

#country {
    padding: 15px 30px;
    border-bottom: 1px solid #dadce0;
    background-color: rgb(242, 242, 242);
}

#country span{
    font-size: 15px;
    color: #70757a;

}

#footer-navigation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(242, 242, 242);
    padding: 0 20px;
}

#footer-navigation a{
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #70757a;
}

#footer-navigation a:hover{
    text-decoration: underline;
}

#footer-navigation-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#footer-navigation-2{
    display: flex;
    align-self: flex-start;
}

#footer-navigation-3{
    display: flex;
    align-items: center;
}
/*footer*/

/* aside */

aside::-webkit-scrollbar {
    width: 16px;
}
aside::-webkit-scrollbar-thumb {
    background: #dadce0;
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    min-height: 50px;
}
aside::-webkit-scrollbar-track, .EHzcec::-webkit-scrollbar-track:hover {
    background: none;
    border: none;
}

aside{
    position: absolute;
    width: 318px;
    height: 438px;
    right: 10px;
    top: 75px;
    overflow: hidden;
    overflow-y: scroll;
    visibility: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
}

#app-wrapper{
    display: grid;
    padding-top: 10px;
    padding-left: 14px;
}

#icon-set-1,
#icon-set-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#icon-set-1>div,
#icon-set-2>div{
    padding: 6px;
}

#icon-set-1 a,
#icon-set-2 a{
    display: grid;
    justify-items: center;
    text-decoration: none;
    color: #202124;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.09px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
    padding: 3px;
}

#icon-set-1 a:hover,
#icon-set-2 a:hover {
    background-color: #e8f0fe;
}

#icon-set-1 .icon,
#icon-set-2 .icon {
    background-size: 64px;
    height: 64px;
    width: 64px;
    background-image: url(https://ssl.gstatic.com/gb/images/p1_e275b4fe.png);
}

#icon-set-1 > div > a > div:last-child{
    text-align: center;
    width: 76px;
    /* background-color: green; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-area-wrap {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 23px; 
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.contact-area-wrap1 {
  background-color: #f2f2f2;
  width: 85%;
  padding: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 23px; 
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Container for the toggle */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 19px;
    margin-top: -25px;
    margin-left: 75px;
}

/* Hide default checkbox */
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The track */
.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s;
    margin-top: 2px;
}

/* The circular slider */
.slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 21px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

/* Toggled state */
.toggle-switch input:checked+.slider {
    background-color: #4caf50;
}

.toggle-switch input:checked+.slider::before {
    transform: translateX(19px);
}

#qrcode {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .flex {
            display: flex;
        }

        .mt-10 {
            margin-top: 10px;
        }

        #qrcodeText {
            width: 100%;
            height: 30px;
            min-height: 30px;
            resize: vertical;
            margin-top: 5px;
        }

        label {
            font-weight: bold;
        }

        input[type='number'] {
            width: 100px;
            text-align: center;
        }

        input[type='checkbox'] {
            width: 20px;
            height: 20px;
        }

        .info {
            background: #e99d04;
            color: #fff;
            font-style: italic;
            padding: 5px;
        }


        .italic {
            font-style: italic;
        }

        .hidden {
            display: none;
        }
        
.popup{
    background-color: #ffffff;
    width: 320px;
    padding: 10px 15px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 20%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 2px rgba(21, 21, 21, 0.10);
    font-family: "Nunito Sans", sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 2px auto;
    background-color: transparent;
    font-size: 20px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

#qrcode {
  margin-top: 10px;
  background: #FFFFFFF0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  padding: 25px;
  border-radius: 10px;
  transition: 0.2s;
}

input {
  width: 250px;
  max-width: 100%;
  height: auto;
  min-height: 45px;
  text-align: left;
  box-sizing: border-box;
  outline: none;
  background: none;
  font-size: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}


button {
  font-size: 16px;  
  margin-top: 30px;
  width: auto;
  border-radius: 10px;
  padding: 10px;
  line-height: 20px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  transition: 0.2s;
  padding: 10px;
}

button:hover {
  box-shadow: 0 0 10px #ddd;
  font-size: 16px;  
}

.modal {
    align-items: center;
    bottom: 0;
    display: none;
    flex-direction: row;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.modal-content {
    background-color: #1c73e8;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

}


/*aside*/