.thm-selector-card {
    margin-bottom: 16px;
    position: relative;
    overflow: visible;
}

.thm-selector-help {
    margin-top: 0;
}

.thm-selector-card .technicasoft-sonuc-bilgi.thm-selector-help {
    display: block !important;
    margin-top: 0 !important;
    padding: 12px 14px !important;
    border: 1px solid var(--technicasoft-border, #DED1A9) !important;
    border-radius: 12px !important;
    background: var(--technicasoft-success-bg, #F7EFDD) !important;
    box-shadow: none !important;
    overflow: hidden;
}

.thm-selector-card .technicasoft-sonuc-bilgi.thm-selector-help p {
    margin: 0 !important;
}

.thm-selector-card .technicasoft-form-group {
    position: relative;
    overflow: visible;
}

.thm-module-select {
    appearance: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    position: relative;
    z-index: 5;
}

.thm-empty-state {
    padding: 16px 18px;
    border: 1px dashed var(--technicasoft-border, #D4C39B);
    border-radius: 16px;
    background: var(--technicasoft-success-bg, #FBF7EE);
    color: var(--technicasoft-muted, #685737);
}

.thm-empty-state p {
    margin: 0;
}

.thm-panels {
    display: grid;
    gap: 18px;
}

.thm-empty-state[hidden],
.thm-panel-bank,
.thm-panel-bank[hidden],
.thm-panel,
.thm-panel[hidden] {
    display: none !important;
}

.thm-panel.thm-panel-active {
    display: block !important;
}
