.eccelearn_img_wrapper {
  background-color: #ECF5FF;
  padding: 40px 10px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.ecce_learn_data_entry_sect {
  background-color: #f8f9fd;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: calc(100vh - 72px);
}

.ecce_learn_data_entry_btn_sect {
  margin-top: -89px;
  background-color: #f8f9fd;
  padding-top: 40px;
}

.ecce_calendar_view_sect {
  margin-top: -89px;
}

.ecce_data_entry_form_sect {
  margin-top: -89px;
}

.eccelearn_img_wrapper img {
  margin: 0 auto;
}

.eccelearn_content_wrapper {
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 40px 10px;
}

.eccelearn_get_started_text {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.eccelearn_get_started_btn {
  background-color: #001D67;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  font-family: "OpenSans-Regular";
  border: none;
  padding: 6px 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.eccelearn_get_started_btn:focus {
  outline: none;
}

.ecce_calendar_view_th {
  background-color: #F1F4FB !important;
  color: #333333 !important;
  font-family: "OpenSans-Regular";
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
}

.ecce_calendar_view_th_main {
  background-color: #527CDC !important;
  color: #fff !important;
  position: sticky;
  left: 0;
  border-right: 1px solid #dee2e6 !important;
  z-index: 99;
}

.ecce_calendar_view_tbody_th_sunday {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #747474;
  position: sticky;
  left: 0;
  background-color: #fff !important;
  border-right: 1px solid #dee2e6 !important;
}

.ecce_calendar_view_tbody_th {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
  position: sticky;
  left: 0;
  background-color: #fff !important;
  border-right: 1px solid #dee2e6 !important;
}

.ecce_calendar_view_tbody_td {
  text-align: center;
}

.ecce_calendar_view_NA {
  background-color: #EFEFEF;
  height: 16px;
  width: 16px;
  border-radius: 15px;
  margin: 0 auto;
}

.ecce_calendar_view_available {
  background-color: #42B280;
  height: 16px;
  width: 16px;
  border-radius: 15px;
  margin: 0 auto;
  display: inline-block;
}

.ecce_calendar_view_absent {
  background-color: #F88E87;
  height: 16px;
  width: 16px;
  border-radius: 15px;
  margin: 0 auto;
  display: inline-block;
}

/* scrollbar css for table view starts */

#ecce_calendar_view_table_scrollbar::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #D7D7D7;
}

#ecce_calendar_view_table_scrollbar::-webkit-scrollbar {
  height: 3px !important;
  background-color: #8B8B8D;
}

#ecce_calendar_view_table_scrollbar::-webkit-scrollbar-thumb {
  background-color: #8B8B8D;
}

/* scrollbar css for table view ends */

.ecce_calendar_view_table {
  margin-bottom: 0;
}

.ecce_calendar_view_nav_links {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #6E707E;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.ecce_calendar_view_tabs .ecce_calendar_view_nav_items.show .ecce_calendar_view_nav_links,
.ecce_calendar_view_tabs .ecce_calendar_view_nav_links.active {
  border: none;
  border-bottom: 2px solid #D85C54;
  color: #333333;
}

.ecce_calendar_view_tabs_entry_btn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
}

.ecce_calendar_view_tabs {
  border-bottom: 0;
}

.ecce_data_entry_btn {
  background-color: #001A53;
  border: none;
  outline: none;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 30px;
  border-radius: 30px;
  margin-right: 10px;
}

.ecce_data_entry_form_head_bg {
  background-color: #FFEFEF;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ecce_data_entry_file_icon {
  color: #D85C54;
  margin-right: 8px;
}

.ecce_data_entry_form_head {
  font-family: "OpenSans-Regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #333333;
}

.ecce_data_entry_form_outer_div {
  padding: 20px 40px 0px;
}

.ecce_data_entry_form_label {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333333;
}

.ecce_data_entry_form_label sup {
  color: #E31217;
}

.ecce_data_entry_form_select {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #6E707E;
  appearance: auto;
}

.ecce_data_entry_form_input {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #000000;
  appearance: auto;
  height: 35px;
}

.ecce_data_entry_form_input::placeholder {
  color: #6E707E;
}

.ecce_data_entry_form_select option {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333333;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 35px;
  margin: 0;
  opacity: 0;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333333;
  cursor: pointer;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 35px;
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #6E707E;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Select";
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 35px;
  padding: .375rem .75rem;
  color: #527CDC;
  content: "Browse";
  background-color: #F1F4FB;
  border-left: 1px solid #ced4da;
  border-radius: 0 5px 5px 0;
  border-bottom: 1px solid #ced4da;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.ecce_data_entry_form_upload_alert_msg {
  font-family: "OpenSans-Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #747474;
  text-align: right;
  display: block;
}

.ecce_data_entry_add_activity_btn {
  background-color: #F1F4FB;
  color: #527CDC;
  border-radius: 12px;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border: none;
  padding: 10px 30px;
}

.ecce_data_entry_add_activity_alert_text {
  background-color: #FFE5D6;
  padding: 10px 20px;
  border-radius: 10px;
  /* display: inline-block; */
}

.ecce_data_entry_add_activity_alert_text p {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333333;
  margin-bottom: 0;
  text-align: center;
}

.ecce_data_entry_add_activity_reset_btn {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #527CDC;
  background-color: #ECF0FF;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  margin-right: 10px;
}

.ecce_data_entry_add_activity_save_btn {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #FFFFFF;
  background-color: #001A53;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  margin-right: 10px;
}

.ecce_data_entry_activity_head {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
}

.ecce_data_entry_activity_head:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 70px;
  height: 1px;
  width: calc(100% - 70px);
  background-color: #CECECE;
}

.ecce_detailed_view_table_th {
  /* width: 12%; */
  font-family: "OpenSans-Regular";
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #6186DC !important;
  padding: 15px 10px !important;
}

.ecce_detailed_view_table_tbody_tr .td_bg {
  background-color: #F1F4FB;
}

/* .ecce_detailed_view_table_th_first{
    width: 12%;
    font-family: "OpenSans-Regular";
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #333333;
    text-align: center;
    background-color: #F1F4FB !important;
} */

.ecce_detailed_view_dark_head {
  font-family: "OpenSans-Regular";
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  color: #000000;
}

.ecce_detailed_view_days {
  font-family: "OpenSans-Regular";
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #000000;
  text-align: center;
}

.ecce_detailed_view_table_tbody_td .ecce_detailed_view_topic_text {
  font-family: "OpenSans-Regular";
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
  display: block;
  display: -webkit-box;
}

.ecce_detailed_view_table_tbody_td {
  width: 12.5%;
}

.ecce_detailed_view_table_responsive {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.ecce_detailed_view_activity_icons_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FEF2F2;
  border-radius: 20px;
  padding: 4px 10px;
}

.ecce_detailed_view_voice_activity {
  /* padding: 10px 10px; */
  justify-content: center;
}

.ecce_detailed_view_first_icon {
  margin-right: 10px;
}

.ecce_detailed_view_activity_timer {
  /* margin-left: 10px; */
}

.ecce_detailed_view_activity_timer span {
  font-family: "OpenSans-Regular";
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  color: #333333;
  margin-left: 4px;
}

.ecce_calendar_view_click_msg {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
}

.ecce_calendar_view_click_msg_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ecce_calendar_view_dot_msg_wrapper {
  display: inline-flex;
}

.ecce_calendar_view_color_indicate_msg_text {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-left: 8px;
  margin-right: 10px;
  margin-bottom: 0;
}

.eccelogin_sect {
  background-color: #F8F9FD;
  margin-top: -89px !important;
  /* padding-top: 150px;
    padding-bottom: 150px; */
  height: 100vh;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 40px 50px;
  text-align: center;
}

.ecce_user_login_head {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #001A53;
  text-align: center;
}

.ecce_login_proceed_btn {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: #001A53;
  outline: none;
  border: none;
  padding: 6px 30px;
  border-radius: 10px;
}

.ecce_login_input_prepend {
  display: block;
  border-radius: .25rem 0 0 .25rem
}

.ecce_login_input {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.ecce_login_input::placeholder {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #5C5C5C;
}

.ecce_login_forgot_password a {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6D6D6D;
  text-decoration: none;
}

.ecce_user_verify_otp_text {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #747474;
}

.ecce_user_timeremain_text {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.ecce_user_resendBtn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid #9C9C9C;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9C9C9C;
}

.ecce_user_resendBtn:disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  /* prevents hover */
  opacity: 0.6;
  /* optional */
}

.ecce_reenter_mobile_text_otp a {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #062BAD;
}

.image-upload_filename {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  /* position: absolute;
    border: 0; */
}

.ecce_showErrormsg {
  font-family: "OpenSans-Regular";
  font-weight: 600;
  color: red;
  font-size: 10px;
  line-height: 1.4;
  display: block;
}

.ecce_logout_btn {
  background-color: #001A53;
  border: none;
  outline: none;
  font-family: "OpenSans-Regular";
  font-weight: 700;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 30px;
  border-radius: 30px;
}

.ecce_logout_btn_wrapper {
  text-align: right;
}

.ecce_data_entry_back_btn a {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  color: #001A53;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.ecce_disabled_btn {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  color: #8A8A8A;
  font-size: 14px;
  line-height: 17px;
  background-color: #EFEFEF;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: default !important;
}

.ecce_warningtext {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border-radius: 10px;
  background: red;
  padding: 10px;
}

.ecce_warningtext p {
  margin-bottom: 0px;
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
}

.ecceDataEntryResetModal .modal-header {
  padding-top: 15px;
}

.ecceDataEntryResetModal .btn-close {
  width: 20px;
  height: 20px;
}

.ecceDataEntryResetModal_head {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #000000;
  text-align: center;
}

.ecceDataEntryResetModal_desc {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #383746;
  text-align: center;
}

.ecceDataEntryResetModal_yes_btn {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background-color: #E05754;
  border-color: #E05754;
  border-radius: 5px;
  outline: none;
  padding: 10px 30px;
}

.ecceDataEntryResetModal_yes_btn:hover {
  background-color: #ffffff;
  border-color: #E05754;
  color: #E05754;
}

.ecceDataEntryResetModal_yes_btn:focus {
  box-shadow: none;
  background-color: #ffffff;
  border-color: #E05754;
  color: #E05754;
}

.ecceDataEntryResetModal_yes_btn:active {
  box-shadow: none;
  background-color: #ffffff;
  border-color: #E05754;
  color: #E05754;
}

.ecceDataEntryResetModal_stay_btn {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #E05754;
  background-color: #ffffff;
  border-color: #E05754;
  border-radius: 5px;
  outline: none;
  padding: 10px 30px;
}

.ecceDataEntryResetModal_stay_btn:hover {
  background-color: #E05754;
  border-color: #E05754;
}

.ecceDataEntryResetModal_stay_btn:focus {
  box-shadow: none;
  background-color: #E05754;
  border-color: #E05754;
}

.ecceDataEntryResetModal_stay_btn:active {
  box-shadow: none;
  background-color: #E05754;
  border-color: #E05754;
}

.ecceDataEntryResetModal .modal-footer {
  justify-content: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.ptnew_ecce_login_btn,
.ptnew_ecce_login_btn:hover {
  background-color: #ECF0FF;
  /* box-shadow: 2px 2px 10px 0px #3B7ACD4D; */
  color: #001A53;
}

.ecce_data_entry_add_activity_success_text {
  background-color: #B5FFC3;
  padding: 10px 20px;
  border-radius: 10px;
}

.ecce_data_entry_add_activity_success_text p {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 0;
  text-align: center;
}

.ecce_data_entry_upload_file_modal_header {
  background-color: #001A53;
  padding: 10px 15px;
}

.ecce_data_entry_upload_file_modal_header .modal-title {
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.ecce_data_entry_upload_file_modal .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.ecce_img_upload_label {
  /* height: 118px; */
  /* cursor: pointer;
    border: 2px dashed #001D67;
    text-align: center;
    margin-top: 0px !important;
    max-width: 100%;
    min-width: 100% !important;
    border-radius: 8px !important;
    padding: 20px 10px;
    background-color: #fff; */
  display: none;
}

.ecce_img_upload_input {
  cursor: pointer;
  border: 2px dashed #001D67;
  /* height: 118px; */
  text-align: center;
  margin-top: 0px !important;
  max-width: 100%;
  min-width: 100% !important;
  border-radius: 8px !important;
  /* padding: 20px 10px; */
  /* background-color: #fff; */
  /* display: block; */
}

.ecce_mp3_upload_input[type="file"] {
  /* display: inline-block; */
  /* width: 100%; */
  /* -webkit-box-sizing: border-box; */
  /* -moz-box-sizing: border-box; */
  /* box-sizing: border-box; */
  /* overflow: hidden; */
  /* border-radius: 20px; */
  padding: 100px 0 0px 0;
  height: 70px;
  background: url("https://cdn.poshantracker.in/public-assets/image/ECCE/mp3_upload.png") center center no-repeat;
}

.ecce_mp4_upload_input[type="file"] {
  padding: 100px 0 0px 0;
  height: 70px;
  background: url("https://cdn.poshantracker.in/public-assets/image/ECCE/mp4_upload.png") center center no-repeat;
}

.ecce_pdf_upload_input[type="file"] {
  padding: 100px 0 0px 0;
  height: 70px;
  background: url("https://cdn.poshantracker.in/public-assets/image/ECCE/pdf_upload.png") center center no-repeat;
}

.ecce_upload_drag_browse {
  margin-bottom: 0;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.ecce_upload_drag_browse span {
  font-weight: 600;
  color: #001D67;
}

.ecce_upload_file_type_size {
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6E707E;
}

.ecce_upload_file_btn {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background-color: #001D67;
  border-radius: 5px !important;
  padding: 10px 20px;
  /* margin-top: 20px; */
  /* margin-bottom: 10px; */
  outline: none;
  border: none;
  margin-right: 10px;
}

.ecce_modal_close_btn {
  font-family: "OpenSans-Regular";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #001D67;
  border-radius: 5px !important;
  padding: 10px 20px;
  /* margin-top: 20px;
    margin-bottom: 10px; */
  outline: none;
  border: none;
  cursor: pointer !important;
}

.ecce_popup_btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecce_data_entry_upload_file_modal .modal-body {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 11px;
}

.ecce_learn_bene_attendance_calendar_wrap {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  background: #FFFFFF;
  font-family: sans-serif;
  margin: 0 15px;
  border: 1px solid #F3F3F3;
}

.ecce_learn_bene_attendance_calendar_legends {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ecce_learn_bene_attendance_calendar_legends span {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #747474;
}

.ecce_learn_bene_attendance_calendar_weekdays,
.ecce_learn_bene_attendance_calendar_days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-family: "OpenSans-Regular";
  font-size: 12px;
  /* line-height: 16px; */
  color: #000000;
}

.ecce_learn_bene_attendance_calendar_weekdays div {
  padding: 5px 0;
  font-family: "OpenSans-Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #3C3C4399;
}

.day {
  padding: 4px 0;
  position: relative;
}

.disabled {
  color: #bbb;
}

.dots {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.blue {
  background-color: #2563eb;
}

.orange {
  background-color: #f97316;
}

.ecce_learn_bene_attendance_calendar_month {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #000000;
  text-align: center;
}

.ecce_data_entry_upload_file_modal .modal-body {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 11px;
}

@media screen and (max-width: 767px) {

  .ecce_learn_bene_attendance_calendar_wrap {
    margin: 0;
    border-radius: 0;
  }

  .ecce_data_entry_form_head_bg {
    padding: 15px 15px;
  }

  .ecce_logout_btn_wrapper {
    margin-bottom: 10px;
    text-align: center;
  }

}