.customStylesHere {
   padding: 1rem;
}

.xvacancy_block {
    border-radius: 22px;
    background: #fff;
    color: #323334;
    margin: 40px;
    padding: 15px 15px !important;
}

.vacancy_specs .course_spec>:first-child {
    min-width: 136px;
}
/* Rather brittle, but a hacky quick way to hide the title on the vacancy application form: */
#form-100 .form-content > h3 {
    display: none;
}

#pzl_render .pzl-isolator .pzl_interaction-wrapper {
    z-index: 10000 !important;
}
@media (max-width: 412px) {
 .logo-container {
     width: 190px;
 }   
}
@media (max-width: 768px) {
    .course_page .eligibility_block {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .border-md-radius-top {
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
    }
}
.course_category {
    background: var(--bs-futures_teal);
    padding-left: 20px;
  }
  .course_details {
    margin-top: .8em;
    color: #ffffff;
  }
  
  .border-solid-black {
      border: 2px solid black;
border-radius: 0 22px 22px 0;
border-left-width: 0;
  }

.list_white_disc {
list-style-type: disc;
color: #ffffff;
}
  
