/**
 * Note: This is merged common style, it is not in very optimal shape and will be improved in following versions.
 *       If you want to make design changes, consider:
 *          1. Making changes in separate custom .css file
 *          2. Modify config.css style NOT common style
 *          3. Modify article style NOT common style
 */

@import url(https://fonts.googleapis.com/css2?family=Siemreap&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Siemreap&display=swap);

body {
    font-family: 'Siemreap', sans-serif;
}

.CloseOverlay_CloseOverlay__SrBIQ {
    display: grid;
    grid-template: '🟦' 1fr/1fr;
}

.CloseOverlay_content__Xvunb {
    z-index: 1;
    grid-area: 🟦;
    width: 100%;
    height: 100%;
}

.CloseOverlay_actions__KcvQH {
    z-index: 2;
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-self: start;
    align-items: flex-start;
    padding: 20px;
    pointer-events: none;
}

.CloseOverlay_actions__KcvQH > * {
    pointer-events: all;
    cursor: pointer;
    padding: 0 10px 10px;
    border-radius: 50px;
}

ul.ModalTabs_ModalTabs__XwDHI {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    list-style: none;
}

ul.ModalTabs_ModalTabs__XwDHI a {
    text-decoration: none;
    cursor: unset;
}

ul.ModalTabs_ModalTabs__XwDHI li {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 1em;
}

ul.ModalTabs_ModalTabs__XwDHI > :not(:last-child) {
    border-right: 1px solid #9cd2ff88;
}

ul.ModalTabs_ModalTabs__XwDHI > .ModalTabs_isNotSelected__33Q7M {
    background-color: #22222288;
    cursor: pointer;
}

ul.ModalTabs_ModalTabs__XwDHI > .ModalTabs_isSelected__lPQR5 {
    background-color: #9cd2ff88;
    cursor: default;
}

ul.ModalTabs_ModalTabs__XwDHI > :hover {
    background-color: #9cd2ff88;
}

.GoogleAnalyticsEditor_title__3RMDR {
    font-size: 20px;
}

.GoogleAnalyticsEditor_field__rP4oJ {
    margin-top: 20px;
}

.GoogleAnalyticsEditor_field__rP4oJ .GoogleAnalyticsEditor_note__nI8yV {
    margin-top: 5px;
    opacity: 0.5;
}

.GoogleAnalyticsEditor_field__rP4oJ label p {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

.CodeEditor_fallback__WdzJH {
    background-color: #1e1e1e;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    resize: none;
}

.OtherAnalyticsEditor_codeEditor__E74_w {
    min-height: 175px;
}

.EditAnalyticsModal_EditAnalyticsModal___E3SQ {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦' 1fr/1fr;
    align-content: space-between;
}

.EditAnalyticsModal_EditAnalyticsModal___E3SQ .EditAnalyticsModal_fillModal__j4RfE {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-content: space-between;
}

.EditAnalyticsModal_EditAnalyticsModal___E3SQ
    .EditAnalyticsModal_fillModal__j4RfE
    .EditAnalyticsModal_analytics__wRhN0 {
    min-height: 200px;
    border-radius: 6px;
    padding: 7px 18px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.43);
}

.EditAnalyticsModal_EditAnalyticsModal___E3SQ .EditAnalyticsModal_fillModal__j4RfE .EditAnalyticsModal_new__diQvz {
    opacity: 0.5;
    cursor: pointer;
}

.EditAnalyticsModal_EditAnalyticsModal___E3SQ .EditAnalyticsModal_fillModal__j4RfE .EditAnalyticsModal_new__diQvz * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.EditAnalyticsModal_EditAnalyticsModal___E3SQ .EditAnalyticsModal_actions__9Zzlg {
    display: flex;
    justify-content: center;
}

.ControlPanel_ControlPanel__TogQn,
.ControlPanel_ControlPanel__TogQn * {
    transition: none;
}

.ControlPanel_ControlPanel__TogQn {
    z-index: 3000;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: auto;
    padding: 3px;
    background-color: rgba(43, 43, 43, 0.11);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.575);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 6px;
}

.ControlPanel_group__FkM3W {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
    margin: 0;
    padding: 0;
}

.ControlPanel_group__FkM3W:not(:last-child) {
    padding-right: 5px;
    border-right: 1px solid rgba(205, 227, 231, 0.1);
    margin-right: 5px;
}

.ControlPanel_button__LRSrq {
    border: none;
    outline: none;
    display: inline-flex;
    cursor: pointer;
    margin: 5px;
    height: 45px;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
    background-color: #cde3e7;
    transition: all 0.3s ease-in-out;
}

.ControlPanel_button__LRSrq.ControlPanel_callToAction___Rahf {
    aspect-ratio: unset;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c72777;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 900px) {
    .ControlPanel_button__LRSrq:hover:not(.ControlPanel_callToAction___Rahf):not([data-active='true']) {
        background-color: #ffedf6;
    }
}

.ControlPanel_button__LRSrq[data-active='true'] {
    background-color: #c72777;
    text-align: center;
    font-size: 17px;
    margin: 5px;
}

.ControlPanel_button__LRSrq img {
    transition: all 0.3s ease-out;
}

.ControlPanel_button__LRSrq[data-active='true'] img {
    transform-origin: center;
    transform: scale(1.3);
    animation-name: ControlPanel_emphasize__c2IjP;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
}

@keyframes ControlPanel_emphasize__c2IjP {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.3) rotate(5deg);
    }
    to {
        transform: scale(1.5) rotate(-5deg);
    }
}

@media only screen and (max-width: 900px) {
    .ControlPanel_group__FkM3W {
        right: -30px;
        flex-direction: column;
    }
    .ControlPanel_group__FkM3W:not(:last-child) {
        padding-right: unset;
        border-right: unset;
        margin-right: unset;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(205, 227, 231, 0.1);
        margin-bottom: 5px;
    }
    .ControlPanel_button__LRSrq {
        writing-mode: vertical-lr;
        -webkit-text-orientation: sideways;
        text-orientation: sideways;
        width: 40px;
        padding-left: 2px;
    }
    .ControlPanel_button__LRSrq.ControlPanel_callToAction___Rahf {
        height: auto;
        padding: 15px 0;
    }
}

.AigenSimple_AigenSimple__s90aW {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8em;
    opacity: 0.8;
    margin-left: 5px;
}

.HeaderWallpaper_HeaderWallpaper__nOK4h {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderWallpaper_inner__tleSw {
    height: 100%;
    width: 100%;
}

.BackgroundPattern_BackgroundPattern__1bjnG {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #fff 10vh, #fff);
    mask-image: linear-gradient(180deg, transparent 0, #fff 10vh, #fff);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.BackgroundPattern_layer__40zqc {
    z-index: 1000;
    width: 100%;
    height: 100%;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    pointer-events: none;
    background: linear-gradient(to bottom, var(--palette-0), var(--palette-2));
}

.LinkOfGroupComponent_text__zFEZr {
    display: inline-block;
}

.LinkOfGroupComponent_icon__F86tt {
    display: inline-block;
    padding: 0;
    margin: 0 0.5em 0 0;
    width: 1rem;
    height: 1rem;
}

.LinkSupergroupComponent_LinkSupergroupComponent__Svigm .LinkSupergroupComponent_group__0xB22 ul {
    margin: 0;
    padding: 0;
}

.LinkSupergroupComponent_LinkSupergroupComponent__Svigm ul li {
    list-style: none;
    margin: 0 0 5px;
    white-space: nowrap;
    opacity: 0.9;
}

.Footer_FooterSection__Uh1gv {
    width: 100%;
    height: 100%;
    border-top: 2px solid rgba(var(--palette-3-triplet), 0.3);
    background: linear-gradient(to bottom, var(--palette-4), var(--palette-2));
    color: rgba(var(--palette-3-triplet), 0.6);
    padding: 20px;
}

.Footer_supergroup__o2_Jr {
    display: flex;
    flex-direction: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

.Footer_group__s_Tw2 {
    min-width: 200px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Footer_item__hbS5E {
    padding: 3px;
}

.Footer_item__hbS5E a {
    color: inherit !important;
    text-decoration: none;
}

.Footer_item__hbS5E:hover {
    color: rgba(var(--palette-3-triplet), 0.8);
}

@media only screen and (max-width: 650px) {
    .Footer_supergroup__o2_Jr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Footer_group__s_Tw2 {
        min-width: unset;
        padding: 10px;
    }
}

.Menu_MenuRoot__u0L74 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.Menu_Menu___JYlt {
    z-index: 20002;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}

.Menu_MenuHamburger__60C1e {
    position: relative;
    z-index: 20;
    width: 35px;
    height: 40px;
    margin: 30px 20px 20px;
    cursor: pointer;
}

.Menu_bar__dXEJy {
    height: 5px;
    width: 100%;
    background-color: var(--palette-1);
    box-shadow: 2px 2px 0 var(--palette-5);
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}

.Menu_bar1__EAt_X {
    transform: translateY(-4px);
}

.Menu_bar2__OTuXh {
    transform: translateY(0);
}

.Menu_bar3__Fsd0i {
    transform: translateY(4px);
}

nav.Menu_MenuContent__NtHgY {
    position: relative;
    z-index: 20;
    transition: 0.3s ease;
    display: none;
    margin-top: 70px;
    margin-right: 20px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 400px;
    overflow: clip;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN {
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(var(--palette-1-triplet), 0.3);
    margin-bottom: 5px;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:last-child,
nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:nth-last-child(2) {
    margin-bottom: 10px;
}

nav.Menu_MenuContent__NtHgY li {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid rgba(var(--palette-1-triplet), 0.3);
    color: rgba(var(--palette-1-triplet), 0.7);
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}

nav.Menu_MenuContent__NtHgY li:last-child {
    border-bottom: none;
}

nav.Menu_MenuContent__NtHgY li a {
    display: block;
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

nav.Menu_MenuContent__NtHgY li:hover {
    color: rgba(var(--palette-1-triplet), 1);
    font-weight: 700;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:last-child:not(:first-child) ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:last-child:not(:first-child) li {
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    border-bottom: none;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:last-child:not(:first-child) img.icon {
    margin-right: 0;
    width: 1.5rem;
    height: 1.5rem;
}

nav.Menu_MenuContent__NtHgY .Menu_group__DXksN:last-child:not(:first-child) span.text {
    display: none;
}

.Menu_MenuBackground__BulDv,
.Menu_MenuHamburger__60C1e,
.Menu_Menu___JYlt {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 600px) {
    .Menu_MenuBackground__BulDv,
    .Menu_MenuHamburger__60C1e,
    .Menu_Menu___JYlt {
        position: fixed;
    }
}

.Menu_MenuBackgroundWrapper__f47_R {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: clip;
}

.Menu_MenuBackground__BulDv {
    aspect-ratio: 1/1;
    background: radial-gradient(circle at center, var(--palette-0) 0, var(--palette-2) 200%);
    box-shadow: 0 0 20px rgba(var(--palette-1-triplet), 0.8);
    border-radius: 50%;
    transition: 0.3s ease;
    transform: translate(50%, -50%);
    box-sizing: content-box;
    pointer-events: all;
}

.Menu_Menu___JYlt:not([data-toggle-state='open']) .Menu_MenuBackground__BulDv {
    height: 0 !important;
}

.Menu_Menu___JYlt:is([data-toggle-state='open']) .Menu_MenuBackground__BulDv,
.Menu_Menu___JYlt:is([data-toggle-state='open']) .Menu_MenuContent__NtHgY,
.Menu_Menu___JYlt:is([data-toggle-state='open']) .Menu_MenuHamburger__60C1e {
    display: block !important;
}

.Menu_Menu___JYlt:is([data-toggle-state='open']) .Menu_MenuHamburger__60C1e .Menu_bar1__EAt_X {
    transform: translateY(4px) rotate(-45deg);
}

.Menu_Menu___JYlt:is([data-toggle-state='open']) .Menu_MenuHamburger__60C1e .Menu_bar2__OTuXh {
    opacity: 0;
}

.Menu_Menu___JYlt:is([data-toggle-state='open']) .Menu_MenuHamburger__60C1e .Menu_bar3__Fsd0i {
    transform: translateY(-6px) rotate(45deg);
}

.Section_section__yJKD3 {
    margin-top: 80px;
}

.Section_section__yJKD3:last-child {
    margin-bottom: 50px;
}

.Section_section__yJKD3 > a {
    color: inherit;
    text-decoration: inherit;
}

.Section_section__yJKD3 h2 {
    display: inline-block;
}

.ExportModal_settings__qLUQT {
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ExportModal_setting__r5KRC {
    width: calc(100% - 20px);
    max-width: 600px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid rgba(156, 210, 255, 0.479);
}

.ExportModal_settingCentered__XlU7x {
    justify-content: center;
}

.ExportModal_setting__r5KRC .ExportModal_key__OaaLS {
    width: 30%;
}

.ExportModal_setting__r5KRC .ExportModal_value__LBqLc {
    justify-content: flex-start !important;
}

.ExportModal_setting__r5KRC .ExportModal_value__LBqLc:not([type='checkbox']) {
    width: 350px;
    max-width: 100%;
}

.ExportModal_setting__r5KRC .ExportModal_value__LBqLc[type='checkbox'] {
    display: inline;
    margin: 10px;
    width: 15px;
    height: 15px;
}

.ExportModal_setting__r5KRC .ExportModal_extra__npE9z {
    display: block;
    color: inherit;
}

.ExportModal_setting__r5KRC button.ExportModal_getTheWeb__2QGkh {
    color: #fff;
    background-color: rgba(20, 35, 121, 0.384);
    border: 2px solid #45d6fa;
    font-size: 30px;
}

@media only screen and (max-width: 650px) {
    .ExportModal_settings__qLUQT {
        justify-content: flex-start;
    }
}

.Select_Select__zk1zX {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.Select_Select__zk1zX .Select_title__rxQ_7 {
    text-align: left;
}

.Select_Select__zk1zX select {
    outline: none;
}

.Select_option__OaFou {
    border: 2px solid #252525;
    background-color: #252525;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    height: 42px;
    margin: 5px;
    padding: 5px 10px;
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    width: 150px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.Select_option__OaFou:disabled {
    opacity: 0.5;
}

.Select_selected__7461o {
    border: 2px solid #45d6fa;
}

.Select_opened__gGOcV {
    background-color: #45d6fa;
    color: #000;
}

.Select_title__rxQ_7 {
    display: inline-block;
    width: 70px;
}

.Select_disabled__1GiTx {
    opacity: 0.5;
    pointer-events: none;
    cursor: none;
}

.Select_Select__zk1zX select.Select_opened__gGOcV option {
    text-align: left;
}

.ContactEditor_field__GWkil {
    margin-top: 5px;
}

.ContactEditor_field__GWkil label p {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

.ContactEditor_field__GWkil label input {
    display: inline-block;
    width: calc(100% - 80px - 20px);
}

.ContactEditor_role__qMtfI {
    width: 100%;
    justify-content: flex-start;
}

.ContactEditor_role__qMtfI select {
    margin: 0;
    max-width: unset;
    width: calc(100% - 20px);
}

.EditContactlistModal_EditContactlistModal__hXtoO {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦' 1fr/1fr;
    align-content: space-between;
}

.EditContactlistModal_EditContactlistModal__hXtoO .EditContactlistModal_fillModal__sgMmK {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-content: space-between;
}

.EditContactlistModal_EditContactlistModal__hXtoO
    .EditContactlistModal_fillModal__sgMmK
    .EditContactlistModal_contact__v_d7u {
    min-height: 200px;
    border-radius: 6px;
    padding: 7px 18px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.43);
}

.EditContactlistModal_EditContactlistModal__hXtoO
    .EditContactlistModal_fillModal__sgMmK
    .EditContactlistModal_new__LEjJj {
    opacity: 0.5;
    cursor: pointer;
}

.EditContactlistModal_EditContactlistModal__hXtoO
    .EditContactlistModal_fillModal__sgMmK
    .EditContactlistModal_new__LEjJj
    * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.EditContactlistModal_EditContactlistModal__hXtoO .EditContactlistModal_actions__xVVEx {
    display: flex;
    justify-content: center;
}

.LinkEditor_field__XEOml {
    margin-top: 5px;
}

.LinkEditor_field__XEOml label p {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

.LinkEditor_field__XEOml label input {
    display: inline-block;
    width: calc(100% - 80px - 20px);
}

.LinkGroupEditor_LinkGroupEditor__jUAm_ {
    display: flex;
    flex-direction: column;
}

.LinkGroupEditor_LinkGroupEditor__jUAm_ .LinkGroupEditor_link__T9DYs {
    min-height: 200px;
    border-radius: 6px;
    padding: 7px 18px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.43);
}

.LinkGroupEditor_LinkGroupEditor__jUAm_ .LinkGroupEditor_new__1lXv_ {
    opacity: 0.5;
    cursor: pointer;
}

.LinkGroupEditor_LinkGroupEditor__jUAm_ .LinkGroupEditor_new__1lXv_ * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LinkSupergroupEditor_supergroup___ajgA {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-content: space-between;
}

.LinkSupergroupEditor_group__Oo0n8:not(:last-child) {
    border-right: 2px dashed hsla(0, 0%, 100%, 0.43);
}

.EditFooterModal_EditFooterModal__k8OD4 {
    width: 100%;
    height: 100%;
}

.EditLinklistModal_EditLinklistModal__M4yQO {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦' 1fr/1fr;
    align-content: space-between;
}

.EditLinklistModal_EditLinklistModal__M4yQO .EditLinklistModal_fillModal__NXSio {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-content: space-between;
}

.EditLinklistModal_EditLinklistModal__M4yQO .EditLinklistModal_fillModal__NXSio .EditLinklistModal_link__yVG9b {
    min-height: 200px;
    border-radius: 6px;
    padding: 7px 18px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.43);
}

.EditLinklistModal_EditLinklistModal__M4yQO .EditLinklistModal_fillModal__NXSio .EditLinklistModal_new__syZs5 {
    opacity: 0.5;
    cursor: pointer;
}

.EditLinklistModal_EditLinklistModal__M4yQO .EditLinklistModal_fillModal__NXSio .EditLinklistModal_new__syZs5 * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.EditLinklistModal_EditLinklistModal__M4yQO .EditLinklistModal_actions__KxLMi {
    display: flex;
    justify-content: center;
}

.EditMenuModal_EditMenuModal__9oDcI {
    width: 100%;
    height: 100%;
}

.CopilotPanel_CopilotPanel__w0d0S {
    z-index: 3000;
    position: fixed;
    width: calc(100vw - 55px);
    left: 50vw;
    transform: translate(-50%);
    bottom: 15px;
}

@media only screen and (max-width: 425px) {
    .CopilotPanel_CopilotPanel__w0d0S {
        width: calc(100vw - 18px);
    }
}

.CopilotPanel_CopilotPanelChat__Oo8Ux {
    padding: 5px 15px;
}

.CopilotPanel_ChatMessageComponent__WgwOs {
    display: grid;
    grid-template-areas: '⏣ void 💬 ⭐';
    grid-template-columns: 60px 10px 1fr 0;
    align-content: space-around;
}

.CopilotPanel_ChatMessageComponent__WgwOs .CopilotPanel_author__kje3S {
    grid-area: ⏣;
    width: 60px;
}

.CopilotPanel_ChatMessageComponent__WgwOs .CopilotPanel_author__kje3S,
.CopilotPanel_ChatMessageComponent__WgwOs .CopilotPanel_message__Ki8L3 {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.53);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    overflow: clip;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CopilotPanel_ChatMessageComponent__WgwOs .CopilotPanel_message__Ki8L3 {
    grid-area: 💬;
    padding-left: 15px;
    padding-right: 15px;
}

.CopilotPanel_ChatMessageComponent__WgwOs .CopilotPanel_feedback__hR3_I {
    grid-area: ⭐;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CopilotPanel_ChatMessageComponent__WgwOs .CopilotPanel_feedback__hR3_I .CopilotPanel_feedbackButton__Pf_b7 {
    transform: translateY(50%) scale(0.8);
}

.CopilotPanel_CopilotPanelInner__e51IN {
    z-index: 10;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.43);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    overflow: clip;
    display: grid;
    grid-template-columns: 1fr 60px 60px;
}

.CopilotPanel_CopilotPanel__w0d0S input {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 5px 15px;
    width: 100%;
    font-size: 1.3em;
}

.CopilotPanel_CopilotPanel__w0d0S .CopilotPanel_Button__FYxog {
    text-align: center;
    background-color: hsla(0, 0%, 49%, 0.2);
    transition: background-color 0.1s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CopilotPanel_CopilotPanel__w0d0S .CopilotPanel_Button__FYxog:hover {
    background-color: hsla(0, 0%, 49%, 0.3);
}

.CopilotPanel_CopilotPanel__w0d0S .CopilotPanel_Button__FYxog:disabled {
    opacity: 0.5;
}

.CopilotPanel_CopilotPanel__w0d0S .CopilotPanel_Button__FYxog button {
    all: unset;
}

.CopilotPanel_CopilotPanel__w0d0S .CopilotPanel_MenuHamburger__mJSKB .CopilotPanel_MenuHamburgerInner__ITFFr {
    width: 35px;
    transform: scale(0.8);
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr
    .CopilotPanel_bar__LGYzQ {
    height: 5px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr
    .CopilotPanel_bar__LGYzQ.CopilotPanel_bar1__MSSBt {
    transform: translateY(-4px);
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr
    .CopilotPanel_bar__LGYzQ.CopilotPanel_bar2__EfO1l {
    transform: translateY(0);
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr
    .CopilotPanel_bar__LGYzQ.CopilotPanel_bar3__gIRLp {
    transform: translateY(4px);
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr.CopilotPanel_open__WQiIS
    .CopilotPanel_bar__LGYzQ.CopilotPanel_bar1__MSSBt {
    transform: translateY(4px) rotate(-45deg);
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr.CopilotPanel_open__WQiIS
    .CopilotPanel_bar__LGYzQ.CopilotPanel_bar2__EfO1l {
    opacity: 0;
}

.CopilotPanel_CopilotPanel__w0d0S
    .CopilotPanel_MenuHamburger__mJSKB
    .CopilotPanel_MenuHamburgerInner__ITFFr.CopilotPanel_open__WQiIS
    .CopilotPanel_bar__LGYzQ.CopilotPanel_bar3__gIRLp {
    transform: translateY(-6px) rotate(45deg);
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 30;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid hsla(0, 0%, 100%, 0.43);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 7px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr ul {
    padding: 0;
    margin: 0;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    color: hsla(0, 0%, 100%, 0.8);
    display: grid;
    grid-template-areas: '⏣ menuitem';
    grid-template-columns: 30px 1fr;
    width: 100%;
    height: 40px;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li.CopilotPanel_auto__iv5jM:before {
    grid-area: ⏣;
    opacity: 0.5;
    content: '⏣';
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li.CopilotPanel_feedback__hR3_I:before {
    grid-area: ⏣;
    opacity: 0.5;
    content: '🤍';
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li:last-child {
    border-bottom: none;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li.CopilotPanel_extraFeatured__IM3Zw,
.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li.CopilotPanel_featured__a3d7O {
    font-weight: 700;
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.05);
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li.CopilotPanel_extraFeatured__IM3Zw {
    color: #92f8ff;
    background-color: rgba(146, 248, 255, 0.2);
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li a,
.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li button {
    grid-area: menuitem;
    margin: 0;
    padding: 5px 15px;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: right;
}

.CopilotPanel_CopilotPanel__w0d0S nav.CopilotPanel_MenuContent__k_sWr li:hover {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.EditColorsModal_section__ZxCaJ {
    padding-bottom: 10px;
    width: 100%;
}

.EditColorsModal_palette__XCWeM {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: min-content;
}

@media (max-width: 600px) {
    .EditColorsModal_palette__XCWeM {
        grid-template-columns: 1fr;
    }
}

.EditColorsModal_paletteItem__4xBef {
    cursor: pointer;
    overflow: clip;
    box-sizing: border-box;
    border: 20px solid transparent;
}

.EditColorsModal_paletteItem__4xBef > p {
    margin: 5px;
    width: 100%;
}

.EditImagesModal_EditImagesModal__M4BdR {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦' 1fr/1fr;
    align-content: space-between;
}

.EditImagesModal_EditImagesModal__M4BdR .EditImagesModal_fillModal__x03cy {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-content: space-between;
}

.EditImagesModal_EditImagesModal__M4BdR .EditImagesModal_fillModal__x03cy .EditImagesModal_result__39R0z {
    z-index: 1;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 20px;
    overflow: clip;
    display: grid;
    grid-template: '🟦' 1fr '⬜' 50px;
}

.EditImagesModal_EditImagesModal__M4BdR
    .EditImagesModal_fillModal__x03cy
    .EditImagesModal_result__39R0z
    img.EditImagesModal_image__37YEK {
    z-index: 10;
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
}

.EditImagesModal_EditImagesModal__M4BdR
    .EditImagesModal_fillModal__x03cy
    .EditImagesModal_result__39R0z
    .EditImagesModal_actions__MSoCO {
    z-index: 20;
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: none;
    padding: 10px;
}

.EditImagesModal_EditImagesModal__M4BdR
    .EditImagesModal_fillModal__x03cy
    .EditImagesModal_result__39R0z
    .EditImagesModal_prompt__iawMv {
    z-index: 20;
    grid-area: ⬜;
    width: 100%;
    height: 100%;
    color: #ccc;
    background-color: #222;
    padding: 10px;
}

.EditImagesModal_EditImagesModal__M4BdR
    .EditImagesModal_fillModal__x03cy
    .EditImagesModal_result__39R0z
    .EditImagesModal_actions__MSoCO
    .EditImagesModal_pick__Gnmt_ {
    cursor: pointer;
    pointer-events: all;
    background-color: #299ca0;
}

.ArrowIcon_ArrowIcon__5T7o2 {
    display: inline;
}

.ArrowIcon_UP__W68AG {
    transform: rotate(-90deg);
}

.ArrowIcon_DOWN__Kjd9x {
    transform: rotate(90deg);
}

.ArrowIcon_LEFT__NnqTI {
    transform: rotate(180deg);
}

.ArrowIcon_RIGHT__EaOVv {
    transform: rotate(0deg);
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_ {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_:not(.FilesTreeComponent_isNested__sEfe1) {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_::-webkit-scrollbar {
    display: none;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_.FilesTreeComponent_isNested__sEfe1 {
    margin-left: 17px !important;
    border-left: 1px dotted #919191;
    padding-left: 7px !important;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_ li {
    cursor: pointer;
    word-wrap: none;
    white-space: nowrap;
    margin-top: 8px;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_ li .FilesTreeComponent_row__TPMLd {
    display: grid;
    grid-template: '⬜' 1fr/1fr;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd
    .FilesTreeComponent_rowContent__PB_kM {
    width: 100%;
    height: 100%;
    grid-area: ⬜;
    z-index: 1;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd
    .FilesTreeComponent_rowContent__PB_kM
    .FilesTreeComponent_collapseArrow__FYLGV {
    margin-right: 2px;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd
    .FilesTreeComponent_rowContent__PB_kM
    .FilesTreeComponent_icon___1Sqf {
    vertical-align: top;
    padding: 5px;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd
    .FilesTreeComponent_rowContent__PB_kM
    .FilesTreeComponent_icon___1Sqf
    svg {
    display: inline-block;
    transform: translate(2px, 2px);
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd
    .FilesTreeComponent_rowContent__PB_kM
    .FilesTreeComponent_name__lIVAm {
    margin-left: 1px;
    display: inline-block;
    margin-right: 50px;
    white-space: wrap;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd
    .FilesTreeComponent_rowBackground__qSZWE {
    width: 100%;
    height: 100%;
    grid-area: ⬜;
    z-index: 0;
    transform: scale(2, 1.35);
    background-color: transparent;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd:hover
    .FilesTreeComponent_rowBackground__qSZWE {
    background-color: #161616;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_
    li
    .FilesTreeComponent_row__TPMLd.FilesTreeComponent_selected__jKM_W
    .FilesTreeComponent_rowBackground__qSZWE {
    background-color: #313131;
}

ul.FilesTreeComponent_FilesTreeComponent__2Lxv_ li a {
    text-decoration: unset;
    color: unset;
}

.__00-FilesPreview_FilesPreview__O8iPT {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦 ⬛' / calc(100px + 15vw) 1fr;
    background-color: #222;
}

.__00-FilesPreview_files__vrUVN {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #555;
    color: #ccc;
    resize: both;
}

.__00-FilesPreview_files__vrUVN > div {
    justify-content: flex-start !important;
}

.__00-FilesPreview_filePreview__1PCRF {
    grid-area: ⬛;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    background-color: #111;
    color: #ccc;
}

.DeviceIframe_DeviceIframe__fxQMK {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.DeviceIframe_DeviceIframe__fxQMK .DeviceIframe_iframe___MQQX {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 80px #000;
    transform: scale(0.8) rotateY(15deg);
    transition: transform 0.5s ease-in-out;
}

.DeviceIframe_DeviceIframe__fxQMK:hover .DeviceIframe_iframe___MQQX {
    transform: scale(0.9) rotateY(0deg);
}

.ExportPreviewModal_previewLink__c_09l {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 20px;
}

.ExportPreviewModal_preview__q3c8w {
    display: block;
    border: none;
    width: 100%;
    height: calc(100% - 20px - 50px);
}

.DomainStatusText_DomainStatusText__D8gWv .DomainStatusText_pending__2dUCo {
    color: #888;
}

.DomainStatusText_DomainStatusText__D8gWv .DomainStatusText_available__wnPGU {
    color: #0bee57;
}

.DomainStatusText_DomainStatusText__D8gWv .DomainStatusText_registered__UroWv {
    color: #dd1b1b;
}

.DomainStatusText_DomainStatusText__D8gWv .DomainStatusText_unknown__VPfep {
    color: #888;
}

.DomainStatusText_DomainStatusText__D8gWv span b {
    color: inherit;
}

.DomainStatusText_DomainStatusText__D8gWv .DomainStatusText_action__MKJXY {
    outline: none;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: #222;
    color: #ccc;
    border-radius: 3px;
    padding: 0 8px 2px;
    margin: 0 0 0 5px;
    text-decoration: none;
}

.PublishModal_settings__l8Egr {
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.PublishModal_setting__9gJse {
    width: calc(100% - 20px);
    max-width: 600px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid rgba(156, 210, 255, 0.479);
}

.PublishModal_settingCentered__wFtaV {
    justify-content: center;
}

.PublishModal_setting__9gJse .PublishModal_key__UvnlR {
    width: 30%;
}

.PublishModal_setting__9gJse .PublishModal_value__Lbbu7 {
    justify-content: flex-start !important;
}

.PublishModal_setting__9gJse .PublishModal_value__Lbbu7:not([type='checkbox']) {
    width: 350px;
    max-width: 100%;
}

.PublishModal_setting__9gJse .PublishModal_value__Lbbu7[type='checkbox'] {
    display: inline;
    margin: 10px;
    width: 15px;
    height: 15px;
}

.PublishModal_setting__9gJse .PublishModal_extra__naaAA {
    display: block;
    color: inherit;
}

.PublishModal_setting__9gJse button.PublishModal_getTheWeb__TGnhp {
    color: #fff;
    background-color: rgba(20, 35, 121, 0.384);
    border: 2px solid #45d6fa;
    font-size: 30px;
}

.PublishModal_domainStatus__MvVXg {
    margin-top: 10px;
}

@media only screen and (max-width: 650px) {
    .PublishModal_settings__l8Egr {
        justify-content: flex-start;
    }
}

html {
    color-scheme: dark;
    image-rendering: smooth;
    scroll-behavior: smooth;
    scroll-padding-top: 10px;
}

.button {
    border: 1px solid rgba(var(--palette-3-triplet), 0.8);
    background-color: rgba(var(--palette-2-triplet), 0.8);
    color: rgba(var(--palette-1-triplet), 0.8);
    border-radius: 6px;
    padding: 7px 18px;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.button:disabled {
    opacity: 0.7;
}

.button:hover:enabled {
    filter: hue-rotate(30deg);
    box-shadow: 0 0 10px #0000004d;
}

.button.primary {
    color: var(--palette-3);
    border: 1px solid var(--palette-3);
}

a.button {
    text-decoration: none !important;
}

.emoji {
    display: inline !important;
    width: 1.8em;
    height: 1.8em;
    vertical-align: bottom;
    padding: 0;
    margin: -3px;
    /* !! Emojis should be font-sized*/
}

.button.button-featured:hover .emoji {
    animation: hue-rotate 2s infinite, shake 0.3s infinite alternate;
}

@keyframes hue-rotate {
    0% {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(1turn);
    }
}

@keyframes shake {
    0% {
        transform: rotate(-10deg);
    }
    to {
        transform: rotate(10deg);
    }
}

product-certificate img {
    float: right;
    width: 100px;
    margin: 10px;
    box-shadow: 0 0 10px #fff;
    border-radius: 50%;
}

*,
:after,
:before {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body,
html {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}

#__next,
#root {
    isolation: isolate;
}

vercel-live-feedback {
    display: none !important;
}

.__className_22f86a {
    font-family: __Barlow_Condensed_22f86a, __Barlow_Condensed_Fallback_22f86a;
    font-weight: 400;
    font-style: normal;
}

/* https://webgpt.cz/_next/static/css/4a0adf6f06f38002.css */

.Hint_hint__iPaLC {
    z-index: 300000;
    pointer-events: none;
    transform: translateY(50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    padding: 10px 20px 10px 10px;
    color: #000;
    background-image: url(/_next/static/media/hint.75427888.svg);
    background-size: 100% 100%;
}

.Hint_highlight__rpNwP {
    z-index: 300000;
    pointer-events: none;
    border: 2px dashed #22d3da;
    border-radius: 5px;
}

.Hint_highlight__rpNwP,
.Hint_hint__iPaLC {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

@media only screen and (min-width: 900px) {
    .Hint_highlight__rpNwP,
    .Hint_hint__iPaLC {
        display: none;
    }
}

/* https://webgpt.cz/_next/static/css/09d833d03a9e0411.css */

.LoadingInteractiveImage_LoadingInteractiveImage__lhfSc {
    outline: none;
    display: inline-block;
}

/* https://webgpt.cz/_next/static/css/8e55b2eaa961bdfc.css */

.VerifyEmailDialogueComponent_ClientVerificationComponent__PshX0 {
    padding-top: 20px;
    border: none !important;
    border-top: 1px solid hsla(0, 0%, 100%, 0.8) !important;
    border-radius: 0 !important;
    background-color: #111;
}

/* https://webgpt.cz/_next/static/css/cd5601ccd4799ad9.css */

.__00-Modal_container__zbp2L {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.__00-Modal_overlay__4uEmm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

dialog.__00-Modal_Modal__HPo5D {
    position: fixed;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    width: unset;
    height: unset;
    margin: 0;
    padding: 0;
    overflow: clip;
    outline: none;
    border: none;
    border-radius: 20px;
    color: #fff;
    background-color: rgba(58, 58, 58, 0.363);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.726);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: grid;
    grid-template: '🟦' 50px '🆎' min-content '⬛' 1fr;
}

dialog.__00-Modal_Modal__HPo5D.__00-Modal_isDisabled__Hv2Ab {
    filter: blur(5px);
}

dialog.__00-Modal_Modal__HPo5D.__00-Modal_isDisabled__Hv2Ab,
dialog.__00-Modal_Modal__HPo5D.__00-Modal_isDisabled__Hv2Ab * {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

@media (max-width: 600px) {
    dialog.__00-Modal_Modal__HPo5D.__00-Modal_fullSize__wJzxj {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
}

dialog.__00-Modal_Modal__HPo5D.__00-Modal_mediumSize__zRiti {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    top: 100px;
    left: 100px;
    bottom: 100px;
    right: 100px;
    box-shadow: 0 0 70px #000;
}

@media (max-width: 600px) {
    dialog.__00-Modal_Modal__HPo5D.__00-Modal_mediumSize__zRiti {
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
}

dialog.__00-Modal_Modal__HPo5D.__00-Modal_contentSize__LQT9d {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 80vw;
    max-height: 80vh;
}

dialog.__00-Modal_Modal__HPo5D.__00-Modal_contentSize__LQT9d .__00-Modal_bar__yySY9 {
    display: inline;
}

.__00-Modal_bar__yySY9 {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
}

.__00-Modal_bar__yySY9 * {
    color: #fff;
    text-decoration: none;
}

.__00-Modal_bar__yySY9 > * {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.__00-Modal_bar__yySY9 .__00-Modal_title__7U9ew {
    grid-column: 2 / span 1;
}

.__00-Modal_bar__yySY9 .__00-Modal_title__7U9ew h2 {
    width: max-content;
    max-width: calc(100vw - 200px);
    overflow: hidden;
    display: block;
    margin: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
}

.__00-Modal_bar__yySY9 .__00-Modal_icons__EcLVI {
    grid-column: 3 / span 1;
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-direction: row;
    padding: 5px 15px 5px 5px;
    font-size: 28px;
}

.__00-Modal_bar__yySY9 .__00-Modal_icons__EcLVI button {
    width: unset;
    height: unset;
    margin: unset;
    padding: unset;
    border: unset;
    background-color: unset;
    cursor: pointer;
}

.__00-Modal_tabs__8tozr {
    grid-area: 🆎;
}

.__00-Modal_content__NQ96I,
.__00-Modal_tabs__8tozr {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.__00-Modal_content__NQ96I {
    grid-area: ⬛;
}

/* https://webgpt.cz/_next/static/css/6dff96a3255e1df4.css */

.ClientVerificationComponent_ClientVerificationComponent__2Oqd_ {
    width: 300px;
    max-width: 100%;
    border: 1px solid hsla(0, 0%, 100%, 0.8);
    border-radius: 15px;
}

.ClientVerificationComponent_field__x7jxU {
    padding: 10px;
    text-align: left;
}

.ClientVerificationComponent_field__x7jxU button,
.ClientVerificationComponent_field__x7jxU input {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px;
    outline: none;
    border: 1px solid hsla(0, 0%, 100%, 0.8);
}

.ClientVerificationComponent_field__x7jxU button {
    cursor: pointer;
    width: 100px;
    margin: 5px auto 35px;
}

.ClientVerificationComponent_field__x7jxU button:not(:disabled):not(.ClientVerificationComponent_supressed__dOO6b) {
    background-color: #1caed3;
    color: #fff;
    border: none;
}

.ClientVerificationComponent_field__x7jxU button.ClientVerificationComponent_supressed__dOO6b {
    display: inline;
    width: unset;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: underline;
    background-color: transparent;
}

.ClientVerificationComponent_field__x7jxU button,
.ClientVerificationComponent_field__x7jxU input[type='email'],
.ClientVerificationComponent_field__x7jxU input[type='text'] {
    display: block;
}

.ClientVerificationComponent_field__x7jxU input[type='email'],
.ClientVerificationComponent_field__x7jxU input[type='text'] {
    width: 100%;
}

.ClientVerificationComponent_field__x7jxU input[type='checkbox'] {
    margin-right: 9px;
    transform: scale(1);
}

/* https://webgpt.cz/_next/static/css/ef46db3751d8e999.css */

/* https://webgpt.cz/_next/static/css/506174b2dd5f0d59.css */

.SimpleTextDialogueComponent_inner__jveat {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦' 1fr/1fr;
}

.SimpleTextDialogueComponent_inner__jveat .SimpleTextDialogueComponent_feedbackLayer__r0IIm,
.SimpleTextDialogueComponent_inner__jveat .SimpleTextDialogueComponent_inputLayer__wIBhh {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
}

.SimpleTextDialogueComponent_inner__jveat .SimpleTextDialogueComponent_inputLayer__wIBhh {
    z-index: 1;
}

.SimpleTextDialogueComponent_inner__jveat .SimpleTextDialogueComponent_feedbackLayer__r0IIm {
    z-index: 2;
}

.SimpleTextDialogueComponent_inner__jveat .SimpleTextDialogueComponent_inputLayer__wIBhh {
    display: grid;
    grid-template: '🟢' 1fr '🔵' 50px;
}

.SimpleTextDialogueComponent_inner__jveat
    .SimpleTextDialogueComponent_inputLayer__wIBhh.SimpleTextDialogueComponent_isExtended__fHW0Q {
    display: grid;
    grid-template: '🟢 ❔' 1fr '🔵 ❔' 50px/1.61803fr 1fr;
}

@media (max-width: 600px) {
    .SimpleTextDialogueComponent_inner__jveat
        .SimpleTextDialogueComponent_inputLayer__wIBhh.SimpleTextDialogueComponent_isExtended__fHW0Q {
        display: grid;
        grid-template: '❔  ' 1fr '🟢 ' 1.61803fr '🔵 ' 50px;
    }
}

.SimpleTextDialogueComponent_inner__jveat
    .SimpleTextDialogueComponent_inputLayer__wIBhh
    .SimpleTextDialogueComponent_answer__pizvJ {
    height: 100%;
    width: 100%;
    grid-area: 🟢;
    resize: none;
    border-radius: 0;
    background-color: #151515;
    color: #fff;
    outline: none;
    border: none;
    padding: 10px 55px 10px 10px;
}

.SimpleTextDialogueComponent_inner__jveat
    .SimpleTextDialogueComponent_inputLayer__wIBhh
    .SimpleTextDialogueComponent_question__oWEos {
    height: 100%;
    width: 100%;
    grid-area: ❔;
    border-left: 1px solid #ccc;
    background-color: #222;
    padding: 10px 55px 10px 10px;
}

@media (max-width: 600px) {
    .SimpleTextDialogueComponent_inner__jveat
        .SimpleTextDialogueComponent_inputLayer__wIBhh
        .SimpleTextDialogueComponent_question__oWEos {
        border-left: none;
        border-bottom: 1px solid #ccc;
    }
}

.SimpleTextDialogueComponent_inner__jveat
    .SimpleTextDialogueComponent_inputLayer__wIBhh
    .SimpleTextDialogueComponent_submit__KgDdt {
    grid-area: 🔵;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.SimpleTextDialogueComponent_inner__jveat .SimpleTextDialogueComponent_feedbackLayer__r0IIm {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10px 10px 60px;
    pointer-events: none;
}

.SimpleTextDialogueComponent_inner__jveat
    .SimpleTextDialogueComponent_feedbackLayer__r0IIm
    button.SimpleTextDialogueComponent_triggerFeedback__UwUjX {
    z-index: 3;
    pointer-events: all;
}

/* https://webgpt.cz/_next/static/css/a30ba424c44d0bde.css */

.FeedbackButton_FeedbackButton__E3EyY {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
}

.FeedbackButton_FeedbackButton__E3EyY img {
    width: 100%;
    height: 100%;
    filter: invert(1);
}

/* https://webgpt.cz/_next/static/css/038369a1b99fdcf8.css */

.ImageGeneratorDialogueComponent_ImageGeneratorDialogueComponent___3mQ5 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🖋' 0 '🖼' 1fr '▶' 50px;
}

.ImageGeneratorDialogueComponent_ImageGeneratorDialogueComponent___3mQ5.ImageGeneratorDialogueComponent_isAdvanced___2xgU {
    grid-template: '🖋' 1fr '🖼' 2fr '▶' 50px;
}

textarea.ImageGeneratorDialogueComponent_prompt__xS7lR {
    grid-area: 🖋;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    resize: none;
    background-color: transparent;
    color: #ccc;
    margin: 7px;
}

.ImageGeneratorDialogueComponent_results__hgDNm {
    grid-area: 🖼;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.ImageGeneratorDialogueComponent_results__hgDNm > p {
    width: 100%;
    text-align: center;
}

.ImageGeneratorDialogueComponent_actions___mmXv {
    grid-area: ▶;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ImageGeneratorDialogueComponent_actions___mmXv > * {
    width: 33%;
}

.ImageGeneratorDialogueComponent_actions___mmXv > * select {
    width: 100%;
    max-width: unset;
}

.ImageGeneratorDialogueComponent_secondaryAction__a5hfm {
    background-color: #3d3d3d;
}

.ImageGeneratorDialogueComponent_callToAction__qtKdX {
    background-color: #299ca0;
}

/* https://webgpt.cz/_next/static/css/bcdbed729ab809ac.css */

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: '🟦' 1fr/1fr;
    align-content: space-between;
}

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4 .ImagePromptResultsPicker_gallery__JnQV_ {
    grid-area: 🟦;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    align-content: space-between;
}

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4
    .ImagePromptResultsPicker_gallery__JnQV_
    .ImagePromptResultsPicker_result__yIYg0 {
    cursor: pointer;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid transparent;
    display: grid;
    grid-template: '☑';
}

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4
    .ImagePromptResultsPicker_gallery__JnQV_
    .ImagePromptResultsPicker_result__yIYg0.ImagePromptResultsPicker_isPicked__YvaqW {
    border: 2px solid #299ca0;
    z-index: 2;
}

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4
    .ImagePromptResultsPicker_gallery__JnQV_
    .ImagePromptResultsPicker_result__yIYg0
    img.ImagePromptResultsPicker_image__G7cr1 {
    z-index: 10;
    grid-area: ☑;
    width: 100%;
    height: auto;
    cursor: pointer;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4
    .ImagePromptResultsPicker_gallery__JnQV_
    .ImagePromptResultsPicker_result__yIYg0
    .ImagePromptResultsPicker_actions__5r4dK {
    z-index: 20;
    grid-area: ☑;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: none;
    padding: 10px;
}

.ImagePromptResultsPicker_ImagePromptResultsPicker__r_8n4
    .ImagePromptResultsPicker_gallery__JnQV_
    .ImagePromptResultsPicker_result__yIYg0
    .ImagePromptResultsPicker_actions__5r4dK
    .ImagePromptResultsPicker_pick__Af08B {
    cursor: pointer;
    pointer-events: all;
    background-color: #299ca0;
}
