
.header-1 {
    font-weight: 700;
    font-size: 30px;
    color:#101323 !important;
}

.header-2 {
    font-weight: 700;
    font-size: large;
    color:#101323 !important;
}

.display-lg {
    font-size: 3rem !important;
}

.fs-small {
    font-size: 0.875rem !important;
}

.fs-lg {
    font-size: 1.125rem!important;
}

.fs-xl {
    font-size: 1.25rem!important;
}

.primary-brand-text {
    color:#6927DA;   
}

.supporting-text {
    color:#3E4784 !important;
    font-weight: 400;
}

.secondary-text {
    color:#363F72 !important;
}

.quaternary-text {
    font-weight: 500;
    color:#4E5BA6 !important;
}

.quaternary-link {
    font-weight: 500;
    color:#4E5BA6 !important;
}

.quaternary-link:hover {
    font-weight: 500;
    color:#363F72 !important;
}

.quinary-text {
    color: #717BBC !important; 
    font-weight: 500;
}

.quaternary-text-transparent {
    color:#4E5BA6AF !important;
    font-weight: 500;
}

.inactive-text {
    color: #b3b8d8 !important;
}

.warning-text {
    color: #CA8504 !important;
}

.input-label {
    color:#363F72 !important;
    font-weight: 600;
}

.primary-link {
    text-decoration: none;
    font-weight: 600;
    color:#6927DA;
}

.primary-link:hover {
    color:#5720B7;
}

.branded-text {
    color:#875BF7 !important;
}

.secondary-link {
    text-decoration: none;
    font-weight: 600;
    color:#363F72;
}

.secondary-link-bold {
    text-decoration: none;
    font-weight: 700;
    color:#363F72;
}

.destroy-link {
    text-decoration: none;
    font-weight: 600;
    color:#D92D20;
}

.destroy-link:hover {
    text-decoration: none;
    font-weight: 600;
    color:#912018;
}

.text-destroy{
    color:#D92D20 !important;
}

.dokit-bg-secondary-solid{
    background-color:#3E4784;
}

select.form-select.dokit-bg-secondary-solid, input.form-select.dokit-bg-secondary-solid,
select.form-select.dokit-bg-secondary-solid:focus, input.form-select.dokit-bg-secondary-solid:focus {
    background-color:#3E4784 !important;
    color:white !important;
}

select.form-select.dokit-bg-secondary-solid option {
    background-color:white !important;
    color: #3E4784 !important;
}

.dokit-bg-secondary {
    background-color: #F8F9FC;
}

.dokit-bg-tertiary {
    background-color: #EAECF5;
}

.dokit-bg-brand-primary {
    background-color: #875BF7;
}

.dokit-bg-brand-secondary {
    background-color: #ECE9FE;
}

.dokit-bg-quaternary {
    background-color: #4E5BA6;
}


.dokit-text-success {
    color:#0E9384;
}
