/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
@import url('https://static.oracle.com/cdn/spectra-ui/oj-sp/2404.0.1/oj-sp-component-bundle.css');

:root {
    --oj-sp-guided-process-navigation-list-animation-opacity: 1 !important;
    --oj-badge-font-size: 0.6875rem;
}

a {
    color: #00688c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.white-txt {
    color: #ffffff;
    text-decoration: none;
}

.white-txt {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb-div {
    display: inline-flex;
    margin-left: -7px;
}

.video-thumbnail-main {
    position: relative;
    min-height: 16rem;
}

.play-button {
    position: absolute;
    display: block;
    top: 45%;
    left: 45%;
    font-size: 4rem;
    color: #fbf9f8;
}

object body {
    background-color: #000000;
}

object html * {
    background-color: #000000;
}

object embed {
    background-color: #000000;
}

.banner-bg {
    background-color: #264759;
    background-repeat: no-repeat;
    background-position: top left;
    color: #ffffff;
    background-size: cover;
}

.solid-white-btn {
    --oj-button-call-to-action-chrome-bg-color: #fff;
    --oj-button-call-to-action-chrome-text-color: #000;
    --oj-button-call-to-action-chrome-text-color-hover: #000;
    --oj-button-font-weight: 600;

    /* solid enabled */
    --oj-button-call-to-action-chrome-bg-color: #fff;
    --oj-button-call-to-action-chrome-border-color: transparent;
    --oj-button-call-to-action-chrome-text-color: #000;

    /* solid hover */
    --oj-button-call-to-action-chrome-bg-color-hover: #fff;
    --oj-button-call-to-action-chrome-border-color-hover: transparent;
    --oj-button-call-to-action-chrome-text-color-hover: #000;

    /* solid active */
    --oj-button-call-to-action-chrome-bg-color-active: #fff;
    --oj-button-call-to-action-chrome-border-color-active: transparent;
    --oj-button-call-to-action-chrome-text-color-active: #000;
}

.bordered-white-btn {
    --oj-button-outlined-chrome-text-color: #fff;
    --oj-button-outlined-chrome-border-color: #fff;
    --oj-button-outlined-chrome-text-color-hover: #fff;
    --oj-button-outlined-chrome-border-color-hover: #fff;
}

.outlined-white-btn {
    --oj-button-borderless-chrome-text-color: #fff;
    --oj-button-borderless-chrome-text-color-hover: #fff;
}

.csp-header-bgc {
    background-color: #3a3732;
    z-index: 3;
    position: relative;
}

.csp-footer-bgc {
    background-color: #000000;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.csp-logo {
    width: auto;
    max-height: 24px;
    color: #ffffff;
}

.csp-portfolio-dashboard {
    font-size: 24px;
    color: #fff;
}

.signin-logo {
    color: #000000;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.csp-white-icons {
    color: #ffffff !important;
}

.white-txt-06 {
    color: rgba(255, 255, 255, 0.6);
}

.white-txt-100 {
    color: #ffffff;
}

a.csp-icon-link:hover {
    text-decoration: none;
}

#userMenu {
    --oj-button-borderless-chrome-bg-color-selected: transparent;
}

.csp-search-text-info {
    --oj-text-field-bg-color: #5c5651;
    --oj-text-field-border-color: #5c5651;
    --oj-text-field-text-color: #ffffff;
    width: 40%;
    --oj-text-field-height: 2.2rem;
    font-size: smaller;
}

.csp-search-text-info input {
    padding-left: 5px;
    padding-right: 5px;
}

.csp-search-text-info input::placeholder {
    color: #ffffff;
}

.csp-search-text-info.oj-focus .oj-focus-highlight {
    --oj-text-field-border-color: #5b5650;
}

.csp-listing {
    min-width: 22rem;
    height: 100%;
    color: #faf9f7;
}

.csp-listing-header {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #faf9f7;
}

.csp-auto-height {
    height: auto !important;
}

.csp-view-wrapper {
    min-height: calc(100vh - 100px);
}

.csp-container {
    background-color: #faf9f7;
}

.csp-logo-bgc {
    background-color: #3a3632;
}

.header__overlay {
    z-index: calc(var(--oj-core-z-index-dialog) + 2);
}

.no-padding-list div {
    padding-left: 0;
}

.breadcrumb-align {
    display: inline-flex;
    margin-left: -7px;
}

.breadcrumb-icon-color {
    color: #000;
}

.bottom-border-gray {
    border-bottom: 1px solid rgb(228, 227, 226);
}

.bottom-border {
    border-bottom: 1px solid var(--oj-collection-border-color);
}

.heading-georgia {
    font-family: Georgia, serif;
    --oj-typography-body-xl-font-size: 1.8rem;
    --oj-typography-body-sm-font-size: 1.2rem;
    --oj-typography-body-md-font-size: 1.4rem;
    --oj-typography-body-lg-font-size: 1.6rem;
}

.csp-progress-width {
    width: 12.5rem;
}

.csp-leftMenu {
    background-color: #ffffff;
    width: 28%;
}

.journey-csp-leftMenu {
    background-color: #fefdfc;
    box-shadow: 2px 0 6px -2px #d7d4d3;
    z-index: 9;
}

.journey-left-menu-bg {
    background-color: #fbf9f8 !important;
    box-shadow: 2px 0 6px -2px #d7d4d3;
    z-index: 9;
}

.csp-rightMenu {
    background-color: #fbf9f8;
}

.z-index-1 {
    z-index: 10;
}

.csp-form-width {
    width: 60rem;
}

.exp-height {
    height: 60vh;
}

.div-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.txt-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.vertical-align-center {
    vertical-align: middle;
}

.float-right {
    float: right;
}

.div-bradius0 {
    border-radius: 0px;
}

.box-zindex-1 {
    z-index: 1;
}

.main-bg--hide {
    display: none;
}

.main-bg {
    background-image: url(images/left-pattern.png),
        url(images/right-pattern.png);
    background-position: left bottom, right bottom;
    background-size: 60%, 60%;
    background-repeat: no-repeat, no-repeat;
    background-color: #f1efed;
}

.main-split-bg {
    background-image: url(images/left-pattern.png),
        url(images/right-pattern.png);
    background-position: left bottom, right bottom;
    background-size: 60%, 60%;
    background-repeat: no-repeat, no-repeat;
    background-color: #f1efed;
}

.main-split-bg::before {
    content: '';
    display: block;
    height: 190px;
    position: absolute;
    width: 100%;
}

.main-header-stripe {
    background-image: url(/styles/images/color_stripe-1.jpg);
    background-repeat: repeat-x;
    border: none;
    position: relative;
    z-index: 1;
    background-size: 130%;
    background-position: top;
}

.main-header-stripe::before {
    background-color: #f1efed;
    content: '';
    display: block;
    height: 190px;
    position: absolute;
    width: 100%;
}

.avatar-color-1 {
    --oj-avatar-bg-color: #a36472;
}

.white-bg {
    background-color: #ffffff;
}

.progress-circle-div {
    height: 100vh;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-form-progress {
    height: 25rem;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-ellipsis {
    display: -webkit-box;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-ellipsis-1 {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-ellipsis-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-ellipsis-3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-ellipsis-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-ellipsis-5 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-ellipsis-6 {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action-card {
    width: 12.5rem;
}

.train-comp-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.prog-bar .oj-progress-bar-value {
    --oj-progress-bar-value-bg-color: rgba(255, 255, 255, 0.5) !important;
}

.prog-bar .oj-progress-bar-track {
    background-color: #514c47 !important;
}

.progressBar-position {
    z-index: 10;
    position: fixed;
    color: rgb(255, 255, 255);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

diagram-node .wrapper .left-box {
    background-image: url('images/patterndiagram.png');
}

welcome-banner .banner-bg {
    background-image: url('images/pattern.png');
}

activities-view .hero-bg {
    background-image: url('images/header-texture.png');
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: overlay;
}

assessment-view .hero-bg {
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.evolve-header.hero-bg {
    background-image: url('images/header-texture.png');
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: overlay;
}

.starter_deploy .banner__strip {
    min-height: calc(100vh - 220px);
    background-repeat: no-repeat;
    background-image: url('images/color_stripe-1.jpg');
    background-size: 100%;
}

/* progress bar for list view and tables */
@keyframes placeHolderShimmer1 {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer1;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.inner-draw {
    background: #fbf9f8;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 100px;
}

.inner-right--top {
    background: #fbf9f8;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 100px;
}

.inner-right--bottom {
    background: #fbf9f8;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 60px;
    left: 100px;
}

.inner-crop {
    background: #fbf9f8;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100px;
}

/* two line loader */
.deferloading {
    cursor: default !important;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    overflow: hidden;
    opacity: 1;
}

.deferloading.inline {
    display: inline;
}

.deferloading:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: 2.2s ease forwards infinite placeHolderShimmer;
    background: #f2f2f2;
    background: linear-gradient(-61deg, #f2f2f2 40%, #e1e3e1 50%, #f2f2f2 60%);
    background-size: 100vw 100%;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -50vw 0;
    }

    100% {
        background-position: 50vw 0;
    }
}

.loader-container {
    width: 100%;
    height: 5rem;
    text-align: center;
}

.image-loader-container {
    width: 40%;
    height: 5rem;
    text-align: center;
}

.small-text-loader {
    width: 8rem;
    height: 0.8rem;
}

.long-text-loader {
    width: 12rem;
    height: 0.8rem;
}

.xl-text-loader {
    width: 16rem;
    height: 1rem;
}

.no-border-radius {
    border-radius: 0px;
}

.boxLoaderPosition {
    position: relative;
    margin-top: 20px;
}

.oj-user-assistance-inline-container {
    min-height: 1.5rem;
}

.header-stripe {
    background-repeat: repeat-x;
    border: none;
    position: relative;
    z-index: 1;
}

.drawer-bg-color {
    background-color: #fbf9f8 !important;
}

img {
    border: 0px !important;
}

.color-1 {
    --oj-avatar-bg-color: #409ba9;
}

.color-2 {
    --oj-avatar-bg-color: #776689;
}

.color-3 {
    --oj-avatar-bg-color: #f6a867;
}

.color-4 {
    --oj-avatar-bg-color: #a979a7;
}

.color-5 {
    --oj-avatar-bg-color: #6f915d;
}

.color-6 {
    --oj-avatar-bg-color: #944536;
}

.color-7 {
    --oj-avatar-bg-color: #8b3f10;
}

.color-8 {
    --oj-avatar-bg-color: #437c94;
    --bgColor__n2nsgo0: #437c94;
}

.no-bg-texture .oj-avatar-background {
    background-image: none;
}

.no-bg-texture .oj-avatar .oj-avatar-icon {
    --oj-avatar-icon-font-size: 1.25rem;
}

initiative-main .oj-ux-ico-workflow-icon {
    background-image: url(./images/icon-1.png);
    display: inline-block;
    width: 18px;
    height: 18px;
}

.drawer-header-border-bottom {
    border-bottom: 1px #1615131f solid;
}

.drawer-header-border-top {
    border-top: 1px #1615131f solid;
}

.drawer-close-parent {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.drawer-close-child {
    position: relative;
}

.drawer-container {
    height: 82vh;
    overflow-y: auto;
}

.cloud-quality-details-drawer {
    width: 40%;
}

.drawer-md {
    width: 50%;
}

.tab-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.tab-footer {
    padding: 1rem;
    border-top: 1px solid #ddd;
}

.cloud-quality-thumbnail {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.cloud-quality-details-drawer .oj-drawer-full-height {
    min-width: auto;
}

.drawer-sm {
    width: 20%;
}

.drawer-content {
    flex: 1;
    overflow-y: auto;
    width: 800px;
    margin: 1.5rem;
}

.drawer-sm .oj-drawer-full-height {
    min-width: auto;
}

.drawer-sm-1 {
    width: 33%;
}

#drawer-content {
    transition: width 0.3s ease-out;
}

.drawer-width-min {
    width: 38rem;
}

.drawer-width-50 {
    width: 50rem;
}

.drawer-sm-1 .oj-drawer-full-height {
    min-width: auto;
}

.group-heading {
    display: block;
    width: 100% !important;
    margin-top: 0 !important;
}

.group-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #f0cc72;
    position: static;
    margin-top: 8px;
    opacity: 1;
}

.linked-program {
    width: 8rem;
}

.program-left-content {
    width: 8.6rem;
}

@media screen and (max-width: 599.9px) {
    img {
        width: 100% !important;
    }

    .header-stripe {
        background-size: auto;
    }

    .csp-leftMenu {
        background-color: #ffffff;
        width: 100%;
    }

    #orgSelHeader .oj-searchselect-clear-value {
        display: none !important;
    }

    #orgSelHeader .oj-searchselect-arrow {
        display: inline-block !important;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 100% !important;
    }

    .drawer-box {
        background-color: rgb(251, 249, 248);
        width: 100% !important;
        max-width: 100%;
    }

    .project-view-drawer {
        width: 100% !important;
        max-width: 100%;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    #orgSelHeader .oj-searchselect-clear-value {
        display: none !important;
    }

    #orgSelHeader .oj-searchselect-arrow {
        display: inline-block !important;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 80% !important;
    }

    .drawer-md {
        width: 80% !important;
    }

    .drawer-box {
        background-color: rgb(251, 249, 248);
        width: 60%;
        max-width: 60%;
    }

    .project-view-drawer {
        width: 60% !important;
        max-width: 60%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    #orgSelHeader .oj-searchselect-clear-value {
        display: none !important;
    }

    #orgSelHeader .oj-searchselect-arrow {
        display: inline-block !important;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 80% !important;
    }

    .drawer-md {
        width: 80% !important;
    }

    .drawer-box {
        background-color: rgb(251, 249, 248);
        width: 90% !important;
        max-width: 90%;
    }

    .project-view-drawer {
        width: 90% !important;
        max-width: 90%;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) {
    #orgSelHeader .oj-searchselect-clear-value {
        display: none !important;
    }

    #orgSelHeader .oj-searchselect-arrow {
        display: inline-block !important;
    }

    /* .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 50% !important;
    } */

    .drawer-box {
        background-color: rgb(251, 249, 248);
        width: 70% !important;
        max-width: 70%;
    }

    .project-view-drawer {
        width: 60% !important;
        max-width: 60%;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.dashboard-chart-box {
    height: 300px;
}

.box-border-end {
    border-right: 1px solid var(--oj-core-divider-color) !important;
}

.white-btn button {
    color: #ffffff;
    border-color: #ffffff;
}

.white-btn button:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.project-full-width-drawer {
    width: 70%;
}

@media screen and (max-width: 599.9px) {
    .dashboard-card a {
        width: 100%;
        display: inline-table;
    }

    .mob-full-width {
        width: 100%;
        display: contents;
    }

    .mob-full-box {
        width: 100%;
    }

    .mob-no-border {
        border: 0 !important;
    }

    .theme-detail-secondary-bg {
        width: 100% !important;
    }

    .mob-hide {
        display: none !important;
    }

    .feature-panel-width {
        width: 100% !important;
    }

    adoption-center-template .content-left-image {
        width: 100% !important;
        height: auto !important;
    }
}

.adoption-drawer-box {
    background-color: rgb(251, 249, 248);
    width: 50%;
    max-width: 40%;
}

.drawer-box {
    background-color: rgb(251, 249, 248);
    width: 60%;
    max-width: 60%;
}

@media (max-width: 2560px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 1748px;
    }
}

@media only screen and (max-width: 1920px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 1748px;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 50%;
    }

    .drawer-md {
        width: 50%;
    }
}

@media (-webkit-device-pixel-ratio: 1.1) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 1638px;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 50%;
    }

    .drawer-md {
        width: 50%;
    }
}

@media only screen and (max-width: 1600px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 1408px;
    }

    main-dashboard .panel-bg {
        min-height: 120px;
    }

    main-dashboard .main-left-panel {
        width: 74%;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 50%;
    }

    .drawer-md {
        width: 50%;
    }
}

@media only screen and (max-width: 1440px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 1220px;
    }

    main-dashboard .main-left-panel {
        width: 68%;
    }

    main-dashboard .panel-bg {
        min-height: 100px;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 60%;
    }

    .drawer-md {
        width: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 976px;
    }

    .adoption-drawer-box {
        background-color: rgb(251, 249, 248);
        width: 60%;
    }

    .drawer-md {
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 552px;
    }

    .drawer-md {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .oj-web-applayout-max-width {
        --oj-private-app-layout-max-width: 100%;
    }

    .drawer-md {
        width: 100%;
    }
}

.event-disabled {
    pointer-events: none;
}

.search-input-box {
    --oj-text-field-height: 3.25rem;
}

.label-hint-input {
    position: relative;
}

.label-hint-input label {
    color: var(--oj-label-inside-edge-color);
    font-size: var(--oj-label-font-size);
    font-weight: var(--oj-label-font-weight);
    line-height: var(--oj-label-line-height);
    position: absolute;
    pointer-events: none;
    left: 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.label-hint-input .oj-focus ~ label,
.label-hint-input label.has-value {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    font-size: var(--oj-label-inside-edge-font-size);
    font-weight: var(--oj-label-inside-edge-font-weight);
    line-height: var(--oj-label-inside-edge-line-height);
}

.label-hint-input label.no-value {
    padding-top: 0 !important;
}

.label-hint-input .oj-focus input:focus,
.label-hint-input input:valid {
    min-height: var(--oj-text-field-inside-edge-height);
    padding-top: var(--oj-text-field-inside-edge-padding-top);
}

.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: relative !important;
    touch-action: none;
    overscroll-behavior: none;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.flex-grow-1 {
    flex-grow: 1;
}

.app-notification-icon-container {
    position: relative;
    display: inline-block;
    top: 2px;
}

.app-notification-icon-container .app-notification-unread-dot {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: var(--oj-dvt-danger-color);
    border-radius: 50%;
    border: 2px solid rgb(var(--oj-palette-neutral-rgb-150));
    display: 'block';
    z-index: 1;
}

.full-height {
    height: 100%;
}

.text-white {
    color: white;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.oj-flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.position-absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}

.link {
    color: #00688c;
    text-decoration: none;
}

.link:hover {
    text-decoration: none;
}

.new-assessment-drawer {
    width: 30vw;
}

.w-10 {
    width: 10vw;
}
.w-20 {
    width: 20vw;
}
.w-30 {
    width: 30vw;
}
.w-40 {
    width: 40vw;
}
.w-50 {
    width: 50vw;
}
.w-60 {
    width: 60vw;
}
.w-70 {
    width: 70vw;
}
.w-80 {
    width: 80vw;
}
.w-90 {
    width: 90vw;
}
.w-100 {
    width: 100vw;
}

#program-form-validator oj-text-field{
    min-height: 72px;
}

#team-member-form-validation .oj-text-field{
    min-height: 87px;
}

#program-form-validator oj-c-text-area{
    min-height: 110px;
}

#team-member-form-validation oj-c-select-single{
    min-height: 72px;
}
