/* CMS Admin CSS */

a {
    color: #000;
    text-decoration: none;
}

.styled-section-block {
    background-color: #f9f9f9;
    border: 2px dotted #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 18px;
}

.menu-section-block {
    background-color: #f9f9f9;
    border: 2px dotted #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.section-block {
    background-color: #f9f9f9;
    border: 2px dotted #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.styled-section-block>div {
    flex: 1 1 48%;
}

.styled-section-block>div:nth-child(3) {
    flex: 1 1 100%;
}

.styled-section-block>div[data-contentpath="slug"] .help {
    position: absolute;
    top: -28px;
    left: 45px;
    font-size: 12px;
}

.styled-section-block .w-field__comment-button {
    z-index: 99;
}

.styled-section-block .c-sf-add-button {
    background-color: transparent !important;
}

.styled-section-block .button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 25px;
}

.styled-section-block .button-block>div {
    flex: 1 1 48%;
}

.styled-section-block .button-block>div:nth-child(3) {
    flex: 1 1 100%;
}

.styled-section-block .button-block .w-field--choice_field {
    width: 100%;
}

.styled-section-block .button-block .w-field--choice_field select {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1rem !important;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
.public-DraftEditor-content {
    border: 1px solid #e4e6ed !important;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Archivo", sans-serif;
    border-radius: 5px;
}

.Draftail-Editor {
    border: none !important;
}

.sidebar input {
    border: 1px dotted #4b3b00 !important;
    border-radius: 5px !important;
    padding-inline-start: 45px !important;
}

.sidebar__inner form button {
    padding-inline-start: 15px !important;
}

.sidebar input:focus-visible {
    outline: none !important;
}

.styled-section-block [data-tippy-root] {
    margin-left: 2.5rem !important;
}

.tippy-box[data-theme=dropdown] {
    margin-left: 4.5rem !important;
}

.page-chooser .tippy-box[data-theme=dropdown] {
    margin-left: 0rem !important;
    min-width: 200px;
}

.snippet-chooser .chosen .tippy-box[data-theme=dropdown]{
    min-width: 260px;
}

.w-form-width {
    max-width: 960px;
}

.w-combobox__option-row {
    grid-template-columns: 1fr 0rem !important;
}

.sidebar-custom-branding {
    margin: 1em auto 2rem !important;
}

.login-logo {
    display: none !important;
}

.sidebar .logo-icon {
    display: none;
}

.sidebar--slim .logo-icon {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.sidebar--slim .logo {
    display: none;
}

.sidebar-menu-item__link {
    width: 95%;
    margin: 5px auto;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.04);
    padding: 13px 15px 13px 15px;
}

.sidebar-menu-item__link:hover {
    background: rgba(0, 0, 0, 0.35);
}

.sidebar-menu-item--active {
    background-color: transparent !important;
}

.sidebar-menu-item--active .sidebar-menu-item__link {
    background: rgba(255, 205, 0, 0.20);
}

.sidebar-sub-menu-panel {
    background-color: #000 !important;
}

.sidebar--slim .sidebar-custom-branding {
    padding: 10px 0;
}

.w-summary__list li a,
.w-list-none li a {
    color: #000 !important;
}

.w-list-none li:last-child {
    display: none !important;
}

header .w-border-border-furniture {
    align-items: center;
}

header .avatar .icon {
    fill: #000 !important;
}

.sidebar-loading__inner,
.sidebar__inner {
    background-color: #000 !important;
}

.sidebar-footer {
    background-color: transparent !important;
}

.sidebar-footer .w-bg-surface-menus {
    background-color: transparent !important;
}

.sidebar__inner {
    background: url("../images/dot-1.png"), linear-gradient(180deg, #000 15.86%, #FFCD02 100.48%);
}

.sidebar-footer.sidebar-footer--open {
    background-color: #000 !important;
}

.sidebar-footer__account-toggle .sidebar-footer__account-label,
.sidebar-footer__account-toggle .icon {
    color: #000 !important;
}

.sidebar-footer.sidebar-footer--open .sidebar-footer__account-toggle .icon,
.sidebar-footer.sidebar-footer--open .sidebar-footer__account-toggle .sidebar-footer__account-label {
    color: #fff !important;
}

.login .content-wrapper {
    margin-bottom: 0vh;
}

.login .content-wrapper form {
    width: 100%;
    position: relative;
    min-width: 540px;
}

.tippy-box {
    background-color: #0e0e0e;
}

.tippy-box .icon {
    fill: #fff !important;
}

.w-dropdown__content :where(a, button):hover {
    background-color: #be8d01;
}

.footer__container {
    background: #000;
}

.footer .actions--primary .button {
    height: 3rem;
    background-color: #d5ab00;
    border: none;
    color: #000;
}

.footer .actions--primary .button:hover {
    background-color: #FFCD02;
}

.sidebar-main-menu .icon--submenu-header {
    fill: #bb8b00;
    opacity: 1;
}

.c-page-explorer,
.c-page-explorer__header {
    background-color: #000;
}

.c-page-explorer__header {
    border-color: #2f2f2f;
}

.c-page-explorer__item {
    border-color: #2f2f2f;
}

.c-page-explorer__item>:not([hidden])~:not([hidden]) {
    border-color: #2f2f2f;
}

.c-page-explorer__item__link:focus,
.c-page-explorer__item__link:hover {
    background-color: #be8d01;
}

.c-page-explorer__item__action:focus,
.c-page-explorer__item__action:hover {
    background-color: #be8d01;
}

.c-page-explorer__header__title:focus,
.c-page-explorer__header__title:hover {
    background-color: #be8d01;
}

.listing .children a .icon {
    fill: #be8f02;
}

.listing .children a:hover {
    background: #000;
}

.pagination li.pagination__page-number.pagination__page-number--current a {
    background-color: #000;
}

.pagination li.pagination__page-number.pagination__page-number--current a:hover {
    background-color: #be8d01;
}

.pagination li.pagination__page-number a {
    border: 1px solid #be8d01;
}

.pagination li.pagination__page-number:hover a {
    color: #000;
}

@media screen and (min-width: 50em) {

    .listing td.children:hover,
    .listing tr:hover .children {
        background-color: #000;
    }
}

.sidebar__inner form {
    width: 95%;
    margin: 0 auto;
    top: -5px;
}

body.ready .sidebar-loading__collapse-toggle:hover,
body.ready .sidebar__collapse-toggle:hover {
    background-color: #be8d01;
}

.modal-body .w-header {
    background-color: #bd9803;
    padding: 20px;
}

.modal-body .w-header>.row {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.listing.chooser tbody tr:hover {
    background-color: #000;
}

input:focus-visible {
    outline: 2px solid #bdbdbd !important;
}

.modal .close.button {
    top: .75rem;
    height: 2.5rem;
    width: 2.5rem;
    background: #937604;
    border-radius: 10px;
}

.modal .close.button:hover {
    background-color: #000;
}

.listing tbody tr,
.listing tbody tr td a .icon,
.w-filter-button .icon {
    fill: #000;
}

.login .wrapper {
    background:
        url("../images/dot.png"),
        linear-gradient(283deg, #000 -6.05%, #FFCD01 107.02%);
    background-repeat: repeat;
    background-size: auto, auto;
}

.login .wrapper::before {
    content: '';
    background: url("../images/login-bg.png") no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 750px;
    aspect-ratio: 750 / 810;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login .content-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.login .content-wrapper .custom-message {
    flex: 1 1 18%;
}

.login .content-wrapper .custom-login-logo {
    flex: 1 1 18%;
}

.login .content-wrapper form {
    flex: 1 1 60%;
}

.auth-form-panel {
    flex: 1 1 60%;
    min-width: 0;
    position: relative;
}

.auth-form-panel__intro {
    margin-bottom: 1.4rem;
    max-width: 38rem;
}

.auth-form-panel__title {
    display: block !important;
    margin: 0 0 0.6rem;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.08;
}

.auth-form-panel__intro p,
.auth-form-panel__alt-title {
    margin: 0;
    color: #23135f;
    font-size: 1rem;
    line-height: 1.7;
}

.auth-form-panel__alternatives {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1rem;
}

.login h1 {
    margin-bottom: 0rem;
    display: none;
}

.custom-login-logo {
    width: 100%;
    min-width: 300px;
    background: url(../images/logo-bg.png) no-repeat center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-login-logo h1 {
    color: #E3B602;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    margin: 0rem 0rem 1.2rem;
    display: block;
}

.custom-login-logo img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.login .content-wrapper {
    max-width: 995px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 20px 25px rgba(0, 0, 0, 0.10);
}

.login-form {
    width: 100%;
    position: relative;
}

.login .button,
.login .w-field__label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.login .button.reset-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .content-wrapper input {
    border-radius: 5px;
    border: 1px solid #C8C6C6;
    background: #FFF;
    height: 55px;
    padding: 1rem;
    font-size: 18px;
    color: #000 !important;
}

.login .content-wrapper input:-internal-autofill-selected {
    background-color: #fff !important;
    color: #000 !important;
}

.login .content-wrapper input[type=checkbox] {
    height: 18px;
    width: 18px;
    padding: 12px;
}

.login .content-wrapper input[type=checkbox]::before {
    top: 5px;
    left: 5px;
}

.login .content-wrapper input[type=checkbox]:checked:before {
    background: #000;
}

.remember-me {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.form-actions {
    background: #fff;
}

.login .button {
    border-radius: 30px;
    background: #FFCD02;
    box-shadow: 0 0 8px 12px rgba(0, 0, 0, 0.02);
    height: 60px;
    border: none;
    color: #000;
}

.login .button:hover {
    background: #000;
    color: #fff;
}

.login .reset-password {
    margin: 0px;
    position: absolute;
    right: 0px;
    color: #E3B602;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid;
}

.login .reset-password:hover {
    color: #000;
}

.login .messages {
    background: none;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

.auth-form-panel--two-factor .login-form {
    max-width: 100%;
}

.auth-form-panel--two-factor .form-actions {
    margin-top: 1rem;
}

.auth-form-panel--two-factor .button.button-secondary {
    min-width: 220px;
    margin-top: 0.2rem;
    border: 1px solid #cabf95;
    background: #fff;
    box-shadow: none;
}

.auth-form-panel--two-factor .button.button-secondary:hover {
    background: #f2ead0;
    border-color: #d4a600;
    color: #000;
}

.login .content-wrapper .messages>ul>li {
    padding: 0em;
}

.login .content-wrapper .login .messages ul li {
    margin-bottom: 0px;
}

.login .content-wrapper .messages .error {
    color: #fb2222;
    background-color: transparent;
}

.login .content-wrapper .messages .success {
    color: #1b8666;
    background-color: transparent;
}

.w-header-button {
    color: #000;
}

.w-header-button:hover {
    background-color: #e9d694;
    border-color: #e7c234;
    color: #000;
}

.button.button-secondary {
    color: #000;
}

.icon.teal {
    color: #000;
}

.listing .title .title-wrapper a:hover,
.listing .title h2 a:hover {
    color: #b58e00;
}

.sidebar-custom-branding {
    outline: none !important;
}

.w-panel .button {
    background-color: #454545;
    border: none;
}

.w-panel .button:hover {
    background-color: #d5ab00;
}

.button.chooser__choose-button {
    color: #000;
    border: 1px solid #c5c3c3 !important;
    background-color: #ededed;
}

.button.chooser__choose-button:hover {
    color: #fff;
}

.Draftail-Editor {
    border: none;
}

.replace-file-input .button {
    background-color: #454545;
    border: none;
}

.replace-file-input .button:hover,
.replace-file-input:hover button {
    background-color: #d5ab00;
}

.section-block .button-block {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 20px;
    background: #efefef;
    border-radius: 5px;
    margin-top: 0.8rem;
    padding: 0.85rem;
    margin-bottom: 1rem;
}

.button-block .c-sf-add-button {
    background-color: transparent;
}

.section-block .button-block.tabs .w-field__label {
    margin-top: 1rem;
}

.section-block .content-block {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 1rem;
    margin-top: 0.8rem;
}

.section-block .content-block:last-child .button-block {
    margin-bottom: 1rem;
}

.section-block .button-block .w-field__wrapper:last-child {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.section-block .button-block>div {
    flex: 1 1 48%;
}

.section-block .button-block>div:nth-child(3) {
    flex: 1 1 100%;
}

.section-block .button-block .w-field--choice_field {
    width: 100%;
}

.section-block .button-block .w-field--choice_field select {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1rem !important;
}

.actions .button .icon {
    fill: #000 !important;
}

.w-combobox__option-icon .icon {
    fill: #000 !important;
}

.content-block div[data-contentpath="section_name"] {
    display: none;
}

.content-block div[data-contentpath="color"] .w-field--select,
.section-block div[data-contentpath="color"] .w-field--select {
    width: 100%;
}

.section-block.testimonials div[data-contentpath="section_name"] {
    display: none;
}

.section-block.testimonials div[data-contentpath="color"] {
    margin-bottom: 1rem;
}

.content-block div[data-contentpath="color"] .w-field--select select,
.section-block div[data-contentpath="color"] .w-field--select select {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Archivo", sans-serif;
    border-radius: 5px;
}

.content-block div[data-contentpath="color"] .w-field__wrapper,
.section-block div[data-contentpath="color"] .w-field__wrapper {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.content-block div[data-contentpath="bg_color"],
.content-block div[data-contentpath="section_layout"],
.content-block div[data-contentpath="color"] {
    margin-bottom: 1rem;
}

.button-block div[data-contentpath="bg_color"],
.button-block div[data-contentpath="section_layout"],
.button-block div[data-contentpath="color"] {
    margin-bottom: 0rem;
}

.content-block div[data-contentpath="bg_color"] .w-field--select,
.content-block div[data-contentpath="section_layout"] .w-field--select {
    width: 100%;
}

.content-block div[data-contentpath="bg_color"] .w-field--select select,
.content-block div[data-contentpath="section_layout"] .w-field--select select {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Archivo", sans-serif;
    border-radius: 5px;
}

.content-block div[data-contentpath="bg_color"] .w-field__wrapper,
.content-block div[data-contentpath="section_layout"] .w-field__wrapper {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.menu-section-block .w-field--select {
    width: 100%;
}

.menu-section-block select {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Archivo", sans-serif;
    border-radius: 5px;
}

.menu-section-block .country-block {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 20px;
    background: #ededed;
    padding: 1rem;
    border-radius: 8px;
}

.menu-section-block .country-block.mb-1 {
    margin: 0.5rem 0rem 1rem;
}

.menu-section-block .country-block .w-field__wrapper {
    padding-bottom: 0rem !important;
}

.menu-section-block .country-block>div {
    flex: 1 1 48%;
}

.search-dropdown .select2-selection {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Archivo", sans-serif;
    border-radius: 5px !important;
    padding: 0.65rem 1rem;
    height: auto !important;
}

.search-dropdown .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: normal !important;
}

.search-dropdown .select2-selection__arrow {
    top: 8px !important;
    right: 8px !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 12px !important;
}

.titled-list .struct-block div[data-contentpath="description"] {
    margin-top: 1rem;
}

.w-form-width .w-field__input select {
    width: 100%;
    border: 1px solid #e4e6ed !important;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Archivo", sans-serif;
    border-radius: 5px;
}

.w-header .right .button {
    background-color: rgb(133, 110, 1);
    border: 1px solid rgb(137, 113, 1);
}

.w-header .right .button:hover {
    background-color: rgb(0, 0, 1);
    border: 1px solid rgb(0, 0, 1);
}

.two-factor-content {
    width: 100%;
}

.two-factor-shell .content-wrapper {
    /*  max-width: 1180px; */
    width: calc(100% - 3rem);
}

.two-factor-shell .custom-login-logo {
    flex: 0 0 280px;
}

.two-factor-shell .two-factor-content {
    flex: 1 1 720px;
    min-width: 0;
}

.two-factor-panel {
    display: block;
    width: 100%;
}

.two-factor-panel__content {
    width: 100%;
    max-width: none;
}

.two-factor-panel__title {
    display: block !important;
    margin: 0 0 1rem;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.two-factor-panel__intro,
.two-factor-secret p,
.password-reset-complete-screen .custom-message p {
    margin: 0 0 1rem;
    color: #23135f;
    font-size: 1rem;
    line-height: 1.7;
}

.two-factor-form {
    width: 100%;
}

.two-factor-fields {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.two-factor-field {
    width: 100%;
}

.two-factor-field__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.two-factor-field__control input:not([type="radio"]):not([type="checkbox"]),
.two-factor-field__control select,
.two-factor-field__control textarea {
    width: 100%;
}

.two-factor-field__control ul {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.two-factor-field__control ul li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d8d1b2;
    border-radius: 14px;
    background: #fffaf0;
}

.login .two-factor-field__control ul li label {
    margin: 0;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.login .two-factor-field__control input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    padding: 0;
    border: 2px solid #bba86a !important;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    position: relative;
    cursor: pointer;
}

.login .two-factor-field__control input[type="radio"]::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #0f8f8b;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.18s ease;
}

.login .two-factor-field__control input[type="radio"]:checked {
    border-color: #0f8f8b !important;
}

.login .two-factor-field__control input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.login .two-factor-field__control input[type="radio"]:focus-visible {
    outline: 2px solid rgba(15, 143, 139, 0.24) !important;
    outline-offset: 3px;
}

.two-factor-field__help {
    margin: 0.5rem 0 0;
    color: #5f558a;
    font-size: 0.92rem;
    line-height: 1.5;
}

.two-factor-form-errors,
.two-factor-field__errors,
.two-factor-warning {
    padding: 0rem;
    background: none;
    border: none;
    color: #9d1f16;
}

.two-factor-field__errors p{
    margin: 5px 0px 0px !important;
    color: #fb2222 !important;
    font-size: 14px !important;
}

.two-factor-panel__intro{
    font-size: 14px !important;
}

.two-factor-form-errors p,
.two-factor-field__errors p,
.two-factor-warning {
    margin: 0;
}

.two-factor-qr-block {
    display: inline-flex;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fff8dd 100%);
    box-shadow: inset 0 0 0 1px rgba(212, 166, 0, 0.22);
}

.two-factor-qr-block__image {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
}

.two-factor-secret {
    margin-bottom: 1.5rem;
}

.two-factor-secret__value {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    background: #f7f4ea;
    color: #000;
    font-family: "Courier New", monospace;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    word-break: break-all;
}

.two-factor-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.two-factor-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 3rem;
    padding: 0 1.4rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.two-factor-action--primary {
    background: #ffcd02;
    border-color: #ffcd02;
    color: #000;
}

.two-factor-action--primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.two-factor-action--secondary {
    background: #fff;
    border-color: #cabf95;
    color: #000;
}

.two-factor-action--secondary:hover {
    background: #f2ead0;
    border-color: #d4a600;
    color: #000;
}

.two-factor-action--cancel {
    min-width: auto;
    height: auto;
    padding: 0.35rem 0.15rem;
    background: transparent;
    border: none;
    color: #b88c00;
    font-weight: 700;
}

.two-factor-action--cancel:hover {
    color: #000;
}

.two-factor-action--disabled,
.two-factor-action--disabled:hover {
    background: #f2f2f2;
    border-color: #dddddd;
    color: #9f9f9f;
    cursor: not-allowed;
}

.password-reset-complete-screen .content-wrapper {
    max-width: 720px;
}

.password-reset-complete-screen .custom-message {
    width: 100%;
    text-align: center;
    padding: 3.5rem 3rem;
}

.password-reset-complete-screen .custom-login-logo {
    margin: 0 auto 1.5rem;
}

.password-reset-complete-screen .back-to-signin a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 3.5rem;
    border-radius: 999px;
    background: #ffcd02;
    color: #000;
    font-weight: 700;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.password-reset-complete-screen .back-to-signin a:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .auth-form-panel__title {
        font-size: 1.65rem;
    }

    .two-factor-shell .content-wrapper {
        width: calc(100% - 1.5rem);
    }

    .two-factor-shell .custom-login-logo,
    .two-factor-shell .two-factor-content {
        flex-basis: 100%;
    }

    .two-factor-panel__title {
        font-size: 1.65rem;
    }

    .two-factor-actions {
        align-items: stretch;
    }

    .two-factor-action {
        width: 100%;
    }

    .two-factor-action--cancel {
        width: auto;
    }

    .password-reset-complete-screen .custom-message {
        padding: 2.25rem 1.5rem;
    }
}

.w-header .right .button:hover .icon-wrapper {
    background-color: #343232;
}

.w-header .left .col {
    display: flex;
    align-items: center;
    gap: 8px;
}

.w-header .left .col .w-header__description {
    font-size: 1rem;
    color: #878787;
    position: relative;
    top: 2px;
}

.w-header .w-header__title,
.w-header h1 {
    font-size: 1.75rem;
}

.result-list .listing .even {
    background: #fbfbfb;
}

.result-list table.listing tbody {
    counter-reset: rowNumber;
}

.result-list table.listing tbody tr {
    counter-increment: rowNumber;
}

.result-list table.listing tbody tr td:first-child::before {
    content: counter(rowNumber) ". ";
    font-weight: bold;
    margin-right: 8px;
    color: #444;
}

.w-tabs__panel .listing thead tr th {
    padding-inline-start: 0rem !important;
}

.w-tabs__panel .listing .title {
    padding-inline-start: 0rem !important;
}

.snippet-chooser .chooser__title {
    font-size: 1rem;
}

.menu-section-block div[data-contentpath="left_block"] .struct-block {
    background: #efefef;
    border-radius: 5px;
    margin-top: 0.8rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.menu-section-block div[data-contentpath="right_block"] .w-field__label {
    margin-bottom: 1rem;
}

.menu-section-block div[data-contentpath="left_block"] .struct-block div[data-contentpath="button_news_item"] .w-field__wrapper {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.sidebar-footer--open>ul {
    max-height: 110px;
}

.result-list .listing {
    width: 100%;
    table-layout: auto;
}

.result-list .listing th:first-child,
.result-list .listing td:first-child {
    width: 100%;
}

.result-list .listing th:not(:first-child),
.result-list .listing td:not(:first-child) {
    white-space: nowrap;
    width: auto;
}

.struct-block .w-field--select {
    width: 100%;
}

.sidebar-nav-toggle--mobile {
    background-color: #856e01 !important;
}

.sidebar-nav-toggle--open:hover {
    background-color: #222 !important;
}

.w-field--checkbox_input {
    display: flex;
    align-items: center;
}

.w-field--checkbox_input .w-field__input {
    margin-top: 0px;
    margin-left: 20px;
}

.password-reset-screen .back-to-signin {
    flex: 1 1 100%;
    text-align: center;
    margin-top: -2rem;
}

.password-reset-screen .back-to-signin a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.password-reset-screen .back-to-signin a:hover {
    color: #E3B602;
}

.done-screen .custom-message p {
    text-align: center;
    color: #00a13a;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.done-screen .custom-message .back-to-signin p {
    margin: 0rem;
}

.done-screen .custom-message .back-to-signin a:hover {
    color: #E3B602;
}

@media (max-width:768px) {
    .login .content-wrapper form {
        min-width: 100%;
    }
}

/* Shared styles for both themes */
.w-theme-dark a,
.w-theme-dark .w-summary__list li a,
.w-theme-dark .w-list-none li a {
    color: #fff !important;
    text-decoration: none;
}

.w-theme-dark header .avatar .icon,
.w-theme-dark .listing tbody tr,
.w-theme-dark .listing tbody tr td a .icon,
.w-theme-dark .w-filter-button .icon,
.w-theme-dark .icon.teal {
    fill: #fff !important;
    color: #fff !important;
}

.w-theme-dark .button.button-secondary,
.w-theme-dark .w-header-button {
    color: #fff;
}

.w-theme-dark .section-block {
    background-color: #2b2b2b;
    border: 2px dotted #515151;
}

.w-theme-dark .section-block .content-block {
    border: 1px solid #4d4646;
}

.w-theme-dark .section-block .button-block {
    background: #3d3d3d;
}

.w-theme-dark input[type=date],
.w-theme-dark input[type=datetime-local],
.w-theme-dark input[type=email],
.w-theme-dark input[type=file],
.w-theme-dark input[type=month],
.w-theme-dark input[type=number],
.w-theme-dark input[type=password],
.w-theme-dark input[type=search],
.w-theme-dark input[type=tel],
.w-theme-dark input[type=text],
.w-theme-dark input[type=time],
.w-theme-dark input[type=url],
.w-theme-dark input[type=week],
.w-theme-dark textarea,
.w-theme-dark .public-DraftEditor-content {
    border: 1px solid #575757 !important;
}

.w-theme-dark .result-list .listing .even {
    background: #353535;
}


.w-theme-dark .content-block div[data-contentpath="color"] .w-field--select select,
.w-theme-dark .section-block div[data-contentpath="color"] .w-field--select select {
    border: 1px solid var(--input-border) !important;
}

.w-theme-dark .button.chooser__choose-button {
    color: #757575;
    border: 1px solid #575757 !important;
    background-color: #000000;
}

.w-theme-dark .menu-section-block {
    background-color: #3f3f3f;
    border: 2px dotted #4f4f4f;
}

.w-theme-dark .menu-section-block .country-block {
    background: #535353;
}

.w-theme-dark .w-form-width .w-field__input select {
    border: 1px solid #575757 !important;
}

.w-theme-dark .c-sf-add-button {
    background-color: #3f3f3f;
    color: #3f3f3f;
}

.w-pill__content,
.w-pill__remove {
    background-color: #ffcd02;
    color: #000;
    border-color: #ffcd02;
}

.w-pill button:hover,
.w-pill__remove:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.button-block div[data-contentpath="news_items"] .help-critical {
    background-color: #db5a5a;
    color: #fff;
    padding-inline-start: 0em;
    text-align: center;
}

.tag {
    background-color: #ffcd02;
    padding: .2em .5em 0.2rem 0.7rem;
    font-size: 15px;
    color: #000;
}

.tag:before {
    width: 12px;
    height: 14px;
    position: relative;
    left: -4px;
    background: #000;
}

.tagit-new .ui-autocomplete-input {
    border-radius: 2px;
    padding: 5px !important;
}

.w-tabs__panel .fields .button{
    background-color: #ffcd02;
    border: 1px solid #ffcd02;
    color: #000;
}

.w-tabs__panel .fields .button:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.two-factor-shell .two-factor-content {
    flex: 1 1 60%;
    min-width: 540px;
    padding: 1rem 0;
}

.two-factor-shell .two-factor-content h1 {
    display: block;
    margin-bottom: 1rem;
    color: #000;
    font-size: 2rem;
    line-height: 1.1;
}

.two-factor-shell .two-factor-content p {
    color: #383838;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.two-factor-shell .two-factor-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.two-factor-shell .two-factor-field {
    margin-bottom: 1rem;
}

.two-factor-shell .two-factor-content th,
.two-factor-shell .two-factor-content td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
}

.two-factor-shell .two-factor-content th {
    margin-bottom: 0.35rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.two-factor-shell .two-factor-content td {
    padding-bottom: 1rem;
}

.two-factor-shell .two-factor-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.two-factor-shell .two-factor-content li {
    margin-bottom: 0.75rem;
}

.two-factor-shell .two-factor-content label {
    display: block;
    margin-bottom: 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.two-factor-shell .two-factor-content input[type="text"],
.two-factor-shell .two-factor-content input[type="email"],
.two-factor-shell .two-factor-content input[type="number"],
.two-factor-shell .two-factor-content select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #C8C6C6;
    background: #FFF;
    min-height: 55px;
    padding: 0.9rem 1rem;
    font-size: 18px;
    color: #000;
}

.two-factor-shell .two-factor-content input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 0.65rem;
    accent-color: #FFCD02;
    vertical-align: middle;
}

.two-factor-shell .two-factor-content input[type="radio"]+label,
.two-factor-shell .two-factor-content label input[type="radio"] {
    display: inline-flex;
    align-items: center;
}

.two-factor-shell .two-factor-content .error-message {
    margin-top: 0.4rem;
    color: #d92d20;
    font-size: 14px;
    font-weight: 500;
}

.two-factor-shell .two-factor-content .helptext {
    display: block;
    margin-top: 0.35rem;
    color: #6f6f6f;
    font-size: 14px;
}

.two-factor-shell .two-factor-content img.bg-white {
    display: block;
    max-width: 220px;
    margin: 1rem 0;
    padding: 0.75rem;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fff;
}

.two-factor-shell .two-factor-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 52px;
    padding: 0 1.5rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.two-factor-shell .two-factor-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.two-factor-shell .two-factor-content .btn+.btn,
.two-factor-shell .two-factor-content .btn+a.btn,
.two-factor-shell .two-factor-content a.btn+.btn {
    margin-left: 0.75rem;
}

.two-factor-shell .two-factor-content .btn-primary {
    background: #FFCD02;
    color: #000;
    box-shadow: 0 0 8px 12px rgba(0, 0, 0, 0.02);
}

.two-factor-shell .two-factor-content .btn-primary:hover {
    background: #000;
    color: #fff;
}

.two-factor-shell .two-factor-content .btn-secondary {
    background: #fff;
    color: #000;
    border-color: #d8d8d8;
}

.two-factor-shell .two-factor-content .btn-secondary:hover {
    background: #f3f3f3;
    border-color: #FFCD02;
}

.two-factor-shell .two-factor-content .btn-link {
    min-width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #E3B602;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
}

.two-factor-shell .two-factor-content .btn-link:hover {
    color: #000;
}

.two-factor-shell .two-factor-content .float-right {
    float: none !important;
}

.two-factor-shell .two-factor-content .alert-warning {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    background: rgba(255, 205, 2, 0.14);
    color: #5d4300;
}

.upload-list .right .button{
    background-color: #000 !important;
    border: 1px solid #000;
}

.upload-list .right .button:hover{
    background-color: #FFCD02 !important;
    border: 1px solid #FFCD02;
    color: #000 !important;
}

.upload-list .right .button.delete{
    background-color: #ca3b3b !important;
    color: #fff !important;
    border: 1px solid #ca3b3b;
}

.upload-list .right .button.delete:hover{
    background-color: #d01d1d !important;
    border: 1px solid #d01d1d;
}

.login .messages.reset-error-message{
    position: relative;
    top: 1rem;
}

@media (max-width: 768px) {
    .two-factor-shell .two-factor-content {
        min-width: 100%;
    }

    .two-factor-shell .two-factor-content .btn {
        width: 100%;
        margin: 0 0 0.75rem;
    }

    .two-factor-shell .two-factor-actions {
        gap: 0;
    }

    .two-factor-shell .two-factor-content .btn+.btn,
    .two-factor-shell .two-factor-content .btn+a.btn,
    .two-factor-shell .two-factor-content a.btn+.btn {
        margin-left: 0;
    }
}

.w-field__input,
.sequence-member,
.sequence-member-inner,
.w-panel,
.w-panel__content,
.w-panel__heading,
.chooser {
    min-width: 0;
}

.chooser .chosen {
    min-width: 0;
    max-width: 100%;
}

.chooser .chosen .chooser__title, .c-sf-block__header__title, .w-panel__title-text {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 250px !important;
    display: inline-block;
}

/* Chrome, Safari */
.two-factor-field__control input[type="number"]::-webkit-outer-spin-button,
.two-factor-field__control input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.two-factor-field__control input[type="number"]:hover::-webkit-outer-spin-button,
.two-factor-field__control input[type="number"]:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
.two-factor-field__control input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.two-factor-field__control input[type="number"]:hover {
    appearance: textfield;
    -moz-appearance: textfield;
}

.bulk-actions-buttons .bulk-action-btn {
    border: 1px solid #fff;
}

.bulk-actions-buttons .bulk-action-btn:hover{
    background: #FFCD02;
    border: 1px solid #FFCD02;
    color: #000;
}

.bulk-actions-buttons .bulk-action-btn.serious{
    border-color: #ca3b3b;
    color: #ca3b3b;
}

.bulk-actions-buttons .bulk-action-btn.serious:hover{
    border-color: #ca3b3b;
    background: #ca3b3b;
    color: #fff;
}