.bg-light {
    background-color: #ebebf4 !important;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
}

.btn-link:hover {
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #009b72;
    font-weight: 600;
    background-color:#fff;
	border-color:transparent;
}

.nav-link {
    padding: 1rem 1rem;
}

#v-pills-tab .nav-link {
    border-top:1px solid #eaedf2;
}

#app_sidebar .nav-link {
    cursor: default;
}

.form-control {
    box-shadow: unset;
}

.form-control:focus {
    border-color:#009b72;
}

.text-tiny {
    font-size: 0.8125rem !important;
}

.reg-overflow {
    overflow-x: hidden;
}

.wr-email {
    white-space: nowrap; 
    width: 190px; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.tox-statusbar__branding {
    display: none !important;
}

.accordion-reg {
    padding: 1.125rem 1.25rem;
    border: 1px solid #eaedf2;
    background-color: #fff;
}

.app-card {
    background-color: #f8f8fb!important; 
    border-radius: 0.25rem;
}

.modal-content {
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
}