.cookies-bar {
    background-color: #f0f0f0;
    color: #333;
    padding: 15px;
    border-radius: 16px;
    margin: 10px;
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    border: 1px solid #ccc;
}


.cookies-bar .cookies-text {
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3rem;
    max-width: 100%;
    flex-grow: 1;
}

.cookies-bar .buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    margin-left: 0;
}

@media (max-width: 600px) {
    .cookies-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookies-bar .buttons-wrapper {
        justify-content: flex-start;
        width: 80%;
    }

    .cookies-bar .cookies-text {
        font-size: 0.8rem;
    }
}


.cookies-bar .cookies-text strong,
.cookies-bar .cookies-text em{
    color: #24D17A;
}

.cookies-bar .cookies-text em{
    text-decoration: underline;
}

.cookies-config{
    padding: 1rem;
    display: block;
    width: auto;
    min-width: 194px;
    color: #1A9154;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border: 1px solid #1a9154;
    border-radius: 5rem;
    background: transparent;
}

.cookies-accept{
    padding: 1rem;
    display: block;
    width: auto;
    min-width: 194px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border: 1px solid #24D17A;
    border-radius: 5rem;
    background: #24D17A;
}

#cookiesModal .modal-header{
    background-color: #0860DB;
    padding: 4rem 3rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 3.5rem;
}

#cookiesModal .modal-header p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01rem;
}

#cookiesModal .modal-header .header-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    width: 100%;
}

#cookiesModal .modal-header .close{
    padding: 0;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M1 1L17 17" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M17 1L0.999999 17" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center / 16px 16px;
}

#cookiesModal .modal-header h5{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    letter-spacing: 0.0625rem;
}

#cookiesModal .modal-header .close span{
    display: none;
}

#cookiesModal .modal-body{
    padding: 32px 48px;
}

#cookiesModal .form-check label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

#cookiesModal .form-check label .radio-title{
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.01rem;
}

#cookiesModal .form-check label  p{
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
}

#cookiesModal  .radio-wrapper{
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10.0013" cy="10.0001" r="7.58333" stroke="%2320B96E" stroke-width="1.5"/></svg>') no-repeat center;
}

#cookiesModal  .radio-wrapper:has(input:checked){
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.33333 17.3334C12.9357 17.3334 16.6667 13.6024 16.6667 9.00008C16.6667 4.39771 12.9357 0.666748 8.33333 0.666748C3.73096 0.666748 0 4.39771 0 9.00008C0 13.6024 3.73096 17.3334 8.33333 17.3334Z" fill="%2320B96E"/><circle cx="8.33073" cy="9.00041" r="4.16667" fill="white"/></svg>') no-repeat center;
}

#cookiesModal .form-check{
    padding-left: 32px;
    position: relative;
}

#cookiesModal .form-check .form-check-input{
    position: relative;
    margin-left: 0;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
}

#cookiesModal .text-terms{
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01rem;
}

#cookiesModal .text-terms a{
    color: #1A9154;
    text-decoration: underline;
}

#cookiesModal .modal-body-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
}

#cookiesModal button{
    border-radius: 5rem;
    background: #24D17A;
    color: #0A3C24;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 1rem;
    border: none;
    width: 164px;
}
