.cookie {
position: fixed;
bottom: 25px;
left: 50%;
transform: translate(-50%);
display: none;
z-index: 9999999;
}
.cookie-container {
width: 536px;
background-color: #ffffff;
border: 2px solid #5152fb;
box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.12);
border-radius: 10px;
padding: 32px 30px 15px 38px;
}
.cookie-title {
font-family: "Inter";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #4d4d4d;
margin-bottom: 9px !important;
}
.cookie-text {
font-family: "Inter";
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 19px;
color: #515254;
margin-bottom: 13px !important;
}
.cookie-modal-call {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #838a90;
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 16px;
border-radius: 60px;
border: 1px solid;
cursor: pointer;
transition: all 0.3s ease-out;
margin-bottom: 0 !important;
}
.btn-hug-round-purple {
background-color: #5152fb;
color: #ffffff;
border-color: #5152fb;
}
.btn-hug-round-purple:hover {
background-color: #4338c8;
color: #ffffff;
border-color: #4338c8;
}
.btn-hug-round-white {
background-color: #ffffff;
color: #5152fb;
border-color: #5152fb;
}
.btn-hug-round-white:hover {
background-color: #5152fb;
color: #ffffff;
border-color: #5152fb;
}
.gap-12 {
gap: 12px;
}
body.modal-open {
overflow: hidden;
}
#cookieModalNew .cookie-content {
padding: 32px 20px 20px 38px;
border: 2px solid #5152fb;
border-radius: 10px;
position: relative;
}
.back-stroke {
position: absolute;
right: 20px;
top: 18px;
cursor: pointer;
}
.mt-25 {
margin-top: 15px;
}
.accordion-wrapper .cookie-title {
margin-bottom: 17px !important;
}
#accordionCookie .accordion-item {
margin-bottom: 10px;
border: 0.3px solid #000000;
border-radius: 5px;
}
#accordionCookie .accordion-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 7px 13px;
}
#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);
}
.cookie-main-text .cookie-text {
margin-bottom: 33px !important;
}
#accordionCookie .accordion-body {
padding: 0 13px;
}
#accordionCookie .accordion-body .cookie-text {
line-height: 16px;
margin-bottom: 10px !important;
display: block;
}
.always-active {
font-family: "Inter";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #5152fb;
margin-right: 5px;
}
.consent-container {
display: flex;
gap: 10px;
}
.consent-container .cookie-text {
margin-bottom: 0 !important;
color: #5152fb;
line-height: 17px;
}
.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: #ccc;
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: #5152fb;
}
.cookie-switch input:focus + .cookie-slider {
box-shadow: 0 0 1px #5152fb;
}
.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: 15px 20px 24px;
}
.btn-hug-round, .btn-hug-round-purple, .btn-hug-round-white {
width: 100%;
}
.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: 15px 20px;
border-width: 0 0 0 0;
}
#cookieModalNew .cookie-text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
margin-bottom: 0 !important;
transition: all 0.5s ease;
will-change: transform;
}
#cookieModalNew .cookie-text.open {
display: block;
transition: all 0.5s ease;
will-change: transform;
}
.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 {
width: 60%;
}
}
@media (max-width: 320px) {
.btn-hug-round, .btn-hug-round-purple, .btn-hug-round-white {
padding: 8px 2px;
}
}