@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700&display=swap");

/* ================================================== */
/* BASIC SETUP */
/* ================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  word-wrap: break-word;
}

.status-badge {
  padding: 4px 8px 4px 8px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 20px;
}

.status-badge_draft {
  color: #777;
  background-color: #ddd;
  border: 1px solid #bbb;
}

.status-badge_waiting {
  color: #fcc72f;
  background-color: #fffcdf;
  border: 1px solid #fcc72f;
}

.status-badge_accepted {
  color: #28c982;
  background-color: #eef9f3;
  border: 1px solid #28c982;
}

.status-badge_rejected {
  color: #E70000;
  background-color: #FEEBEB;
  border: 1px solid #E70000;
  /* border-radius: 13px; */
}

.alert {
  height: 36px;
  border: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.alert.alert-primary {
  background-color: rgba(24, 144, 255, 0.08);
}

.alert .icon-wrapper {
  font-size: 20px;
  margin-top: 2px;
  color: #1890FF;
}

.alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #1890FF;
  margin-bottom: 4.5px;
}

.input-wrapper {
  margin-bottom: 24px;
}

.input-wrapper .form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #4a4a4a;
}

.box-result {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  width: 100%;
  padding: 16px 12px;
  margin: 12px 0 12px 0;
}

.box-result .box-result_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.box-result .box-result_wrapper .cta {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
}

.box-result .box-result_wrapper a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin: 0;
}

.box-result .box-result_wrapper a img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}

/* ================================================== */
/* FORM LOGIN & REGISTER */
/* ================================================== */
.header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.header__bg,
.header__form {
  height: 100vh;
}

.header__bg {
  background-image: url("../img/bg-side.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__form.container {
  padding: 0 107px;
}

.header__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__form .logo {
  width: 190px;
  height: auto;
}

.header__form .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header__form .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 20px 0 65px 0;
}

.header__form form .input-wrapper {
  margin-bottom: 24px;
}

.header__form form .input-wrapper a {
  display: block;
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #084388;
}

.header__form .input-wrapper .form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #4a4a4a;
}

.header__form .input-wrapper {
  width: 430px;
}

.header__form .input-wrapper input {
  background-color: whitesmoke;
  height: 48px;
}

.header__form .input-wrapper input::placeholder {
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}

.header__form form button {
  width: 430px;
  height: 56px;
  margin: 20px 0 24px 0;
  font-size: 16px;
  font-weight: 600;
}

.header__form form button.btn-primary {
  background: #084388;
}

.header__form form p {
  font-size: 14px;
  font-weight: 400;
}

.header__form form p a {
  color: #084388;
  font-weight: 600;
}

/* ================================================== */
/* MAIN CONTENT DASHBOARD MAHASISWA */
/* ================================================== */
.main-content {
  height: 120vh;
}

.main-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #084388;
}

.main-content__greeting {
  margin-top: 100px;
  margin-bottom: 25px;
}

.main-content__greeting h1 {
  font-size: 48px;
  color: #084388;
  font-weight: 700;
  line-height: 58.09px;
}

.main-content__greeting p {
  font-size: 20px;
  font-weight: 600;
  color: #474747;
  line-height: 24.2px;
}

.main-content__greeting img {
  width: 325px;
}

.main-content__categories p {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  line-height: 16.94px;
  margin-bottom: 20px;
}

.main-content__categories .category-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.main-content__categories .category-wrapper .box {
  height: 130px;
  width: 239px;
  background-color: #ecf8ff;
  border-radius: 10px;
  text-align: center;
}

.category-wrapper .box p {
  font-size: 12px;
  color: #0f1b41;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.category-wrapper .box .box_img {
  width: 212px;
  height: auto;
  margin: 12px auto;
}

.category-wrapper .box .box_img img {
  width: 100%;
  height: auto;
  display: block;
}

.main-content__news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 134px;
}

.main-content__news .box {
  width: 40%;
}

.main-content__news .box h2 {
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 29.05px;
  padding-bottom: 18px;
  border-bottom: 4px solid #ddd;
  width: 48px;
}

.main-content__news .box .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #474747;
  line-height: 21.78px;
  margin: 0;
}

.main-content__news .box .card-body .card-date {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #bbb;
}

.main-content__news .box .card-body p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  color: #53abdd;
  padding: 0 0 4px 0;
  margin: 0;
}

.main-content__news .box .article {
  width: 90%;
}

.main-content__news .box .article:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin: 11px 0 9px 0;
}

.main-content__news .box .article .article_title {
  font-size: 18px;
  font-weight: 600;
  color: #474747;
  line-height: 21.78px;
  margin-bottom: 0;
}

.main-content__news .box .article .article_preview {
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
}

.main-content__news .box .article .article_date {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #bbb;
}

/* ================================================== */
/* MAIN CONTENT STUDI INDEPENDEN MAHASISWA */
/* ================================================== */
.main-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  color: #084388;
  margin-top: 20px;
  margin-bottom: 8px;
}

.filter-study p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #474747;
  margin-bottom: 20px;
}

.filter-study form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 12px;
}

.filter-study form .input-group {
  width: 314.33px;
  height: 48px;
}

.filter-study form .input-group input {
  border-left: none;
  padding-left: 0;
}

.filter-study form .input-group .input-group-text {
  background: transparent;
  font-size: 20px;
}

.filter-study form button {
  width: 131px;
  height: 48px;
}

.filter-study form button.btn-primary {
  background: #084388;
}

.filter-study-result p {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  color: #474747;
}

.tab-vertical .nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 0px;
  border-bottom: 0;
}

.tab-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 6px;
}

.tab-vertical .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #fff;
  padding: 17px 49px;
  color: #71748d;
  background-color: #dddde8;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.tab-vertical .nav-tabs .nav-link.active {
  color: #5969ff;
  /* border-color: transparent !important; */
}

.tab-vertical .nav-tabs .nav-link {
  background-color: transparent;
}

.tab-vertical .tab-content {
  overflow: auto;
  -webkit-border-radius: 0px 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
  background: #fff;
  padding: 30px;
}

.tab-vertical .nav .nav-item {
  width: 305px;
  height: 99px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 12px;
  box-shadow: 2px 4px 8px 0px #00000014;
}

.tab-vertical .nav .nav-item .nav-item_img {
  width: 40px;
  height: auto;
}

.tab-vertical .nav .nav-item .nav-item_img img {
  width: 100%;
  height: auto;
  display: block;
}

.tab-vertical .nav .nav-item .nav-item_content {
  display: flex;
  flex-direction: column;
}

.tab-vertical .nav .nav-item .nav-item_content .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  color: #474747;
  margin-bottom: 4px;
}

.tab-vertical .nav .nav-item .nav-item_content .location {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  color: #474747;
  margin-bottom: 4px;
}

.tab-vertical .nav .nav-item .nav-item_content .duration {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  color: #bbb;
  margin-bottom: 4px;
}

.tab-vertical .nav .nav-item .nav-item_content img {
  width: 91px;
  height: 16px;
  display: block;
}

.tab-vertical .tab-content {
  padding: 0 0 0 33px;
  /* box-shadow: 2px 4px 8px 0px #00000014; */
}

.tab-pane {
  width: 100%;
  /* box-shadow: 2px 4px 8px 0px #00000014; */
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 31px;
}

.tab-pane .company-logo {
  width: 79.82px;
  height: 60px;
  margin-bottom: 32px;
}

.tab-pane .company-logo img {
  width: 100%;
  display: block;
}

.tab-pane .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #000;
  margin-bottom: 4px;
}

.tab-pane .location {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #000;
  margin-bottom: 4px;
}

.tab-pane .duration {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #bbb;
  margin-bottom: 32px;
}

.tab-pane a {
  width: 100%;
  height: 48px;
  margin-bottom: 34px;
}

.tab-pane a.btn-primary {
  background: #084388;
  padding-top: 10px;
}

.verificated {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 32px;
}

.verificated img {
  width: 40px;
}

.verificated h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #000;
  margin-bottom: 4px;
}

.verificated p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #4a4a4a;
  margin: 0;
}

.course-info {
  margin: 32px 0 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 40px;
}

.course-info h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #4a4a4a;
  margin: 0;
}

.course-info p {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #bbb;
  margin-bottom: 4px;
}

.course-desc {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #474747;
}

.course-desc h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.course-desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 0 0 13px 0;
}

.course-module {
  margin-bottom: 32px;
}

.course-module h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.accordion-item {
  margin-bottom: 8px;
  border-radius: 10px !important;
}

.accordion-button {
  border-radius: 10px !important;
  color: #1e2123;
  transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  font-weight: 700;
  color: #181065;
}

.accordion-body {
  color: #1e2123;
  text-align: left;
  width: 100%;
}

.course-module {
  margin-bottom: 32px;
}

.company-info {
  margin-bottom: 32px;
}

.company-info h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.company-info_logo {
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  margin-bottom: 21px;
  align-items: center;
}

.company-info_logo img {
  width: 40px;
}

.company-info_logo h5 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.company-info_logo p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #000;
  margin: 0;
}

.company-info .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.company-info_address p {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 12px;
}

.company-info_address .icon {
  color: #084388;
  font-size: 12px;
  margin-bottom: 10px;
}

/* ================================================== */
/* DAFTAR STUDI */
/* ================================================== */
.daftar-studi {
  height: 100vh;
}

.daftar-studi h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #084388;
  margin-top: 100px;
}

.daftar-studi_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 68px;
  margin-bottom: 40px;
  padding: 20px;
  justify-content: start;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  column-gap: 20px;
}

.daftar-studi_card .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.daftar-studi_card .location {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.daftar-studi_card .duration {
  color: #bbb;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

/* === Steps form === */
.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.step-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: gray;
  transition: 0.4s;
}

.step-title {
  background: #fff;
  padding: 6.5px;
}

.step-title p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.step-button[aria-expanded="true"] {
  width: 34px;
  height: 34px;
  background-color: #53abdd;
  color: #fff;
}

.done {
  background-color: #53abdd;
  color: #fff;
}

.step-item {
  z-index: 10;
  text-align: center;
  display: flex;
  align-items: center;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 91%;
  z-index: 5;
  height: 2px;
  margin-left: 18px;
  margin-bottom: 18px;
  margin-top: 20px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: lightblue;
  transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
  background-color: #bbb;
}

/* === Daftar Studi Form Card === */
.daftar-studi_form .card {
  border: 0;
  box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 0.75);
}

.daftar-studi_form .card-body {
  padding: 24px;
}

.daftar-studi_form .card h2 {
  color: #084388;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.daftar-studi_form .card .step-button {
  border-radius: 10px;
  width: 253px;
  height: 48px;
  background: #084388;
  color: #fff;
}

.daftar-studi_form .card .cta {
  width: 1065px;
  margin-top: 24px;
  margin-bottom: 24px;
  column-gap: 20px;
}

.daftar-studi_form .card .cta .btn-outline-primary {
  width: 253px;
  height: 48px;
  border-color: #084388;
  color: #084388;
}

.daftar-studi_form .card .cta .btn-outline-primary:hover {
  background-color: #084388;
  color: #fff;
}

/* === Daftar Studi Individual Card === */
/* Step1/card1 */
.daftar-studi_form .card1 form {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
}

.daftar-studi_form .card1 form input,
select {
  width: 338px;
  height: 48px;
}

.daftar-studi_form .card1 form select {
  display: block;
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.daftar-studi_form .card1 form select .invalid {
  color: #bbb;
}

/* Step2/card2 */
.daftar-studi_form .card2 form {
  margin-top: 38px;
  margin-bottom: 32px;
}

.daftar-studi_form .card2 form a {
  color: #1890ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
}

.daftar-studi_form .card2 form .input-wrapper {
  width: 1065px;
  margin-bottom: 32px;
}

.daftar-studi_form .card2 .form-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #4a4a4a;
}

.daftar-studi_form .card2 .form-control {
  border: 1px dashed #bbb;
}

/* Step3/card3 */
.daftar-studi_form .card3 .user-wrapper .user_info {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  margin-bottom: 40px;
}

.daftar-studi_form .card3 .user_info .box {
  width: 242px;
  height: 45px;
}

.daftar-studi_form .card3 .user_info .box h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #4a4a4a;
  margin-bottom: 9px;
}

.daftar-studi_form .card3 .user_info .box p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #474747;
}

.user-wrapper h4,
.berkas-preview h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.daftar-studi_form .card3 form .input-wrapper {
  width: 1065px;
  margin-bottom: 12px;
}

/* ================================================== */
/* LIST STUDI/KEGIATANKU */
/* ================================================== */
.study-list .nav-tabs .nav-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  /* border-bottom: 1px solid #ddd !important; */
  color: #777;
}

.study-list .nav-tabs .nav-link:hover {
  border-bottom: 0;
}

.study-list .nav-tabs .active {
  border-bottom: 4px solid #53abdd !important;
}

.study-list .tab-content {
  margin-top: 20px;
}

.study-list .tab-content .tab-pane {
  border: none;
}

.study-list .filter-search form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px;
  background-color: #f9fbfa;
}

.study-list .filter-search form .input-group {
  width: 400px;
  height: 48px;
}

.study-list .filter-search form .input-group:nth-child(2) {
  justify-content: end;
  position: relative;
  width: 183px;
}

.study-list .filter-search form .input-group:nth-child(2) span {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #bbb;
  left: 17px;
  top: 2px;
}

.study-list .filter-search form .input-group input {
  border-left: none;
  padding-left: 0;
}

.study-list .filter-search form .input-group .input-group-text {
  background: #fff;
  font-size: 20px;
}

.study-list .filter-search form .input-group select {
  width: 183px;
  height: 48px;
  border-color: #bbb;
  border-radius: 5px !important;
  padding: 0.375rem 0.75rem;
}

.study-list .tab-content .table tr {
  height: 48px;
}

.study-list .tab-content .table p {
  margin: 0;
  font-weight: 500;
  color: #4a4a4a;
}

.study-list .tab-content .table a {
  margin: 0;
  font-weight: 500;
  color: #4a4a4a;
}

/* ================================================== */
/* LIST STUDI/KEGIATANKU WAITING/ENROLL */
/* ================================================== */
.kegiatanku .box {
  display: flex;
  justify-content: space-between;
  padding: 17px;
  background-color: #f9fbfa;
  border-radius: 10px;
  height: 215px;
}

.kegiatanku .box_study h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #777;
}

.kegiatanku .box_study h1 {
  margin-bottom: 16px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #084388;
}

.kegiatanku .box_study .date {
  font-style: italic;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #777;
}

.kegiatanku .box_study .company-info {
  display: flex;
  column-gap: 20px;
  margin-bottom: 16px;
}

.kegiatanku .box_study .company-info img {
  width: 53.22px;
  height: 40px;
}

.kegiatanku .box_study .company-info .location {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #000;
}

.kegiatanku .box_study .company-info .duration {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #bbb;
}

.kegiatanku .box_info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  row-gap: 12px;
  width: 50%;
}

.kegiatanku .box-notif,
.kegiatanku .box_form,
.kegiatanku .box_logbook,
.kegiatanku .box_laporan-akhir {
  box-shadow: 2px 4px 8px 0px #a9a9a98a;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.kegiatanku .box-notif p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #4a4a4a;
  margin: 0;
}

.kegiatanku .box-notif-enroll p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #474747;
}

.kegiatanku .box-notif-enroll .btn.btn-primary {
  width: 150px;
  background: #084388;
}

.kegiatanku .box-notif-pilih-dosen-pembimbing p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #474747;
  margin-bottom: 12px;
}

.kegiatanku .box-notif-pilih-dosen-pembimbing p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #084388;
}

.kegiatanku .box_form h5,
.kegiatanku .box_logbook h5,
.kegiatanku .box_laporan-akhir h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #474747;
  margin-bottom: 12px;
}

.internal-program-image {
  width: 436px;
}

/* .kegiatanku .box_form .alert {
  height: 36px;
  border: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.kegiatanku .box_form .alert.alert-primary {
  background-color: rgba(24, 144, 255, 0.08);
}

.kegiatanku .box_form .alert .icon-wrapper {
  font-size: 20px;
  margin-top: 2px;
  color: #1890FF;
}

.kegiatanku .box_form .alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #1890FF;
  margin-bottom: 4.5px;
} */

.kegiatanku .box_form form .input-wrapper {
  margin-bottom: 12px;
}

.kegiatanku .box_form form .form-label {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 8px;
}

.kegiatanku .box_form form a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #1890FF;
  text-decoration: underline;
  margin-bottom: 12px;
}

.kegiatanku .box_form form .btn.btn-primary {
  width: 150px;
  height: 43px;
  background-color: #084388;
}

.kegiatanku .box_form form .btn.btn-outline-primary {
  width: 150px;
  height: 43px;
  border-color: #4a4a4a;
  color: #4a4a4a;
}

.kegiatanku .box_form form .btn.btn-outline-primary:hover {
  background-color: #1e2123;
  color: #fff;
}

.kegiatanku-reject .box_form .btn.btn-outline-primary {
  width: 100%;
  height: 48px;
  margin-top: 12px;
  color: #084388;
  border-color: #084388;
  border-width: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.kegiatanku-reject .box_form .btn.btn-outline-primary:hover {
  background-color: #1890FF;
  color: #fff;
}

.kegiatanku-reject .box_logbook p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #4a4a4a;
}

.kegiatanku-reject .box_logbook .btn.btn-outline-primary,
.list-logbook .box_logbook .btn.btn-outline-primary {
  width: 100%;
  height: 48px;
  color: #084388;
  border-color: #084388;
  border-width: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.kegiatanku-reject .box_logbook .btn.btn-outline-primary:hover,
.list-logbook .box_logbook .btn.btn-outline-primary:hover {
  background-color: #1890FF;
  color: #fff;
}

/* === Submit Logbook === */
.submit-logbook_form {
  margin-top: 40px;
}

.submit-logbook_form .card h2 {
  color: #084388;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.submit-logbook_form .card .step-button {
  border-radius: 10px;
  width: 253px;
  height: 48px;
  background: #084388;
  color: #fff;
}

.submit-logbook_form .card .cta {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  column-gap: 20px;
}

.submit-logbook_form .card .cta .btn-outline-primary {
  width: 253px;
  height: 48px;
  border-color: #084388;
  color: #084388;
}

.submit-logbook_form .card .cta .btn-outline-primary:hover {
  background-color: #084388;
  color: #fff;
}

.submit-logbook_form .content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-logbook_form .content .btn {
  padding: 0;
}

.submit-logbook_form .edit-controls {
  background-color: #eee;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

#editor {
  resize:vertical;
  overflow:auto;
  border:1px solid silver;
  /* border-radius:5px; */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  min-height:100px;
  box-shadow: inset 0 0 10px #f1f1f1;
  padding:1em;
  background: white;
  margin: 0 auto;
  width: 100%;
}

.submit-logbook_form .card2 .title-kegiatan h5,
.submit-logbook_form .card2 .date-kegiatan h5,
.submit-logbook_form .card2 .description h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 8px;
  color: #4a4a4a;
}

.submit-logbook_form .card2 .title-kegiatan p,
.submit-logbook_form .card2 .date-kegiatan p,
.submit-logbook_form .card2 .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  color: #4a4a4a;
}

.list-logbook .box_logbook .view-logbook {
  color: #53ABDD;
  font-size: 14px;
  font-weight: 600;
}

.list-logbook .box_tabs {
  margin-top: 20px;
}

.list-logbook .nav-tabs .nav-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  /* border-bottom: 1px solid #ddd !important; */
  color: #777;
}

.list-logbook .nav-tabs .nav-link:hover {
  border-bottom: 0;
}

.list-logbook .nav-tabs .active {
  border-bottom: 4px solid #53abdd !important;
}

.list-logbook .tab-content {
  margin-top: 20px;
}

.list-logbook .box_tabs .tab-content .logbook_item {
  border: 1px solid #eee;
  border-radius: 8px;
  height: 100%;
  /*display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;*/
  padding: 15px 12px;
  margin-bottom: 20px;
}

.list-logbook .box_tabs .tab-content .logbook_item p {
  margin: 0;
}

.list-logbook .box_tabs .tab-content .logbook_item .title {
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
}

.list-logbook .box_tabs .tab-content .logbook_item .date {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #777;
}

.list-logbook .box_tabs .tab-content .logbook_item .view-logbook {
  color: #53ABDD;
  font-size: 14px;
  font-weight: 600;
  margin-left: 12px;
  cursor: pointer;
}

.list-logbook .box_tabs .tab-content .btn.btn-outline-primary {
  width: 100%;
  height: 48px;
}

.list-logbook .box_logbook p {
  margin: 0;
}

.list-logbook .box_logbook .title {
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
}

.list-logbook .box_logbook .date {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #777;
}

.list-logbook .box_tabs .penilaian-akhir .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.list-logbook .box_tabs .penilaian-akhir .info p {
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #4a4a4a;
}

.list-logbook .box_tabs .penilaian-akhir .btn.btn-outline-primary {
  width: 188px;
  height: 48px;
}

.list-logbook .box_tabs .penilaian-akhir .btn.btn-outline-secondary {
  width: 177px;
  height: 48px;
}

/* .list-logbook .box_logbook .modal .modal-dialog {
  width: 787px !important;
} */

.list-logbook .box_logbook .modal .modal-title {
  color: #084388;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 0;
}

.list-logbook .box_logbook .modal .title-kegiatan h5,
.list-logbook .box_logbook .modal .date-kegiatan h5,
.list-logbook .box_logbook .modal .description h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 8px;
  color: #4a4a4a;
  text-align: left;
}

.list-logbook .box_logbook .modal .title-kegiatan p,
.list-logbook .box_logbook .modal .date-kegiatan p,
.list-logbook .box_logbook .modal .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  color: #4a4a4a;
  text-align: left;
}

.list-logbook .box_logbook .modal .description {
  margin-top: 20px;
}

.list-logbook .box_logbook .modal .btn.btn-outline-primary {
  width: 170px;
  height: 48px;
}

.submit-penilaian .box_laporan-akhir form .btn.btn-primary {
  width: 210px;
  height: 43px;
  background: #084388;
}

.submit-penilaian .box_laporan-akhir .box-result {
  width: 200px;
}

.submit-penilaian .box_laporan-akhir .box-result:last-child {
  width: 178px;
}

.submit-penilaian-evaluasi .box_laporan-akhir .btn.btn-outline-primary,
.submit-penilaian-evaluasi .box_laporan-akhir .btn.btn-secondary-primary {
  width: 188px;
  height: 48px;
}

.submit-penilaian-evaluasi .box_laporan-akhir .btn.btn-outline-primary {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #084388;
  border-color: #084388;
}

.submit-penilaian-evaluasi .box_laporan-akhir .btn.btn-outline-primary:hover {
  color: #fff;
}

.submit-penilaian-evaluasi .box_laporan-akhir .modal .modal-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

.submit-penilaian-evaluasi .box_laporan-akhir .modal .modal-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #4a4a4a;
}

.submit-penilaian-evaluasi .box_laporan-akhir .modal .select-score {
  margin-bottom: 24px;
}

.submit-penilaian-evaluasi .box_laporan-akhir .modal .select-score h5 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #4a4a4a;
}

.submit-penilaian-evaluasi .box_laporan-akhir .modal .select-score .btn.btn-outline-primary {
  width: 81px;
  height: 41px;
}

.submit-penilaian-evaluasi .box_laporan-akhir .modal .submit-score .btn {
  width: 163px;
  height: 48px;
}

/* === Pertukaran Pelajar === */
.perguruan-tinggi .perguruan-tinggi_header {
  margin-bottom: 32px;
}

.perguruan-tinggi .perguruan-tinggi_header h1,
.list-mahasiswa .list-mahasiswa_header h1 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  margin: 0;
}

.perguruan-tinggi .perguruan-tinggi_header p,
.list-mahasiswa .list-mahasiswa_header p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #777;
  margin-bottom: 0;
}

.perguruan-tinggi .evaluasi {
  margin-top: 180px;
}

.perguruan-tinggi .tab-pane:nth-child(2) .evaluasi {
  margin-top: 10px;
}

.perguruan-tinggi .evaluasi h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}

.perguruan-tinggi .evaluasi p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.perguruan-tinggi .evaluasi .evaluasi_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 4px 8px 0px #a9a9a98a;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.perguruan-tinggi .evaluasi .evaluasi_box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin: 0;
}

.perguruan-tinggi .page-link {
  height: 38px;
}

.list-mahasiswa .list-mahasiswa_header {
  margin-bottom: 12px;
}

.detail-mahasiswa .detail-mahasiswa_box {
  width: 50%;
}

.detail-mahasiswa .detail-mahasiswa_box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}

.detail-mahasiswa .berkas .btn {
  width: 535px;
}

.detail-mahasiswa .studi-tujuan p {
  margin-bottom: 0;
}

/* prodi */
.prodi-study-logo {
  width: 53px;
  height: 40px;
}

.prodi-study-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.prodi-section-title{
  color: #000 !important;
}

.prodi-study-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #BBBBBB;
}

.prodi-modal {
  padding: 24px;
}

.prodi-status_img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.prodi-status_approve_btn {
  height: 48px;
  background: #52C41A;
  outline: none;
  color: #fff;
}

.prodi-status_approve_btn:hover {
  background: #52C41A;
  color: #fff;
}

.prodi-status_reject_btn {
  height: 48px;
  background: #E70000;
  outline: none;
  color: #fff;
}

.prodi-status_reject_btn:hover {
  background: #E70000;
  color: #fff;
}

.modal-cancel-btn {
  height: 48px;
  border-radius: 8px;
  color: #4A4A4A;
  border: solid 1px #4A4A4A;
}

.modal-cta-btn {
  height: 48px;
  background: #E70000;
  outline: none;
  color: #fff;
}

.alasan-wrapper h4 {
  margin-bottom: 8px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.alasan-wrapper p {
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

/* dosen pembimbing */
.document-section {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #EEEEEE;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.see-logbook {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #53ABDD;
  margin-left: 12px;
}

.logbook-row {
  width: 200px;
}

.document-result-footer{
  margin-top: 30px;
}

.document-result-footer .document-result-btn{
  gap: 10px;
  color: #fff;
  width: 150px;
  height: 43px;
  background: #084388;
  border-radius: 8px;
}

.document-result-footer .document-result-btn:hover {
  background-color: #084388;
  color: #fff;
}

.document-end-result-btn{
  padding: 12px;
  gap: 10px;
  color: #fff;
  width: 150px;
  height: 43px;
  background: #084388;
  border-radius: 8px;
}

.document-end-result-btn:hover {
  background-color: #084388;
  color: #fff;
}

#documents {
  padding-bottom: 70px;
}

/* vendor */

.see-logbook {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #53ABDD;
  background: transparent;
  border: none;
}

.logbook-modal-header{
  margin-top: 32px;
  width: 300px;
  color: #4A4A4A;
}

.logbook-modal-description {
  color: #4A4A4A;
}


.reject-modal-body  {
  text-align: left;
}

.reject-modal-body  h4{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.reject-modal-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
}

.reject-modal-body form {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
  margin-top: 24px;
}

.reject-modal-body form #rejectionReason {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #4A4A4A;
}

.reject-modal-body form label {
 margin-bottom: 10px;
}

/* mahasiswa internal */
.mahasiswa-internal-card {
  padding: 24px;
}

.mahasiswa-internal-card-content {
  margin-bottom: 30px;
}

/* Dosen Pembimbing */
.prodi-univ .prodi-univ_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
}

.prodi-univ .prodi-univ_header h1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  color: #084388;
  margin: 0;
}

.prodi-univ .prodi-univ_header span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #777777;
  margin-left: 12px;
  position: relative;
  bottom: 5px;
}

.prodi-univ .prodi-univ_header .dropdown-download {
  width: 196px;
  height: 48px;
  border: 1px solid #53ABDD;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  margin-right: 25px;
}

.prodi-univ .prodi-univ_header .dropdown-download select {
  border: none;
  background: transparent;
  width: auto;
  position: relative;
  bottom: 13px;
  color:#53ABDD;
}
