body {
    margin: -1px !important;
}
html {
    border: 0 !important;
}
.no_display_important {
    display: none !important;
}
.gray_heading{
    background-color: #f2f3f5 !important;
    padding: 10px 0px 10px 10px;

}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 20%;
}
.status-dots {
    display: flex;
    gap: 4px;
}

.log_title_div {
    display: inline-block;
    width: 90%;
    margin-left: 5px;
    top: -18px;
    position: relative
}
.log_body_div {
    margin-left: 38px;
    top: -15px;
    display: inline-block;
    position: relative;
    max-width: 650px;
    width: 600px;
}
.log_img_parent {
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.log_img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.log_body_div .content {
    position: relative;
    margin-left: 16px;
    font-family: Poppins;
    font-size: 12px;
    top: -14px;
}
.log_body_div .title {
    position: relative;
    margin-left: inherit;
    font-family: Poppins;
    font-weight: bold;
    font-size: 12px;
    top: inherit;
    display: inline-block;
}
.log_body_div .body {
    position: relative;
    margin-left: inherit;
    font-family: Poppins;
    font-size: 12px;
    top: inherit;
    display: inline-block;
}

.log_profile_img {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    bottom: 2px;
    left: 13px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-div {
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    border: solid 1px #c5c7cb;
}

.eye-image {
    cursor: pointer;
    margin-top: 7px;
}

.gray-back-arrow{
    width: 32px;
    margin-right: 10px
}

.documents_div_width_height {
    width: 291px;
    height: 156px;
}

.goals_div_width_height {
    width: 340px;
    height: 88px;
}

.goals_documents_action {
    margin-top: -10px;
    margin-left: -150px;
    position: absolute;
    width: 172px;
    height: 45px;
    border-radius: 6px;
    background-color: #ffffff;
    z-index: 5000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.goals_colored_line {
    width: 4px;
    height: 50px;
    background-color: #a6c744;
}

.goals_colored_line_modal {
    width: 8px;
    height: 50px;
    background-color: #a6c744;
}

.goals_documents_heading {
    width: 300px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
}

.file_name {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.padding_left_19 {
    padding-left: 19px;
}

.negative_margin_top-20 {
    margin-top: -20px;
}

.negative_margin_top-10 {
    margin-top: -10px;
}

.negative_margin_top-5 {
    margin-top: -5px;
}

.margin-block-auto {
    margin-block : auto;
}

.document_date {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #6b6e72;
    margin-bottom: 5px;
}

.document_image_div {
    width: 90%;
    height: 71px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
}

.document_image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.document_name {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.goal_box_p {
    max-width: 243px;
    height: 48px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #6b6e72;
    margin-bottom: 30px !important;
    margin-right: 20px;
    word-wrap: break-word;
}

.goals_documents_action_img {
    width: 15px;
    margin-right: 10px;
}

.documents_action_p {
    font-size: 1rem;
    margin-bottom: 1rem !important;
    color: #212529;
}

.documents_div_width_height_modal {
    width: 216px;
    height: 156px;
}

.goals_documents_action_popup {
    margin-top: -10px;
    margin-left: -150px;
    position: absolute;
    width: 172px;
    height: 45px;
    border-radius: 6px;
    background-color: #ffffff;
    z-index: 5000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.documents_body {
    height: 71px;
    background-color: #edf1f5;
    border-radius: 10px
}

.no_display {
    display: none;
}

.margin_left_5px {
    margin-left: 5px;
}
.margin_left_10px {
    margin-left: 10px;
}
.margin_left_20px {
    margin-left: 20px;
}

.margin_left_70px {
    margin-left: 70px;
}


.width_hundred {
    width: 100% !important;
}

.calendar table .link {
    cursor: pointer !important;
}

.height_30px {
    height: 30px;
}

.close_button {
    color: wheat;
    position: absolute;
    right: 4px;
    top: -28px
}

.close_button:hover{
    color: wheat;
}

.width_450_px {
    width: 450px;
}

.width_460_px {
    width: 460px;
}

.height_510_px {
    height: 510px;
}

.margin_left_10_px {
    margin-left: 10px;
}

.margin_left_20_px {
    margin-left: 20px;
}

.margin_left_30_px {
    margin-left: 30px;
}

.margin_right_8_px {
    margin-right: 8px;
}
.margin_right_10_px {
    margin-right: 10px;
}
.margin_right_20_px {
    margin-right: 20px;
}

.margin_right_30_px {
    margin-right: 30px;
}

.margin_right_70_px {
    margin-right: 70px;
}
.margin_top_20px {
    margin-top: 20px
}
.margin_top_10px {
    margin-top: 10px
}
.margin_top_5px {
    margin-top: 5px
}
.margin_right_5px {
    margin-right: 5px
}
.margin_top_30px {
    margin-top: 30px
}
.margin_top_40px {
    margin-top: 40px
}
.margin_bottom_20px {
    margin-bottom: 20px
}
.margin_bottom_7px {
    margin-bottom: 7px
}
.margin_bottom_10px {
    margin-bottom: 10px
}
.margin_bottom_30px {
    margin-bottom: 30px
}
.margin_left_14px {
    margin-left: 14px
}

.padding_10px{
    padding: 10px;
}
.padding_5px{
    padding: 5px;
}
.padding_20px{
    padding: 20px;
}
.padding_30px{
    padding: 30px;
}
.padding_left_10px{
    padding-left: 10px;
}
.padding_left_20px{
    padding-left: 20px;
}
.padding_left_30px{
    padding-left: 30px;
}
.padding_right_10px{
    padding-right: 10px;
}
.padding_right_20px{
    padding-right: 20px;
}
.padding_right_30px{
    padding-right: 30px;
}
.padding_top_10px{
    padding-top: 10px;
}
.padding_top_20px{
    padding-top: 20px;
}
.padding_top_30px{
    padding-top: 30px;
}
.padding_bottom_10px{
    padding-bottom: 10px;
}
.padding_bottom_20px{
    padding-bottom: 20px;
}
.padding_bottom_30px{
    padding-bottom: 30px;
}

.padding_top_5px{
    padding-top: 5px;
}
.padding_bottom_5px{
    padding-bottom: 5px;
}



.margin_top_10_percent {
    margin-top: 10%;
}

.auto_height {
    height: auto;
    padding-bottom: 20px;
}

.action_div {
    display: none;
    height: auto;
    padding-bottom: 10px;
}

.width_12_px {
    width: 12px;
}

.width_40_vw {
    width: 40vw
}

.white_space_pre_line {
    white-space: pre-line;
}

.width_500_px {
    width: 500px;
}

.overflow_y_auto {
    overflow-y: auto;
}

.height_20_px {
    height: 20px;
}

.width_123_px {
    width: 123px;
}

.opacity_1 {
    opacity: 1;
}

.font_size_9_px {
    font-size: 9px;
}

.resource_close_btn {
    color: #c9b693 !important;
    position: absolute;
    right: 4px;
    top: 0px;
}

.margin_left_250px {
    margin-left: 250px
}

.width_466_px {
    width: 466px;
}

.add_trigger_button {
    font-family: Poppins;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15 !important;
}

.border_none {
    border: none;
}

.width_35_px {
    width: 35px;
}



.opacity_0_6 {
    opacity: 0.6;
}

.width_480_px {
    width: 480px;
}

.max_height_modal {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.negative_margin_left_13px {
    margin-left: -13px;
}

.margin_left_64px {
    margin-left: 64px;
}

.width_36_px {
    width: 36px;
}

.height_389px {
    height: 389px;
}

.padding_left_50px{
    padding-left: 50px;
}
.padding_right_50px{
    padding-right: 50px;
}

.padding_right_36px {
    padding-right: 36px;
}

.padding_right_31px {
    padding-right: 31px;
}

.notification_dropdown {
    width: 10.5px;
    height: 10.5px;
    margin-right: 10px
}

.opacity_0_4 {
    opacity: 0.4;
}

.width_30px {
    width: 30px
}

.admin_scroll_content {
    height: calc(100vh - 85px);
    overflow: auto;
}

.line_height_140 {
    line-height: 1.40;
}

.avatar-circle {
    width: inherit;
    height: inherit;
    display: table;
    background-color: rgb(242, 243, 245);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    font-size: inherit;
    color: #000000;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.user-avatar-img-div {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.user-table-img-div {
    width: 32px;
    height: 32px;
    font-size: 12px;
}

.inherit_width_height {
    width: inherit;
    height: inherit;
}

.light_background_color {
    background-color: rgb(255,255,255);
}

.font_size_12px {
    font-size: 12px;
}

.font_size_30px {
    font-size: 30px;
}

.width_42px {
    width: 42px;
}

.people_table_user_p {
    display: inline-block;margin-left: 5px;top: -6px;position: relative;
}

.user_table_img_parent{
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.width_28px {
    width: 28px
}

.add_people_scroll_div {
    overflow-y: auto;
    max-height: 270px
}

.font_size_10px {
    font-size:10px !important;
}

.font_size_11px {
    font-size:11px !important;
}

.font_size_12px {
    font-size:12px;
}
.font_size_16px {
    font-size: 16px !important;
}

.width_400px {
    width: 400px
}
.width_90_perc {
    width: 90%;
}

.width_70_perc {
    width: 70%;
}

.width_300_px {
    width: 300px;
}

.width_80_perc {
    width: 80%;
}

.add_owner_scroll {
    max-height: 370px;
    height: fit-content;
    overflow-y: auto;
}

.line_height_125 {
    line-height: 1.25;
}

.add_via_button {
    height: 43px;
}

.blue_color, .blue_color:hover{
    color: #0033A0;
}

.ged_iframe_div {
    height: calc(100vh - 180px);
}

.negative_margin_left_15px {
    margin-left: -15px;
}
.jobNow_iframe_div {
    height: calc(100vh - 225px);
    overflow-y: hidden;
}
.profile_tab_div{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.multiSelectTab {
    height: 44px;
    width: 100%;
    background-color: #F2F3F5
}

.multiSelectTab-item {
    cursor: pointer;
}

.multiSelectTab .tabText {
    text-align: left;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #232323;
    opacity: 1;
    text-transform: none;
    margin-right: 24px;
}

.multi-selected-users {
    width: max-content;
    text-transform: none;
}

.cancelMultiActions {
    text-transform: capitalize;
    margin-right: 20px;
    font: normal normal normal 14px/21px Poppins;
}

.action_button_fix {
    margin-top: -5px
}

.content_margin {
    margin-left: 70px !important;
}

.full_height {
    height: 100vh
}

.footer_div {
    font-size: 10px;
    color: #929292;
    height: 31px;
    padding-top: 5px;
    border-top: 1px solid #f4f4f4;
    font-family: Poppins;
}

.footer_right {
    float: right;
    margin-right: 30px;
    margin-top: 1px;
}

.word_break {
    word-break: break-word;
}

.no_decoration:hover {
    text-decoration: none;
    color: black;
}

.decoration_underline, .decoration_underline:hover {
    text-decoration: underline !important;
    cursor: pointer;
    color: #007bff !important;
}

.disable_cursor {
    cursor: not-allowed;
}

.disable_div {
    pointer-events: none;
    opacity: 0.4;
}

.program_select .active.item:after {
    font-family: element-icons;
    content: "\E6DA";
    display:inline-block;
    vertical-align: top;
    line-height: 1em;
    width: 1em;
    height:1em;
    margin-right: 0.3em;
    text-align: center;
    color: #999;
    float: right
}
#select_school_multiple .text {
    padding-top: 6px;
}

.dialog_file_name{
    vertical-align: super;
}

.single_line_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.40 !important
}

.muted_text {
    font-family: Poppins;
    font-size: 11px;
    color: #919191;
}

.back-arrow-icon{
    height: 20px;
    width: 20px;
    position: absolute;
    left: 12px;
    top: 23px;
    cursor: pointer;
}
.font-poppins-600-14-12{
    font: normal normal 600 14px/12px Poppins;
}
.font-seoge-ui-600-12-16{
    font: normal normal 600 12px/16px Segoe UI;
}

.font-poppins-600-14-21{
    font: normal normal 600 14px/21px Poppins;
}
.font-poppins-600-13-20{
    font: normal normal 600 13px/20px Poppins;
}
.font-poppins-600-30-46{
    font: normal normal 600 30px/46px Poppins;
}
.font-poppins-600-28-46{
    font: normal normal 600 28px/46px Poppins;
}
.font-poppins-500-13-20{
    font: normal normal 500 13px/20px Poppins;
}
.font-poppins-500-13-20{
    font: normal normal 500 13px/20px Poppins;
}
.font-poppins-normal-14-21{
    font: normal normal normal 14px/21px Poppins;
}
.font-poppins-medium-15-23{
    font: normal normal 500 15px/23px Poppins;
}
.font-poppins-normal-13-20{
    font: normal normal normal 13px/20px Poppins;
}
.font-poppins-normal-16-30{
    font: normal normal normal 16px/30px Poppins;
}
.font-poppins-500-12-18{
    font: normal normal 500 12px/18px Poppins;
}
.font-poppins-600-12-18{
    font: normal normal 600 12px/18px Poppins;
}
.font-poppins-normal-16-25{
    font: normal normal normal 16px/25px Poppins;
}
.font-poppins-500-16-25{
    font: normal normal 500 16px/25px Poppins;
}
.font-poppins-600-16-25{
    font: normal normal 600 16px/25px Poppins;
}
.font-poppins-normal-12-18{
    font: normal normal normal 12px/18px Poppins;
}
.font-poppins-normal-11-17{
    font: normal normal normal 11px/17px Poppins;
}
.font-poppins-medium-11-17{
    font: normal normal 500 11px/17px Poppins;
}
.font-poppins-medium-14-21{
    font: normal normal 500 14px/21px Poppins;
}
.font-poppins-medium-10-16{
    font: normal normal 500 10px/16px Poppins;
}
.font-poppins-regular-12-21{
    font: Regular 12px/21px Poppins;
}
.font-poppins-normal-20-30{
    font: normal normal normal 20px/30px Poppins;
}
.font-poppins-normal-18-24{
    font: normal normal normal 18px/24px Poppins;
}

.font-poppins-normal-18-24{
    font: normal normal normal 18px/24px Poppins;
}


.table-normal-font{
    font: normal normal normal 14px/21px Poppins;
}.table-mute-font{
     font: normal normal normal 12px/18px Poppins;
}.table-bold-font{
      font: normal normal 600 14px/21px Poppins;
}

.letter-space-42{
    letter-spacing: 0.42px;
}
.letter-space-0{
    letter-spacing: 0px !important;
}
.letter-space-7{
    letter-spacing: 0.7px !important;
}

.attendance-open-status {
    background-color: #D6F4E7;
    color: #10633F;
    border-radius: 3px;
    padding: 1px 6px 1px 6px;
}

.attendance-locked-status {
    background-color: #E9E9E9;
    color: #A0A0A0;
    border-radius: 3px;
    padding: 1px 6px 1px 6px;
}

.username_tooltip{
    font: normal normal 500 12px/18px Poppins !important;
    max-width: 360px !important;
}

.color-232323{
    color: #232323;
}
.color-949494{
    color: #949494;
}
.color-6B6E72{
    color: #6B6E72;
}

.color-969696{
    color: #969696;
}

.color-252627{
    color: #252627
}
.color-ffffff{
    color: #ffffff
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font: normal normal 500 12px/18px Poppins;
}
::-moz-placeholder { /* Firefox 19+ */
    font: normal normal 500 12px/18px Poppins;
}
:-ms-input-placeholder { /* IE 10+ */
    font: normal normal 500 12px/18px Poppins;
}
:-moz-placeholder { /* Firefox 18- */
    font: normal normal 500 12px/18px Poppins;
}
input{
    font: normal normal 500 12px/18px Poppins !important;
}
.btn{
    font: normal normal 500 13px/20px Poppins;
}
.tablePagination
