﻿.error-txt {
    display: contents !important
}

.dropdown-menu {
    width: auto !important;
}

.page-title {
    width: 228px;
    font-size: 1.425rem;
    font-weight: bold;
    color: #000;
}

.text-on-warp {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hide-for-not-active:not(.active *) {
    display: none;
}

@media screen and (max-width: 992px) {
    .page-title {
        width: 98px;
        font-size: 1.075rem;
        font-weight: bold;
        color: #000;
    }
}
