.cookie {
position: fixed;
bottom: 25px;
left: 50%;
transform: translate(-50%);
display: none;
z-index: 9999999;
}
.cookie-container {
width: 488px;
background-color: #ffffff;
border: 1px solid  #898A91;
box-shadow: 0px 429px 120px 0px rgba(42, 43, 65, 0.00), 0px 17px 38px 0px rgba(42, 43, 65, 0.05);
border-radius: 10px;
padding: 24px;
}
.cookie-title {
font-family: "Inter";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #4d4d4d;
margin-bottom: 12px !important;
}
.cookie-text {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #515254;
margin-bottom: 13px !important;
}
.cookie-modal-call {
color:  #838A90;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 0 !important;
cursor: pointer;
}
.btn-hug-round, .btn-hug-round-white, .btn-hug-round-purple {
display: inline-block;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: center;
padding: 8px 24px;
border-radius: 60px;
border: 1px solid;
cursor: pointer;
transition: all 0.3s ease-out;
margin-bottom: 0 !important;
}
.btn-hug-round-purple {
border-radius: var(--7-5, 60px);
background: var(--Pink-TEST-400---Brand, #FF2C55);
color: #FAFBFD;
}
.btn-hug-round-purple:hover{
background-color: rgb(192 34 62 / 100%) !important;
}
.btn-hug-round-white {
border-radius: 60px;
border: 1px solid  #2E2E31;
color: #2E2E31;
}
.btn-hug-round-white:hover {
border-radius: 60px;
border: 1px solid  #2E2E31;
}
.gap-12 {
gap: 12px;
}
body.modal-open {
overflow: hidden;
}
#cookieModalNew .cookie-content {
padding: 24px;
border: 1px solid  #898A91;
border-radius: 10px;
position: relative;
}
.back-stroke {
text-align: right;
right: 20px;
top: 18px;
cursor: pointer;
}
.mt-25 {
margin-top: 15px;
}
.accordion-wrapper .cookie-title {
margin-bottom: 12px !important;
}
#accordionCookie .accordion-item {
margin-bottom: 8px;
border: 0.3px solid #000000;
border-radius: 5px;
}
#accordionCookie .accordion-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 10px;
}
#accordionCookie .accordion-button {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #4d4d4d;
width: auto;
padding: 0;
min-width: 125px;
display: flex;
justify-content: space-between;
border: none;
}
#accordionCookie .accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
margin-left: 6px;
width: 11px;
height: 6px;
background-size: 8px;
}
#accordionCookie .accordion-button:focus {
z-index: 3;
border-color: unset;
outline: 0;
box-shadow: unset;
}
#accordionCookie .accordion-button:not(.collapsed) {
color: unset;
background-color: unset;
box-shadow: unset;
}
#accordionCookie .accordion-button:not(.collapsed)::after {
transform: rotate(-180deg);
background-position: right;
}
.cookie-main-text .cookie-text {
margin-bottom: 24px !important;
}
#cookieModalNew
{
z-index: 1111111 !important;
}
#accordionCookie .accordion-body {
padding: 0 13px;
}
#accordionCookie .accordion-body .cookie-text {
line-height: 16px;
margin-bottom: 8px !important;
display: block;
font-size: 10px;
}
.always-active {
font-family: "Inter";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #2E2E31;
margin-right: 5px;
}
.consent-container {
display: flex;
gap: 10px;
}
.consent-container .cookie-text {
margin-bottom: 0 !important;
color: #2E2E31;
line-height: 17px;
font-weight: 500;
}
.cookie-switch {
position: relative;
display: inline-block;
width: 34px;
height: 17px;
}
.cookie-switch input {
opacity: 0;
width: 0;
height: 0;
}
.cookie-switch .cookie-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #B3B4BC;
transition: 0.4s;
border-radius: 17px;
}
.cookie-switch .cookie-slider:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
transition: 0.4s;
border-radius: 50%;
}
.cookie-switch input:checked + .cookie-slider {
background-color: #5F6065;
}
.cookie-switch input:focus + .cookie-slider {
box-shadow: 0 0 1px #5F6065;
}
.cookie-switch input:checked + .cookie-slider:before {
transform: translateX(17px);
}
.text-mobile-show,
.show-more {
display: none;
}
@media (max-width: 600px) {
.cookie {
position: fixed;
bottom: 0;
left: unset;
transform: unset;
}
.cookie-container {
width: 100%;
border: none;
padding: 16px;
}
.cookie-title{
font-size: 14px;
}
.cookie-title,.accordion-wrapper .cookie-title{
margin-bottom: 12px !important;
}
.cookie-text,.always-active{
font-size: 10px;
line-height: 16px;
}
.btn-hug-round, .btn-hug-round-purple, .btn-hug-round-white {
width: 100%;
font-size: 12px;
line-height: 16px;
}
.main-cookie-btn-wrap {
width: 100%;
}
.cookie-modal-call,
.text-mobile-hide {
display: none;
}
.text-mobile-show {
text-decoration: underline;
display: initial;
}
#cookieModalNew .cookie-content {
padding: 16px;
border-width: 0 0 0 0;
}
#cookieModalNew .cookie-content a strong{
color: #515254;
}
#cookieModalNew .cookie-text {
overflow: hidden;
transition: all 0.5s ease;
will-change: transform;
}
#cookieModalNew .cookie-text.open {
display: block;
transition: all 0.5s ease;
will-change: transform;
}
#accordionCookie .accordion-body .cookie-text
{
font-size: 10px;
}
.show-more {
display: block;
font-family: "Inter";
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 17px;
color: #838a90;
text-decoration: underline;
margin-bottom: 13px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.mt-25 {
margin-top: 10px;
}
.back-stroke {
right: 17px;
top: 6px;
}
}
@media (max-width: 422px) {
#cookieModalNew .btn-hug-round-purple { }
}
@media (max-width: 320px) {
.btn-hug-round, .btn-hug-round-purple, .btn-hug-round-white {
padding: 8px 2px;
}
}