﻿@import url("Theme.RA_CoreTheme.css?11226");

.vertical-text {
    transform: rotate(-90deg);
}

.ra-orange-color {
    color: var(--ra-yellow-color);
}
     
.ra-red-color {
    color: var(--ra-orange-color);
}

     
.sticky {   
    position: -webkit-sticky;   
    position: sticky;
}

.Page {
    display: flex;
    flex-direction: column;
}

.Content {
    flex-grow: 1;
}

.MainContent {
    min-height: 0;
}

.ApprovalColor_Red{
    color: rgb(210,49,11);
}

.ApprovalColor_Orange{
    color: rgb(244,144,30);
}

.ApprovalColor_Green{
    color: rgb(132,177,84);
}

.ApprovalColor_Grey{
    color: grey;
}

.Text_Note_Red {
    color: red;
    font-size: 12px;
    text-justify: inter-word;
}

.font-size-medium{
    font-size: 16px;
}

.margin-top-5{
    margin-top: 5px;
}

.width-30{
    width: 30px;
}

.countryscope-other{
    color: #cbe8e5;
}

.countryscope-ingeographicalscope{
    color: #225b6b;
}

.countryscope-sanctioned{
    color: #d2310b;
}

.CBlogo-grey{
    color: lightgrey;
}


.btn-forest{
    color: var(--ra-forest-color);
}

.os-internal-ui-dialog-titlebar-close-no-title {
    right: 20px !important;   
}

.rtl_width_180{
    width: 180px;
}