
.required:after {
    content:" *";
    color: red;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    width: max-content;
    max-width: 40vw;
    background-color: black;
    color: #fff;
    text-align: center;
    text-wrap: initial;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    white-space: normal !important;
    position: absolute;
    z-index: 100;
    top: -5px;
    right: 105%;
    padding-left: 10px;
    padding-right: 10px;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}
.table thead th {
    padding-right: 0 !important;
    padding: .75rem 2rem 0.5rem 0.5rem!important;
}

.nav-link {
    color: #495057;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #418e99;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
