﻿.topNavRow {
    cursor: pointer;
    padding-bottom: 2px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 400 !important;
}

    .topNavRow:hover {
        background-color: #eceaea;
        border-radius: 5px;
    }

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.searchbar {
    border-color: #d1d5db !important; /* Tailwind gray-300 */
    border-style: solid !important;
    border-width: 1px !important;
}

    .searchbar:focus-within {
        border-color: #3b82f6 !important; /* Tailwind blue-500 */
    }

    .searchbar::before,
    .searchbar::after {
        content: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}
.treenested {
    display: none;
}

.treeactive {
    display: block;
}

ul, #treeUL {
    list-style-type: none;
}

#treeUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: small;

}

    .caret::before {
        content: "\25C0";
        color: black;
        display: inline-block;
        margin-right: 6px;
        margin-left: 4px;
    }

.caret-down::before {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
    color: black;
}

.caret-down {
    font-weight: bold !important;
    border-radius: 8px !important;
    padding: 0.15rem !important;
}
.footer-text {
    color: lightgray !important;
}
.footer-text:hover {
    color: white !important;
}

.rtl-Mezanya .text-start {
    text-align: right !important;
}
.rtl-Mezanya .text-end {
    text-align: left !important;
}
.ltr-Mezanya .text-start {
    text-align: left !important;
}
.ltr-Mezanya .text-end {
    text-align: right !important;
}
.rtl-Mezanya .Password-icon {
    padding-left: 0.5rem;
    left: 0;
}
.ltr-Mezanya .Password-icon {
    padding-right: 0.5rem;
    right: 0;
}







