html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

.support_ticket_parent_container {
    width: 90%;
    margin: 0 auto;

}

.dashboard_container {
    width: 80%;
    height: 55%;
    margin: 0 auto;
    padding-top: 3%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.login_banner {
    color: #FFFFFF;
    margin-left: 65px;
    padding-top: 5px;
    font-size: 24px;
}


.bold {
    font-weight: bold;
}

.margin_bottom {
    margin-bottom: 10px;
}

.grey_out_section {
    opacity: 0.3 !important;
}


.tools_widget {
    width: 100%;
    height: 50px;
    background-color: #245c84;

    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 200;
}

.tools_widget .home_button {
    float: left;
    display: inline-block;
    padding-top: 15px;
    padding-left: 20px;
}

.tools_widget .pro_label {
    float: left;
    display: inline-block;
    padding-top: 15px;
    padding-left: 200px;
    color: #FFFFFF;
}

.tools_widget .dropdown {
    float: right;
    display: inline-block;
    padding-top: 7px;
    padding-right: 7px;
}

.rest_key_secret:before {
    content: '';
    display: inline-block;
}

.logged_user_button {
    background-color: #CEE4F6;
    color: #29658f;
}

.modal-header.domain_header,
.modal-header.client_prompt_header {
    background-color: #29658f;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.modal-footer.client_prompt_footer {
    background-color: #29658f;
    color: #FFFFFF;
    font-weight: bold;
}


.domain_header,
.domain_footer {
    background-color: #29658f;
    color: #FFFFFF;
    font-weight: bold;
}

.change_password_prompt {
    margin-bottom: 15px;
    margin-left: 200px;
    font-weight: bold;
}

.retrieve_password_prompt {
    margin-bottom: 15px;
    font-weight: bold;
}

.custom-attendance-lti-style {
    align-items: baseline;
}

#grading_total_points {
    width: 80px;
}

.grading_options_label {
    width: 120px;
}


.dashboard_panel_child {
    background-color: #F5F9FD;
    position: relative;
    float: left;
    width: 325px;
    margin: 8px 32px 24px 0px;
    border-radius: 20px;
    border: #29658F solid 1px;
    padding: 10px 15px;
}

.dashboard_panel_container .dashboard_panel_child {
    min-height: 445px;
}

.manage_domains_link_style {
    color: #29658F;
    font-weight: 600;

}

.dashboard_panel_child .panel_head {
    height: 50px;
    width: 60%;
    justify-content: space-between;
}

.instance-btn {
    border: none;
    background-color: #F4F7F9;
}

.dashboard_panel_child .panel_head .delete_button,
.dashboard_panel_child .panel_head .add_button {
    vertical-align: top;
    display: inline-block;
    position: relative;
    float: right;
}

.dashboard_panel_child .panel_head .load_users_button,
.dashboard_panel_child .panel_head .edit_instance_button {
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.dashboard_panel_child .panel_head .panel_head_bubble {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #29658f;
    background-color: #FFFFFF;
    margin-top: -50px;
    margin-bottom: 20px;
}

.dashboard_panel_child .panel_head .panel_head_bubble.instance_block {
    margin-left: 35px;
    margin-bottom: 20px;
}

.dashboard_panel_child .panel_head .panel_head_bubble.add_instance_block {
    margin-left: 105px;
    margin-bottom: 20px;
}

.dashboard_panel_child .panel_body {
    overflow-y: auto;
    height: 350px;
    text-align: left;
}

.dashboard_panel_child .panel_body .form-group {
    text-align: left;
    padding: 0 10px;
}

.dashboard_panel_child .panel_body.form_panel {
    margin-top: 10px;
    overflow: unset;
}

.dashboard_panel_child .panel_body .form-group label,
.dashboard_panel_child .panel_body .form-group input,
.dashboard_panel_child .panel_body .form-group select {
    display: inline-block;
}

.dashboard_panel_child .panel_body .form-group label {
    width: 80px;
}

.dashboard_panel_child .panel_body .form-group input,
.dashboard_panel_child .panel_body .form-group select {
    width: 205px;
}

.form-overflow {
    overflow-y: auto;
}

.dashboard_panel_child .panel_body .panel_title {
    font-size: 1.2em;
    margin-bottom: 5px;
    font-weight: 500;
}

.dashboard_panel_child .panel_body .panel_subtitle {
    margin-bottom: 10px;
}

.dashboard_panel_child .panel_body .text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard_panel_child .panel_body .panel_label {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 120px;
    vertical-align: top;
}

.dashboard_panel_child .panel_body .panel_value {
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
    width: 140px;
    vertical-align: top;
}

.dashboard_panel_child #instance_form .panel_body.form_panel {
    height: auto;
}

.helper_text_edit_instance, .helper_text_add_instance, .helper_text_edit_instance_data  {
    margin-bottom: .5rem;
}

#edit-instance-modal label{
    margin-bottom: 0;
}

#developer_id_label, #developer_key_label, #api_scope_label_instance_data {
    margin-bottom: 0;
}



.rest_key_secret {
    overflow: hidden;
    word-break: break-all;
}

.dashboard_panel_child .panel_foot {
    text-align: center;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.panel_foot .btn {
    width: 100%;
    margin: 8px 0;
}

.panel_foot .btn.faded {
    width: 100%;
    margin: 8px 0;
    opacity: 0.5;
}

.clickable {
    cursor: pointer;
}

.clickable_link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#xml_text_div {
    min-height: 150px;
    padding: 10px;
}

.inline_block {
    display: inline-block;
}

.text_align_center {
    text-align: center;
}

.dashboard_index_panel {
    display: inline-block;
    width: 356px;
    height: 290px;
    vertical-align: top;
    margin: 10px 10px;
    background-color: #F5F9FD;
    border-radius: 15px;
    border: #29658f 1px solid;
}

.dashboard_index_panel.overflow {
    overflow-x: hidden;
    overflow-y: auto;
}

/*instance user list*/

/*#instance_user_banner {*/
/*    margin: 5px 0;*/
/*    padding: 5px 5px;*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    background-color: #F5F9FD;*/
/*    border-radius: 10px;*/
/*}*/

#user_table {
    text-align: center;
}

#user_table .delete_access {
    width: min-content;
    margin: 0 auto;
}

.delete_access {
    width: min-content;
    margin: 0 auto;
}

#instance_user_banner {
    display: flex;
    align-items: center;
}

#instance_user_banner .banner_child {
    display: inline-block;
}

#instance_user_banner .banner_child.pages_div {
    float: right;
}

#instance_user_banner .banner_child.pages_div #page_count_label {
    display: inline-block;
}

.nav_arrow {
    display: inline-block;
    min-width: 15px;
    min-height: 17px;
}

#instance_user_table {
    width: 100%;
}

#instance_name_div {
    margin: auto;
    width: 50%;
    text-align: center;
    font-size: 1.5em;
}

#edit_user_modal_body {
    height: auto;
}

#user_edit_form_submit_div {
    position: absolute;
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 30px;
}

.padding_top_bottom {
    padding: 10px 0;
}

/*Login Page Styles*/

#qwickly_login_form_div {
    width: 30%;
    height: 55%;


}

.form_header {
    font-size: 48px;
    color: #29658F;
    margin-bottom: 48px;

}

#qwickly_login_form_div .login_input_div {
    width: 100%;
    height: 40px;
    margin-bottom: 87px;
}

#qwickly_login_form_div .login_input_div.last {
    margin-bottom: 64px;
}

#qwickly_login_form_div .login_input_div input {
    letter-spacing: 1.29px;
}

#qwickly_login_form_div #forgot_password_div {
    text-align: center;
    font-size: small;
    width: 100%;
    padding-top: 24px;

}

.setup_guide_div {
    width: 25%;
    border: 1px solid #ced4da;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-right: 20px;
    min-height: 898px;
    border-radius: 8px;
}

#qwickly_login_form_div .login_button {
    width: 100%;
}

.login_input_div input {
    border: 1px solid #616569;
    border-radius: 8px;
}

.input_label {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.29px;
    color: #29658F;
    margin-bottom: 16px;
}

.flex_btn_wrap {
    display: flex;
    flex-flow: column;
}

.btn_wrap {
    width: 100%;
}

.submit_btn_style {
    background-color: #29658f;
    border: 1px solid #29658f;
    border-radius: 8px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.29px;
    width: 100%;
}

.lower_section {
    height: 45%;
    z-index: -1000;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.banner_image {
    width: 100%;
    height: 100%;
    z-index: -1000;
}

.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

/*Forgot/Update/Change Password Styles*/

.password_header_wrap, .password_input_wrap {
    width: 40%;

}

.password_header_wrap h1 {
    font-weight: 400;
    color: #29658F;
    font-size: 48px;
}

.password_label_styles {
    font-size: 16px;
    font-weight: 500;
    color: #29658F;
    letter-spacing: 1.25px;
}

.password_input_wrap input {
    border-radius: 8px;
    border: 1px solid #616569;
    margin-bottom: 48px;
}

.password_btn.submit_btn_style {
    width: 100%;
    color: #ffffff;

}

/*Support-Ticket Styles*/
.support_header_wrap {
    padding-top: 32px;
}

.support_header_wrap h1 {
    font-weight: 400;
    color: #29658F;
}

.subheader_wrap_style h4 {
    font-weight: 400;
    color: #29658F;
}

.ticket_field_wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.ticket_field_child {
    width: 50%;
}

.ticket_field_child.details {
    width: 100%;
}

.support_label_styles {
    font-size: 16px;
    font-weight: 500;
    color: #29658F;
    letter-spacing: 1.25px;
}

.ticket_field_child {
    padding-bottom: 32px;
}

.ticket_field_child input,
.ticket_field_child textarea,
.ticket_field_child select,
.user_info_field_child select,
.user_info_field_child input {
    border-radius: 8px;
    border: 1px solid #616569;
}

.user_info_container {
    display: flex;
    justify-content: space-between;


}

.user_information_fields_wrap.column_left,
.user_information_fields_wrap.column_center,
.user_information_fields_wrap.column_right {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.attachments {
    display: none;
    padding-bottom: 32px;
}


.user_info_field_child {
    padding-bottom: 32px;

}

.support_ticket_button_div button {
    background-color: #29658F;
    border-radius: 8px;
    height: 48px;
    width: 99px;

}

.attachments input[type=file]::file-selector-button {
    color: #29658F;
    font-weight: 500;
    height: 32px;
    width: 127px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #29658F;
}

.list_users_div {
    background-color: #F1F1F1;
    padding: 5px 10px;
}

.slide {
    min-height: 400px;
    min-width: 500px;
}

.getting-started {
    text-align: center;
    margin: 0 auto;
    float: left;
}

p, li {
    word-wrap: break-word !important;
}

div.modal-footer {
    text-align: center;
}

ol {
    text-align: left;
}

h5 {
    text-align: center;
}

.modal-content {
    word-wrap: break-word !important;
}


#settings_tab_list {
    border-bottom: 1px solid grey;
    padding: 10px 0;
    margin-bottom: 10px;
}

#settings_tab_list .nav-item {
    /*width: 12%; Edited by Alec*/
    width: min-content;
    text-align: center;
}

#settings_tab_list .nav-link.active {
    background-color: white;
    color: #29658f;
    font-weight: bold;
    border-bottom: 5px solid #29658f;
    border-radius: 0;
}

#settings_tab_list .nav-link {
    color: #333333;
}


#settings_tab_content .section_header {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0;
}

#settings_tab_content .setting_div {
    padding: 5px 0;

}

#settings_tab_content label {
    cursor: pointer;
}

#settings_tab_content .setting_div.collection {
    padding: 10px 0;
    margin: 10px 0;
}

#settings_tab_content .setting_div .radio_label,
#settings_tab_content .sub_setting_div .radio_label {
    margin-right: 15px;
}

#settings_tab_content .setting_div.left_padding {
    padding-left: 27px;
}

.sub_setting_div {
    margin-left: 28px;
    margin-bottom: 8px;
}

.grey_text {
    color: #767676;
}

.description_text {
    color: #767676;
    font-size: 0.75em;
}

.error_test_button {
    padding: 10px 10px 10px 0;
    display: inline-block;
    width: 350px;
    text-align: center;
}

#attendance_syssettings_button_div {
    padding: 15px;
    float: right;
}

#fin_aid_settings_div.sub_setting_div {
    color: #767676;
}

.padded_div {
    padding: 10px 0;
}

.form_label_span {
    width: 75px;
}

.radio_input_div {
    padding: 0 10px;
}

#userForm label {
    font-weight: bold;
}

.cache_data_field_div {
    display: inline-block;
    width: 33%;
}


/*REGISTER NEW USER REDESIGN STYLES*/
.inner-container {
    width: 50%;
}

.section_label {
    color: #333333;
    font-weight: bold;

}

.register-form-section-wrap {
    width: 70%;
}

.form-group.bottom_padding {
    padding-bottom: 24px;
}

.form-group.bottom_padding_btn {
    padding-bottom: 40px;
}

.subheader_wrap_style h2 {
    color: #29658F;
}

.description {
    color: #767676;
    font-size: 12px;
}

.section_spacing {
    padding-bottom: 32px;
}

.qwickly_instance_log {
    border-radius: 5px;
    background-color: #CEE4F6;
}


/*DASHBOARD REDESIGN CSS STYLES*/

#parent_container_dashboard {
    width: 100%;
    height: 100%;
}

#header_parent_container {
    width: 100%;
    background-color: #245C84;
    flex-flow: row wrap;
}

#dashboard_header_input_grp {
    flex-flow: row wrap;
}




#header_parent_container.dashboard_header_height {
    min-height: 360px;
}

#header_parent_container.dashboard_header_height_small {
    height: 133px;
}

/*dashboard header styles*/

#dashboard_header_input_grp {
    flex-basis: 100%;
    min-height: 66px;
    justify-content: space-evenly;
    align-items: center;

}

#dashboard_header_input_grp {
    margin: 40px 0 0 0;
}

.qwickly_dashboard_logo_container {
    flex-basis: 20%;
}

.client_list_container {
    flex-basis: 20%;
}

#dashboard_search {
    flex-basis: 20%;
}

#qwickly_welcome_message_header_container {
    display: flex;
    flex-basis: 80%;
    margin: 0 auto 84px auto;
    flex-direction: column;
}

.custom-dropdown-header-container {
    flex-basis: 20%;
    display: flex;
    margin-top: 0;

}

.custom-dropdown {
    display: flex;
    align-items: center;
    min-width: 260px;
    justify-content: space-between;
    padding: 0 16px 0 0;
    background-color: #FFFFFF;
    height: 64px;
    border-radius: 40px;
}

.logged_client_container {
    width: 65%;

}

.user_name_txt {

}

.custom-dropdown-inner {
    width: 64px;
    height: 64px;
    background-color: #E0E0E0;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*lower content area dashboard*/
#inner_content_parent {
    display: flex;
    flex-flow: row wrap;
    margin-top: -64px;
    max-width: 90%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;

}

.create_instance_btn_grp {
    align-items: center;
}

#content_left_container {
    margin-bottom: 24px;
}

#dashboard_lower_content_parent_container {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background-color: #F1F4F4;

}

#dashboard_inner_content_container {
    padding: 24px 32px;
    min-height: 300px;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#instance_copy_row {
    justify-content: space-between;
}

#dashboard_management_preferences_container {
    display: flex;
    flex-flow: row wrap;



}

#super_user_tools_container, #admin_preferences_container, #additional_features_content_container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

.super_user_preference_card > summary {
    list-style: none;
}

.super_user_preference_cards_container {
    display: flex;
    flex-flow: row wrap;



}


.dashboard_preferences_card, .super_user_preference_card {
    margin-top: 16px;
    flex-basis: 30%;
    padding: 24px 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(41, 101, 143, 0.15);
    border-radius: 20px;
    margin-right: 2.5%;
    min-height: 144px;
    min-width: 304px;

}


#additional_features_content_container {

    margin-bottom: 24px;
}

#qwickly_site_card_container {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    height: 100%;
}

.dashboard_tile_links {
    text-decoration: none;
    color: #212529;
}

.dashboard_tile_links:hover {
    text-decoration: none;
}

.site_card_small {
    flex-basis: 30%;
    min-height: 162px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(41, 101, 143, 0.15);
    padding: 24px 16px;
    margin-right: 2.5%;
    margin-bottom: 16px;
}

.site_card_small_2 {
    flex-basis: 15%;
    min-height: 162px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(41, 101, 143, 0.15);
    padding: 24px 24px;
    margin-right: 2.5%;
    margin-bottom: 16px;
}


.support_ticket_row {
    display: flex;
    align-items: center;
}

.mobile_app_title {
    color: #245C84;
}

.site_card_small_2.peach {
    background-color: #FCECD8;
}

.site_card_small_2.light_blue {
    background-color: #F5F9FD;
}

.left_unicorn {
    transform: rotate(180deg);
}

#dashboard_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    margin-top: 48px;
    background-color: #245C84;


}

#footer_contact_group {
    display: flex;
    flex-basis: 20%;

}

.contact_grp_icon {
    margin-right: 16px;
}


#footer_contact_group:first-child {
    margin-left: 24px;

}

#copyright {
    margin-right: 24px;
}


/* client instance user index styles */

.page_container_style {
    min-height: 72vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 40px;

}

.table_head_blue {
    background-color: #245C84;
    color: #ffffff;
}

#manage_users_table_filter_row {
    display: flex;
}

#manage_users_search_parent {
    flex-basis: 70%;
}

#manage_users_title_row {
    display: flex;
    align-items: flex-end;

}

#manage_users_left_col {
    width: 50%;
}

#manage_users_right_col {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 50%;
}

#add_user_btn {
    width: 130px;
}

#entries_select {
    width: 56px;
}

#entries_shown_per_page {
    display: flex;
    align-items: center;
}

/* Database Overview Page */
#db_coursetools_overview_index_container {
    height: 90vh;
}

/* Manage Roles, Privileges, User Access Page */

#manage_users_table_filter_row {
    display: flex;
    align-items: center;
}

.current_roles_container {
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #E5E5E5;
    align-items: center;
    border-radius: 8px;
    padding: 24px;

}

.role_list_title {
    flex-basis: 15%;
}

.role_list_container {
    display: flex;
    flex-basis: 85%;
    align-items: center;

}

.role_description {
    flex-basis: 15%;
    margin-right: 16px;
}

#add_role_btn {
    width: 190px;
}

.table_head_blue {
    background-color: #245C84;
    color: #ffffff;
}

/* Instance Logs CSS Styles*/
#instance_logs_table_filter_row {
    display: flex;
    align-items: center;

}

#instance_logs_search_parent {
    flex-basis: 30%;
}

.log_entries_count {
    display: flex;
    flex-basis: 70%;
    justify-content: flex-end;

}

.log_date_time {
    flex-basis: 75%;
}

.delete_log_btn_parent {
    display: flex;
    justify-content: flex-end;
    flex-basis: 25%;
}

.delete_log_button {

    border: none;
    background-color: #E5E5E5;
}

.qwickly_instance_log_style {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 16px 24px;
    background-color: #E5E5E5;
    min-height: 68px;
}

.lti_tool_message {
    min-height: 45vh;
}

.search_filter {
    height: 38px;
    width: 192px;
    background: #245C84;
    border-radius: 8px 0 0 8px;
    color: #FFFFFF;
    padding: 8px;
}
.search_container_half{
    width: 280px;
    height: 38px;
    border: 1px solid #92979D;
    border-radius: 0 30px 30px 0;
    padding: 5px;
    background-color: #FFFFFF;
}

.search_input_half {
    border: none;
    width: 230px;
}

.select_no_border{
    border: none;
    max-width: 225px;
}

.search_input_half:focus {
    outline-width: 0;
}

#date_div label {
    margin: 0 8px 0 8px;
}

/*DASHBOARD STATISTICS STYLES*/

.dashboard_statistics_container {
    min-height: 72vh;
}


/* Manage Clients and Users*/

.nav.client_users {
    width: 50%;
    flex-wrap: nowrap;
}

.add_user_input_grp_container {
    width: 20%;
}

/* Edit Video Links Page Super User */


.video_links_header_row, .in_application_messaging_header_row {
    display: flex;
    background-color: #245C84;
    align-items: center;
    padding: 24px 16px;
    height: 38px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

}

.header_title {
    display: flex;
    flex-basis: 20%;
    color: #FFFFFF;
    justify-content: center;

}

.video_link_record_row {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 8px 8px;
    border: 1px solid #ced4da;
    margin-bottom: 8px;
}

.video_link_col {
    display: flex;
    flex-basis: 20%;
    justify-content: center;
    align-items: center;

}

.slider_col_video_link {
    display: flex;
}

.video_link_col_25 {
    display: flex;
    flex-basis: 25%;
    justify-content: center;
    align-items: center;
}


/* Application Messaging */
.in_application_messaging_header_row {
    display: flex;
    flex-direction: row;
}
.display_col {
    flex-basis: 10%;
}
.platform_col, .lms_col {
    flex-basis: 15%;
}

.date_modified_col, .message_type_col, .message_col {
    flex-basis: 20%;
}
.application_messaging_header_title {
    color: #FFFFFF;
}
.application_messaging_input_row {
    display: flex;
    height: 200px;
    align-items: center;
    padding: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 8px;
}
/* View Status Names */
.status_names_container {
    min-height: 50vh;
    display: flex;
    flex-flow: column wrap;
    column-gap: 16px;

}

.status_names {
    display: flex;
    flex-basis: 10%;
    padding: 0 8px;
    align-items: center;
    border: 1px solid #ced4da;
    margin-bottom: 8px;
    border-radius: 8px;

}

.status_circle{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 8px;
    vertical-align: middle;

}
/* Student Statuses */
.email_text_box {
    width: 730px;
    height: 120px;
    border: 1px solid #616569;
    padding: 10px;
}

.add_user_button {
    height: 32px;
    width: 99px;
    margin-left: auto;
    cursor: pointer;
}

.input_container {
    max-width: 730px;
}

.trashcan_icon {
    height: 18px;
    width: 17px;
    margin-left: auto;
    cursor: pointer;
}

.user_container {
    width: 350px;
}

.user {
    align-items: baseline;
}

.remove_warning {
    background-color: #FFFFFF;
    text-align: center;
    margin: 10% auto;
    border-radius: 8px;
    width: 384px;
    height: 170px;
    padding: 20px;
}

.grey_overlay {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 10;
}

.banner_icon {
    height: 24px;
    margin-left: 14px;
}

.btn-size {
    width: 98px;
    height: 48px;
    cursor: pointer;
}

.user_removed_banner {
    background-color: #E7F8EF;
    border: 1px solid #0E7842;
    color: #0E7842;
    width: 252px;
}

.warning_x {
    height: 13px;
    width: 13px;
    margin-left: auto;
}



.status_circle.green{
    background-color: #0E7845;
}

.status_circle.red{
    background-color: red;
}

.clear_search_font {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #245C84;
    margin-left: 2px;
    width: 110px;
}
/*TEST INDEX STUFF*/



/*Calculate Course Totals Page*/

.course_total_input_grp {
    display: flex;
}

@media (max-width: 1846px ) {
    #qwickly_login_form_div {
        width: 40%;
    }

    .lower_section {
        display: flex;
        align-items: flex-end;
    }

    .banner_image {
        height: 400px;
    }

    .password_header_wrap, .password_input_wrap {
        width: 50%;
    }
}

@media (max-width: 1380px) {

    #qwickly_login_form_div {
        width: 50%
    }

    .banner_image {
        max-height: 325px;
    }

    .password_header_wrap, .password_input_wrap {
        width: 55%;
    }
}

@media (max-width: 1103px) {

    #settings_tab_list {
        display: flex;
        flex-direction: column;
    }

    #settings_tab_list .nav-item {
        width: 100%;
    }

    .dashboard_container {
        padding-top: 5%;
    }


    #qwickly_login_form_div {
        width: 55%;
    }

    .banner_image {
        max-height: 275px;
    }

    .password_header_wrap, .password_input_wrap {
        width: 70%;
    }
}

@media (max-width: 1002px) {

    .dashboard_container {
        padding-top: 8%;
    }

    #qwickly_login_form_div {
        width: 60%
    }

    .banner_image {
        height: 250px;
    }

    .cover {
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;

    }

    .ticket_field_wrap {
        width: 100%;
    }

    .password_header_wrap, .password_input_wrap {
        width: 100%;
    }

    .inner-container {
        width: 80%;
    }
}

@media (max-width: 920px) {
    #qwickly_login_form_div {
        width: 65%;
    }

    .banner_image {
        height: 200px;
    }

    .user_info_container {
        flex-flow: row wrap;

    }

    .user_information_fields_wrap.column_left,
    .user_information_fields_wrap.column_center,
    .user_information_fields_wrap.column_right {
        width: 100%;

    }


}

@media (max-width: 849px) {
    #qwickly_login_form_div {
        width: 80%;
        margin: 0 auto;
    }


}

@media (max-width: 691px) {
    #qwickly_login_form_div {
        width: 100%;
    }

    #qwickly_login_form_div .header_wrap {
        text-align: center;
    }

    .lower_section {
        height: 45%;
    }

    .banner_image {
        height: 150px;
    }

    .ticket_field_wrap .ticket_field_child {
        width: 100%;
    }

    .inner-container {
        width: 90%
    }

    .custom-dropdown-header-container {
        margin-top: 8px;
    }

    .dashboard_preferences_card, .super_user_preference_card, .site_card_small {
        flex-basis: 100%;
    }

    .site_card_small_2 {
        flex-basis: 100%;
    }


}

@media (max-width: 552px) {
    #qwickly_login_form_div .form_header {
        font-size: 32px;
    }

    .banner_image {
        height: 100px;
    }

    .support_ticket_button_div {
        width: 100%;
    }

    .support_ticket_button_div button {
        width: 100%;
    }

    .inner-container {
        width: 90%

    }

    .register-form-section-wrap {
        width: 100%;
    }

    .client_list_container {
        margin-top: 8px;
    }

}

@media (max-width: 373px) {
    .banner_image {
        height: 75px;
    }

    .inner-container {
        width: 100%

    }
}

@media (max-width: 285px) {
    .lower_section {
        height: 20%;
        visibility: hidden;
    }
}









