#layout-content {
    background-color: rgba(244, 249, 251, 1);
}

.footer-default {
    background-color: rgba(244, 249, 251, 1);
}

.afiliasi-page{
    padding: 171px;
}

#wrap-afiliasi {
    padding: 10% 10%;
}

.afiliasi-card > h1{
    color: #55A1D0;
}

.afiliasi-card ul.subject-list{
     list-style: none;
      padding: 0;
      margin: 0;
}

.afiliasi-card ul.subject-list li {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-size: 1.2rem;
      font-weight: 500;
}

.afiliasi-card ul.subject-list li::before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #3798db;
      margin-right: 12px;
}

@media only screen and (max-width: 1280px) {
    #wrap-afiliasi {
        padding: 10% 5%;
    }
}

.afiliasi-card {
    width: 100%;
    background-color: #FFF;
    padding: 40px 50px;
    border-radius: 22px;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.5);
}

.header-afiliasi-title {
    color: #55A1D0;
    font-weight: 700;
    font-size: 2rem;
}

.header-afiliasi-body {
    font-weight: 600;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.6px;
    color: #000000;
}

.d-grid {
    display: grid;
    gap: 5%;
}

.grid-address {
    grid-template-columns: 1fr 1fr 2fr 6fr;
}

.grid-50 {
    grid-template-columns: 1fr 1fr;
}

.grid-30 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-60-40 {
    grid-template-columns: 6fr 4fr;
}

.grid-40-60 {
    grid-template-columns: 4fr 6fr;
}

.text-blue {
    color: #005F9B;
}

.opacity-35 {
    opacity: 0.35;
}

.fw-600 {
    font-weight: 600;
}

.btn-afiliasi {
    color: #FFF;
    padding: 10px 35px;
	font-family: 'open_sanssemibold' !important;
	background: linear-gradient(296.7deg, #2892CF 27.07%, #FBFBFB 162.8%);
	border-radius: 10px !important;
    cursor: pointer;
    border: none;
}

.bg-transparent {
    background-color: transparent !important;
    border: none !important;
}


.custom-file-input {
    color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Pilih Foto';
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 35px;
	font-family: 'open_sanssemibold' !important;
	background: linear-gradient(296.7deg, #2892CF 27.07%, #FBFBFB 162.8%);
	border-radius: 10px !important;
    cursor: pointer;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: shimmer 1.4s ease-in-out infinite;
  border-radius: 8px;
}

.skeleton-title {
  width: 60%;
  height: 24px;
  margin-bottom: 20px;
}

.skeleton-text {
     width: 100%;
     height: 14px;
     margin-bottom: 10px;
}

 @keyframes shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

.c-stepper-step.active {
  font-weight: bold;
  color: #0d6efd;
}
.c-stepper-pane {
  display: none;
}
.c-stepper-pane.active {
  display: block;
}
