/*
    Dark Purple     #24085e
    Light Purple    #5e38bf
    Lighter Purple : #f7f3fa
 */

/* Voor hele website */
body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    background-color: #f7f3fa;
    color:#000;
}
.bg-login .bg-primary {
    background: url("data:image/svg+xml,%3csvg%20width='922'%20height='627'%20viewBox='0%200%20922%20627'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.08'%3e%3crect%20x='-268.696'%20y='206.025'%20width='350.006'%20height='823.143'%20rx='175.003'%20fill='%23E0CFEC'/%3e%3crect%20x='151.311'%20y='0.826172'%20width='350.006'%20height='823.143'%20rx='175.003'%20fill='%23E0CFEC'/%3e%3crect%20x='571.319'%20y='206.025'%20width='350.006'%20height='823.143'%20rx='175.003'%20fill='%23E0CFEC'/%3e%3c/g%3e%3c/svg%3e") no-repeat right 0 bottom -50px;
}
.form-control {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bg-primary-dark {
    background: #24085e !important;
}
#page-header {
    background: #f7f3fa;
}
/* Voor specifieke elementen */
h1, h2, h3, h4, h5, h6,.btn {
    font-family: 'DM Sans', sans-serif;
    font-width: 800;
}

a,
.nav-main-link .nav-main-link-icon{
    color:#24085e ;
}
.text-primary,
.nav-main-heading,
.text-info {
    color:#24085e!important;
}


.nav-main-link:hover, .nav-main-link.active,
.btn-hero-primary,
.bg-primary {
    background-color:#24085e !important;
}

.main-logo {
    width: 117px;
}

.btn-primary {
    color: #fff;
    background-color: #24085e;
    border-color: #24085e;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
    background-color: #24085e;
    border-color: #24085e;
    text-decoration: underline;
}
.illustrate.figure_sample .post {
    background-color: #e6ebf4;
}
.illustrate.figure_sample:after {
    border-right-color: rgb(230 235 244);
}
.course-block-content {
    min-height: auto;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5e38bf;
}
.btn-success {
    background-color:#5e38bf;
    border-color:#5e38bf;
}
.btn-success:focus, .btn-success.focus, .btn-success:hover {
    background-color:#5e38bf !important;
    border-color:#5e38bf;
    text-decoration: underline !important;
    box-shadow: none !important;
}
.text-success {
    color: #5e38bf !important;
}

.btn {
    border-radius: 2rem;
}

.seh-register-page {
    background-image: url('/themes/wtn/assets/img/seh/background.webp');
    background-size: cover;
}

.alert-primary {
    color: #fff;
    background-color: #24085e;
    border-color: #24085e;
}

.bg-light {
    background-color:#f7f3fa !important;
}
span.d-block.small {
    color: #24085e !important;
}
.text-muted {
    color:#000 !important;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: rgb(103 58 183 / 50%);
    outline: 0;
    box-shadow: 0 0 10px rgba(103,58,183, 0.1);
}

.bg-gd-sea {
    background: #25085e linear-gradient(135deg, #25085e 0%, #5f38bf 100%) !important;
}