legend{
    font-weight: 600;
    padding: 6px 0;
}
#export-options-wrap {
    /* right: 250px; */
    /* position: absolute; */
    /* top: 91px; */
    /* z-index: 9999;     */
    margin: 0;
    padding: 8px 20px 12px;
}

#export-options-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}

.hidden {
    display: none;
}

#export-options-toggle {
    border-top: 2px solid transparent;
    border-radius: 0 0 4px 4px;
}

#smack-easyinv-tabs-wrap .tabs{
    position: relative;
    display: flex;
    margin: 0;
    gap: 1rem;
    border-bottom: 1px solid #ddd;
}
#smack-easyinv-tabs-wrap .tabs .tab {
    margin: 0;
    padding: 0.6rem 1rem;
    cursor: pointer;
}
#smack-easyinv-tabs-wrap .tabs .tab:hover {
    color: #2271b1;
}
#smack-easyinv-tabs-wrap .tab.active {
    font-weight: bold;
    border-bottom: 2px solid #2271b1;
}


#smack-easyinv-tabs-wrap .tab-content {
  display: none;
}


#smack-easyinv-tabs-wrap .tab-content.active {
    padding: 8px 0;
  display: flex;
  flex-direction: column;
}


