body {
    background-color: #F9F9F9 !important;
    /* background-image: url('./../assets/img/0001.png'); */
    /* background-repeat: repeat; */
    /* background-size: 200px 200px; */
    /* background-position: center center; */
}

* {
    outline: none;
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    box-sizing: border-box;
    margin: 0;
}

svg {
    overflow: visible !important;
}

::selection {
    background: #000000;
    color: #edeef0;
}

body.login h1 a {
    background-image: url('https://wallet.sli.co.il/wp-content/uploads/wallet-icon-site-0.png');
    width: 300px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.language-switcher {
    display: none;
}

#nav {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

#nav a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    color: #236897 !important;
    width: 100%;
    flex: 1 0 100%;
    text-align: center !important;
    border-radius: 24px;
    box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.13);
    padding: 10px;
    border: none !important;
    background-color: #eeeff3;
}

#nav a:hover {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    color: #236897 !important;
}

#backtoblog {
    display: none;
}

form {
    width: 100%;
    flex: 1 0 100%;
    align-items: center;
    border-radius: 24px;
    box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.13);
    padding: 20px;
    border: none !important;
}

form label {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px 2px 10px;
}

form input,
form textarea {
    padding: 10px 10px !important;
    background-color: #fff !important;
    border: 1px solid #eef4f5 !important;
    border-radius: 25px !important;
    font-size: 16px !important;
}

#wp-submit {
    background-color: #236897 !important;
    padding: 5px 15px 5px 15px !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #236897 !important;
    border-radius: 16px 16px 16px 16px !important;
    box-shadow: 0px 7px 8px -5px #236897 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    display: flex !important;
    flex-direction: row !important;
    align-content: center !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: max-content;
}

.forgetmenot {
    padding: 10px;
}

input[type=checkbox]:checked::before {
    height: 28px !important;
    width: 28px !important;
}

input[type=checkbox] {
    min-width: 25px !important;
    min-height: 25px !important;
    border-radius: 50px !important;
}