html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.dropdown-item.active, .dropdown-item:active {
    background-color: #1e2a50;
}
.dropdown-item.active:hover, .dropdown-item:hover {
    background-color: #1d9349;
}

.html5buttons .dt-buttons .btn {
    background-color: #1e2a50;
}

.input-validation-error {
    border: solid 1px red;
}


.adz-text-2 {
    /* background-color: rgba(230,230,230,0.70); */
    border: unset;
    border-radius: 0px;
    color: #4d4d4d;
    line-height: 27px;
    padding: 0px 8px;
    font-size: 12px;
}

/*
.boule-se {
    padding: 0 100px;
    margin-top: 50px;
}
*/
.baci {
    margin-left: 165px;
}

.boaha{
    display: flex;
}

.baree {
    margin: auto;
}
.validation-summary-errors li {
    list-style: none;
}