.stepper {
    .active {
        display: block;
        .justify-start {
            justify-content: space-between !important;
        }
    }
    .disabled {
        display: none;
    }
}

[x-cloak] { display: none !important; }


.shadow-root {
    --tw-shadow-color: #F98600;--tw-shadow-colored: 0 -2px 17px -9px var(--tw-shadow-color), 0 1px 4px -2px var(--tw-shadow-color);
}
.shadow-btn-step {
    --tw-shadow: 0 0px 0px 1px #F98600;
    --tw-shadow-colored: 0 0px 0px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #F98600),var(--tw-ring-shadow, 0 0 #F98600),var(--tw-shadow);
}

.accent-custom {
    accent-color: #F98600;
}

/* new */
.bg-root {
    background-color: rgb(255, 228, 195);
}

:is(.dark .bg-root) {
    background-color: rgb(51, 31, 0);
}
td {
    padding: .75rem !important;
}

.bg-cap {
    background: #313131;
    color: #fff;
}

.bg-white {
    background: #fff;
    color: #313131;
}

@media (max-width: 950px) {
    .aside {
        display: none;
    }
}

@media (min-width: 960px) {
    .aside {
        width: 25%;
    }
}

.aside {
    padding: 0;
    margin: 0;
    background-image: url('/img/bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 1rem;
}

/*.layout-navigation .dropdown {
    display: none;
}*/

.radial-progress--orange {
    color: #F98600 !important;
}

.radial-progress--grey {
    color: #313131;
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.box-title {
    font-size: 20px;
    line-height: 1.45em;
    font-weight: 500;
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

._is-minimized .radial-progress {
    display: none!important;
}

/* Немного стилей для выпадающего списка */
.suggestions-list {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 300px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0;
    padding: 0;
    list-style: none;
}

.suggestions-list li {
    padding: 5px;
    cursor: pointer;
}

.suggestions-list li:hover {
    background: #eee;
}
