/* [RA] temporary fix, can be removed when 5.2 is installed. CGOV-3119 */
.ta-editor ul { 
    list-style-type: disc; 
    list-style-position: inside; 
}
.ta-editor ol { 
    list-style-type: decimal; 
    list-style-position: inside; 
}
.ta-editor ul ul, 
.ta-editor ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.ta-editor ol ol, 
.ta-editor ul ol { 
    list-style-type: lower-latin; 
    list-style-position: inside; 
    margin-left: 15px; 
}
.ta-editor li {
    margin: 8px 0px 8px 18px;
}

/*
    Change the value of the variables to adjust the styling of the application.
*/


:root {
--color-primary: rgb(255, 130, 0);
--color-primary-opacity-19: rgba(255, 130, 0, 0.19);
--color-primary-opacity-50: rgba(255, 130, 0, 0.5);
--color-primary-opacity-70: rgba(255, 130, 0, 0.7);
--color-gradient: rgb(232, 79, 12);

--color-secondary: #6488B4;
--color-secondary-opacity-70: rgba(100, 136, 180, 0.7);
--color-secondary-dark: #344e6d;
}
.loginPage-hero,
.loginPage-loginButton {
                background-color: var(--color-primary);
}


.cg-financial {
    text-align: right;
}

.numericInput  {
       text-align: right; 
}

.tooltip-inner {
       text-align: left; 
}

.surveyReply--description-details {
    white-space: pre-wrap;
}

.surveyReply--section-description  {
    white-space: pre-wrap;
}

}