.two-boxes {
    display: flex;
    padding: 0px;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
}

.ls-section {
    margin-top: 24px;
    margin-bottom: 60px;
    padding-bottom: 24px;
    padding-left: 24px;
    background: linear-gradient(101.71deg, rgba(255, 255, 255, 0.8) 34.84%, rgba(255, 255, 255, 0.5) 100.34%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.box-container {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex: 1 0 0;
}

.apply-to-join-head {
    color: var(--type-primary-323130, #323130);
    font-family: "Segoe UI";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    align-self: stretch;
}

.text-description {
    align-self: stretch;
    color: var(--type-primary-323130, #323130);
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.img-container {
    align-items: center;
    padding-top: 50px;
}

/*.btn-primary {
    margin-top: 20px;
}*/

.img-lp-live-sessions {
    width: 100px;
    height: 90px;
    background: url(/learning_plan_live_sessions.png);
}

.cohortTitle {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #323130;
    margin-bottom: 4px;
}

.cohortDescription {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #605E5C;
    margin-bottom: 24px;
}

.entitylist {
    width: 100%;
}

.entitylist-download {
    background: #FFFFFF;
    border: 1px solid #8A8886;
    padding: 6px 20px 6px 20px !important;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #323130;
}

.grid-actions {
    border-bottom: 1px solid white;
}

.input-group.pull-left.view-search.entitylist-search {
    margin-right: 420px;
}

a.entitylist-download.btn.btn-info.pull-right.action {
    margin-right: 12px;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: 1px solid #FFFFFF;
}

.btn-primary {
    font-family: Segoe UI !important;
}

#learningList #entitylist-filters .entitylist-filter-option-group label[data-filter-id="1"] {
    margin-left: -38px;
}

#graduatedList #entitylist-filters .entitylist-filter-option-group label[data-filter-id="1"] {
    margin-left: -38px;
}

#graduatedList .table > caption + thead > tr:first-child > th,
#graduatedList .table > caption + thead > tr:first-child > td,
#graduatedList .table > colgroup + thead > tr:first-child > th,
#graduatedList .table > colgroup + thead > tr:first-child > td,
#graduatedList .table > thead:first-child > tr:first-child > th,
#graduatedList .table > thead:first-child > tr:first-child > td {
    width: 25% !important;
}

#enrolledList .panel-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#enrolledList #entitylist-filters {
    display: flex;
    align-items: center;
}

#enrolledList .pull-right {
    display: flex;
    align-items: center;
    margin-top: -46.5px;
}

#enrolledList .entitylist-filter-option-group {
    margin-right: 20px;
}

/*#enrolledList label.entitylist-filter-option-group-label.h4 {
    display: none;
}*/

#enrolledList select#dropdown_0 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
}

a.entitylist-download.btn.btn-info.pull-right.action {
    border: 1px solid #8A8886;
    border-radius: 4px;
}

    a.entitylist-download.btn.btn-info.pull-right.action:hover {
        background-color: #0078d4;
    }


/**/
#learningList .panel-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#learningList #entitylist-filters {
    display: flex;
    align-items: center;
}

#learningList .pull-right {
    display: flex;
    align-items: center;
    margin-top: -46.5px;
}

#learningList .entitylist-filter-option-group {
    margin-right: 20px;
}

/*#learningList label.entitylist-filter-option-group-label.h4 {
    display: none;
}*/

#learningList select#dropdown_0 {
    display: none; /*Hiding select course filter as we have hidden the create course, once its enabled we will show this filter again*/
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
}
/*Hiding select course filter as we have hidden the create course, once its enabled we will show this filter again*/
#learningList label[data-filter-id="0"][for="dropdown_0"] {
    margin-left: 20px;
    display: none;
}

#learningList select#dropdown_1 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
    margin-left: -40px;
}

/**/
#graduatedList .panel-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#graduatedList #entitylist-filters {
    display: flex;
    align-items: center;
}

#graduatedList .pull-right {
    display: flex;
    align-items: center;
    margin-top: -46.5px;
}

#graduatedList .entitylist-filter-option-group {
    margin-right: 20px;
}

/*
#graduatedList label.entitylist-filter-option-group-label.h4 {
    display: none;
}*/

#graduatedList select#dropdown_0 {
    display: none; /*Hiding select course filter as we have hidden the create course, once its enabled we will show this filter again*/
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
}
/*Hiding select course filter as we have hidden the create course, once its enabled we will show this filter again*/
#graduatedList label[data-filter-id="0"][for="dropdown_0"] {
    margin-left: 20px;
    display: none;
}

#graduatedList select#dropdown_1 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
    margin-left: -40px;
}

/**/
#queuedList .panel-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#queuedList #entitylist-filters {
    display: flex;
    align-items: center;
}

#queuedList .pull-right {
    display: flex;
    align-items: center;
    margin-top: -46.5px;
}

#queuedList .entitylist-filter-option-group {
    margin-right: 20px;
}

/*
#queuedList label.entitylist-filter-option-group-label.h4 {
    display: none;
}*/

#queuedList select#dropdown_0 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
}

#queuedList select#dropdown_1 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
    margin-left: -40px;
}

#queuedList .panel-default {
    border-color: #fff;
}

#queuedList .dropdown .btn::before {
    content: url('/profileActionStatus.png');
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
}

/*
#nonGraduateList label.entitylist-filter-option-group-label.h4 {
    display: none;
}*/

#nonGraduateList #dropdown_0 {
    width: 146px;
}

#nonGraduateList .panel-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#nonGraduateList #entitylist-filters {
    display: flex;
    align-items: center;
}

#nonGraduateList .pull-right {
    display: flex;
    align-items: center;
    margin-top: -46.5px;
}

#nonGraduateList .entitylist-filter-option-group {
    margin-right: 20px;
}

/*
#nonGraduateList label.entitylist-filter-option-group-label.h4 {
    display: none;
}*/

#nonGraduateList select#dropdown_0 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
}

#nonGraduateList select#dropdown_1 {
    width: 146px;
    border: 1px solid var(--Neutral-Stroke-1-Rest, #D1D1D1);
    border-radius: 4px;
    margin-left: -40px;
}

#nonGraduateList .panel-default {
    border-color: #fff;
}

#nonGraduateList .input-group-addon:first-child {
    display: none;
}

#nonGraduateList .button2, .btn-default {
    display: none;
}


@media (max-width: 360px) {
    #enrolledList .panel-body {
        padding: 15px 5px;
    }

    #enrolledList .pull-right {
        margin-right: 0px;
    }

    #queuedList .panel-body {
        padding: 15px 5px;
    }

    #queuedList .pull-right {
        margin-right: 0px;
    }

    #learningList #entitylist-filters {
        display: flex;
        flex-direction: column;
    }

    #learningList .entitylist-filter-option-group {
        float: none !important;
        margin-bottom: 10px;
    }

    #learningList .input-group {
        width: 146px;
    }

    #learningList select#dropdown_1 {
        margin-left: 0px !important;
    }

    #learningList .pull-right {
        margin-top: -15px !important;
    }

    #graduatedList #entitylist-filters {
        display: flex;
        flex-direction: column;
    }

    #graduatedList .entitylist-filter-option-group {
        float: none !important;
        margin-bottom: 10px;
    }

    #graduatedList .input-group {
        width: 146px;
    }

    #graduatedList select#dropdown_1 {
        margin-left: 0px !important;
    }

    #graduatedList .pull-right {
        margin-top: -15px !important;
    }

    #enrolledList select#dropdown_0:focus {
        width: 146px;
        background: red;
    }
}
