.login-error {
    text-align: center;
}

button[class*="button-save"] {
    color: #00A00D !important;
}

.croppie-container .cr-boundary {
    border: 1px solid #dadada;
}

.material-icons.save-image:hover {
    color: #0071BC !important;
}

.bootstrap-select .dropdown-toggle {
    /*background-color: #e6e6e6;*/
}

.bootstrap-select .dropdown-menu .dropdown-divider {
    margin: 0 !important;
}

.bootstrap-select .dropdown-menu .dropdown-header {
    background-color: #e2e2e2;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    background: none;
    border: none;
}

.btn-rounded {
    border-radius: 30px;
}

.dropdown.bootstrap-select.select-program .dropdown-toggle {
    font-size: 16px;
    color: #495057;
}

.dropdown.bootstrap-select .dropdown-toggle {
    font-size: 14px;
    color: #495057;
}

.bootstrap-select .dropdown-menu {
    font-size: .9rem;
}

.dropdown.bootstrap-select.filter-result .dropdown-toggle {
    background: #fff;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    color: #495057;
}

.col-total-buy .btn-success {
    font-size: .8rem;
}

.table-error {
    border: 1px solid red;
}

.invalid-input {
    border: 1px solid red;
}

.form-error {
    color: red;
    font-size: 12px;
    font-style: italic;
}

.text-orange {
    color: #ff8b06;
}

ul.ul-accordion li a.expanded:before {
    transform: rotate(-90deg);
}

.criteria-specialities-list {
    margin-bottom: 10px;
}

.criteria-specialities-list p.subject-name {
    margin-bottom: .3rem;
    color: #0e7915;
}

.criteria-specialities-list p.major-name {
    padding-left: 25px;
    margin: 0;
    font-weight: bold;
}

.criteria-specialities-list ul.specialities-list {
    margin-bottom: 0;
}

.criteria-specialities-list ul.specialities-list li {
    list-style: none;
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #a2a2a2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #007bff;
}

li.no-results {
    display: none;
}

/*li.no-results span {
    font-style: italic;
} */

.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;
}

.button-link .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #004a7b;
}

.card-pay .pay-list > li a {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.card-pay .pay-list > li a:hover,
.card-pay .pay-list > li a.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: 1px solid #0071BC;
}

#js-register-school-block button.dropdown-toggle {
    border-bottom: 1px solid #ced4da;
}

.card-pay .nav-tabs > li .nav-link {
    padding-top: 1rem;
}

#form-charge-credit label,
#form-bank-info label {
    font-size: 14px;
}

#form-charge-credit input,
#form-bank-info input {
    font-size: 12px;
}

#table-payment-history th {
    font-size: 15px !important;
}

#table-payment-history td {
    font-size: 14px !important;
}

.modal .form-control {
    font-size: 13px !important;
}

.modal .dropdown.bootstrap-select {
    border: 1px solid #ced4da;
}

.modal .dropdown-menu.show {
    min-width: 100% !important;
    max-width: 100% !important;
}

.modal .bootstrap-select .dropdown-menu li.dropdown-header {
    font-size: 13px !important;
}

.modal .bootstrap-select .dropdown-menu a.dropdown-item {
    font-size: 12px !important;
}

.bo-main-content {
    padding-bottom: 20px;
}

.accordion-style .card-header .card-link::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
}
.accordion-style .card-header .card-link.collapsed::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
}

.disabled-link,
.disabled-link:hover {
    cursor: not-allowed !important;
    color: gray;
    text-decoration: none;
}

#bo-header .btn-primary-radius {
    background-color: #fff;
    border-color: #fff;
    color: #184c86;
}

#bo-header .btn-primary-radius:hover {
    background-color: #3fa9f5;
    border-color: #3fa9f5;
    color: #fff;
}

@media (min-width: 1199px) {
    .wrap-fullpage-cented .navbar {
        margin-bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .wrap-fullpage-cented .navbar {
        margin-bottom: 20px;
    }
}

#step-2 .control input:not(:checked):focus~.control__indicator:not(.disabled-check) {
    background: none !important;
}

.disabled-check, .disabled-check:hover, .disabled-check:focus {
    background-color: #e0e0e0 !important;
}

.tree-multiselect .selections {
    font-size: 12px !important;
}

.tree-multiselect .selections .item label {
    padding-left: 5px !important;
}

/* Fix bootstrap overlap mobile*/
@media screen and (max-width: 767px) {
  .bootstrap-select .dropdown-menu {
    min-width: initial !important;
    width: 100%;
  }
}
