html{
    height: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(180deg,#2d2c6d 27%,#2e83ab 100%)!important;
    height: 100%;
    color: white;

}
.breadcrumb-item a{
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #84D10D;
}

.breadcrumb-item.active {
    color: #84D10D;
}

.navbar-brand img{
    max-height: 25px;
}
.logo{
    max-height: 80px;
}

.logo-sm{
    max-height: 50px;
}

.required{
    font-size: 12pt;
    color: red;
}

.client-primary{
    color: #2D2C6D;
}


.client-primary-bg{
    background-color: #2D2C6D;
    color: white;
}

.table-client-branding-dark{
    background-color: #2D2C6D;
    color: white;
    border: 2px solid #84D10D;
}

.accordion-button:not(.collapsed) {
    background-color: #84D10D;
    color: black;
}

.client-secondary-bg{
    background-color: #84D10D;
}

.client-border-primary{
    border: 1px solid #2D2C6D;
}

.btn-client-primary{
    border-color: #2D2C6D;
    background-color: #2D2C6D;
    color: white;
}

.btn-client-primary:hover{
    border-color: #84D10D;
    background-color: #84D10D;
    color: #2D2C6D;
}

.btn-client-secondary{
    border-color: #84D10D;
    background-color: #84D10D;
    color: #2D2C6D;
}

.client-primary-border-bottom{
    border-bottom: #2D2C6D solid 3px; width: 100%;
}

.over_background{
    background-color: antiquewhite;
}


.client-colour-bottom-border{
    border-bottom-color: #84D10D;
}

.modal-content,
.card-body{
 color: #2D2C6D;
}

.card-client-bg{
    background-color: #2D2C6D;
    color: white;
    border-bottom: 5px solid #84D10D;
}

.card-no-top{
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.card{
    border-color: #84D10D;
    border-width: 3px;
}

.card-header:first-child{
    border-radius: 0;
}

label{
    color: #2D2C6D;
}

.note-border{
    border: #2D2C6D 3px solid;
}

.side-menu {
    text-decoration: none;
    color: black;
}

.side-menu:hover {
    color: #2D2C6D;
}

.side-menu-active{
    background-color: #2D2C6D;
    color: white;
}

.nav-link:hover{
    color: #84D10D !important;
    text-decoration: none;
}

.nav-link.nav-selection-tab.active{
    background-color: #84D10D;
    color: black !important;
    border: 2px #84D10D solid;
}

/*.nav-link.nav-selection-tab {*/
/*    color: #2D2C6D !important;*/
/*}*/

.nav-link.nav-selection-tab:hover {
    background-color: #84D10D;
    color: #2D2C6D !important;
    border-color: #84D10D;
}

.nav-link.active{
    border-bottom: 5px solid #84D10D;
}

.nav-link{
    color: white !important;
}

.navbar-client-brand{
    background-color: #2D2C6D;
    border-bottom: 5px solid #84D10D;
}

.text-red{
    color: red;
}

.display_number_plate{
    background-color: #F7D041;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    font-family: "number-plate",sans-serif;
    padding: 5px;
    border-radius: 5px;
    min-width: 100px;
    display: inherit;
}

@font-face {
    font-family: "number-plate";
    src: url("/fonts/UKNumberPlate.woff");
}

.form_number_plate {
    background-color: #F7D041;
    font-size: 2rem;
    font-weight: bolder;
    padding: 10px; border: solid 1px black;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    font-family: "number-plate",sans-serif;

}


.number_plate {
    background-color: #F7D041;
    font-size: 1.6rem;
    font-weight: bolder;
    padding: 10px; border: solid 1px black;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    font-family: "number-plate",sans-serif;

}

.client-primary-colour{
    color: #2D2C6D;
}

.container-branded{
    max-width: 400px;
    margin: auto;
}

section{
    min-height: 550px;
}

a{
    text-decoration: none;
    color: #2D2C6D;;
}
a:hover{
    text-decoration: underline;
}

.hr-secondary{
    border-color: #84D10D;
    border-width: 1px;
}

.flash-message{
    background-color: gold;
    border-radius: 5px;
}