@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Custom Theme */

html,
body {
    background-color: #f4f5fb !important;
}

.navbar-dark .navbar-toggler:focus {
    background: rgba(245, 249, 252, .08) !important;
}

.btn-outline-secondary{
    color: #525f7e !important;
}

.lh-looser {
    line-height: 2.5rem;
}

.lh-loosest {
    line-height: 3rem;
}

.form-group{
    margin-bottom: 20px;
}

.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-inherit{
    color: inherit;
}

a:hover{
    text-decoration: underline !important;
}

a.cool-link:hover{
    text-decoration: none !important;
}

.cool-link {
    display: inline-block;
    color: #5c60f5;
    text-decoration: none;
    font-weight: 550;
}

.cool-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #5c60f5;
    transition: width 0.3s;
}

.cool-link:hover::after {
    width: 100%;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .form-select.is-invalid {
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.5rem) !important;
    border-width: 2px !important;
}

.was-validated .form-control:valid, .form-control.is-valid, .form-select.is-valid {
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.3rem) !important;
    border-width: 2px !important;
}

.summary{
    margin-bottom: 16px;
}

.list-check li {
    padding-bottom: 12px;
}

.list-check .active {
    font-weight: 700;
    color: #0d0f1a;
}

.list-check li:before {
    padding-right: 6px;
}

.list-check .active:before {
    content: '✔️';
}

.list-check li:before {
    content: '○';
}

.list-check li.activeLink:before {
    content: '→';
}
.table td {
    white-space: inherit !important;
}
.table td {
    min-width: 200px !important;
}
.table td:first-child {
    min-width: auto !important;
}
.table{
    table-layout: inherit;
    margin-left:auto;
    margin-right:auto;
}
.list-check .active
{
    color: #7054d8 !important;
}
.list-check .active a
{
    color: #7054d8 !important;
}
