body {
    color: #4D356E !important;
    font-family: 'Poppins', serif !important;
}

a {
    text-decoration: none !important;
    /* color: #337ab7 !important;*/
    color: #4D356E !important;
}

label {
    color: #4D356E !important
}

.main-content-container {
    background-color: white !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.fa-ok {
    color: #27F02E;
}

.fa-bell {
    color: #4D356E;
}

.ga-trash {
    color: #4D356E;
}

.circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle.completed {
    background-color: #27F02E;
}

.circle.failed {
    background-color: #F4227F;
}

.circle.not-completed {
    background-color: #f9f9f9;
    border: 1px solid black;
}

.hover-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.dossier-create th {
    color: #4D356E;
}

table, tr, th, td {
    border: transparent !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: white !important;
}

td {
    padding: 6px !important;
}

.btn {
    border-radius: 25px !important;
    border: 0 !important;
    color: white;
}

.btn:hover, .btn:active, .btn:focus {
    color: white !important;
}

.btn-danger {
    background-color: #F4227F !important;
    color: #FFF !important;
}

.btn-success {
    background-color: #34D82C !important;
}

.btn-blue {
    background-color: #3E82C3 !important;
    color: #FFF !important;

}

.btn-action {
    background-color: #4D356E !important;
    color: #FFF !important;
}


.table-responsive::-webkit-scrollbar {
    width: 15px;
    background-color: #CBCBC9;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #4D356E;
    border-radius: 10px;
}


.table-responsive thead th {
    position: sticky; /* make the header sticky */
    top: 0; /* fix the header to the top of the scrollable area */
    background-color: #F4F4F4; /* set the background color of the header to white */
    z-index: 1; /* set a higher z-index than the scrollable area to make the header appear on top */
}

.nav-item {
    margin-right: 20px; /* or any other value you prefer */
}

.navbar-brand, .nav-link {
    color: #4D356E !important;
}

svg {
    fill: #4D356E !important;
}

.dashboard a {
    text-decoration: none;
    color: #4D356E;
}

.gray-background {
    background-color: #F4F4F4;
    border-radius: 25px;
    height: 100%;
}

.btn-padding {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

/* Dossier index */
.pagination > .active > li {
    background-color: #4D356E !important;
    border-color: transparent !important;
}

.pagination > .active > a {
    color: white !important;

}

.dossier-index th a, .dossier-index table {
    color: #4D356E;
}

.customer-close-table-index th a, .customer-close-table-index table {
    color: #4D356E;
}

.customer-close-table-index td {
    color: #4D356E !important;
}

.dossier-index table {
    margin-bottom: 40px;
}

.dossier-index .summary {
    text-align: right;
}

.dossier-index table {
    table-layout: fixed;
    width: 100%;
}

.dossier-index th, td {
    border-style: solid;
    border-width: 5px;
    border-color: #BCBCBC;
    word-wrap: break-word;
}

/* Dossier import */

.dossier-import th a, .dossier-import table {
    color: #4D356E;
}

.dossier-import table {
    margin-bottom: 40px;
}

.dossier-import table {
    table-layout: fixed;
    width: 100%;
}

.dossier-import th, td {
    border-style: solid;
    border-width: 5px;
    border-color: #BCBCBC;
    word-wrap: break-word;
}

/* login */
#login-form, #request-password-reset-form, #reset-password-form {
    background-color: #f9f9f9 !important;
    margin: 0 !important;
}

#login-form a, #request-password-reset-form a, #reset-password-form a {
    text-decoration: none !important;
}

.profile {
    background: transparent !important;;
    color: #4D356E !important;
}

.profile a {
    text-decoration: none !important;
    color: #4D356E !important;
}

tfoot {
    font-weight: bold;
}


.select2-selection__rendered {
    color: #4D356E !important;
}

.kv-editable-link {
    color: #4D356E !important;
    border-bottom: none !important;
}

.btn-primary, .btn-primary:hover {
    background-color: #4D356E !important;
    color: white;
}

.fa-download, .fa-eye-open {
    font-size: 18px;
    color: #4D356E !important;
}

.table-striped .fa-remove {
    font-size: 16px;
    color: #F4227F !important;
}

.nav-link-text {
    color: #4D356E !important;
}

.btn-default {
    background-color: transparent !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:focus-visible {
    color: #4D356E !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fa-pencil {
    color: #4D356E !important;
}

a:hover, a:focus {
    color: #4D356E !important;
}

.mt-25 {
    margin-top: 25vh !important;
}

/*Backend css*/
.red-background {
    background-color: #CEECC0;
    border-radius: 25px;
    height: 100%;
}

.blue-background {
    background-color: #C0ECD8;
    border-radius: 25px;
    height: 100%;
}


.pink-background {
    background-color: #C0DBEC;
    border-radius: 25px;
    height: 100%;
}

.green-background {
    background-color: #CBC0EC;
    border-radius: 25px;
    height: 100%;
}

.aHref {
    color: #4D356E !important;
}

.btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
}

/*Client management*/
.li-menu-text {
    width: 60%;
}

#companyEmployee, #report, #dossiersOverview, #customerCloseTable, a.hover {
    color: #f9f9f9 !important;
}

#companyEmployee, #report, #dossiersOverview, #customerCloseTable {
    color: #f9f9f9;
}

.sidebar-menu-container {
    margin: 0;
    padding: 0;
}

.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

.sidebar-menu-container a.active {
    text-decoration: underline;
    color: #4D356E;
}

.sidebar-menu-container.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

#ul-menu {
    list-style: none;
}

a.btn {
    color: white !important;
}

.float-right, .pull-right {
    float: right;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #4D356E !important;
}

.page-link.active, .active > .page-link {
    background-color: #4D356E;
    border-color: #4D356E;
}

.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:active {
    background-color: #4D356E !important;
}

.table > :not(caption) > * > * {
    color: #4D356E;
}

#invoiceOverview{
    font-size: 10pt;
}