.confirm-policy{color: #2cae92;}
.form-check-input:checked {
    background-color: #2cae92;
    border-color: #2cae92;
}
.form-check-input:focus{box-shadow: 0 0 0 .25rem rgb(23 187 118 / 15%);}
.policy{color: rgb(255 255 255 / 50%);font-size: 14px;margin-top: 10px;display: block;}

.policy:hover{color: rgb(255 255 255 / 70%);}

.cookie-policy-wrapper {
    position: fixed;
    bottom: 20px;
    background: white;
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px 0px #0000000f;
}

.cookie-policy-wrapper.accept {
    display: none;
}

.cookie-policy-wrapper .cookie-policy-content {display: flex;}
.cookie-policy-wrapper .cookie-policy-content h3{
    font-size: 18px;
    margin-bottom: 0;
}
.cookie-policy-wrapper .cookie-policy-content p {margin-bottom: 0;font-size: 14px;}
.cookie-policy-wrapper .cookie-policy-content button{
    background: #2cae92;
    border: 0;
    color: white;
    padding: 7px 30px;
    border-radius: 25px;
    font-size: 14px;
    margin: 0 5px;
}
.cookie-policy-wrapper .cookie-policy-content button.accept {
}

.cookie-policy-wrapper .cookie-policy-content button.deny {
}

.cookie-policy-wrapper .cookie-policy-content .buttons{
    display: flex;
    width: 30%;
    align-items: center;
}
