﻿.bg-gradient {
    background: linear-gradient(to left, rgb(17 127 212 / 30%), rgb(205 196 230 / 40%), #f2f2f2);
}

.depth-16-hover::before {
    border-radius: 10px;
}
.tab-group a:not(.tab-image) .tab-label, .tab-group button:not(.tab-image) .tab-label {
    max-width: 15rem
}
.tab-panel#prompt-better h3 span {
    background-color: #a2e9d0;
}

/*.tab-panel-group .col:nth-of-type(odd) picture {
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #0736c3, #2253ce, #0d91e1, #00aeff, #3dcbff, #52b471, #98bd42, #ffc800) 1;
}*/

/*.tab-panel-group .col:nth-of-type(even) picture {
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #c02b3c, #ff5f3d, #ffb657, #ffb152, #fa8f6d, #f2598a, #8c48ff, #f8adfa) 1;
}*/

.depth-16-hover.rounded-xl.card img {
    border-radius: 0.5rem 0.5rem 0 0;
}

main .material-ai {
    background: linear-gradient(330deg, #dcf0e3, #cdd7f3);
}

#btt { position:fixed; bottom:20px; right:20px; z-index:99; display:none }
footer {
    margin-top: 0px !important;
}

