[class^="orejime-"] {
    font-family: "Rethink Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.orejime-Notice {
    background: #fff;
    left: 80px;
    bottom: 80px;
    width: 680px;
    margin: 0;
    border-radius: 0;
    max-width: none;
}

.orejime-Notice-body {
    padding: 40px 50px;
}

.orejime-Notice-title {
    color: #1f1d29;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    font-family: "Rethink Sans", Arial, sans-serif;
    font-weight: 700;
}

.orejime-Notice-description {
    color: #706e7c;
}
.orejime-Notice-description a {
    display: table;
    margin-top: 20px;
    font-weight: 600;
    color: #1f1d29;
    font-family: "Rethink Sans", Arial, sans-serif;
}
.orejime-Notice-description a:hover {
    color: #1f1d29;
}

.orejime-Notice-actions {
    margin-top: 30px;
}

.orejime-Notice-actionItem button {
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    font-family: "Rethink Sans", Arial, sans-serif;
    font-weight: 600;
    background: transparent;
    color: #1f1d29;
    border: 1px solid #dedddf;
    border-radius: 35px;
    text-decoration: none;
    padding: 8px 30px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
.orejime-Notice-actionItem button:hover {
    cursor: pointer;
    border-color: #353563;
    background-color: #353563 !important;
    color: #fff;
}

.orejime-Modal {
    form input[type="checkbox"] + label {
        position: initial;
        color: #fff;
        padding: 0;
        cursor: default;
    }
    form input[type="checkbox"] + label::before,
    form input[type="checkbox"] + label::after {
        display: none;
    }
    .orejime-AppItem-switch {
        top: 0;
    }
    .orejime-AppItem-purposes {
        color: #ddd;
    }
    .orejime-Button--save {
        display: inline-flex;
        align-items: center;
        transition: all .3s ease;
        font-family: "Rethink Sans", Arial, sans-serif;
        font-weight: 600;
        background: transparent;
        color: #fff;
        border: 1px solid #dedddf;
        border-radius: 35px;
        text-decoration: none;
        padding: 8px 30px;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .orejime-Button--save:hover {
        background-color: #fff;
        color: #353563;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .orejime-Notice {
        max-width: calc(100% - 30px);
        bottom: 30px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .orejime-Notice-body {
        padding: 20px 30px;
    }
}

#trackVisits {
    margin-right: 10px;
}