.gl-resources-attachments-links-flex-inline {

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.4rem;
}

.gl-resources-attachment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 0.3125rem;
    border: 1px solid #C9C9C9;
    background: #FFF;


    padding: 0.875rem 0.625rem;


    min-width: 17rem;
    width: 40vw;
    height: 4rem;

}

@media (max-width:650px) {

    .gl-resources-attachment,
    .gl-resources-add-attachments-links,
    .gl-resources-addedit-attachments-links-container,
    .gl-width-35percent,
    .gl-width-65percent,
    .gl-resources-white-box-container,
    .gl-resources-details-white-box-container {
        width: 90vw !important;
    }

    .gl-resources-details-attachments-links {

        min-width: 100% !important;
    }


}

.gl-resources-link-input-text {
    border: none;
    outline: none;

}

.gl-add-attachmen-links-text {

    color: var(--material-theme-static-gray-2, #7D7D7D);
    font-size: 1rem;
    font-weight: 400;

}

.gl-add-edit-resources-label {

    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.gl-add-edit-resources-attachments-links-label {

    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 0.65rem;
}

.gl-add-edit-resources-field-label {
    color: #000;
    font-size: 1.2rem;
    font-weight: 1000;
    padding-bottom: 0.5rem;

}

.gl-resources-white-box-container {

    border-radius: 0.75rem;
    background: var(--White, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    padding: 2.25rem 1.75rem;
    flex-direction: row;
    align-items: flex-start;

    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    width: 85%;
}

.gl-resources-text-input-title {

    border-radius: 0.5rem;
    border: 1px solid var(--Gray, #D9D9D9);
    display: flex;
    padding: 0.9375rem 1.25rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 2.375rem;
}

.gl-resources-text-input-description {
    border-radius: 0.5rem !important;
    border: 1px solid var(--Gray, #D9D9D9) !important;
    width: 100% !important;

    padding: 0.5rem !important;
    min-height: 13rem;
}

.gl-resources-add-attachments-links {
    border-radius: 0.5rem;
    border: 1px dashed var(--material-theme-static-gray-2, #7D7D7D);
    display: flex;

    min-width: 17rem;
    width: 40vw;
    height: 4rem;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;
    cursor: pointer;
}

.gl-resources-add-edit-dropdown-size {

    width: 9.5rem !important;
    height: 2.375rem !important;
    flex-shrink: 0 !important;
}




.gl-padding-inline-start-1rem {

    padding-inline-start: 1rem;
}

.gl-padding-bottom-1-5-rem {

    padding-bottom: 1.5rem;
}

.gl-min-width-16rem {
    min-width: 16rem;
}

.gl-space-between.gl-margin-top-bottom-1rem {

    gap: 2rem !important;
}



.gl-resources-custom-students-checkbox-container {
    display: flex;
    justify-content: flex-start;
    gap: 0.81rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;

}

.gl-body input[type="checkbox"] {
    appearance: none;
    /* Set your desired checkbox color */
    border: 1px solid black !important;
    cursor: pointer;
    /* Hide the default checkbox */
    /* width: 18px; */
    /* Adjust the size as needed */
    /* height: 18px; */
    /* Adjust the size as needed */
    /* background-color: white !important; */
    /* Set your desired border color */
    /* border-radius: 3px; */
    /* Adjust the border radius as needed */

}

.gl-resources-custom-students-checkbox {
    width: 1.2rem;
    height: 1.2rem;
    outline: none !important;
}

.gl-resources-addedit-userprofilescheck-svg {

    width: 3.25rem;
    height: 3.25rem;
    flex-shrink: 0;
}

.gl-resources-addedit-userprofilescheck-svg-contsiner {

    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gl-resources-addedit-userprofilescheck-svg-message {

    width: 11.84rem;
    color: var(--Gray-2, #7D7D7D);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}




.gl-resources-addedit-custom-students-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.8125rem;
    padding: 0.3rem;
    /* box-shadow: 0px 0px 4px 1px #c7c7c7; */
}

.gl-resources-addedit-custom-students-search {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top: none;
    border-inline-end: none;
    border-inline-start: none;
    border-bottom: solid 1px #E1E1E1;

}

.gl-resources-addedit-custom-students-search-box {

    border-top: none;
    border-inline-end: none;
    border-inline-start: none;
    border-bottom: none;
    outline: none;
    width: 100%;
}

.gl-resources-addedit-custom-students-list {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-height: 55vh;
    overflow-y: auto;
    width: 100%;

}

.gl-resources-addedit-custom-students-container .gl-resources-addedit-custom-students-list {
    max-height: 60vh;
}

.gl-resources-white-box-container-students-list {

    border-radius: 0.75rem;
    background: var(--White, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 2.25rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;

}

.gl-resources-addedit-custom-students-search-span-magnifier {

    padding-bottom: 0.81rem;
}

.gl-resources-custom-students-select-all {

    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5625rem;


}

.gl-resources-custom-students-checkbox-display {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 1rem;
}

.gl-resources-cust-stu-display-space-between {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5625rem;
}

.gl-resources-addedit-filters-box {

    width: 100%;
    display: flex;
    padding: 0.5rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.5rem;
}

.gl-resources-cell-attachments {

    padding-inline-start: 2rem;
    font-weight: 1000;
}

.gl-resources-grid-section {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;


}

.gl-resources-grid-section span {
    width: max-content;
}

.gl-resources-details-white-box-container {

    border-radius: 0.75rem;
    background: var(--White, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 2.25rem 1.75rem;
    flex-direction: column;

    width: 85%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem 5rem;
}

.gl-resources-details-attachments-links {
    border-radius: 0.5rem;
    border: 1px dashed var(--material-theme-static-gray-2, #7D7D7D);
    display: flex;

    min-width: 17rem;
    width: 40vw;
    height: 4rem;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;
    cursor: pointer;
}

.gl-resources-details-dipslay-flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem;
}

.gl-add-edit-resources-label {

    padding-top: 1rem;
}

.gl-resources-details-white-box-info {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem 5rem;
    flex-direction: row;
}

.gl-resources-details-white-box-title-discription {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    flex-direction: column;
}

.gl-add-edit-resources-attachment-links-label {

    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.gl-resources-details-activities-counters-container {


    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.5rem;
}

.gl-resources-details-activities-counter {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
    align-items: center;
}

.gl-resources-details-activities-counter-number {

    display: flex;
    padding: 0.1875rem 0.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.375rem;
    border: 0.125rem solid var(--material-theme-static-black, #000);
    color: var(--material-theme-static-black, #000);
    font-size: 1.125rem;
    font-weight: 600;
    width: fit-content;


}

.gl-resources-details-activities-counter-title {

    color: var(--material-theme-static-black, #000);
    font-size: 0.8rem;
    font-weight: 500;
}


.gl-resources-details-activities-counter-number.gl-students-counter {

    background: #000;
    color: #FFF;
}

.gl-resources-details-activities-counter-number.gl-not-viewed-counter {


    color: var(--color-danger, #E76B6B);
    border-color: var(--color-danger, #E76B6B);

}

.gl-resources-details-activities-counter-title.gl-student-font-600 {

    font-weight: 600;
}

.gl-resources-students-list-display {

    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}

.gl-resources-add-edit-display-boxes {

    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: flex-start;
    align-content: center;

}

.gl-teacher-resourses-pills-add-new-tab-responsive {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem
}


.gl-resources-responsive-info-section {
    display: flex;


    align-items: flex-start;
    align-content: flex-start;
    gap: 1.125rem 2.375rem;
    flex-wrap: wrap;
}




.gl-resources-responsive-class-section-display {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.gl-resources-responsive-title {

    color: #000;

    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



.gl-resources-responsive-title-header,
.gl-resources-responsive-subject-header,
.gl-resources-responsive-class-header,
.gl-resources-responsive-date-header,
.gl-resources-responsive-unit-header,
.gl-resources-responsive-attachments-header {

    /* color: #565656;  */
    color: #a8a8a8;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.gl-resources-responsive-subject,
.gl-resources-responsive-class,
.gl-resources-responsive-date,
.gl-resources-responsive-unit,
.gl-resources-responsive-attachments {

    color: #000;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
}

.gl-resources-addnew-mobile-cust-stu.gl-resources-white-box-container-students-list {

    align-content: flex-start;
}


.gl-resources-mobileCustomStudents-savebtn-container {

    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0.5rem;
    /* height: 20%; */
}

.gl-custom-stu-moibie-note {

    color: var(--Gray-2, #7D7D7D);


    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}