html.embedded {
  scroll-behavior: smooth;
}

html.smooth-scroll {
  scroll-behavior: smooth;
}

.clouditem {
  transition: transform .15s ease-in-out;
}

#cloudfile-container:not(.mobile) .clouditem:hover {
  transform: scale(1.025, 1.025);
}

#cloudfile-container.loading {
  opacity: .25;
  pointer-events: none;
}

.clouditem.loading {
  pointer-events: none !important;
}

.clouditem.loading > div {
  opacity: .4;
}

.clouditem.loading .clouditem-pending {
  display: flex !important;
}

.clouditem:hover .card-img-top,
.clouditem:hover img.rounded-4{
  background: #f8f8f8;
}

.clouditem-container-img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.clouditem-name-input {
  -webkit-padding-start: 0px;
}

.clouditem-info {
  background-color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.9;
  width: 100%;
}

.clouditem-img-type, .clouditem-badge-3dpreview {
  position: absolute;
}

.ds-selected .clouditem-img-type,
#cloudfile-container:not(.presentation) .clouditem:hover > .ds-selectable .clouditem-img-type,
#cloudfile-container.mobile.selecting .clouditem > .ds-selectable .clouditem-img-type {
  top: calc(1.75rem + 6px);
}

#cloudfile-container:not(.cloudfile-list) .ds-selected .clouditem-badge-3dpreview,
#cloudfile-container:not(.presentation):not(.cloudfile-list) .clouditem:hover > .ds-selectable .clouditem-badge-3dpreview,
#cloudfile-container.mobile.selecting:not(.cloudfile-list) .clouditem > .ds-selectable .clouditem-badge-3dpreview {
  top: calc(1.75rem + 34px);
}

.clouditem-img-type, .clouditem-badge-3dpreview {
  transition: top .15s ease-in-out;
  display: flex;
  left: 6px;
  width: 24px;
  height: 24px;
  padding: 4px;
}

.clouditem-img-type {
  top: 6px;
  z-index: 1;
}

.clouditem-badge-3dpreview {
  top: 34px;
}

.presentation .clouditem-img-type {
  top: 4px;
  left: 4px;
  width: 42px;
  height: 42px;
  padding: 8px;
}

.presentation .clouditem-badge-3dpreview {
  display: none;
}

.clouditem-img-gradient {
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.18) 50%,rgb(255, 255, 255) 100%)
}

.clouditem-status {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
}

.clouditem-status > div {
  width: 24px;
  height: 24px;
  padding: 2px;
}

.cloudfile-list .card-img-top {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.clouditem-nav {
  justify-content: space-around;
}

.cloudfile-list .clouditem-nav {
  justify-content: flex-end;
  margin-top: 0.25rem !important;
}

.cloudfile-grid .clouditem-nav {
  opacity: 0;
  transition: opacity .2s ease;
}

.cloudfile-grid:not(.mobile) .clouditem:hover .clouditem-nav,
.cloudfile-grid.mobile .clouditem > .ds-selected .clouditem-nav{
  opacity: 1;
}

.cloudfile-grid .clouditem-nav button {
  width: 100%;
}

@media (min-width: 576px) {
  .cloudfile-grid .clouditem-nav {
    justify-content: center;
  }
}

.cloudfile-grid.mobile .clouditem > div:not(.ds-selected) .clouditem-nav > button {
  pointer-events: none;
}

.cloudfile-list .clouditem-manage {
  margin-left: auto;
}

.cloudfile-grid .clouditem-manage {
  max-height: calc(42px * 2 + 5px + .5rem);
  overflow-y: auto;
  margin: auto;
}

.clouditem-manage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clouditem-manage button {
  transition: opacity .3s ease-in-out;
}

.clouditem-manage button:disabled {
  opacity: .2;
  pointer-events: none;
}

.btn-manage-delete {
  grid-column-end: -1;
}

@media (min-width: 576px) { 
  .cloudfile-grid .clouditem-manage {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) { 
  .cloudfile-grid .clouditem-manage {
    grid-template-columns: repeat(5, 1fr);
  }
}

.cloudfile-list .clouditem-img-preview {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.dir-highlighting {
  border: 3px solid #f29400 !important;
}

#dd-move-parent > div {
  border-style:dashed !important;
  border-width: 3px !important;
  height: 70px;
}

#dd-move-parent > div.dir-highlighting {
  border-width: 5px !important;
}

#dd-upload-target {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  z-index: 1000;
  transition: opacity .5s ease-in-out;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#dd-upload-target.active {
  opacity: .35;
  pointer-events: all;
}

.clouditem-pending {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  left: 0;
}

.clouditem-badge-new,
.clouditem-badge-new-sm {
  position: absolute;
  fill: var(--primary);
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.clouditem-badge-new {
  top: -5px;
  right: -5px;
  height: 128px;
  width: 128px;
}

.clouditem-badge-new-sm {
  top: -2px;
  right: 16px;
  height: 64px;
  width: 64px;
}

.clouditem-badge-new span,
.clouditem-badge-new-sm span {
  position: absolute;
  width: 100%;
  transform: rotate(45deg);
  text-align: center;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.clouditem-badge-new span {
  right: -26px;
  top: 42px;
  font-size: 1.5rem;
}

.clouditem-badge-new-sm span {
  right: -10px;
  top: 14px;
}

.btn-reload { 
  transform-origin:50% 50%;
  animation:1s rotate-right infinite linear; 
}

@keyframes rotate-right {
  100%{ transform:rotate(360deg); }
}

#hero-banner {
  position: relative;
}

@media (max-width: 991.98px) {
  #hero-banner-img {
    height: 30vh;
    object-position: center center;
    object-fit: cover;
  }
}

#hero-banner-slogan {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  top: 0;
  font-weight: 300;
  line-height: 1.2;
}

#hero-banner-slogan .slogan-subtitle {
  font-style: italic;
  text-align: right;
  padding-right: 2rem;
}

#hero-banner-slogan .description {
  font-size: 1.25rem;
  top: 1rem;
}

#hero-banner-slogan .subtitle {
  font-size: 1.25rem;
  bottom: 1rem;
}

#hero-banner-slogan a.btn-registration {
  width: 50%;
}

#hero-banner-blog-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size:1rem;
}

#hero-banner-blog-link img {
  height: 16px;
}

@media only screen and (min-width: 576px) {
  #hero-banner-slogan {
    font-size: 2rem;
  }

  #hero-banner-slogan .slogan-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) and (max-height: 449.98px), (max-width: 991.98px) and (max-height: 619.98px) {
  #hero-banner-slogan span, #hero-banner-slogan a.btn-registration {
    display: none !important;
  }
}

@media (min-width: 576px) and (min-height: 680px) {
  #hero-banner-slogan .description {
    top: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  #hero-banner-slogan {
    font-size: 3rem;
  }

  #hero-banner-slogan .slogan-subtitle {
    font-size: 1.25rem;
  }

  #hero-banner-blog-link {
    font-size:1.25rem;
  }

  #hero-banner-blog-link img {
    height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  #hero-banner-slogan {
    font-size: 3.75rem;
  }

  #hero-banner-slogan .slogan-subtitle {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 1200px) {
  #hero-banner-slogan {
    font-size: 4.5rem;
  }

  #hero-banner-slogan span:not(.slogan-subtitle) {
    line-height: 6rem;
  }

  #hero-banner-slogan .slogan-subtitle {
    font-size: 2rem;
  }

  #hero-banner-slogan .subtitle {
    bottom: 2rem;
  }
}

@media only screen and (min-width: 2000px) {
  #hero-banner-slogan {
    font-size: 6rem;
  }

  #hero-banner-slogan span:not(.slogan-subtitle) {
    line-height: 8rem;
  }

  #hero-banner-slogan .slogan-subtitle {
    font-size: 2rem;
  }

  #hero-banner-slogan .description, #hero-banner-slogan .subtitle {
    font-size: 1.5rem;
  }

  #hero-banner-slogan a.btn-registration {
    width: 75%;
  }
}

.cloudcode-pin {
  text-align: center;
}

#cloudcode-spacer {
  height: 38px;
}

#btn-group-upload {
  width: 350px;
}

.cloudcode-input {
  width: 350px !important;
}

@media only screen and (max-width: 767px) {
  #cloudcode-description {
    text-align: center !important;
  }

  .cloudcode-input {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }

  #btn-group-upload {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn-group.btn-group-responsive {
    flex-direction: column;
  }

  .btn-group.btn-group-responsive > .btn {
    display: block;
    width: 100%;
  }

  .btn-group.btn-group-responsive > .btn:first-child {
    border-radius: 6px 6px 0 0;
  }
  .btn-group.btn-group-responsive > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 6px;
  }
  .btn-group.btn-group-responsive > .btn:last-child:not(:first-child) {
    border-radius: 0 0 6px 6px;
  }

  .btn-group.btn-group-responsive .btn + .btn {
    margin-left: 0;
  }

  .btn-group.btn-group-responsive > .btn:not(:first-child) {
    margin-top: -1px;
  }
}

.upload-footer {
  position: fixed;
  z-index: 900;
}

@media only screen and (min-width: 992px) {
  .upload-footer {
    right: .5rem;
    bottom: .5rem;
    width: 550px;
  }

  #upload-container {
    border-radius: .75rem !important;
  }

  #navbar-top-collapse {
    min-height: 50px;
  }
}

@media only screen and (max-width: 991.98px)
{
  .upload-footer {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  #upload-container {
    border-radius: 5px 5px 0 0;
  }
}

html:not(.no-scroll) {
  overflow-y: scroll; 
}

.chart-scrollable {
  overflow-x: auto;
  overflow-y: hidden;
}

/*preview image in presentation view and inside iframe*/
#cloudfile-container.presentation .clouditem > .rounded-4:hover .rounded-4,
body.iframe .clouditem > .rounded-4:hover .rounded-4 {
  border-radius: .85rem !important;
}

#navbar-top-email{
  max-width: 250px;
}

@media only screen and (max-width: 767.98px) {
  #navbar-top-email{
    max-width: calc(82.5vw);
  }
}

@media only screen and (max-width: 575.98px) {
  body:not(.body-m0) {
    margin-bottom: 120px !important;
  }

  .footer {
    height: 120px !important;
  }
}

.post-title a {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .post-title a {
    font-size: 2.75rem;
  }
}

@media (min-width: 992px) {
  .post-title a {
    font-size: 3rem;
  }

  #modal-iframe-link,
  #modal-iframe-cart {
    width: 50%;
  }
}

#modal-iframe-list-container,
#modal-iframe-info-files,
#modal-iframe-files,
#modal-share-channel-list-container,
#modal-share-subscriber-list-container,
#modal-share-code-filelist-container {
  overflow-y: auto;
}

#modal-iframe-files.add {
  height: 200px;
}

#modal-iframe-files:not(.add) {
  max-height: 150px;
  padding-bottom: 0.5rem;
}

#modal-iframe-size-container {
  margin-top: -1px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#modal-iframe-files>div:first-child {
}

#modal-iframe-files>div:last-child>div:first-child,
#modal-iframe-files>div:last-child>div:last-child {
  width: 50%;
}

#modal-iframe-files>div:last-child>div:nth-child(2) {
  width: 0;
  border: 1px solid #dee2e6;
  border-top: 0;
  border-bottom: 0;
}

#modal-iframe-files>div:last-child>div:nth-child(2)>div {
  display: none;
}

.modal-iframe-node button {
  transition: opacity .3s ease-in-out;
}

.modal-iframe-node:not(:hover) button:not(:last-child):not(:nth-last-child(2)) {
  opacity: .15;
}

#modal-share-subscriber-list-container {
  display: grid;
  grid-gap: .5rem 0;
  grid-template-columns: 100%;
  align-content: baseline;
}

.pending .btn-sub-mail, .pending .btn-sub-link {
  display: none;
}

@media (min-width: 768px) {
  #modal-iframe-info-files,
  #modal-iframe-list-files {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
  }

  #modal-iframe-files>div:last-child>div:first-child,
  #modal-iframe-files>div:last-child>div:last-child {
    width: calc(50% - 25px);
  }

  #modal-iframe-files>div:last-child>div:nth-child(2) {
    width: 50px;
  }

  #modal-iframe-files>div:last-child>div:nth-child(2)>div {
    display: block;
  }

  #modal-share-channel-info-stats>div,
  #modal-iframe-info-stats>div {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #modal-iframe-list-container {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px;
  }
}

.modal-body > div {
  transition: opacity .35s ease-in-out;
}

.modal.loading .modal-body > div:not(.modal-loading-indicator) {
  opacity: .3 !important;
  pointer-events: none;
}

.modal.loading .modal-loading-indicator {
  display: flex !important;
}

.ui-slider {
  position: relative;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: .2em;
  height: .7em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.1em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #1a181d;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #f29400;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
}

.ui-widget-header {
  background: #ffdda6;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
}

.ui-slider.ui-corner-all {
  border-radius: 1rem;
}

body.iframe-preview {
  margin: 0;
  margin-bottom: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #212529;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.iframe-preview-header {
  color: #fff;
  text-align: center;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  background-color: #1a181d;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.iframe-preview-container {
  background-color: #f8f9fa;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 1.25rem;
  margin-bottom: 2rem !important;
}

@media (max-width: 575.98px) {
  .iframe-preview-container {
    margin: 1.5rem 0 0 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .iframe-preview-container {
    margin: 1.5rem 5rem 0 5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .iframe-preview-container {
    margin: 1.5rem 10rem 0 10rem;
  }
}

@media (min-width: 1200px){
  .iframe-preview-container {
    margin: 1.5rem 15rem 0 15rem;
  }
}

.iframe-preview-row {
  display:flex;
  margin-bottom:3rem;
}

.iframe-preview-text {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: justify;
}

.iframe-preview-col {
  width:50%;
  padding:3rem;
}

.iframe-preview-container-fill {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin: 1.5rem 0 2rem 0;
}

.fade-slow {
  transition: opacity .2s ease-in-out;
}

#channel-list > div:last-child {
  position: absolute;
  margin: 0 3rem;
  bottom: -1rem;
  width: calc(100% - 6rem);
  opacity: 0;
  transition: opacity .35s ease;
  cursor:pointer;
}

#channel-list:hover > div:last-child {
  opacity: 1 !important;
}

#channel-list > div.scroll {
  opacity: 1 !important;
}

#channel-list button:not(.underlined):focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 131, 6, 0.5) !important;
  outline: none;
}

.btn-channel.underlined {
  padding: .2rem .1rem;
  background-color: transparent !important;
  border-width: 0;
  border-radius: 0;
  font-weight: bold;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
  background-color: transparent;
  box-shadow: 0 0 ;
}

.btn-channel.underlined .underline {
  border: solid;
  border-radius: 1rem;
  border-color: transparent;
  border-width: .15rem;
  background-color: transparent;
  height: 0;
  position: absolute;
  bottom: -8px;
  left: 10px;
  right: 10px;
  transition: left .15s ease-out, right .15s ease-out, height .15s ease-out;
  pointer-events: none;
}

.btn-channel.underlined:focus .underline,
.btn-channel.underlined:hover .underline {
  border-color: black;
  background-color: black;
}

.btn-channel.underlined.active .underline {
  left: 0;
  right: 0;
  height: 6px;
  border-color: #f29400;
  background-color: #f29400;
}

.btn-channel.underlined.active {
  color: #f29400;
}

.btn-channel.underlined:focus {
  outline: 0;
}

#channel-list-scrollbar {
  position: relative;
  width: 100%;
}

#channel-list-scrollbar .bar {
  background: #f29400;
  border-radius: 1rem;
  height: 3px;
}

#channel-list-scrollbar .handle {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: #f29400;
  top: 2px;
  position: absolute;
  pointer-events:none;
}

#channel-list {
  display: grid;
  grid-template-columns: repeat(3,auto);
  position:relative;
}

@media (max-width: 575.98px) {
  #channel-list.hideable {
    display: none;
  }
}

.ds-selectable {
  transition: box-shadow .35s ease-in-out;
}

.ds-selected {
  box-shadow: 0 0 .75rem rgba(242, 148, 0, 0.7) !important;
}

.ds-selected .clouditem-selection,
.clouditem:hover .clouditem-selection,
#cloudfile-container.mobile.selecting .clouditem .clouditem-selection {
  opacity: 1;
}

.clouditem-selection {
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  min-height: 1.5rem;
  padding-left: 1.75rem;
}

.clouditem-selection input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.clouditem-selection label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: inline-block;
}

.clouditem-selection input:not(:disabled) ~ label {
  cursor: pointer;
}

.clouditem-selection label::before {
  position: absolute;
  left: -1.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: rgba(255, 255, 255, .5);
  border: #f29400 dotted;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.clouditem-selection input:checked ~ label::before {
  color: #fff;
  border-style: solid;
  background-color: #ffc107;
}

.clouditem-selection input ~ label::after {
  position: absolute;
  top: 0rem;
  left: -1.75rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
  background-image: none;
}

.clouditem-selection input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.clouditem-selection:hover input:not(:checked) ~ label::before {
  color: #fff;
  border-color: #f29400;
  background-color: rgba(242, 148, 0, .5);
}

.clouditem-selection:hover input:not(:checked) ~ label::after{
  opacity: .5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.clouditem-selection input:focus:not(:checked) ~ label::before {
  border-color: #ffc873;
}
.clouditem-selection input:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.25);
}

.ds-selector {
  background: rgba(242,148,0,.1) none repeat scroll 0% 0%;
  border: 1px solid rgba(242,148,0,.45);
  pointer-events: none;
}

.modal {
  z-index: 50 !important;
}

.modal-backdrop {
  z-index: 49 !important;
}

#notification-container {
  pointer-events: none;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height: calc(100vh - 2rem);
  overflow-y: auto;
  width: 300px;
  z-index: 51;
}

#notification-container > div {
  pointer-events: all;
}

#notification-container .toast .spinner-grow {
  height: 1rem;
  width: 1rem;
}

.btn-cloudcode-renew:disabled {
  opacity: 0;
  pointer-events: none;
}

#path-display > .btn-path:last-of-type {
  font-weight: 700;
}

#example-data-hint {
  background-color:rgba(233,207,166,.4);
  margin-left: -50%;
  text-align: center;
  width: 100%;
  font-style: italic;
  font-size:1.5rem;
  line-height: 2rem;
  display: none;
}

#example-data-hint img {
  height: 16px;
  width: 16px;
}

@media (min-width: 1000px){
  #example-data-hint {
    display: block;
  }
}

@media (min-width: 1400px){
  #example-data-hint {
    font-size:2rem;
    line-height: 2.75rem;
  }

  #example-data-hint img {
    height: 32px;
    width: 32px;
  }
}

@media (min-width: 1950px){
  #example-data-hint {
    font-size:3rem;
    line-height: 4.5rem;
  }
}

.btn-registration.clickable {
  transition: color .15s ease;
}

.btn-registration.clickable:hover {
  color: white;
}

#showroom-tag-list .tag-element {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0.4rem;
  margin: 0 0 0.4rem 0.4rem;
  border-radius: 0.25rem;
  transition: background-color .3s, color .3s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#showroom-tag-list .tag-element:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.25);
  outline: 0;
}

#showroom-tag-list {
  padding: 0;
}

#modal-move-cloudfile-list button:disabled {
  opacity: .5;
  margin-left: .5rem;
  width: calc(100% - .5rem) !important;
}

.hidden-input {
  position: absolute;
  left: -4000px;
  top: -4000px;
}

.tooltip-cloudcode-functions {
  display: flex;
  flex-direction: column;
}

.tooltip-cloudcode-functions > .function-title {
  text-align: left;
  font-weight: bold;
}

.tooltip-cloudcode-functions > .function-list {
  color: var(--dark);
  padding: 0.25rem;
  background: var(--info);
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.tooltip-cloudcode-functions > .function-list > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tooltip-cloudcode-functions > .function-list > div:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.tooltip-cloudcode-functions > .function-list > div > div {
  margin-left: .25rem;
  text-align: left;
}

#btn-file-upload:last-of-type {
  justify-content: center !important;
}

.btn-custom {
  color: var(--custom-text, #fff);
  background-color: var(--custom, #f29400);
  border-color: var(--custom, #f29400);
}

.btn-custom:hover {
  color: var(--custom-text, #fff);
  background-color: var(--custom-hover, #cc7d00);
  border-color: var(--custom-hover-border, #bf7500);
}

.btn-custom:focus, .btn-custom.focus {
  color: var(--custom-text, #fff);
  background-color: var(--custom-hover, #cc7d00);
  border-color: var(--custom-hover-border, #bf7500);
  box-shadow: 0 0 0 0.2rem rgba(211, 131, 6, 0.5);
}

.btn-custom.disabled, .btn-custom:disabled {
  color: var(--custom-text, #fff);
  background-color: var(--custom, #f29400);
  border-color: var(--custom, #f29400);
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: var(--custom-text, #fff);
  background-color: var(--custom-hover-border, #bf7500);
  border-color: #b26d00;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 131, 6, 0.5);
}

.contrast-dark .btn-custom img {
  filter: brightness(0);
}

.btn-outline-custom {
  color: var(--custom, #f29400);
  border-color: var(--custom, #f29400);
}

.btn-outline-custom:hover {
  color: var(--custom-text, #fff);
  background-color: var(--custom, #f29400);
  border-color: var(--custom, #f29400);
}

.btn-outline-custom:focus, .btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5);
}

.btn-outline-custom.disabled, .btn-outline-custom:disabled {
  color: var(--custom, #f29400);
  background-color: transparent;
}

.btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom.dropdown-toggle {
  color: var(--custom-text, #fff);
  background-color: var(--custom, #f29400);
  border-color: var(--custom, #f29400);
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5);
}

.contrast-dark .btn-outline-custom img {
  filter: brightness(0);
}

.text-custom {
  color: var(--custom-text, #fff);
}

.bg-custom {
  background-color: var(--custom, #f29400) !important;
  transition: background-color .3 ease;
}