*, :after, :before, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --zee-wp-admin--height: 0px;
}

:root .admin-bar {
    --zee-wp-admin--height: 32px;
}

@media screen and (max-width: 782px) {
    :root .admin-bar {
        --zee-wp-admin--height: 46px;
    }
}

@media screen and (max-width: 600px) {
    :root .admin-bar {
        --zee-wp-admin--height: 0px;
    }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
    margin-top: 0;
}


/* Table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    empty-cells: show;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 27px;
    border: 1px solid var(--wp--preset--color--outline);
    margin: 0 0 1.5em;
    width: 100%;
}

table caption {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #a3a5a9
}

th {
    text-align: left;
    font-weight: 700
}

td {
    vertical-align: top
}

td.align-middle,tr.align-middle td {
    vertical-align: middle
}

td,th {
    padding: 1rem;
    border-bottom: var(--layout-border);
    border-right: var(--layout-border);
}

td:last-child,
th:last-child {
    border-right: 0;
}

/* td:first-child,th:first-child {
    padding-left: 0
}

td:last-child,th:last-child {
    padding-right: 0
} */

thead {
    background: var(--wp--preset--color--foreground-dark);
}

tfoot td,tfoot th {
    color: var(--wp--preset--color--foreground-dark)
}

table.bordered td,table.bordered th {
    border: var(--layout-border)
}

table.striped tr:nth-child(odd) td {
    background: var(--wp--preset--color--foreground-dark)
}

table.bordered td:first-child,table.bordered th:first-child,table.striped td:first-child,table.striped th:first-child {
    padding-left: 1rem
}

table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child {
    padding-right: 1rem
}

table.unstyled td,table.unstyled th {
    border: none;
    padding: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    padding: 1px;
    -webkit-overflow-scrolling: touch
}

.table-responsive table {
    max-width: none
}

/* Input */
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    display: inline-block;
    font-family: inherit;
    font-style: inherit;
    font-size: 15px;
    height: 40px;
    outline: none;
    vertical-align: middle;
    background-color: var(--wp--preset--color--foreground);
    border: 1px solid var(--wp--preset--color--outline);
    border-radius: 4px;
    border-radius: var(--theme-btn-border-radius);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 12px;
    color: var(--wp--preset--color--base);
    width: 100%
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    background-color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--outline-dark);
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    width: 100%;
    height: auto;
    padding: 8px 12px;
    line-height: 20px;
    vertical-align: top
}

label {
    font-weight: 600;
    color: #777;
    margin: 6px 0 .5em
}

form label {
    display: inline-block
}

input[type=checkbox],input[type=radio] {
    margin-right: 10px
}



/* Button */
:root .button,
:root .llms-field-button,
:root .llms-button-action,
:root .llms-button-secondary {
    background-color: var(--wp--preset--color--primary);
    border-radius: var(--theme-btn-border-radius, 5px);
    border-color: var(--wp--preset--color--primary);
    border-width: 0;
    color: var(--wp--preset--color--white);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 0.75rem;
    padding-right: 1.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.75rem;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}

.button:hover,
.llms-field-button:hover,
.llms-button-action:hover,
.llms-button-secondary:hover {
    background-color: var(--wp--preset--color--primary-dark);
}

.llms-button-secondary {

}




.wp-block-navigation .wp-block-navigation-item:not(.is-style-button-link) .wp-block-navigation-item__content:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

.wp-element-button,
.wp-block-button__link,
.wp-block-site-title > a,
.wp-block-navigation .wp-block-navigation-item__content {
    transition: all 0.3s ease;
}

.wp-site-blocks footer {
    margin-block-start: auto;
    margin-top: auto;
}

.is-style-button-link .wp-block-navigation-item__content:hover {
    box-shadow: inset 0 0 0 9999px #00000020;
}

.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item.is-style-button-link
.wp-block-navigation-item__content {
    padding-top: 0.6rem;
    padding-right: 1.2rem;
    padding-bottom: 0.6rem;
    padding-left: 1.2rem;
}





/* Query Block Pagination */
.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    width: 30px;
    height: 30px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--wp--preset--color--foreground-dark); */
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid var(--wp--preset--color--outline);
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
    background: var(--wp--preset--color--foreground);
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
    text-decoration: none;
    margin-bottom: 0;
}




/* Pagination */

.zeeblocks-pagination,
.zeeblocks-llms-pagination {
    margin-top: 20px;
}

.zeeblocks-pagination .nav-links,
.zeeblocks-llms-pagination > .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.zeeblocks-pagination .nav-links .page-numbers,
.zeeblocks-llms-pagination > .page-numbers li .page-numbers {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--wp--preset--color--foreground);
    border-radius: var(--theme-btn-border-radius);
    text-decoration: none;
    transition: .3s;
    color: var(--wp--preset--color--base);
    box-shadow: 1px 1px 2px #00000010;
}

.zeeblocks-pagination .nav-links .page-numbers.current,
.zeeblocks-pagination .nav-links .page-numbers:hover,
.zeeblocks-llms-pagination > .page-numbers li .page-numbers.current,
.zeeblocks-llms-pagination > .page-numbers li .page-numbers:hover {
    background: var(--wp--preset--color--primary-light);
    color: #fff;
}




/* Postions */
.zee-position-relative {
    position: relative;
}

.zee-position-absolute {
    position: absolute;
}

.zee-position-fixed {
    position: fixed;
}

.zee-position-static {
    position: static;
}

.zee-position-sticky {
    position: sticky;
    z-index: 99;
}


.r-top-1 {
    top: var(--wp--preset--spacing--1);
}

.r-top-2 {
    top: var(--wp--preset--spacing--2);
}

.r-top-3 {
    top: var(--wp--preset--spacing--3);
}

.r-top-4 {
    top: var(--wp--preset--spacing--4);
}

.r-top-5 {
    top: var(--wp--preset--spacing--5);
}

.r-top-6 {
    top: var(--wp--preset--spacing--6);
}

.r-top-7 {
    top: var(--wp--preset--spacing--7);
}

.r-top-8 {
    top: var(--wp--preset--spacing--8);
}

.r-top-9 {
    top: var(--wp--preset--spacing--9);
}



.r-bottom-1 {
    bottom: var(--wp--preset--spacing--1);
}

.r-bottom-2 {
    bottom: var(--wp--preset--spacing--2);
}

.r-bottom-3 {
    bottom: var(--wp--preset--spacing--3);
}

.r-bottom-4 {
    bottom: var(--wp--preset--spacing--4);
}

.r-bottom-5 {
    bottom: var(--wp--preset--spacing--5);
}

.r-bottom-6 {
    bottom: var(--wp--preset--spacing--6);
}

.r-bottom-7 {
    bottom: var(--wp--preset--spacing--7);
}

.r-bottom-8 {
    bottom: var(--wp--preset--spacing--8);
}

.r-bottom-9 {
    bottom: var(--wp--preset--spacing--9);
}


.r-left-1 {
    left: var(--wp--preset--spacing--1);
}

.r-left-2 {
    left: var(--wp--preset--spacing--2);
}

.r-left-3 {
    left: var(--wp--preset--spacing--3);
}

.r-left-4 {
    left: var(--wp--preset--spacing--4);
}

.r-left-5 {
    left: var(--wp--preset--spacing--5);
}

.r-left-6 {
    left: var(--wp--preset--spacing--6);
}

.r-left-7 {
    left: var(--wp--preset--spacing--7);
}

.r-left-8 {
    left: var(--wp--preset--spacing--8);
}

.r-left-9 {
    left: var(--wp--preset--spacing--9);
}



.r-right-1 {
    right: var(--wp--preset--spacing--1);
}

.r-right-2 {
    right: var(--wp--preset--spacing--2);
}

.r-right-3 {
    right: var(--wp--preset--spacing--3);
}

.r-right-4 {
    right: var(--wp--preset--spacing--4);
}

.r-right-5 {
    right: var(--wp--preset--spacing--5);
}

.r-right-6 {
    right: var(--wp--preset--spacing--6);
}

.r-right-7 {
    right: var(--wp--preset--spacing--7);
}

.r-right-8 {
    right: var(--wp--preset--spacing--8);
}

.r-right-9 {
    right: var(--wp--preset--spacing--9);
}


.r-sticky-top-0 {
    top: calc( 0px + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-1 {
    top: calc( var(--wp--preset--spacing--1) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-2 {
    top: calc( var(--wp--preset--spacing--2) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-3 {
    top: calc( var(--wp--preset--spacing--3) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-4 {
    top: calc( var(--wp--preset--spacing--4) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-5 {
    top: calc( var(--wp--preset--spacing--5) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-6 {
    top: calc( var(--wp--preset--spacing--6) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-7 {
    top: calc( var(--wp--preset--spacing--7) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-8 {
    top: calc( var(--wp--preset--spacing--8) + var(--zee-wp-admin--height, 0px) );
}

.r-sticky-top-9 {
    top: calc( var(--wp--preset--spacing--9) + var(--zee-wp-admin--height, 0px) );
}



.r-zindex-1 {
    z-index: 1;
}
.r-zindex-2 {
    z-index: 2;
}
.r-zindex-3 {
    z-index: 3;
}
.r-zindex-4 {
    z-index: 4;
}
.r-zindex-5 {
    z-index: 5;
}
.r-zindex-6 {
    z-index: 6;
}
.r-zindex-7 {
    z-index: 7;
}
.r-zindex-8 {
    z-index: 8;
}
.r-zindex-9 {
    z-index: 9;
}
.r-zindex-10 {
    z-index: 10;
}
.r-zindex-50 {
    z-index: 50;
}
.r-zindex-100 {
    z-index: 100;
}
.r-zindex-999 {
    z-index: 999;
}







.fa.fa-check,
.fa.fa-times,
.fa.fa-clock-o {
    font-family: 'zeeblocks' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa.fa-check:before {
    content: "\e90e";
}

.fa.fa-times:before {
    content: "\e911";
}
.fa.fa-clock-o:before {
    content: "\e912";
}



/* Order */
.r-order-1 {
    order: 1;
}

.r-order-2 {
    order: 2;
}

.r-order-3 {
    order: 3;
}

.r-order-4 {
    order: 4;
}

.r-order-5 {
    order: 5;
}

.r-order-6 {
    order: 7;
}

@media (max-width: 781px) {
    .r-m-order-1 {
        order: 1;
    }
    
    .r-m-order-2 {
        order: 2;
    }
    
    .r-m-order-3 {
        order: 3;
    }
    
    .r-m-order-4 {
        order: 4;
    }
    
    .r-m-order-5 {
        order: 5;
    }
    
    .r-m-order-6 {
        order: 7;
    }
}




/* Blocks - Search */
.wp-block-search .wp-block-search__button {
    height: 40px;
    padding: 8px 30px;
    border-radius: var(--theme-btn-border-radius);
}

.wp-block-search__icon-button.wp-block-search .wp-block-search__button.has-icon {
    padding: 8px;
    width: 40px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid var(--wp--preset--color--outline);
    box-sizing: border-box;
    padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) input.wp-block-search__input {
    border: 0;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    border-radius: var(--theme-btn-border-radius) 0 0 var(--theme-btn-border-radius);
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
    max-width: calc(100% - 100px);
    border-radius: 0 var(--theme-btn-border-radius) var(--theme-btn-border-radius) 0;
}