
body{
    font-family: 'Poppins', sans-serif;
    background-color: #5D2E63;
}
.navbar-brand img{
    max-height: 25px;
}
.logo{
    max-height: 80px;
}



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

.client-primary{
    color: #5D2E63;
}




.client-primary-bg{
    background-color: #5D2E63;
}

.table-client-branding-dark{
    background-color: #5D2E63;
    color: white;
    border: 2px solid #BFD624;
}

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

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

.client-border-primary{
    border: 1px solid #5D2E63;
}

.btn-client-primary{
    border-color: #5D2E63;
    background-color: #5D2E63;
    color: white;
}

.btn-client-primary:hover{
    border-color: #BFD624;
    background-color: #BFD624;
    color: #5D2E63;
}

.btn-client-secondary{
    border-color: #BFD624;
    background-color: #BFD624;
    color: #5D2E63;
}

.over_background{
    background-color: antiquewhite;
}


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

.card-client-bg{
    background-color: #5D2E63;
    color: white;
    border-bottom: 5px solid #BFD624;
}

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

label{
    color: #5D2E63;
}

.note-border{
    border: #5D2E63 3px solid;
}

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

.side-menu:hover {
    color: #5D2E63;
}

.side-menu-active{
    background-color: #5D2E63;
    color: white;
}

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

.nav-link.nav-selection-tab.active{
    background-color: #5D2E63;
    color: white !important;
    border-bottom: 2px #BFD624 solid;
}

.nav-link.nav-selection-tab {
    color: #5D2E63 !important;
}

.nav-link.nav-selection-tab:hover {
    background-color: #BFD624;
    color: #5D2E63 !important;
}

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

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

.navbar-client-brand{
    background-color: #5D2E63;
    border-bottom: 5px solid #BFD624;
}

.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: #5D2E63;
}

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

section{
    min-height: 550px;
}

a{
    text-decoration: none;
    color: #5D2E63;;
}
a:hover{
    text-decoration: underline;
}

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

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