/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.js-navExpanded {
    --ut-nav-initial-width: 305px !important;
}

.t-Body-title::after{
    display: none !important;
}

.a-TreeView-label{
    font-size: 12px !important;
}

.t-Form-fieldContainer .t-Form-itemWrapper {
    position: relative;
}

.t-Button--passwordVisibility{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    min-width: auto;
    height: auto;
}

.a-RDS-label{
    padding: 10px;
}

.apex-rds-selected .a-RDS-label{
    border: solid #ED732F 1px;
    background-color: #ED732F;
    color: #fff;
    font-weight: bold;
}

.a-RDS-link{
    outline-offset: 0px !important;
    outline: none !important;
    border-radius: 10px 10px 0px 0px;
}

.a-RDS-link:before{
    display: none;
    outline-offset: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.apex-rds-item.a-RDS-item.apex-rds-selected .a-RDS-link{
    background-color: #ED732F !important;
}

.t-Button--hot{
    background-color: #ED732F !important;
    color: #fff;
}

.margin-bottom-sm,
.u-margin-bottom-sm{
    margin-bottom: 0 !important;
}

.t-Tabs-item.is-active .t-Tabs-link{
    background-color: #0D4580 !important;
    color: #fff !important;
    outline-offset: 0px !important;
    outline: none !important;
}

.t-Tabs-item.is-active::before{
    background-color: #0D4580;
}

.t-Tabs-item.is-active {
    --ut-tabs-item-highlight-color: #0D4580;
}

.t-Tabs--pill .t-Tabs-item {
    border-inline-end-color: #F2F0EF;
    border-inline-end-style: none;
    border-inline-end-width: none;
}

.t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
    border-end-start-radius: 0px !important;
    border-start-start-radius: 0px !important;
}

.t-Tabs {
    border-radius: none;
    border-style: none;

}

.t-Tabs--pill {
    --ut-tabs-border-radius: 0px !important;

}