.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: flex;
    padding: 2.25rem 1.75rem;
    flex-direction: row;
    align-items: flex-start;

    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    /* width: 85%; */
    gap: 1rem;
}

.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;
}

/* bsharah 2024-07-01 */
.gl-resources-text-input-title[readonly] {
    background-color: #dae3fe;
}

.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;
    /*bsharah 2024-07-21 */
    /* 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;
}


/*23-4-2024  start */


.gl-screen-content {
    background-color: #F3F3F3;
}



.gl-fab-container>.gl-scrollable {
    padding-bottom: 4.625rem;
}



@media screen and (max-width: 1024px) {
    .gl-communication-grid-container {
        grid-template-areas: "type thread thread";
        grid-template-columns: 1fr 2fr;
    }

    .gl-communication-grid-container .gl-communication-grid-column.gl-communication-targets {
        grid-area: type;
        grid-row: 2;
    }
}

@media screen and (max-width: 768px) {
    .gl-communication-grid-container {
        grid-template-areas:
            "thread"
            "type"
            "target";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 0rem 0rem;
        gap: 0rem;
    }

    .gl-communication-grid-container .gl-communication-grid-column.gl-communication-targets {
        grid-area: type;
        grid-row: 2;
    }

    .gl-communication-grid-container .gl-communication-grid-column.gl-communication-types {
        padding: 0rem;
    }
}



input:not(.k-input):not(.k-widget).gl-input {
    height: var(--size-input) !important;
}

.gl-input {
    flex: 1;
    border: 0.0625rem solid var(--color-primary);
    border-radius: 0.75rem;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 1.15rem;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
}

.gl-input.gl-search-input {
    padding-inline-end: 2.5rem;
    background-image: url('../../img/glool/icon_search.svg');
    background-size: auto;
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
}

.gl-filter-button {
    width: var(--size-input);
    height: var(--size-input);
    border: 0.0625rem solid var(--color-primary);
    border-radius: 0.75rem;
    background-image: url('../../img/glool/icon_filter.svg');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gl-thread-attachments-container {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gl-thread-attachment {
    max-width: 15rem;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0.5rem;
    cursor: pointer;
}

.gl-thread-attachment-icon {
    width: 3rem;
    height: 3rem;
    background-image: url('./app/img/glool/icon_attachment_2.svg');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E9E9E9;
    border-radius: 100%;
}

.gl-thread-attachment-info {
    overflow: hidden;
    flex: 1;
}

.gl-thread-attachment-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}


/* bsharah custom kendo grid/dropdown/datepicker */
/* moved ot glool.css at 10-9-2023 */

/* from firas datepicker custom */

/* DATE FILTER CONTAINER */
.gl-date-filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 1rem; */
}

.gl-date-filter-label {
    background: white;
    padding: 0.625rem 0.5rem;
    width: 12rem;
    text-align: center;
    border-radius: 0.5625rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.gl-date-label-title {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-title-light);
    text-align: inherit;
}

.gl-date-label-value {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-align: inherit;
}

.gl-date-filter-action {
    width: 3rem;
    height: 3rem;
    mask-size: 1.5rem;
    -webkit-mask-size: 1.5rem;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: currentColor;
    cursor: pointer;
}

.gl-date-filter-action.gl-action-prev {
    mask-image: url('./app/img/glool//icon_prev.svg');
    -webkit-mask-image: url('./app/img/glool//icon_prev.svg');
    mask-position: 0px center;
    -webkit-mask-position: 0px center;
}

.gl-date-filter-action.gl-action-next {
    mask-image: url('./app/img/glool//icon_next.svg');
    -webkit-mask-image: url('./app/img/glool//icon_next.svg');
    mask-position: 100% center;
    -webkit-mask-position: 100% center;
}

.ar .gl-date-filter-action.gl-action-prev {
    mask-image: url('./app/img/glool//icon_next.svg');
    -webkit-mask-image: url('./app/img/glool//icon_next.svg');
    mask-position: 100% center;
    -webkit-mask-position: 100% center;
}

.ar .gl-date-filter-action.gl-action-next {
    mask-image: url('./app/img/glool//icon_prev.svg');
    -webkit-mask-image: url('./app/img/glool//icon_prev.svg');
    mask-position: 0px center;
    -webkit-mask-position: 0px center;
}

/* /DATE FILTER CONTAINER */



/* bsharah custom datepicker */

.gl-date-filter-header {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0.7rem;
}

#flt_date::-webkit-calendar-picker-indicator {
    padding-left: 100%;
    padding-top: 100%;
    cursor: pointer;
}


/* mobile template kendo grid   need alaa design*/


/* mobile css template kendo grid */

.gl-k-grid-resposive-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.25rem 0.95rem;
    background: white;
    border-radius: 0.6875rem;
}

.gl-k-grid-resposive-item-detail-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.gl-k-grid-resposive-item-detail-value {
    color: #000;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    white-space: inherit;
}

.gl-k-grid-resposive-item.active {
    border: 0.0625rem solid var(--color-primary);
}





/*bsharah 11-9-2023*/
.gl-daily-homework-teacher-and-edit-group {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.gl-daily-homework-teacher-name {
    color: var(--Black, #000);

    font-size: 1rem;
    font-style: normal;
    font-weight: 1000;

}

.gl-teacher-self-background.gl-daily-homework-item {

    background: #F2EBF8 !important;
}



.gl-border-white {

    border: 1px solid white !important;
}

.gl-space-between {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;

}


.gl-fix-postions-three-dots-menu {

    left: -150px;
    right: auto;
}

.rtls .gl-fix-postions-three-dots-menu {
    left: auto;
    right: -150px;

}

.gl-hover-clickable {
    cursor: pointer;

}

.gl-uib-menu-text {

    color: #000;
    /* font-family: Poppins; */
    font-size: 1rem;
    /* font-style: normal; */
    font-weight: 1000;
    /* line-height: normal; */
}


.gl-side-panel-textarea {

    border-radius: 0.5rem !important;
    border: 1px solid var(--Gray, #a9a9a9) !important;
    width: 90% !important;
    padding: 0.5rem !important;
}


/* resources */

.gl-display-flex-space-between {

    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.gl-grid-cell-section {
    border-radius: 0.375rem;
    border: 1px solid var(--material-theme-static-black, #000);
    display: flex;
    padding: 0.0001rem 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    width: min-content;
    margin-inline-start: 0.5rem;
    font-weight: 700;
}

.gl-filters-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;

}

.gl-filter-span {

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.gl-text-filter-style {

    border-radius: 0.5rem !important;
    border: 1px solid #babec5 !important;


    min-height: 2.5rem !important;
    min-width: 14rem !important;

}

.gl-button-filters {


    width: 8rem !important;
    height: 2.5rem !important;
    /* border */
}

.gl-filters-container-left {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
    width: 100% !important;

}

.gl-margin-inline-1rem {

    margin-inline: 1rem;
}

.gl-white-space-no-wrap {

    white-space: nowrap;
}

/* paging bar start */
.gl-body .k-pager-wrap {
    display: inherit !important;
}

.gl-body a.k-link.k-pager-nav,
.gl-body span.k-pager-info.k-label {

    color: #000 !important;
    border-color: #000 !important
}


/* paging bar end */




.gl-padding-top-1point8-rem {
    padding-top: 1.8rem;

}

.gl-padding-bottom-1rem {
    padding-bottom: 1rem;
}


/*23-1-2024 end ( was in resources list .html)*/


/* resources detials start */


.gl-tabs-bar .nav.nav-tabs {

    border-color: transparent !important;
}

.gl-tabs-bar .nav.nav-tabs>* {
    margin-inline-end: 1rem;

}

.gl-tabs-bar .nav.nav-tabs li.active a {

    border-bottom-width: 1px !important;
}

.gl-tabs-bar .nav.nav-tabs li:not(.active) * {
    background: transparent !important;
    color: var(--material-theme-static-gray-2, #7D7D7D);
    border-color: #000000 !important;
}

.gl-tabs-bar .nav.nav-tabs li.active * {
    background: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important;
}




.gl-resource-details-label {

    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.gl-resource-details-header-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem;

}

.gl-resource-details-header {
    color: #565656;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gl-resource-details-info {
    color: #000;


    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

ul.nav.nav-tabs {
    margin-bottom: 1rem;
}


/* mobile css template kendo grid */



.gl-k-grid-resposive-item-pink {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.25rem 0.95rem;
    background: white;

    border-radius: 0.6875rem 0.6875rem 0rem 0rem;
    background: #FAF5FF;
}


/* 1/10/2023 resources responsive */


.gl-resource-activity-pills {
    border-radius: 2.5rem;
    background: #E7D8F4;
    display: flex;
    padding: 0.25rem 0.5625rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: nowrap;
    color: #000;

    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gl-resource-activity-stu-name {

    color: #000;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.gl-resource-activity-student-header {

    color: #565656;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gl-resources-details-info-width-10rem {
    width: 10rem;
}

.gl-resources-details-info-width-13rem {
    width: 13rem;
}


/* resources detials end */

/* resources add   start */

.gl-border-bottom {

    border-bottom: solid 1px #CDCDCD;
    padding-bottom: 1rem;

}

.gl-margin-top-bottom-1rem {

    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gl-height-full {

    height: 100% !important;
}

.gl-classes-details-nav-bar {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem;
    width: 100%;

}

.gl-class-name-in-navbar {

    color: #000;

    font-size: 1.5rem;

    font-weight: 1000;

}

.gl-width-65percent {
    width: 65%;
}

.gl-width-35percent {
    width: 35%;

}

.gl-gap-1-5-rem {

    gap: 1.5rem;
}



.gl-min-height-45vh {
    min-height: 45vh;
}

.gl-width-max-content {
    width: max-content;
}

.gl-recources-schedual-date-time-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 1rem;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.gl-padding-end-1rem {
    padding-inline-end: 1rem;
}




/* resources add    end*/



.gl-green-font-color {
    color: #28a745 !important;
}

.gl-red-font-color {
    color: #dc3545 !important;
}



.gl-body ul.nav.nav-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

.gl-side-panel-text-input {

    border-radius: 0.5rem !important;
    border: 1px solid var(--Gray, #a9a9a9) !important;
    width: 90% !important;
    padding: 0.5rem !important;
}

.gl-margin-vertical-1rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


/* bsharah 2024-08-05*/

.gl-resources-info-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}