body {
    background: #fff;
}
.activities-container {
    height: 100%;
}
.dashboard-user {
    font-family: "Lato";
    font-weight: 400;
}
.ecently-purchased-pourses_table {
    max-height: 350px;
    overflow-y: scroll;
}
.status-pass {
    color: #00b489;
    font-weight: bold;
}
.status-failed {
    color: #ff3a3a;
    font-weight: bold;
}
.status-inprogress {
    color: #000;
    font-weight: bold;
}
.table-users_dashboard_link {
    cursor: pointer;
}
.table-users_dashboard_link::after {
    display: none;
}
.table-users_dashboard_link i {
    font-size: 1rem;
    color: #333;
}
.dropdown-users_dashboard {
    right: 0 !important;
    min-width: 250px;
}
.dropdown-users_dashboard a i {
    vertical-align: middle;
}
.dropdown-users_dashboard:after {
    display: none;
}
.relationCourses_items {
    padding: 10px;
}
.courses-of_bundle_items {
    padding: 0 20px;
}
#relationCourses_slick .allcourses_list-item {
    padding: 20px;
    min-height: 350px;
}
#relationCourses_slick .allcourses-item_title h3 {
    font-size: 1.1rem;
}
#relationCourses_slick .slick-arrow {
    width: 30px;
    height: 30px;
}
#relationCourses_slick .slick-arrow:before {
    content: "";
    background-size: contain;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
}
#relationCourses_slick .slick-arrow.slick-prev:before {
    background-image: url("/assets/cpr/img/icon/icon_slick.png");
    transform: rotate(180deg);
}
#relationCourses_slick .slick-arrow.slick-next:before {
    background-image: url("/assets/cpr/img/icon/icon_slick.png");
    left: 13px;
}
.text_subscribe_category {
    font-size: 12px;
    margin-bottom: 0;
}
.recently-purchased-pourses_table_reponsive table {
    margin-bottom: 0;
}
.recently-purchased-pourses_table_reponsive::-webkit-scrollbar {
    background: #fff;
    width: 5px;
    height: 5px;
}
.recently-purchased-pourses_table_reponsive::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
.learntastic-store_item {
    border-radius: 5px;
    padding: 20px 10px;
    background: #f0f4f9;
    margin-bottom: 10px;
}
.learntastic-store_block:last-child .learntastic-store_item {
    margin-bottom: 0px;
}
.store-store_img {
    text-align: center;
    display: flex;
    align-items: center;
    max-height: 260px;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px;
}
.store-store_img img {
    max-width: 100%;
    display: inline-block !important;
}
.col-custom-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 52%;
    max-width: 50%;
    padding: 0 5px;
}
.store-info_title {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: left;
}
.store-info_title .provider {
    font-weight: 400;
    font-size: 1rem;
}
.store-info_price {
    font-weight: bold;
    color: #ff5a3a;
    margin: 10px 0;
}
.store-info_action {
    display: flex;
    margin-bottom: 20px;
}
.store-info_course {
    width: 70%;
    margin-right: 10px;
}
.store-info_quantity {
    width: 30%;
}
.store-info_desctiption {
    font-size: 1rem;
    margin: 10px 0;
}
.store-store_bottom {
    text-align: center;
}
.store-bottom_addCart {
    border: 1px solid #ff5a3a !important;
    color: #ff5a3a;
    display: inline-block;
    padding: 7px 15px;
    outline: none;
    background: none;
    font-size: 0.9rem;
    border-radius: 5px;
    font-weight: 700;
}
.store-bottom_addCart:hover {
    color: #fff;
    background: #ff5a3a;
}
.store-bottom_addCart:focus {
    border: 1px solid #ff5a3a !important;
    outline: none;
}
.store-select {
    background: #f6f9fd;
   /* border: 1px solid #FF5A3A!important;
    */
    font-weight: 400;
    cursor: pointer;
    font-family: "Lato";
    font-size: 0.9rem;
}
#store_slick .slick-arrow {
    width: 30px;
    height: 30px;
}
#store_slick .slick-arrow:before {
    content: "";
    background-size: contain;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
}
#store_slick .slick-arrow.slick-prev:before {
    background-image: url("/assets/cpr/img/icon/icon_slick.png");
    transform: rotate(180deg);
}
#store_slick .slick-arrow.slick-next:before {
    background-image: url("/assets/cpr/img/icon/icon_slick.png");
    left: 13px;
}
.activities-container-store {
    border-radius: 10px;
    box-shadow: 0 12px 23px 0 rgba(62, 73, 84, 0.04);
    background-color: #fff;
    padding: 20px;
    height: 100%;
}
.text-underline {
    position: relative;
    display: inline-block;
}
.text-underline::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #000;
}
.store-view_link {
    display: inline-block;
    color: #ff5a3a !important;
    font-size: 0.9rem;
    position: relative;
}
.store-view_link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #ff5a3a;
}
.store-view_all {
    margin-top: auto;
}
.store-view_all .store-view_link {
    margin-bottom: 13px;
}
.learntastic-store {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.recently-purchased-pourses_table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
}
.recently-purchased-pourses_table.is_loading_data{
    opacity: 0.1;
}
.table_bottom {
    margin-top: auto;
}
.one-line {
    white-space: nowrap;
}
#store_slick .slick-dots li.slick-active button:before {
    width: 30px;
    height: 3px;
    content: "";
    background: #000;
    top: 7px;
}
.activities-container-includes_bundle {
    border-radius: 10px;
    box-shadow: 0 12px 23px 0 rgba(62, 73, 84, 0.04);
    background-color: #fff;
    padding: 20px 40px;
    height: 100%;
}
.custom-control-input:checked ~ .course-catalog_radio_label::before {
    color: #fff;
    border-color: #f77b4e;
    background-color: #f77b4e;
    box-shadow: none;
}
.course-catalog_radio {
    border-right: 2px solid #ff5a3a;
}
.font-bold {
    font-weight: bold;
}
.courses-of-subscribe_filter {
    margin-bottom: 2.5rem !important;
}
.dashboardUser-cehourse span {
    font-weight: 500;
    color: #fff;
    background: #00b489;
    font-size: 0.9rem;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 15px;
    margin: 10px 0;
    font-size: 12px;
}
.list-field_item li {
    font-size: 0.9rem;
}
.fillter-price-input {
    font-size: 15px;
}
#loading_my_courses {
    min-height: 50vh;
}
.is_loading_data .wrap-dashboard_items {
    opacity: 0.1;
}
.is_loading_data .animate_lsoading_data {
    opacity: 1;
    visibility: visible;
}
.animate_loading_data {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0%;
    opacity: 0;
    visibility: hidden;
}
.lds-ripple_webinar {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple_webinar div {
    position: absolute;
    border: 2px solid #cec5c5;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple_webinar div:nth-child(2) {
    animation-delay: -0.5s;
}

.user-tab_link span {
    padding: 7px 10px;
    display: inline-block;
    font-family: "Lato";
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: capitalize;
    position: relative;
    color: #333;
    cursor: pointer;
    border-bottom: 3px solid #ddd;
    margin-right: 10px;
}
.user-tab_link span.active:before, .user-tab_link span:hover:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 100%;
    font-weight: 700;
    border-bottom: 3px solid #0078C6;
}
.user-tab_link span.active, .user-tab_link span:hover {
   /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    */
}
.user-tab_link span.active, .user-tab_link span:hover {
    color: #0078C6;
    font-weight: 700;
}
.user-tab_content .tab-content {
    display: none;
}
.user-tab_content .tab-content:first-child {
    display: block;
}
.text-capitalize {
    text-transform: capitalize;
}
.dashboard-bundleCehourse {
    font-size: 20px;
    font-weight: bold;
    color: #00b489;
    margin-bottom: 10px;
}
.item_product_modal {
    display: none;
}
.item_product_modal.show {
    display: block;
}
.store-modal_img {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.store-modal_img img {
    max-width: 100%;
    display: inline-block !important;
}
.learntastic-store_modal_item {
    border-radius: 5px;
    padding: 20px 10px;
    background: #f0f4f9;
    display: flex;
    flex-direction: column;
}
.enrolled-course_table {
    width: 100%;
}
.student_title {
    font-weight: 900;
    font-size: 28px;
}
.topbar_panel {
    border-bottom: 1px solid #ddd;
}
.student-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-form_wrap select {
    margin-bottom: 0;
    border: 1px solid #666666;
    color: #666666;
}
/* .tab-form_wrap .form-group {
    margin-bottom: 0;
}
*/
.title-user_category {
    font-weight: 400;
}
.title-user_line {
    margin: 0 5px;
    font-weight: 400;
}
.title-user_sub_category {
    font-weight: 400;
}
.student-tab_title span {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.student-title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-user_dot {
    display: block;
    text-align: right;
}
.title-user_dot span {
   display: inline-block;
   font-size: 14px;
   text-decoration: underline;
   font-weight: 400;
   color: #0078C6;
}
.form-student_category {
    position: relative;
}
.student-tab_form {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    z-index: 70;
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-width: 300px;
}
.btn-student-select {
    background: #ff5a3a;
    color: #fff;
}
.btn-student-cancel {
    background: #ccc;
    color: #000;
}
.action-link {
    margin-left: 5px;
}
.action-link.disable {
    opacity: 0.3;
}
.student_title-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.student-filter-title {
    font-family: "Lato";
    font-weight: bold;
    font-size: 24px;
    color: #212224;
}
.div-search-name-select2 {
    width: 450px;
}
.div-search-name-select2 .select2-container .select2-selection{
    padding: 0.3rem 1rem 0.5rem 2rem !important;
    border: 1px solid #0078c6 !important;
    border-radius: 0.5rem 0 0 0.5rem !important;
}
.filter-field_search .button_search {
    background: #0078c6;
    border: 1px solid #0078c6;
}
.filter-field_search{
    position: relative;
}
.student-filter-field {
    display: flex;
}
.filter-element_wrap {
    position: relative;
    font-weight: 400;
    margin-left: 10px;
}
.filter-element_wrap:first-child {
    margin-left: 0;
}
.filter-element_wrap:last-child {
    margin-left: auto;
}
.filter-element_wrap:last-child .filter-element_select {
    left: inherit;
    right: 0;
}
.filter-element_wrap:last-child .filter-element_select::before {
    left: inherit;
    right: 10%;
}
.filter-element_title {
    font-size: 14px;
    padding-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 7px;
}
.filter-element_wrap.is_show .filter-element_select {
    display: block;
}
.filter-element_wrap.is_show .filter-element_icon i {
    transform: rotate(180deg);
}

.filter-element_select {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    z-index: 70;
    max-height: 300px;
    overflow-y: scroll;
    min-width: 250px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.filter-element_select::-webkit-scrollbar {
	background: #0078C6;
	width: 5px;
	height: 2px
}

.filter-element_select::-webkit-scrollbar-thumb {
	background: #BBBBBB
}
.filter-element_select::before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ded9d9;
    top: -10px;
    left: 15%;
    content: "";
    position: absolute;
}
.element-select-item {
    margin-bottom: 10px;
    cursor: pointer;
}

/* Customize the label (the container) */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #0078C6;
    border-radius: 50%;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label-container:hover {
    color: #0078C6;
}
.label-container.active_label{
    color: #0078C6;
}
/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.label-container .checkmark:after {
    left: calc(50% - 5px);
    top: calc( 50% - 5px);
    width: 10px;
    height: 10px;
    /* border: solid #333; */
    /* border-width: 0 3px 3px 0; */
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border=ra: 5;
    background: #0078C6;
    border-radius: 50%;
}
.sub-category_count{
    color: #ff0000;
}
.text-transform-capitalize{
    text-transform: capitalize;
}
.wrap-dashboard_items{
    min-height: 300px;
}

.recently-purchased-pourses_table .table td, .recently-purchased-pourses_table .table th{
    padding: 0.25rem;
}
.your_store-table_table_reponsive  .table td, .your_store-table_table_reponsive  .table th{
    padding: 0.25rem;
}
.row-action{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.col-action{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.dashboard-user_tab{
    border-bottom: 1px solid #000;
}
.select-paginate{
    background: #efeff0;
}
.your-course_viewAll{
    color: #0078C6;
    text-decoration: underline;
    min-width: 60px;
    cursor: pointer;
}
.mb-0{
    margin-bottom: 0;
}
#icon_course_status{
    cursor: pointer;
}
.recently-purchased-pourses_table_reponsive {
    min-height: 270px;
}
/* // new css */
.topbar_panel {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0;
}
.course-table_thead{
    background: #EAEAEA;
}
.course-table_thead tr th{
    color: #000;
    font-weight: 700;
}
.course-table_thead tr{
    border-bottom: 1.5px solid #999;
}
.course-table_thead tr th{
    border-bottom: none;
}
.enrolled-course_table{
    border:none !important;
    box-shadow:none !important;
}
.filter_icon_first{
    margin-right: 3px;
}
.filter_icon_first img{
    transform: translateY(-1px);
    max-height: 16px;
}
.filter-element_icon{
    margin-left: 5px;;
}
.filter-element_icon img{
    max-height: 20px;
}
.icon_active{
    display:none;
}
.filter-element_wrap.is_show .icon_default{
    display:none;
}
.filter-element_wrap.is_show .icon_active{
    display:block;
}
.filter-element_wrap.is_show .filter-element_title{
    background: #0078C6;
    border: 1px solid #0078C6;
    color:#fff;
}
.student-filter-result{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.filter-result_items{
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 7px;
    font-size: 14px;
    1:
    AUTO 100PX;
    margin-right: 5px;
}
.filter-result_del{
    cursor: pointer;
    margin-right: 3px;
    background: url(/assets/new_panel/img/icon/del.png) no-repeat;
    width: 16px;
    height: 16px;
}
.btn-go_learning {
    background: #00B489;
    border: none;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    padding: 9px 35px;
    border-radius: 5px;
    outline: none !important;
    width: 100%;
    display: block;
    text-align: center;
}
.filter-result_del img{
    transform: translateY(-3px);
}
.noClick {
    pointer-events: none;
 }
.dropdown-users_dashboard .dropdown-item{
    font-weight: 500 !important;
    color: #666666 !important;
 }
 .filter-field_search::before{
    background: url(/assets/cpr/img/icon/icon-search.png) no-repeat;
    content: "";
    top: 8px;
    left: 15px;
    width: 18px;
    height: 20px;
    position: absolute;
    z-index: 69;
}
.div-search-name-select2 {
    width: 450px;
    width: 250px;
}
.div-search-name-select2 .select2-container {
    width: 100% !important;
}
.div-search-name-select2 .select2-container .select2-selection--single{
    height: 2.5rem !important;
}
.div-search-name-select2 .select2-container .select2-selection{
    padding: 0.3rem 1rem 0.5rem 2rem !important;
    border: 1px solid #0078c6 !important;
    border-radius: 0.5rem 0 0 0.5rem !important;
}
.filter-field_search .button_search {
    background: #0078c6;
    border: 1px solid #0078c6;
}
.filter-field_search{
    position: relative;
}
filter-field_search .button_search {
    background: #0078c6;
    border: 1px solid #0078c6;
}
.filter-field_search .button_search {
    color: #fff;
    height: 40px;
    border-radius: 0 5px 5px 0;
    width: 80px;
    text-align: center;
    outline: none;
}
.div-search-name-select2  .select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none
}
#item_sub_category_title{
    margin-bottom: 0;
}
.allcourses_list_wrap {
    height: 100%;
    position: relative;
}
.allcourses_list-item {
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Lato";
    overflow: hidden;
}
.allcourses-item_title h3 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.allcourses-item_minidesc p, .allcourses-item_minidesc span, .allcourses-item_minidesc font {
    font-size: 16px !important;
    color: #666666 !important;
    font-family: "Lato" !important;
    font-weight: 400 !important;
}
.allcourses-item_minidesc {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.allcourses-item_rating {
    width: 100%;
}
.allcourses-item_bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    width: 100%;
    margin-top: auto;
}
.search_course_all_wrap{
    display: flex;
    position: relative;
}
#search_course_all{

}
#search_all_keyword{border: 1px solid #FF5A3A;padding: 0px 0px 0 40px;/* border-radius: 50px; */height: 39px;border-radius: 5px 0 0 5px;width: 250px;outline: none;box-shadow: none;}
#search_all_keyword::placeholder{
    font-weight: 400;
    color: #999999;
    font-size: 15px;
}
.search_all_keyword_wrap{
   
}
.search_all_keyword_div{
    position: relative;
}
.is_loading_data::after{
    background: url(/assets/default/img/loading.gif) no-repeat;
    content: "";
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 69;
    background-size: cover;
}
.result_items_no{
    font-size: 14px;
}
.is_icon_search::before{
    background: url(/assets/cpr/img/icon/icon-search.png) no-repeat;
    content: "";
    top: 7px;
    left: 15px;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 69;
}
.search_all_keyword_result{
    position: absolute;
    top: 106%;left: 0;
   width: 100%;padding: 15px;z-index: 70;background: #fff;border: 1px solid #d1d7dc;
    padding-bottom: 0;
    display: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow-y: scroll;
    max-height: 350px;
}
.search_all_keyword_result.is_show{
    display:block;
}
.search_all_keyword_result::-webkit-scrollbar {
	background: #fff;
	width: 5px;
	height: 5px
}

.search_all_keyword_result::-webkit-scrollbar-thumb {
	background: #BBBBBB
}
.keyword_result_items{
    display: flex;
   cursor: pointer;
}
.result_items_img{
    margin-right: 20px;
    width: 70px;
    height: 70px;
}
.result_items_content_title{font-weight: 400;font-size: 16px;}
.result_items_content_infor{
    font-size: 15px;
    margin-bottom: 0;
}
.items_content_infor_type{font-weight: 500;margin-right: 20px;}
.items_content_infor_author{
    font-weight: 400;
}
.keyword_result_items{
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
}
.button_search_all{
    background: #FF5A3A;
    color: #fff;
    border: 1px solid #FF5A3A;
    height: 40px;
    border-radius: 0 5px 5px 0;
    width: 80px;
    text-align: center;
    outline: none !important;
}
.result_items_temp{
    display: flex;
}
.items_temp_icon{
    margin-right: 20px;
    width: 70px;
    text-align: center;
}
.items_temp_icon img{
    
}
.items_temp_link{

}
.items_temp_link a{
    font-weight: bold;
    font-size: 16px;
}
@media only screen and (max-width: 960px) {
    .user-tab_link span {
        padding: 10px;
        font-size: 0.9rem;
   }
    .activities-container-includes_bundle {
        padding: 20px;
   }
    .activities-container-store {
        margin-top: 1.5rem;
        height: auto;
   }
   .student_title-form{
       flex-wrap: wrap;
   }
   .student-filter-field{
        flex-wrap: wrap;
        justify-content: space-between;
   }
   .filter-element_wrap{
       margin-left: 0;
       width: 49%;
       margin-bottom: 5px;
   }
   .filter-element_wrap:last-child{
        margin-left: 0;
   }
   .filter-element_title{
        font-size: 16px;
        cursor: pointer;
        background: #EFEFF0;
   }
   .filter-element_wrap:nth-child(even){
       margin-left: 0;
   }
   .filter-element_wrap:nth-child(even) .filter-element_select{
        left: inherit !important ;
        right: 0 !important;
   }
   .filter-element_wrap:last-child .filter-element_select{
    left: 0;
    right: inherit;
   }
   .student-title_wrap{
        flex-wrap: wrap;
   }
   .student_title{
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 700;
   }
   .form-student_category{
        display:flex;
   }
   .student-tab_title{
    display:flex;
   }
   .title-user_dot i{
        vertical-align: sub;
        margin-left: 10px;
        color:#333;
   }
   .course-table_thead tr th{
    font-weight: 400;
   }
   .enrolled-course_table{
    font-size: 14px;
   }
   .div-search-name-select2{
    width: calc(100% - 80px );
   }
   .student-filter-title{
    margin-bottom: 10px;
    font-size: 18px;
   }
   .filter-element_title{
    font-size: 14px;
    padding: 5px 5px;
   }
   .block-field_search{
    width: 100%;
   }
   .filter-result_title{
    font-size: 13px;
   }
   .student-tab_form{
    right: inherit;
    left: 0;
   }
   .col-action{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    }
    .filter-result_items{
        margin: 0 5px 5px 0;
    }
    .row-action{
        justify-content: center;
    }
    .wrapper-container{
        margin-top: 95px;
    }
    #search_all_keyword{
        width: 100%
    }
    .search_all_keyword_wrap{
        width: calc(100% - 40px);
    }
    .search_course_all_wrap{
        width: 100%;
    }
    .filter-element_title{
        justify-content: flex-start;
        font-size: 13px;
    }
}