/*******************************************************************************
 * DB Icon set
 */

 @font-face {
  font-family: "db-icon";
  src: url("../fonts/db-icon.ttf?wc7cqx") format("truetype"),
    url("../fonts/db-icon.woff?wc7cqx") format("woff"),
    url("../fonts/db-icon.svg?wc7cqx#db-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.db-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "db-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1200px) {
  .wy-nav-content {
    max-width: 960px;
    margin-right: 220px;
  }
}

.db-icon-arrow-down-circle:before {
  content: "\e900";
}

.db-icon-arrow-down:before {
  content: "\e901";
}

.db-icon-arrow-left-circle:before {
  content: "\e902";
}

.db-icon-arrow-left:before {
  content: "\e903";
}

.db-icon-arrow-right-circle:before {
  content: "\e904";
}

.db-icon-arrow-right:before {
  content: "\e905";
}

.db-icon-arrow-up-circle:before {
  content: "\e906";
}

.db-icon-arrow-up:before {
  content: "\e907";
}

.db-icon-checkmark:before {
  content: "\e908";
}

.db-icon-chevron-down:before {
  content: "\e909";
}

.db-icon-chevron-left:before {
  content: "\e90a";
}

.db-icon-chevron-right:before {
  content: "\e90b";
}

.db-icon-chevron-up:before {
  content: "\e90c";
}

.db-icon-close:before {
  content: "\e90d";
}

.db-icon-dbce:before {
  content: "\e90e";
}

.db-icon-facebook:before {
  content: "\e90f";
}

.db-icon-linkedin:before {
  content: "\e910";
}

.db-icon-menu:before {
  content: "\e911";
}

.db-icon-newsletter:before {
  content: "\e912";
}

.db-icon-pdf:before {
  content: "\e913";
}

.db-icon-play-large:before {
  content: "\e914";
}

.db-icon-play:before {
  content: "\e915";
}

.db-icon-plus-circle-filled:before {
  content: "\e916";
}

.db-icon-rss:before {
  content: "\e917";
}

.db-icon-search:before {
  content: "\e918";
}

.db-icon-share:before {
  content: "\e919";
}

.db-icon-slideshow-left:before {
  content: "\e91a";
}

.db-icon-slideshow-right:before {
  content: "\e91b";
}

.db-icon-twitter-bird:before {
  content: "\e91c";
}

.db-icon-twitter:before {
  content: "\e91d";
}

.db-icon-webinar:before {
  content: "\e91e";
}

/*******************************************************************************
 * Scaffolding
 */

body,
body.wy-body-for-nav {
  font-family: "DM Sans", sans-serif;
  background: #fff;
  background-image: none;
}

a,
a:visited,
a:hover {
  color: #2272b4;
}

.rst-content tt.xref,
a .rst-content tt,
.rst-content tt.xref,
.rst-content code.xref,
a .rst-content tt,
a .rst-content code {
  font-weight: 500;
}

/* Use semibold weight in favor of bold */
h1,
h2,
h3,
h4,
h5,
b,
strong,
mark,
.wy-alert-title,
.rst-content .admonition-title,
.wy-table thead th,
.rst-content table.docutils thead th,
.rst-content table.field-list thead th,
.wy-menu-vertical header,
.wy-menu-vertical p.caption,
.wy-side-nav-search > a,
.wy-side-nav-search .wy-dropdown > a,
.wy-nav-top a,
.rst-content .topic-title,
.rst-content .sidebar .sidebar-title,
.rst-content .highlighted,
.rst-content dl dt,
.rst-content dl:not(.docutils) tt,
.rst-content dl:not(.docutils) tt,
.rst-content dl:not(.docutils) code,
.rst-content dl:not(.docutils) tt.descname,
.rst-content dl:not(.docutils) tt.descname,
.rst-content dl:not(.docutils) code.descname,
.rst-content dl:not(.docutils) .optional,
.rst-content p.rubric {
  font-weight: 600;
}

/**
 * Forms
 */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}

/**
 * Tables
 */

table {
  width: 100%;
  background-color: #fff;
}

table > colgroup:first-child {
  display: none;
}

@media (min-width: 769px) {
  .wy-table-responsive {
    max-width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }

  .wy-table-responsive table td,
  .wy-table-responsive table th {
    white-space: normal;
  }
}

/**
 * Images
 */

@media screen and (max-width: 768px) {
  img {
    width: auto;
  }
}

/*******************************************************************************
 * Header area
 */

/**
 * HIGH-LEVEL PAGE LAYOUT CODE ONLY
 * Header bar
 * Layout is a 1x2.
 *  <Nav>
 *  <Page>
 *
 * Top-level nav is the header bar. It is 55px and above page content.
 * Page contains sidebar Nav and Main.
 * <Page> is a 2x1:
 *    <Nav><Main>
 *
 * HIGH-LEVEL PAGE LAYOUT CODE ONLY
 */

.wy-nav-top {
  display: block;
  /* Overriding the theme which sets it to none(since it use to only be mobile. */
  height: 55px;
}

page nav.wy-nav-side {
  padding-bottom: 75px;
  /* Need to account for the header push. */
}

.wy-nav-top.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*
    Above page content. 10 to give some room. .clippy is 2, so this really only needs to be 2, but I am doing 10
      to reduce the chance that someone someone adds something else to the body and overflows it.
    @TODO: Cleanup the overall stacking/positioning so we can just push the main content always below the header as
      one group.
  */
  z-index: 10;
}

@media print {
  .wy-nav-top.header {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .wy-nav-content-wrap.shift {
    top: 55px;
  }
}

.wy-grid-for-nav {
  top: 55px;
}

/**
* End "HIGH-LEVEL PAGE LAYOUT CODE ONLY" section
*/

.wy-nav-top {
  padding: 0;
  background-color: #efefef;
  border-bottom: 1px solid #c9c9c9;
  color: #333;
  position: relative;
}

.wy-nav-top.header ul {
  height: 55px;
  /* Important for item sizing */
}

.wy-nav-top.header li {
  width: 33%;
  display: inline;
}

/* Spacing based on Azure doc logo and change cloud link. */
@media screen and (max-width: 670px) {
  .wy-nav-top.header .change-cloud-link a.long {
    display: none;
  }
}

/* Spacing based on Azure doc logo and change cloud link. */
@media screen and (min-width: 671px) {
  .wy-nav-top.header .change-cloud-link a.short {
    display: none;
  }
}

.wy-nav-top-menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .wy-nav-top-menu-button {
    display: block;
  }
}

.wy-nav-top .change-cloud-link a {
  color: #2980b9;
  font-weight: normal;
  /* made heavier per Adam Conway request */
  margin-right: 16px;
  line-height: 62px;
  /* For aligning the bottom of this text with the menu toggle and logo */
}

.wy-nave-shift {
  border-right: 1px solid #c9c9c9;
}

.build_info {
  font-size: 12px;
}

.wy-nav-top .wy-nav-top-menu-button {
  font-size: 20px;
  line-height: 54px;
  width: 54px;
  text-align: center;
  z-index: 2;
  background-color: #efefef;
}

.wy-nav-top-logo {
  line-height: 54px;
  text-align: center;
  margin-left: 14px;
  float: left;
}

@media screen and (max-width: 768px) {
  .wy-nav-top-logo {
    line-height: 54px;
    text-align: center;
    margin-left: 0;
  }
}

.wy-nav-top-logo img {
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 137px;
  height: 21px;
  padding: 0;
  background-color: transparent;
}

/**
 * Sidebar Header area
 */

.wy-nav-side {
  top: 55px;
  background-color: #fff;
  color: #000;
  border-right: 1px solid #c9c9c9;
}

@media screen and (max-width: 768px) {
  .wy-nav-side.shift {
    width: 300px;
  }
}

.wy-side-nav-search {
  padding: 30px 30px 0;
  margin-bottom: 30px;
  background-color: transparent;
}

.wy-nav-side [role="contentinfo"] {
  padding-left: 30px;
  font-weight: lighter;
  width: 300px;
  /* Hack to stop text overflow until it sidebar is cleaned up */
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c9c9c9;
}

.wy-nav-side [role="contentinfo"] p {
  margin-bottom: 0;
}

/* Logo */
.wy-side-nav-search > a.header-logo {
  /* Unfortunately, we have to use a pretty specific selector */
  display: block;
  padding: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .wy-side-nav-search > a.header-logo {
    display: none;
  }
}

.wy-side-nav-search > a.header-logo:hover {
  background-color: transparent;
}

.header-logo img {
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 199px;
  height: 31px;
  padding: 0;
  background-color: transparent;
}

/* Search box */
.wy-side-nav-search input[type="text"] {
  border-radius: 0;
  color: #000;
  background-color: #efefef;
  border: 1px solid #ddd;
}

.wy-side-nav-search input[type="text"]:focus {
  background-color: #e5e5e5;
  border-color: #eee;
}

.wy-side-nav-search input[type="text"]::-webkit-input-placeholder {
  color: #555;
}

.wy-side-nav-search input[type="text"]::-moz-placeholder {
  color: #555;
}

.wy-side-nav-search input[type="text"]:-ms-input-placeholder {
  color: #555;
}

.wy-side-nav-search input[type="text"]::placeholder {
  color: #555;
}

/**
 * Navigation
 */

.wy-menu-vertical {
  font-size: 1rem;
}

/* replace the caption with a divider TOC only */
.wy-menu-vertical p.caption {
  width: 100%;
  height: 1px;
  background: #c9c9c9;
}

.wy-menu-vertical p.caption .caption-text {
  color: transparent;
  /*padding: 6px 0px;*/
}

.wy-menu-vertical li {
  font-size: 1rem !important;
}

.wy-menu-vertical a,
.wy-menu-vertical li.on a

/* Databricks functionality
   sets the sizing and text color for all links in the TOC
   remove background !important so it doesn't take precedence when we highlight.*/
.wy-menu-vertical li.current a,
.wy-menu-vertical li.current>a {
  color: #000;
  font-weight: normal !important;
  padding: 6px 30px !important;
  font-size: 0.875rem;
  line-height: 1.25em;
  /*background-color: transparent;*/
  border: 0;
  -webkit-font-smoothing: auto !important;
}

.wy-menu-vertical a:hover,
.wy-menu-vertical li.on a:hover,
.wy-menu-vertical li.current a:hover,
.wy-menu-vertical li.current > a:hover {
  background-color: #f0f0f0 !important;
}

/* highlight the current select link in the toc - only works for pages.
   DOES NOT work for anchors on a page
*/
.wy-menu-vertical > ul.current > li.current a.current.reference.internal {
  padding-top: 0px;
  margin-top: 0px;
  background-color: #f0f0f0;
}

/* don't color the current list item and all its children */
.wy-menu-vertical li.current {
  background: transparent;
}

/* indent the children of a selected link */
.wy-menu-vertical li.current li a {
  padding-left: calc(30px + 1.5em) !important;
}

.wy-menu-vertical li.current li li a {
  padding-left: calc(30px + 3em) !important;
}

.wy-menu-vertical li.current li li li a {
  padding-left: calc(30px + 4.5em) !important;
}

.wy-menu-vertical li.current li li li li a {
  padding-left: calc(30px + 6em) !important;
}

.wy-menu-vertical li.current li li li li li a {
  padding-left: calc(30px + 7.5em) !important;
}

.wy-menu-vertical li span.toctree-expand:before {
  vertical-align: middle;
  font-size: 0.875rem !important;
  line-height: 1em !important;
  position: relative;
}

.wy-menu-vertical li.on a span.toctree-expand:before,
.wy-menu-vertical li.current > a span.toctree-expand:before {
  content: "▾";
  font-weight: normal;
  top: -0.33em;
}

.wy-menu-vertical li span.toctree-expand:before {
  content: "▸";
  font-weight: normal;
}

/* The big "home" navigation link*/
.wy-menu-vertical a.main-navigation-home {
  position: relative;
  font-size: 1rem;
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 9px;
  margin-bottom: 6px;
  /*border-bottom: 1px solid #FF3621;*/
}

.wy-menu-vertical a.main-navigation-home img {
  position: absolute;
  bottom: calc(6px + 0.25em);
  left: 30px;
  margin-bottom: 20px;
  margin-left: -1.2em;
  width: 1em;
  vertical-align: baseline;
}

.wy-menu-vertical a.main-navigation-home:hover {
  background-color: transparent;
}

.wy-menu-vertical {
  padding-bottom: 10px;
}

/*******************************************************************************
 * Main content area
 */

.wy-nav-content-wrap,
.wy-nav-content {
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  .wy-nav-content-wrap.shift {
    left: 300px;
  }
}

@media screen and (max-width: 768px) {
  .wy-nav-content-wrap .wy-nav-content {
    padding: 30px 15px;
  }
}

/* Overridding theme */
@media screen and (max-width: 768px) {
  .wy-nav-content-wrap.shift {
    overflow: scroll;
  }
}

.wy-nav-content-wrap {
  font-size: 1rem;
}

.wy-nav-content-wrap p,
.wy-nav-content-wrap ol,
.wy-nav-content-wrap ul,
.wy-nav-content-wrap blockquote {
  font-size: 1rem;
  line-height: 1.41em;
}

.wy-nav-content-wrap p,
.wy-nav-content-wrap blockquote {
  margin-top: 1em;
}

.wy-nav-content-wrap li ol,
.wy-nav-content-wrap li ul {
  position: relative;
  left: -6px;
}

.wy-nav-content-wrap li ul[role="tablist"] {
  left: 0px;
}

.wy-nav-content-wrap a:hover {
  text-decoration: underline;
}

.wy-nav-content-wrap h1 {
  font-size: 45px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.wy-nav-content-wrap h2 {
  font-weight: 500;
  font-size: 34px;
  margin-top: 1em;
  /* Was 1.5 but decreased to 1.2 to account for .section:before scroll fix. */
  margin-bottom: 0.5em;
}

.embedded-notebook-section h2 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.wy-nav-content-wrap h3 {
  font-weight: 500;
  font-size: 28px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.wy-nav-content-wrap h4 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.wy-nav-content-wrap h5 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.wy-nav-content-wrap li {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  line-height: 22px;
}

.wy-nav-content-wrap li:first-child {
  margin-top: 1em;
}

.wy-nav-content-wrap li li:first-child {
  margin-top: 0.5em;
}

.wy-nav-content-wrap li li:last-child {
  margin-bottom: 0.5em;
}

.wy-nav-content-wrap li:last-child > :last-child {
  margin-bottom: 1em;
}

.wy-nav-content-wrap li > p:last-child:not(:only-child),
.wy-nav-content-wrap li > div:last-child:not(:only-child) {
  margin-bottom: 1em;
}

/**
 * Buttons
 */

.btn,
.btn:focus,
.btn:active {
  padding: 0.5em 1.5em;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
  box-shadow: none;
  font-weight: 600;
  transition: none;
}

a.btn,
a.btn:hover,
a.btn:focus,
a.btn:active {
  text-decoration: none !important;
}

.btn .db-icon {
  vertical-align: baseline;
  font-size: 0.6em;
  font-weight: bold;
  position: relative;
  top: -0.1em;
}

.btn-neutral,
.btn-neutral:visited {
  color: #fff !important;
  background: #1cb1c2 !important;
  border-color: #1cb1c2 !important;
}

.btn-neutral:hover,
.btn-neutral:active,
.btn-neutral:focus {
  background: #1fc5d8 !important;
  border-color: #1fc5d8 !important;
}

/**
 * Footer section
 */

.rst-content footer {
  font-size: 13px;
  color: #888;
}

.rst-content footer a {
  color: #888;
  text-decoration: underline;
}

.rst-content footer p {
  margin-bottom: 0.75em;
}

.rst-content footer hr {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .rst-content footer hr {
    margin-top: 30px;
  }
}

/* Next/prev buttons */
.rst-footer-buttons {
  margin-top: 30px;
}

.rst-footer-buttons .btn {
  color: #1cb1c2 !important;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 7em;
}

.rst-footer-buttons .btn:hover {
  color: #fff !important;
  background: #1fc5d8 !important;
  border-color: #1fc5d8 !important;
}

.rst-footer-buttons .btn + .btn {
  margin-left: 1em;
}

@media screen and (max-width: 375px) {
  .rst-footer-buttons {
    display: flex;
  }

  .rst-footer-buttons .btn {
    flex: 1 1 50%;
  }
}

/**
 * Alert boxes
 */

.rst-content .admonition-title {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1em;
  padding: 0.7em 0.5em 0em;
  margin-bottom: 0px;
}

.rst-content .admonition-title:before {
  content: " ";
  display: inline-block;
  margin-right: 0.2em;
  height: 1em;
  line-height: 1em;
  vertical-align: bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  position: relative;
  top: -0.1em;
}

.admonition {
  margin-top: 1em;
}

.admonition.note {
  background-color: #e8f7f8;
  border-left: 4px solid #1cb1c2 !important;
}

.admonition.note .admonition-title {
  background-color: #e8f7f8;
  color: #404040;
}

.admonition.note .admonition-title:before {
  font-size: 1rem;
}

.admonition.tip {
  background-color: #f9fadf;
  border-left: 4px solid #d6de23 !important;
}

.admonition.tip .admonition-title {
  background-color: #f9fadf;
  color: #404040;
}

.admonition.tip .admonition-title:before {
  font-size: 1rem;
}

.admonition.warning {
  background-color: #fceced;
  border-left: 4px solid #dc2126 !important;
}

.admonition.warning .admonition-title {
  background-color: #fceced;
  color: #404040;
}

.admonition.warning .admonition-title:before {
  font-size: 1rem;
}

.admonition.warning .admonition-title:after {
  content: "!";
}

.admonition.important {
  background-color: #fdf1e6;
  border-left: 4px solid #ed770e !important;
}

.admonition.important .admonition-title {
  background-color: #fdf1e6;
  color: #404040;
}

.admonition.important .admonition-title:before {
  font-size: 1rem;
}

.admonition.important .admonition-title:after {
  content: "!";
}

.admonition.preview {
  background-color: #e8f7f8;
  border-left: 4px solid #1cb1c2 !important;
}

.admonition.preview .admonition-title {
  background-color: #e8f7f8;
  color: #404040;
}

.admonition.preview .admonition-title:before {
  font-size: 1rem;
}

/* Tables in alert boxes */
.admonition table,
.rst-content .admonition table {
  border: 1px solid #e1e4e5 !important;
}

.rst-content .admonition table td,
.rst-content .admonition table th {
  border-color: #e1e4e5 !important;
}

/**
 * Code samples
 */

.highlight {
  position: relative;
  z-index: 1;
}

/* Copy to the clipboard */
.clippy {
  position: absolute;
  top: -1px;
  right: -1px;
  white-space: pre;
  text-align: center;
  z-index: 2;
  font-family: "DM Sans", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 20px;
  background-color: transparent;
  border: none;
}

.clippy img {
  width: 1em;
  margin-right: 0.5em;
  position: relative;
  bottom: 1px;
}

.clippy:hover {
  background-color: #f3f3f3;
}

@keyframes flashClippy {
  0% {
    background-color: #fff;
  }

  33% {
    background-color: #ffedcc;
  }

  66% {
    background-color: #fff;
  }
}

.clippy + pre {
  position: relative;
  z-index: 1;
}

pre.copied {
  animation: flashClippy 1s;
}

/**
 * Notebook embeds
 */

.embedded-notebook {
  position: relative;
}

.embedded-notebook p {
  font-size: small;
  margin-bottom: 0px;
}

.embedded-notebook .embedded-notebook-copy-to-clipboard {
  float: right;
  border: none;
  color: #333;
  padding: 3px 6px;
  margin: 0 0 4px 0;
  border-radius: 4px;
  font-size: 11px;
  background-color: #eee;
}

.embedded-notebook .embedded-notebook-copy-to-clipboard:hover,
.embedded-notebook .embedded-notebook-copy-to-clipboard:focus {
  background-color: #ddd;
}

.embedded-notebook .embedded-notebook-copy-to-clipboard:active {
  background-color: #ccc;
}

.embedded-notebook .embedded-notebook-copy-to-clipboard img {
  width: 1em;
  margin-right: 0.5em;
  position: relative;
  bottom: 1px;
  top: auto;
}

.embedded-notebook .embedded-notebook-container .loading-spinner,
.embedded-notebook iframe,
.embedded-notebook .embedded-notebook-container:before {
  transition: opacity 0.5s linear;
}

.embedded-notebook iframe {
  opacity: 0;
  border-style: none;
  border-width: 0px;
  transition-delay: 0.5s;
}

.embedded-notebook.loaded iframe {
  opacity: 1;
}

.embedded-notebook .embedded-notebook-container {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.embedded-notebook.expanded .embedded-notebook-container {
  height: auto;
  overflow: initial;
  padding-bottom: 45px;
}

.embedded-notebook .embedded-notebook-container .loading-spinner {
  position: absolute;
  top: 30px;
  left: 50%;
  font-size: 80px;
  margin-left: -0.5em;
  z-index: -1;
}

.embedded-notebook .embedded-notebook-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(188, 188, 188, 0) 0%,
    rgba(188, 188, 188, 0.6) 100%
  );
  border-radius: 8px;
}

.embedded-notebook.expanded .embedded-notebook-container:after {
  display: none;
}

.embedded-notebook .expand-cta {
  background: #aaaaaa;
  border-radius: 8px;
  border: none;
  bottom: 12px;
  color: white;
  font-size: 12px;
  font-weight: normal;
  left: 12px;
  margin: 0;
  opacity: 1;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  transition: background 350ms;
  width: 140px;
  z-index: 2;
}

.embedded-notebook.loaded .expand-cta {
  background: #1cb1c2;
  opacity: 1;
  pointer-events: all;
}

/**
 * Breadcrumbs
 */

.wy-breadcrumbs-wrapper {
  margin-bottom: 20px;
}

.wy-breadcrumbs {
  font-size: 15px !important;
}

.wy-breadcrumbs li a {
  padding: 0;
}

.wy-breadcrumbs .db-icon {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.6em;
  font-weight: bold;
  display: inline-block;
  margin-top: -0.25em;
}

@media screen and (max-width: 375px) {
  .wy-breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wy-breadcrumbs {
    margin-bottom: 30px !important;
  }
}

/*******************************************************************************
 * Misc utilities
 */

/**
 * Loading spinners
 */

.loading-spinner {
  font-size: 100px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.1em solid rgba(0, 0, 0, 0.2);
  border-right: 0.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.2);
  border-left: 0.1em solid #333;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}

.loading-spinner,
.loading-spinner:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

@media print {
  .loading-spinner {
    visibility: hidden;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************************************************************
 * Databricks Common Header
 */
html {
  background-color: #fff !important;
}

body {
  position: static !important;
}

.top-bar__container,
.container-logo {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-logo {
  max-width: 1400px;
  margin-left: 20px;
}

.top-bar__container {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

nav.header.su_header {
  background: #fff;
}

.su_nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.wy-nav-top.header.su_header {
  z-index: 9999;
}

nav.wy-nav-top.header.su_header li {
  width: auto;
  display: block;
}

.wy-nav-top.header li.menu-toggle {
  width: 124px;
  height: auto;
  float: left;
}

nav.wy-nav-top.header.su_header li a.wy-nav-top-logo {
  padding-left: 0;
  margin-left: 0;
}

.su_nav-menu li a {
  color: #222;
  font-weight: 400;
}

.su_nav-menu > li > a:hover {
  color: #cf4900;
}

.su_nav-menu > li > a {
  text-decoration: none;
  padding: 0 10px;
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 40px;
}

.su_nav-right {
  float: right;
}

.su_nav-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.su_nav-right ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.su_nav-right {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
}

.su_nav-right ul {
  margin: 0;
}

.su_nav-right ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.su_nav-right li a {
  text-transform: uppercase;
  color: #696969;
  font-size: 13px;
  padding: 0 14px;
  text-decoration: none;
}

.su_nav-right .try-databrick-item a {
  background-color: #ff3621;
  padding: 20px 15px;
  border-radius: 0;
  font-weight: 700 !important;
  font-size: 15px;
  color: #fff;
}

.su_nav-right .try-databrick-item a:hover {
  background-color: #bd2b26;
}

.su_sub-header {
  background-color: #f3f3f3;
  padding: 20px 0;
  top: 54px;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  border-bottom: 1px solid #c9c9c9;
}

.su_sub-header-inner {
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.su_subnav-menu a {
  outline-color: #fff;
}

.su_subnav-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 1;
  max-width: 380px;
}

.wy-nav-side.su_nav-side [role="contentinfo"] {
  height: 180px;
}

.su_nav-side .wy-menu-vertical li.on a span.toctree-expand:before,
.su_nav-side .wy-menu-vertical li.current > a span.toctree-expand:before {
  content: "▾";
  font-weight: normal;
}

.su_subnav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.su_subnav-menu li {
  padding: 9px 6px;
  text-decoration: none;
}

.su_subnav-menu-right li {
  padding: 0 10px;
}

.su_subnav-menu li a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 18px;
  line-height: 18.2px;
}

.su_subnav-menu li.active {
  border-bottom: 2px solid #fff;
}

.wy-grid-for-nav.su_nav-grid,
.wy-nav-side.su_nav-side {
  top: 124px;
}

.su_searchform {
  padding: 0;
}

.su_search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.su_search-input[type="text"] {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 13px;
  background-color: #fff;
  line-height: 1.6;
  border: transparent;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.su_searchsubmit {
  font-size: 15px;
  padding: 0 15px;
  background: #cf4900;
  border: none;
  height: 40px;
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.su_searchbtn {
  font-size: 15px;
  padding: 0 15px;
  background: #cf4900;
  border: none;
  height: 40px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.su-dropdown {
  display: none;
  width: 100%;
  background: rgba(252, 252, 252, 0.9);
  padding: 35px 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.header.su_header .su-dropdown {
  height: auto;
}

.header.su_header .su-dropdown .su-toggle-menu > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.su_header .su-dropdown li .su_child-item {
  display: table;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.su_header .su-dropdown li .su_child-item > li {
  float: left;
  width: 100%;
  padding: 4px 0;
  margin: 0;
  font-size: 0.8em;
  text-align: left;
}

.su_header .su-dropdown li .su_child-item > li a {
  border: 0;
  font-size: 14px;
  line-height: normal;
  padding: 0;
  width: 95%;
  display: block;
}

.su-label-bold {
  font-weight: 700;
  text-align: left;
}

.su-level-1.menu-dropdown-icon a {
  position: relative;
}

.menu-dropdown-icon.su-active > a:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  position: absolute;
  top: 40px;
  z-index: 9999;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
  transition-property: opacity;
  transition-delay: 0.2s;
  left: 50%;
  margin-left: -30px;
}

.su_nav-menu > .menu-dropdown-icon > div {
  animation: fadeInUp 400ms 1ms both;
  -webkit-animation: fadeInUp 400ms 1ms both;
}

.su_child-item li a:hover,
li.su-breadcrumbs-right a:hover {
  color: #cf4900;
}

.su_header .su-dropdown li .su_child-item img {
  width: auto;
  height: auto;
  border-radius: 0;
  background: no-repeat;
  margin: 0;
}

.su-toggle-menu > li p {
  margin: 0 0 10px;
  padding: 0;
}

.su-toggle-menu > li:last-child {
  text-align: left;
}

.su-toggle-menu > li:last-child a {
  color: #1cb1c2;
}

.su-toggle-menu > li:last-child a:hover {
  text-decoration: underline;
}

nav.header.su_header .su-toggle-menu {
  height: auto;
}

.su_left-padding {
  padding-left: 8px;
  margin: 4px 0 0;
}

.mobile-menu-toggle {
  display: none;
}

.su_header.wy-nav-top .wy-nav-top-menu-button {
  background-color: transparent;
}

.wy-nav-top .su_nav-right .right-try-list .change-cloud-link a {
  line-height: 54px;
  font-weight: 600;
}

.su__nav_content ol,
.su__nav_contentul,
.su__nav_content dl {
  padding: 0;
}

li.su-breadcrumbs-right {
  float: right;
}

li.su-breadcrumbs-right a {
  margin: 0 8px;
}

.su_nav-side .wy-side-nav-search {
  padding: 10px 30px 0;
  margin-bottom: 0;
}

.su_search-box .su-p-input-header {
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
}

.su-search-inner-block {
  width: 100%;
}

.su_search-box .su-p-input-header #searchForm {
  display: flex;
  padding: 0;
}

.su_search-box #searchContainer .advance-button-group > .button {
  float: left;
  font-size: 15px;
  padding: 0 15px;
  background: #cf4900 !important;
  border: none;
  color: #fff;
  cursor: pointer;
}

.rst-content footer {
  font-size: 13px;
  color: #888;
  display: block;
  width: 100%;
  clear: both;
}

.wy-nav-top.header ul.su_link-mobile {
  display: none;
}

.su-breadcrumbs-right .pull-right.short {
  display: none;
}

.wy-plain-list-decimal li,
.rst-content .section ol li,
.rst-content ol.arabic li,
article ol li {
  margin-left: 24px !important;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 999 !important;
}

.su_page_rating_box {
  padding: 30px 10px 10px 0 !important;
}

.su_page_rating_box .su_unhelpful {
  border: 1px solid #cf4a1e !important;
  background-color: #cf4a1e !important;
}

.su_page_rating_box .su_feedback_form {
  max-width: 280px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}

.su_page_rating_box .su_feedback_form p {
  margin: 0px !important;
}

.su_page_rating_box .su_feedback_success {
  min-width: 280px;
}

.su_page_rating_box .su_feedback_form span {
  margin: 0 10px;
}

@media print {
  .su_sub-header,
  .su_subnav-menu-right,
  .su_feedback_form {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .su_nav-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }
}

@media (max-width: 991px) {
  .su_nav-menu,
  .su_subnav-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  nav.wy-nav-top.header.su_header li a.pull-right.long {
    display: none;
  }

  nav.wy-nav-top.header.su_header li a.pull-right.short {
    display: block;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  section.wy-nav-content-wrap.shift,
  nav.wy-nav-side.su_nav-side {
    top: 124px;
  }

  nav.wy-nav-side.su_nav-side {
    position: absolute;
  }

  .su_sub-header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .su-breadcrumbs-right .pull-right.long {
    display: none;
  }

  .su-breadcrumbs-right .pull-right.short {
    display: block;
  }

  .su_nav-right .right-try-list {
    display: none;
  }

  .wy-nav-top.header .su_link-mobile {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .su_subnav-menu-right {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .su_sub-header,
  nav.wy-nav-top.header.su_header {
    max-width: 100%;
  }

  .su_page_rating_box .su_feedback_success {
    width: 280px !important;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  .su_search-box
    .su-p-input-header
    #searchForm
    md-autocomplete.ng-isolate-scope {
    width: 90% !important;
  }

  .su_page_rating .su_feedback_form {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  nav.wy-nav-top.header.su_header .wy-nav-top-logo img {
    width: 168px;
    height: auto;
  }

  nav.wy-nav-top.header.su_header li a.pull-right.short {
    position: relative;
    left: 16px;
  }

  .su_page_rating_box {
    padding: 10px 10px 10px 10px !important;
  }

  .su_page_rating_box .su_feedback_success {
    width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }

  .su_page_rating_box .su_feedback_form {
    margin: auto;
  }
  .top-bar__container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  nav.wy-nav-top.header.su_header .wy-nav-top-menu-button {
    width: 42px;
    line-height: 60px;
    margin-left: -5px;
  }

  nav.wy-nav-top.header.su_header li a.pull-right.short {
    left: 20px;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

.wy-plain-list-decimal,
.rst-content .section ol,
.rst-content ol.arabic,
article ol {
  list-style: decimal;
  line-height: 24px;
}

.wy-plain-list-decimal {
  margin-bottom: 24px !important;
}

.su_page_rating_box .su_helpful:hover,
.su_page_rating_box .su_unhelpful {
  box-shadow: none !important;
}

/*IE10 and IE11   (Method 2)*/
/* @media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .su_subnav-menu-right {width:365px;}
} */
@media all and (-ms-high-contrast: none) {
  .su_feedback_form span {
    margin: 0 10px !important;
  }

  *::-ms-backdrop,
  .su_feedback_form span {
    margin: 0 10px !important;
  }

  /* IE11 */
}

@supports (-ms-ime-align: auto) {
  .su-p-input-header #searchForm md-autocomplete md-autocomplete-wrap {
    width: 380px;
  }

  md-autocomplete .md-show-clear-button button {
    right: 50px;
  }
}

/* multi-version PVC site select */

.rst-versions {
  margin-bottom: 40px;
  position: relative;
  left: -5px;
  overflow: visible;
}

.rst-current-version {
  font-size: 15px !important;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
}

.rst-icon-open,
.rst-icon-close {
  margin-left: 5px;
}

.rst-icon-close {
  display: none;
}

.rst-versions.shift-up .rst-icon-open {
  display: none;
}

.rst-versions.shift-up .rst-icon-close {
  display: inline;
}

.rst-other-versions {
  display: none;
  position: absolute;
  width: 200px;
  left: 0;
  top: 100%;
  margin: 0;
  background: white;
  border: 1px solid #c9c9c9;
  box-shadow: 3px 3px 5px #c9c9c9;
}

.rst-versions.shift-up .rst-other-versions {
  display: block;
}

.rst-other-versions__version {
  margin: 0 !important;
  padding: 0 !important;
}

.rst-other-versions__version a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px 10px;
}

.rst-other-versions__version:not(:last-child) {
  border-bottom: 1px solid #c9c9c9;
}

/*version info label*/
.version_info {
  color: #888;
  font-size: 13px !important;
  margin-top: -5px !important;
}

/*right-side affix box*/

.affix-container {
  font-size: 0.875rem;
  line-height: 1.41em;
  position: fixed;
  /* Keep 192px in sync with .affix-container--desktop below */
  /* Can get overridden by 447px from a.dais_block--link + .affix-container below */
  top: 192px;
  right: 0;
  width: 250px;
}

.affix-container__item {
  position: relative;
  margin-bottom: 6px;
  line-height: 1.2em;
}

.affix-container--desktop .affix-container__item {
  font-size: 0.875rem;
}

.affix-container__title {
  display: block;
  margin-bottom: 6px;
}

.affix-container__desktop-title {
  font-size: 0.875rem;
  font-weight: 400;
}

.affix-container--mobile {
  margin-top: 48px;
}

.affix-container--desktop {
  display: none;
  /* Keep 192px in sync with .affix-container above */
  /* Can get overridden by 447px from a.dais_block--link + .affix-container--desktop below */
  height: calc(100vh - 192px);
  overflow-y: auto;
  direction: rtl;
}

.affix-container--ltr {
  direction: ltr;
  width: calc(100% - 10px);
}

@media screen and (min-width: 1200px) {
  .affix-container--mobile {
    display: none;
  }

  .affix-container--desktop {
    display: block;
  }
}

@media screen and (min-width: 1580px) {
  .affix-container {
    width: 350px;
  }
}

@media screen and (min-width: 1730px) {
  .affix-container {
    width: calc(100vw - 1350px);
  }
}

.affix-container .selected {
  font-weight: bold;
}

/*tile-toctree*/

.tile-toctree.tile-toctree > ul {
  display: block;
  margin: 32px 0 0;
  padding: 0;
}

.title-toctree__right {
  margin-bottom: 0 !important;
}

.tile-toctree__item.tile-toctree__item {
  display: flex;
  list-style-type: none;
  flex-direction: row;
  padding: 20px 24px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 0 !important;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 0 !important;
}

.tile-toctree__item:hover {
  border-color: #2272b4;
}

.tile-toctree__icon.tile-toctree__icon {
  display: block;
  height: 45px !important;
  width: 45px;
  object-fit: contain;
  margin: 2px 28px 0 0;
  position: relative;
  top: 5px;
}

.tile-toctree__title {
  font-size: 18px;
  line-height: 18px;
}

.tile-toctree__description.tile-toctree__description {
  font-size: 15px;
  margin-top: 11px;
}

@media screen and (min-width: 1400px) {
  .tile-toctree.tile-toctree > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tile-toctree__item {
    width: calc(50% - 16px);
  }
}

/*code-language-tabs*/

.clt-tabs {
  margin-top: 1em;
}

.clt-tabs__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.clt-tabs-item {
  display: block;
  margin: 0 !important;
  font-size: 15px;
  line-height: 15px;
}

.clt-tabs-item__href {
  color: #404040 !important;
  padding: 6px 7px;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 !important;
}

.clt-tabs-item__href:hover {
  text-decoration: none !important;
}

.clt-tabs-item--selected {
  position: relative;
}

.clt-tabs-item--selected::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background-color: #198eac;
}

.clt-tabs-item--selected .clt-tabs-item__href {
  font-weight: 600;
}

.clt-tabs-content {
  display: none;
  padding: calc(24px - 1em) 0 24px;
}

.clt-tabs-content--selected {
  display: block;
}

.clt-tabs--literal .clt-tabs-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.clt-tabs--literal .clt-tabs__items {
  background-color: #efefef;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 !important;
  height: 22px;
}

.clt-tabs--literal .clt-tabs-item {
  font-size: 13px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
}

.clt-tabs--literal .clt-tabs-item:first-child {
  margin-left: 6px !important;
}

.clt-tabs--literal .clt-tabs-item__href {
  padding: 0 6px;
}

.clt-tabs--literal .clt-tabs-item--selected {
  font-weight: 600;
}

.clt-tabs--literal .clt-tabs-item--selected::after {
  display: none;
}

.clt-tabs--literal .clt-tabs-item--selected .clt-tabs-item__href {
  color: black !important;
}

.clt-tabs--literal .clippy {
  top: -21px;
}

/*tutorial-steps*/

body {
  counter-reset: tutorial-steps;
}

.tutorial-steps--reset {
  counter-reset: tutorial-steps;
}

.tutorial-steps .section .headerlink {
  top: 0;
}

.tutorial-steps .section {
  position: relative;
  margin-left: 75px;
  padding-top: 44px;
}

.tutorial-steps .section:last-child {
  margin-bottom: 44px;
}

.tutorial-steps .section::before {
  counter-increment: tutorial-steps;
  content: counter(tutorial-steps);
  display: block;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  position: absolute;
  left: -75px;
  top: 44px;
  height: 51px;
  width: 51px;
  border-radius: 25px;
  background-color: #eee;
  text-align: center;
  z-index: 98;
}

.tutorial-steps .section::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: -50px;
  height: calc(100% + 0.1em);
  z-index: 97;
}

@media print {
  /* browsers by-default don't print background colors, so rework styles not to blow up */
  .tutorial-steps .section::before {
    background-color: white;
    border: 1px solid #eee;
  }

  .tutorial-steps .section::after {
    background-color: transparent;
    border-left: 2px solid #eee;
  }

  @page {
    size: landscape;
    margin: 0;
  }
}

.tutorial-steps .section:first-child::after {
  top: 44px;
  height: calc(100% - 44px + 0.1em);
}

.tutorial-steps .section:last-child::after {
  height: calc(44px + 0.1em);
}

.tutorial-steps h1,
.tutorial-steps h2,
.tutorial-steps h3,
.tutorial-steps h4,
.tutorial-steps h5,
.tutorial-steps h6 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}

/** DAIS summit stlyes begin */
a.dais_block--link {
  display: block;
  position: fixed;
  top: 192px;
  width: 200px;
  z-index: 100000;
  right: 50px;
}


@media screen and (max-width: 1200px) {
  a.dais_block--link {
    display: none;
  }
}

@media screen and (min-width: 1580px) {
  a.dais_block--link {
    right: 150px;
  }
}

@media screen and (min-width: 1730px) {
  a.dais_block--link {
    right: calc(100vw - 1550px);
  }
}


a.dais_block--link + .affix-container {
  /* Keep 447px in sync with a.dais_block--link + .affix-container--desktop below */
  /* Overrides 192px from .affix-container above */
  top: 447px; /* add Banner height */
}

a.dais_block--link + .affix-container--desktop {
  /* Keep 447px in sync with a.dais_block--link + .affix-container above */
  /* Overrides 192px from .affix-container--desktop above */
  height: calc(100vh - 447px);
}

a.dais_block--link > img {
  max-width: 100%;
}
/** DAIS summit stlyes end */
