@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --yellow: #FFDA64;
    --orange: #E08833;
    --purple: #8D4E98;
    --navyBlue: #245F95;
    --deepBlue: #244B7C;
    --richBlue: #256597;
    --grey: #4A4A4A;
    --black: #000;
}

.yellow {
    color: var(--yellow);
}

.orange {
    color: var(--orange)
}

.purple {
    color: var(--purple);
}

.navyBlue {
    color: var(--navyBlue);
}

.deepBlue {
    color: var(--deepBlue);
}

.richBlue {
    color: var(--richBlue);
}

.black {
    color: var(--black);
}

/* Traning Finder Start */

.trainingFinder a {
    text-decoration: none;
}

.trainingFinder {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
}

.section {
    padding: 50px 0;
}

.titleWrap .title {
    margin: 0 0 30px 0;
    font-weight: 800;
    color: var(--richBlue);
}

.titleWrap .desc {
    font-family: "Inter", sans-serif;
    margin: 0 0 25px 0;
}

.titleWrap .desc a {
    color: var(--deepBlue);
    font-weight: 600;
}

.titleWrap .desc a:hover {
    color: var(--grey);
}

.trainingFinder .selectize-control.single .selectize-input:after {
    content: "" !important;
    border-width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #4A4A4A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.dropdownWrap {
    background: #F0F0F0;
    width: 45%;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
}

.trainingFinder .selectize-control.single .selectize-input {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-image: none;
    display: flex;
}

.trainingFinder .select2-container--default .select2-results>.select2-results__options {
    background-color: #f0f0f0 !important;
    border-radius: 8px;
    border: none;
}

.trainingFinder .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d9d9d9 !important;
    border-radius: 8px;
    border: none;
}

.trainingFinder .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
}

.trainingFinder .formRow {
    display: flex;
}

.trainingFinder .buttonWrap {
    min-width: 140px;
    position: relative;
}

.trainingFinder .selectize-input {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    padding: 13px 13px;
}

.trainingFinder ::placeholder {
    color: var(--grey);
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

.trainingFinder .selectize-input input {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: var(--grey);
    width: 100% !important;
}

.trainingFinder .searchBtn {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    width: 100%;
    background: var(--richBlue);
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    height: 100%;
    padding: 8px;
    border: 2px solid var(--richBlue);
    transition: all .3s;
    cursor: pointer;
}

.trainingFinder .selectize-dropdown .selected {
    background-color: var(--richBlue);
}

.trainingFinder .searchBtn:hover {
    background: #fff;
    color: var(--richBlue);
}

.trainingFinder *:focus {
    outline: none;
}

.formCol {
    margin: 0 12px;
}

.formRow {
    margin: 0 -12px;
}

.trainingFinder .localAuthorityDropDownSelectBox {
    color: var(--grey);
    font-size: 14px;
    z-index: 5;
}

.trainingFinder .listItem {
    margin-top: 25px;
    font-family: "Inter", sans-serif;
}

.listItemTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 17px;
    display: block;
}

.listItemDesc {
    color: var(--grey);
    margin-top: 10px;
}

.trainingFinder .localAuthorityDropDownSelectBox {
    width: 100% !important;
}

.trainingFinderList {
    position: relative;
}

.trainingFinder button[disabled] {
    opacity: .3;
    pointer-events: none;
}

.noPostFound {
    padding: 24px 24px 0 24px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.listItemDesc.titleNo {
    font-weight: 600;
}

.trainingFinderBody.loading {
    opacity: .3;
    pointer-events: none;
}

.trainingFinderBody.loading .wpcf7-spinner {
    opacity: 1;
    visibility: visible;
}

.wpcf7-spinner {
    display: inline-block;
    background-color: #23282d;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.trainingFinder .coursesList {
    display: flex;
    flex-direction: column;
    list-style: disc outside;
    margin: 0 0 0 10px;
    padding: 0;
}

.trainingFinder .coursesList li {
    margin: 0 0 0 1rem;
}

.trainingFinder div {
    text-indent: 0;
}

.coursesListTitle,
.coursesProjectAllocated,
.foundedCoursesTitle {
    font-weight: 600;
    color: var(--grey);
}

.foundedCoursesTitle {
    margin-top: 15px;
}

.coursesProjectAllocated {
    margin-top: 15px;
    display: block;
    margin-bottom: 10px;
}

.coursesListTitle {
    margin-top: 17px;
}

.trainingFinder .coursesListName a {
    color: var(--grey);
}

.trainingFinder .coursesListName a:hover {
    color: var(--richBlue);
}

.trainingFinder .selectize-input>* {
    width: 100%;
}

.trainingFinder .selectize-dropdown .active:not(.selected) {
    background: #F0F0F0;
}

.btnColor {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    border: 2px solid rgb(221, 135, 64);
    border-radius: 50px;
    background: rgb(221, 135, 64);
    color: rgb(255, 255, 255);
}

.btnColor:hover {
    background: var(--richBlue);
    border-color: var(--richBlue);
    color: rgb(255, 255, 255);
}

.tctitle {
    margin: 15px 0;
}

.cListName {
    list-style: none;
    position: relative;
    padding: 3px 0;
}

.cListName::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: var(--black);
    border-radius: 5px;
}

.tcList li {
    font-style: italic;
}

.trainingFinder .listItem .textContent:last-child {
    margin-top: 24px;
}

@media (max-width: 1024px) {
    .dropdownWrap {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .titleWrap .title{
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .trainingFinder .formRow{
        flex-wrap: wrap;
        gap: 14px;
    }
    .dropdownWrap{
        width: 100%;
    }
    .listItemTitle{
        font-size: 20px;
    }
    .trainingFinder .searchBtn{
        font-size: 18px;
    }
}

/* Traning Finder End */

