@font-face {
  font-family: Metropolis;
  src: url(/fonts/Metropolis-Regular.otf?f7b5e589f88206b4bd5cb1408c5362e6);
}

@font-face {
  font-family: Metropolis Medium;
  src: url(/fonts/Metropolis-Medium.otf?f4bca87fd0d19e61c27dc96299c75f8c);
}

@font-face {
  font-family: Metropolis Bold;
  src: url(/fonts/Metropolis-Bold.otf?dea4998b081c6c1133a3b5b08ff2218c);
}

@font-face {
  font-family: Metropolis Semibold;
  src: url(/fonts/Metropolis-SemiBold.otf?2556a4f74e2c523893e6928d6e300f1c);
}

@font-face {
  font-family: Metropolis Light;
  src: url(/fonts/Metropolis-Light.otf?c82170e08b76657553ab939bd28e8515);
}

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.75rem 0.25rem;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 0.875rem;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 0.875rem;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 0.875rem;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #28a745;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
          animation: swal2-toast-animate-success-line-tip .75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
          animation: swal2-toast-animate-success-line-long .75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.5s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.5);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #0A4A9B;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6c757d;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #000;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1rem;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #dc3545 !important;
  box-shadow: 0 0 2px #dc3545 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1rem;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0.375rem 0.75rem;
}

.swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1rem;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1rem;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1rem;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #dc3545;
  color: #dc3545;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #dc3545;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
          animation: swal2-animate-error-icon .5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
          animation: swal2-animate-error-x-mark .5s;
}

.swal2-icon.swal2-warning {
  border-color: #ffca2b;
  color: #ffc107;
}

.swal2-icon.swal2-info {
  border-color: #4cd3e9;
  color: #17a2b8;
}

.swal2-icon.swal2-question {
  border-color: #a1a8ae;
  color: #6c757d;
}

.swal2-icon.swal2-success {
  border-color: #28a745;
  color: #28a745;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #28a745;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
          animation: swal2-animate-success-line-tip .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
          animation: swal2-animate-success-line-long .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}

.swal2-hide {
  -webkit-animation: fadeOutUp 0.5s;
          animation: fadeOutUp 0.5s;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix()  {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start,
body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start,
body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start,
body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 0.875rem;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 0.875rem;
}

.swal2-confirm,
.swal2-cancel {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.swal2-popup {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to top, rgba(255, 253, 248, 0) 85%, #c6e8f3);
}

.swal2-popup.swal2-toast {
  padding: .25rem .75rem;
  font-size: .875rem;
}

.swal2-popup.swal2-toast .swal2-header {
  padding: 0;
  border-bottom: none;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0;
  color: #6c757d;
}

.swal2-popup.swal2-toast .swal2-content {
  padding: 0 .5rem;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: 0 !important;
  margin: 0;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0;
}

.alert-gradient {
  background-image: linear-gradient(to top, rgba(255, 253, 248, 0) 85%, #ff5f5f);
  border: none;
}

.alert-confirm {
  border-color: #ff5f5f !important;
  background-color: #ff5f5f !important;
}

.alert-cancel {
  border: solid 1px #ff5f5f !important;
  color: #ff5f5f !important;
}

.alert-close {
  opacity: 1;
}

.swal2-header {
  border-bottom: none;
}

.swal2-title {
  margin: 0;
  font-size: 1.25rem;
}

.swal2-content {
  padding: 15px 40px;
  text-align: justify;
}

.swal2-content h4 {
  font-size: 20px;
}

.swal2-content p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}

.swal2-image {
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.swal2-actions {
  text-align: right;
  border-radius: 0.25rem;
  margin: 20px 0px;
}

.swal2-footer {
  padding: 30px 40px;
  border-top: 1px solid #dee2e6;
}

.swal2-close {
  height: auto;
  padding: 1rem 1.2rem 1rem 1rem !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swal2-input,
.swal2-textarea {
  height: inherit;
  padding: 0.375rem 0.75rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
}

.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #3387f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
  color: #495057;
}

.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  box-shadow: none !important;
}

.swal2-input.swal2-inputerror:focus,
.swal2-textarea.swal2-inputerror:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.swal2-styled.swal2-confirm {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  margin: 0 0.625rem;
}

.swal2-styled.swal2-confirm:hover {
  border-color: #07336b;
  background-color: #083977;
}

.swal2-styled.swal2-confirm:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-styled.swal2-confirm:active {
  border-color: #062d5f;
  background-color: #07336b;
}

.swal2-styled.swal2-confirm:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-styled.swal2-cancel {
  background: #ffffff;
  color: #0A4A9B;
  border: solid 1px #0A4A9B;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  font-size: 14px;
  margin: 0 0.625rem;
}

.swal2-styled.swal2-cancel.active {
  background: #ffffff;
  background-image: #ffffff;
}

.swal2-styled.swal2-cancel:focus {
  background: #ffffff;
}

.swal2-styled.swal2-cancel:hover {
  background: #ffffff;
}

.swal2-styled.swal2-cancel:active {
  background: #ffffff;
}

.swal2-styled.swal2-cancel.btn-outline {
  background: transparent;
}

.swal2-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3e%3cpath fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/%3e%3c/svg%3e') no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swal2-select:focus {
  border: 1px solid #3387f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}

.swal2-select[multiple],
.swal2-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.swal2-select:disabled {
  background-color: #e9ecef;
  color: #fff;
}

.swal2-select::-ms-expand {
  display: none;
}

.swal2-radio label {
  position: relative;
  margin-right: 1rem;
  margin-left: 1.5rem;
}

.swal2-radio label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.swal2-radio label input:checked ~ .swal2-label::before {
  border-color: #0A4A9B;
  background: #0A4A9B;
  color: #fff;
}

.swal2-radio label input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-radio label input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #3387f2;
}

.swal2-radio label input:not(:disabled):active ~ .swal2-label::before {
  border-color: #63a3f5;
  background-color: #63a3f5;
  color: #fff;
}

.swal2-radio label input:checked ~ .swal2-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23fff"/%3e%3c/svg%3e');
}

.swal2-radio label input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(10, 74, 155, 0.5);
}

.swal2-radio .swal2-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.08333333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: #adb5bd solid 1px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}

.swal2-radio .swal2-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.08333333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50% / 50% 50%;
}

.swal2-checkbox {
  margin-right: 1rem;
  padding-left: 1.5rem;
}

.swal2-checkbox input {
  z-index: -1;
  opacity: 0;
}

.swal2-checkbox input:checked ~ .swal2-label::before {
  border-color: #0A4A9B;
  background: #0A4A9B;
  color: #fff;
}

.swal2-checkbox input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-checkbox input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #3387f2;
}

.swal2-checkbox input:not(:disabled):active ~ .swal2-label::before {
  border-color: #63a3f5;
  background-color: #63a3f5;
  color: #fff;
}

.swal2-checkbox input:checked ~ .swal2-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3e%3cpath fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/%3e%3c/svg%3e');
}

.swal2-checkbox input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(10, 74, 155, 0.5);
}

.swal2-checkbox .swal2-label {
  position: relative;
}

.swal2-checkbox .swal2-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: #adb5bd solid 1px;
  background-color: #fff;
  pointer-events: none;
}

.swal2-checkbox .swal2-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50% / 50% 50%;
}

.swal2-range {
  align-items: center;
}

.swal2-range input {
  width: 100%;
  height: calc(1rem + 0.6rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swal2-range input:focus {
  outline: none;
}

.swal2-range input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-range input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-range input:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 74, 155, 0.25);
}

.swal2-range input::-moz-focus-outer {
  border: 0;
}

.swal2-range input::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #0A4A9B;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
          appearance: none;
}

.swal2-range input::-webkit-slider-thumb:active {
  background: #63a3f5;
}

.swal2-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}

.swal2-range input::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #0A4A9B;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
       appearance: none;
}

.swal2-range input::-moz-range-thumb:active {
  background: #63a3f5;
}

.swal2-range input::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}

.swal2-range input::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #0A4A9B;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

.swal2-range input::-ms-thumb:active {
  background: #63a3f5;
}

.swal2-range input::-ms-track {
  width: 100%;
  height: 0.5rem;
  border-width: 0.5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}

.swal2-range input::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

.swal2-range input::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

.swal2-range input:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.swal2-range input:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.swal2-range input:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.swal2-range input:disabled::-moz-range-track {
  cursor: default;
}

.swal2-range input:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.swal2-validation-message {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-color: #d6d8db;
  background: #e2e3e5;
  color: #383d41;
  font-size: 1rem;
}

.swal2-validation-message::before {
  background-color: #e4606d;
}

.swal2-toast {
  max-width: 350px;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.85);
}

@font-face {
  font-family: Metropolis;
  src: url(/fonts/Metropolis-Regular.otf?f7b5e589f88206b4bd5cb1408c5362e6);
}

@font-face {
  font-family: Metropolis Medium;
  src: url(/fonts/Metropolis-Medium.otf?f4bca87fd0d19e61c27dc96299c75f8c);
}

@font-face {
  font-family: Metropolis Bold;
  src: url(/fonts/Metropolis-Bold.otf?dea4998b081c6c1133a3b5b08ff2218c);
}

@font-face {
  font-family: Metropolis Semibold;
  src: url(/fonts/Metropolis-SemiBold.otf?2556a4f74e2c523893e6928d6e300f1c);
}

@font-face {
  font-family: Metropolis Light;
  src: url(/fonts/Metropolis-Light.otf?c82170e08b76657553ab939bd28e8515);
}

body,
html {
  font-family: Metropolis, sans-serif;
  color: #5f5f5f;
  font-size: 1.095vw;
}

.card.card-tab .nav-tabs > li.active > a,
.card.card-tab .nav-tabs > li.active > a:focus,
.card.card-tab .nav-tabs > li.active > a:hover {
  font-family: Metropolis Bold, sans-serif;
  color: #0A4A9B;
  background-color: #ffffff;
  border: transparent;
  border-bottom: 5px solid #0A4A9B;
}

.pagination > li > a,
.pagination > li > span {
  color: #0A4A9B;
  border: 1px solid #bbbbbb;
  background: #f9f9f9;
}

ul.nav-dashboard.nav-pills > li.active > a,
ul.nav-dashboard.nav-pills > li.active > a:focus,
ul.nav-dashboard.nav-pills > li.active > a:hover {
  color: #5f5f5f;
  background-image: linear-gradient(to left, #fafeff, #ffffff);
  border-left: 5px solid #0A4A9B;
}

.message-list .list-group-item.active,
.message-list .list-group-item.active:focus,
.message-list .list-group-item.active:hover {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

ul.learning-breadcrumb > li + li:before,
ul.interaksi > li + li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\F111";
  font-size: 5px;
  left: 10px;
}

.affix-nav .nav.nav-tabs > li.active > a,
.affix-nav .nav.nav-tabs > li.active > a:focus,
.affix-nav .nav.nav-tabs > li.active > a:hover {
  font-family: Metropolis Bold, sans-serif;
  cursor: default;
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #0A4A9B;
  color: #5f5f5f;
}

.btn-discussion-reply-like.btn-default,
.btn-discussion-like.btn-default {
  color: #5b5b5b;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-discussion-reply-like.btn-default.text-blue,
.btn-discussion-like.btn-default.text-blue {
  color: #3b5998;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-discussion-reply-like.btn-default:hover,
.btn-discussion-like.btn-default:hover {
  color: #0064d2;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-discussion-like.btn.active,
.btn-discussion-like.btn:active,
.btn-discussion-reply-lik.btn.active,
.btn-discussion-reply-lik.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  height: 100%;
}

html {
  height: 100%;
}

a {
  color: #0A4A9B;
  transition: .2s ease-out;
  cursor: pointer;
}

a:focus {
  color: #5f5f5f;
  text-decoration: none;
}

a:hover {
  color: #5f5f5f;
  text-decoration: none;
}

strong {
  font-weight: normal;
  font-family: Metropolis Bold;
}

ul {
  padding-left: 20px;
  line-height: 1.7em;
}

ul.list-numbering {
  padding-left: 30px;
}

ul.list-numbering li {
  list-style: decimal;
}

ul.head-title {
  padding: 0;
  margin-bottom: 50px;
}

ul.head-title li {
  position: relative;
  list-style: none;
  padding-left: 50px;
}

ul.head-title li .back-button {
  font-size: 1.714em;
  position: absolute;
  left: 0;
  top: -5px;
  color: #5f5f5f;
}

ul.head-title li .back-button:hover {
  color: #0A4A9B;
}

ul.head-title li .head-subtitle {
  font-size: 18px;
  color: #5f5f5f;
}

ul.timeline {
  padding-left: 40px;
  list-style: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #0A4A9B;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 5;
}

ul.timeline > li {
  margin: 20px 0 40px;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: ' ';
  background: #4878B2;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 5;
}

ul.timeline > li > h4 {
  font-family: Metropolis Bold, sans-serif;
  font-size: 1.43em;
  margin-bottom: 18px;
}

ul.timeline > li > h4 span {
  font-family: Metropolis Light;
  font-size: 1em;
  color: #0A4A9B;
  padding-left: 20px;
}

ul.timeline > li > p {
  color: #5f5f5f;
  margin: 0;
}

ul.path {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

ul.path:before {
  top: 90px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #0A4A9B;
  left: 20px;
  margin-left: -1.5px;
}

ul.path > li {
  margin-bottom: 20px;
  position: relative;
}

ul.path > li:before,
ul.path > li:after {
  content: " ";
  display: table;
}

ul.path > li:after {
  clear: both;
}

ul.path > li > .path-panel {
  float: left;
  border-radius: 2px;
  padding: 20px 15px 15px 80px;
  position: relative;
}

ul.path > li > .path-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

ul.path > li > .path-panel:after {
  position: absolute;
  top: 27px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

ul.path > li > .path-badge {
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  top: calc(50% - 40px);
  left: 20px;
  margin-left: -20px;
  width: 40px;
}

ul.path > li > .path-badge div {
  height: 40px;
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  position: relative;
  color: #0A4A9B;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 #0A4A9B;
  border: solid 4.5px #ffffff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

ul.path > li.active > .path-badge div {
  color: #ffffff;
  background-color: #0A4A9B;
}

ul.small-path {
  padding-left: 20px;
  list-style: none;
  position: relative;
}

ul.small-path:before {
  content: ' ';
  background: #d0d0d0;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 1px;
  height: 100%;
  z-index: 5;
}

ul.small-path > li {
  margin: 20px 0 40px;
  padding-left: 10px;
}

ul.small-path > li:before {
  content: ' ';
  background: #d0d0d0;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  left: 3px;
  width: 15px;
  height: 15px;
  z-index: 5;
}

ul.small-path > li.active:before {
  font-family: FontAwesome;
  content: '\F00C';
  background: #7ed321;
  color: #ffffff;
  line-height: 12px;
  font-size: 9px;
  text-align: center;
}

ul.small-path > li > h4 {
  font-family: Metropolis Bold, sans-serif;
  font-size: 1.43em;
  margin-bottom: 18px;
}

ul.small-path > li > h4 span {
  font-family: Metropolis Light;
  font-size: 1em;
  color: #0A4A9B;
  padding-left: 20px;
}

ul.small-path > li > p {
  color: #5f5f5f;
  margin: 0;
}

ul.learn-ul {
  position: relative;
  padding-left: 25px;
}

ul.learn-ul > li {
  list-style: none;
}

ul.learn-ul > li:before {
  content: '\F00C';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

ul.nav-dashboard {
  border-radius: 10px;
  background-image: linear-gradient(to left, #fafeff, #c6e8f3 50%);
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.nav-dashboard.nav-pills > li > a {
  padding: 9px 25px 9px 50px;
  color: #5f5f5f;
  border-radius: 0;
}

ul.nav-dashboard.nav-pills > li > a > i {
  position: absolute;
  font-size: 18px;
  left: 25px;
  margin-top: 4px;
}

ul.learning-breadcrumb {
  padding: 0;
  color: #d3d0cd;
}

ul.learning-breadcrumb li {
  display: inline-block;
  position: relative;
}

ul.learning-breadcrumb > li + li {
  padding-left: 30px;
}

ul.td-breadcrumb {
  padding-left: 0;
  margin-bottom: 10px;
}

ul.td-breadcrumb > li {
  display: inline-block;
  position: relative;
}

ul.td-breadcrumb > li + li {
  padding-left: 30px;
}

ul.td-breadcrumb > li + li:before {
  position: absolute;
  content: "|";
  font-size: inherit;
  left: 10px;
  top: calc(50% - 0.8em);
}

ul.social-share {
  padding: 0;
}

ul.social-share > li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

ul.social-share > li :last-child {
  margin-right: 0;
}

ul.social-share > li a img {
  transition: .2s ease-out;
}

ul.social-share > li a:hover img {
  margin-top: -10px;
}

ul.interaksi {
  padding: 0;
  color: #d3d0cd;
}

ul.interaksi li {
  display: inline-block;
  position: relative;
}

ul.interaksi > li + li {
  padding-left: 30px;
}

ul.view-akun {
  padding-left: 50px;
  position: relative;
}

ul.view-akun li {
  list-style: none;
  margin-bottom: 40px;
}

ul.view-akun li img {
  position: absolute;
  left: 0;
  padding-top: 5px;
}

ul.view-akun li p.title {
  color: #0A4A9B;
  margin-bottom: 2px;
}

ul.view-akun li p.content {
  font-size: 18px;
}

ul.user-list {
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #d0d0d0;
}

ul.user-list img {
  position: absolute;
  left: 5px;
}

ul.user-list li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding: 3px 40px 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #4878B2;
  border-radius: 5px;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
}

ul.user-list li.list-danger {
  background-color: #ff5f5f;
  color: #ffffff;
}

ul.user-list li .close {
  float: none;
  position: absolute;
  right: 10px;
  top: 5px;
}

section {
  position: relative;
  padding: 60px 0;
}

section.article-header {
  background: url("/image/background/article-header.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

section.article-header h3 {
  text-shadow: 0 2px 5px #ffffff;
}

section.article-header-search {
  padding: 0;
  margin-top: -80px;
}

section.helpcenter-header {
  background: url("/image/bedahbisnis/background/helpcenter-header.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.img-responsive {
  width: 100%;
}

.img-min-responsive {
  max-width: 100%;
}

.animation .slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.animation .slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.animation .slide-enter-to,
.animation .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.animation .slide-enter,
.animation .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.animation .slide-left-leave-active,
.animation .slide-left-enter-active {
  transition: .3s;
}

.animation .slide-left-enter {
  transform: translate(100%, 0);
}

.animation .slide-left-leave-to {
  transform: translate(-120%, 0);
}

.animation .slide-right-leave-active,
.animation .slide-right-enter-active {
  transition: .3s;
}

.animation .slide-right-enter {
  transform: translate(-100%, 0);
}

.animation .slide-right-leave-to {
  transform: translate(120%, 0);
}

.animation .fade-enter-active,
.animation .fade-leave-active {
  transition: opacity .3s;
}

.animation .fade-enter,
.animation .fade-leave-to {
  opacity: 0;
}

.animation .flip-enter-active {
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.animation .flip-leave-active {
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animation .flip-enter,
.animation .flip-leave-to {
  transform: scaleY(0) translateZ(0);
  opacity: 0;
}

.mg-0 {
  margin: 0 !important;
}

.mg-top-10 {
  margin-top: 10px !important;
}

.mg-tb-m {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg-tb-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg-tb-xl {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mg-t-none {
  margin-top: 0 !important;
}

.mg-t-sm {
  margin-top: 10px !important;
}

.mg-t-m {
  margin-top: 30px !important;
}

.mg-t-lg {
  margin-top: 70px !important;
}

.mg-t-xl {
  margin-top: 100px !important;
}

.mg-r-none {
  margin-right: 0 !important;
}

.mg-r-sm {
  margin-right: 10px !important;
}

.mg-r-m {
  margin-right: 30px !important;
}

.mg-r-lg {
  margin-right: 70px !important;
}

.mg-btm-0,
.mg-b-none {
  margin-bottom: 0 !important;
}

.mg-b-sm {
  margin-bottom: 10px !important;
}

.mg-b-m {
  margin-bottom: 30px !important;
}

.mg-b-lg {
  margin-bottom: 70px !important;
}

.pad-0 {
  padding: 0 !important;
}

.pad-b-m {
  padding-bottom: 20px !important;
}

.pad-t-none {
  padding-top: 0 !important;
}

.pad-t-m {
  padding-top: 20px !important;
}

.pad-t-lg {
  padding-top: 70px !important;
}

.pad-tb-m {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pad-tb-lg {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pad-b-none {
  padding-bottom: 0 !important;
}

.pad-b-lg {
  padding-bottom: 70px !important;
}

.no-border {
  border: none !important;
}

.border-bottom_1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dark-section {
  background: #404041;
  color: #fbf7f3;
}

.bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: radial-gradient(circle at 50% 50%, rgba(139, 127, 98, 0.7), rgba(0, 0, 0, 0.59) 96%);
}

.bg-green {
  background: #509105;
  color: #ffffff;
}

.bg-blue-alice {
  background: #effaff;
}

.float-right {
  float: right;
}

.rate-star {
  color: #f5a623;
}

.ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vue-line-clamp {
  word-break: break-word !important;
}

h1 {
  font-size: 2.571em;
}

h2 {
  font-size: 2.143em;
  line-height: 1.4em;
}

h3 {
  font-size: 1.714em;
}

h4 {
  font-size: 1.286em;
  margin-top: 0;
  line-height: 1.4em;
}

h5 {
  font-size: 1.143em;
  line-height: 1.4em;
}

p {
  font-size: 1em;
}

.text-small {
  font-size: 12px;
}

.line-title {
  margin-top: 0;
  margin-bottom: 45px;
}

.line-title:after {
  content: "";
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #0A4A9B;
}

.tilted-striketrough {
  position: relative;
}

.tilted-striketrough:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: -5px;
  border-top: 2px solid;
  border-color: inherit;
  transform: rotate(-5deg);
}

.text-bold {
  font-family: Metropolis Bold, sans-serif;
}

.text-semibold {
  font-family: Metropolis Semibold, sans-serif;
}

.text-regular {
  font-family: Metropolis, sans-serif;
}

.text-italic {
  font-style: italic;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline;
}

.text-white {
  color: #ffffff !important;
}

.text-black-solid {
  color: #000000;
}

.text-clay {
  color: #0A4A9B;
}

.text-blue {
  color: #0064d2 !important;
}

.text-violet {
  color: #814dff !important;
}

.text-green {
  color: #509105;
}

.text-danger {
  color: #d0021b;
}

.text-chicago {
  color: #5f5f5f !important;
}

.text-grey-dusty {
  color: #979797 !important;
}

.text-line-center {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.text-line-center span {
  background: #ffffff;
  padding: 0 10px;
}

label,
.label {
  font-weight: normal;
}

.btn {
  font-family: Metropolis Semibold;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.btn-capsule {
  border-radius: 50px !important;
}

.btn.btn-transparent {
  padding: 0;
}

.btn.btn-ext {
  padding-right: 40px;
  padding-left: 40px;
}

.btn.btn-shadow {
  box-shadow: 0 5px 10px 0 rgba(139, 127, 98, 0.35);
}

.btn.btn-xs {
  font-size: 12px;
}

.btn-block {
  padding-right: 8px;
  padding-left: 8px;
}

.form-cover {
  border-radius: 5px;
  border: solid 1px #d0d0d0;
  padding: 12px;
  margin-bottom: 15px;
}

.form-cover .form-control {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 6px 0;
  box-shadow: none;
  margin-bottom: 8px;
}

.form-cover .form-control:focus {
  border: 1px solid transparent;
}

.inner-addon {
  position: relative;
}

.inner-addon .btn-clear-choice {
  position: absolute;
  padding: 10px;
}

.inner-addon.left-addon .btn-clear-choice {
  left: 10px;
  top: 50%;
  margin-top: -11px;
  padding: 0;
}

.inner-addon.left-addon .form-control {
  padding-left: 30px;
}

.inner-addon.right-addon i {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.inner-addon.right-addon .btn-clear-choice {
  right: 10px;
  top: 50%;
  margin-top: -11px;
  padding: 0;
}

.inner-addon.right-addon .form-control {
  padding-right: 30px;
}

.inner-addon.right-left-addon .form-control {
  padding-right: 30px;
  padding-left: 30px;
}

.inner-addon.right-left-addon .addon-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  padding: 0;
}

.inner-addon.right-left-addon .addon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  padding: 0;
}

.btn-brandy {
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
  color: #ffffff;
  border: solid 1px transparent;
}

.btn-brandy.active {
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
}

.btn-brandy:focus {
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
  color: #ffffff;
}

.btn-brandy:hover {
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
  color: #f5a623;
}

.btn-brandy:active {
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
}

.btn-white {
  background: #ffffff;
  color: #0A4A9B;
  border: solid 1px #0A4A9B;
}

.btn-white.active {
  background: #ffffff;
  background-image: #ffffff;
}

.btn-white:focus {
  background: #ffffff;
}

.btn-white:hover {
  background: #ffffff;
}

.btn-white:active {
  background: #ffffff;
}

.btn-white.btn-outline {
  background: transparent;
}

.btn-full-white {
  background: #ffffff;
  color: #0A4A9B;
  border: solid 1px #ffffff;
}

.btn-full-white.active {
  background-image: #ffffff;
  background-image: #ffffff;
}

.btn-full-white:focus {
  background-image: #ffffff;
}

.btn-full-white:hover {
  background-image: #ffffff;
}

.btn-full-white:active {
  background-image: #ffffff;
}

.btn-transparent {
  background: transparent;
  color: #5b5b5b;
  border: solid 1px transparent;
}

.btn-transparent.btn-clear-choice {
  position: absolute;
  right: 35px;
  margin-top: 5px;
}

.btn-transparent.active {
  background: transparent;
  outline: none;
  background: transparent;
  outline: none;
}

.btn-transparent:focus {
  background: transparent;
  outline: none;
}

.btn-transparent:focus:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-transparent:hover {
  background: transparent;
  outline: none;
}

.btn-transparent:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-clay {
  background: #0A4A9B;
  color: #ffffff;
  border: solid 1px #0A4A9B;
}

.btn-clay.active {
  background: #0A4A9B;
  color: #ffffff;
  background: #0A4A9B;
}

.btn-clay:focus {
  background: #0A4A9B;
  color: #ffffff;
}

.btn-clay:hover {
  background: #0A4A9B;
  color: #ffffff;
}

.btn-clay:active {
  background: #0A4A9B;
}

.btn-blue {
  background: #0064d2;
  color: #ffffff;
  border: solid 1px #0064d2;
}

.btn-blue.active {
  background: #004c9f;
  color: #ffffff;
}

.btn-blue:focus {
  background: #004c9f;
  color: #ffffff;
}

.btn-blue:hover {
  background: #004c9f;
  color: #ffffff;
}

.btn-blue:active {
  background: #0064d2;
}

.btn-success {
  background-image: linear-gradient(278deg, #4878b2, #0a4a98 0%) !important;
  color: #ffffff;
  border: solid 1px #0064d2;
}

.btn-success.active {
  background: #004c9f;
  color: #ffffff;
}

.btn-success:focus {
  background: #004c9f;
  color: #ffffff;
}

.btn-success:hover {
  background: #004c9f;
  color: #ffffff;
}

.btn-success:active {
  background: #0064d2;
}

.btn-success:disabled,
.btn-success[disabled] {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0 !important;
  color: #979797;
}

.btn-blue-outline {
  background: #ffffff;
  color: #0064d2;
  border: solid 1px #0064d2;
}

.btn-blue-outline.active {
  color: #0064d2;
  background: #f2f2f2;
}

.btn-blue-outline:focus {
  background: #f2f2f2;
  color: #0064d2;
  outline: 0;
}

.btn-blue-outline:hover {
  background: #f2f2f2;
  color: #0064d2;
}

.btn-blue-outline:active {
  background: #ffffff;
}

.btn-red-outline {
  background: #ffffff;
  color: #d0021b;
  border: solid 1px #d0021b;
}

.btn-red-outline.active {
  color: #d0021b;
  background: #f2f2f2;
}

.btn-red-outline:focus {
  background: #f2f2f2;
  color: #d0021b;
  outline: 0;
}

.btn-red-outline:hover {
  background: #f2f2f2;
  color: #d0021b;
}

.btn-red-outline:active {
  background: #ffffff;
}

.btn-violet {
  background: #814dff;
  color: #ffffff;
  border: solid 1px #814dff;
}

.btn-violet.active {
  background: #5d1aff;
  color: #ffffff;
}

.btn-violet:focus {
  background: #5d1aff;
  color: #ffffff;
}

.btn-violet:hover {
  background: #5d1aff;
  color: #ffffff;
}

.btn-violet:active {
  background: #814dff;
}

.btn-danger {
  background: #d0021b;
  color: #ffffff;
  border: solid 1px #d0021b;
}

.btn-danger.active {
  color: #ffffff;
  background: #9d0214;
}

.btn-danger:focus {
  background: #9d0214;
  color: #ffffff;
}

.btn-danger:hover {
  background: #9d0214;
  color: #ffffff;
}

.btn-danger:active {
  background: #d0021b;
}

.btn-danger-outline {
  background: #ffffff;
  color: #d0021b;
  border: solid 1px #d0021b;
}

.btn-danger-outline.active {
  color: #d0021b;
  background: #f2f2f2;
}

.btn-danger-outline:focus {
  background: #f2f2f2;
  color: #d0021b;
}

.btn-danger-outline:hover {
  background: #f2f2f2;
  color: #d0021b;
}

.btn-danger-outline:active {
  background: #ffffff;
}

.btn-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 3px;
}

.btn-upload input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: -10px;
  opacity: 0;
  cursor: pointer;
}

.btn-upload .btn-upload-white {
  border: 1px solid #0A4A9B;
  color: #0A4A9B;
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 12px;
}

.btn-upload-file #real-file,
.btn-upload-file #input-avatar,
.btn-upload-file #input-digital-sign {
  display: none;
}

.btn-upload-file #custom-button,
.btn-upload-file #custom-button-avatar,
.btn-upload-file #custom-button-digital-sign {
  cursor: pointer;
}

.btn-upload-file #custom-text,
.btn-upload-file #custom-text-avatar,
.btn-upload-file #custom-text-digital-sign {
  display: block;
  margin-top: 10px;
  color: #0A4A9B;
}

.label.label-grey {
  background: #d0d0d0;
  color: #5f5f5f;
}

.label.label-primary {
  background-color: #0064d2;
}

.label.label-success {
  background-color: #509105;
}

.label.label-danger {
  background-color: #ff5f5f;
}

.label.label-warning {
  background-color: #f5a623;
}

.badge-danger {
  background: #ff5f5f !important;
  color: #ffffff !important;
  padding: 3px 7px 2px;
  font-weight: normal;
}

.circle-check {
  position: relative;
  border-radius: 50%;
  margin-top: 5px;
}

.circle-check.circle-sm {
  width: 16px;
  height: 16px;
  text-align: center;
}

.circle-check.circle-sm i {
  position: absolute;
  font-size: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}

.circle-level {
  margin-right: 10px;
}

.circle-level.basic {
  color: #7ed321;
}

.circle-level.intermediate {
  color: #f8e71c;
}

.circle-level.advance {
  color: #ff5f5f;
}

.circle-level.specialist {
  color: #0064d2;
}

.circle-green {
  font-size: 28px;
  color: #7ed321;
  margin-top: 5px;
  margin-right: 15px;
}

.circle-yellow {
  font-size: 28px;
  color: #f8e71c;
  margin-top: 5px;
  margin-right: 15px;
}

.circle-red {
  font-size: 28px;
  color: #ff5f5f;
  margin-top: 5px;
  margin-right: 15px;
}

.circle-blue {
  font-size: 28px;
  color: #0064d2;
  margin-top: 5px;
  margin-right: 15px;
}

.popover {
  font-family: Metropolis;
  font-size: 12px;
  color: #979797;
}

.form-group--error .form-control {
  border: 1px solid #d0021b;
}

.form-group--error .form-control:focus {
  border: 1px solid #d0021b;
}

.form-group--error .error {
  font-size: 12px;
  margin-top: 3px;
  color: #d0021b;
}

.has-error .form-control {
  border: 1px solid #d0021b;
}

.has-error .input-group .form-control {
  border: 1px solid #d0021b !important;
  border-right: 0 !important;
}

.login-area .limiter {
  width: 100%;
  margin: 0 auto;
}

.login-area .container-login100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.login-area .wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.login-area .login100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login-area .login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login-area .login100-form {
  width: 50%;
  min-height: 100vh;
  display: block;
  background-color: #ffffff;
  padding: 70px 220px 70px 100px;
}

.login-area .login100-form .login-logo {
  height: 50px;
  margin-bottom: 20px;
}

.login-area .login100-form h3 {
  line-height: 1.3em;
  margin-bottom: 25px;
}

.login-area .login100-form .form-group label {
  width: 100%;
}

.login-area .login100-form .form-control::-moz-placeholder {
  font-size: 14px;
}

.login-area .login100-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.login-area .login100-form .form-control::placeholder {
  font-size: 14px;
}

.login-area .login100-form .input-group .input-group-addon {
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.login-area .login100-form .btn-brandy {
  border: none;
}

.login-area .login100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 80px;
}

.navbar.navbar-default .navbar-nav > li > a {
  color: #0A4A9B;
  font-family: Metropolis Semibold;
}

.navbar.navbar-default.navbar-transparent {
  background-color: transparent;
  border-color: transparent;
  padding-top: 15px;
}

.navbar.navbar-default.navbar-transparent .navbar-nav > li > a {
  color: #0A4A9B;
}

.navbar.navbar-default.navbar-transparent .btn-white-transparent {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.navbar.navbar-default.navbar-transparent .btn-white-transparent.active {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-white-transparent:focus {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-white-transparent:hover {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-white-transparent:active {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-cape-transparent {
  border: 1px solid #404041;
  background-color: transparent;
  color: #404041;
}

.navbar.navbar-default.navbar-transparent .btn-cape-transparent.active {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-cape-transparent:focus {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-cape-transparent:hover {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent .btn-cape-transparent:active {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink {
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(139, 127, 98, 0.35);
  padding-top: 0;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink .navbar-nav > li > a {
  color: #0A4A9B;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink .btn-white-transparent {
  border: 1px solid #0A4A9B;
  background-color: transparent;
  color: #0A4A9B;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink .btn-white-transparent.active {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink .btn-white-transparent:focus {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink .btn-white-transparent:hover {
  background-color: transparent;
}

.navbar.navbar-default.navbar-transparent.navbar-shrink .btn-white-transparent:active {
  background-color: transparent;
}

.navbar.navbar-fixed-top {
  z-index: 100 !important;
  padding: 0;
  transition: all .4s ease;
}

.navbar.navbar-fixed-top .navbar-collapse {
  max-height: 90%;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.navbar .animated.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.navbar-boxed {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 3px 5px 2px rgba(24, 63, 109, 0.2);
  color: #0A4A9B;
}

.navbar-header {
  min-height: 80px;
}

.navbar-area {
  padding-top: 15px;
}

.navbar-brand {
  padding: 0 15px;
}

.navbar-brand img {
  height: 42px;
}

.navbar-form {
  border-bottom: none;
}

.navbar-form .img-profile-navbar {
  position: relative;
  display: inline-block;
}

.navbar-form .img-profile-navbar .navbar-profile {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-form .img-profile-navbar .alert-notif {
  background: #d0021b;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 2px;
  right: 2px;
}

.navbar-form .bell-lg {
  position: relative;
  padding: 0 20px;
  color: #5f5f5f;
}

.navbar-form .bell-lg i {
  font-size: 30px;
}

.navbar-form .bell-lg .badge-top-notif {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #d0021b;
  color: #ffffff;
  bottom: 0;
  right: 20px;
}

.nav-pills {
  margin-bottom: 20px;
}

.nav-pills > li > a {
  padding: 9px 25px;
  color: #404041;
  border-radius: 5px;
}

.nav-pills > li > a:focus {
  background-color: #D7E9ff;
}

.nav-pills > li > a:hover {
  background-color: #D7E9ff;
}

.nav-pills > li > a.nav-title:focus,
.nav-pills > li > a.nav-title:hover {
  background-color: transparent;
}

.nav-pills > li.active > a {
  background-color: #0A4A9B;
}

.nav-pills > li.active > a:focus {
  background-color: #0A4A9B;
}

.nav-pills > li.active > a:hover {
  background-color: #0A4A9B;
}

.nav-pills > li.activeParent > a {
  background-color: #0A4A9B;
}

.nav-pills > li.activeParent > a:focus {
  background-color: #0A4A9B;
}

.nav-pills > li.activeParent > a:hover {
  background-color: #0A4A9B;
}

.nav-pills > li > .nav-title {
  font-size: 14px;
  padding: 9px 0 9px 25px;
}

.nav-pills > li > .nav-title:after {
  content: "";
  display: block;
  margin-top: 10px;
  border-bottom: 1px solid #0A4A9B;
}

.header-intro {
  overflow: hidden;
}

.header-intro .header-background {
  position: relative;
  background: #fff;
  height: 100%;
}

.header-intro .header-background .full-carousel {
  height: 100%;
}

.header-intro .header-background .full-carousel div {
  height: 100%;
}

.header-intro .header-background .full-carousel div .owl-carousel {
  height: 100%;
}

.header-intro .header-background .full-carousel div .header__cpw {
  color: #404041;
}

.header-intro .header-background .owl-stage-outer,
.header-intro .header-background .owl-stage,
.header-intro .header-background .owl-item,
.header-intro .header-background .item {
  height: 100%;
}

.header-intro .header-background .video-wrap {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.header-intro .header-background .video-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  background-image: linear-gradient(to top, #ffffff 50%, rgba(0, 0, 0, 0.84));
  z-index: 2;
}

.thumbnail {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
}

.thumbnail.course-size {
  height: 350px;
}

.thumbnail .img-wrapper {
  position: relative;
}

.thumbnail .img-wrapper .info_right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  opacity: 0.65;
  background-color: #000000;
  color: #ffffff;
}

.thumbnail .img-wrapper .info_right-bottom i {
  margin-right: 5px;
}

.thumbnail .img-wrapper > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.thumbnail > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.thumbnail > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.thumbnail > .caption > p {
  color: #5f5f5f;
  margin-bottom: 6px;
  white-space: normal;
}

.thumbnail > .caption > p > small {
  font-size: 12px;
  margin-bottom: 8px;
}

.thumbnail > .caption > p > small > span.float-right {
  margin-top: 4px;
}

.thumbnail > .caption > p.name {
  line-height: 1.5em;
  height: 3em;
}

.thumbnail > .caption .instr {
  color: #979797;
}

.thumbnail > .caption .instr .instr-name {
  font-size: 12px;
}

.thumbnail > .caption .instr .instr-title {
  font-size: 10px;
}

.thumbnail > .caption .course-price .old-price {
  font-size: 12px;
  color: #979797;
  text-align: right;
  text-decoration: line-through;
}

.thumbnail > .caption .course-price .actual-price {
  font-family: Metropolis Medium;
  font-size: 14px;
}

.thumbnail.article-thumbnail {
  box-shadow: none;
  cursor: auto;
}

.thumbnail.article-thumbnail .caption {
  padding-right: 0;
  padding-left: 0;
}

.thumbnail.article-thumbnail .caption .title {
  height: 48px;
}

.thumbnail.article-thumbnail .caption .title > a {
  color: #5f5f5f;
  transition: .2s ease-out;
  cursor: pointer;
}

.thumbnail.article-thumbnail .caption .title > a:focus {
  color: #0A4A9B;
  text-decoration: none;
}

.thumbnail.article-thumbnail .caption .title > a:hover {
  color: #0A4A9B;
  text-decoration: none;
}

.thumbnail.article-thumbnail .caption .label.label-category {
  background-color: #D7E9ff;
  padding: .4em .8em;
  color: #5f5f5f;
}

.thumbnail.artc-thumbnail {
  cursor: pointer;
}

.thumbnail.artc-thumbnail .caption .name > a {
  color: #5f5f5f;
  transition: .2s ease-out;
  cursor: pointer;
}

.thumbnail.artc-thumbnail .caption .name > a:focus {
  color: #0A4A9B;
  text-decoration: none;
}

.thumbnail.artc-thumbnail .caption .name > a:hover {
  color: #0A4A9B;
  text-decoration: none;
}

.thumbnail.webinar-thumbnail {
  height: 310px;
}

.thumbnail.hlpcntr-thumnail {
  height: auto;
  border: 2px solid transparent;
}

.thumbnail.hlpcntr-thumnail:hover {
  border: 2px solid #0A4A9B;
}

.thumbnail.hlpcntr-thumnail .icon {
  text-align: center;
  padding: 50px 15px 0;
}

.thumbnail.hlpcntr-thumnail .icon img {
  max-height: 82px;
}

.card {
  position: relative;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.card.card-tab {
  padding: 0;
}

.card.card-tab .nav-tabs {
  padding: 25px 50px 0;
  border-bottom: 1px solid #e0e0e0;
}

.card.card-tab .tab-content {
  padding: 50px;
}

.card.card-article {
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #d0d0d0;
}

.card img {
  border-radius: 5px;
}

.card.card-message {
  padding: 40px 0;
}

.card.card-md {
  padding: 50px;
}

.card.card-sm {
  padding: 30px;
}

.card.card-xs {
  padding: 12px;
  margin-bottom: 15px;
}

.card .card-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #5f5f5f;
}

.card-subscription {
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card-subscription .popover-active .popover {
  position: absolute;
  display: block;
  width: 300px;
  top: -50px;
  left: calc(50% - 150px);
  background: #ffdd49;
  color: #0A4A9B;
  z-index: 10;
}

.card-subscription .popover-active .popover.top > .arrow::after {
  border-top-color: #ffdd49;
}

.card-subscription.card-active {
  background-color: #0A4A9B;
  color: #ffffff;
}

.card-subscription.card-active .text-grey-dusty {
  color: #ffffff !important;
}

.card-subscription.card-active .text-blue {
  color: #ffdd49 !important;
}

.card-subscription.card-active .btn-success {
  background-image: linear-gradient(278deg, #ffdd49, #ffdd49 0%) !important;
  color: #0A4A9B;
  border: solid 1px #ffdd49;
}

.card-subscription.card-active .btn-success.active {
  background: #ffd316;
  color: #0A4A9B;
}

.card-subscription.card-active .btn-success:focus {
  background: #ffd316;
  color: #0A4A9B;
}

.card-subscription.card-active .btn-success:hover {
  background: #ffd316;
  color: #0A4A9B;
}

.card-subscription.card-active .btn-success:active {
  background: #ffdd49;
}

.card-subscription.card-active .btn-success:disabled,
.card-subscription.card-active .btn-success[disabled] {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0 !important;
  color: #979797;
}

.card-subscription.card-active-bordered {
  box-shadow: inset 0px 0px 0px 5px #0A4A9B;
}

.card-subscription .card-section_1 {
  padding: 60px;
  border-bottom: 1px solid #e8e8e8;
}

.card-subscription .card-section_2 {
  padding: 30px;
}

.media.media-webinar > .media-left {
  padding-right: 30px;
}

.media.media-webinar > .media-left > img {
  width: 200px;
}

.media.media-article {
  margin-bottom: 30px;
}

.media.media-article > .media-left img {
  width: 100px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.media.media-article > .media-body > .title > a {
  color: #5f5f5f;
  transition: .2s ease-out;
  cursor: pointer;
}

.media.media-article > .media-body > .title > a:focus {
  color: #0A4A9B;
  text-decoration: none;
}

.media.media-article > .media-body > .title > a:hover {
  color: #0A4A9B;
  text-decoration: none;
}

.media.media-path .media-left {
  padding-right: 40px;
}

.media.media-path .media-left img {
  width: 315px;
  height: 177px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.media.media-path .media-body .author-img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  margin-top: -5px;
  border-radius: 5px;
}

.canvas {
  position: relative;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.canvas.payment-result img {
  margin-top: 60px;
  margin-bottom: 40px;
}

.canvas.payment-result h3 {
  margin-bottom: 40px;
}

.canvas.payment-result h4 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 40px;
}

.modal.modal-default .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal.modal-default .modal-content .modal-header {
  border-bottom: none;
  background-image: linear-gradient(to bottom, #c6e8f3, #fafeff);
}

.modal.modal-default .modal-content .modal-body h4 {
  font-size: 1.43em;
}

.modal.modal-default .modal-content .modal-body p {
  font-size: 14px;
}

.modal.modal-default .modal-content .modal-footer {
  border-top: none;
}

.modal.modal-danger .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal.modal-danger .modal-content .modal-header {
  border-bottom: none;
  background-image: linear-gradient(to top, #ffffff, #ff5f5f);
}

.modal.modal-danger .modal-content .modal-body {
  padding-top: 0;
}

.modal.modal-danger .modal-content .modal-footer {
  border-top: none;
}

.modal.modal-custom .modal-content {
  border-radius: 10px;
}

.modal.modal-custom .modal-limiter {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.modal.modal-custom .modal-container__100 {
  width: 100%;
  min-height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}

.modal.modal-custom .modal-wrapper__100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.modal.modal-custom .modal-more {
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.modal.modal-custom .modal-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal.modal-custom .modal-form {
  width: 60%;
  min-height: 90vh;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 75px;
}

.modal.modal-custom .modal-form .modal-form-body {
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
}

.modal.modal-custom .modal-form .modal-footer {
  padding-top: 15px;
}

.modal.modal-custom .modal-form h1 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 30px;
}

.modal.modal-custom .modal-form h4.title-course {
  font-size: 1.43em;
  margin-bottom: 30px;
}

.modal.modal-custom .modal-form h5 {
  font-family: Metropolis Light;
  margin: 0 0 5px;
}

.modal.modal-custom .modal-form .rev-price {
  font-size: 18px;
  color: #979797;
}

.modal.modal-custom .modal-form .nw-price {
  font-size: 32px;
  margin-bottom: 30px;
}

.modal.modal-custom .modal-form .well {
  border-color: #4878B2;
  background-color: #fbf7f3;
  padding: 25px;
}

.modal .table {
  font-size: 1em;
}

.modal .modal-title {
  font-family: Metropolis Semibold;
  font-size: 1.43em;
  margin-top: 0;
  margin-bottom: 30px;
}

.modal .close {
  font-size: 30px;
}

.modal .kt-widget.hasil-diklat {
  margin-bottom: 30px;
  font-size: 12px;
}

.modal .kt-widget.hasil-diklat .title-widget {
  font-size: 1.43em;
  margin-bottom: 20px;
}

.modal .kt-widget.hasil-diklat .control-label {
  padding-right: 0;
}

.modal .kt-widget.hasil-diklat .form-horizontal {
  margin-bottom: 20px;
}

.modal .kt-widget.hasil-diklat .nilai-result .nilai {
  font-size: 42px;
}

.modal .kt-widget.hasil-diklat .nilai-result .rs-diklat {
  font-size: 15px;
}

.modal .media.media-pegawai .media-left {
  padding-right: 30px;
}

.modal .media.media-pegawai .media-left img {
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}

body.modal-open .modal {
  display: flex !important;
  height: 100%;
}

body.modal-open .modal .modal-dialog {
  margin: auto;
}

.media.pegawai-info .media-left {
  padding-right: 20px;
}

.media.pegawai-info .media-left img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media.pegawai-info .media-body h4,
.media.pegawai-info .media-body p {
  color: #5f5f5f;
  margin: 0;
}

.media.media-xs .media-left img {
  width: 54px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media.media-table .media-left img {
  width: 70px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cr-ribbon {
  position: absolute;
  top: 30px;
  left: 0;
  height: 37px;
  width: 194px;
}

.cr-title {
  position: absolute;
  top: 8px;
  color: #ffffff;
  padding-left: 50px;
}

.badge-ribbon {
  width: 200px;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: 25px;
  right: -65px;
  transform: rotate(45deg);
  background: #f5a623;
  color: #ffffff;
  font-size: 12px;
}

.steps {
  flex: 0 0 100%;
  justify-content: space-around;
  display: flex;
}

.steps .step {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.steps .step::before {
  position: absolute;
  border: 1px solid;
  height: 1px;
  display: block;
  z-index: 1;
  top: 8px;
  content: '';
  border-color: #d0d0d0;
  width: 30%;
  left: 0;
}

.steps .step::after {
  position: absolute;
  border: 1px solid;
  height: 1px;
  display: block;
  z-index: 1;
  top: 8px;
  content: '';
  border-color: #d0d0d0;
  width: 30%;
  right: 0;
}

.steps .step:first-child::before {
  width: 0% !important;
}

.steps .step:last-child::after {
  width: 0% !important;
}

.steps .step .dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: .125em;
  z-index: 2;
  margin: auto;
  border: 2px solid #ffffff;
  background-color: #d0d0d0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.steps .step .label {
  display: block;
  margin: 15px 0;
  text-align: center;
  flex: 0 0 100%;
  color: #5f5f5f;
  font-size: 80%;
}

.steps .step .label a {
  color: #5f5f5f;
}

.steps .step.passed .dot {
  position: relative;
  background-color: #7ed321;
  box-shadow: 0 0 10px 0 rgba(126, 211, 33, 0.5);
}

.steps .step.passed .dot::before {
  content: '\F00C';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 8px;
  position: absolute;
  top: 1px;
  left: calc(50% - 4px);
}

.steps .step.current .dot {
  background-color: #0A4A9B;
  box-shadow: 0 0 10px 0 rgba(0, 100, 210, 0.5);
}

.tooltip {
  font-family: Metropolis;
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #ffffff;
  color: #979797;
  border-radius: 5px;
  padding: 15px 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #ffffff;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #ffffff;
  color: #979797;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(10, 74, 155, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #979797;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.diklat-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.diklat-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.diklat-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}

.diklat-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.diklat-checkbox:hover input ~ .checkmark {
  background-color: #D7E9ff;
}

.diklat-checkbox .checkmark {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #979797;
  border-radius: 3px;
}

.diklat-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #979797;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.diklat-checkbox.text-center .checkmark {
  left: 50%;
  margin-left: -10px;
}

.diklat-radiobutton {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
  border: 0.5px solid #0A4A9B;
  background: white;
}

.diklat-radiobutton p {
  margin-bottom: 0;
}

.diklat-radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.diklat-radiobutton input:checked ~ .checkmark {
  background-color: #4878B2;
}

.diklat-radiobutton input:checked ~ .checkmark:after {
  display: block;
}

.diklat-radiobutton:hover input ~ .checkmark {
  background-color: #D7E9ff;
}

.diklat-radiobutton .checkmark {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 8px;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 0.5px solid #0A4A9B;
  border-radius: 5px;
}

.diklat-radiobutton .checkmark:after {
  position: absolute;
  left: 5px;
  top: 1px;
}

.diklat-radiobutton:nth-of-type(2n+1) .checkmark:after {
  content: "A";
}

.diklat-radiobutton:nth-of-type(2n+2) .checkmark:after {
  content: "B";
}

.diklat-radiobutton:nth-of-type(2n+3) .checkmark:after {
  content: "C";
}

.diklat-radiobutton:nth-of-type(2n+4) .checkmark:after {
  content: "D";
}

.diklat-radiobutton:nth-of-type(2n+5) .checkmark:after {
  content: "E";
}

.select2 {
  font-size: 12px;
}

.select2-container--default .select2-selection--single {
  border: solid 1.5px #d0d0d0;
  border-radius: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0A4A9B;
  color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #D7E9ff;
  color: #5f5f5f;
}

.select2-results__option {
  font-size: 14px;
}

.select2.select2-container .select2-selection--single {
  height: 34px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #979797;
  font-size: 14px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 12px;
  font-size: 14px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.select2-dropdown {
  border: 1px solid #979797 !important;
  font-size: 14px;
}

.select2-icon {
  padding-left: 25px;
  font-size: 12px;
}

.filter-area.default-filter .select2-container--default .select2-selection--single {
  border: 1px solid transparent;
  border-radius: 5px;
}

.filter-area.default-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

.filter-area.default-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5f5f5f transparent transparent transparent;
}

.filter-area.default-filter .select2-container--default .select2-selection--single:hover {
  border: 1px solid #e6e6e6;
}

.filter-area.default-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #5f5f5f transparent;
}

.filter-area .select2-container--default .select2-selection--single {
  border: 1px solid transparent;
  border-radius: 5px;
}

.filter-area .select2-container--default .select2-selection--single:hover {
  border: 1px solid #e6e6e6;
}

.filter-area.transparent-filter .select2-container--default .select2-selection--single {
  background: transparent;
}

.inline-pagination {
  margin: 20px 0;
  text-align: right;
}

.inline-pagination .pagination {
  margin: 0;
  display: inline-block;
  float: right;
}

.inline-pagination nav a.awal {
  margin: 0 5px;
}

.inline-pagination nav a.akhir {
  margin: 0 5px;
}

.rate-progress {
  position: relative;
  padding-left: 30px;
  height: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

.rate-progress .progress-bar {
  box-shadow: none;
}

.progress-result {
  font-family: Metropolis Bold, sans-serif;
  position: absolute;
  left: 0;
  margin-top: -3px;
}

.comment .media {
  margin-bottom: 50px;
}

.comment .media-object {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment .media-left {
  padding-right: 30px;
}

.comment .rate-star-area {
  margin-bottom: 10px;
}

.liner-yellow {
  color: #404041;
  position: relative;
}

.liner-yellow:before {
  content: '';
  position: absolute;
  bottom: 6px;
  height: 10px;
  width: 100%;
  background: #ffdd49;
  z-index: -1;
}

.line-decoration {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.line-decoration::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 400px;
  height: 4px;
  background-image: linear-gradient(89deg, #0A4A9B 0, #4878B2 100%);
}

.line-decoration.line-90::before {
  width: 90%;
}

.line-decoration.line-auto {
  display: inline-block;
}

.line-decoration.line-auto::before {
  width: 100%;
}

.line-decoration-sm-top {
  position: relative;
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4em;
  padding-top: 30px;
}

.line-decoration-sm-top:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 7px;
  background-image: linear-gradient(89deg, #0A4A9B 0, #4878B2 100%);
}

.line-decoration-sm-top.text-center:before {
  left: 50%;
  margin-left: -45px;
}

.line-decoration-sm-top.capsule-radius:before {
  border-radius: 50px !important;
}

.line-decoration-sm-top.text-white:before {
  background-color: #ffffff;
  background-image: none;
}

.notif-title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.notif-title::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 2px;
  background: #0A4A9B;
}

.collapse-button .arrow,
.collapsed-button .arrow {
  transition: .2s ease-out;
}

.collapse-button .view-more::before,
.collapsed-button .view-more::before {
  content: "Lihat Lebih Sedikit";
}

.collapse-button.collapsed .arrow,
.collapsed-button.collapsed .arrow {
  transform: rotate(180deg);
}

.collapse-button.collapsed .arrow.pull-right,
.collapsed-button.collapsed .arrow.pull-right {
  margin-top: 5px;
}

.collapse-button.collapsed .view-more::before,
.collapsed-button.collapsed .view-more::before {
  content: "Lihat Selengkapnya";
}

#button-expand .arrow,
.button-expand .arrow {
  transition: .2s ease-out;
}

#button-expand.collapsed .arrow,
.button-expand.collapsed .arrow {
  transform: rotate(180deg);
}

#button-expand.collapsed .arrow-90,
.button-expand.collapsed .arrow-90 {
  transform: rotate(-90deg);
}

.collapse-group .collapse-item {
  padding-left: 15px;
}

.collapse-group .collapse-item .collapse-link {
  display: block;
}

.collapse-group .collapse-item .collapse-link:hover {
  text-decoration: underline;
}

.filter-diklat-area p {
  margin-bottom: 30px;
}

.filter-diklat-area .filter-button {
  position: relative;
  color: #5f5f5f;
  padding-left: 40px;
}

.filter-diklat-area .filter-button .arrow {
  transition: .2s ease-out;
}

.filter-diklat-area .filter-button.collapsed .arrow {
  transform: rotate(180deg);
}

.filter-diklat-area i.icon-filter {
  position: absolute;
  font-size: 24px;
  margin-right: 15px;
  top: -3px;
  left: 0;
}

.filter-diklat_checkbox {
  margin-bottom: 20px;
}

.filter-diklat_checkbox div {
  font-size: 12px;
}

.filter-diklat_select {
  margin-bottom: 40px;
}

.sorting-diklat {
  text-align: right;
  font-size: 14px;
}

.sorting-diklat .select2 {
  text-align: left;
}

.user-area {
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #fafeff 2%, #c6e8f3);
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.user-area img {
  width: 155px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 25px;
}

.user-area > .name {
  font-family: Metropolis Bold, sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  word-break: break-word;
}

.user-area > .nip {
  font-size: 14px;
  margin-bottom: 20px;
}

.kt-widget {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 180px;
  margin-bottom: 20px;
}

.kt-widget.hasil-diklat {
  background: url(/images/research.png?6c33925019dd900ded60cbf4255c7729);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 100px;
  height: auto;
}

.kt-widget.hasil-diklat .title-widget {
  font-family: Metropolis Medium;
  font-size: 26px;
}

.kt-widget.hasil-diklat .form-horizontal {
  margin-bottom: 30px;
}

.kt-widget.hasil-diklat .form-horizontal .form-group {
  margin-bottom: 5px;
}

.kt-widget.hasil-diklat .form-horizontal .form-group .control-label {
  padding-top: 0;
}

.kt-widget.hasil-diklat .nilai-result {
  padding-left: 20px;
}

.kt-widget.hasil-diklat .nilai-result .nilai {
  font-size: 50px;
  vertical-align: middle;
}

.kt-widget.hasil-diklat .nilai-result .rs-diklat {
  float: right;
  font-family: Metropolis Semibold;
  font-size: 25px;
  margin-top: 20px;
}

.kt-widget .number {
  font-size: 55px;
}

.kt-widget .number .rate-star {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 8px;
}

.kt-widget a {
  font-size: 14px;
  color: #0064d2;
}

.progress-diklat {
  position: relative;
}

.progress-diklat .media {
  padding: 20px;
  border-bottom: solid 1px #e0e0e0;
}

.progress-diklat .media .media-body .list-det {
  display: inline;
  padding: 0;
}

.progress-diklat .media .media-body .list-det li {
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
}

.progress-diklat .media .media-body .list-det li:last-child {
  margin-right: 0;
}

.progress-diklat .media .media-body .author-img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -3px;
  margin-right: 10px;
}

.progress-diklat .media .media-body .media-btn {
  position: relative;
}

.progress-diklat .media .media-body .media-btn a {
  float: right;
}

.progress-diklat .media .media-left img {
  width: 140px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.progress-diklat .media .media-right p {
  margin-top: 10px;
}

.progress-diklat .media .media-right p .delete-sc {
  font-size: 1.43em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.progress-diklat .media-left {
  padding-right: 30px;
}

.progress-diklat .progress {
  height: 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

.progress-diklat .progress .progress-bar-danger {
  background-color: #d0021b;
}

.message-list {
  border-right: solid 1px #f9f9f9;
}

.message-list .search-form {
  padding: 0 15px 10px;
  border-bottom: solid 1px #f9f9f9;
}

.message-list .search-form .btn-transparent {
  padding-right: 0;
}

.message-list .search-form .form-control {
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.message-list .list-group-item.unread .msg-sender:after {
  content: "\A";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0064d2;
  display: inline-block;
  position: absolute;
  top: 5px;
  margin-left: 5px;
}

.message-list .media .media-body .msg-sender {
  position: relative;
  font-size: 12px;
  color: #5f5f5f;
}

.message-list .media .media-body .msg-subject {
  font-size: 12px;
  color: #5f5f5f;
}

.message-list .media .media-body .msg-content {
  font-size: 10px;
  color: #979797;
}

.message-list .media .media-body .msg-date-time {
  float: right;
  font-size: 10px;
  color: #5f5f5f;
}

.message-list .media .media-left img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-list .list-group > .list-group-item {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  border-bottom: solid 1px #f9f9f9;
  padding-top: 25px;
  padding-bottom: 25px;
}

.info-diklat-header h3 {
  margin-top: 0;
}

.info-diklat-header h4 {
  color: #5f5f5f;
}

.info-diklat-header .old-price {
  font-size: 18px;
  color: #979797;
  text-align: right;
  text-decoration: line-through;
}

.info-diklat-header .actual-price {
  font-family: Metropolis Medium;
  font-size: 26px;
}

.info-diklat-header img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-diklat-header .footer-caption img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-diklat-header .footer-caption .sm-title {
  font-size: 14px;
}

.info-diklat-header .media .media-right {
  width: 40%;
  text-align: right;
}

.info-diklat-header .media .media-right .btn-bookmark {
  margin-top: 5px;
  margin-right: 10px;
}

.trs-media .media {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.trs-media .media p {
  font-size: 12px;
  line-height: 1;
}

.trs-media .media .media-left .media-object {
  max-height: 83px;
  -o-object-fit: cover;
     object-fit: cover;
}

.trs-media .media .media-body h4.media-heading {
  font-family: Metropolis Semibold;
  font-size: 1em;
  margin-bottom: 5px;
}

.trs-media .media .media-body h5.media-sub-heading {
  font-size: 12px;
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 20px;
}

.trs-media .media .media-right {
  width: 25%;
  text-align: right;
}

.info-diklat-silabus p {
  font-size: 1em;
  color: #5f5f5f;
}

.info-diklat-silabus .video-silabus {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-bookmark {
  font-size: 30px !important;
}

.btn-back {
  font-size: 1.43em;
  margin-left: -10px;
}

.time-estimation {
  padding: 25px 0 25px 30px;
  border-left: 2px solid #0A4A9B;
}

.te-caption {
  font-size: 14px;
  color: #979797;
  margin-bottom: 15px;
}

.te-info {
  font-family: Metropolis Medium, sans-serif;
  font-size: 18px;
}

.manajemen-pegawai .thumbnail > img {
  height: 120px;
}

.manajemen-pegawai #informasi-diklat {
  font-size: 14px;
}

.manajemen-pegawai #informasi-diklat .te-caption {
  font-size: 14px;
}

.manajemen-pegawai #informasi-diklat .te-info {
  font-size: 18px;
}

.manajemen-pegawai #informasi-diklat .info-diklat-silabus p {
  font-size: 14px;
}

.manajemen-pegawai #informasi-diklat .info-diklat-silabus .video-silabus {
  height: 150px;
}

.manajemen-pegawai #informasi-diklat ul.timeline > li > h4 {
  font-size: 1em;
  margin-bottom: 5px;
}

.manajemen-pegawai #informasi-diklat ul.timeline > li > p {
  color: #5f5f5f;
  margin: 0;
}

.manajemen-pegawai #informasi-diklat .rate-detail .rt-t {
  margin-bottom: 10px;
  width: 165px;
}

.manajemen-pegawai #informasi-diklat .rate-detail .rt-c {
  float: right;
}

.manajemen-pegawai #informasi-diklat .rt-bar {
  width: 165px;
}

.manajemen-pegawai #informasi-diklat .rt-bar li .bar-background {
  width: 28px;
}

.manajemen-pegawai #informasi-diklat .rt-bar li:nth-child(n+2) {
  padding-left: 5px;
}

.manajemen-pegawai #informasi-diklat .info-diklat-header .footer-caption img {
  width: 25px;
  height: 25px !important;
  margin-bottom: 0;
}

.manajemen-pegawai #informasi-diklat .info-diklat-header .caption h3 {
  font-family: Metropolis Semibold;
  font-size: 22px;
}

.manajemen-pegawai #informasi-diklat .info-diklat-header .caption h4 {
  font-family: Metropolis Light;
  font-size: 1em;
}

.circle-green {
  font-size: 28px;
  color: #509105;
  margin-top: 5px;
  margin-right: 15px;
}

.circle-yellow {
  font-size: 28px;
  color: #ffdd49;
  margin-top: 5px;
  margin-right: 15px;
}

.circle-red {
  font-size: 28px;
  color: #ff5f5f;
  margin-top: 5px;
  margin-right: 15px;
}

.circle-blue {
  font-size: 28px;
  color: #0064d2;
  margin-top: 5px;
  margin-right: 15px;
}

.level-green {
  color: #509105;
}

.level-yellow {
  color: #ffdd49;
}

.level-red {
  color: #ff5f5f;
}

.level-blue {
  color: #0064d2;
}

.collapse-button {
  font-family: Metropolis Bold, sans-serif;
  padding: 20px 0;
  border-top: solid 0.5px #0A4A9B;
}

#collapseSilabus {
  padding-top: 30px;
}

.summary-rate {
  text-align: center;
  margin-bottom: 30px;
}

.summary-rate .nb-summary {
  font-size: 70px;
  line-height: 1em;
}

.summary-rate .rate-star-area {
  margin-top: 5px;
}

.rate-star-area.rate-star i {
  font-size: 29px;
}

.rate-star-area {
  font-size: 29px;
}

.rate-star-area .star-rating i {
  margin-right: 5px;
  margin-left: 5px;
}

.rate-detail {
  padding-right: 30px;
  padding-left: 30px;
}

.rate-detail .rt-t {
  margin-bottom: 10px;
  width: 230px;
}

.rate-detail .rt-c {
  float: right;
}

.rt-bar {
  padding: 0;
  width: 240px;
  margin-bottom: 50px;
}

.rt-bar li {
  display: inline-block;
}

.rt-bar li .bar-background {
  width: 35px;
  height: 5px;
  background-color: #979797;
}

.rt-bar li .bar-widget {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #f5a623;
}

.rt-bar li:nth-child(n+2) {
  padding-left: 14px;
}

.diskusi .media p {
  margin-bottom: 0;
}

.diskusi .media .media-body .media.mini-info-materi {
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 30px;
}

.diskusi .media-left {
  padding-right: 30px;
}

.diskusi .media-object {
  height: 65px;
  width: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}

.diskusi .media-body .reply-comment {
  margin-bottom: 0;
}

.diskusi.instruktur-diskusi .media-left {
  padding-right: 15px;
}

.diskusi.instruktur-diskusi .media-left .media-object {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.diskusi.instruktur-diskusi .media-body p {
  font-size: 14px;
}

.diskusi.instruktur-diskusi .media-body .diskusi-usr .time {
  font-size: 14px;
}

.diskusi .diskusi-usr span {
  font-family: Metropolis, sans-serif;
  margin-left: 10px;
}

.diskusi .diskusi-usr .time {
  font-family: Metropolis, sans-serif;
  font-size: 1em;
}

.diskusi .thumb-icon {
  margin-right: 10px;
}

.diskusi .thumb-icon i {
  margin-right: 5px;
}

.affix-nav {
  position: absolute;
  width: 100%;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.affix-nav.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.affix-nav .nav-button {
  padding: 23px 0;
}

.affix-nav .nav-button .affix-toggle {
  margin: 0px 0px 0px 15px;
  padding-top: 4px;
  padding-bottom: 5px;
  border: 1px solid #0A4A9B;
  color: #0A4A9B;
}

.affix-nav .nav.nav-tabs > li > a {
  padding: 28px 20px;
  border: none;
  border-bottom: 5px solid transparent;
}

.affix-nav .nav.nav-tabs > li > a:hover {
  background: #c6e8f3;
  color: #5f5f5f;
  border-bottom: 5px solid #c6e8f3;
}

#tab-section {
  padding-top: 170px;
}

.author-area > .author-top {
  padding: 20px;
  border-bottom: 1px solid #0A4A9B;
}

.author-area > .author-top .media-object {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.author-area > .author-top .media-body {
  padding-top: 5px;
}

.author-area > .author-bottom {
  padding: 20px;
  word-break: break-all;
}

.author-area > .author-bottom .media {
  margin-bottom: 20px;
}

.author-area > .author-bottom .media-object {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.author-area > .author-bottom .media-body {
  padding-top: 8px;
}

.author-area .media-left {
  padding-right: 20px;
}

.author-modul {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}

.komentar {
  padding-bottom: 15px;
  border-bottom: 1px solid #0A4A9B;
  margin-bottom: 30px;
}

.btn-discussion-reply-like.btn {
  padding: 0;
}

.btn-discussion-reply-like.btn:focus {
  outline: none;
}

.btn-discussion-like.btn {
  padding: 0;
}

.btn-discussion-like.btn:focus {
  outline: none;
}

.pg-area {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #5f5f5f;
  color: #5f5f5f;
  margin-bottom: 50px;
  width: 70%;
}

.pg-area .ov-text {
  width: 70%;
}

.pg-area .ov-text.ws-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pg-area span::after {
  content: ", ";
  color: #5f5f5f;
}

.pg-area .button-more {
  position: absolute;
  right: 0;
}

.pg-area i {
  position: absolute;
  top: 10px;
  left: 0;
  color: inherit;
}

.offset {
  width: 500px !important;
  margin: 20px auto;
}

.company {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.company-move {
  transition: all 600ms ease-in-out 50ms;
}

.company-enter-active {
  transition: all 400ms ease-out;
}

.company-leave-active {
  transition: all 200ms ease-in;
  position: absolute;
  z-index: 0;
}

.company-enter {
  opacity: 0;
}

.company-leave-to {
  opacity: 0;
}

.loading {
  background: rgba(139, 127, 98, 0.8) !important;
  border-radius: 5px;
  color: #ffffff;
  top: 50%;
  margin-top: -100px;
  left: 250px;
  position: absolute;
  transform: translate(-10px, 30px);
  z-index: 5;
}

.courseContainer {
  min-height: 200px;
}

.ps {
  position: relative;
  overflow: auto;
}

#kuisioner {
  padding-bottom: 100px;
}

#kuisioner h4 {
  font-size: 24px;
  margin-bottom: 64px;
}

#kuisioner .progress-counter {
  border-radius: 5px;
  border: solid 2px #0A4A9B;
  background-color: #ffffff;
  padding: 10px 20px;
}

#kuisioner .progress-counter .progress {
  height: 7px;
  background: #e0e0e0;
  margin-bottom: 5px;
}

#kuisioner .progress-counter .progress .progress-bar {
  background: #0A4A9B;
}

#kuisioner .kuisioner-list {
  position: relative;
}

#kuisioner .kuisioner-list .kuisioner-numb {
  position: absolute;
  left: 10px;
}

#kuisioner .kuisioner-list > li {
  list-style: none;
  padding-bottom: 0;
}

#kuisioner .kuisioner-list > li .kuisioner-title {
  font-family: Metropolis Bold;
  font-size: 26px;
}

#kuisioner .kuisioner-list > li > ol {
  margin-top: 44px;
  padding-left: 25px;
}

#kuisioner .kuisioner-list > li > ol > li {
  font-family: Metropolis;
  font-size: 22px;
  margin-bottom: 30px;
}

#kuisioner .kuisioner-list > li > ol > li .vue-stars {
  font-size: 50px;
}

#kuisioner .kuisioner-list > li > ol > li .vue-stars label,
#kuisioner .kuisioner-list > li > ol > li .vue-stars input:checked ~ label,
#kuisioner .kuisioner-list > li > ol > li .vue-stars.notouch:not(.readonly):hover label {
  color: var(--hover-color, #f5a623);
  text-shadow: none;
}

#kuisioner .kuisioner-footer {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
}

#kuisioner .slide-enter-active {
  transition: max-height .5s ease-in-out;
}

#kuisioner .slide-leave-active {
  transition-duration: .5s;
}

#kuisioner .slide-enter-to,
#kuisioner .slide-leave {
  max-height: 400px;
  overflow-y: hidden;
}

#kuisioner .slide-enter,
#kuisioner .slide-leave-to {
  max-height: 0;
  overflow-y: hidden;
}

#landing-page h1 {
  margin-top: 80px;
  font-size: 42px;
  color: #0A4A9B;
}

#landing-page h2 {
  margin-top: 80px;
  color: #0A4A9B;
  line-height: 1.4em;
}

#landing-page h3 {
  font-size: 24px;
  line-height: 1.5em;
}

#landing-page h5 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.7em;
}

#landing-page p {
  line-height: 1.7em;
}

#landing-page .showcase-wrapper {
  padding-top: 65px;
  margin-bottom: 30px;
}

#landing-page .showcase-wrapper .card-showcase {
  position: relative;
  border-top: 10px solid #4878B2;
  padding: 100px 40px 40px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(139, 127, 98, 0.35);
  background-color: #ffffff;
  height: 320px;
}

#landing-page .showcase-wrapper .card-showcase h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

#landing-page .showcase-wrapper .card-showcase p {
  font-size: 14px;
  line-height: 1.7em;
}

#landing-page .showcase-wrapper .card-showcase .icn-circle {
  position: absolute;
  top: -65px;
  box-shadow: 0 5px 10px 0 rgba(139, 127, 98, 0.35);
  background-color: #ffffff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

#landing-page .showcase-wrapper .card-showcase .icn-circle img {
  position: absolute;
  left: calc(50% - 30px);
  width: 60px;
  margin-top: calc(50% - 30px);
}

#landing-page .floating-button {
  position: absolute;
  width: 100%;
  z-index: 10;
}

#landing-page .floating-button.bottom {
  bottom: -20px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.fade-enter,
.fade-enter-active {
  transition-delay: .5s;
}

.ls-number li {
  list-style: decimal;
}

.form-control {
  border: 1px solid #d0d0d0;
}

.form-control:focus {
  border-color: #0A4A9B;
  outline: 0;
  box-shadow: none;
}

.form-group .input-group .form-control {
  border: 1px solid #d0d0d0;
  border-right: 0;
}

.form-group .input-group .input-group-addon {
  background: #ffffff;
  color: #0A4A9B;
}

.form-group .input-group.input-group-line .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.form-group .input-group.input-group-line .input-group-addon {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
}

.dropdown .arrow {
  transition: .2s ease-out;
}

.dropdown.open > .dropdown-toggle .arrow {
  transform: rotate(180deg);
}

.open > .dropdown-toggle.btn-brandy {
  background-image: linear-gradient(241deg, #0A4A9B, #4878B2);
}

.open > .dropdown-toggle.btn-white {
  background-image: #ffffff;
}

.open > .dropdown-toggle.btn-transparent {
  background: transparent;
  outline: none;
}

.open > .dropdown-toggle.btn-clay {
  background: #0A4A9B;
  color: #ffffff;
}

.navbar-search-form .input-group-btn:last-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 3;
  margin-left: -4px;
}

.inline-checkbox .diklat-checkbox {
  display: inline-block;
  margin-right: 20px;
}

.select2-container .select2-selection--single {
  height: 30px;
}

.pagination > li > a.active {
  background: #e0e0e0;
}

.media > .pull-left {
  padding-right: 30px;
}

.table-responsive {
  margin-bottom: 15px;
}

.table.table-borderless td,
.table.table-borderless th {
  border: 0;
}

.table.table-sizing > tbody > tr > td {
  padding: 20px 8px;
}

.table-striped {
  font-size: 1em;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

.table-striped > thead > tr > th {
  font-family: Metropolis Bold, sans-serif;
  font-weight: normal;
  border-bottom: 0;
}

.table-striped > tbody > tr > td {
  border-top: 0;
}

.table-checkbox > tbody > tr:hover {
  background: #fbf7f3;
}

.table-checkbox > tbody > tr.highlight-row {
  background: #c6e8f3;
}

.table-status.table > thead > tr > th {
  font-family: Metropolis Bold, sans-serif;
  font-weight: normal;
  border-bottom: 0;
}

.table-status.table > tbody > tr > td {
  border-top: 0;
}

.info-materi-list {
  margin-bottom: 10px;
  line-height: 1.7em;
}

.materi-list.nav-pills.sub-materi > li > a {
  padding-left: 50px;
}

.materi-list.nav-pills > li > a {
  color: #fbf7f3;
  cursor: pointer;
}

.materi-list.nav-pills > li > a:focus {
  background-color: #6993A3;
}

.materi-list.nav-pills > li > a:hover {
  background-color: #6993A3;
}

.materi-list.nav-pills > li.active > a::before {
  font-family: FontAwesome;
  content: "\F04B";
  position: absolute;
  left: 25px;
}

.materi-list.light-mode.nav-pills.sub-materi > li > a {
  color: #5f5f5f;
}

.materi-list.light-mode.nav-pills > li > a {
  color: #5f5f5f;
}

.materi-list.light-mode.nav-pills > li > a:focus {
  background-color: #4878B2;
}

.materi-list.light-mode.nav-pills > li > a:hover {
  background-color: #4878B2;
}

.materi-list.light-mode.nav-pills > li.active > a {
  padding-left: 45px;
  background-color: #4878B2;
}

.materi-list.light-mode.nav-pills > li.active > a::before {
  font-family: FontAwesome;
  content: "\F04B";
  position: absolute;
  left: 25px;
}

button.page-link {
  display: inline-block;
  font-size: 1.43em;
  color: #29b3ed;
  font-weight: 500;
}

.button-back {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
}

.button-back li {
  list-style: none;
}

.button-back li a {
  color: #5f5f5f;
}

.button-back li i {
  position: absolute;
  left: 0;
  font-size: 24px;
}

.portlet {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
}

.portlet .portlet-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 4px;
}

.breadcrumb-section {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
  padding: 15px 0;
  margin-bottom: 30px;
}

.timer-section {
  margin-bottom: 10px;
}

.timer-section .progress {
  height: 2px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50px !important;
  box-shadow: none;
}

.timer-section label.terjawab {
  font-size: 12px;
  color: #ffffff;
}

.timer-section label.terjawab span {
  font-size: 18px;
  color: #c6e8f3;
}

.timer-section label.kosong {
  font-size: 12px;
  color: #ffffff;
}

.timer-section label.kosong span {
  font-size: 18px;
  color: #ff5f5f;
}

.breadcrumb-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}

.breadcrumb-main .title {
  display: flex;
  font-size: 1.43em;
}

.breadcrumb {
  padding: 0;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 14px;
  background-color: transparent;
}

.separator {
  width: 1px;
  height: 22px;
  display: block;
  border-radius: 2px;
  background: #e7e8ef;
  margin: 0 1rem;
}

#clockdiv {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}

#clockdiv > div {
  padding: 10px 30px;
  background: #0A4A9B;
  display: inline-block;
}

#clockdiv > div .label {
  font-size: 12px;
  font-weight: normal;
}

#clockdiv > div.hours-wrapper {
  border-radius: 5px 0 0 5px;
}

#clockdiv > div.seconds-wrapper {
  border-radius: 0 5px 5px 0;
}

#learning-header h1 {
  font-family: Metropolis Bold;
  font-size: 30px;
}

#learning-header .jumlah-peserta {
  color: #d3d0cd;
  margin-top: 35px;
  margin-bottom: 5px;
}

#learning-header .tanggal-unggah {
  color: #d3d0cd;
  margin-bottom: 30px;
}

.progress-bar-gradi {
  background-image: linear-gradient(258deg, #fedd00, #0064d2);
}

#question_info {
  font-family: sans-serif;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

#question_info > div {
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  background: #279;
  display: inline-block;
}

smalltext {
  padding-top: 5px;
  font-size: 1em;
}

.excercise {
  padding: 0 60px;
}

.numbering {
  position: absolute;
  left: -32px;
  text-align: center;
  font-size: 1em;
}

.question {
  color: #414141;
  font-size: 1.43em;
  margin-bottom: 10px;
  text-align: left;
}

.question img.img-adjustment {
  max-height: 200px;
  margin-bottom: 10px;
}

.answers {
  color: #414141;
  margin-bottom: 20px;
  text-align: left;
}

.answers label {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

.answers img.img-adjustment {
  max-height: 200px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.slide {
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.active-slide {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.quiz-container {
  position: relative;
  margin-top: 20px;
}

.paging-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b4b4b4;
}

.quiz-tips {
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 13px;
}

.btn-square {
  margin-right: 2px;
  margin-left: 2px;
  padding: 0 10px;
}

.result h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.result .total {
  padding: 20px 0 40px;
}

.result .keterangan {
  font-size: 1em;
  padding: 15px;
  border: 1px solid #5b5b5b;
}

.result .keterangan ol {
  padding-left: 20px;
}

.result .keterangan li {
  list-style: decimal;
}

.result-test {
  font-size: 56px;
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px dotted #5b5b5b;
}

.disc-holder-most {
  display: inline-block;
  text-align: center;
  width: 20%;
}

.disc-holder-least {
  display: inline-block;
  text-align: center;
  width: 20%;
}

.disc-choice {
  margin-bottom: 10px;
}

.disc-check {
  display: inline-block;
  text-align: center;
  width: 20%;
}

.disc-value {
  display: inline-block;
  width: 60%;
  padding-left: 25px;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.overlay-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000;
  opacity: 0.6;
}

.preloader-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  opacity: 1;
  z-index: 1000;
}

.btn-nav {
  color: #414141;
}

#eventcalendar .__vev_calendar-wrapper {
  overflow: visible;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper {
  padding: 15px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

#eventcalendar .__vev_calendar-wrapper .events-wrapper {
  background-image: linear-gradient(to bottom, #fafeff, #fafeff);
  padding: 0;
  bottom: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#eventcalendar .__vev_calendar-wrapper .events-wrapper .cal-events {
  margin: 0;
  height: calc(100% - 100px);
}

#eventcalendar .__vev_calendar-wrapper .events-wrapper .date {
  min-width: 100%;
  text-align: left;
  color: #5f5f5f;
  background-image: linear-gradient(to bottom, #c6e8f3, #fafeff);
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  padding: 30px;
}

#eventcalendar .__vev_calendar-wrapper .events-wrapper .event-item {
  padding: 5px 20px 20px;
  margin-top: 15px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  color: #323232;
  position: relative;
}

#eventcalendar .__vev_calendar-wrapper .events-wrapper .event-item .date-sc {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
}

#eventcalendar .__vev_calendar-wrapper .events-wrapper .event-item .date-sc li {
  font-family: Metropolis Light;
  display: inline-table;
  font-size: 12px;
  width: 48%;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .l,
#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .r {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #5f5f5f;
  position: relative;
  border-radius: 50%;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .r {
  position: absolute;
  right: 0;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .title {
  padding: 5px 0;
  width: 70%;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-body .weeks .item {
  font-size: 12px;
  color: #979797;
  border-bottom: 1px solid #979797;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
  content: "";
  background-image: linear-gradient(223deg, #0064d2, #0064d2);
  border-radius: 50%;
  opacity: .8;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 11px;
  z-index: 2;
  margin-left: 6px;
  margin-top: 0;
  border: none !important;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item.selected-day .is-event {
  content: "";
  border: 1px solid #f29543;
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -18px;
  margin-top: -19px;
  border-radius: 10px;
  background-image: linear-gradient(223deg, #0A4A9B, #e1cfa0);
  border: none;
}

#eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-today {
  content: "";
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -18px;
  margin-top: -19px;
  border-radius: 10px;
  background-image: linear-gradient(223deg, #ffffff, #ffffff);
  border: 1px solid #0A4A9B;
}

#eventcalendar .__vev_calendar-wrapper .arrow-left.icon {
  color: #5f5f5f;
  position: absolute;
  left: 50%;
  margin-top: 0;
  margin-left: -3px;
  top: 50%;
}

#eventcalendar .__vev_calendar-wrapper .arrow-right.icon {
  color: #5f5f5f;
  position: absolute;
  right: 50%;
  margin-top: 0;
  margin-right: -3px;
  top: 50%;
}

#overview-instruktur .media-pratinjau .media-left .video-wrapper {
  width: 100%;
  height: 155px;
  border-radius: 10px;
  overflow: hidden;
}

.video-js {
  width: auto !important;
  height: 480px !important;
}

.video-js .vjs-big-play-button {
  position: absolute;
  top: calc(50% - 24px) !important;
  left: calc(50% - 45px) !important;
  background-color: rgba(139, 127, 98, 0.4) !important;
}

.video-js:hover .vjs-big-play-button {
  background-color: rgba(139, 127, 98, 0.8) !important;
}

#kursusTab .video-js {
  height: 250px !important;
}

.timer {
  font-size: 1.43em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.timer .countdown-box {
  position: relative;
}

.timer .countdown-box:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\F111";
  font-size: 5px;
  right: -20%;
  top: 20px;
}

.timer .countdown-box:last-child:before {
  content: " ";
}

.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
  font-size: 30px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  margin: 0 5px;
}

.timer .day .format,
.timer .hour .format,
.timer .min .format,
.timer .sec .format {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.8;
  width: 60px;
}

.timer .number {
  padding: 0 5px;
  display: inline-block;
  width: 60px;
  text-align: center;
}

.timer .message {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.timer .status-tag {
  width: 270px;
  margin: 10px auto;
  padding: 8px 0;
  font-weight: 500;
  color: #000;
  text-align: center;
  border-radius: 15px;
}

.timer .status-tag.upcoming {
  background-color: lightGreen;
}

.timer .status-tag.running {
  background-color: gold;
}

.timer .status-tag.expired {
  background-color: silver;
}

.schedule-timer > .countdown .countdown-box {
  display: inline-block;
  margin-right: 10px;
}

.schedule-timer > .countdown .countdown-box .format {
  font-size: 12px;
  color: #0A4A9B;
}

.webheader h2 {
  margin-top: 0;
}

.webheader .starttime {
  margin-top: 40px;
}

.webheader .starttime .time-area {
  padding: 25px 0;
}

.webheader .starttime .time-area .te-caption {
  margin-bottom: 5px;
}

.webheader .starttime .time-area.bordered-right {
  border-right: 1px solid #0A4A9B;
}

.webheader .starttime .time-area.bordered-left {
  border-left: 1px solid #0A4A9B;
}

#help-center .sidenav li {
  list-style: none;
}

#help-center .sidenav li a .media {
  background-color: #ffffff;
  padding: 30px 15px;
  border: 2px solid transparent;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 30px;
}

#help-center .sidenav li a .media .media-left {
  padding-right: 20px;
}

#help-center .sidenav li a .media .media-body h4 {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.4em;
}

#help-center .sidenav li a:hover .media {
  border: 2px solid #0A4A9B;
}

#help-center .sidenav li.active a .media {
  border: 2px solid #0A4A9B;
}

#help-center .panel-group.panel-faq .panel {
  border-color: transparent;
}

#help-center .panel-group.panel-faq .panel:hover {
  border-color: #0A4A9B;
}

#help-center .panel-group.panel-faq .panel .panel-heading {
  background: #ffffff;
  position: relative;
  padding-right: 30px;
}

#help-center .panel-group.panel-faq .panel .panel-heading[data-toggle="collapse"]:after {
  font-family: FontAwesome;
  content: "\F106";
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  right: 10px;
  top: calc(50% - 10px);
}

#help-center .panel-group.panel-faq .panel .panel-heading[data-toggle="collapse"].collapsed:after {
  transform: rotate(180deg);
}

#help-center .panel-group.panel-faq .panel .panel-body {
  border-top-color: transparent;
}

#help-center .panel-group.panel-faq .panel .list-group a.list-group-item {
  border: none;
}

#help-center .panel-group.panel-faq .panel .list-group a.list-group-item:hover,
#help-center .panel-group.panel-faq .panel .list-group a.list-group-item:focus {
  background: #D7E9ff;
}

#footer-top {
  padding-top: 110px;
}

#footer-top .footer__list-title {
  font-size: 1em;
  font-family: Metropolis Bold;
  color: #404041;
}

#footer-top .footer__list-1 {
  padding: 0;
  margin-bottom: 20px;
}

#footer-top .footer__list-1 li {
  list-style: none;
  font-size: 14px;
}

#footer-top .footer__list-2 {
  position: relative;
  padding-left: 30px;
}

#footer-top .footer__list-2 li {
  list-style: none;
  font-size: 14px;
}

#footer-top .footer__list-2 li i {
  position: absolute;
  left: 0;
  margin-top: 8px;
}

#footer-bottom {
  border-top: solid 2px #e0e0e0;
  padding: 20px 0;
}

#footer-bottom .logo__ci {
  width: 108px;
}

#footer-bottom .copyright {
  font-size: 14px;
  color: #861657;
  margin: 20px 0;
}

#footer-bottom .ci__product {
  text-align: right;
  margin: 20px 0;
}

#footer-bottom .ci__product a {
  position: relative;
  color: #814dff;
  font-size: 14px;
  padding-right: 20px;
}

#footer-bottom .ci__product a i {
  position: absolute;
  transition: all .5s;
  right: 0;
  top: 3px;
}

#footer-bottom .ci__product a:hover i {
  right: -10px;
}

.vue-datetime .vdatetime-popup__header,
.vue-datetime .vdatetime-calendar__month__day--selected > span > span,
.vue-datetime .vdatetime-calendar__month__day--selected:hover > span > span {
  background: #0A4A9B;
}

.vue-datetime .vdatetime-year-picker__item--selected,
.vue-datetime .vdatetime-time-picker__item--selected,
.vue-datetime .vdatetime-popup__actions__button {
  color: #0A4A9B;
}

.vue-datetime .vdatetime-popup__actions__button {
  visibility: hidden;
  padding: 0px;
}

.correct_user {
  border-width: 5px;
  border-color: #509105;
}

.correct_answer {
  border-width: 5px;
  border-color: #0064d2;
}

.wrong_user_answer {
  border-width: 5px;
  border-color: #d0021b;
}

@media only screen and (min-width: 1920px) {
  .trs-media .media .media-body h4.media-heading {
    font-size: 24px;
  }

  .trs-media .media .media-body h5.media-sub-heading {
    font-size: 1em;
  }

  .trs-media .media .media-body p {
    font-size: 1em;
  }

  .trs-media .media .media-left .media-object {
    max-height: 180px;
  }

  .trs-media .media .media-right p {
    font-size: 1em;
  }

  .trs-media .media .media-right .btn.btn-xs {
    font-size: 1em;
  }

  .progress-diklat .media .media-left img {
    width: 200px;
    height: 120px;
  }

  .thumbnail {
    height: 420px;
  }

  .thumbnail.course-size {
    height: 450px;
  }

  .thumbnail > img {
    height: 250px;
  }

  .thumbnail > a > img {
    height: 250px;
  }

  .thumbnail .img-wrapper > img {
    height: 250px;
  }

  .thumbnail > .caption p.name {
    line-height: 1.5em;
    height: 3em;
  }

  .thumbnail.article-thumbnail {
    height: 390px !important;
  }

  .thumbnail.article-thumbnail .caption .title {
    height: 56px;
  }

  .thumbnail.hlpcntr-thumnail {
    height: auto;
  }

  .info-diklat-header img {
    height: 280px;
  }

  .info-diklat-header .caption {
    height: 280px !important;
  }

  .manajemen-pegawai .thumbnail > img {
    height: 230px;
  }

  .manajemen-pegawai #informasi-diklat .info-diklat-header img {
    height: 280px !important;
  }

  #kursusTab .video-js {
    height: 325px !important;
  }

  ul.nav-dashboard.nav-pills > li > a > i {
    position: absolute;
    font-size: inherit;
    left: 20px;
    margin-top: 0;
    line-height: 1.7em;
  }
}

@media only screen and (min-width: 1240px) {
  .container-fluid.fluid-md {
    padding-right: 100px;
    Padding-left: 100px;
  }

  .container-fluid.fluid-sm {
    padding-right: 60px;
    Padding-left: 60px;
  }

  .container-fluid.fluid-xs {
    padding-right: 25px;
    Padding-left: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .card {
    padding: 60px;
  }

  .manajemen-pegawai #informasi-diklat .card {
    padding: 30px;
  }

  .manajemen-pegawai #informasi-diklat .card.card-ribbon {
    padding-top: 90px;
  }

  .thumbnail .caption {
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 1em;
  }

  html {
    font-size: 1em;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .card-ribbon {
    padding-top: 60px;
  }

  .te-info {
    font-size: 1.43em;
  }

  #tab-section {
    padding-top: 200px;
  }

  #learning-header .jumlah-peserta {
    margin-top: 15px;
  }

  .navbar-form .input-group.navbar-search-form > .form-control {
    width: 100px;
  }

  .inline-pagination nav span {
    display: block;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .kt-widget {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .login-area .login100-form {
    width: 50%;
    padding: 25px;
  }

  .container-fluid.fluid-md {
    padding-right: 20px;
    padding-left: 20px;
  }

  .progress-diklat .media .media-body .list-det {
    display: block;
  }

  .progress-diklat .media .media-body .list-det li:first-child {
    display: block;
  }

  .progress-diklat .media .media-body .media-btn {
    position: relative;
  }

  .progress-diklat .media .media-body .media-btn a {
    float: left;
  }

  .kt-widget {
    height: 210px;
  }
}

@media only screen and (min-width: 768px) {
  .float-right_md {
    float: right;
  }

  .no-float-column {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  section.article-header {
    height: 500px;
  }

  section.article-header h3 {
    line-height: 1.5em;
  }

  section.helpcenter-header {
    height: 350px;
  }

  section#help-center {
    padding-top: 0;
    margin-top: -60px;
  }

  .navbar-form .input-group > .form-control {
    width: 120px;
  }

  .header__cpw {
    padding: 15% 0;
  }

  .header__cpw.header__webinar {
    padding: 5% 0 0;
  }

  .header__cpw h1 {
    font-size: 42px;
    line-height: 1.4em;
  }

  .header__cpw h4 {
    font-size: 21px;
    line-height: 1.7em;
    margin-bottom: 50px;
  }

  .thumbnail.article-thumbnail {
    height: 280px;
  }

  .modal .modal-content .modal-header,
  .modal .modal-content .modal-body {
    padding: 15px 40px;
  }

  .modal .modal-content .modal-footer {
    padding: 30px 40px;
  }

  .card.card-prakerja {
    background: url("/image/bedahbisnis/general/grphc-prakerja.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .card-ribbon {
    padding-top: 100px;
  }

  .info-diklat-header .caption {
    height: 180px;
    position: relative;
  }

  .info-diklat-header .footer-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .line-title span.right-content {
    float: right;
  }

  .estimation-area {
    padding: 0 60px 60px;
  }

  .time-estimation {
    height: 155px;
  }

  .summary-area {
    border-left: solid 1px #0A4A9B;
  }

  .info-diklat-silabus p {
    margin-top: 30px;
  }

  .all-materi-list.ps {
    max-height: 555px;
  }

  #eventcalendar .__vev_calendar-wrapper {
    overflow: visible;
  }

  #eventcalendar .__vev_calendar-wrapper .cal-wrapper {
    width: 55%;
  }

  #eventcalendar .__vev_calendar-wrapper .events-wrapper {
    width: 40%;
    left: 60%;
    padding: 0;
  }

  #eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .l,
  #eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .r {
    width: 20px;
    height: 20px;
  }

  #eventcalendar .__vev_calendar-wrapper .cal-wrapper .cal-header .title {
    width: 70%;
  }

  #landing-page .side-content.left {
    padding-right: 60px;
  }

  #landing-page .side-content.right {
    padding-left: 60px;
  }

  .manajemen-pegawai #informasi-diklat .info-diklat-header .caption {
    height: 130px;
  }

  .manajemen-pegawai #informasi-diklat .info-diklat-header img {
    height: 130px;
  }

  .manajemen-pegawai #informasi-diklat .courseContainer {
    min-height: inherit;
  }

  .manajemen-pegawai #informasi-diklat .estimation-area {
    padding: 0 0 60px;
  }

  .manajemen-pegawai #informasi-diklat .time-estimation {
    height: 135px;
  }

  .manajemen-pegawai #informasi-diklat .info-diklat-silabus p {
    margin-top: 0;
  }

  .progress-diklat .media .media-body .media-btn.bottom-abs {
    position: absolute;
    bottom: 25px;
  }

  .text-right_md {
    text-align: right;
  }

  .sidenav-course {
    max-height: calc(100vh - 150px);
  }
}

@media only screen and (max-width: 767px) {
  .pad-none_xs {
    padding: 0 !important;
  }

  .pad-t-none_xs {
    padding: 0 !important;
  }

  .pad-b-none_xs {
    padding: 0 !important;
  }

  .mg-t-none_xs {
    margin-top: 0 !important;
  }

  .mg-t-sm_xs {
    margin-top: 10px !important;
  }

  .mg-t-m_xs {
    margin-top: 30px !important;
  }

  .mg-t-lg_xs {
    margin-top: 60px !important;
  }

  .mg-b-none_xs {
    margin-bottom: 0 !important;
  }

  .mg-b-sm_xs {
    margin-bottom: 10px !important;
  }

  .mg-b-m_xs {
    margin-bottom: 30px !important;
  }

  .mg-b-lg_xs {
    margin-bottom: 60px !important;
  }

  section {
    padding: 30px 0;
  }

  section.article-header {
    height: 400px;
  }

  #animatedheader.navbar.navbar-default.navbar-transparent .navbar-nav > li > a {
    color: #5f5f5f !important;
  }

  #animatedheader.navbar.navbar-default.navbar-transparent .btn-white-transparent {
    border: 1px solid #0A4A9B;
    background-color: transparent;
    color: #0A4A9B;
  }

  #animatedheader.navbar.navbar-default.navbar-transparent .btn-white-transparent.active {
    background-color: transparent;
  }

  #animatedheader.navbar.navbar-default.navbar-transparent .btn-white-transparent:focus {
    background-color: transparent;
  }

  #animatedheader.navbar.navbar-default.navbar-transparent .btn-white-transparent:hover {
    background-color: transparent;
  }

  #animatedheader.navbar.navbar-default.navbar-transparent .btn-white-transparent:active {
    background-color: transparent;
  }

  #animatedheader .navbar-collapse {
    background: #ffffff;
  }

  #animatedheader .navbar-collapse .navbar-form {
    border-color: #ffffff;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .sidenav-course {
    max-height: calc(50vh);
  }

  .m-navbar > ul {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    box-shadow: -1px 13px 21px 5px rgba(0, 0, 0, 0.49);
  }

  .m-navbar > ul > li {
    display: table-cell;
    margin-right: 1px;
  }

  .m-navbar > ul > li > a {
    display: block;
    font-size: 24px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #0A4A9B;
    background: #ffffff;
    text-decoration: none;
    border-top: 2px solid transparent;
  }

  .m-navbar > ul > li > a img {
    width: 28px;
  }

  .m-navbar > ul > li > a .img-profile-navbar .navbar-profile {
    width: 22px;
    height: 22px;
  }

  .m-navbar > ul > li > a .img-profile-navbar .alert-notif {
    background: #d0021b;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 18px;
    left: calc(50% + 5px);
  }

  .m-navbar > ul > li:hover > a {
    border-top: 2px solid #0A4A9B;
  }

  .m-navbar .dropup.dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem;
  }

  .login-area .login100-form {
    width: 100%;
    padding: 15px;
  }

  #landing-page h2 {
    font-size: 24px;
  }

  #landing-page h5 {
    font-size: 14px;
  }

  #landing-page .side-content {
    margin-bottom: 20px;
  }

  #landing-page .showcase-wrapper .card-showcase {
    height: auto;
  }

  .webheader.header-intro {
    height: auto;
  }

  .webheader .starttime {
    margin-top: 0;
  }

  .webheader .starttime .time-area .te-caption {
    margin-bottom: 5px;
  }

  .webheader .starttime .time-area.bordered-right {
    border-bottom: 1px solid #0A4A9B;
    border-right: 0;
    margin-bottom: 15px;
  }

  .webheader .starttime .time-area.bordered-left {
    border-top: 1px solid #0A4A9B;
    border-left: 0;
    margin-top: 15px;
    padding-top: 15px;
  }

  .btn {
    padding: 6px 12px;
  }

  .btn.btn-transparent.btn-clear-choice {
    bottom: 4px;
  }

  #navigasi_soal {
    margin-bottom: 20px;
  }

  #navigasi_soal .btn {
    margin-bottom: 10px;
  }

  #tab-section {
    padding-top: 100px;
  }

  .kt-widget.hasil-diklat .nilai-result {
    padding-left: 0;
  }

  .kt-widget.hasil-diklat .nilai-result .nilai {
    font-size: 30px;
  }

  .kt-widget.hasil-diklat .nilai-result .rs-diklat {
    font-size: 1.43em;
    margin-top: 10px;
  }

  .header__cpw {
    padding: 150px 0;
  }

  .header__cpw.header__webinar {
    padding: 0 0 0;
  }

  .header__cpw h1 {
    font-size: 32px;
    line-height: 1.4em;
  }

  .header__cpw h4 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 50px;
  }

  .line-title span.right-content {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .card img {
    margin-bottom: 15px;
  }

  .card.card-tab .nav-tabs {
    padding: 25px 10px 0;
  }

  .card.card-tab .tab-content {
    padding: 10px;
  }

  .card.card-md,
  .card.card-sm {
    padding: 15px;
  }

  .card.card-prakerja {
    padding-top: 40px;
  }

  .card-subscription {
    margin-bottom: 15px;
  }

  .card-subscription .card-section_1 {
    padding: 30px;
    border-bottom: 1px solid #e8e8e8;
  }

  .card-subscription .card-section_2 {
    padding: 30px;
  }

  .thumbnail.article-thumbnail {
    height: auto;
  }

  .thumbnail.hlpcntr-thumnail .icon img {
    max-width: 75px;
    max-height: 62px;
  }

  .thumbnail.hlpcntr-thumnail h5 {
    font-size: 12px;
  }

  .media.media-webinar {
    margin-bottom: 30px;
  }

  .media.media-webinar > .media-left {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .media.media-webinar > .media-left > img {
    width: 100%;
  }

  .media.media-path .media-left {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .media.media-path .media-left img {
    width: 100%;
    height: 140px;
  }

  .media.media-path .media-body {
    display: block;
    width: 100%;
  }

  .media.media-path .media-body .author-img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
    margin-top: -5px;
    border-radius: 5px;
  }

  .media.media-thumbnail-bottom {
    display: flex;
  }

  .media.media-thumbnail-bottom .media-body {
    display: inline-block;
    width: calc(100% - 110px);
  }

  .media.media-thumbnail-bottom .media-body .instr-name,
  .media.media-thumbnail-bottom .media-body instr-title {
    display: block;
  }

  .media.media-thumbnail-bottom .media-right {
    width: 100px;
  }

  .progress-diklat .media {
    margin-bottom: 25px;
  }

  .progress-diklat .media .media-left img {
    width: 100%;
    height: 170px;
  }

  .trs-media .media {
    padding: 15px;
  }

  .trs-media .media .media-left {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .trs-media .media .media-left .media-object {
    max-height: 170px;
  }

  .trs-media .media .media-body {
    width: 100%;
    display: block;
  }

  .trs-media .media .media-right {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 0;
  }

  .modal.modal-custom .modal-more {
    display: none;
  }

  .modal.modal-custom .modal-form {
    width: 100%;
    padding: 30px 15px;
  }

  .swal2-modal .swal2-content {
    padding: 15px;
    text-align: left;
  }

  .swal2-modal .swal2-actions .btn {
    display: block;
    width: 100%;
  }

  .canvas.payment-result h4 {
    font-size: 1em;
  }

  .estimation-area {
    padding-bottom: 60px;
  }

  .card-ribbon {
    padding-top: 90px;
  }

  .sorting-diklat {
    text-align: left;
  }

  .sorting-diklat .select2 {
    display: block;
    width: 99% !important;
    margin-bottom: 15px;
  }

  .navbar-form .input-group.navbar-search-form > .form-control {
    width: 100%;
  }

  .affix-nav.affix {
    position: relative;
  }

  #kuisioner {
    padding-bottom: 150px;
  }

  #kuisioner h4 {
    font-size: 18px;
  }

  #kuisioner .progress-counter {
    margin-bottom: 15px;
  }

  #kuisioner .kuisioner-list {
    padding-left: 0;
  }

  #kuisioner .kuisioner-list .kuisioner-numb {
    position: inherit;
    left: 10px;
  }

  #kuisioner .kuisioner-list > li .form-control {
    width: 100% !important;
    height: 150px !important;
  }

  #kuisioner .kuisioner-list > li .kuisioner-title {
    font-family: Metropolis Bold;
    font-size: 18px;
  }

  #kuisioner .kuisioner-list > li > ol {
    margin-top: 15px;
    padding-left: 25px;
  }

  #kuisioner .kuisioner-list > li > ol > li {
    font-family: Metropolis;
    font-size: 1em;
    margin-bottom: 15px;
  }

  #kuisioner .kuisioner-list > li > ol > li .vue-stars {
    font-size: 30px;
  }

  .affix-nav .nav.nav-tabs > li {
    float: none;
    display: block;
    text-align: center;
  }

  .affix-nav .nav.nav-tabs > li > a {
    padding: 10px 20px;
  }

  .info-diklat-header h2 {
    font-size: 24px;
  }

  .info-diklat-header h3 {
    font-size: 22px;
  }

  .info-diklat-header h4 {
    color: #5f5f5f;
  }

  .info-diklat-header .float-right {
    float: none;
  }

  .info-diklat-header .old-price {
    font-size: 12px;
    text-align: left;
  }

  .info-diklat-header .actual-price {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .info-diklat-header .footer-caption img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .info-diklat-header .footer-caption .sm-title {
    font-size: 14px;
  }

  .info-diklat-header .media .media-right {
    display: block;
    width: 100%;
  }

  .manajemen-pegawai .thumbnail > img {
    height: 150px;
  }

  .all-materi-list.ps {
    max-height: 350px;
  }

  .diskusi .komentar .media-left {
    padding-right: 10px;
  }

  .diskusi .komentar .media-left .media-object {
    height: 40px;
    width: 40px;
  }

  .diskusi.instruktur-diskusi .komentar .media-left {
    padding-right: 10px;
  }

  .diskusi.instruktur-diskusi .komentar .media-left .media-object {
    height: 24px;
    width: 24px;
  }

  .diskusi #ul_discussion .media-left {
    padding-right: 10px;
  }

  .diskusi #ul_discussion .media-left .media-object {
    height: 40px;
    width: 40px;
  }

  .diskusi #ul_discussion .media-body h4 {
    font-size: 1em;
    line-height: 1.4;
    margin-top: 0;
  }

  .diskusi #ul_discussion .media-body h4 span {
    margin: 0;
    margin-right: 5px;
  }

  .diskusi #ul_discussion .media-body h4 span.time {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }

  .m-horizontal-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }

  .m-horizontal-scroll .col-xs-10 {
    display: inline-block;
    float: none;
  }

  ul.path:before {
    top: 20px;
    left: 25px;
  }

  ul.path > li > .path-panel {
    padding: 0 0 0 60px;
  }

  ul.path > li > .path-badge {
    top: 0;
    left: 30px;
    width: 30px;
  }

  ul.path > li > .path-badge div {
    height: 30px;
    line-height: normal;
  }
}

@media only screen and (max-width: 420px) {
  .progress-diklat .media {
    padding: 0 0 10px 0;
  }

  .progress-diklat .media .media-body {
    display: block;
    width: 100%;
  }

  .progress-diklat .media .media-body .author-img {
    margin: 0;
  }

  .progress-diklat .media .media-body .list-det li {
    margin-right: 10px;
  }

  .progress-diklat .media .media-body .list-det li:first-child {
    display: block;
  }

  .progress-diklat .media .media-body .media-btn a {
    float: left;
    margin-top: 8px;
  }

  .progress-diklat .media .media-right {
    display: block;
    width: 100%;
  }

  .progress-diklat .media-left {
    padding-right: 15px;
  }

  .media > .pull-left {
    padding-right: 15px;
  }

  .affix-nav .nav.nav-tabs > li > a {
    padding: 10px;
    border: none;
    border-bottom: 5px solid transparent;
  }

  .materi-list.nav-pills > li.active > a::before {
    font-family: FontAwesome;
    content: "\F04B";
    position: absolute;
    left: 10px;
  }

  .rate-detail {
    padding-right: 0;
    padding-left: 0;
  }

  .manajemen-pegawai #katalog-diklat .thumbnail {
    box-shadow: none;
    border: 1px solid #bbbbbb;
  }

  .line-decoration::before {
    width: 250px;
  }

  ul.timeline li > h4 span {
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }

  .card.card-tab .nav-tabs {
    padding-bottom: 25px;
  }

  .card.card-tab .nav-tabs > li {
    width: 100%;
    text-align: center;
  }

  .portlet .portlet-body {
    padding: 10px;
  }

  #clockdiv {
    margin-bottom: 10px;
  }

  #clockdiv > div {
    padding: 5px 10px;
  }

  .excercise {
    padding-right: 0;
    padding-left: 30px;
  }

  .numbering {
    left: -35px;
    width: 30px;
    height: 30px;
    padding-top: 0;
  }

  #navigasi_soal {
    margin-bottom: 20px;
  }

  .question {
    font-size: 14px;
  }

  .answers {
    font-size: 14px;
  }

  .course-btn_fixed {
    position: fixed;
    bottom: 0;
    padding: 20px 15px;
    background: #f2f3f8;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 1030;
  }

  .disc-holder-most {
    width: 50%;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
  }

  .disc-holder-least {
    width: 50%;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
  }

  .disc-check {
    width: 50%;
    margin-bottom: 8px;
  }

  .disc-value {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .trs-media .media {
    padding: 15px;
  }

  .trs-media .media .media-left {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .trs-media .media .media-body {
    width: 100%;
    display: block;
  }

  .trs-media .media .media-right {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 0;
  }

  .progress-diklat .media .media-left {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .inline-pagination {
    text-align: center;
  }

  .inline-pagination .pagination {
    float: none;
  }

  .inline-pagination nav a.awal {
    width: 45%;
    margin-bottom: 10px;
  }

  .inline-pagination nav a.akhir {
    width: 45%;
    margin-bottom: 10px;
  }

  .video-js {
    height: 320px !important;
  }
}

