/*
   imported from overlay.scss 
*/

/*
  When adding a color, please add it to the :export section at the end of this file.
  If you need to add a new section/type of color, you can add the section title to the :export by pre-prending it with an underscore.
*/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Lightens or darkens a color based on its brightness
 */
/**
* This takes the current $color of the parent and sets the icon color
* to be the currentColor
*/
/**
* Determines the icon size for various different sizes of buttons
*/
/* Primary Colors */
/* Secondary Colors */
/* Gradients */
/* Transparencies */
/* stylelint-disable */

/* stylelint-enable */
/**
  If making changes to this file, please make sure the changes are reflected on the :export section at the end of the file.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Lightens or darkens a color based on its brightness
 */
/**
* This takes the current $color of the parent and sets the icon color
* to be the currentColor
*/
/**
* Determines the icon size for various different sizes of buttons
*/
/* IMPORT_PT: update these as the project sees fit */
/* stylelint-disable */

/* stylelint-enable */
.overlay__content___18uFY.overlay__sidepanel___2cf_s .overlay__header___jdAi5 {
  flex-shrink: 0;
  height: 336px; }

.overlay__sidepanelFooter___aejP0 {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 84px;
  padding: calc(12.26277px + 1.16788vw) calc(15.32847px + 1.45985vw); }
  .overlay__sidepanelFooter___aejP0 .overlay__footerBtn___EWnVW {
    margin-left: calc(6.13139px + 0.58394vw); }
    .overlay__sidepanelFooter___aejP0 .overlay__footerBtn___EWnVW:disabled {
      background: #C0C2D0;
      border-color: #C0C2D0;
      color: #FFFFFF; }

.overlay__overlayFooter___3TgN1 {
  display: flex;
  justify-content: center;
  margin: 15px auto 30px auto; }
  .overlay__overlayFooter___3TgN1 button {
    border-radius: 29px; }
    .overlay__overlayFooter___3TgN1 button:disabled {
      background: #C0C2D0;
      border-color: #C0C2D0;
      color: #FFFFFF; }
