@font-face {
    font-family: "Volta";
    src: url("/assets/Volta-208f6d8e.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Volta Italic";
    src: url("/assets/VoltaItalic-6ab2b57e.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "CG Omega";
    src: url("/assets/CGOmega-99c92749.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Skriveskrift";
    src: url("/assets/SkriveskriftSten-20bb20f4.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Antikva";
    src: url("/assets/Antikva-0b7f7de6.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("/assets/HelveticaSten-dbf0326d.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

a {
    transition: 0.2s all ease;
}

.header-nav.menu-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.116) 0px 1.6px 6.4px 0px;
    padding-block: 10px;
    z-index: 99;
}

.container {
    padding-inline: 15px;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/assets/select-input-arrow-2cd529f9.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Baskervville", serif;
    line-height: 1.3;
}

button.skltbs-active {
    color: #212721 !important;
}

.dash-wrap {
    display: flex;
}

.dash-wrap button.skltbs-active {
    background-color: #fff;
}

.dash-wrap button.skltbs-active span {
    color: #241C15;
}

.dashsidenav {
    height: calc(100vh - 87px);
    max-width: 128px;
}

.sidebar-wrap {
    height: calc(100vh - 87px);
    overflow: auto;
    scrollbar-width: none;
    max-width: 364px;
    width: 100%;
}

.dashCanvas {
    width: calc(100% - 492px);
    height: calc(100vh - 87px);
    position: relative;
}

.sidebar-wrap::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

select {
    max-height: 200px;
    overflow-y: auto;
}

select::-webkit-scrollbar {
    width: 6px;
}

select::-webkit-scrollbar-track {
    background: #f1f1f1;
}

select::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

select::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.canvassidebar {
    transform: translateX(120%);
    transition: 0.3s;
}

.canvassidebar.active {
    transform: translateX(0);
}

.togglebar {
    left: 70px;
    transition: 0.3s;
}

.togglebar.active {
    left: -65px;
}

.select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    z-index: 1;
    cursor: pointer;

    /* important for layout */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    transition: 0.2s;
}

.select .placeholder svg {
    flex-shrink: 0;
    margin-left: 8px;
    margin-right: -8px;
    transition: transform 0.15s ease-in-out;
    transform: rotate(0deg);
}

/* When open, rotate arrow 180° (points up) */
.select.is-open .placeholder svg {
    transform: rotate(180deg);
}

/* Dropdown list positioning */
.select ul {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    top: 100%;
    left: 0;
    z-index: 100;
}

.select.select--above ul {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 3px;
}

.select li.is-selected {
    font-weight: 700;
}

#style-9::-webkit-scrollbar-track
{
    background-color: rgba(245, 245, 245, 0);
}

#style-9::-webkit-scrollbar
{
    width: 6px;
    border-radius: 15px;
    background-color: rgba(245, 245, 245, 0);
}

#style-9::-webkit-scrollbar-thumb
{
    background: #D6D1CD;
    border-radius: 35px;
    z-index: -9999999;
}

[data-value="Volta"] { font-family: "Volta"; }
[data-value="Volta Italic"] { font-family: "Volta Italic"; }
[data-value="CG Omega"] { font-family: "CG Omega"; }
[data-value="Skriveskrift"] { font-family: "Skriveskrift"; }
[data-value="Helvetica"] { font-family: "Helvetica"; }
[data-value="Antikva"] { font-family: "Antikva"; }
[data-value="Antikva (versaler)"] { font-family: "Antikva"; text-transform: uppercase; }

/* Make canvas items obviously draggable */
[data-canvas-select-target="item"] {
    cursor: grab;
}
[data-canvas-select-target="item"].is-dragging {
    cursor: grabbing;
}

/* Ensure the dashed selection frame's padding does not shrink the content box.
   We scope this to the designer canvas to avoid global side effects. */
.dashCanvas [data-canvas-select-target="item"] {
    box-sizing: content-box;
    min-width: 100px;
}

[data-role="handle"] {
    cursor: pointer;
}


.slider .slick-slide {
    margin: 0 5px;
}

.custom-radio-groups input[type="radio"] {
    display: none;
}

.custom-radio-groups label {
    position: relative;
    padding-left: 40px;
}

.custom-radio-groups label::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 2px solid #241c154b;
    border-radius: 50%;
    top: 13px;
    left: 0rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.custom-radio-groups label::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    left: 1px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.custom-radio-groups input[type="radio"]:checked + label::before {
    border-color: #FFD146;
    background-color: #FFD146;
}

.scrollbar-w-none {
    scrollbar-width: none;
}

.custom-radio-groups input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(0.55);
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider .slick-slide {
        margin: 0 3.5px;
    }
}

@media (max-width: 767px) {
    .slider .slick-slide {
        margin: 0 3px;
    }
}
