.user-container input, .user-container select {
    margin-bottom: 10px;
}


.text-titles {
    color: #046598;
    border-bottom-width: 1px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;


}

.text-content {
    color: #000000;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;

}

.box-bordered {
    border-right: 1px solid #CFC9C9;
    border-top: 1px solid #CFC9C9;
    border-left: 1px solid #CFC9C9;
    border-bottom: 1px solid #CFC9C9;
    border-radius: 5px;
    margin-bottom: 0.5vh;
    margin-left: 0.5vh;
    margin-right: 0.5vh;
    margin-top: 0.5vh;
    padding: 10px 25px;
    height: 100%;
}

.data-container {
    height: 377px;
    overflow-y: scroll;
    -ms-overflow-y: scroll;

}

.data-container::-webkit-scrollbar {
    width: 6px;
}


.data-container::-webkit-scrollbar-track {
    background: transparent;
}


.data-container::-webkit-scrollbar-thumb {
    background: #CFC9C9;
    border-radius: 10px;
}

.data-container::-webkit-scrollbar-thumb:hover {
    background: #046598;

}

.color-blue {
    color: #046598;
}

.heading-primary {
    font-size: 1.375rem;
    font-weight: 600;
}

.heading-primary:after {
    content: "\a";
    white-space: pre;
}

.heading-secondary {
    font-size: 1rem;
    font-width: 400;
}

.heading-secondary:after {
    content: "\a";
    white-space: pre;
}

.heading-tertiary {
    font-size: 0.875rem;
    font-weight: 600;
}

.heading-tertiary:after {
    content: "\a";
    white-space: pre;
}
