/*
	The Team Management Custom CSS is for guides that display outside the context of a knowledge base.
	This affects:
		1.	A guide loaded in a widget with the Content Type set to ""Article", "Guide" or "Guided tour". For an example,
			see the "PROD - How to Launch Glide Health Help - Banner" widget.
		2.	The guide editor preview pane and when previewing an unpublished guide in a new window.
*/

/*
	COMMENTS
	These 4 Glide Health guides have triggers that are currently disabled on PROD and probably do not need special CSS:
		1. How to Launch Glide Health Help
		2. How to Use Glide Health Help
		3. New Features and Release Notes
		4. Quick Tour of Net Cost Recovery Dashboard

	These 3 Glide Health guides have triggers that are currently disabled on DEMO and probably do not need special CSS:
		1. How to Launch Glide Health Help
		2. How to Use Glide Health Help
		3. New Features and Release Notes

	This 1 Glide Health guide has a trigger associated with it that is enabled on DEMO and may or may not need special CSS:
		4. Quick Tour of Net Cost Recovery Dashboard

	This 1 Glide Health guide does not have a trigger associated with it and probably does not need special CSS:
		5. Tour of Net Cost Recovery
*/ 

/* Example CSS selectors provided by Stonly */
  div.subtitle, h2.subtitle { }
  div.content-text { }
  div.content-text ul { }

  .content-text aside.tip { }
  .content-text aside.warning { }

  .button-wrap button { }
  .button-wrap button:hover { }
  .button-wrap button:disabled { }

  .button-wrap .back-button button { }
  .button-wrap .back-button button svg path { }

  a.tile { }

  a.tile svg path { }

  div.radio-wrap { }
  div.radio-wrap label { }
  div.radio-wrap .radio-check { }

  div.dropdown-wrap { }
  div.dropdown-wrap li { }

/* GLIDE HEALTH */


  /* How to Use Glide Health Help Tile Default State */
  .guide-P3PIhQRr2L a.tile {
    background-color: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935
  }

  /* How to Use Glide Health Help Tile Hover State */
  .guide-P3PIhQRr2L a.tile:hover {
    background-color: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935
  }
  .guide-P3PIhQRr2L a.tile:hover img,a.tile:hover svg {
    fill: #ffffff
  }

  /* How to Use Glide Health Help All buttons */
  .guide-P3PIhQRr2L .button-wrap button {
    border-radius: 6px;
  }

  /* How to Use Glide Health Help back button default state */
  .guide-P3PIhQRr2L .button-wrap .back-button {
    padding: 0px 7px;
    background: #ffffff;
    border: 1px solid #1F2935;
    height: 36px;
    width: 36px;
    border-radius: 6px;
  }

  /* How to Use Glide Health Help Buttons Default State */
  .guide-P3PIhQRr2L .button-wrap button {
    background: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* How to Use Glide Health Help hover state of all buttons */
  .guide-P3PIhQRr2L .button-wrap button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* How to Use Glide Health Help hover state of back button */
  .guide-P3PIhQRr2L .button-wrap .back-button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* How to Use Glide Health Help hover state color of the arrow icon in back button */
  .guide-P3PIhQRr2L .button-wrap .back-button:hover svg path {
    fill: #1F2935;
  }


  /* How to Launch Glide Health Help Tile Default State */
  .guide-0pkvNwpmEf a.tile {
    background-color: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935
  }

  /* How to Launch Glide Health Help Tile Hover State */
  .guide-0pkvNwpmEf a.tile:hover {
    background-color: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935
  }
  .guide-0pkvNwpmEf a.tile:hover img,a.tile:hover svg {
    fill: #ffffff
  }

  /* How to Launch Glide Health Help All buttons */
  .guide-0pkvNwpmEf .button-wrap button {
    border-radius: 6px;
  }

  /* How to Launch Glide Health Help back button default state */
  .guide-0pkvNwpmEf .button-wrap .back-button {
    padding: 0px 7px;
    background: #ffffff;
    border: 1px solid #1F2935;
    height: 36px;
    width: 36px;
    border-radius: 6px;
  }

  /* How to Launch Glide Health Help Buttons Default State */
  .guide-0pkvNwpmEf .button-wrap button {
    background: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* How to Launch Glide Health Help hover state of all buttons */
  .guide-0pkvNwpmEf .button-wrap button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* How to Launch Glide Health Help hover state of back button */
  .guide-0pkvNwpmEf .button-wrap .back-button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* How to Launch Glide Health Help hover state color of the arrow icon in back button */
  .guide-0pkvNwpmEf .button-wrap .back-button:hover svg path {
    fill: #1F2935;
  }

    /* Glide Health Tour of Net Cost Recovery Tile Default State */
  .guide-os744eJCfX a.tile {
    background-color: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935
  }

  /* Glide Health Tour of Net Cost Recovery Tile Hover State */
  .guide-os744eJCfX a.tile:hover {
    background-color: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935
  }
  .guide-os744eJCfX a.tile:hover img,a.tile:hover svg {
    fill: #ffffff
  }

  /* Glide Health Tour of Net Cost Recovery All buttons */
  .guide-os744eJCfX .button-wrap button {
    border-radius: 6px;
  }

  /* Glide Health Tour of Net Cost Recovery back button default state */
  .guide-os744eJCfX .button-wrap .back-button {
    padding: 0px 7px;
    background: #ffffff;
    border: 1px solid #1F2935;
    height: 36px;
    width: 36px;
    border-radius: 6px;
  }

  /* Glide Health Tour of Net Cost Recovery Buttons Default State */
  .guide-os744eJCfX .button-wrap button {
    background: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* Glide Health Tour of Net Cost Recovery hover state of all buttons */
  .guide-os744eJCfX .button-wrap button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* Glide Health Tour of Net Cost Recovery hover state of back button */
  .guide-os744eJCfX .button-wrap .back-button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* Glide Health Tour of Net Cost Recovery hover state color of the arrow icon in back button */
  .guide-os744eJCfX .button-wrap .back-button:hover svg path {
    fill: #1F2935;
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard Tile Default State */
  .guide-Fvjtq2tcDs a.tile {
    background-color: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard Tile Hover State */
  .guide-Fvjtq2tcDs a.tile:hover {
    background-color: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935
  }
  .guide-Fvjtq2tcDs a.tile:hover img,a.tile:hover svg {
    fill: #ffffff
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard All buttons */
  .guide-Fvjtq2tcDs .button-wrap button {
    border-radius: 6px;
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard back button default state */
  .guide-Fvjtq2tcDs .button-wrap .back-button {
    padding: 0px 7px;
    background: #ffffff;
    border: 1px solid #1F2935;
    height: 36px;
    width: 36px;
    border-radius: 6px;
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard Buttons Default State */
  .guide-Fvjtq2tcDs .button-wrap button {
    background: #ffffff;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard hover state of all buttons */
  .guide-Fvjtq2tcDs .button-wrap button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard hover state of back button */
  .guide-Fvjtq2tcDs .button-wrap .back-button:hover {
    background: #C7E1FB;
    border: 1px solid #1F2935;
    color: #1F2935;
  }

  /* Glide Health Quick Tour of Net Cost Recovery Dashboard hover state color of the arrow icon in back button */
  .guide-Fvjtq2tcDs .button-wrap .back-button:hover svg path {
    fill: #1F2935;
  }
