@charset "UTF-8";

.form-signin input[type=password].PasswordSetTop {
    margin-bottom: 0px !important;
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: 0.375rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0.375rem;
    }

    .was-validated .form-control-color:valid, .form-control-color.is-valid {
        width: calc(3rem + calc(1.5em + 0.75rem));
    }


    .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
        width: calc(3rem + calc(1.5em + 0.75rem));
    }

.form-check-input[type=checkbox].is-invalid,
input[type=checkbox].is-invalid,
.form-check-input[type=radio].is-invalid,
input[type=radio].is-invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

label:has(> .form-check-input[type=checkbox].is-invalid),
label:has(> input[type=checkbox].is-invalid),
label:has(> .form-check-input[type=radio].is-invalid),
label:has(> input[type=radio].is-invalid) {
    color: var(--bs-form-invalid-border-color) !important;
}

.S3UploadUrl {
    cursor: pointer;
}

.compact-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.group-header {
    background-color: #fff;
    border-bottom: 1px solid #edf2f7;
    padding: 10px 15px;
}

.group-tag {
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
}

.file-row {
    background-color: #fff;
    transition: background 0.2s;
    border-bottom: 1px solid #f1f4f8;
}

    .file-row:hover {
        background-color: #fbfcfd;
    }

.file-title {
    font-weight: 600;
    font-size: 0.95rem;
    color: #2d3748;
    margin: 0;
}

.file-desc {
    font-size: 0.8rem;
    color: #718096;
    margin-top: 2px;
}

.btn-dl {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 6px;
}

.standard-seminar-btn {
    --bs-btn-bg: #dc3545 !important;
    --bs-btn-border-color: #dc3545 !important;
    --bs-btn-hover-bg: #bb2d3b !important;
    --bs-btn-hover-border-color: #b02a37 !important;
    --bs-btn-active-bg: #b02a37 !important;
    --bs-btn-active-border-color: #a52834 !important;
}

.exhibitor-must {
    color: white !important;
    font-weight: normal !important;
    font-size: 0.875em;
}


.sortable-list {
    border: 2px dashed #6c757d;
    padding: 5px;
    min-height: 150px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.sortable-item {
    background-color: #007bff;
    color: white;
    padding: 6px 12px; /* Reduced padding for smaller tags */
    margin: 2px;
    border-radius: 4px;
    cursor: move;
    user-select: none;
    display: inline-block; /* Ensures tags don't occupy full line */
    font-size: 0.9rem; /* Smaller font size */
    line-height: 1.2; /* Tighter line height */
}

.sortable-ghost {
    opacity: 0.5;
    background-color: #0056b3;
}

.sortable-chosen {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ui-sortable li {
    cursor: pointer;
}

/* 省スペースデザイン用チューニング（追加分） */
.sort-drop-zone {
    min-height: 38px;
    background-color: #f8f9fa !important;
    border: 1px dashed #ced4da !important;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .sort-drop-zone.drag-over-active {
        border-color: #4dabf7 !important;
        background-color: #e7f5ff !important;
    }


.eSelection {
    border: 1px dotted silver;
    padding: 10px 20px 8px 20px;
    margin-bottom: 20px;
}

    .eSelection span.eIcon {
        margin-bottom: 3px;
        color: silver;
        cursor: pointer;
        display: inline-block;
    }

        .eSelection span.eIcon.selected {
            font-weight: bold;
            font-size: 17px;
            color: black;
        }

.cat_icon {
    width: 24px;
    display: inline-block;
    text-align: center;
    border: none;
}

.eSelection span.eIcon .cat_icon {
    background: url(../images/common/plus_icon.jpg) no-repeat;
    background-size: 16px 16px;
}

.eSelection span.eIcon.selected .cat_icon {
    background: url(../images/common/min_icon.jpg) no-repeat;
    background-size: 16px 16px;
}

.categoryDiv {
    padding: 10px 20px 10px 20px;
    border: 1px dotted silver;
    display: none;
}

    .categoryDiv.selected {
        display: block;
    }

.cate-label-list span {
    margin: 0.15rem !important;
}
