#chakra-structure .add-chakra-group {
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    border-radius: 0.5rem;
    width: 97%;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
#chakra-structure .add-chakra-group input , #chakra-structure .add-chakra-group select {
    width: 100%;
    height: 40px;
    margin-bottom:10px;
    max-width: 100%;
}
.show-group-first, .show-group-second, .add-group-third{
    display: none;
}
.outside_div_chakra .group_chk {
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    border-radius: 0.5rem;
    width: 94%;
    background: #fff;
    padding: 20px;
    margin: 20px;
    transition:.5s ease-in;
}
#chakra-structure h3{
    font-size: 16px;
}
#chakra-structure p{
    font-size: 13px;
}
.outside_div_chakra .group_chk a{
    /* background: darkorange; */
    color: #fff;
    text-decoration: none;
    padding: 4px;
    border-radius: 8px;
    font-size: 10px;
    margin-left: 5px;
    display: none;
    transition:.5s ease-in;
}
.outside_div_chakra .group_chk:hover a{
    display: inline-block;
}
.chk_helptool {
    background: lightgray;
    text-align: center;
}
.chk_for_second, .chk_for_third, .chk_for_forth {
    display: none;
}

.chk_for_first span, .chk_for_second span, .chk_for_third span, .chk_for_forth span {
    background: darkorange;
    color: #fff;
    padding: 4px 8px;
    margin-right: 10px;
}
.add-chakra-group .button.active, .add-chakra-group .button.active:hover {
    background: darkorange;
    color: #fff;
    border: 1px solid #444;
}

.group_chk small {
    background: antiquewhite;
    margin-right: 10px;
}

.outside_div_chakra svg {
    width: 18px;
}



















/* General */
.chakra-label {
    font-weight: 600;
    font-size: 14px;
}
.chakra-shortcode-box input {
    width: 200px;
    padding: 8px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Notes */
.chakra-note {
    background: #fff9d9;
    border-left: 4px solid #f7c948;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

/* Tabs */
.chakra-tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.chakra-tab-buttons .button {
    padding: 10px 16px;
    background: #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}
.chakra-tab-buttons .active {
    background: #2271b1;
    color: #fff;
}

/* Form */
.chakra-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}

.form-label {
    margin-top: 12px;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.form-select,
.form-input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #fafafa;
}

/* Used positions list */
.used-positions span {
    background: #e1ecff;
    padding: 4px 8px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

/* Warning text */
.chakra-warning {
    font-size: 13px;
    color: #b30000;
}

/* Submit button */
.submit-btn {
    background: #28a745;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
}

/* Info box */
.chakra-info-box {
    margin-top: 25px;
    background: #f6f9ff;
    padding: 15px;
    border-left: 4px solid #4c8bf5;
    border-radius: 6px;
}


/* Overall Wrapper */
.chakra-wrapper {
    padding: 20px;
    background: #f6f7fb;
    border-radius: 10px;
}

/* Small Helper */
.chk_helptool {
    background: #e8eaff;
    padding: 10px;
    border-left: 4px solid #4b6cff;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 20px;
}

/* Group Card */
.chakra-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.07);
    position: relative;
    transition: 0.2s;
}

.chakra-card:hover {
    transform: scale(1.01);
}

/* Title */
.chakra-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Action Icons (hidden by default, show on hover) */
.chakra-actions svg {
    width: 18px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

.chakra-actions svg:hover {
    opacity: 1;
}

.chakra-card:hover .chakra-actions {
    opacity: 1;
}

.chakra-actions {
    opacity: 0;
    display: inline-flex;
    gap: 10px;
}

/* Questions */
.chakra-question {
    margin-bottom: 15px;
    padding: 12px;
    border-left: 3px solid #4b6cff;
    background: #f9faff;
    border-radius: 6px;
}

.chakra-question p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q-num {
    font-weight: bold;
    color: #4b6cff;
}

.chakra-options {
    margin-top: 10px;
    padding-left: 10px;
}

/* Option Row */
.chakra-option-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 8px;
    border: 1px solid #e1e4ee;
}

.chakra-option-row label small {
    color: #666;
    font-size: 11px;
}

.chakra-option-row .chakra-actions {
    margin-left: auto;
    opacity: 0;
}

.chakra-option-row:hover .chakra-actions {
    opacity: 1;
}
