/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.choices.is-invalid .choices__inner {
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.accordion-button::after {
    margin-top: 0.5%;
}

.accordion-button:not(.collapsed)::after {
    margin-top: 0%;
}

.select2-selection.is-invalid {
    border-color: var(--vz-form-invalid-border-color) !important;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(2em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

/* Fix extra height when no item is selected */
.select2-container--default .select2-selection--multiple .select2-selection__rendered:empty {
    display: none;
}

.select2-dropdown {
    border: 1px solid #dee2e6;          /* soft border */
    border-radius: 8px;                  /* rounded corners */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    overflow: hidden;
}

.select2-results__option--highlighted {
    background-color: var(--vz-primary) !important;
    color: #fff !important;
}

.filepond-input-circle {
    height: 150px !important;
    width: 150px !important;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px !important;
    padding-right: 10px !important;
}

.form-check-input {
    border: var(--vz-border-width) solid #6d757d;
}

.accordion .accordion-body {
    color: inherit !important;
}


.description-content {
    padding: 0.5rem !important;
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.70rem;
    line-height: 1.4;
}

/*Description Content Topic*/
.description-content h1,
.description-content h2,
.description-content h3,
.description-content h4,
.description-content h5,
.description-content h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.5rem 0;
}

.description-content p {
    margin-bottom: 0.5rem;
}

.description-content ul,
.description-content ol {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

/* Student Cell UI Starts (Feature Scoped) */
.student-cell-ui {
    line-height: 1.4;
}

.student-cell-ui__name {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px;
    text-decoration: none;
}

.student-cell-ui__name:hover {
    text-decoration: underline;
}

.student-cell-ui__meta {
    font-size: 13px;
}

.selectable-ui-text {
    user-select: text;
    cursor: text;
}

/* Student Cell UI Ends (Feature Scoped) */