.grow-available-screen {
    height: 100%;
}

.rs-page{
    height: calc(100% - 32px);
    width: 100%;
    padding: 2rem;
}

.adminBoldReportsFullView {
    width: calc(100% - 320px);
}

.admin-header__container{
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
    padding: 1rem;
    width: 100%;
}

.rs-search-icon {
    color: #757575;
    fill: currentColor;
}

.rs-admin-flyout--header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
}

.rs-admin-flyout--title{
    display: flex; 
    align-items: center;
}

.rs-admin-flyout--actions{
    display: flex;
    gap: 16px;
}

.rs-form--text{
    padding: 1rem 2rem;
}

.rs-charge-icon{
    margin-top: -0.375rem;
}

.loader {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    gap: 1rem;
}

.loader-image {
    margin-top: auto;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.linear-progress {
    background: white;
    width: 75vw;
    height: 0.5rem;
    margin: auto 0;
    border-radius: 10rem;
    overflow: hidden;
    position: relative;
}

.linear-progress:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #282828;
    transform-origin: left top;
    transition: scale ease-out 0.5s;
}

.loading-progress-text {
    text-align: center;
    font-weight: bold;
    color: #828282;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    margin: auto 0;
    width: 10vw;
    height: 1rem;
}

body,html {
    font-family: Proxima-Nova, URWDINCond-Demi, Arial, Tahoma, sans-serif;
    font-weight: 400;
    src: url("../fonts/URWDINCond-Demi/font.woff2");
}
