/*
 * adN33 Print Orders - Styles
 * Version: 1.0.0
 * Last Updated: 2024-03-19
 */

#tab-content textarea { width: 100%; min-height: 60px; margin-top: 5px; }

#adn33-guide-modal {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 99;
}

#adn33-guide-modal.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.select2-container {
    z-index: 100 !important;
    width: 100% !important;
}

.select2-dropdown {
    z-index: 101 !important;
}

#adn33-guide-modal.show {
    overflow: visible !important;
}
