#ccp-form .ccp-buttons-wrapper .ccp-button,.ccp-modal #ccp-cookies-form .ccp-save-button {
    height: 45px;
    padding: 10px;
    margin: initial;
    width: 100%;
    white-space: nowrap;
    border-radius: var(6px 6px 6px 6px);
    cursor: pointer;
    font-size: var(15px);
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    flex: initial;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-family: "Roboto" !important
}

#ccp-form .ccp-buttons-wrapper .ccp-button:hover,.ccp-modal #ccp-cookies-form .ccp-save-button:hover {
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
}

.ccp-modal #ccp-cookies-form .ccp-toggle-wrapper .ccp-toggle input+.ccp-slider {
    background-color: #ff3a1e;
}

.ccp-modal #ccp-cookies-form .ccp-toggle-wrapper .ccp-toggle input:checked+.ccp-slider {
    background-color: #128e82;
}

.ccp-modal .necessary {
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    color: green;
}

#ccp-form a, .ccp-modal a {
    color: #ff3a1e;
    font-size: 12px;
    text-decoration: underline;
    margin: auto auto;
}

#ccp-form {
    word-wrap: break-word;
    font-size: 12px;
    line-height: calc(12*1.5)px;
    color: #222;
    margin-bottom: 5px;
    text-align: center;
}
.ccp-title {
    justify-self: center;
    grid-column-start: 2;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    text-align: center;
}

.ccp-text {
    text-align:left;
}

#ccp-form .ccp-buttons-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

h3.ccp-title {
    font-family: "Roboto" !important;
    font-size: 15px;

    
}

.ccp-category {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 8px;
    margin: 15px 0 15px 0;
}

#ccp-change-consent-btn {
    border: none;
    position: fixed;
    bottom: 16px;
    left: 16px;
    padding: 4px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}