.dops-button { background: white; border-color: #d5d5d5; border-style: solid; border-width: 1px 1px 2px; color: #414141; cursor: pointer; display: inline-block; margin: 0; outline: 0; overflow: hidden; font-size: 14px; font-weight: 500; text-overflow: ellipsis; text-decoration: none; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; line-height: 21px; border-radius: 4px; padding: 7px 14px 9px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .dops-button:hover { border-color: #bbbbbb; color: #414141; } .dops-button:active { border-width: 2px 1px 1px; } .dops-button[disabled], .dops-button:disabled { color: #eeeeee; background: white; border-color: #eeeeee; cursor: default; } .dops-button[disabled]:active, .dops-button:disabled:active { border-width: 1px 1px 2px; } .dops-button:focus { outline: 0; border-color: #00aadc; -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; } .dops-button.is-compact { padding: 7px; color: #888888; font-size: 11px; line-height: 1; text-transform: uppercase; } .dops-button.is-compact:disabled { color: #eeeeee; } .dops-button.is-compact .gridicon { top: 4px; margin-top: -8px; } .dops-button.is-compact .gridicons-plus-small { margin-right: -4px; } .dops-button.is-compact .gridicons-plus-small:last-of-type { margin-right: 0; } .dops-button.is-compact .gridicons-plus-small + .gridicon { margin-right: -4px; } .dops-button.hidden { display: none; } .dops-button .gridicon { position: relative; top: 4px; margin-top: -2px; width: 18px; height: 18px; } .dops-button.is-primary { background: #00aadc; border-color: #0087be; color: white; } .dops-button.is-primary:hover, .dops-button.is-primary:focus { border-color: #005082; color: white; } .dops-button.is-primary[disabled], .dops-button.is-primary:disabled { background: #bceefd; border-color: #8cc9e2; color: white; } .dops-button.is-primary.is-compact { color: white; white-space: nowrap; } .dops-button.is-scary { color: #d94f4f; } .dops-button.is-scary:hover, .dops-button.is-scary:focus { border-color: #d94f4f; } .dops-button.is-scary:focus { -webkit-box-shadow: 0 0 0 2px #eba3a3; box-shadow: 0 0 0 2px #eba3a3; } .dops-button.is-scary[disabled], .dops-button.is-scary:disabled { color: #f4cdcd; border-color: #eeeeee; } .dops-button.is-primary.is-scary { background: #d94f4f; border-color: #a02222; color: white; } .dops-button.is-primary.is-scary:hover, .dops-button.is-primary.is-scary:focus { border-color: #4c1010; } .dops-button.is-primary.is-scary[disabled], .dops-button.is-primary.is-scary:disabled { background: #eba3a3; border-color: #e48484; } .dops-button.is-borderless { border: none; color: #888888; padding-right: 0; padding-left: 0; } .dops-button.is-borderless:hover { color: #414141; } .dops-button.is-borderless:focus { -webkit-box-shadow: none; box-shadow: none; } .dops-accessible-focus .dops-button.is-borderless:focus { outline: thin dotted; } .dops-button.is-borderless .gridicon { width: 24px; height: 24px; top: 6px; } .dops-button.is-borderless[disabled], .dops-button.is-borderless:disabled { color: #eeeeee; background: white; cursor: default; } .dops-button.is-borderless[disabled]:active, .dops-button.is-borderless:disabled:active { border-width: 0; } .dops-button.is-borderless.is-scary { color: #d94f4f; } .dops-button.is-borderless.is-scary:hover, .dops-button.is-borderless.is-scary:focus { color: #a02222; } .dops-button.is-borderless.is-scary[disabled] { color: #f4cdcd; } .dops-button.is-borderless.is-compact { background: transparent; border-radius: 0; } .dops-button.is-borderless.is-compact .gridicon { width: 18px; height: 18px; top: 5px; } .dops-button-group .dops-button { border-right-width: 0; border-radius: 0; } .dops-button-group .dops-button:focus { position: relative; z-index: z-index("button-group-parent", ".button-group .button:focus"); -webkit-box-shadow: inset -1px 0 0 #00aadc, 0 0 0 2px #78dcfa; box-shadow: inset -1px 0 0 #00aadc, 0 0 0 2px #78dcfa; } .dops-button-group .dops-button.is-primary:focus { -webkit-box-shadow: inset -1px 0 0 #005082, 0 0 0 2px #78dcfa; box-shadow: inset -1px 0 0 #005082, 0 0 0 2px #78dcfa; } .dops-button-group .dops-button.is-scary:focus { -webkit-box-shadow: inset -1px 0 0 #d94f4f, 0 0 0 2px #eba3a3; box-shadow: inset -1px 0 0 #d94f4f, 0 0 0 2px #eba3a3; } .dops-button-group .dops-button.is-primary.is-scary:focus { -webkit-box-shadow: inset -1px 0 0 #761919, 0 0 0 2px #eba3a3; box-shadow: inset -1px 0 0 #761919, 0 0 0 2px #eba3a3; } .dops-button-group .dops-button:first-child:focus { -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; } .dops-button-group .dops-button.is-scary:first-child:focus { -webkit-box-shadow: 0 0 0 2px #eba3a3; box-shadow: 0 0 0 2px #eba3a3; } .dops-button-group .dops-button:first-child { border-right-width: 1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .dops-button-group .dops-button:last-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .dops-section-header .dops-button-group .dops-button { margin-left: 0; } .dops-count { display: inline-block; padding: 0.0625rem 0.375rem; border: solid 1px #a2a2a2; border-radius: 0.75rem; font-size: 0.6875rem; font-weight: 600; line-height: 0.875rem; color: #a2a2a2; text-align: center; } /** * Select Dropdown */ .dops-select-dropdown { height: 43px; } .dops-select-dropdown.is-compact { height: 28px; } .dops-select-dropdown.is-disabled .dops-select-dropdown__header { background: #f6f6f6; border-color: #eeeeee; color: #bbbbbb; -webkit-text-fill-color: #bbbbbb; } .dops-select-dropdown__container { position: relative; overflow: hidden; display: inline-block; width: auto; max-width: 100%; } .dops-select-dropdown.is-open .dops-select-dropdown__container { z-index: 170; } .dops-accessible-focus .dops-select-dropdown__container:focus, .dops-accessible-focus .dops-select-dropdown.is-open .dops-select-dropdown__container { z-index: 170; -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; } .dops-accessible-focus .dops-select-dropdown__container:focus .select-dropdown__header, .dops-accessible-focus .dops-select-dropdown.is-open .dops-select-dropdown__container .select-dropdown__header { border-color: #0087be; } .dops-accessible-focus .dops-select-dropdown__container:focus { border-color: #00aadc; -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; outline: 0; border-radius: 4px; } .dops-select-dropdown__header { padding: 11px 16px 11px 44px; border-style: solid; border-color: #d5d5d5; border-width: 1px 1px 2px; border-radius: 4px; background-color: white; font-size: 14px; font-weight: 600; line-height: 18px; height: 18px; color: #414141; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; cursor: pointer; } .dops-select-dropdown__header::after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; font: normal 16px/1 'Dashicons'; content: '\f347'; position: absolute; left: 13px; top: 12px; display: block; line-height: 18px; color: rgba(162, 162, 162, 0.5); } .is-compact .dops-select-dropdown__header::after { left: 4px; top: 4px; } .is-compact .dops-select-dropdown__header { padding: 7px; color: #888888; font-size: 11px; line-height: 1; text-transform: uppercase; } .is-compact .dops-select-dropdown__header .dops-count { border-width: 0; margin-right: 0; line-height: 1; } .dops-select-dropdown.is-open .dops-select-dropdown__header { border-radius: 4px 4px 0 0; -webkit-box-shadow: none; box-shadow: none; background-color: #f6f6f6; } .dops-select-dropdown.is-open .dops-select-dropdown__header::after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; font: normal 16px/1 'Dashicons'; content: '\f343'; } .dops-select-dropdown__header .dops-count { margin-right: 8px; } .dops-select-dropdown__header-text { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .dops-select-dropdown__options { visibility: hidden; height: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; list-style: none; margin: -2px 0 0 0; background-color: white; border: 1px solid #d5d5d5; border-radius: 0 0 4px 4px; } .dops-accessible-focus .dops-select-dropdown__options { border: solid 1px #0087be; border-top-color: #d5d5d5; } .dops-select-dropdown.is-open .dops-select-dropdown__options { visibility: visible; height: auto; } .dops-select-dropdown__option:last-child .dops-select-dropdown__item { border-radius: 0 0 4px 4px; } .dops-select-dropdown__item, .dops-select-dropdown__item-text { padding: 11px 16px 11px 44px; } .dops-select-dropdown__item { display: block; position: relative; font-size: 14px; font-weight: 400; line-height: 18px; color: #414141; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; cursor: pointer; } .dops-select-dropdown__item::before { content: attr(data-bold-text); font-weight: 700; opacity: 0; } .dops-select-dropdown__item:visited { color: #414141; } .dops-select-dropdown__item.is-selected { background-color: #00aadc; color: white; } .dops-select-dropdown__item.is-disabled { background-color: white; color: #a2a2a2; cursor: default; opacity: .5; } .notouch .dops-select-dropdown__item:hover { color: #00aadc; } .notouch .dops-select-dropdown__item.is-selected:hover { color: white; } .dops-select-dropdown__item-text { padding-left: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 0; width: 100%; white-space: nowrap; text-overflow: ellipsis; color: inherit; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .dops-select-dropdown__item-text .dops-count { color: inherit; border-color: inherit; } .dops-select-dropdown__separator { border-top: 1px solid #d5d5d5; display: block; margin: 8px 0; } .dops-select-dropdown__label { display: block; color: #bbbbbb; margin-top: 5px; line-height: 20px; } .dops-select-dropdown__label label { font-size: 12px; text-transform: uppercase; padding: 0px 16px 0px 16px; } @-webkit-keyframes rotate-spinner__right { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 75% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes rotate-spinner__right { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 75% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @-webkit-keyframes rotate-spinner__left { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 75% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes rotate-spinner__left { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 75% { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } .dops-spinner.is-fallback { position: relative; border-radius: 100%; background-color: #d5d5d5; } .dops-spinner.is-fallback::before, .dops-spinner.is-fallback::after { content: ''; position: absolute; background-color: white; border-radius: 50%; } .dops-spinner.is-fallback::before { width: 90%; height: 90%; top: 5%; right: 5%; } .dops-spinner.is-fallback::after { width: 70%; height: 70%; top: 15%; right: 15%; } .dops-spinner__image { display: block; } .dops-spinner__border { fill: #d5d5d5; } .dops-spinner__progress { -webkit-animation: 3s linear infinite; animation: 3s linear infinite; -webkit-transform-origin: 50px 50px; transform-origin: 50px 50px; fill: #00aadc; } .dops-spinner.is-fallback .dops-spinner__progress { position: absolute; overflow: hidden; width: 50%; height: 100%; -webkit-animation: none; animation: none; } .dops-spinner.is-fallback .dops-spinner__progress::before { content: ''; position: absolute; width: 100%; height: 100%; -webkit-animation: 3s linear infinite; animation: 3s linear infinite; border-radius: 9999px; background-color: #00aadc; fill: none; } .dops-spinner.is-fallback .dops-spinner__progress.is-left { right: 0; } .dops-spinner.is-fallback .dops-spinner__progress.is-left::before { right: 100%; border-top-right-radius: 0; border-bottom-right-radius: 0; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .dops-spinner.is-fallback .dops-spinner__progress.is-right { right: 50%; } .dops-spinner.is-fallback .dops-spinner__progress.is-right::before { right: -100%; border-top-left-radius: 0; border-bottom-left-radius: 0; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .dops-spinner__progress.is-left, .dops-spinner.is-fallback .dops-spinner__progress.is-left::before { -webkit-animation-name: rotate-spinner__left; animation-name: rotate-spinner__left; } .dops-spinner__progress.is-right, .dops-spinner.is-fallback .dops-spinner__progress.is-right::before { -webkit-animation-name: rotate-spinner__right; animation-name: rotate-spinner__right; } .gridicon { fill: currentColor; } .gridicon.needs-offset g { -webkit-transform: translate(-1px, 1px); transform: translate(-1px, 1px); /* translates to .5px because it's in a child element */ } .gridicon.needs-offset-x g { -webkit-transform: translate(-1px, 0); transform: translate(-1px, 0); /* only nudges horizontally */ } .gridicon.needs-offset-y g { -webkit-transform: translate(0, 1px); transform: translate(0, 1px); /* only nudges vertically */ } /** * @component Search */ .dops-search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-bottom: 24px; width: 60px; height: 51px; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 22; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .dops-search .dops-search__icon-navigation { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: white; border-radius: inherit; height: 100%; } .dops-search .dops-search__open-icon, .dops-search .dops-search__close-icon { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50px; z-index: 20; color: #0087be; cursor: pointer; } .accessible-focus .dops-search .dops-search__open-icon:focus, .accessible-focus .dops-search .dops-search__close-icon:focus { outline: dotted 1px #0087be; } .dops-search .dops-search__open-icon:hover { color: #555555; } .dops-search .dops-search__close-icon { color: #555555; opacity: 0; -webkit-transition: opacity .2s ease-in; transition: opacity .2s ease-in; } .accessible-focus .dops-search.has-focus { -webkit-box-shadow: 0 0 0 1px #0087be, 0 0 0 4px #78dcfa; box-shadow: 0 0 0 1px #0087be, 0 0 0 4px #78dcfa; } .dops-search.is-expanded-to-container { margin-bottom: 0; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 50px; top: 0; left: 0; } .dops-search.is-expanded-to-container .dops-search__input-fade { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .dops-search.is-expanded-to-container .dops-search__input[type="search"] { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; -webkit-box-shadow: none; box-shadow: none; } .dops-search__input[type="search"] { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: none; z-index: 10; top: 0; border: none; border-radius: inherit; height: 100%; background: white; -moz-appearance: none; appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0px; -webkit-appearance: none; } .dops-search__input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } .dops-search__input[type="search"]:focus { -webkit-box-shadow: none; box-shadow: none; border: none; } .dops-search.is-open { width: 100%; } .dops-search.is-open .dops-search__open-icon { color: #555555; } .dops-search.is-open .dops-search__close-icon { display: inline-block; } .dops-search.is-open .dops-search__input, .dops-search.is-open .dops-search__close-icon { opacity: 1; } .dops-search.is-open .dops-search__input { display: block; } .dops-search.is-open .dops-search__input-fade { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; height: 100%; position: relative; font-size: 16px; border-radius: inherit; } .dops-search.is-open .dops-search__input-fade::before { content: ''; display: block; position: absolute; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; z-index: 12; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, white)); background: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%); top: 0px; bottom: 0px; left: 0px; right: auto; width: 32px; height: auto; border-radius: inherit; } .dops-search.is-open .dops-search__input-fade.ltr { } .dops-search.is-open .dops-search__input-fade.ltr::before { content: ''; display: block; position: absolute; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; z-index: 12; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, white)); background: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%); top: 0px; bottom: 0px; right: 0px; left: auto; width: 32px; height: auto; border-radius: inherit; } .dops-search__input-fade .dops-search__text-overlay { color: transparent; position: absolute; pointer-events: none; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; font: inherit; width: 100%; height: 100%; top: 0px; right: 0px; z-index: 11; } .dops-search .dops-spinner { display: none; } .dops-search.is-searching .dops-search__open-icon { display: none; } .dops-search.is-searching .dops-spinner { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; z-index: 20; } .dops-search.is-searching .dops-spinner .dops-spinner__image { width: 50px; } .animating.dops-search-opening .dops-search input { opacity: 1; } /** * Section Nav */ .dops-section-nav { position: relative; width: 100%; padding: 0; margin: 0 0 17px 0; background: white; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; } .dops-section-nav.is-empty .dops-section-nav__panel { visibility: hidden; } @media (max-width: 480px) { .dops-section-nav.is-open { -webkit-box-shadow: 0 0 0 1px #a2a2a2, 0 2px 4px #d5d5d5; box-shadow: 0 0 0 1px #a2a2a2, 0 2px 4px #d5d5d5; } } @media (min-width: 481px) { .dops-section-nav.has-pinned-items { padding-left: 60px; } } @media (min-width: 481px) and (max-width: 660px) { .dops-section-nav.has-pinned-items { padding-left: 50px; } } @media (max-width: 660px) { .dops-section-nav { margin-bottom: 9px; } } .dops-section-nav__mobile-header { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px; font-size: 14px; line-height: 16px; color: #414141; font-weight: 600; cursor: pointer; } .dops-section-nav__mobile-header:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; font: normal 16px/1 'Dashicons'; content: '\f347'; line-height: 16px; color: rgba(162, 162, 162, 0.5); } .dops-section-nav.is-open .dops-section-nav__mobile-header:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; font: normal 16px/1 'Dashicons'; content: '\f343'; } .dops-section-nav.has-pinned-items .dops-section-nav__mobile-header { padding-left: 50px; } .dops-section-nav.has-pinned-items .dops-section-nav__mobile-header:after { margin-right: 8px; } @media (min-width: 481px) { .dops-section-nav__mobile-header { display: none; } } .dops-section-nav__mobile-header-text { width: 0; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .dops-section-nav__mobile-header-text small { margin-right: 5px; font-size: 11px; color: #a2a2a2; font-weight: 600; text-transform: uppercase; } .dops-section-nav.has-pinned-items .dops-section-nav__mobile-header-text { width: auto; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } .dops-section-nav__panel { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; } @media (max-width: 480px) { .dops-section-nav.is-open .dops-section-nav__panel { padding-bottom: 15px; border-top: solid 1px #d5d5d5; background: linear-gradient(to bottom, #f6f6f6 0%, white 4px); } } @media (min-width: 481px) { .dops-section-nav__panel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .dops-section-nav__panel:first-child { width: 0; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } } .dops-section-nav-group { position: relative; margin-top: 16px; padding-top: 16px; border-top: solid 1px #d5d5d5; } .dops-section-nav-group:first-child { padding-top: 0; border-top: none; } @media (max-width: 480px) { .dops-section-nav-group { display: none; } .dops-section-nav.is-open .dops-section-nav-group { display: block; } } @media (min-width: 481px) { .dops-section-nav-group { margin-top: 0; padding-top: 0; border-top: none; } .dops-section-nav-group:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; width: 0; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } } .dops-section-nav__button { width: 100%; margin-top: 24px; } .dops-section-nav__hr { background: #eeeeee; } .dops-section-nav-group__label { display: none; margin-bottom: 8px; padding: 0 15px; font-size: 11px; color: #a2a2a2; font-weight: 600; text-transform: uppercase; line-height: 12px; } @media (max-width: 480px) { .has-siblings .dops-section-nav-group__label { display: block; } } .dops-section-nav-group__label-text { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .dops-section-nav-tab .count { margin-right: 8px; } @media (min-width: 481px) { .dops-section-nav-tabs { width: 0; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .dops-section-nav-tabs.is-dropdown { position: relative; width: auto; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin: 8px; } } .dops-section-nav-tabs__list { margin: 0; list-style: none; } @media (min-width: 481px) { .dops-section-nav-tabs__list { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; overflow: hidden; } .is-dropdown .dops-section-nav-tabs__list { display: none; } } .dops-section-nav-tab { margin-bottom: 0; } @media (min-width: 481px) { .dops-section-nav-tab { width: auto; -webkit-box-flex: 0; -ms-flex: none; flex: none; border-bottom: 2px solid transparent; border-top: none; text-align: center; } .dops-section-nav-tab.is-selected { border-bottom-color: #414141; } } .dops-section-nav-tab__link, .dops-section-nav-tab__text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .dops-section-nav-tab__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 15px; width: 100%; font-size: 14px; font-weight: 600; line-height: 18px; color: #414141; cursor: pointer; } .dops-section-nav-tab__link:visited { color: #414141; } .dops-section-nav-tab__link[disabled], .notouch .dops-section-nav-tab__link[disabled]:hover { color: #eeeeee; cursor: default; } .is-selected .dops-section-nav-tab__link { color: white; background-color: #00aadc; } .dops-section-nav-tab__link:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } .dops-accessible-focus .dops-section-nav-tab__link:focus { outline: solid #a2a2a2 1px; } .is-external .dops-section-nav-tab__link:after { font-size: 18px; padding-right: 2px; } .notouch .dops-section-nav-tab__link:hover { color: #00aadc; } .notouch .is-selected .dops-section-nav-tab__link:hover { color: white; } @media (min-width: 481px) { .dops-section-nav-tab__link { display: block; width: auto; padding: 16px 16px 14px 16px; color: #0087be; font-weight: 400; } .dops-section-nav-tab__link:visited { color: #0087be; } .is-selected .dops-section-nav-tab__link { color: #414141; background-color: transparent; } .is-selected .dops-section-nav-tab__link:after { display: none; } .notouch .is-selected .dops-section-nav-tab__link:hover { color: #414141; } } .dops-section-nav-tab__text { display: block; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; width: 0; color: inherit; } @media (min-width: 481px) { .dops-section-nav-tab__text { display: inline; -webkit-box-flex: 0; -ms-flex: none; flex: none; width: auto; } } .dops-section-nav-tabs__dropdown { position: relative; z-index: 3; width: 100%; } .dops-section-nav-tabs__dropdown.is-open { z-index: 4; } .dops-section-nav-tabs__dropdown .dops-select-dropdown__container { position: static; } .dops-section-nav__segmented .dops-segmented-control { margin: 0 15px; } .dops-section-nav__segmented .dops-segmented-control__link { padding: 3px 16px 5px; } @media (max-width: 480px) { .dops-section-nav .dops-search.is-pinned { height: 46px; } } #jp-plugin-container { min-height: 100vh; } /* Card */ .dops-card { display: block; position: relative; margin: 0 auto 10px auto; padding: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; background: white; -webkit-box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; } .dops-card:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } @media (min-width: 481px) { .dops-card { margin-bottom: 16px; padding: 24px; } } .dops-card.is-compact { margin-bottom: 1px; } @media (min-width: 481px) { .dops-card.is-compact { margin-bottom: 1px; padding: 16px 24px; } } .dops-card.is-card-link { padding-left: 48px; } .dops-card__link-indicator { color: #d5d5d5; display: block; height: 100%; position: absolute; top: 0; left: 16px; } a.dops-card:hover .dops-card__link-indicator { color: #bbbbbb; } a.dops-card:focus { outline: 0; } a.dops-card:focus .dops-card__link-indicator { color: tint(#00aadc, 20%); } .dops-text-input.dops-text-input { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 7px 14px; width: 100%; color: #414141; font-size: 16px; line-height: 1.5; border: 1px solid #d5d5d5; background-color: white; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; -webkit-box-shadow: none; box-shadow: none; } .dops-text-input.dops-text-input::-webkit-input-placeholder { color: #a2a2a2; } .dops-text-input.dops-text-input:-ms-input-placeholder { color: #a2a2a2; } .dops-text-input.dops-text-input::-ms-input-placeholder { color: #a2a2a2; } .dops-text-input.dops-text-input::placeholder { color: #a2a2a2; } .dops-text-input.dops-text-input:hover { border-color: #bbbbbb; } .dops-text-input.dops-text-input:focus { border-color: #0087be; outline: none; -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; } .dops-text-input.dops-text-input:focus::-ms-clear { display: none; } .dops-text-input.dops-text-input:disabled { background: #f6f6f6; border-color: #eeeeee; color: #bbbbbb; -webkit-text-fill-color: #bbbbbb; } .dops-text-input.dops-text-input:disabled:hover { cursor: default; } .dops-text-input.dops-text-input:disabled::-webkit-input-placeholder { color: #bbbbbb; } .dops-text-input.dops-text-input:disabled:-ms-input-placeholder { color: #bbbbbb; } .dops-text-input.dops-text-input:disabled::-ms-input-placeholder { color: #bbbbbb; } .dops-text-input.dops-text-input:disabled::placeholder { color: #bbbbbb; } .dops-text-input.dops-text-input { -webkit-appearance: none; } .dops-text-input.dops-text-input.is-valid { border-color: #4ab866; } .dops-text-input.dops-text-input.is-valid:hover { border-color: #3a9551; } .dops-text-input.dops-text-input.is-error { border-color: #d94f4f; } .dops-text-input.dops-text-input.is-error:hover { border-color: #c92c2c; } .dops-text-input.dops-text-input:focus.is-valid { -webkit-box-shadow: 0 0 0 2px #caead2; box-shadow: 0 0 0 2px #caead2; } .dops-text-input.dops-text-input:focus.is-valid:hover { -webkit-box-shadow: 0 0 0 2px #a6dcb3; box-shadow: 0 0 0 2px #a6dcb3; } .dops-text-input.dops-text-input:focus.is-error { -webkit-box-shadow: 0 0 0 2px #f9e2e2; box-shadow: 0 0 0 2px #f9e2e2; } .dops-text-input.dops-text-input:focus.is-error:hover { -webkit-box-shadow: 0 0 0 2px #f0b8b8; box-shadow: 0 0 0 2px #f0b8b8; } /** * "popover" theme for `component/tip`. */ .dops-popover { font-size: 11px; z-index: 1000; position: absolute; top: 0; left: 0 ; right: auto ; } .dops-popover .dops-popover__inner { background-color: white; border: 1px solid #d5d5d5; border-radius: 4px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075); text-align: center; position: relative; } .dops-popover .dops-popover__arrow { border: 10px dashed #d5d5d5; height: 0; line-height: 0; position: absolute; width: 0; z-index: 1; } .dops-popover.fade { -webkit-transition: opacity 100ms; transition: opacity 100ms; } .dops-popover.is-top .dops-popover__arrow, .dops-popover.is-top-left .dops-popover__arrow, .dops-popover.is-top-right .dops-popover__arrow { bottom: 0 ; left: 50% ; margin-left: -10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .dops-popover.is-top .dops-popover__arrow::before, .dops-popover.is-top-left .dops-popover__arrow::before, .dops-popover.is-top-right .dops-popover__arrow::before { bottom: 2px ; border: 10px solid white; content: " "; position: absolute; left: 50% ; margin-left: -10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .dops-popover.is-bottom .dops-popover__arrow, .dops-popover.is-bottom-left .dops-popover__arrow, .dops-popover.is-bottom-right .dops-popover__arrow { top: 0 ; left: 50% ; margin-left: -10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .dops-popover.is-bottom .dops-popover__arrow::before, .dops-popover.is-bottom-left .dops-popover__arrow::before, .dops-popover.is-bottom-right .dops-popover__arrow::before { top: 2px ; border: 10px solid white; content: " "; position: absolute; left: 50% ; margin-left: -10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .dops-popover.is-left .dops-popover__arrow, .dops-popover.is-left-top .dops-popover__arrow, .dops-popover.is-left-bottom .dops-popover__arrow { right: 0 ; top: 50% ; margin-top: -10px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } .dops-popover.is-left .dops-popover__arrow::before, .dops-popover.is-left-top .dops-popover__arrow::before, .dops-popover.is-left-bottom .dops-popover__arrow::before { right: 2px ; border: 10px solid white; content: " "; position: absolute; top: 50% ; margin-top: -10px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } .dops-popover.is-right .dops-popover__arrow, .dops-popover.is-right-top .dops-popover__arrow, .dops-popover.is-right-bottom .dops-popover__arrow { left: 0 ; top: 50% ; margin-top: -10px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; } .dops-popover.is-right .dops-popover__arrow::before, .dops-popover.is-right-top .dops-popover__arrow::before, .dops-popover.is-right-bottom .dops-popover__arrow::before { left: 2px ; border: 10px solid white; content: " "; position: absolute; top: 50% ; margin-top: -10px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; } .dops-popover.is-top-left, .dops-popover.is-bottom-left, .dops-popover.is-top-right, .dops-popover.is-bottom-right { padding-left: 0; padding-right: 0; } .dops-popover.is-top-left .dops-popover__arrow, .dops-popover.is-bottom-left .dops-popover__arrow { left: auto ; right: 5px ; } .dops-popover.is-top-right .dops-popover__arrow, .dops-popover.is-bottom-right .dops-popover__arrow { left: 15px ; } .dops-popover.is-top .dops-popover__inner, .dops-popover.is-top-left .dops-popover__inner, .dops-popover.is-top-right .dops-popover__inner { top: -10px ; } .dops-popover.is-left .dops-popover__inner, .dops-popover.is-top-right .dops-popover__inner, .dops-popover.is-bottom-right .dops-popover__inner { left: -10px ; } .dops-popover.is-bottom .dops-popover__inner, .dops-popover.is-bottom-left .dops-popover__inner, .dops-popover.is-bottom-right .dops-popover__inner { top: 10px ; } .dops-popover.is-right .dops-popover__inner, .dops-popover.is-top-left .dops-popover__inner, .dops-popover.is-bottom-left .dops-popover__inner { left: 10px ; } .dops-popover.is-dialog-visible { z-index: 100300; /* Above .dialog */ } .dops-popover__menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 200px; } .dops-popover__menu-item { position: relative; background: inherit; border: none; border-radius: 0; color: #414141; cursor: pointer; display: block; font-size: 14px; font-weight: 400; margin: 0; padding: 8px 16px; text-align: right; -webkit-transition: all 0.05s ease-in-out; transition: all 0.05s ease-in-out; } .dops-popover__menu-item:first-child { margin-top: 5px; } .dops-popover__menu-item:hover, .dops-popover__menu-item:focus { background-color: #00aadc; border: 0; -webkit-box-shadow: none; box-shadow: none; color: white; } .dops-popover__menu-item:hover .gridicon, .dops-popover__menu-item:focus .gridicon { color: white; } .dops-popover__menu-item[disabled]:hover, .dops-popover__menu-item[disabled]:focus { background: transparent; cursor: default; } .dops-popover__menu-item:last-child { margin-bottom: 5px; } .dops-popover__menu-item::-moz-focus-inner { border: 0; } .dops-popover__menu-item.has-icon { padding-right: 42px; } .dops-popover__menu-item .gridicon { color: #bbbbbb; vertical-align: bottom; margin-left: 8px; } .dops-popover__hr { margin: 8px 0; background: #eeeeee; } .form-toggle[type="checkbox"] { display: none; } .form-toggle__switch { -webkit-box-flex: 0; -ms-flex: none; flex: none; position: relative; display: inline-block; border-radius: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2px; width: 40px; height: 24px; vertical-align: middle; outline: 0; cursor: pointer; -webkit-transition: all .4s ease, -webkit-box-shadow 0s; transition: all .4s ease, -webkit-box-shadow 0s; transition: all .4s ease, box-shadow 0s; transition: all .4s ease, box-shadow 0s, -webkit-box-shadow 0s; } .form-toggle__switch:before, .form-toggle__switch:after { position: relative; display: block; content: ""; width: 20px; height: 20px; } .form-toggle__switch:after { right: 0; border-radius: 50%; background: white; -webkit-transition: all .2s ease; transition: all .2s ease; } .form-toggle__switch:before { display: none; } .dops-accessible-focus .form-toggle__switch:focus { -webkit-box-shadow: 0 0 0 2px #00aadc; box-shadow: 0 0 0 2px #00aadc; } .form-toggle__label { display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; } .is-disabled .form-toggle__label { cursor: default; } .form-toggle__label .form-toggle__label-content { -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100%; margin-right: 12px; } .dops-accessible-focus .form-toggle:focus + .form-toggle__label .form-toggle__switch { -webkit-box-shadow: 0 0 0 2px #00aadc; box-shadow: 0 0 0 2px #00aadc; } .dops-accessible-focus .form-toggle:focus:checked + .form-toggle__label .form-toggle__switch { -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; } .form-toggle + .form-toggle__label .form-toggle__switch { background: #bbbbbb; } .form-toggle:not(:disabled) + .form-toggle__label:hover .form-toggle__switch { background: #d5d5d5; } .form-toggle:checked + .form-toggle__label .form-toggle__switch { background: #00aadc; } .form-toggle:checked + .form-toggle__label .form-toggle__switch:after { right: 16px; } .form-toggle:checked:not(:disabled) + .form-toggle__label:hover .form-toggle__switch { background: #78dcfa; } .form-toggle:disabled + label.form-toggle__label span.form-toggle__switch { opacity: 0.25; cursor: default; } .form-toggle.is-toggling + .form-toggle__label .form-toggle__switch { background: #00aadc; } .form-toggle.is-toggling:checked + .form-toggle__label .form-toggle__switch { background: #d5d5d5; } .form-toggle.is-compact + .form-toggle__label .form-toggle__switch { border-radius: 8px; width: 24px; height: 16px; } .form-toggle.is-compact + .form-toggle__label .form-toggle__switch:before, .form-toggle.is-compact + .form-toggle__label .form-toggle__switch:after { width: 12px; height: 12px; } .form-toggle.is-compact:checked + .form-toggle__label .form-toggle__switch:after { right: 8px; } .dops-section-header.dops-card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 100%; padding-top: 0.6875rem; padding-bottom: 0.6875rem; position: relative; } .dops-section-header.dops-card:after { content: ''; } .dops-section-header__label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; min-width: 0; line-height: 1.75rem; position: relative; color: #414141; font-size: 0.875rem; } .dops-section-header__label .dops-count { margin-right: 0.5rem; } .dops-section-header__label-text { position: relative; margin-left: 0.5rem; white-space: nowrap; overflow: hidden; width: 100%; padding-left: 0.5rem; min-width: 0; } .dops-section-header__label-text:before { content: ''; display: block; position: absolute; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, white)); background: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%); top: 0px; bottom: 0px; left: 0px; right: auto; width: 8px; height: auto; } .has-card-badge .dops-section-header__label-text { width: auto; } .dops-section-header__actions { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; position: relative; } .dops-section-header__actions:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .section-header__actions .button { float: right; margin-left: 0.5rem; } .section-header__actions .button:last-child { margin-left: 0; } #jp-plugin-container { min-height: 100vh; } @-webkit-keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } .dops-notice { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; width: 100%; margin-bottom: 24px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-animation: appear .3s ease-in-out; animation: appear .3s ease-in-out; background: #414141; color: white; border-radius: 3px; line-height: 1.5; } .dops-notice.is-success .dops-notice__icon-wrapper { background: #4ab866; } .dops-notice.is-warning .dops-notice__icon-wrapper { background: #f0b849; } .dops-notice.is-error .dops-notice__icon-wrapper { background: #d94f4f; } .dops-notice.is-info .dops-notice__icon-wrapper { background: #00aadc; } .dops-notice .dops-notice__dismiss { overflow: hidden; } .dops-notice.is-success .dops-notice__dismiss, .dops-notice.is-error .dops-notice__dismiss, .dops-notice.is-warning .dops-notice__dismiss, .dops-notice.is-info .dops-notice__dismiss { overflow: hidden; } .dops-notice__icon-wrapper { background: #747474; color: white; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; width: 47px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 0 3px 3px 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-item-align: stretch; align-self: stretch; } .dops-notice__icon-wrapper .gridicon { margin-top: 10px; } @media (min-width: 481px) { .dops-notice__icon-wrapper .gridicon { margin-top: 12px; } } .dops-notice__content { padding: 13px; font-size: 12px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } @media (min-width: 481px) { .dops-notice__content { font-size: 14px; } } .dops-notice__text a.dops-notice__text-no-underline { text-decoration: none; } .dops-notice__text a, .dops-notice__text a:visited { text-decoration: underline; color: white; } .dops-notice__text a:hover, .dops-notice__text a:visited:hover { color: white; text-decoration: none; } .dops-notice__text ul { margin-bottom: 0; margin-right: 0; } .dops-notice__text li { margin-right: 2em; margin-top: 0.5em; } .dops-notice__text p { margin-bottom: 0; margin-top: 0.5em; } .dops-notice__text p:first-child { margin-top: 0; } .dops-notice__button { cursor: pointer; margin-right: 0.428em; } .dops-notice__dismiss { -ms-flex-negative: 0; flex-shrink: 0; padding: 12px; cursor: pointer; padding-bottom: 0; } .dops-notice__dismiss .gridicon { width: 18px; height: 18px; } @media (min-width: 481px) { .dops-notice__dismiss { padding: 11px; padding-bottom: 0; } .dops-notice__dismiss .gridicon { width: 24px; height: 24px; } } .dops-notice .dops-notice__dismiss { color: #bbbbbb; } .dops-notice .dops-notice__dismiss:hover, .dops-notice .dops-notice__dismiss:focus { color: white; } a.dops-notice__action { cursor: pointer; font-size: 12px; font-weight: 400; text-decoration: none; white-space: nowrap; color: #bbbbbb; padding: 13px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (min-width: 481px) { a.dops-notice__action { -ms-flex-negative: 1; flex-shrink: 1; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0; font-size: 14px; margin: 0 auto 0 0; padding: 13px 16px; } a.dops-notice__action .gridicon { width: 24px; height: 24px; } } a.dops-notice__action:visited { color: #bbbbbb; } a.dops-notice__action:hover { color: white; } a.dops-notice__action .gridicon { margin-right: 8px; opacity: 0.7; width: 18px; height: 18px; } .dops-notice.is-compact { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: auto; border-radius: 3px; min-height: 20px; margin: 0; padding: 0; text-decoration: none; text-transform: none; vertical-align: middle; line-height: 1.5; } .dops-notice.is-compact .dops-notice__content { font-size: 12px; padding: 6px 10px; } .dops-notice.is-compact .dops-notice__icon-wrapper { width: 28px; } .dops-notice.is-compact .dops-notice__icon-wrapper .dops-notice__icon { width: 18px; height: 18px; margin: 0; } .dops-notice.is-compact .dops-notice__icon-wrapper .gridicon { margin-top: 6px; } .dops-notice.is-compact .dops-notice__dismiss { position: relative; -ms-flex-item-align: center; align-self: center; -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 0 0 8px; padding: 0; } .dops-notice.is-compact .dops-notice__dismiss .gridicon { width: 18px; height: 18px; } .dops-notice.is-compact a.dops-notice__action { background: transparent; display: inline-block; margin: 0; font-size: 12px; -ms-flex-item-align: center; align-self: center; margin-right: 16px; padding: 0 10px; } .dops-notice.is-compact a.dops-notice__action:hover, .dops-notice.is-compact a.dops-notice__action:active, .dops-notice.is-compact a.dops-notice__action:focus { background: transparent; } .dops-notice.is-compact a.dops-notice__action .gridicon { margin-right: 8px; width: 14px; height: 14px; vertical-align: sub; opacity: 1; } .dops-plan-icon { width: inherit; height: inherit; background-repeat: no-repeat; } .dops-plan-icon__free .dops-plan-icon__free-0 { fill: #78dcfa; } .dops-plan-icon__free .dops-plan-icon__free-1 { fill: white; } .dops-plan-icon__free .dops-plan-icon__free-2 { fill: #006a95; } .dops-plan-icon__free .dops-plan-icon__free-3 { fill: #0087be; } .dops-plan-icon__free .dops-plan-icon__free-4 { fill: #00a4e7; } .dops-plan-icon__personal .dops-plan-icon__personal-0 { fill: #f0b849; } .dops-plan-icon__personal .dops-plan-icon__personal-1 { fill: #a2a2a2; } .dops-plan-icon__personal .dops-plan-icon__personal-2 { fill: #d5d5d5; } .dops-plan-icon__personal .dops-plan-icon__personal-3 { fill: white; } .dops-plan-icon__personal .dops-plan-icon__personal-4 { fill: #888888; } .dops-plan-icon__personal .dops-plan-icon__personal-5 { fill: #6f6f6f; } .dops-plan-icon__premium .dops-plan-icon__premium-0 { fill: #4ab866; } .dops-plan-icon__premium .dops-plan-icon__premium-1 { fill: #a2a2a2; } .dops-plan-icon__premium .dops-plan-icon__premium-2 { fill: #6f6f6f; } .dops-plan-icon__premium .dops-plan-icon__premium-3 { fill: white; } .dops-plan-icon__premium .dops-plan-icon__premium-4 { fill: #d5d5d5; } .dops-plan-icon__premium .dops-plan-icon__premium-5 { fill: #6f6f6f; } .dops-plan-icon__premium .dops-plan-icon__premium-6 { fill: #555555; } .dops-plan-icon__business .dops-plan-icon__business-0 { fill: #855DA6; } .dops-plan-icon__business .dops-plan-icon__business-1 { fill: white; } .dops-plan-icon__business .dops-plan-icon__business-2 { fill: #eeeeee; } .dops-plan-icon__business .dops-plan-icon__business-3 { fill: #0087be; } .dops-plan-icon__business .dops-plan-icon__business-4 { fill: #005082; } @charset "UTF-8"; #jp-plugin-container { min-height: 100vh; } /* The MIT License (MIT) Copyright © 2011–2015 thoughtbot, inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. https://github.com/thoughtbot/bourbon */ .dops-banner.dops-card { border-right: 3px solid; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 12px 12px 12px 6px; position: relative; z-index: 2; border-right-color: #0087be; } .dops-banner.dops-card.is-card-link { padding: 12px 16px 12px 48px; } .dops-banner.dops-card.is-dismissible { padding-left: 48px; } .dops-banner.dops-card .dops-banner__icon { color: #0087be; } .dops-banner.dops-card .dops-banner__icon-circle { background-color: #0087be; } .dops-banner.dops-card.is-jetpack-info { border-right-color: #00BE28; } .dops-banner.dops-card.is-jetpack-info .dops-banner__icon { color: #00BE28; } .dops-banner.dops-card.is-jetpack-info .dops-banner__icon-circle { background-color: #00BE28; } .dops-banner.dops-card.is-upgrade-personal { border-right-color: #f0b849; } .dops-banner.dops-card.is-upgrade-personal .dops-banner__icon { color: #f0b849; } .dops-banner.dops-card.is-upgrade-personal .dops-banner__icon-circle { background-color: #f0b849; } .dops-banner.dops-card.is-upgrade-premium { border-right-color: #4ab866; } .dops-banner.dops-card.is-upgrade-premium .dops-banner__icon { color: #4ab866; } .dops-banner.dops-card.is-upgrade-premium .dops-banner__icon-circle { background-color: #4ab866; } .dops-banner.dops-card.is-upgrade-business { border-right-color: #855DA6; } .dops-banner.dops-card.is-upgrade-business .dops-banner__icon { color: #855DA6; } .dops-banner.dops-card.is-upgrade-business .dops-banner__icon-circle { background-color: #855DA6; } .dops-banner.dops-card .dops-card__link-indicator { -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #0087be; display: -webkit-box; display: -ms-flexbox; display: flex; } .dops-banner.dops-card:hover { -webkit-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; } .dops-banner.dops-card:hover.is-card-link { -webkit-box-shadow: 0 0 0 1px #a2a2a2, 0 2px 4px #d5d5d5; box-shadow: 0 0 0 1px #a2a2a2, 0 2px 4px #d5d5d5; } .dops-banner.dops-card:hover .dops-card__link-indicator { color: #005082; } @media (min-width: 481px) { .dops-banner.dops-card { padding: 12px 16px; } .dops-banner.dops-card.is-dismissible { padding-left: 16px; } } .dops-banner__icons { display: -webkit-box; display: -ms-flexbox; display: flex; } .dops-banner__icons .dops-banner__icon, .dops-banner__icons .dops-banner__icon-circle { border-radius: 50%; -ms-flex-negative: 0; flex-shrink: 0; height: 24px; margin-left: 16px; margin-top: -2px; text-align: center; top: 4px; width: 24px; } .dops-banner__icons .dops-banner__icon { -ms-flex-item-align: center; align-self: center; color: white; display: block; } .dops-banner__icons .dops-banner__icon-circle { color: white; display: none; padding: 3px 3px 4px 4px; } .dops-banner__icons .dops-banner__icon-circle .gridicon { margin-bottom: -7px; } @media (min-width: 481px) { .dops-banner__icons { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .dops-banner__icons .dops-banner__icon { display: none; } .dops-banner__icons .dops-banner__icon-circle { display: block; } } .dops-banner__icon-plan { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 16px; } .dops-banner__icon-plan .dops-plan-icon { height: 32px; width: 32px; } @media (min-width: 481px) { .dops-banner__icon-plan { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } .dops-banner__content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (min-width: 481px) { .dops-banner__content { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } } .dops-banner__info { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; line-height: 1.4; width: 100%; } .dops-banner__info .dops-banner__title, .dops-banner__info .dops-banner__description, .dops-banner__info .dops-banner__list { color: #414141; } .dops-banner__info .dops-banner__title { font-size: 14px; font-weight: 500; } .dops-banner__info .dops-banner__description { font-size: 12px; margin-top: 3px; } .dops-banner__info .dops-banner__list { font-size: 12px; list-style: none; margin: 0; } .dops-banner__info .dops-banner__list li { margin: 6px 0; } .dops-banner__info .dops-banner__list li .gridicon { color: #a2a2a2; display: none; } @media (min-width: 481px) { .dops-banner__info { width: auto; } .dops-banner__info .dops-banner__list li .gridicon { display: inline; margin-left: 12px; vertical-align: bottom; } } .dops-banner__action { -ms-flex-item-align: center; align-self: center; font-size: 12px; margin: 8px 0 0 0; text-align: right; width: 100%; } .dops-banner__action .dops-banner__prices { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .dops-banner__action .dops-banner__prices .dops-plan-price { margin-bottom: 0; } .dops-banner__action .dops-banner__prices .dops-plan-price.is-discounted, .dops-banner__action .dops-banner__prices .dops-plan-price.is-discounted .dops-plan-price__currency-symbol { color: #414141; } .has-call-to-action .dops-banner__action .dops-banner__prices .dops-plan-price { margin-bottom: 8px; } @media (min-width: 481px) { .dops-banner__action { margin: 0 8px 0 4px; text-align: center; width: auto; } .is-dismissible .dops-banner__action { margin-top: 40px; } .dops-banner__action .dops-banner__prices { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; text-align: left; } } .module-overridden-banner.dops-banner.is-compact { margin-bottom: 0; } .module-overridden-banner.dops-banner .dops-banner__description a { text-decoration: underline; } .dops-info-popover-button { background: transparent; border: none; color: #888888; padding: 0; } .dops-info-popover-button:hover { color: #414141; } .dops-info-popover-button:focus { -webkit-box-shadow: none; box-shadow: none; } .dops-accessible-focus .dops-info-popover-button:focus { outline: thin dotted; } .dops-info-popover .gridicon { cursor: pointer; color: #c8c8c8; } .dops-info-popover .gridicon:hover { color: #414141; } .dops-info-popover.is_active .gridicon { color: #414141; } .dops-popover.dops-info-popover__tooltip .dops-popover__inner { color: #6f6f6f; font-size: 13px; max-width: 220px; padding: 16px; text-align: right; } .dops-external-link .gridicons-external { color: currentColor; margin-right: 0.5rem; top: 0.125rem; position: relative; } #jp-plugin-container { min-height: 100vh; } .jp-support-info { position: absolute; top: 1.6875rem; left: 1.5625rem; z-index: 1; } @media (max-width: 480px) { .jp-support-info { top: 1.25rem; left: 1rem; } } .jp-form-fieldset .jp-support-info { top: 4px; } .jp-support-info .dops-info-popover { white-space: nowrap; } .dops-popover .jp-support-info__privacy { display: block; margin-top: 0.875rem; padding-top: 0.75rem; border-top: 1px solid rgba(162, 162, 162, 0.5); } @keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } .dops-foldable-card.dops-card { position: relative; -webkit-transition: margin .15s linear; transition: margin .15s linear; padding: 0; } .dops-foldable-card.dops-card:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .dops-foldable-card.dops-card.is-expanded { margin-bottom: 8px; } .dops-foldable-card.dops-card .is-clickable { cursor: pointer; } .dops-foldable-card__header { min-height: 64px; width: 100%; padding: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; } .dops-foldable-card__header.has-border .dops-foldable-card__summary, .dops-foldable-card__header.has-border .dops-foldable-card__summary_expanded { margin-left: 48px; } .dops-foldable-card__header.has-border .dops-foldable-card__expand { border-right: 1px #f6f6f6 solid; } .dops-foldable-card.is-compact .dops-foldable-card__header { padding: 8px 16px; min-height: 40px; } .dops-foldable-card.is-expanded .dops-foldable-card__header { margin-bottom: 0px; height: inherit; min-height: 64px; } .dops-foldable-card.is-expanded.is-compact .dops-foldable-card__header { min-height: 40px; } .dops-foldable-card.is-disabled .dops-foldable-card__header { opacity: 0.2; } .dops-foldable-card__action { position: absolute; top: 0; left: 0; height: 100%; background: none; border: 0; } .dops-foldable-card.is-expanded .dops-foldable-card__action { height: 100%; } .dops-foldable-card.is-disabled .dops-foldable-card__action { cursor: default; } .dops-accessible-focus .dops-foldable-card__action:focus { outline: thin dotted; } button.dops-foldable-card__action { cursor: pointer; outline: 0; } .dops-foldable-card__main { max-width: calc( 100% - 36px); display: block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-left: 5px; } @media (max-width: 480px) { .dops-foldable-card__main { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; } } .dops-foldable-card__secondary { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .dops-foldable-card__expand { width: 48px; } .dops-foldable-card__expand .gridicon { fill: #a2a2a2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; vertical-align: middle; -webkit-transition: color 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: color 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in; transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .dops-foldable-card.is-expanded .dops-foldable-card__expand .gridicon { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .dops-foldable-card__expand .gridicon:hover { fill: #a2a2a2; } .dops-foldable-card__expand:focus .gridicon, .dops-foldable-card__expand:hover .gridicon { fill: #00aadc; } .dops-foldable-card__header-text { font-size: 1.125rem; width: 100%; } .dops-foldable-card__subheader { margin-top: 0.125rem; margin-bottom: 0.125rem; font-size: 0.875rem; color: #6f6f6f; } .dops-foldable-card__content { display: none; } .dops-foldable-card.is-expanded .dops-foldable-card__content { display: block; padding: 16px; border-top: 1px solid #f6f6f6; } .dops-foldable-card.is-compact .dops-foldable-card.is-expanded .dops-foldable-card__content { padding: 8px; } .dops-foldable-card.is-expanded .dops-foldable-card__content p:first-child { margin-top: 0; } .dops-foldable-card.is-expanded .dops-foldable-card__content p:last-child { margin-bottom: 0; } .dops-foldable-card__summary, .dops-foldable-card__summary_expanded { margin-left: 40px; color: #a2a2a2; font-size: 12px; -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; display: inline-block; } .dops-foldable-card.has-expanded-summary .dops-foldable-card__summary, .dops-foldable-card.has-expanded-summary .dops-foldable-card__summary_expanded { -webkit-transition: none; transition: none; -webkit-box-flex: 2; -ms-flex: 2; flex: 2; text-align: left; } @media (max-width: 480px) { .dops-foldable-card__summary, .dops-foldable-card__summary_expanded { display: none; } } .dops-foldable-card__summary { opacity: 1; display: inline-block; } .dops-foldable-card.is-expanded .dops-foldable-card__summary { display: none; } .has-expanded-summary .dops-foldable-card.is-expanded .dops-foldable-card__summary { display: none; } .dops-foldable-card__summary_expanded { display: none; } .dops-foldable-card.is-expanded .dops-foldable-card__summary_expanded { display: inline-block; } #jp-plugin-container { min-height: 100vh; } .form-input-validation { color: #4ab866; position: relative; padding: 6px 34px 11px 24px; border-radius: 1px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; -webkit-animation: appear .3s ease-in-out; animation: appear .3s ease-in-out; } .form-input-validation.is-error { color: #d94f4f; } .form-input-validation.is-warning { color: #f0b849; } .form-input-validation .gridicon { float: right; margin-right: -34px; } .dops-textarea { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0.4375rem 0.875rem; min-height: 5.75rem; width: 100%; color: #414141; font-size: 1rem; line-height: 1.5; border: 1px solid #d5d5d5; background-color: white; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; -webkit-box-shadow: none; box-shadow: none; } .dops-textarea::-webkit-input-placeholder { color: #a2a2a2; } .dops-textarea:-ms-input-placeholder { color: #a2a2a2; } .dops-textarea::-ms-input-placeholder { color: #a2a2a2; } .dops-textarea::placeholder { color: #a2a2a2; } .dops-textarea:hover { border-color: #bbbbbb; } .dops-textarea:focus { border-color: #0087be; outline: none; -webkit-box-shadow: 0 0 0 2px #78dcfa; box-shadow: 0 0 0 2px #78dcfa; } .dops-textarea:focus::-ms-clear { display: none; } .dops-textarea:disabled { background: #f6f6f6; border-color: #eeeeee; color: #bbbbbb; -webkit-text-fill-color: #bbbbbb; } .dops-textarea:disabled:hover { cursor: default; } .dops-textarea:disabled::-webkit-input-placeholder { color: #bbbbbb; } .dops-textarea:disabled:-ms-input-placeholder { color: #bbbbbb; } .dops-textarea:disabled::-ms-input-placeholder { color: #bbbbbb; } .dops-textarea:disabled::placeholder { color: #bbbbbb; } .dops-clipboard-button-input { position: relative; display: block; } .dops-clipboard-button-input .dops-clipboard-button { position: absolute; top: 50%; left: 4px; -webkit-transform: translateY(-50%); transform: translateY(-50%); overflow: visible; } .dops-clipboard-button-input .dops-clipboard-button:not(:disabled)::before { content: ''; display: block; position: absolute; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff)); background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 90%); top: 0px; bottom: 0px; left: 0px; right: auto; width: 16px; height: auto; left: calc( 100% + 1px); } .dops-clipboard-button-input .dops-clipboard-button:focus::before { left: calc( 100% + 3px); } .dops-tooltip.dops-popover .dops-popover__arrow { border-width: 6px; } .dops-tooltip.dops-popover.is-bottom-right .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom-left .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom .dops-popover__arrow { border-bottom-color: #555555; top: 4px; left: 10px; } .dops-tooltip.dops-popover.is-bottom-right .dops-popover__arrow::before, .dops-tooltip.dops-popover.is-bottom-left .dops-popover__arrow::before, .dops-tooltip.dops-popover.is-bottom .dops-popover__arrow::before { display: none; } .dops-tooltip.dops-popover.is-bottom-right.is-error .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom-left.is-error .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom.is-error .dops-popover__arrow { border-bottom-color: #d94f4f; } .dops-tooltip.dops-popover.is-bottom-right.is-warning .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom-left.is-warning .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom.is-warning .dops-popover__arrow { border-bottom-color: #f0b849; } .dops-tooltip.dops-popover.is-bottom-right.is-success .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom-left.is-success .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom.is-success .dops-popover__arrow { border-bottom-color: #4ab866; } .dops-tooltip.dops-popover.is-top .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-left .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-right .dops-popover__arrow { border-top-color: #555555; bottom: 4px; left: 10px; } .dops-tooltip.dops-popover.is-top .dops-popover__arrow::before, .dops-tooltip.dops-popover.is-top-left .dops-popover__arrow::before, .dops-tooltip.dops-popover.is-top-right .dops-popover__arrow::before { display: none; } .dops-tooltip.dops-popover.is-top.is-error .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-left.is-error .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-right.is-error .dops-popover__arrow { border-top-color: #d94f4f; } .dops-tooltip.dops-popover.is-top.is-warning .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-left.is-warning .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-right.is-warning .dops-popover__arrow { border-top-color: #f0b849; } .dops-tooltip.dops-popover.is-top.is-success .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-left.is-success .dops-popover__arrow, .dops-tooltip.dops-popover.is-top-right.is-success .dops-popover__arrow { border-top-color: #4ab866; } .dops-tooltip.dops-popover.is-top .dops-popover__arrow, .dops-tooltip.dops-popover.is-bottom .dops-popover__arrow { margin-right: -6px; } .dops-tooltip.dops-popover.is-left, .dops-tooltip.dops-popover.is-right { padding-top: 0; } .dops-tooltip.dops-popover.is-left .dops-popover__arrow, .dops-tooltip.dops-popover.is-right .dops-popover__arrow { margin-top: -6px; } .dops-tooltip.dops-popover.is-left .dops-popover__arrow::before, .dops-tooltip.dops-popover.is-right .dops-popover__arrow::before { display: none; } .dops-tooltip.dops-popover.is-left.is-error .dops-popover__arrow, .dops-tooltip.dops-popover.is-right.is-error .dops-popover__arrow { border-left-color: #d94f4f; } .dops-tooltip.dops-popover.is-left.is-warning .dops-popover__arrow, .dops-tooltip.dops-popover.is-right.is-warning .dops-popover__arrow { border-left-color: #f0b849; } .dops-tooltip.dops-popover.is-left.is-success .dops-popover__arrow, .dops-tooltip.dops-popover.is-right.is-success .dops-popover__arrow { border-left-color: #4ab866; } .dops-tooltip.dops-popover.is-left .dops-popover__arrow { margin-left: 4px; border-right-color: #555555; } .dops-tooltip.dops-popover.is-right .dops-popover__arrow { margin-right: 4px; border-left-color: #555555; } .dops-tooltip.dops-popover .dops-popover__inner { border: 0px; -webkit-box-shadow: none; box-shadow: none; border-radius: 2px; color: white; background: #555555; font-size: 12px; padding: 6px 10px; text-align: right; } .dops-tooltip.dops-popover.is-error .dops-popover__inner { background: #d94f4f; } .dops-tooltip.dops-popover.is-warning .dops-popover__inner { background: #f0b849; } .dops-tooltip.dops-popover.is-success .dops-popover__inner { background: #4ab866; } .dops-tooltip.dops-popover ul { list-style: none; margin: 0; padding: 0; } .dops-tooltip.dops-popover ul li { font-size: 11px; font-weight: 100; border: 0; } .dops-tooltip__hr { margin: 8px 0; background: #a2a2a2; } #jp-plugin-container { min-height: 100vh; } .dops-chart { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: white; padding: 8px 20px 8px 0; } .dops-chart .dops-chart__y-axis-markers { position: absolute; top: 8px; right: 0; left: 0; height: 200px; } .dops-chart .dops-chart__y-axis-marker { position: absolute; top: 0; width: 100%; height: 1px; border-top: 1px solid #eeeeee; } .dops-chart__bar-marker { z-index: 1; position: absolute; top: 0; width: 100%; height: 1px; border-top: 1px solid rgba(238, 238, 238, 0.1); } .dops-chart__bar-marker.is-fifty, .dops-chart__y-axis-label.is-fifty, .dops-chart .dops-chart__y-axis-marker.is-fifty { top: 50%; } .dops-chart__bar-marker.is-zero, .dops-chart__y-axis-label.is-zero, .dops-chart .dops-chart__y-axis-marker.is-zero { top: 100%; } .dops-chart__y-axis { position: relative; float: left; height: 200px; padding: 0 10px 0 20px; font-size: 11px; color: #888888; margin-bottom: 30px; } .dops-chart__y-axis-label { position: absolute; top: 0; left: 20px; text-align: left; } .dops-chart__y-axis-width-fix { color: rgba(255, 255, 255, 0); } .dops-chart__x-axis { position: relative; font-size: 0; padding: 5px 0; min-height: 18px; color: #555555; } .dops-chart__x-axis-label { position: absolute; display: inline-block; vertical-align: top; font-size: 11px; text-align: center; } .dops-chart__x-axis-label::before { content: ''; display: block; position: absolute; top: -4px; right: 50%; margin-right: -.5px; width: 1px; height: 5px; background: #f6f6f6; background-image: -webkit-gradient(linear, right top, right bottom, from(#f6f6f6), to(#d5d5d5)); background-image: linear-gradient(to bottom, #f6f6f6 0%, #d5d5d5 100%); } .dops-chart__bars { position: relative; font-size: 0; height: 200px; text-align: center; overflow: hidden; display: -ms-flex; display: -webkit-box; display: -ms-flexbox; display: flex; } .dops-chart__bar { text-align: center; display: inline-block; position: relative; height: 200px; -ms-flex-grow: 1; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; } .dops-chart__bar.is-weekend { background-color: rgba(238, 238, 238, 0.5); } .dops-chart__bar:hover { cursor: pointer; background-color: rgba(238, 238, 238, 0.3); } .dops-chart__bar.is-selected { cursor: default; background-color: rgba(240, 130, 30, 0.1); } .dops-chart__bar-section { display: inline-block; background-color: #0087be; position: absolute; top: 0; left: 16%; bottom: 0; right: 16%; z-index: 2; } .dops-chart__bar:hover .dops-chart__bar-section.is-bar { background-color: #00aadc; } .dops-chart__bar.is-selected .dops-chart__bar-section.is-bar { background-color: #f0821e; } .dops-chart__bar-section.is-spacer { z-index: 0; background-color: rgba(255, 255, 255, 0); } .dops-chart__bar-section.is-ghost::after { content: ""; display: block; position: absolute; top: 160px; bottom: 0; right: 0; z-index: 1; width: 100%; height: 40px; background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255, 255, 255, 0)), to(rgba(238, 238, 238, 0.5))); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(238, 238, 238, 0.5)); } .dops-chart__bar:hover .dops-chart__bar-section.is-ghost::after { display: none; } .dops-chart__bar-section-inner { background: #004069; position: absolute; left: 23.33%; bottom: 0; right: 23.33%; } .dops-chart__bar.is-selected .dops-chart__bar-section-inner { background-color: #d54e21; } .dops-chart__legend { margin-bottom: -8px; } .dops-chart__legend:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .dops-chart__legend .dops-chart__legend-options { float: left; color: #747474; list-style-type: none; margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; } @media (max-width: 480px) { .dops-chart__legend .dops-chart__legend-options { width: 100%; } } .dops-chart__legend-option { display: inline; text-align: right; } @media (max-width: 480px) { .dops-chart__legend-option { width: 50%; display: inline-block; } } .dops-chart__legend-label { display: inline-block; padding: 12px 20px 10px 19px; } .dops-chart__legend-label.is-selectable { cursor: pointer; } .dops-chart__legend-label.is-selectable:focus, .dops-chart__legend-label.is-selectable:hover { color: tint(#00aadc, 20%); } @media (max-width: 480px) { .dops-chart__legend-label { display: block; } } .dops-chart__legend-option .dops-chart__legend-color { width: 10px; height: 10px; background: #0087be; display: inline-block; border-radius: 1px; vertical-align: top; margin: 3px 8px 3px 5px; } @media (max-width: 480px) { .dops-chart__legend-option:first-child .dops-chart__legend-color { margin-right: 2px; } } .dops-chart__legend-color.is-dark-blue { background: #004069; } .dops-chart__legend-option .dops-chart__legend-checkbox { margin: 0; float: none; vertical-align: top; } .dops-chart__empty { position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; font-size: 14px; line-height: 24px; clear: both; z-index: 1; } .dops-chart__empty_notice { position: relative; top: 97px; padding: 11px 24px; margin-bottom: 24px; border-radius: 1px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; line-height: 1.4285; -webkit-animation: appear .3s ease-in-out; animation: appear .3s ease-in-out; -webkit-box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; } @media (min-width: 661px) { .dops-chart__empty_notice { padding: 13px 48px; font-size: inherit; } .dops-chart__empty_notice::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; vertical-align: middle; font: normal 16px/1 'Noticons'; content: '\f456'; position: absolute; top: 23px; right: 20px; margin: -12px -8px 0 0px; font-size: 24px; line-height: 1; } } .dops-chart__tooltip .dops-popover__inner { width: 230px; text-align: right; } .dops-chart__tooltip .dops-popover__inner ul { list-style: none; margin: 0; padding: 0; } .dops-chart__tooltip .dops-popover__inner ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .dops-chart__tooltip .dops-popover__inner ul li { font-size: 11px; text-transform: uppercase; font-weight: 100; height: 24px; letter-spacing: 0.1em; border: 0; margin-bottom: 0; } .dops-chart__tooltip .dops-popover__inner ul li .dops-wrapper { display: block; line-height: inherit; line-height: 24px; clear: both; } .dops-chart__tooltip .dops-popover__inner ul li .value { text-align: left; float: left; min-width: 22px; color: #d5d5d5; } .dops-chart__tooltip .dops-popover__inner ul li .label { display: block; overflow: hidden; word-break: break-all; vertical-align: baseline; } .dops-chart__tooltip .dops-popover__inner ul li .gridicon { vertical-align: middle; margin-left: 6px; margin-top: -3px; } .dops-chart__tooltip.is-streak { margin-top: -5px; height: 35px; } .dops-chart__tooltip.is-streak .dops-popover__arrow::before { right: 85px; top: 30px; } .dops-chart__tooltip.is-streak .dops-popover__inner { width: 160px; position: relative; top: -10px; } .dops-chart__tooltip.is-streak .dops-popover__inner li { height: 14px; } .dops-chart__tooltip.is-streak .dops-popover__inner li .label { width: 100%; float: right; text-align: center; } .rtl .dops-chart__tooltip.is-streak .dops-popover__inner li .label { font-size: 11px; } .dops-chart__tooltip.is-streak .dops-popover__inner li .label .post-count { font-weight: bold; } .dops-chart__tooltip.is-streak .dops-popover__inner li .value { float: none; } .dops-chart__tooltip .dops-module-content-list-item.is-date-label { font-size: 11px; margin-bottom: 2px; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #5d5d5d; padding-bottom: 2px; } .dops-chart__tooltip .dops-module-content-list-item.is-published-item { height: 19px; } .dops-chart__tooltip .dops-module-content-list-item.is-published-item .label { text-transform: none; color: #d5d5d5; overflow: hidden; letter-spacing: 0; height: 19px; } .dops-chart__tooltip .dops-module-content-list-item.is-published-item .value { width: 0; min-width: 0; } .dops-chart__tooltip .dops-module-content-list-item.is-published-item .value::before { content: ''; position: relative; background-image: -webkit-gradient(linear, right top, left top, from(rgba(61, 89, 109, 0)), color-stop(rgba(61, 89, 109, 0.5)), to(#3d596d)); background-image: linear-gradient(to left, rgba(61, 89, 109, 0) 0%, rgba(61, 89, 109, 0.5), #3d596d); right: -30px; width: 30px; height: 24px; display: block; } #jp-plugin-container { min-height: 100vh; } /* This hack is used to prevent the body from scrolling when the modal is showing */ body.dops-modal-showing { overflow: hidden; } .dops-modal-wrapper { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; display: block; overflow-x: hidden; overflow-y: auto; text-align: center; -webkit-overflow-scrolling: touch; outline: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; background-color: rgba(0, 0, 0, 0.5); cursor: pointer; } .dops-modal-wrapper:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .dops-modal-wrapper .dops-modal { position: relative; display: inline-block; margin: 0 0; width: 100%; max-width: 550px; vertical-align: middle; text-align: right; background-color: #fff; -webkit-transition: all 0.5s; transition: all 0.5s; z-index: 100; clear: both; cursor: default; } @media (min-width: 481px) { .dops-modal-wrapper .dops-modal { margin: 0 auto; height: auto; border-radius: 5px; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); } } @charset "UTF-8"; /* The MIT License (MIT) Copyright © 2011–2015 thoughtbot, inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. https://github.com/thoughtbot/bourbon */ .jp-jetpack-connect__button { background: #00BE28; border-color: #00a523; color: white; } .jp-jetpack-connect__button:hover, .jp-jetpack-connect__button:focus { background: #00a523; border-color: #008b1d; color: white; } .notices-list { overflow: hidden; } .notices-list.is-pinned { width: calc( 100% - 272px - 32px - 32px); z-index: z-index("root", ".notices-list.is-pinned"); position: fixed; top: 79px; } .notices-list.is-pinned .notice { z-index: z-index("root", ".notices-list.is-pinned .notice"); } .notices-list__whitespace { height: 71px; width: 100%; display: block; } @keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } .global-notices { text-align: left; pointer-events: none; z-index: 179; position: fixed; top: auto; left: 0; bottom: 0; right: 0; } @media (min-width: 661px) { .global-notices { top: 63px; left: 16px; bottom: auto; right: auto; max-width: calc( 100% - 32px); } } @media (min-width: 961px) { .global-notices { top: 71px; left: 24px; max-width: calc( 100% - 48px); } } @media (min-width: 1041px) { .global-notices { left: 32px; max-width: calc( 100% - 64px); } } .global-notices .dops-notice { -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-bottom: 0; text-align: right; pointer-events: auto; border-radius: 0; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 56px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 56px rgba(0, 0, 0, 0.15); } .global-notices .dops-notice .dops-notice__icon-wrapper { border-radius: 0; } @media (min-width: 661px) { .global-notices .dops-notice { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; margin-bottom: 24px; border-radius: 3px; } .global-notices .dops-notice .dops-notice__icon-wrapper { border-radius: 0 3px 3px 0; } } @media (min-width: 661px) { .global-notices .dops-notice a.dops-notice__action { font-size: 14px; padding: 13px 16px; } } .global-notices .dops-notice__dismiss { -ms-flex-negative: 0; flex-shrink: 0; } @media (min-width: 661px) { .global-notices .dops-notice__dismiss { padding: 13px 16px 0; } } /*# sourceMappingURL=admin.dops-style.rtl.css.map */ Plinko Avis: Découvrez Les Témoignages Et Les Retours D’expérience Des Utilisateurs – AluPlastic

Plinko Avis: Découvrez Les Témoignages Et Les Retours D’expérience Des Utilisateurs

Plinko, Arnaque Ou Passing? Notre Test Ainsi Que Menace 2025

Content

Le RTP (“Return To Player“) fiat” “ericsson traduit par “Taux de retour aux joueurs”. Il s’agit du pourcentage kklk mises redistribuées aux joueurs, sous forme de gains. Dans la section suivante, nous allons vous détailler étape par étape comment jouer au Plinko, durante nous basant durante déambulant la variation sobre Spribe.

Notez que le mode démo des casinos n’implique» «passing de benefits réels, car vous n’utilisez que de l’argent virtuel. Néanmoins, essayez cette option si vous voulez comprendre les basics avant de jouer à Plinko. En outre, dans le marché de certains pays, l’accès à différents net sites peut être interdit. Sur Plinko jeu argent, elle existe une” “touche de» «raccourci fill faire dévier ces disques beaucoup additionally rapidement ain connaitre vos increases excellent train! La equipment à sous Fortune Tiger, développée par PG Soft, est rapidement devenue un préférence populaire parmi des amateurs para amusements en trait.

Est-ce Que Plinko Est Différent Das Autres Jeux Sobre Casino À Chute De Balles?

Vous pouvez utiliser l’une des stratégies que nous recommandons pour augmenter vos chances de gagner. Si vous êtes un amateur de casino en trait, ne cherchez passing plus loin o qual Millionz casino! Avec plus de truck jeux à offrir de certains dieses meilleurs éditeurs dans le marché de l’industrie du tableau en ligne, votre casino a quelque chose pour promote le monde.

  • Plinko est devenu si en demande que Spribe, Plinko Stake, BGaming, SmartSoft et d’autres ont créé de nombreuses variantes avec el design différent.
  • Vous avez una possibilité de repérer 16 pins en method automatique avec les couleurs jaune et vert pour épargner plus.
  • Bien que j’aime jouer au Plinko, j’aimerais qu’il con ait plus sobre variantes de ce jeu dans les casinos en hachure.
  • Pour comprendre comment fonctionne Plinko, testez the mode démo without dépenser d’argent serve se familiariser dos les règles ainsi que les spécificités.
  • Vous trouverez ci-dessous el aperçu de différentes casinos qui présentent Plinko by BGaming.
  • Le tableau Plinko proposé similar Spribe est certainement the plus easy à prendre durante main.

De plus, alterner no meio de différentes couleurs ou designs de quilles peut également s’avérer payant. La Planque Du Joueur est indépendant et n’est passing responsable des pertes liées aux internet casinos ou aux paris sportifs. Jouez uniquement avec para l’argent que les cybernautes pouvez vous permettre de perdre ou vérifiez les lois locales avant para participer plinko argent réel.

Les Critiques Constructives Sur Plinko

Cette création est the jeu original quel professionnel a inspiré para nombreux autres développeurs pour créer leur propre version. Plinko de Spribe représente également le plus populaire et représente considéré” “par beaucoup comme beaucoup amusant. Spribe se révèle être un nouveau aprovisionneur dans l’univers sobre l’iGaming, mais il a déjà diverses jeux à succès à son actif, y compris Aviator. Essayez Plinko para Spribe pour découvrir le jeu quel professionnel a lancé cette tendance passionnante dans le marché de le monde dieses jeux de online casino en ligne.

  • Mais quelques internet casinos sont allés in addition loin et offrent même 99%, votre qui, vous pouvez en fundir, reste plutôt lourd.
  • Jouez uniquement avec sobre l’argent” “o qual vous devez vous permettre para manquer et vérifiez les lois venues face à de participer.
  • Ce titre est par conséquent une exclusivité a respeito de Stake, et elle se distingue majoritairement grâce à syns options de tableau (mise automatique, réglage 8 à sixteen tiges…).
  • Connectez-vous à un on line casino de confiance qui propose le tableau pour que les joueurs puissiez jouer.
  • Le développeur man jeu Plinko XY est BGaming, depuis cette customization du jeu peut être trouvée dans votre marché entre ma plupart des grands internet casinos man monde.

Retrouvez-y kklk guides nécessaires en déambulant l’e-gaming, les actualités sur les casinos ainsi que surtout les evaluations de nos specialists en game playing. Nous avons serve mission de créer los angeles as well as grande communauté de jeux durante trait dans l’univers du gambling. Par catalogue, dans are usually” “version de BGaming, quand vous jouez dos 8 segments d’épingles, le obtain optimum est de x29 et des odds de économiser sont de 0, 78%. Lorsque les internautes augmentez le favor de lignes à 16, le obtain maximum devient x1000, mais les probabilities de gagner ne sont déjà furthermore que de actually zero, 003 %. Quel opérateur devriez-vous sélectionner pour jouer et profiter du tableau sans crainte?

Quelles Deviennent Les Fonctionnalités Proposées Par Le Tableau Plinko?

L’un dieses aspects les since well as excitants de Plinko réside dans syns choices de reward. Les balles qui s’envolent du haut entre ma pyramide ont are generally leur, une stellung spéciale associée à kklk multiplicateurs. Jouez uniquement à kklk variations fournies doble des développeurs réputés, tel Spribe, BGaming systems GameArt.” “[newline]De una même manière, cuando vous choisissez de télécharger l’application Plinko, veillez à votre faire uniquement à partir de les stores officiels afin d’éviter toute arnaque. N’oubliez moving de vérifier des avis des joueurs sur des community forums ou des internet sites spécialisés pour confirmer la réputation person jeu et ni casino. Plinko n’est donc pas votre arnaque, à concern de jouer durante se promenant en allant sur des casinos certifiés.

  • Je trouve aussi intéressant de pouvoir changer à sa guise le position de risque durante cliquant seulement en se promenant sur un bouton.
  • Si vous êtes curieux d’en savoir additionally sur ce jeu divertissant” “ain lucratif, continuez à lire pour découvrir notre revue complète sobre Plinko.
  • De plus, Plinko a un taux sobre” “retour au joueur (RTP) élevé de 99%, votre qui signifie dieses paiements fréquents ain corrects plinko online casino.
  • En effet, aucune influence externe ne peut altérer le déroulement de los angeles partie ou the résultat final, la cual ce soit de la part des développeurs ou des internet casinos en ligne.

Le web site para jeu para hasard offre également de généreux gains sur Plinko, quel professionnel nenni sont qu’à quelques clics. Lancé durante 2016, Pin-Up représente un établissement durante ligne intéressant ainsi que coloré sous driving licence sobre Curaçao. Le tableau est basé sur la populaire émission de télévision américaine “Price Is normally Right”, où des candidats s’affrontaient en devinant la coupe de divers content.

Le Guide Ultime Pour Maîtriser Le Jeu De Plinko

Nous vous présentons notre menace sur le tableau Plinko On line casino proposé par Spribe. Grâce à syns mécanismes innovants, votre jeu se démarque kklk jeux traditionnels et suscite l’engouement sobre nombreux cybernautes. Si vous êtes un amateur de amusements de gambling establishment durante ligne, vous avez peut-être entendu parler du tableau Plinko. Cependant, comme il se trouve que serve beaucoup para amusements de on line casino durante ligne, il peut être difficile sobre trouver des informations détaillées en allant sur son fonctionnement et ses fonctionnalités. Le jeu se révèle être actuellement obtainable uniquement sur des internet casinos durante ligne proposant des titres du développeur Spribe.

  • Regardez-la rebondir à travers les chevilles ain atterrir dans l’un des emplacements para prix.
  • Si vous prospecter des feelings fortes, il est crucial de comprendre remark fonctionnent les multiplicateurs et les niveaux de risque my partner and i jeu.
  • Tout au lengthy de la écroulement, los angeles tension reste palpable, puisque are normally bille de Plinko change de training course en se heurtant aux obstacles.
  • Plinko représente basé sur el système prouvablement équitable, assurant l’équité em virtude de chaque tour.

Plinko est beaucoup plus facile que des autres machines à sous et nenni nécessite pas d’apprendre des règles relacionada jeu complexes, dieses combinaisons ou beaucoup d’expérience. 1 tenez, les joueurs rédigé gagner 100€ supplémentaires qui viennent sony ericsson rajouter à le cagnotte. Respectez néanmoins des periods durante alternant des grosses mises dos des mises additionally modestes.

Plinko Avis: Découvrez Des Témoignages Ainsi Que Retours D’expérience Des Utilisateurs

Dans los angeles version sobre Spribe, il con a new 3 niveaux de difficulté, aussi qu’un mode programmé. Parier ici start avec 1 dollars ainsi que peut confluer jusqu’à 10 put un seul excursion. Des plateformes telles la cual Vulcan Vegas, Slot machines Temple, Betway, Their, 1xBit et d’autres offrent la possibilité d’essayer de pratiquer avec de una monnaie virtuelle. Les résultats du tableau sont absolument aléatoires et chaque parieur peut vérifier l’équité du jeu à chaque tour. Mais il reste complet para même achievable d’optimiser les odds para gagner à Plinko. Un casino fiable doit être régulé par une autorité reconnue, tel la Malta Betting Authority ou usually are generally UK Wagering Commission payment.

  • Jouer à Plinko gratuitement peut être este excellent moyen sobre vous familiariser dos le jeu et ses mécanismes face à de retenir à placer kklk london réels.
  • Avec un RTP para 97%, les possibilités de gains sont réellement attractives comparées à d’autres amusements.
  • En in addition de la fonctionnalité de chat durante direct, Plinko propose également une option de mise déraisonnable.
  • L’apparition de forums ain de communautés en ligne dédiés à Plinko permet aux joueurs de discuter de leurs expériences.

Le jeu est actuellement available uniquement sur les casinos en hachure proposant les titres du développeur Spribe. Cependant, il se révèle être feasible que cela change dans le futur et os quais l’application mobile Plinko soit développée et en linea au niveau des plateformes para téléchargement d’applications. Cette fonctionnalité sobre Plinko Casino experienced administration forcément asistir aux joueurs les additionally” “expérimentés sobre notre communauté. Vous avez are usually possibilité de définir une stratégie claire et de tout préparer en montée.

Origine Du Jeu Plinko

De in addition, les bonus proposés par Wild Sultan sont très intéressants pour les nouveaux joueurs. Si vous voulez en évaluer plus sur mon avis Wild Sultan, n’hésitez pas à consulter mon content sur le fond su problème. Il y a énormément de casinos sur internet qui proposent votre jeu de Plinko, et il peut être difficile de choisir le excellent casino. Ce site vous aidera à choisir les casinos les plus fiables, sûrs et para qualité qui apportent le jeu para Plinko.

  • C’est pourquoi les casinos en ligne les plus sérieux dédient une catégorie à portion entière pour les jeux de table.
  • Un casino véritable doit être régulé par une autorité reconnue, comme una Malta Gaming Consultant ou la BRITISH Gambling Commission.
  • En haut para l’interface du cadre Plinko, vous devez voir les résultats des dernières billes lancées.
  • Grâce à nos recommandations et à los angeles communauté de joueurs actifs, il se révèle être possible de profiter une expérience enrichissante tout en gardant le plaisir au cœur du jeu.
  • Plutôt pratique, sachant qu’il est suffisament difficile de finish suivre lorsque l’on lance des dizaines de billes en même temps.
  • La trajectoire de una bille est influencée par ces sommets, et cela rend difficile la prédiction para l’endroit où elle atterrira.

Pour reconnaître un web-site autentico et jouer à plinko, assurez-vous la cual le” “gambling establishment possède une certificate octroyée par des autorités compétentes tel Curaçao pour posséder la chance pra gagner. Étant algun jeu assez intéressant et permettant sobre s’amuser pendant la plupart des heures, il rest possible de cheap and nasty que l’avis Plinko est positif. En effet, les cybernautes ainsi que dieses experts démontrent remark ce jeu sobre casino fait partie des meilleurs. En ce qui concerne mis angeles rangée de la boule para manteau jaune, elle présente des multiplicateurs in addition ou moins imposants.

Conseils Pour Jouer À Plinko Et Maximiser Ses Gains” “[newline]les Règles Du Jeu

Comme pour l’ensemble sobre sa collection, Spribe permet à l’ensemble des personnes qui le souhaitent de jouer à Plinko gratuitement. Chez Please, nos développeurs ont évidemment saisi cette occasion pour intégrer algun iFrame de cette version démo sobre Plinko. Cela signifie que tous les membres sobre You should peuvent utiliser votre mode de tableau en déplacement, à l’aide d’une connexion 4G systems Wifi.

Il se révèle être disponible directement à partir de le navigateur website de votre potenztablette ou smartphone. À ce fin, arianne nous paraît important de effectuer el point ici en déambulant le fameux système Provably Fair. Dans la variation sobre Spribe, arianne y a 3 niveaux de difficulté, aussi qu’un mode automatique. Parier ici start avec just one buck et peut concourir jusqu’à 10 serve un bizarre excursion. Chaque niveau para difficulté représente marqué entre ma fourrure correspondante et ze trouve sur das” “boutons séparés.

Comment Jouer Au Plinko Casino ?

Quand vous aurez compris le principe du jeu, vous pourrez obtenir des résultats favorables. Il sera nécessaire de noter que les méthodes ci-dessus peuvent fonctionner pour certains et pas pour d’autres. On” “peut avoir tout au plus, des amusements qui présentent plusieurs similitudes mais rien de vraiment comparables.

  • La seule fois où vous perdez contre” “are generally machine est quand la boule tombe dans l’unique case avec le multiplicateur 0. 5.
  • En effet, grâce à sa collaboration avec les meilleurs développeurs, vous pourrez les joueurs amuser sur kklk jeux très ludiques comme le fameux Plinko.
  • Ces derniers ont the vent en poupe à cause de leur simplicité d’utilisation et des gains très explosifs qu’ils offrent aux parieurs.
  • Ces recommandations peuvent être très utiles, notamment put les néophytes quel professionnel souhaitent se familiariser avec le jeu.
  • Choisissez algun pari confortable en déambulant internet, mais n’oubliez passing que the jeu automatique dans le marché de Plinko est as well as rapide que dans n’importe quelle autre expansion de tableau.

Fidèle à sa réputation, votre fournisseur Spribe offre à tous ses utilisateurs una possibilité de pratiquer para manière entièrement déraisonnable à son mini-jeu de Plinko On line casino. Probablement the moyen le meilleur ainsi que beaucoup illustratif d’acquérir une expérience important, d’apprendre complet votre processus, puis de passer au tableau en argent réel. Nos spécialistes ont examiné l’interface i jeu Plinko de Spribe pendant para vous aider à mieux préparer vos ne vos premières expériences de jeu.

S’inscrire En Déambulant Cloverspin Casino Durante 5 Minutes

Wazamba permet aux joueurs de déposer rapidement et durante toute sécurité serve commencer à pratiquer à Plinko. Ci-dessous, vous pouvez réaliser les méthodes a respeito de dépôt et sobre retrait disponibles sobre se promenant en déambulant le” “web-site. Il a une équipe de soutien qui est toujours prête à orienter les cybernautes dans le marché de n’importe quelle circumstance.

  • Vous avez mis angeles possibilité para définir une stratégie expresse et para promote préparer en amont.
  • Avant de jouer, il est conseillé de bien appréhender le fonctionnement i jeu et sobre définir un budget.
  • Le jeu Plinko sony ericsson révèle être basé sur le hasard, il n’y the donc passing de stratégie fill économiser.
  • Le RTP (“Return To Player“) sony” “ericsson traduit par “Taux de retour aux joueurs”.

Je joue tous des jours sur la route dans les transports, je l’avoue – j’adore des casinos et dieses machines à sous. Le principe i jeu est fundamental, j’ai vite pénétré et” “j’ai déjà gagné el faible d’argent serve de l’argent para poche. “Le jeu sobre function démo vous guide également à éviter les pertes principales d’argent. De in addition, vous pouvez jouer durante mode plinko en ligne au jeu para casino plinko en déambulant la majorité dieses grands jeux casinos en ligne. Pour en profiter, elle suffit de vous inscrire au sein de plateforme systems de sélectionner par la suite votre mode gratuit. Pour gagner de l’argent sur Plinko, les joueurs devez commencer le jeu en function argent réel ainsi que placer des london.

Quels Sont Les Jeux Disponibles En Allant Sur Cloverspin Casino?

De as well as, les importantes editions (Spribe, BGaming ou Stake) s’avèrent selon nous plutôt complémentaires, notamment durante bouts de fonctionnalités ainsi que de increases potentiels. Le développeur ni jeu Plinko XY est BGaming, maintenant cette customization man jeu peut être trouvée dans votre marché de la plupart des grands casinos man monde. C’est el jeu très bien conçu, donc si vous en êtes lover, essayez-le, vous ne le regretterez passing. Alors envie de connaissez-vous besoin sobre réaliser des rome dans le marché de cette version?

  • Cette fonctionnalité vous permet de discuter instantanément avec les autres amateurs qui jouent au même instant que vous.
  • C’est comme une bouffée d’air nouveau, introduisant une variété de jeux de gambling establishment, car votre n’est pas seulement une machine à sous de on line casino en ligne!
  • Par cette occasion, vous pouvez de même mettre en indispensable les stratégies précédentes pour booster votre bankroll.
  • Si vous voulez empater le risque et le gain potentiel, il vous suffit d’ajouter plus para quilles en cliquant sur « Number regarding pins ».
  • En apprenant à identifier ces signaux, il reste possible de éviter complet risque et apprécier la saveur de Plinko durante toute sécurité.

Les raises y sont moindres par rapport aux cellules situées durante allant au niveau des ornement. Pour cette spiel, nous-mêmes avons par conséquent sollicité vos retours et recueilli des avis au sein de issue en ligne en déambulant le Plinko. Pour plus d’informations sur les casinos en ligne, consultez également em sections sur les avis au niveau des casinos et les stratégies de jeu. Si les joueurs perdez, doublez uniquement le mise, au calamité où vous gagnez, revenez à la mise initiale.

Top Casinos Recommandés Pour Pratiquer À Plinko Without Arnaque

Cependant, pour jouer sobre toute sécurité, il ausschuss essentiel de repérer des casinos sobre ligne sérieux ain réglementés. Grâce à un procédure complétement transparent, des internautes peuvent vérifier doble eux-mêmes la cual le tirage typically the été parfaitement impartial. Rendez-vous en internet site d’accueil du web-site, et cliquez durante se promenant en se promenant sur le bouton vert “S’inscrire”. Apparu dans les années 1920 aux USA, elle est réellement enfin populaire dans kklk années 80 au Japon. Les internautes cherchaient à réunir des points sobre réussissant à effectuer atterrir leurs disques dans les circumstances les as effectively as élevées. Le jeu se déroulait en se promenant sur un great plateau avec des piquets disposés para manière triangulaire.

  • Ce qui m’a plu tout de collection dans ce tableau, c’est qu’il représente vraiment simple à comprendre et o qual je n’ai passing eu à apprendre des fonctionnalités compliquées.
  • Le jeu Plinko casino est proposé expertise des meilleurs internet casinos sur internet très adecuadamente cotés.
  • Vous avez entendu parler man fameux Plinko cependant vous souhaitez d’abord connaître les avis sur la question des utilisateurs précédemment de vous lancer?
  • Lancé durante 2016, Pin-Up se révèle être un établissement durante ligne intéressant ou coloré sous license de Curaçao.” “[newline]Vous avez peut-être le présent question – quel est l’intérêt afin de choisir entre différentes modifications du tableau Plinko, si elles sont toutes identiques?
  • Néanmoins, dans le marché de le cas où vous êtes algun joueur très expérimenté, vous avez évidemment la possibilité de personnaliser entièrement cet session de Plinko et élaborer une stratégie spécifique.
  • Les added bonus et des multiplicateurs de benefits ajoutent une liquide supplémentaire de stratégie ain d’excitation.

Bien que j’aime jouer au Plinko, j’aimerais qu’il sumado a ait plus de variantes de votre jeu dans les casinos en trait. Il peut devenir répétitif au spell d’un certain temps et j’ai envie d’essayer quelque chose de nouveau. Dans l’ensemble, Plinko est el jeu de online casino classique qui ne manque jamais d’offrir du divertissement ain des récompenses potentielles. Nos experts ont rassemblé pour vous des avis en se promenant sur le jeu Plinko, qu’ils soient” “positifs ou négatifs. Cela vous aidera à comprendre les factors essentiels de una machine à sous et à décider si vous voulez y jouer fill de l’argent dans le casino systems non. Veuillez noter que nous nenni présentons que des critiques de vrais joueurs de Plinko.

Jouer La Version Gratuite

En général, le prédilection d’un régime manuel ou automatique dépend du style préféré du joueur ain du temps et des efforts nécessaires. Les bénéfices ainsi que défauts sobre toutes vos style doivent être analysés au préalable. En réalisant quelques increases avec kklk risques plus fragiles, les joueurs pourriez prolonger suffisamment le présent session sobre jeu pour atteindre le fameux goldmine de x555. Ils sont capables lancer votre balle verte, jaune ou rouge dans votre jeu sobre Plinko, et selon leur choix, le potentiel varie légèrement.

  • La device à sous Fortune Tiger, développée similar PG Soft, se révèle être rapidement devenue un préférence populaire parmi des amateurs para amusements en ligne.
  • En attendant, les internautes peuvent profiter em relação à Plinko sur leur ordinateur ou leur appareil mobile through le spécialiste web du marché web web kklk casinos durante hachure proposant le tableau.
  • Un on line casino fiable doit être régulé par une autorité reconnue, tel la Malta Wagering Authority ou are usually generally UK Wagering Commission payment.

Ce titre est similar conséquent une exclusivité para Stake, ain il se distingue surtout grâce à syns options sobre tableau (mise programmé, réglage 8 à sixteen tiges…). Toutefois, devant de miser ain de lancer are usually bille, les joueurs devez modifier le nombre de tiges dans la pyramide (12, 14 ou 16). Ce réglage les joueurs offre la possibilité de régler una volatilité man tableau Plinko, durante fonction de cet stratégie et dieses risques psychologiques que les cybernautes souhaitez prendre. Cette” “création du géant des mini-jeux Smartsoft, qui a donné aux joueurs un chef-d’œuvre tel que JetX.

Q: Quel Reste Le Taux Para Rtp De Plinko?

Beaucoup ont noté que, bien os quais ce soit este jeu d’hasard, ils ont réussi à réaliser quelques increases sympathiques pendant leurs sessions de tableau. L’un des items forts de Cloverspin réside dans les fournisseurs de jeux présents sur leur casino. En résultat, ils collaborent étroitement avec environ forty fournisseurs de logiciels de jeux, admis mondialement dans le domaine des casinos en ligne. Notez que la plateforme en a adecuadamente d’autres, dont les classiques jeux Plinko, Keno, les jeux Crash, les cartes à gratter, les jeux de dés, les jeux para mines, etc.

Il s’agit notamment man mode auto, entre ma fonction Provably Fair, ou du niveau sobre risque. Ainsi, trois fresh many fruits identiques alignés des joueurs permettent sobre économiser le fruit affiché. Je recommande ce mini-jeu de Plinko car il permet également sobre gagner des pièces, de l’argent ou des balles gratuites. L’éditeur para jeu de online casino Spribe a été le premier à créer et joindre le” “jeu Plinko, et c’est d’ailleurs le and also connu à ce lumière parmi chacun les jeux Plinko qui existent. Cet éditeur est l’un des plus en nécessite dans l’iGaming, ain son catalogue viele cesse de grossir en proposant de véritables pépites etant donné que il se peut voir que le tableau Aviator.

Sur Quels Casinos En Hachure Peux-tu Jouer À Plinko?

Ce dernier offre la possibilité sobre garantir l’équité kklk jeux auprès des utilisateurs. Plinko représente basé sur el système prouvablement équitable, assurant l’équité em virtude de chaque tour. Tous les résultats sont complètement aléatoires, et l’intervention de tiers est impossible.

Il y a dieses exemples où kklk débutants ont gagné bien d’argent sobre essayant de pratiquer à Plinko fill are usually première fois. Stake est un internet casino en trait quel professionnel recommend son soigné jeu Plinko. Ce titre est par conséquent une exclusivité em relação à Stake, et elle se distingue majoritairement grâce à ses options de tableau (mise automatique, réglage 8 à 16 tiges…). Toutefois, en face de de miser systems de lancer will be generally bille, il est possible de modifier le taux de tiges dans la pyramide (12, 14 ou 16). Ce réglage des joueurs permet sobre régler la volatilité i jeu Plinko, sobre fonction sobre cet stratégie et des risques la cual vous souhaitez prendre.

Share the Post:

Related Posts