/*this is a variable file*/
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-BlackItalic.woff2") format("woff2"), url("../../fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../fonts/MuseoSansRounded500.otf") format("otf"), url("../../fonts/MuseoSansRounded500.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../fonts/MuseoSansRounded700.otf") format("otf"), url("../../fonts/MuseoSansRounded700.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-BoldItalic.woff2") format("woff2"), url("../../fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Light.woff2") format("woff2"), url("../../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.woff2") format("woff2"), url("../../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Italic.woff2") format("woff2"), url("../../fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../../fonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-MediumItalic.woff2") format("woff2"), url("../../fonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Thin.woff2") format("woff2"), url("Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBoldItalic.woff2") format("woff2"), url("Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ThinItalic.woff2") format("woff2"), url("../../fonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.woff2") format("woff2"), url("../../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-LightItalic.woff2") format("woff2"), url("../../fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.woff2") format("woff2"), url("../../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  letter-spacing: normal;
  overflow-x: hidden;
}
body.admin-body {
  background-color: #f3f5f9;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.error {
  font-size: 12px;
  color: rgba(255, 0, 0, 0.8470588235);
  display: none;
}

.badge {
  background-color: #303335;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  padding: 4px 23px;
}

.download_btn {
  border: none;
  color: #0aacae;
  font-size: 14px;
  background: #daf3f3;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  min-width: 110px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .download_btn {
    font-size: 12px;
    min-width: 90px;
  }
}

.delete_btn {
  border: none;
  color: #ed1c24;
  font-size: 14px;
  background: #fcddde;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  min-width: 110px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .delete_btn {
    font-size: 12px;
    min-width: 90px;
  }
}

.cancel_upload_btn {
  border: none;
  color: #333333;
  font-size: 14px;
  background: #e0e1e1;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  min-width: 110px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cancel_upload_btn {
    font-size: 12px;
    min-width: 90px;
  }
}

.submitted_btn {
  border: none;
  color: #EC682B;
  font-size: 14px;
  background: #fce8df;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  min-width: 110px;
  justify-content: center;
}
.submitted_btn.question_btn:hover {
  background-color: #EC682B;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .submitted_btn {
    font-size: 12px;
    min-width: 90px;
  }
}

.criteria_btn {
  border: none;
  color: #b34290;
  font-size: 14px;
  background: #f4e3ee;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  min-width: 80px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .criteria_btn {
    font-size: 12px;
    min-width: 70px;
  }
}

.form-control:focus {
  box-shadow: none;
  border-color: #EC682B;
}

.primary_button {
  background-color: #303335;
  color: #fff;
  border: 1px solid #303335;
  border-radius: 6px;
  transition: all 0.5s;
  font-size: 14px;
}
.primary_button:hover {
  border-color: #EC682B;
  background-color: #EC682B;
}

.open_ticket {
  background-color: #ed1c24;
  padding: 3px 28px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}

.secondary_button {
  background-color: #EC682B;
  color: #fff;
  border: 1px solid #EC682B;
  border-radius: 6px;
  transition: all 0.5s;
  font-size: 14px;
}
.secondary_button:hover {
  border-color: #303335;
  background-color: #303335;
}
.secondary_button.open_ticket_btn {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .secondary_button.open_ticket_btn {
    font-size: 14px;
  }
}
.secondary_button.pending_btn {
  background-color: #e0e1e1;
  color: #303335;
  padding: 2px 10px;
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .secondary_button.pending_btn {
    font-size: 12px;
    padding: 2px 6px;
    min-width: 100px !important;
  }
}
.secondary_button.pass_btn {
  background-color: #def4ea;
  color: #303335;
  padding: 2px 10px;
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .secondary_button.pass_btn {
    font-size: 12px;
    padding: 2px 6px;
    min-width: 100px !important;
  }
}
.secondary_button.unsatisfactory_btn {
  background-color: #fcddde;
  color: #ed1c24;
  padding: 2px 10px;
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .secondary_button.unsatisfactory_btn {
    font-size: 12px;
    padding: 2px 6px;
    min-width: 100px !important;
  }
}
.secondary_button.Merit_btn {
  background-color: #fef3e2;
  color: #303335;
  padding: 2px 10px;
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .secondary_button.Merit_btn {
    font-size: 12px;
    padding: 2px 6px;
    min-width: 100px !important;
  }
}

.page_title {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #333333;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .page_title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.chart_dropdown .dropdown-toggle {
  background-color: #ededed;
  border-color: #ededed;
  color: #333333;
  padding: 3px 24px 3px 15px;
  font-size: 14px;
}
.chart_dropdown .dropdown-toggle:active {
  background-color: #ededed;
  color: #333333;
  box-shadow: none;
  border-color: #ededed;
}
.chart_dropdown .dropdown-item {
  font-size: 14px;
  line-height: 20px;
}
.chart_dropdown .dropdown-item:hover {
  background-color: #EC682B;
  color: #fff;
}

.icon_button {
  border: 0;
  background-color: transparent;
}

.login_section .login_sub_section {
  height: 100vh;
  overflow: hidden;
}
.login_section .login_sub_section .login_welcome_text {
  margin-bottom: 15px;
}
.login_section .login_sub_section .login_welcome_text h1 {
  font-size: 29px;
  line-height: 32px;
  font-weight: 500;
  color: #303335;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .login_welcome_text h1 {
    font-size: 24px;
  }
}
.login_section .login_sub_section .login_welcome_text p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #303335;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .login_welcome_text p {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .login_section .login_sub_section .login_welcome_text p {
    font-size: 18px;
  }
}
.login_section .login_sub_section .content_sec {
  padding: 95px 0px 130px 83px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .content_sec {
    padding: 50px 0 50px 50px;
  }
}
.login_section .login_sub_section .left_section_busoga {
  background-image: url("../../images/portal-img/login_left.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
@media (max-width: 1200px) {
  .login_section .login_sub_section .left_section_busoga {
    background-size: cover;
  }
}
.login_section .login_sub_section .left_section_busoga .header_logo {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .left_section_busoga .header_logo {
    max-width: 150px;
  }
}
.login_section .login_sub_section .left_section_busoga .busoga_bottom {
  max-width: 60%;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom {
    max-width: 70%;
  }
}
@media (max-width: 1200px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom {
    max-width: 90%;
  }
}
.login_section .login_sub_section .left_section_busoga .busoga_bottom h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom h2 {
    font-size: 34px;
  }
}
.login_section .login_sub_section .left_section_busoga .busoga_bottom p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 25px;
  margin: 25px 0;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom p {
    font-size: 21px;
    line-height: 23px;
  }
}
@media (max-width: 1200px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom p {
    font-size: 16px;
    line-height: 23px;
  }
}
.login_section .login_sub_section .left_section_busoga .busoga_bottom .visit_our_site {
  padding: 7px 20px;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  border-radius: 6px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom .visit_our_site {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .left_section_busoga .busoga_bottom .visit_our_site {
    font-size: 14px;
  }
}
.login_section .login_sub_section .left_section_busoga .busoga_bottom .visit_our_site:hover {
  background-color: #0aacae;
}
.login_section .login_sub_section .right_flex_sec {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992px) {
  .login_section .login_sub_section .header_logo {
    padding: 50px 60px 0;
  }
}
@media (max-width: 576px) {
  .login_section .login_sub_section .header_logo {
    padding: 50px 30px 0;
  }
  .login_section .login_sub_section .header_logo img {
    width: 60px;
  }
}
.login_section .login_sub_section .right_section_login {
  width: 586px;
  max-width: 100%;
  margin: auto auto 0 auto;
  padding: 50px 20px 0 0;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .right_section_login {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .login_section .login_sub_section .right_section_login {
    padding: 0 20px;
  }
}
.login_section .login_sub_section .right_section_login .login_form .form-control {
  padding: 22px 32px;
  font-size: 16px;
  font-weight: 400;
  background-color: #e8eaf4;
  color: #989898;
  border: 0;
  border-radius: 6px;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .right_section_login .login_form .form-control {
    padding: 12px 28px;
    font-size: 14px;
  }
}
.login_section .login_sub_section .right_section_login .login_form .input_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.login_section .login_sub_section .right_section_login .login_form .forgot_password_a {
  color: #989898;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  margin: 15px 0 28px 0;
  display: block;
  transition: all 0.3s;
}
.login_section .login_sub_section .right_section_login .login_form .forgot_password_a:hover {
  color: #303335;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .right_section_login .login_form .forgot_password_a {
    margin: 15px 0 20px 0;
    font-size: 14px;
  }
}
.login_section .login_sub_section .right_section_login .login_form .primary_button {
  padding: 19px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1440px) {
  .login_section .login_sub_section .right_section_login .login_form .primary_button {
    padding: 10px 0;
    font-size: 14px;
  }
}

footer .copy_right {
  color: #cccccc;
  text-align: center;
  font-size: 16px;
  padding: 0 0 33px 0;
}
@media (max-width: 1440px) {
  footer .copy_right {
    font-size: 14px;
    padding: 0 0 28px 0;
  }
}
@media (max-width: 576px) {
  footer .copy_right {
    padding: 0 0 20px 0;
  }
}

.navbar {
  padding: 17px 53px 17px 20px;
  box-shadow: 0px 0px 3px rgba(180, 197, 214, 0.7490196078);
  background-color: #f3f5f9;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1440px) {
  .navbar {
    padding: 14px 53px 14px 20px;
  }
}
@media (max-width: 992px) {
  .navbar {
    padding: 17px 20px;
  }
}
@media (max-width: 576px) {
  .navbar {
    padding: 17px 10px;
  }
}
.navbar .navbar-toggler {
  padding: 5px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler img {
  height: 25px;
  width: 25px;
}
.navbar .nav_section {
  gap: 28px;
}
@media (max-width: 992px) {
  .navbar .nav_section {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .navbar .nav_section {
    gap: 10px;
  }
}
.navbar .nav_section .nav_liveclass {
  padding: 8px 14px;
  background-color: #e8eaf4;
  color: #303335;
  border-radius: 6px;
  border: 1px solid #e8eaf4;
  transition: all 0.5s;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.navbar .nav_section .nav_liveclass:hover {
  color: #EC682B;
  border-color: #EC682B;
}
@media (max-width: 576px) {
  .navbar .nav_section .nav_liveclass {
    order: 3;
  }
}
.navbar .nav_section .btn-group {
  align-items: center;
  gap: 19px;
}
@media (max-width: 1440px) {
  .navbar .nav_section .btn-group {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .navbar .nav_section .btn-group {
    gap: 10px;
  }
}
.navbar .nav_section .btn-group .user_name {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #303335;
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .navbar .nav_section .btn-group .user_name {
    width: 120px;
  }
}
.navbar .nav_section .btn-group .dropdown-toggle {
  border: 0;
  background-color: transparent;
}
.navbar .nav_section .btn-group .dropdown-toggle::after {
  display: inline;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.navbar .nav_section .btn-group .dropdown-toggle img {
  border-radius: 100%;
  height: 55px;
  width: 55px;
}
@media (max-width: 1440px) {
  .navbar .nav_section .btn-group .dropdown-toggle img {
    width: 40px;
    height: 40px;
  }
}
.navbar .nav_section .btn-group .dropdown-menu {
  background-color: #f3f5f9;
  box-shadow: rgba(209, 209, 209, 0.749) 0px 50px 100px -20px, rgba(209, 209, 209, 0.749) 0px 30px 60px -30px;
  border-color: #f3f5f9;
  border-radius: 6px;
  padding: 10px 14px;
}
.navbar .nav_section .btn-group .dropdown-menu li:first-child {
  border-bottom: 1px solid #abb2b7;
}
.navbar .nav_section .btn-group .dropdown-menu li .dropdown-item {
  font-size: 14px;
  color: #303335;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  border-radius: 6px;
  margin: 3px 0;
}
.navbar .nav_section .btn-group .dropdown-menu li .dropdown-item:active {
  background-color: rgba(10, 172, 174, 0.5) !important;
}
.navbar .nav_section .btn-group .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(10, 172, 174, 0.15) !important;
  color: #0AACAE;
}

.sidebar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  height: 100%;
  z-index: 999;
}
@media (max-width: 992px) {
  .sidebar-wrapper {
    left: -100%;
    animation: 1s slide-right;
  }
  .sidebar-wrapper.sidebar-open {
    left: 0px;
    animation: 1s slide-left;
  }
}

.sidebar {
  width: 80px;
  height: 100%;
  background-color: #eaedf5;
  transition: width 0.3s ease;
  overflow: hidden;
  position: relative;
}
.sidebar:hover:not(.open) {
  width: 257px;
}
.sidebar:hover:not(.open) .profile {
  justify-content: left;
}
.sidebar .toggle-btn {
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
  border-radius: 6px;
}
.sidebar .toggle-btn img {
  transform: rotate(0deg);
  transition: 0.3s ease;
}
.sidebar.open .toggle-btn {
  border-color: #0AACAE;
}
.sidebar.open .toggle-btn img {
  transform: rotate(180deg);
}
.sidebar.open, .sidebar:hover {
  width: 257px;
}
.sidebar.open .profile, .sidebar:hover .profile {
  display: block;
}
.sidebar.open .open-menu, .sidebar:hover .open-menu {
  display: none;
}
.sidebar .profile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 25px;
}
.sidebar .collapse_img_2 {
  width: 36px;
}
.sidebar .collapse_img_1 {
  display: none;
  transition: display 0.4s ease;
}
.sidebar.open .collapse_img_1, .sidebar:hover .collapse_img_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.sidebar.open .collapse_img_1 .es_logo, .sidebar:hover .collapse_img_1 .es_logo {
  width: 140px;
}
.sidebar.open .collapse_img_2, .sidebar:hover .collapse_img_2 {
  display: none !important;
}
.sidebar .menu_listing {
  list-style-type: none;
  padding: 25px 0;
  position: relative;
  height: calc(100vh - 80px);
  overflow-y: auto;
  scrollbar-width: none; /* Options: auto | thin | none */
  scrollbar-color: transparent transparent; /* Syntax: <thumb> <track> */
}
.sidebar .menu_listing::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.sidebar .menu_listing::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}
.sidebar .menu_listing::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}
.sidebar .menu_listing li {
  padding: 5px 20px;
  cursor: pointer;
}
.sidebar .menu_listing li span {
  color: #333333 !important;
}
.sidebar .menu_listing li:hover {
  padding-left: 25px;
  transition: padding 0.2s ease-in-out;
}
.sidebar .menu_listing li.has-submenu:hover {
  padding-left: 25px;
  transition: padding 0.2s ease-in-out;
}
.sidebar .menu_listing li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #303335;
}
.sidebar .menu_listing li span {
  font-size: 14px;
  opacity: 0;
  text-wrap: nowrap;
}
.sidebar .menu_listing li .img_active {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.sidebar .menu_listing li .img_active.active-link {
  background-color: #fff;
}
.sidebar:hover .menu_listing li span, .sidebar.open .menu_listing li span {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.sidebar .has-submenu button {
  background-color: transparent;
  border: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #303335;
  font-weight: 400;
}
.sidebar .has-submenu button .open_submenu {
  transform: rotate(90deg);
}
.sidebar .has-submenu button .has-submenu_gap {
  gap: 10px;
}
.sidebar .has-submenu .img_active {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .has-submenu .img_active.active-link {
  background-color: #fff;
}
.sidebar .has-submenu .nav__dropdown-collapse {
  display: none;
}
.sidebar .has-submenu .nav__dropdown-collapse a {
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #303335;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar .has-submenu .nav__dropdown-collapse .nav__dropdown-item {
  margin: 5px 0;
}
.sidebar .has-submenu .nav__dropdown-collapse .nav__dropdown-item span {
  max-width: calc(100% - 40px);
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}
.sidebar .has-submenu .nav__dropdown-collapse .nav__dropdown-item.dropdown-item-active .img_active {
  background-color: rgba(130, 126, 123, 0.231372549);
}
.sidebar .has-submenu .nav__dropdown-collapse.open-menu {
  display: block;
  transition: all 0.3s ease-in-out;
}

.sidebar-open-body .main_section {
  margin-left: 257px;
}
@media (max-width: 992px) {
  .sidebar-open-body .main_section {
    margin: 0;
  }
}

.sidebar-open-body .es_card {
  padding: 20px;
}
@media (max-width: 992px) {
  .sidebar-open-body .es_card {
    padding: 20px;
  }
}
.sidebar-open-body .social_activity_card .listing_class_social .listing_class_social_li .social_activity_sec {
  max-width: 248px !important;
  transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .sidebar-open-body .social_activity_card .listing_class_social .listing_class_social_li .social_activity_sec {
    max-width: 100% !important;
  }
}
.sidebar-open-body .social_activity_card .listing_class_social .listing_class_social_li .listing_class_li_child {
  padding: 30px 20px !important;
}
@media (max-width: 1440px) {
  .sidebar-open-body .social_activity_card .listing_class_social .listing_class_social_li .listing_class_li_child {
    padding: 20px !important;
  }
}
@media (max-width: 576px) {
  .sidebar-open-body .social_activity_card .listing_class_social .listing_class_social_li .listing_class_li_child {
    padding: 15px !important;
  }
}
.sidebar-open-body .social_activity_card .carousel .carousel-control-prev,
.sidebar-open-body .social_activity_card .carousel .carousel-control-next {
  background-color: #666666;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  padding: 5px;
  top: 60%;
}
.sidebar-open-body .social_activity_card .carousel .carousel-control-prev {
  left: 47px;
}
.sidebar-open-body .social_activity_card .carousel .carousel-control-next {
  right: 47px;
}
@media (max-width: 1400px) {
  .sidebar-open-body .news_feed_content {
    flex-direction: column;
  }
  .sidebar-open-body .news_feed_content .news_feed_img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 1200px) {
  .sidebar-open-body .news_feed_content {
    flex-direction: row;
  }
  .sidebar-open-body .news_feed_content .news_feed_img {
    max-width: 200px !important;
    height: 300px !important;
  }
}
@media (max-width: 768px) {
  .sidebar-open-body .news_feed_content {
    flex-direction: row;
  }
  .sidebar-open-body .news_feed_content .news_feed_img {
    max-width: 100% !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    height: 300px !important;
  }
}

.es_card {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0px 0px 1px rgba(244, 244, 244, 0.7490196078);
}
@media (max-width: 1440px) {
  .es_card {
    padding: 20px;
  }
}
.es_card .card_main_title {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
}
.es_card .card_title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #303335;
}
@media (max-width: 1440px) {
  .es_card .card_title {
    font-size: 16px;
  }
}
.es_card .card_sub_title {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.es_card.unit_table .card_title {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #333333;
  margin-bottom: 14px;
}
.es_card.unit_table .table_container {
  width: 100%;
  overflow-x: auto;
  max-height: 250px;
  overflow-y: auto;
}

@keyframes slide-left {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}
@keyframes slide-right {
  from {
    left: 0px;
  }
  to {
    left: -100%;
  }
}
@keyframes pulse {
  0%, 100% {
    fill: #303335;
  }
  50% {
    fill: #EC682B; /* Change color to red at midpoint */
  }
}
.custom-dropdown {
  position: relative;
  width: 140px;
}
.custom-dropdown.active .dropdown-options {
  display: block;
}
.custom-dropdown .dropdown-label {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
}
.custom-dropdown .dropdown-selected {
  padding: 3px 10px;
  font-size: 14px;
  background-color: #E8EAF4;
  color: #333333;
  cursor: pointer;
  border-radius: 3px;
  background-image: url("../../images/portal-icon/Path 8562.svg");
  background-repeat: no-repeat;
  background-size: 10px 27px;
  background-position: calc(100% - 10px) center;
}
.custom-dropdown .dropdown-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #e8eaf4;
  border-radius: 3px;
  z-index: 1;
  padding: 5px;
}
.custom-dropdown .dropdown-options div {
  padding: 5px 10px;
  font-size: 13px;
  color: #1A1A1A;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}
.custom-dropdown .dropdown-options div:last-child {
  border-bottom: none;
}
.custom-dropdown .dropdown-options div:hover {
  background-color: transparent;
  color: #EC682B;
  border-color: #EC682B;
}

.main_section {
  margin-left: 80px;
  padding-top: 90px;
  transition: margin-left 0.3s ease, opacity 0.3s ease;
  min-height: calc(100% - 57px);
}
@media (max-width: 1440px) {
  .main_section {
    padding-top: 68px;
  }
}
@media (max-width: 992px) {
  .main_section {
    margin: 0;
  }
}
.main_section .inner_main {
  padding: 42px 35px;
}
@media (max-width: 1440px) {
  .main_section .inner_main {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .main_section .inner_main {
    padding: 70px 20px 20px 20px;
  }
}
.main_section .inner_main .progress_card {
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.main_section .inner_main .progress_card .remaining-weeks {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}
.main_section .inner_main .progress_card .remaining-weeks img {
  width: 25px;
  height: 25px;
}
.main_section .inner_main .progress_card .remaining-weeks .heading1 {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
}
@media (max-width: 1440px) {
  .main_section .inner_main .progress_card .remaining-weeks .heading1 {
    font-size: 12px;
  }
}
.main_section .inner_main .progress_card .remaining-weeks .heading2 {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #303335;
}
@media (max-width: 1440px) {
  .main_section .inner_main .progress_card .remaining-weeks .heading2 {
    font-size: 12px;
  }
}
.main_section .inner_main .news_feed .card_title {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #333333;
  margin-bottom: 14px;
}
.main_section .inner_main .news_feed .news_feed_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_img {
  max-width: 300px;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .main_section .inner_main .news_feed .news_feed_content .news_feed_img {
    max-width: 280px;
  }
}
@media (max-width: 1200px) {
  .main_section .inner_main .news_feed .news_feed_content .news_feed_img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .main_section .inner_main .news_feed .news_feed_content .news_feed_img {
    max-width: 100%;
    width: 100%;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_img img {
  border-radius: 8px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .main_section .inner_main .news_feed .news_feed_content .news_feed_img img {
    max-width: 100%;
    width: 100%;
  }
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text {
  flex: 1;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text p {
  font-size: 14px;
  line-height: 1.6;
  color: #303335;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .share_icon {
  cursor: pointer;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .share_icon img {
  min-height: 25px;
  min-width: 27px;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media {
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media {
    gap: 10px;
  }
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media span {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #000000;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media .comment_icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media .comment_icon .comt_icon {
  height: 25px;
  width: 25px;
  border: 0;
  background-color: transparent;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media .thumb_icon {
  background-color: #007afe;
  cursor: pointer;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
}
.main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons .media .thumb_icon img {
  max-width: 100%;
  height: auto;
  width: 20px;
}
@media (max-width: 768px) {
  .main_section .inner_main .news_feed .news_feed_content .news_feed_text .social_activity .activity_icons {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .main_section .inner_main .news_feed .news_feed_content {
    flex-direction: column;
  }
}
.main_section .inner_main .ai_boat_card {
  text-align: center;
}
.main_section .inner_main .ai_boat_card .meet_sofia_title {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1440px) {
  .main_section .inner_main .ai_boat_card .meet_sofia_title {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main_section .inner_main .ai_boat_card .meet_sofia_title {
    font-size: 16px;
  }
}
.main_section .inner_main .ai_boat_card .meet_sofia_title .name-title {
  font-weight: 500;
}
.main_section .inner_main .ai_boat_card .submitted_btn {
  padding: 4px 11px 5px 17px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 16px;
}
.main_section .inner_main .ai_boat_card .sophia_img {
  width: 188px;
  margin: 42px auto 0 auto;
}
@media (max-width: 1440px) {
  .main_section .inner_main .ai_boat_card .sophia_img {
    width: 170px;
    margin: 32px auto 0 auto;
  }
}
.main_section .inner_main .ai_boat_card .sophia_img img {
  max-width: 100%;
  height: auto;
}
.main_section .inner_main .order_set_3 {
  order: 2;
}
@media (max-width: 1200px) {
  .main_section .inner_main .order_set_3 {
    order: 3;
  }
}
.main_section .inner_main .order_set_2 {
  order: 3;
}
@media (max-width: 1200px) {
  .main_section .inner_main .order_set_2 {
    order: 2;
  }
}

.table_container {
  width: 100%;
  overflow-x: auto;
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}
@media (max-height: 768px) {
  .table_container {
    max-height: calc(100vh - 266px);
  }
}

.pagination_text {
  font-size: 14px;
  color: #000000;
}

.preview_next_pagination {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .preview_next_pagination {
    margin-top: 5px;
  }
}
.preview_next_pagination .p_n_pagination_ul .p_n_li {
  padding: 2px 4px;
}
.preview_next_pagination .p_n_pagination_ul .p_n_li .p_n_link {
  background-color: transparent;
  font-size: 14px;
  color: #000000;
  border: none;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 1440px) {
  .preview_next_pagination .p_n_pagination_ul .p_n_li .p_n_link {
    font-size: 12px;
  }
}
.preview_next_pagination .p_n_pagination_ul .p_n_li .p_n_link:focus {
  box-shadow: none;
}

.portal_table {
  width: 100%;
  position: relative;
}
.portal_table .user_image_table {
  height: 32px;
  width: 32px;
  overflow: hidden;
}
.portal_table .user_image_table img {
  max-width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portal_table thead th {
  border: 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  background-color: #E8EAF4;
  text-wrap: nowrap;
  position: sticky;
  top: 0px;
  min-width: 70px;
}
.portal_table thead th.info_th {
  min-width: 50px;
}
.portal_table thead th.student_img_th {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}
@media (max-width: 1440px) {
  .portal_table thead th {
    font-size: 12px;
  }
}
.portal_table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.portal_table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.portal_table tbody td {
  vertical-align: middle;
  background-color: #fff;
  border-color: #dfe5ea;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
  height: 70px;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .portal_table tbody td {
    height: 50px;
    font-size: 12px;
  }
}
.portal_table tbody td.long_user_name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .portal_table tbody td.long_user_name {
    max-width: 160px;
  }
}
.portal_table tbody td.units_name {
  max-width: 350px;
  min-width: 100px;
  text-wrap: wrap;
}
.portal_table tbody .filter_section {
  width: 100%;
}
.portal_table tbody .filter_section.white_filter td {
  background-color: #ffffff;
}
.portal_table tbody .filter_section td {
  background-color: #f3f5f9;
  position: sticky;
  top: 36px;
}
.portal_table tbody .filter_section td:first-child {
  padding-left: 30px !important;
}
@media (max-width: 1440px) {
  .portal_table tbody .filter_section td {
    top: 37px;
  }
  .portal_table tbody .filter_section td:first-child {
    padding-left: 10px !important;
  }
}
.portal_table tbody .filter_section td .btn_serach {
  background-color: transparent;
  border: 0;
}
.portal_table tbody .filter_section .primary_button {
  padding: 5px 18px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .portal_table tbody .filter_section .primary_button {
    padding: 3px 15px;
  }
}
.portal_table tbody .filter_section input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(77, 77, 77, 0.6);
  border-radius: 6px;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
}
@media (max-width: 1440px) {
  .portal_table tbody .filter_section input {
    font-size: 12px;
  }
}
.portal_table tbody .filter_section input:focus {
  outline: none;
}
.portal_table tbody .filter_section ::-moz-placeholder {
  color: #dfe2ea;
}
.portal_table tbody .filter_section ::placeholder {
  color: #dfe2ea;
}
.portal_table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.portal_table tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.portal_table tbody tr:last-child td {
  border-bottom: 0;
}
.portal_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.portal_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.portal_table.assignment_table thead th {
  min-width: 70px;
}
@media (max-width: 1440px) {
  .portal_table.assignment_table thead th {
    min-width: 60px;
  }
}
@media (max-width: 1440px) {
  .portal_table.assignment_table thead th.info_table_img {
    min-width: 40px;
  }
}
.portal_table.assignment_table tbody td.assigment_name {
  max-width: 200px;
  text-wrap: wrap;
}
.portal_table.assignment_table tbody .filter_section td:first-child {
  padding-left: 10px !important;
}
.portal_table.assignment_table tbody.info_table_img {
  max-width: 30px;
}
.portal_table.assignment_table tbody td:first-child {
  padding-left: 10px;
}
.portal_table.assignment_table tbody tr:last-child td:first-child {
  padding-left: 10px;
}
.portal_table.assignment_table tbody .no_input {
  min-width: 40px;
  max-width: 90px;
}
.portal_table.assignment_table tbody .user_image_table img {
  height: 17px;
  width: 17px;
}
.portal_table.assignment_table tbody .secondary_button {
  min-width: 130px;
}
.portal_table.tabbing_table tbody td:first-child {
  padding-left: 8px !important;
}

.left_side_bar {
  position: relative;
}

.calender_data_full_cal {
  margin-top: 20px;
}
.calender_data_full_cal .flatpickr-input {
  display: none;
}
.calender_data_full_cal .flatpickr-calendar {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #dfe5ea;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .calender_data_full_cal .flatpickr-calendar {
    width: 280px;
  }
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-day {
  color: #303335;
  font-weight: 500;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: #989898;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-day.selected {
  color: #fff;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-months {
  margin-bottom: 10px;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.calender_data_full_cal .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  background-color: #e8eaf4;
  padding: 0;
  height: 35px;
  width: 35px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: currentColor;
  color: #000000;
}
@media (max-width: 576px) {
  .calender_data_full_cal .flatpickr-calendar .flatpickr-weekdays {
    width: 280px;
  }
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-weekdays span {
  font-size: 14px;
  line-height: normal;
  color: #303335;
  font-weight: 500;
}
@media (max-width: 576px) {
  .calender_data_full_cal .flatpickr-calendar .flatpickr-days .dayContainer {
    width: 280px;
    min-width: 280.875px;
    max-width: 280.875px;
  }
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-days .flatpickr-day {
  border-radius: 6px;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-days .today {
  border-color: #EC682B;
  border-radius: 6px;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-days .today:hover {
  background-color: #EC682B;
}
.calender_data_full_cal .flatpickr-calendar .flatpickr-days .selected {
  background-color: #EC682B;
  border-color: #EC682B;
  border-radius: 6px;
}

#calendar {
  max-width: 100%;
  margin: 0 auto;
}
#calendar .fc-col-header {
  width: 100% !important;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
  margin-right: auto;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-prev-button, #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-next-button {
  background-color: transparent;
  border-color: transparent;
  width: auto;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-prev-button .fc-icon, #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-next-button .fc-icon {
  color: #303335;
  font-weight: 600;
}
@media (max-width: 576px) {
  #calendar .fc-view-harness {
    height: calc(100vh - 400px) !important;
  }
}
#calendar .fc-daygrid-body,
#calendar .fc-scrollgrid-sync-table {
  width: 100% !important;
}
#calendar .fc-dayGridMonth-view .fc-daygrid-day-top {
  flex-direction: row;
}
#calendar .fc-dayGridMonth-view .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #303335;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  #calendar .fc-dayGridMonth-view .fc-daygrid-day-top .fc-daygrid-day-number {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #calendar .fc-dayGridMonth-view .fc-daygrid-day-top .fc-daygrid-day-number {
    font-size: 12px;
  }
}
#calendar .fc-dayGridMonth-view .fc-col-header-cell-cushion {
  font-size: 18px;
  padding: 4px;
}
#calendar .fc-dayGridMonth-view .fc-day-today {
  background-color: #dfe5ea;
}
#calendar .fc-dayGridMonth-view .fc-theme-standard td,
#calendar .fc-dayGridMonth-view .fc-theme-standard th {
  border-color: #dfe5ea;
}
#calendar .fc-dayGridMonth-view .fc-daygrid-day-frame {
  height: 30px;
  min-height: 30px;
}
#calendar .fc-daygrid-event {
  border-radius: 6px;
  border-color: transparent !important;
}
#calendar .fc-daygrid-event.event_one {
  background-color: #0aacae;
  color: #EC682B;
}
#calendar .fc-event-today {
  color: #000000;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 576px) {
  #calendar .fc-event-today {
    padding: 2px 4px;
    font-size: 12px;
  }
}
#calendar .fc-event-today .fc-event-title,
#calendar .fc-event-today .fc-event-description {
  text-wrap: wrap;
}
#calendar .fc-event-main {
  padding: 2px 16px;
  color: #000000;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 576px) {
  #calendar .fc-event-main {
    padding: 2px 4px;
    font-size: 12px;
  }
}
#calendar .fc-event-main .fc-event-title,
#calendar .fc-event-main .fc-event-description {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 16px);
}
#calendar .fc-toolbar-title, #calendar .fc-dayGridMonth-view .fc-col-header-cell-cushion {
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  color: #303335;
}
@media (max-width: 1440px) {
  #calendar .fc-toolbar-title, #calendar .fc-dayGridMonth-view .fc-col-header-cell-cushion {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #calendar .fc-toolbar-title, #calendar .fc-dayGridMonth-view .fc-col-header-cell-cushion {
    font-size: 14px;
  }
}
#calendar .fc-button-group {
  gap: 15px;
}
@media (max-width: 576px) {
  #calendar .fc-button-group {
    gap: 10px;
  }
}
#calendar .fc-button-group .fc-button {
  background-color: #fff;
  color: #1A1A1A;
  border-color: #fff;
  width: 90px;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1440px) {
  #calendar .fc-button-group .fc-button {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #calendar .fc-button-group .fc-button {
    width: 60px;
    margin-top: 10px;
  }
}
#calendar .fc-button-group .fc-button.fc-button-active {
  background-color: #EC682B;
  color: #fff;
}
#calendar .fc-button-group .fc-button:focus {
  box-shadow: none;
}
#calendar .fc-theme-standard td,
#calendar .fc-theme-standard th {
  border-color: #dfe5ea !important;
}
#calendar .fc-toolbar {
  flex-wrap: wrap;
}
#calendar .fc-timeGridWeek-view .fc-timegrid-slot {
  height: 1.9rem;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 576px) {
  #calendar .fc-timeGridWeek-view .fc-timegrid-slot {
    height: 1.5rem;
  }
}
#calendar .fc-timeGridWeek-view .fc-scrollgrid-sync-inner {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap;
  text-transform: capitalize;
}
#calendar .fc-timeGridWeek-view .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
}
@media (max-width: 576px) {
  #calendar .fc-timeGridWeek-view .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    width: calc(100% - 18px);
    font-size: 12px;
  }
}
#calendar .fc-timeGridWeek-view .fc-timegrid-slot-minor {
  border: 0;
}
#calendar .fc-timeGridWeek-view .fc-timegrid-slot-label-frame {
  text-align: center;
}
#calendar .fc-timeGridWeek-view .fc-col-header-cell .fc-col-header-cell-cushion {
  padding: 10px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 576px) {
  #calendar .fc-timeGridWeek-view .fc-col-header-cell .fc-col-header-cell-cushion {
    padding: 10px 0px;
  }
}
#calendar .fc-timeGridWeek-view .fc-timegrid-divider {
  padding: 0px 0 0px;
}
#calendar .fc-timeGridWeek-view .fc-day-today {
  background-color: transparent;
}
#calendar .fc-timegrid-event {
  border-color: transparent !important;
}
#calendar .fc-timeGridDay-view .fc-timegrid-slots colgroup col {
  width: 195px !important;
}
@media (max-width: 768px) {
  #calendar .fc-timeGridDay-view .fc-timegrid-slots colgroup col {
    width: 80px !important;
  }
}
#calendar .fc-timeGridDay-view .fc-timegrid-slots .fc-timegrid-slot-label-frame {
  text-align: center;
}
#calendar .fc-timeGridDay-view .fc-timegrid-cols colgroup col {
  width: 195px !important;
}
@media (max-width: 768px) {
  #calendar .fc-timeGridDay-view .fc-timegrid-cols colgroup col {
    width: 80px !important;
  }
}
#calendar .fc-timeGridDay-view .fc-timegrid-divider {
  padding: 0px 0 0px;
}
#calendar .fc-timeGridDay-view .fc-scrollgrid-sync-table colgroup col {
  width: 195px !important;
}
@media (max-width: 768px) {
  #calendar .fc-timeGridDay-view .fc-scrollgrid-sync-table colgroup col {
    width: 80px !important;
  }
}
#calendar .fc-timeGridDay-view .fc-scrollgrid-sync-table .fc-timegrid-axis-frame {
  justify-content: center;
}
#calendar .fc-timeGridDay-view .fc-scrollgrid-sync-table .fc-timegrid-axis-frame span {
  text-wrap: nowrap;
  text-transform: capitalize;
  font-size: 16px;
}
#calendar .fc-timeGridDay-view .fc-scrollgrid-sync-table .fc-day-today {
  background-color: transparent !important;
}
#calendar .fc-timeGridDay-view .fc-col-header .fc-timegrid-axis {
  display: none;
}
#calendar .fc-timeGridDay-view .fc-timegrid-slot {
  background-color: #f3f5f9 !important;
  height: 1.9rem;
  border-color: #dfe5ea;
}
#calendar .fc-timeGridDay-view .fc-timegrid-slot-minor {
  border-top: 0;
}
#calendar .fc-timeGridDay-view .fc-scrollgrid-sync-inner {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
#calendar .fc-timeGridDay-view .fc-scrollgrid-sync-inner a {
  color: #333333;
}
#calendar .fc-timeGridDay-view .fc-timegrid-slot-label-cushion {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
#calendar .fc-listWeek-view {
  border-color: #dfe5ea;
}
#calendar .fc-listWeek-view .fc-list-day-cushion {
  background-color: #e8eaf4;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
#calendar .fc-listWeek-view .fc-list-day-cushion a {
  color: #333333;
}
#calendar .fc-listWeek-view .fc-list-event-time {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
#calendar .fc-listWeek-view .fc-event-title,
#calendar .fc-listWeek-view .fc-event-description {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #333333;
}
#calendar .fc-listWeek-view .fc-list-day th,
#calendar .fc-listWeek-view .fc-list-day td {
  border-color: #dfe5ea;
}
#calendar .fc-listWeek-view .fc-timegrid-divider {
  padding: 0px 0 0px;
}
#calendar .fc-listWeek-view .fc-scrollgrid-sync-table colgroup col {
  width: 195px !important;
}
@media (max-width: 768px) {
  #calendar .fc-listWeek-view .fc-scrollgrid-sync-table colgroup col {
    width: 80px !important;
  }
}
#calendar .fc-listWeek-view .fc-scrollgrid-sync-table .fc-timegrid-axis-frame {
  justify-content: center;
}
#calendar .fc-listWeek-view .fc-scrollgrid-sync-table .fc-timegrid-axis-frame span {
  text-wrap: nowrap;
  text-transform: capitalize;
  font-size: 16px;
}
#calendar .fc-listWeek-view .fc-scrollgrid-sync-table .fc-day-today {
  background-color: transparent !important;
}
#calendar .fc-listWeek-view .fc-col-header .fc-timegrid-axis {
  display: none;
}
#calendar .fc-listWeek-view .fc-timegrid-slot {
  background-color: #f3f5f9 !important;
  height: 1.9rem;
  border-color: #dfe5ea;
}
#calendar .fc-listWeek-view .fc-timegrid-slot-minor {
  border-top: 0;
}
#calendar .fc-listWeek-view .fc-scrollgrid-sync-inner {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
#calendar .fc-listWeek-view .fc-scrollgrid-sync-inner a {
  color: #333333;
}
#calendar .fc-listWeek-view .fc-timegrid-slot-label-cushion {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.assignment_modal .modal_header_section {
  display: flex;
  justify-content: end;
  padding: 10px 10px 0px 0px;
}
.assignment_modal .modal_header_section .modal_close_btn {
  border: none;
  background: transparent;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.assignment_modal .modal_header_section .modal_close_btn:hover {
  transform: scale(1.5);
}
.assignment_modal .modal_header_section.file_header {
  padding: 20px 30px 0px;
}
.assignment_modal .modal_header_section.file_header .academic_header {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.assignment_modal .modal-body {
  padding: 20px 45px;
}
.assignment_modal .modal-body.file_upload {
  padding: 20px 30px;
}
@media (max-width: 576px) {
  .assignment_modal .modal-body {
    padding: 20px 20px;
  }
}
.assignment_modal .modal-body .assignment_modal_table thead th {
  border: 0;
  color: #303335;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  white-space: nowrap;
  position: sticky;
  top: 0px;
  min-width: 100px;
  background-color: #ffffff;
}
.assignment_modal .modal-body .assignment_modal_table tbody td {
  vertical-align: middle;
  background-color: #fff;
  border-color: #dfe5ea;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
  height: 70px;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .assignment_modal .modal-body .assignment_modal_table tbody td {
    height: 60px;
  }
}
.assignment_modal .modal-body .upload_file_modal .upload_ul .upload_li {
  border-bottom: 1px solid #e7ebef;
  padding: 16px 0px;
}
.assignment_modal .modal-body .upload_file_modal .upload_ul .upload_li:first-child {
  border-top: 1px solid #e7ebef;
}
.assignment_modal .modal-body .upload_file_modal .upload_ul .upload_li:last-child {
  border-bottom: none;
}
.assignment_modal .modal-body .upload_file_modal .upload_ul .upload_li .file_name {
  font-size: 14px;
  color: #303335;
  margin: 0;
}
.assignment_modal .modal-body .upload_file_modal .upload_ul .upload_li .trash_btn {
  border: none;
  background-color: #e8eaf4;
  border-radius: 5px;
  padding: 6px;
}
.assignment_modal .modal-body .submit_file_details .action_btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .assignment_modal .modal-body .submit_file_details .action_btns {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.assignment_modal .modal-body .submit_file_details .submit_file_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
}
.assignment_modal .modal-body .submit_file_details .submit_file_ul li {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  border-radius: 6px;
  background-color: #E9EBF6;
}
@media (max-width: 576px) {
  .assignment_modal .modal-body .submit_file_details .submit_file_ul li {
    flex-wrap: wrap;
  }
}
.assignment_modal .modal-body .submit_file_details .submit_file_ul li .file_name {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
}
.assignment_modal .modal-body .submit_file_details .submit_file_ul li .upload_cancel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .assignment_modal .modal-body .submit_file_details .submit_file_ul li .upload_cancel {
    margin-left: unset;
  }
}
.assignment_modal .modal-body .submit_file_details .submit_file_ul li .upload_cancel p {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #303335;
}

.check_score_card_left {
  padding: 0;
}
.check_score_card_left .header_sec {
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.check_score_card_left .info_section {
  padding: 38px 0;
}
@media (max-width: 1440px) {
  .check_score_card_left .info_section {
    padding: 25px 0;
  }
}
.check_score_card_left .info_section .info_inner_sec {
  max-width: 400px;
  margin: 0 auto;
}
.check_score_card_left .info_section .user_image_info {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 26px auto;
  overflow: hidden;
}
.check_score_card_left .info_section .user_image_info img {
  width: 100%;
}
.check_score_card_left .info_section .info_title {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0;
  color: #303335;
  text-align: center;
}
.check_score_card_left .info_section .sub_info_title {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #303335;
  text-align: center;
}
.check_score_card_left .info_section .sub_info_title_14 {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #303335;
  text-align: center;
}
.check_score_card_left .info_section .sub_info_title_14 span {
  color: #EC682B;
}
.check_score_card_left .info_section .check_detail_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 20px;
  overflow-x: auto;
  gap: 5px;
}
.check_score_card_left .info_section .check_detail_ul li {
  border-left: 2px solid #dfe5ea;
  padding-left: 10px;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.check_score_card_left .info_section .check_detail_ul li p {
  text-wrap: nowrap;
}
.check_score_card_left .info_section .check_detail_ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

.info_section {
  padding: 38px 0;
}
.info_section .info_inner_sec {
  max-width: 400px;
  margin: 0 auto;
}
.info_section .user_image_info {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 26px auto;
}
.info_section .user_image_info img {
  width: 100%;
}
.info_section .info_title {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0;
  color: #303335;
  text-align: center;
}
.info_section .sub_info_title {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #303335;
  text-align: center;
}
.info_section .sub_info_title_14 {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #303335;
  text-align: center;
}
.info_section .sub_info_title_14 span {
  color: #EC682B;
}
.info_section .check_detail_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 20px;
  overflow-x: auto;
  gap: 5px;
}
.info_section .check_detail_ul li {
  border-left: 2px solid #dfe5ea;
  padding-left: 10px;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.info_section .check_detail_ul li p {
  text-wrap: nowrap;
}
.info_section .check_detail_ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

.right_side_card {
  padding: 0;
  position: relative;
  z-index: 1;
}
.right_side_card .tabs_section {
  padding: 29px 40px 0;
  border-bottom: 1px solid #e6e6e6;
  gap: 23px;
}
@media (max-width: 1440px) {
  .right_side_card .tabs_section {
    padding: 20px 30px 0;
  }
}
@media (max-width: 768px) {
  .right_side_card .tabs_section {
    padding: 20px 20px 0 !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.right_side_card .tabs_section button {
  padding-bottom: 18px;
  border: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #131b3a;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: -1px;
  white-space: nowrap;
}
.right_side_card .tabs_section button.active {
  border-bottom: 1px solid #EC682B !important;
}
@media (max-width: 1440px) {
  .right_side_card .tabs_section button {
    font-size: 14px;
  }
}
.right_side_card .tabs_section.place_detail_card .tab-content {
  max-height: auto !important;
}
.right_side_card .tab-content {
  margin: 30px 40px;
  height: 100%;
  overflow-y: unset;
}
@media (max-width: 1440px) {
  .right_side_card .tab-content {
    padding: 20px 30px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .right_side_card .tab-content {
    margin: 30px 10px;
    padding: 10px;
  }
}
.right_side_card .tab-content .teacher_info_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1440px) {
  .right_side_card .tab-content .teacher_info_ul {
    gap: 10px;
  }
}
.right_side_card .tab-content .teacher_info_ul .info_title_label, .right_side_card .tab-content .teacher_info_ul .info_sub_text {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #abb2b7;
}
@media (max-width: 1440px) {
  .right_side_card .tab-content .teacher_info_ul .info_title_label, .right_side_card .tab-content .teacher_info_ul .info_sub_text {
    font-size: 12px;
  }
}
.right_side_card .tab-content .teacher_info_ul .info_sub_text {
  color: #1A1A1A;
}
.right_side_card.class_info_tabcard .tabs_section {
  padding: 19px 30px 0;
}

.in_label {
  text-align: left;
  letter-spacing: 0.08px;
  color: #303335;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.chart_card.result_card {
  border-left: 2px solid #ebebeb;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .chart_card.result_card {
    border-left: 0;
    padding-left: 0px;
  }
}
.chart_card .legend {
  list-style: none;
  padding: 0;
}
.chart_card .legend li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.chart_card .legend span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}
.chart_card .legend .present {
  background-color: #f3f5f9;
}
.chart_card .legend .late {
  background-color: #0aacae;
}
.chart_card .legend .absent {
  background-color: #b34290;
}
.chart_card .legend .holiday {
  background-color: #fce8df;
}/*# sourceMappingURL=style.css.map */