#external-events-holder {
    width:30%;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-right: 20px;
}
#external-events {
    width:100%;
    float: left;
}

#bulk-controls {
    width: 20%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    clear: both;
}

.external-event {
    width: 100%;
    overflow-wrap: anywhere;
    margin: 5px 0;
    padding: 8px;
    background: #84BD00;
    color: white;
    border-radius: 3px;
    cursor: move;
    user-select: none;
}

.external-event:hover {
    background: #628c00;
}

.selected-event {
    border: 3px solid #ff6b6b !important;
    box-shadow: 0 0 10px rgba(255, 107, 107, 0.3) !important;
}

.bulk-select-mode .fc-event {
    cursor: pointer !important;
}

.bulk-select-mode .fc-event:hover {
    opacity: 0.8;
}

.external-dropped {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

button.active {
    background: #dc3545;
    border-color: #dc3545;
}

input {
    padding: 4px;
    margin: 0 5px;
}

#calendar {
    margin-top: 20px;
    clear: both;
    width: 65%;
}

.no-file-assoc {
    background-color: #7D55C7 !important;
}
.default-file {
    background-color: #F6BE00 !important;
}

.adult-content {
    display: inline;
    left: 0;
    background-color: #DA291C;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 16px;
    line-height: 16px;
    padding: 0 3px;
    max-width: 16px;
}
.rating {
    display: inline;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 0 3px;
}
.tier2 {
    display: inline;
    left: 0;
    color: black;
    font-weight: bolder;
    font-size: 14px;
}
.morning-screening {
    display: flex;
    left: 0;
    background-color: #F6BE00;
    color: black;
    font-weight: 700;
    font-size: 14px;
    border-radius: 16px;
    line-height: 30px;
    padding: 0 3px;
}
.morning-screening-icon {
    background-image: url("/plugins/scheduler/1.0.0/static/images/icons8-sun.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    /* line-height: 30px; */
    margin-top: 5px;
    margin-right: 5px;
}
.afternoon-screening-icon {
    background-image: url("/plugins/scheduler/1.0.0/static/images/icons8-moon.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-top: 5px;
    margin-right: 5px;
 }
.afternoon-screening {
    display: flex;
    left: 0;
    background-color: #7D55C7;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 16px;
    line-height: 30px;
    padding: 0 3px;
}
.ppt-submission-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.ppt-submission-container h1 {
    margin-bottom: 30px;
    color: #333;
}

.submission-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.required {
    color: #e74c3c;
}

.form-group input[type="text"],
.form-group input[type="file"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.file-info {
    margin-top: 5px;
    padding: 8px;
    background-color: #e8f4f8;
    border-left: 3px solid #3498db;
    font-size: 13px;
    color: #333;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}

.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.btn-primary,
.btn-secondary {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #3498db;
    color: white;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.btn-secondary {
    background-color: #95a5a6;
    color: white;
}

.btn-secondary:hover {
    background-color: #7f8c8d;
}

.status-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    display: none;
}

.status-message.success {
    display: block;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.status-message.error {
    display: block;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.status-message.loading {
    display: block;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

.error-message {
    padding: 20px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    text-align: center;
}
.video-metadata-display {
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
}
.finalized-message {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    height: 5em;
}
.quaternary-button {
    background: #84BD00;
    color: white;
    border: 1px solid #84BD00;
}
.bracket{
    font-size: 32px;
    font-weight: bold;
    background: none;
    border: none;
    white-space: nowrap;
    position: relative;
}

.bracket::before {
    content: "["; /* Left bracket */
    font-size: 44px;
    position: absolute;
    left: -0.5em; /* Adjust position to the left of the button */
    top: 50%;
    transform: translateY(-50%);
    color: #F76902;
}

.bracket::after {
    content: "]"; /* Right bracket */
    font-size: 44px; /* Adjust bracket size relative to text */
    position: absolute;
    right: -0.5em; /* Adjust position to the right of the button */
    top: 50%;
    transform: translateY(-50%);
    color: #F76902;
}
