.validation-error {
    font-size: 12px;
    font-style: italic;
    color: red;
}

.invalid-input {
    border: 1px solid red;
}

.dropdown.bootstrap-select {
    border: 1px solid #ced4da;
    font-size: 14px;
}

.dropdown.bootstrap-select .dropdown-menu li .dropdown-item:hover {
    background-color: #006db5;
}

.dropdown.bootstrap-select .dropdown-menu li.selected {
    background-color: #007bff;
}

.dropdown.bootstrap-select .dropdown-menu li.selected .dropdown-item:hover {
    background-color: #006db5;
}

.dropdown.bootstrap-select .dropdown-menu li.selected a {
    color: #fff;
}

.dropdown.bootstrap-select .first-option.dropdown-item span {
    font-weight: bold !important;
}

.bs-searchbox input::-webkit-input-placeholder { /* Edge */
    font-style: italic;
}

.bs-searchbox input:-ms-input-placeholder { /* Internet Explorer */
    font-style: italic;
}

.bs-searchbox input::placeholder {
    font-style: italic;
}

#student-residence-country .dropdown.bootstrap-select.form-control .dropdown-toggle {
    border-bottom: 1px solid #ced4da;
}

.dropdown.bootstrap-select .dropdown-toggle {
    font-size: 14px;
    color: #212529;
}

.dropdown.bootstrap-select.form-control .dropdown-toggle {
    font-size: 14px;
    color: #495057;
}

.bootstrap-select .dropdown-menu {
    font-size: .9rem;
}

.dropdown.bootstrap-select.select-optgroup .dropdown-menu .dropdown-header {
    background-color: #e4e4e4;
}

.dropdown.bootstrap-select.select-optgroup .dropdown-menu .dropdown-divider {
    margin: 0;
}

.title-line {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #414141;
}

.title-line:after {
    content: " ";
    display: block;
    height: 3px;
    width: 80px;
    background-color: #2a81ba;
    margin-top: 20px;
}

.well-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.support-avatar {
    display: inline-block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
}

.support-avatar img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.well-support .support-text {
    padding-left: 22px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15em;
}

.sub-text {
    font-size: 12px;
    font-style: italic;
}

/*.footer-cookies {*/
/*    background-color: rgba(0, 0, 0, 0.65);*/
/*    font-size: 0.9em;*/
/*    padding: 20px 15px;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    position: fixed;*/
/*    z-index: 91;*/
/*    bottom: 0;*/
/*}*/

/*.footer-cookies a {*/
/*    color: #728eb9;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-cookies a:hover {*/
/*    color: #75a1e2;*/
/*}*/

/*.footer-cookies #close-ck {*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    top: 22px;*/
/*    right: 5%;*/
/*    cursor: pointer;*/
/*}*/

.background-icon {
    position: absolute;
}

background-icon-2 {
    top: 800px;
}

background-icon-3 {
    top: 700px;
    right: 300px;
}

@media (max-width: 1199px) {
    .footer-cookies #close-ck {
        right: 8px;
        top: 8px;
        /*font-size: 0;*/
    }

    .footer-cookies {
        padding-right: 30px;
    }
}

.banner-footer-page {
    /* margin-top: 50px; */
    /* min-height: 700px; */
    background-repeat: no-repeat;
    color: #fff;
}

#school-register-form .dropdown-menu.show {
    min-width: 0 !important;
    max-width: 100% !important;
}

#school-register-form .bootstrap-select .dropdown-menu a.dropdown-item {
    font-size: 13px !important;
}

h4.question .fa-question-circle,
h4.question .fa-info-circle {
    font-size: 18px !important;
}

/* banner-footer-page */
.banner-footer-page {
    padding-top: 70px;
    padding-bottom: 20px;
    height: 580px;
    position: relative;
    background-size: cover;
}
.banner-footer-page .h3 {
    margin-bottom: 120px;
    font-weight: 300;
}
.banner-footer-page .h1 {
    margin-bottom: 150px;
    text-transform: uppercase
}
.banner-footer-page .h5 {
    margin-bottom: 10px;
}
.banner-footer-page .button-link {
    display: inline-block;
    padding: 4px 20px;
    background: #ffffffc7;
    border-radius: 50px;
    color: #184c86;
    font-size: 18px;
    font-weight: bold;
}
.banner-footer-page .button-link:hover {
    background: #e7e7e7c7;
    color: rgb(51, 60, 70);
    text-decoration: none;
}
@media(max-width: 991px) {
    background-icon-2 {
        top: 800px;
    }

    background-icon-3 {
        top: 500px;
        right: 400px;
    }

    .banner-footer-page {
        height: 450px;
        background-position: center;
    }

    .banner-footer-page .h3 {
        margin-bottom: 70px;
        font-size: 1.25rem;
    }
    .banner-footer-page .h1 {
        margin-bottom: 70px;
       font-size: 1.5rem;
    }
    .banner-footer-page .h5 {
        font-size: 1rem
    }
}
@media(max-width: 525px) {
    .banner-footer-page .h3 {
        font-size: 1rem
    }
    .banner-footer-page .h1 {
       font-size: 1.1rem;
    }
}

ul.selected-speciality {
    padding-inline-start: 1.25rem;
    font-size: 14px;
    margin-block-end: 0;
}

ul.selected-speciality > li {
    list-style: none;
}

ul.selected-speciality > li:before {
    content: '✓';
    color: #0d7810;
    font-weight: bold;
    margin-right: 5px;
}

ul.selected-speciality > ul {
    list-style-type: square;
    margin-left: 10px;
}

.text-desc {
    color: #006fb9;
}

.disabled-check, .disabled-check:hover,
.disabled-check:focus,
label.disabled-check + p.sub-text
{
    color: #a5a5a5 !important;
}

.disabled-check.custom-control-label:before {
    border-color: #a5a5a5 !important;
}

.disabled-input {
    background-color: #e9ecef !important;
    color: #a5a5a5 !important;
}

.custom-radio label.custom-control-label,
.custom-checkbox label.custom-control-label {
    cursor: pointer;
}

.invalid-feedback {
    color: #FF9800 !important;
}

.remove-checked-speciality,
.remove-selected-speciality {
    color: red;
    cursor: pointer;
}

.dropdown-divider {
    margin: 0 !important;
}

.dropdown-header {
    background-color: #e6e6e6;
}

.custom-control-label.text-danger::before {
    border: 1px solid red !important;
}

.select-education-school li.no-results {
    display: none;
}

.btn-in-select-option {
    float: right;
    line-height: 1;
    padding: .3rem .2rem;
    font-size: 12px;
    /* background-color: #2a81ba;
    border-color: #2a81ba;
    color: #fff; */
    text-align: center;
    border-radius: 30px;
}

li.no-results-with-button {
    padding: 5px;
}

li.no-results-with-button span {
    margin-left: 10px;
    font-style: italic;
}

/* notification-modal mobile chrome - firefox */
@media screen and (max-width: 767px) {
    #request-notification-modal.modal .modal-header {
        padding-bottom: 0;
    }
    #request-notification-modal.modal .modal-content{
        position: absolute;
        bottom: 35px;
    }
    #request-notification-modal.modal .modal-body {
        padding: 5px 10px 10px;
    }
    #request-notification-modal.modal .modal-title{
        font-size: .8rem;
        line-height: 1.1rem;
    }
    #request-notification-modal.modal::before {
        width: 57px;
        height: 82px;
        background-size: 100%;
        background-repeat: no-repeat;
        top: initial;
        bottom: 189px;
        left: 150px;
        display: none;
    }
    #request-notification-modal.modal .logo-img {
        max-width: 66%;
        height: initial;
    }
    #request-notification-modal.modal .modal-content:before {
        content: "";
        background-image: url('../img/arrow-big.svg');
        left: 188px;
        width: 34px;
        height: 47px;
        top: -47px;
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.text-danger a {
    color: red !important;
}

.ul-accordion {
    font-size: 14px !important;
}

.ul-accordion li ul.inner li {
    font-size: 12px !important;
}

/* Fix bootstrap overlap mobile */
@media screen and (max-width: 767px) {
  .bootstrap-select .dropdown-menu {
    min-width: initial !important;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
    .nowrap-desktop {
        white-space: nowrap;
    }
}
@media (max-width: 991.98px){
.navbar-toggler {
    outline: 0 !important;
}
}
@media screen and (max-width: 767px) {
    .news {
        margin: 0;
    }
    .news--item {
        padding: 0;
    }
    .header.scrolled,
    .header {
        background: #173a61;
    }
}