/*! ThoughtSpot 2022-09-17
* http://www.thoughtspot.com/
* Copyright (c) 2022 ThoughtSpot 
*/

/******** Useful design resources ********/
/* Check our Radiant style guide. For colors: https://radiant.thoughtspot.com/4be2fa497/p/28fa0a-colors/t/835c57 */
/****************************************/


:root {
  /******** App ********/
  
  /* App-wide background, app-wide text color, app-wide font, app-wide text transform */
  /* Note: In Radiant design, background app color will be shade 10 */

  --ts-var-root-background: initial;
  --ts-var-root-color: initial;
  --ts-var-root-font-family: initial;
  --ts-var-root-text-transform: initial;

  /******** Nav bar ********/
  /*Nav bar font color, background color*/
  /* Note: In Radiant design, background nav color will be shade 70, font color shade 40 */
  --ts-var-nav-color: #AAC7F9;
  --ts-var-nav-background: #2359B6;
  
  /******** Buttons ********/
  
  /* App wide button design for main buttons*/
  --ts-var-button-border-radius: 5px;
  
  /* App wide button design for smaller buttons (ex: share, favorite, etc.)*/
  --ts-var-button--icon-border-radius: 5px;

  /* Primary buttons: For instance the Go button on the Search bar, when the search bar is clicked on */
  /* Note: In Radiant design, primary button color will be shade 60, hover shade 70 */
  --ts-var-button--primary-color: white;
  --ts-var-button--primary-background: #2359B6;
  --ts-var-button--primary--hover-background: blue;
  --ts-var-button--primary--font-family: initial;
  
  /* Secondary buttons: For instance most of the buttons on a Liveboard */
  /* Note: In Radiant design, secondary button color will be shade 20, hover shade 30 */
  --ts-var-button--secondary-color: initial;
  --ts-var-button--secondary-background: initial;
  --ts-var-button--secondary--hover-background: initial;
  --ts-var-button--secondary--font-family: initial;
  
  /* Tertiary buttons: Example the forward / back buttons */
  --ts-var-button--tertiary-color: initial;
  --ts-var-button--tertiary-background: initial;
  --ts-var-button--tertiary--hover-background: initial;
  
  /******** Visualizations ********/
  /* Viz title customizations*/
  --ts-var-viz-title-color: charcoal;
  --ts-var-viz-title-font-family: initial;
  --ts-var-viz-title-text-transform: italic;

  /* Viz subtitle customizations*/
  --ts-var-viz-description-color: #A4A4A3;
  --ts-var-viz-description-font-family: initial;
  --ts-var-viz-description-text-transform: initial;
  
  /* Viz area customizations*/
  --ts-var-viz-border-radius: 15px;
  --ts-var-viz-box-shadow: 1px 2px 5px #888888;
  --ts-var-viz-background: initial;
}

/*# sourceMappingURL=custom_variables.css.map */
