/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.apex-logo-img {    
    height: auto;
    width: auto;
    float: right;
}

.t-Header-logo-link{    
    height: 6rem;
    width: 363px;

}
.t-Header-logo{
    height: 6rem;
    width: 363px;
}

.t-Header-logo-link img{
 height: auto;
    width: auto;
    transform: scale(2.5);
    transform-origin:  left;
    position: absolute;
    justify-content: right;
    display: flex;
    float: right;

}
.t-Body-title{
    display: none;
}