@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.research-filter {
  border-radius: 5px;
  background-color: #eaebf0;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 992px) {
  .research-filter {
    margin-bottom: 15px;
  }
}
.research-filter p {
  letter-spacing: 2px;
  color: #313131;
  font-size: 17px;
  font-weight: 700;
}
.research-filter .form-group {
  display: flex;
  margin-bottom: 1rem;
}
.research-filter .form-group > label {
  color: #313131;
  font-size: 15px;
  margin-left: 5px;
  text-transform: capitalize;
}
.research-filter .form-group input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.research-filter button {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  border: none;
  font-weight: 700;
  background: #313131;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .research-filter button {
    font-size: 15px;
  }
}
.research-filter .date-group {
  display: flex;
}
.research-filter .date-group .select-form {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.drop-menu-item {
  font-family: "Poppins", sans-serif;
  background-color: #eaebf0;
  color: #313131;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 5px;
  transition: 0.5s;
}
@media only screen and (max-width: 576px) {
  .drop-menu-item {
    font-size: 15px;
  }
}
.drop-menu-item.active {
  background-color: #313131;
  color: #fff;
  border-bottom: solid 2px #c7003c;
}
.drop-menu-item.active::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
  margin-left: 5px;
  color: #fff;
}
.drop-menu-item > i {
  display: none;
}
.drop-menu-item::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
  margin-left: 5px;
  color: #313131;
}

.drop-menu-content {
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  border-top: 2px solid #eaebf0;
  margin: 30px 0;
}
.drop-menu-content .odd,
.drop-menu-content .even {
  list-style: none;
  font-size: 15px;
  color: #313131;
  padding: 15px;
  border-bottom: 2px solid #eaebf0;
}
.drop-menu-content .odd:hover,
.drop-menu-content .even:hover {
  background-color: #c7003c1a;
  cursor: pointer;
  transition: 0.5s;
}
.drop-menu-content .odd {
  background-color: #f2f2f2;
}
.drop-menu-content .su-before p, .drop-menu-content .su-before div, .drop-menu-content .su-before span {
  list-style: none;
  font-size: 15px !important;
  margin: 0 !important;
  color: #313131 !important;
  padding: 15px;
  border-bottom: 2px solid #eaebf0;
}
.drop-menu-content .su-before p:nth-child(even), .drop-menu-content .su-before div:nth-child(even), .drop-menu-content .su-before span:nth-child(even) {
  background-color: #f2f2f2;
}
.drop-menu-content .su-before p:hover, .drop-menu-content .su-before div:hover, .drop-menu-content .su-before span:hover {
  background-color: #c7003c1a;
  cursor: pointer;
  transition: 0.5s;
}
.drop-menu-content .su-before p > a, .drop-menu-content .su-before div > a, .drop-menu-content .su-before span > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}
.drop-menu-content .su-before p i > a, .drop-menu-content .su-before div i > a, .drop-menu-content .su-before span i > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}
.drop-menu-content .su-before p:last-child, .drop-menu-content .su-before div:last-child, .drop-menu-content .su-before span:last-child {
  border-bottom: none;
}
.drop-menu-content .su-before p span {
  border-bottom: none !important;
}
.drop-menu-content .su-before ol, .drop-menu-content .su-before ul {
  list-style-type: none;
  padding: 0;
}
.drop-menu-content .su-before ol li, .drop-menu-content .su-before ul li {
  font-size: 15px !important;
  color: #313131 !important;
  padding: 15px !important;
  margin: 0 !important;
  padding-right: 0;
  border-bottom: 2px solid #eaebf0;
}
.drop-menu-content .su-before ol li:nth-child(even), .drop-menu-content .su-before ul li:nth-child(even) {
  background-color: #f2f2f2;
}
.drop-menu-content .su-before ol li:hover, .drop-menu-content .su-before ul li:hover {
  background-color: #c7003c1a;
  cursor: pointer;
  transition: 0.5s;
}
.drop-menu-content .su-before ol li > a, .drop-menu-content .su-before ul li > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}
.drop-menu-content .su-before ol li:last-child, .drop-menu-content .su-before ul li:last-child {
  border-bottom: none;
}
.drop-menu-content .su-before ol li span, .drop-menu-content .su-before ul li span {
  border-bottom: none !important;
}
.drop-menu-content .su-before ol li span > a, .drop-menu-content .su-before ul li span > a {
  color: #313131;
  font-weight: 600;
  font-size: 15px !important;
  font-family: inherit !important;
}

.filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #eaebf0;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.filter-wrapper p {
  color: #313131;
  font-size: 17px;
  font-weight: 700;
}
.filter-wrapper #news-events-form,
.filter-wrapper #formFaculty {
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .filter-wrapper #news-events-form,
.filter-wrapper #formFaculty {
    flex-wrap: wrap;
  }
}
.filter-wrapper #news-events-form .select-form,
.filter-wrapper #formFaculty .select-form {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper #news-events-form .select-form,
.filter-wrapper #formFaculty .select-form {
    width: 100%;
  }
}
.filter-wrapper button {
  width: 100%;
  border-radius: 5px;
  border: none;
  margin-left: 2px;
  font-weight: 700;
  background: #313131;
  color: #fff;
  padding: 0 15px;
}
@media only screen and (max-width: 576px) {
  .filter-wrapper button {
    font-size: 15px;
    margin-left: 0;
    margin-top: 10px;
    height: 40px;
  }
}

.card-wrapper {
  font-family: "Poppins", sans-serif;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.11);
  margin: 15px 0;
}
.card-wrapper:hover {
  transform: scale(1.02);
  transition: 0.2s;
}
.card-wrapper .card-picture {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px 6px 0 0;
  background-position: center center;
  margin: 0;
}
.card-wrapper a .card-body {
  padding: 20px 8px;
  display: flex;
  flex-direction: column;
}
.card-wrapper a .card-body .card-job,
.card-wrapper a .card-body .card-title {
  font-size: 15px;
  color: #313131;
  font-weight: 700;
  height: 37px;
  word-break: break-word;
}
.card-wrapper a .card-body .card-mail,
.card-wrapper a .card-body .card-phone {
  display: inline-flex;
  margin-top: 15px;
  color: #313131;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
.card-wrapper a .card-body .card-mail > i,
.card-wrapper a .card-body .card-phone > i {
  margin-right: 3px;
  line-height: 17px;
}
.card-wrapper a .card-body .card-mail {
  height: 37px;
  font-size: 12px;
}
.card-wrapper a .card-body .card-research {
  height: 138px;
  overflow: hidden;
  border-top: 1px solid #c7003c;
  padding-top: 15px;
}
.card-wrapper a .card-body .card-research > span {
  color: #313131;
  font-weight: 700;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 15px;
}
.card-wrapper a .card-body .card-research > p {
  color: #313131;
  line-height: 17px;
  font-size: 13px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-detail-picture {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 245px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .card-detail-picture {
    border-radius: 5px 5px 0 0px;
  }
}

.card-detail-info {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  padding: 23px;
  background: #eaebf0;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 768px) {
  .card-detail-info {
    border-radius: 0 0 5px 5px;
  }
}
.card-detail-info .card-unit,
.card-detail-info .card-title,
.card-detail-info .card-job {
  font-size: 15px;
  color: #313131;
  font-weight: 700;
  height: 37px;
  word-break: break-word;
}
@media only screen and (max-width: 576px) {
  .card-detail-info .card-unit,
.card-detail-info .card-title,
.card-detail-info .card-job {
    font-size: 13px;
  }
}
.card-detail-info .card-title {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .card-detail-info .card-title {
    font-size: 15px;
  }
}
.card-detail-info .card-mail,
.card-detail-info .card-phone {
  display: inline-flex;
  margin-top: 15px;
  color: #313131;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
.card-detail-info .card-mail i,
.card-detail-info .card-phone i {
  margin-right: 5px;
  line-height: 17px;
}
.card-detail-info .card-mail {
  height: 37px;
}

.card-detail-bottom {
  font-family: "Poppins", sans-serif;
  padding: 25px;
}
@media only screen and (max-width: 576px) {
  .card-detail-bottom {
    padding: 25px 0;
  }
}
.card-detail-bottom .card-group span {
  color: #313131;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .card-detail-bottom .card-group span {
    font-size: 15px;
  }
}
.card-detail-bottom .card-group p {
  color: #313131;
  font-size: 15px !important;
}
@media only screen and (max-width: 576px) {
  .card-detail-bottom .card-group p {
    font-size: 13px;
  }
}
.card-detail-bottom .card-group p a {
  color: #313131;
  font-size: 15px !important;
}
.card-detail-bottom .card-group p a:hover {
  color: #313131;
}

.item {
  font-family: "Poppins", sans-serif;
  max-height: 500px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  transition: all 250ms ease-in-out;
  margin: 10px 5px;
}
.item:hover {
  transform: scale(1.01);
  transition: 0.2s;
}
.item .item-picture {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
  background-position: center center;
  margin: 0;
}
.item .item-body {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
}
.item .item-body .item-title {
  height: 45px;
}
.item .item-body span {
  color: #313131;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.item .item-body span i {
  margin-right: 5px;
  font-size: 20px;
}
.item .item-body p {
  height: 50px;
  color: #313131;
  line-height: 17px;
  font-size: 13px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item .item-body .item-date {
  border-top: 1px solid #c7003c;
  padding-top: 15px;
}
.item .item-body .item-date-beetwen {
  display: flex;
}

.item-detail {
  font-family: "Poppins", sans-serif;
  overflow: auto;
}
.item-detail img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

nav.pager {
  font-family: "Poppins", sans-serif;
}
nav.pager .pager__items {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  nav.pager .pager__items {
    justify-content: center;
  }
}
nav.pager .pager__items .pager__item--last,
nav.pager .pager__items .pager__item--first {
  display: none;
}
nav.pager .pager__items a {
  padding: 10px !important;
  border: none !important;
  color: #313131 !important;
}
@media only screen and (max-width: 576px) {
  nav.pager .pager__items a {
    padding: 5px !important;
    font-size: 14px !important;
  }
}
nav.pager .pager__items a:hover {
  background: none !important;
  color: #313131 !important;
  border-color: none !important;
}
nav.pager .pager__items .is-active a {
  background-color: #313131 !important;
  border-bottom: solid 2px #c7003c !important;
  color: #fff !important;
  border-radius: 5px !important;
}

#current-courses-table_filter,
#course-catalog-table_filter {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
#current-courses-table_filter label,
#course-catalog-table_filter label {
  display: flex;
  width: 100%;
}
#current-courses-table_filter label input[type=search],
#course-catalog-table_filter label input[type=search] {
  width: 100%;
  height: 30px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  margin: 0;
}
#current-courses-table_filter label input[type=search]:focus,
#course-catalog-table_filter label input[type=search]:focus {
  border-color: #004990;
}
#current-courses-table_filter label .dt-button,
#course-catalog-table_filter label .dt-button {
  width: 20%;
  margin-left: 5px;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  background: #313131;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #current-courses-table_filter label .dt-button,
#course-catalog-table_filter label .dt-button {
    display: none;
  }
}

#current-courses-table,
#course-catalog-table {
  width: 100% !important;
  color: #313131;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
#current-courses-table thead th,
#course-catalog-table thead th {
  border-bottom: 2px solid #c7003c;
  background: #313131;
  color: #fff;
}
#current-courses-table tbody .odd td,
#course-catalog-table tbody .odd td {
  background-color: #f2f2f2;
}
#current-courses-table tbody .odd td,
#current-courses-table tbody .even td:hover,
#course-catalog-table tbody .odd td,
#course-catalog-table tbody .even td:hover {
  cursor: pointer;
}
#current-courses-table .yadcf-filter-wrapper select,
#course-catalog-table .yadcf-filter-wrapper select {
  width: 100%;
  height: 150px;
  color: #313131;
  font-size: 15px;
  border-radius: 0;
}
#current-courses-table .yadcf-filter-wrapper button,
#course-catalog-table .yadcf-filter-wrapper button {
  background: #f2f2f2;
  border: none;
  padding: 10px;
  color: #313131;
  margin-top: 10px;
}
#current-courses-table tbody td a,
#course-catalog-table tbody td a {
  color: #313131;
}

#current-courses-table_paginate,
#course-catalog-table_paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  #current-courses-table_paginate,
#course-catalog-table_paginate {
    justify-content: center;
  }
}
#current-courses-table_paginate span .paginate_button,
#course-catalog-table_paginate span .paginate_button {
  color: #313131;
  font-size: 15px;
  padding: 10px 15px;
}
@media only screen and (max-width: 576px) {
  #current-courses-table_paginate span .paginate_button,
#course-catalog-table_paginate span .paginate_button {
    padding: 5px 8px;
  }
}
#current-courses-table_paginate span .paginate_button.current,
#course-catalog-table_paginate span .paginate_button.current {
  background-color: #313131;
  border-bottom: solid 2px #c7003c;
  color: #fff;
  border-radius: 5px;
}
#current-courses-table_paginate .paginate_button,
#course-catalog-table_paginate .paginate_button {
  font-size: 16px;
  padding: 10px 15px;
  color: #313131;
}
@media only screen and (max-width: 576px) {
  #current-courses-table_paginate .paginate_button,
#course-catalog-table_paginate .paginate_button {
    padding: 0;
  }
}
#current-courses-table_paginate .paginate_button.disabled,
#course-catalog-table_paginate .paginate_button.disabled {
  color: #666;
  display: none;
}
#current-courses-table_paginate .paginate_button:hover,
#course-catalog-table_paginate .paginate_button:hover {
  cursor: pointer;
}

.course-catalog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .course-catalog-title {
    flex-wrap: wrap;
  }
}
.course-catalog-title a {
  color: #313131;
  font-weight: 700;
  border-bottom: solid 2px #c7003c;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .course-catalog-title a {
    margin-bottom: 15px;
  }
}
.course-catalog-title a:hover, .course-catalog-title a:active, .course-catalog-title a:visited {
  color: #313131;
}
.course-catalog-title select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .course-catalog-title select {
    width: 100%;
  }
}

.course-catalog-detail {
  color: #313131;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.course-catalog-info {
  font-family: "Poppins", sans-serif;
}
.course-catalog-info > div {
  margin-bottom: 10px;
  color: #313131;
}

.card-mail .at:before { content: '@'; }
.card-mail .dot:before { content: '.'; }

/*# sourceMappingURL=mysu_bundle.css.map */
