.toggle{display:flex;align-items:center;justify-content:space-between;gap:10px}.toggle__label{color:var(--primary-500);font-size:12px}.toggle__switch{display:flex;align-items:center}.toggle__slider{padding:0;border:none;background:none;cursor:pointer;outline:none}.toggle__slider:hover .toggle__track{background:var(--primary-low-mid)}.toggle__slider:hover.toggle__slider--enabled .toggle__track{background:var(--tertiary-hover)}.toggle__slider--enabled .toggle__track{background:var(--tertiary)}.toggle__slider--enabled .toggle__thumb{transform:translateX(16px)}.toggle__slider--disabled .toggle__track{background:var(--primary-400)}.toggle__slider--disabled .toggle__thumb{transform:translateX(0)}.toggle__slider--inactive{cursor:not-allowed}.toggle__slider--inactive .toggle__track{background:var(--primary-500) !important}.toggle__slider--inactive .toggle__thumb{background:var(--primary-300) !important}.toggle__slider--inactive.toggle__slider--enabled .toggle__track{background:var(--primary-500) !important}.toggle__slider--inactive.toggle__slider--enabled .toggle__thumb{background:var(--primary-300) !important}.toggle__track{position:relative;display:block;width:36px;height:20px;border-radius:20px;transition:background-color .2s ease}.toggle__thumb{position:absolute;top:2px;left:2px;display:block;width:16px;height:16px;border-radius:50%;background:var(--secondary);transition:transform .2s ease}.cookie-item{padding:12px;margin-bottom:10px;border-radius:6px;background-color:var(--primary-100)}.cookie-item__header{display:flex;align-items:center}.cookie-item .cookie-item__title{margin:auto 0;color:var(--primary);font-family:var(--font-family);font-size:14px}.cookie-item .cookie-item__title-button{display:flex;padding:0;gap:8px;border:none;background:none}.cookie-item__toggle{margin-left:auto}.cookie-item__content{overflow:hidden;animation:slideDown .2s ease-out}.cookie-item__description{margin:16px 0 0 28px;color:var(--primary-500);font-size:14px}.cookie-item:last-child{margin-bottom:0}@keyframes slideDown{from{padding-top:0;max-height:0;opacity:0}to{padding-top:0;max-height:200px;opacity:1}}.k-forum-theme .d-modal.cookie-modal{align-items:flex-end;justify-content:center}.k-forum-theme .d-modal.cookie-modal .d-modal__container{margin-bottom:36px;max-width:min(1277px,80vw);border:1px solid var(--tertiary)}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-modal .d-modal__container{margin-bottom:20px;min-width:calc(100% - 40px)}}.k-forum-theme .d-modal.cookie-modal .d-modal__body{padding:26px 30px}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-modal .d-modal__body{padding:26px 30px 0 30px}}.k-forum-theme .d-modal.cookie-modal .d-modal__description{margin:0;color:var(--primary);font-size:16px}.k-forum-theme .d-modal.cookie-modal .d-modal__footer{padding:26px 30px;margin-left:auto;border-width:0}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-modal .d-modal__footer{margin-left:0}}.k-forum-theme .d-modal.cookie-modal .cookie-modal__actions{display:flex;gap:10px}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-modal .cookie-modal__actions{flex-direction:column;width:100%}}.k-forum-theme .d-modal.cookie-modal .cookie-modal__btn{padding:8px 12px;font-family:var(--sub-heading-font-family);font-size:16px}.k-forum-theme .d-modal.cookie-modal .cookie-modal__btn.btn-default{color:var(--primary-600)}.k-forum-theme .d-modal.cookie-detail-modal{align-items:center;justify-content:center}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-detail-modal{align-items:flex-end}}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__container{max-width:430px}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-detail-modal .d-modal__container{max-width:100%;min-width:100%;border-radius:0}}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__header{justify-content:center;padding:38px 32px;border-width:0}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-detail-modal .d-modal__header{padding:24px}}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__title-text{margin-bottom:18px;color:var(--primary);font-size:25px;text-align:center}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__subtitle-text{color:var(--primary-600);font-size:14px;line-height:18px;text-align:center}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__subtitle-text a{color:var(--primary-600);text-decoration:underline}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__body{padding:0 32px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-300) var(--primary-100)}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-detail-modal .d-modal__body{padding:24px}}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__body::-webkit-scrollbar{width:6px}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__body::-webkit-scrollbar-thumb{background:var(--primary-300);border-radius:3px}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0)}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__footer{padding:20px 32px 40px 32px;border-width:0}@media(max-width: 47.999rem){.k-forum-theme .d-modal.cookie-detail-modal .d-modal__footer{padding:24px}}.k-forum-theme .d-modal.cookie-detail-modal .d-modal__footer .btn{width:100%}.footer{position:absolute;bottom:0;display:flex;align-items:center;padding-block:30px;gap:20px;width:100%}@media(max-width: 47.999rem){.footer{flex-direction:column}}.footer__links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0;gap:20px 26px;list-style-type:none}@media(max-width: 47.999rem){.footer__links{gap:20px}}.footer__links-item{color:var(--primary-500);font-size:14px;transition:all .3s ease-in-out}.footer__links-item:visited{color:var(--primary-500)}.footer__links-item:hover{color:var(--primary)}.footer__cookie-btn{border:none;background-color:unset}.footer__logo{display:flex;flex-direction:column;margin-left:auto}@media(max-width: 47.999rem){.footer__logo{align-items:center;margin:0 auto}}.footer__logo-img{margin-left:auto;width:170px;height:31px}@media(max-width: 47.999rem){.footer__logo-img{margin-left:0}}.footer__copyright{color:var(--primary-500);font-size:12px;text-align:right}@media(max-width: 47.999rem){.footer__copyright{text-align:center}}#main-outlet{position:relative;padding-bottom:150px}@media(max-width: 39.999rem){#main-outlet{padding-bottom:250px}}
/*# sourceMappingURL=common_theme_28_2e5b064c6a0c4a15e0d135a3ec0a3cc0f93483ae.css.map?__ws=forum.playinzoi.com */
