.border-red,
.border-red + label:before,
.border-red + label:after,
.border-red + span {
	border: 1px solid red !important;
}

.invalid-input {
	font-style: italic;
}

.candidature-step select {
	padding: 0 5px !important;
	height: calc(2.2rem + 7px) !important;
}

.toggle-password {
	float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    bottom: 1px;
    right: 5px;
}

.border-red {
	border-color: red important;
}

.step-4 .badge-table {
    width: fit-content;
    background: #bb9175;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #fff;
    float: right;
}

.bt-forgot:disabled {
	background-color: #9e9677 !important;
	cursor: not-allowed !important;
}

.step7 label[for*="file_"] i.fa-paperclip {
	cursor: pointer !important;
}

.selected-programs p {
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}

.list-program__item .btn-pdf.active .text-hover-out {
    display: none !important;
}
.list-program__item .btn-pdf.active{
    background: #8e7967 !important;
    color: #fff !important;
}
.list-program__item .btn-pdf.active .text-hover-in {
    display: block !important;
}

.custom-control-label {
    cursor: pointer;
}

.quiz-info {
    font-size: 13px;
    background-color: #9f7e58;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-align: justify;
    line-height: 1.4;
}

.fixed-button {
    display: block;
    max-width: 300px; 
    margin: 0 auto;
    white-space: normal;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    padding: 10px 18px;
}

.iti__flag-container {
    width: 100%;
}

.desc-title {
    font-size: 25px;
    /*color: red !important;*/
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: 500;
    animation: textAni 1.5s infinite;
}

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

.text-gold {
    color: #b19500 !important;
}

.banner-ani-text {
    text-transform: uppercase;
    color: red !important;
    font-size: 28px;
    font-weight: 500;
    animation: textAni 1.5s infinite;
}

.program-icon-social {
    color: #9f7e58;
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    animation: iconAni 2s infinite;
    line-height: 0.6;
}

@keyframes iconAni {
    50% {box-shadow: 0px 0px 20px #9f7e58;}
}

@keyframes textAni {
    50% {text-shadow: 0 0 3px gold;}
}

@keyframes textBannerAni {
    50% {text-shadow: 0 0 5px red;}
}

.candidature-sub-box-sm {
    margin: 0 auto;
    border: 1px solid black;
    padding: 15px;
    text-align: center;
    max-width: 620px;
}

.candidature-sub-box-sm a {
    color: #007bff;
}

.candidature-sub-box-sm a:hover {
    color: #c5bc8d;
}

.footer-sub-box {
    margin-top: 50px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #9f7e58;
}

.footer-sub-box p {
    margin-bottom: 0;
}

.footer-sub-box a {
    color: #9f7e58;
    text-decoration: underline;
}

.footer-sub-box a:hover {
    color: #c5bc8d;
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .candidature-sub-box-sm br {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .candidature-sub-box-sm {
        padding: 8px;
        max-width: 340px;
    }

    .candidature-sub-box-sm p {
        font-size: 13px !important;
    }

    .footer-sub-box {
        margin-top: 20px;
    }

    .program-detail__content .desc-title {
        font-size: 18px;
    }

    .program-detail__content .btn-secondary {
        padding: 10px;
        font-size: 0.8rem;
    }

    .h1-style {
        font-size: 50px !important;
    }

    .program-avatar-full.m-0,
    .program-avatar-full.mr-2 {
        margin: 0 auto !important;
    }

    .no-margin-mobile {
        margin: 0 auto !important;
    }
}

.label-heading {
    font-size: 16px !important;
    /* line-height: 1.2 !important; */
}

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

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

.program-detail__content .highlight-text {
    font-size: 22px;
    color: #9f7e58;
}
#spoForm.contact__form .custom-checkbox .custom-control-label.big-check:before { width: 25px; height: 25px; top: 0} 
#spoForm.contact__form .custom-checkbox .custom-control-label.big-check:after { width: 25px; height: 25px; top: 0}
#spoForm.contact__form .custom-checkbox .custom-control-label.big-check { margin-left: 15px !important; }

#go-to-top.go-top-visible {
    visibility: visible;
    bottom: 30px;
}

#go-to-top:hover {
    background: rgba(0,0,0,0.5);
}

#go-to-top {
    visibility: hidden;
    position: fixed;
    right: 15px;
    bottom: -100px;
    border-radius: 2px;
    height: 34px;
    width: 34px;
    cursor: pointer;
    z-index: 100;
    background: rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.show-box-sp {display: none;}
@media only screen and (max-width: 767px) {
    .show-box-sp {display:  block}
}

.show-box-pc {display: block;}
@media only screen and (max-width: 767px) {
    .show-box-pc {display: none}
}

.p-ads__frame {height: initial!important;}

.p-ads__box1 {
    max-width: 500px;
    margin: 0 auto;
    text-align: justify;
}

.form-invalid {
    color: red;
    font-style: italic;
    font-size: 12px;
}

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

.list-number li.number-01:before {
    content: "01";
}
.list-number li.number-02:before {
    content: "02";
}
.list-number li.number-03:before {
    content: "03";
}
.list-number li.number-04:before {
    content: "04";
}
.list-program__item h2 {
    text-transform: unset;
}

.border-3px {
    border-width: 3px !important;
}

.border-solid {
    border-style: solid !important;
}

.border-color-primary {
    border-color: #786542 !important;
}

.background-color-primary {
    background-color: #9f7e58 !important;
}

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

ul.list-style-image-primary {
    --icon-space: 16px;
    list-style: none;
}

ul.list-style-image-primary li {
    padding-left: calc(var(--icon-space) * 1.5);
}

ul.list-style-image-primary li:before {
    content: url('../images/icons/check-circle-small.svg');
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1.25 );
    width: var(--icon-space);
    height: 15px;
    position: relative;
    top: 3px;
    right: 5px;
}

.text-14px {
    font-size: 14px !important;
}

.feedback__form label.label-title-step, 
.contact__form label.label-title-step {
    font-weight: 700 !important;
}
