#training_session_properties_form #ef-show-range {
	display: none;
}

a.class-head-subject {
	display: flex !important;
    justify-content: space-between;
    min-width: 400px;
}

#parent_menu_head {
    position: absolute;
    width: 100%;
    top: 0%;
}
#parent_menu_head h1,
#parent_menu_head h3 {
    text-align: right;
}

.bg-profile-parent {
    background: #FAC515 !important;
}
.bg-profile-parent .text-black-parent {
    color: black !important;
}

@media only screen and (max-width: 1130px) {
    #parent_menu_boxes {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1131px) and (max-width: 1365px) {
    #parent_menu_boxes {
        display: block !important;
    }
    #parent_menu_boxes > div {
        float: left !important;
    }
}

@media only screen and (max-width: 1300px) {
    #parent_menu_head h1,
    #parent_menu_head h3 {
        text-align: right !important;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1366px) {
    #parent_menu_boxes {
        flex-direction: row;
    }
}

/* Styles for import options dropdown */
.import-option {
    font-size: 1.1em; /* Adjust this value as needed, e.g., 1.2em, 14px */
}

/* Center content in table cells with no data */
.no-data {
    text-align: center;
}