html {
    font-size: 14px;
}

.container {
    max-width: 1200px;
}

.nav-link-tag {
    padding-left: 0em;
}

.text-collapse {
    white-space: pre-wrap;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.text-expand {
    max-height: none;
}

.error {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

.form-control.error {
    border-color: red;
    margin-top: 0px;
}

.content-text {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.text-fs {
    font-size: 16px !important;
}