body{
    margin: 0;
    padding: 0;
    background-color: #f2f5f8;
}
input:focus{
    box-shadow: none;
    outline: none;
}
/* .form-control{
    width: auto;
} */
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.form-control:focus{
    box-shadow: none;
}
textarea{
    resize: none;
    padding: 10px;
}
th{
    font-weight: 600 !important;
}
h6{
    font-weight: 600 !important;
}
.page__wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page__header{
    padding: 15px 0;
}
.headr__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headr__top a{
    color: black;
}
.headr__top a:hover{
    text-decoration: none;
}
.header__bottom{
    background-color: #a50305;
    padding: 10px 0;
    margin-top: 15px;
}
.header__bottom__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social__link__wrapper ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.header__bottom__inner a, .header__bottom__inner p, .header__bottom__inner i, .header__bottom__inner span{
    color: white;
}
.header__bottom__inner a:hover{
    text-decoration: none;
}
.header__bottom .login__link{
    border: 1px solid rgba(101, 101, 101, 0.66);
    display: inline-block;
    padding: 0 15px;
    border-top: none;
    border-bottom: none;
}
.social__link__wrapper ul li{
    padding: 0 15px;
    border-left: 1px solid rgba(101, 101, 101, 0.66);
}
.social__link__wrapper ul li:last-child{
    border-right: 1px solid rgba(101, 101, 101, 0.66);
}
.social__link__wrapper ul li a{
    color: white;
}
.social__link__wrapper ul li a:hover{
    text-decoration: none;
}
/* navbar css */
.header__navigation .nav-link{
        color: #a50305;
        background-color: white;
        border: 1px solid #a50305;
        padding: 10px 20px;
        min-width: 100px;
        border-radius: 4px;
        text-align: center;
}


.header__navigation .navbar-nav li{
    margin-right: 10px;
}
.header__navigation .navbar-nav .dropodown-toggle::after{
    display: none;
}
.header__navigation .nav-item.active .nav-link{
    color: white;
    background-color: #a50305;
    border: 1px solid #a50305;
}
/* footer css */
.page__footer{
    background-color: #a50305;
    padding: 20px 0;
    margin-top: auto;
}
.page__footer a, .page__footer p, .page__footer span, .page__footer i{
    color: white;
}
.footer__social__links ul{
    padding: 0;
    list-style: none;
    display: flex;
}
.footer__social__links ul li{
    margin-right: 15px;
}
.footer__social__links ul li:last-child{
    margin-right: 0;
}
.footer__social__links ul li a{
    background-color: rgba(255,255,255, 0.3);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; 
    transition: all 0.2s ease;
}
.footer__social__links ul li a:hover{
    text-decoration: none;
    background-color: rgba(255,255,255, 0.7);
}
.footer__col__title{
    color: white;
    position: relative;
    padding-bottom: 10px;
}
.footer__col__title::before{
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 60px;
    content: '';
}
.footer__contact__list{
    padding: 0;
    list-style: none;
}
.footer__logo__wrapper{
    padding: 10px;
    background-color: white;
    display: inline-block;
    border-radius: 4px;
    margin: 10px 0 20px;
}
.footer__logo__wrapper img{
    max-width: 105px;
}

/* pages css */
.page__main__contents{
    padding: 50px 0;
}
.page__main__contents .header__blue__bg{
    background-color: #1c91cc;
    color: white;
    border-radius: 30px;
    display: inline-block;
    padding: 18px 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.reg__form .form__blocks{
    display: flex;
    align-items: center;
}
.reg__form .form__blocks label{
    margin-right: 15px;
    text-transform: capitalize;
}
.reg__form .form__blocks input{
    flex-grow: 1;
    margin-bottom: 10px;
}
.reg__form .form__blocks input:focus{
    box-shadow: none;
    outline: none;
}
.reassessment__table th{
    min-width: 200px;
}
.reassessment__table td{
    white-space: nowrap;
    padding: 5px;
}
.reassessment__table td input:focus{
    box-shadow: none;
    outline: none;
}
textarea:focus{
    box-shadow: none;
    outline: none;
}
.text__light{
    color: #b2b6b9;
}
.grey__btn{
    background: rgb(178,178,178);
    background: linear-gradient(0deg, rgba(178,178,178,1) 0%, rgba(247,247,247,1) 97%);
    padding: 5px 20px;
    border-radius: 18px;
    border: 1px solid grey;
    color: black;
    font-weight: 600;
}
.grey__btn:hover{
    box-shadow: 0 2px 6px black;
    text-decoration: none;
    color: black;
}
.grey__btn:focus{
    box-shadow: none;
    outline: none;
}
.grey__btn:disabled{
    opacity: .5;
    box-shadow: none !important;
}
.upload__file__btn{
    width: 97px;
    position: relative;
    border-radius: 18px;
    padding: 5px 20px;
    overflow: hidden;
    border: 1px solid grey;
    /*font-weight: bold;*/
}
.upload__file__btn:focus{
    outline: none;
    box-shadow: none;
}
.upload__file__btn::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: 'UPLOAD';
    background: rgb(178,178,178);
    background: linear-gradient(0deg, rgba(178,178,178,1) 0%, rgba(247,247,247,1) 97%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}
.upload__file__btn:hover{
    box-shadow: 0 2px 6px black;
}
.links__option__wrapper{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 20px 0 50px;
}
.option__one td{
    padding: 5px !important;
}
.links__options{
    color: black;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
}
.links__options:hover{
    color: black;
    text-decoration: none;
}

.question__section{
    display: flex;
    align-items: center;
}
.outcome__field{
    display: flex;
    flex-grow: 1;
    align-items: center;
}
.outcome__field input{
    flex-grow: 1;
}


.diciplinary__matters{
    background-color: #d8efff;
    padding: 20px 0;
    margin: 20px 0;
}

.second__option label{
    font-size: 14px;
}
.add__more{
    border: 1px solid #1c91cc;
    color: #1c91cc;
    border-radius: 50%;
    padding: 0;
    height: 30px;
    width: 30px;
}
.add__more:hover{
    background-color: #1c91cc;
    color: white;
}
.remove__btn{
    border: 1px solid #ff4c4c;
    color: #ff4c4c;
    border-radius: 50%;
    padding: 0;
    height: 30px;
    width: 30px;
}
.remove__btn:hover{
    background-color: #ff4c4c;
    color: white;
}
.add__more:focus, .remove__btn:focus{
    box-shadow: none;
}



.error__input{
    /*background-color: #ffbaba;*/
    border-color: #e40000;
}
.error__input:focus{
    /*background-color: #ffbaba;*/
    border-color: #e40000;
}
.error__text{
    color: red;
    font-size: 12px;
    margin-bottom: 0;
}
label[class^="error"]{
    color: red;
    font-size: 12px;
    margin-bottom: 0;
}
.require:after{
    content: '*' !important;
    color: red;
}
/* .credit-card-details{
    text-align:center;
    max-width: 350px;
    margin:auto;
} */


/* media queries */
@media (max-width: 991px){
    .header__address{
        display: none;
    }
}
@media (max-width: 991px){
    .header__bottom__inner{
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 767px){
    .question__section{
        flex-direction: column;
        align-items: flex-start;
    }
    .outcome__field{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .outcome__field input{
       width: 100%;
    }
    /* .credit-card-details{
        text-align: left;
        margin: 0px;
        max-width: 100%;
    } */
}
@media (max-width: 424px){
    .links__option__wrapper{
        flex-direction: column;
        gap: 15px;
    }
}