html,
body,
html * {
    outline: 0;
}

html, 
body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
}

body {
    padding-top: 92px;
}

.title-logo {
    white-space: nowrap;
}

.navbar-brand {
    margin-right: 0;
}

.offcanvas-end {
    width: 80%;
    padding: 0.3rem 1rem;
}

a {
    color: #212529;
    text-decoration: none;
}

a:hover {
    color: #0176ff !important;
    text-decoration: none;
}

.navbar-light .navbar-toggler {
    border-radius: 6px;
    border: 0px solid #e0e0e0;
}

.header {
  padding: 0rem !important;
  background: white;
  box-shadow: 0 0 2px 0 rgb(46 62 72 / 12%), 0 2px 4px 0 rgb(46 62 72 / 12%);
}

.biodata {
    background: #eeeeee;
    padding: 5rem;
}

.welcome {
    background: #dcedc8;
    padding: 5rem;
}

.nav-link-menu {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #6f6f6f;
  margin: 0 1.5rem 0 0;
  white-space: nowrap;
}

.nav-item:last-child .nav-link-menu {
    margin: 0;
}

.hubungi-kami {
    background: #ffe0b2; 
    margin-top: 5rem;
    padding: 5rem 6rem;
}

.hubungi-kami .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.bg-white {
    /*background-color: #2e7d32 !important;*/
    border-bottom: 0 !important;
}

.footer {
    font-weight: 500;
    text-align: center;
    padding-bottom: 26px;
    padding-top: 26px;
}

.utama {
    padding-top: 5rem;
    margin-bottom: 5rem;
}

.utama img, .medium-pembelajaran img {
    width: 5rem;
}

.utama .grid-title, .medium-pembelajaran .grid-title {
    margin: 1rem 0 0.5rem;
    font-weight: 600;
    font-size: 18px;
}

.section-heading {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-heading h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 6px;
  line-height: 140%;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
}

.section-heading h3:after {
  content: "";
  display: block;
  width: 100px;
  /*height: 2px;*/
  height: 0px;
  background: #343a40;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-heading p {
  margin: 0px 0 0;
  font-size: 16px;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
    border-color: #0a53be;
}

.icon-dropdown-category {
    width: 38px;
    height: 38px;
}

.modal-body img {
    width: 22rem;
    display: block;
    margin: auto;
}

.modal .title {
    color: #0176ff; 
    font-weight: 600; 
    margin: 0px 0 8px;
    font-size: 22px;
    text-align: center;
}

.modal .description {
    color: #9e9e9e; 
    font-weight: 500; 
    font-size: 15px;
    text-align: center;
    line-height: normal;
}

.icon-form {
  background: url("../img/notes.png");
  background-size: cover;
  width: 56px !important;
  height: 56px !important;
}

.form-select:disabled {
    background-color: #eef2f7 !important;
    opacity: 1;
}

.form-select {
    border: 0;
    padding: 0.675rem .75rem;
    border-radius: .5rem !important;
    font-size: 15px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #6f6f6f !important;
    font-size: 16px !important;
}

.custom-select {
    border: 0;
}


.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105" !important;
    font-size: 15px;
}

.icon-keputusan-disabled {
    margin-left: 2px;
}

.icon-keputusan-disabled i {
    display: inline-block !important; 
    color: #f44336;
}

.dropend .dropdown-toggle::after {
    margin-left: 12px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
}

.dropdown-menu-parent {
    margin-top: 1rem !important;
}

/*.dropdown-menu-child {
    margin-top: 0;
}*/

.header-active {
  color: #0176ff !important;
}

.notification {
    background: #f44336;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: white;
    line-height: 30px;
    box-sizing: initial;
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f8f9fa;
}

.header-logo {
    width: 20rem;
}

.shadow-sm {
    box-shadow: none !important;
}

.form-control {
    background: #eef2f7;
    border: 2px solid #eef2f7;
    padding: 0.575rem .75rem;
    border-radius: .5rem !important;
    font-size: 15px;
}

.form-control:focus {
    background: #eef2f7;
    border: 2px solid #eef2f7;
}

.custom-select:disabled {
    color: black;
    background-color: #f5f5f5;
    opacity: 1;
}

.progress-text {
    text-align: center; 
    color: #009688; 
    font-weight:600;
}

.progressBarLogin {
    margin:2rem 0 0; 
    display: none;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    padding-left: 32px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

.tooltip {
  font-size:13px;
  font-weight:500;
}

.tooltip-inner {
  padding:10px;
}

.menu-keputusan-disabled {
    pointer-events: none;
    cursor: default;
}

.icon-medal {
    width: 2.8rem;
    margin-right: 15px;
}

.line-nowrap {
    white-space: nowrap;
}

.mandatory {
    color: #f44336;
    font-weight: 600;
    font-size: 15px;
}

.label-text {
    color:#9c27b0; 
    font-weight:600; 
    padding:0 0.75rem;
    margin-bottom: 0px;
}

.dropdown-item:active {
    color: unset;
}

.additional-text {
    color:rgba(0,0,0,0.7); 
    font-weight:500; 
    font-size:12px; 
    padding:0 0.75rem;
    margin-top: 0px;
}

.modal-dialog {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

nav a {
    z-index: 100;
}

.c-pointer {
  cursor: pointer;
}

.dropdown-menu {
  z-index: 10000;
  border-radius: 6px!important;
  box-shadow: 0 0 2px 0 rgb(46 62 72 / 12%), 0 2px 4px 0 rgb(46 62 72 / 12%);
  border: 0;
  margin-top: 1rem !important;
}

.dropdown-item {
  padding: 0.8rem 2rem;
  color: rgba(0,0,0,.5) !important;
  font-weight: 600;
}

.btn {
    border-radius: 6px;
    position: relative;
    white-space: nowrap;
    border: none;
    height: 44px;
    background-color: #0176ff !important;
    color: #fff !important; 
    box-shadow: none;
    display: inline-block;
    padding: 0 1.5rem;
    vertical-align: middle;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #0069d9 !important;
}

.btn-outline {
    height: 44px !important;
    background-color: white !important;
    color: #757575 !important;
    border: 2px solid #e0e0e0;
    box-shadow: none;
}

.btn-secondary {
    background-color: rgba(55, 125, 255, 0.1) !important;
    color: #377dff !important;
}

.toast {
  font-weight: 500;
}

.icon-dropdown {
    width: 32px;
    height: 32px;
}

.icon-round {
    font-size: 14px;
    line-height: 25px !important;
    background-color: #feedde;
    color: unset;
    text-align: center;
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: middle;
    border-radius: 100%;
    border: 0px solid #e0e0e0;
}

.num-round {
    font-size: 14px;
    line-height: 29px !important;
    background-color: white;
    color: unset;
    text-align: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: middle;
    border-radius: 100%;
    border: 2px solid #e0e0e0;
    font-weight: 500;
}

.icon-circle {
    font-size: 4px;
    vertical-align: middle;
    margin: -4px 12px 0;
    color: #212529;
}

.btn-delete {
    background: #f44336 !important;
    color: white !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: #9e9e9e;
}

.badge-primary {
    background-color: rgba(55, 125, 255, 0.1);
    color: #377dff !important;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 8px 16px;
    display: inline-block !important;
}

.badge-danger {
    color: #de4437 !important;
    background: rgba(222, 68, 55, 0.1);
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 8px 16px;
    display: inline-block !important;
    white-space: nowrap;
}

.badge-success {
    color: #4caf50 !important;
    background: #e8f5e9;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 8px 16px;
    display: inline-block !important;
    white-space: nowrap;
}

.badge-progress {
    color: #ff9800 !important;
    background: #fff3e0;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 8px 16px;
    display: inline-block !important;
    white-space: nowrap;
}

.collection {
    margin: 0.5rem 0 0rem 0;
    border: 0px; 
}

.collection img {
	width: 50px !important;
}

.secondary-content {
    color: unset;
}

.card {
	box-shadow: 0 0 2px 0 rgb(46 62 72 / 12%), 0 2px 4px 0 rgb(46 62 72 / 12%);
    margin: 0.5rem 0 0rem 0;
    padding: 1.5rem 3rem;
    border-radius: 16px;
    border: 0;
}

.card-body {
    padding: 0;
}

.collection .collection-item.avatar {
    padding-left: 80px;
}

.collection .collection-item {
    padding: 0px 20px;
    line-height: 2rem;
}

.collection .collection-item.avatar {
    min-height: 74px;
    padding-right: 35px;
}

.dropdown-toggle::after {
    display: none;
}

nav .brand-logo {
	width: 100%;
    justify-content: center;
    display: flex;
    font-size: 20px;
    font-weight: 500;
}

.loaders {
  height: 100%;
  top: 0;
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  display: flex; 
  align-items: center; 
  justify-content: center; 
  width: 100%; 
  z-index: 1000;
}

.loaders .card {
  max-width: 35%;
}

.loaders .row {
    z-index: 1;
    width: 70%;
}

.loaders-content {
    text-align: center; 
    padding: 30px 0 10px;
    border-radius: 16px;
}

.loaders-content p {
    font-size: 22px;
    color: #0176ff;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0;
}

.circle-clipper .circle {
    border-width: 5px;
}

.row .col {
    padding: 0 1rem;
}

.circle {
    border-radius: unset;
}

.badge {
    border:0 !important;
    display: inline-block !important;
}

.badge-tag {
    font-weight: 500;
    border-radius: 30px;
    font-size: 13px;
    padding: 0.4375rem 0.9375rem;
    border: 1px solid #e0e0e0 !important;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: unset;
    outline: none;
}

.button-navigation {
  border-radius:30px;
  font-weight:600;
  display:flex;
  align-items:center;
  background-color: white !important;
  color: #9c27b0 !important;
  border: 0px;
  padding:0 5px;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #f44336;
    border-bottom: 2px solid #f44336;
}

.btn-floating {
  box-shadow: 0 0 2px 0 rgba(46, 62, 72, .12), 0 2px 4px 0 rgba(46, 62, 72, .12);
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.w-100 {
    width: 100%!important;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important;
}

.img-fluid {
    max-width: 100%;
    height: auto !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 2rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

.mt-7 {
    margin-top: 3rem !important;
}

.font-size11 {
    font-size: 11px;
    line-height: normal;
}

.font-size12 {
    font-size: 12px;
    line-height: normal;
}

.font-size13 {
    font-size: 13px;
    line-height: normal;
}

.font-size14 {
    font-size: 14px;
    line-height: normal;
}

.font-size15 {
    font-size: 15px;
    line-height: normal;
}

.font-size16 {
    font-size: 16px;
    line-height: normal;
}

.font-size17 {
    font-size: 17px;
    line-height: normal;
}

.font-size18 {
    font-size: 18px;
    line-height: normal;
}

.font-size19 {
    font-size: 19px;
    line-height: normal;
}

.font-size20 {
    font-size: 20px;
    line-height: normal;
}

.font-size22 {
    font-size: 22px;
    line-height: normal;
}

.font-size24 {
    font-size: 24px;
    line-height: normal;
}

.font-size26 {
    font-size: 26px;
    line-height: normal;
}

.font-size28 {
    font-size: 28px;
    line-height: normal;
}

.font-size30 {
    font-size: 30px;
    line-height: normal;
}

.font-size32 {
    font-size: 32px;
    line-height: normal;
}

.font-size34 {
    font-size: 34px;
    line-height: normal;
}

.font-size35 {
    font-size: 35px;
    line-height: normal;
}

.font-size36 {
    font-size: 36px;
    line-height: normal;
}

.font-size38 {
    font-size: 38px;
    line-height: normal;
}

.font-size40 {
    font-size: 40px;
    line-height: normal;
}

.font-size42 {
    font-size: 42px;
    line-height: normal;
}

.font-size44 {
    font-size: 44px;
    line-height: normal;
}

.font-size45 {
    font-size: 45px;
    line-height: normal;
}

.font-size46 {
    font-size: 46px;
    line-height: normal;
}

.font-size48 {
    font-size: 48px;
    line-height: normal;
}

.font-size50 {
    font-size: 50px;
    line-height: normal;
}

.font-size80 {
    font-size: 80px;
    line-height: normal;
}

.font-size100 {
    font-size: 100px;
    line-height: normal;
}

.font-size120 {
    font-size: 120px;
    line-height: normal;
}

.font-size130 {
    font-size: 130px;
    line-height: normal;
}

.title-style2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.title-style2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #377dff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.title-style2:before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
}

.title-style2 {
  color: #343a40;
}

.alert-info {
    background: #e8f5e9;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    padding: 12px 10px 12px 20px;
    margin: 0 0 20px;
    border: 0;
    color: #4caf50;
}

.alert-danger {
    background: #f44336;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    margin: 0 0 20px;
    border: 0;
    color: white;
}

.alert-danger p {
    color: white;
}

.alert-info p {
    color: #4caf50;
    font-weight: 600;
}

.breadcrumb {
    background-color: unset;
    align-items: center;
    padding: .75rem 0;
    margin-bottom: 20px;
}

.breadcrumb a:hover {
    text-decoration: none !important;
} 

.breadcrumb-item {
    font-weight: 600 !important;
}

.icon-round-breadcrumb {
    font-size: 13px;
    line-height: 28px !important;
    background-color: rgba(55, 125, 255, 0.1);
    color: #377dff;
    text-align: center;
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: middle;
    border-radius: 100%;
}

.breadcrumb-item-active {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.breadcrumb-item-active span {
    /*border-bottom: 1px solid #e0e0e0;*/
    padding-bottom: 5px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eef2f7 !important;
    opacity: 1;
    border: 2px solid #eef2f7;
}

.modal {
    padding:0 !important;
}


.modal-content {
    /*max-height: 80% !important;
    width: 90% !important;*/
    border-radius: 15px !important;
    background-color: #fff;
}

.modal-content .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fff;
}

.modal-content .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    height: auto;
}

.modal-content .button-outline {
  color:#222b45 !important;
}

.modal-content .img {
    margin: 2rem auto 2rem;
    width: 60%;
    display: block;
}

.modal-content tr {
    border-bottom: 0;
}

.modal-header {
    border-bottom: 0;
}

.modal-body {
    padding: 1rem 2rem;
}


@media (max-width: 576px) { 
    .navbar-brand {
        width: 75%;
    }
}

@media (max-width: 768px) {
  .mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
  }

  .title-logo {
    white-space: normal;
  }

  .welcome {
    padding: 2rem 3rem 3rem;
  }

  .biodata {
    padding: 3.5rem 3rem 3rem;
  }
}

@media (max-width: 992px) {
  .nav-link-menu {
    margin: 0;
  }
}