.max-height-input {
    max-height: 34px;
}

.btn-clear-search {
    cursor: pointer;
    right: 0;
    z-index: 100;
}

.required-input {
    color: red;
    margin-left: 3px;
}

.menu-icon {
    color: #344767 !important;
    font-size: 15px !important;
}

.nav-link.active > .icon > .menu-icon {
    color: #fff !important;
    font-size: 15px !important;
}

.w-max-content {
    width: max-content;
}
