.topbar .logo-section img {
    width: 40px;
    height: auto;
    border-radius: 4px;
    vertical-align: center;
    max-height: 40px;
    object-fit: cover;
}

.topbar .logo-section {
    margin-left: 20px;
    width: 42px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    border-right-color: #e4e4e4 !important;
}

.topbar .topbar-section-item {
    padding-right: 25px;
    border-right: 1px solid #cacaca;
}

.padded-content {
    padding: 70px;
    padding-bottom: 0px;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
}

.warning-triangle {
    vertical-align: middle !important;
    color: #f08100;
    font-size: 22px !important;
    margin-left: 10px;
    vertical-align: -webkit-baseline-middle !important;
}

.padded-content h1 {
    margin-left: unset;
    margin-bottom: 8px;
    margin-top: unset;
}

.padded-content ul[list] li:not(ul[list] ul[list] li) {
    padding-left: unset;
    padding-right: unset;
}

p.subtable-notice {
    margin-top: -6px;
    font-weight: 500;
    font-size: 13px;
    color: #697386;
    text-transform: uppercase;
    text-align: left;
    padding: 0 16px 13px 16px;
    vertical-align: bottom;
    white-space: nowrap;
}

.padded-content ul[list] .category:not(ul[list] ul[list] .category) {
    padding-left: unset;
    padding-right: unset;
}

.padded-content ul[list] ul[list] {
    margin-left: unset;
    margin-right: unset !important;
    width: 100%;
}

.padded-content ul[list] li {
    padding-right: unset;
}

.mobile-close {
    display: none;
}

.select-searchable .fa-times {
    display: none;
}

.onboard-first [index='address'] .button-bar {
    max-width: 90%;
}

.striped caption.tableexport-caption {
    margin-bottom: 30px;
    position: relative;
}

i.fa.fa-times.mobile-close {
    display: none;
}

table {
    width: 100%;
}

table td, table th {
    padding: 2px 10px 2px 10px;
}

table tr:nth-child(odd) {
    background-color: #8c8c8c;
}

table {
    border-collapse: collapse;
}

table th {
    text-align: left;
}

table td, table th {
    font-weight: lighter;
    border: 1px solid #c9c9c9;
}

table th {
    font-weight: 400;
    color: black;
}

input:not([type='radio']):not([type='checkbox']) {
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 2px #00000073;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    background-color: white;
}

table.striped thead tr th {
    vertical-align: middle;
}

.project-set, .project-sub-set {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: inherit;
    color: #3b3b3b;
    margin-bottom: 10px;
}

.sidebar-pad {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.sidebar .sidebr-item .fa {
    margin-left: auto;
}

.sidebar .sidebar-item i.fa {
    margin-right: 17px;
    color: inherit !important;
    font-size: 15px;
    transform: translateY(1px);
}

.sidebar .sidebar-item i.fa::before {
}

.project-sub-set {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 20px;
}

.topbar .project-select-section {
    margin-left: 25px;
}

.sidebar footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: max-content;
    padding: 30px;
}

.sidebar footer button i.fa {
    font-size: 16px;
}

.project-set {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: inherit;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.sidebar-pad {
    padding-top: 20px;
    padding-left: 25px;
}

.edit-platform-object {
    width: 1400px;
    height: 800px;
    max-width: 90%;
    max-height: 98%;
}

.padded-content h1 {
    margin-left: unset;
    margin-bottom: 8px;
    margin-top: unset;
    color: #3b3b3b;
}

h1 {
    font-weight: normal;
}

ul.custom-range-ul li {
    padding: 6px;
    padding-left: 40px;
    padding-right: 30px;
}

ul.custom-range-ul li:hover {
    background-color: #a2b7f41c;
    outline: unset;
}

ul.custom-range-ul {
    width: calc(100% + 30px);
    left: 0px;
    transform: translate(-15px);
    overflow: hidden;
}

ul.custom-range-ul li {
    border: unset;
}

.custom-range-ul li.selected .fa {
    font-size: 10px;
    position: absolute;
    left: -7px;
}

ul.custom-range-ul li.selected {
    color: #7083e7;
}

.flex-h.comparison-tag-box.red {
    color: rgb(152, 55, 5);
    background-color: #f8e5b9;
}

.code-editor, .sql-entry {
    min-height: 80px;
    margin-top: 30px;
    border: 1px solid #535353;
    border-radius: 7px;
    background-color: #2f2f2f;
    padding-left: unset;
    font-size: 15px !important;
    cursor: text;
    font-family: 'Lucida Console', monospace;
    letter-spacing: 0px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    user-select: none;
    overflow-y: hidden;
    flex-shrink: 0;
}

.sql-entry *:not(span.comment)>span.keyword {
    color: #5ca8ff;
    text-transform: uppercase;
}

.sql-entry span:not(.keyword) {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sql-entry span.variable {
    color: #ffb734;
    text-transform: uppercase;
}

.codebox[language='PHP'] span.keyword {
    color: #9888ff;
    text-transform: none !important;
}

.codebox[language='PHP'] span.variable {
    color: #f45858;
    text-transform: none !important;
}

.codebox[language='PHP'] span.string {
    color: #82cf6b;
    text-transform: none !important;
}

.codebox[language='PHP'] span.operator {
    color: #af8dff;
    text-transform: none !important;
}

.codebox[language='PHP'] span.function {
    color: #7aacff;
    text-transform: none !important;
}

.codebox[language='PHP'] span.class {
    color: #ffb249;
    text-transform: none !important;
}

.line-no {
    color: #ffffff;
    padding-right: 10px;
    border-right: 1px solid #f4f4f4;
    user-select: none;
    white-space: nowrap;
    height: 100%;
    text-align: right;
    width: calc(1em * 4 + 11px) !important;
    flex-shrink: 0;
}

.sql-entry .line {
    position: relative;
    z-index: 1;
}

.sql-entry .line .line-content {
    margin-left: 10px;
}

span.keyword {
}

.cursor {
    height: 1.15em;
    width: .15em;
    background-color: #ffffff;
    position: absolute;
    position: absolute;
    margin-top: 2px;
    user-select: none;
    z-index: 3;
    transform: translateY(-2px);
}

@keyframes blink {
    0%, 20% {
        opacity: 0;
    }

    40%, 100% {
        opacity: 1;
    }
}

.cursor.idle {
    animation: blink 1s infinite;
}

.sql-entry canvas {
    top: 0;
    left: 0;
    z-index: 0;
    z-index: 4;
    position: absolute;
    will-change: transform;
    transform: translateZ(0px);
}

.sql-entry span.comment {
    color: #868686;
}

.sql-entry span.comment span {
    color: #868686 !important;
}

.sql-entry .line.locked .line-no {
    color: #acacac;
    border-right-color: #424242;
}

.sql-entry .line.locked {
    background-color: #1d1d1d;
}

.sql-entry *:not(span.comment)>span.placeholder {
    text-transform: uppercase;
    color: #4dc74d;
}

.sql-entry span.special-value {
    color: #ff9b63;
    text-transform: uppercase;
}

.sql-entry span.curly {
    color: inherit;
}

.sql-entry span.paren {
    color: inherit;
    position: relative;
    transform: translate(0px, -1px);
}

.sql-entry span.square {
    color: inherit;
}

.sql-entry span.paren.active:after {
    content: " ";
    position: absolute;
    width: 86%;
    left: 7%;
    height: 1px;
    background-color: #8976ff;
    bottom: -1px;
    z-index: 1000;
}

.sql-entry span.bash-tag {
    color: #ff9b63;
}

.flex-h.center {
    justify-content: left;
}

.flex-h.center.bottom {
    position: relative;
    margin-top: auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

.sql-entry .editor-contents {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 29;
    overflow: scroll;
    max-height: 500px;
    display: flex;
    flex-direction: column;
}

.example-editor .editor-contents {
    min-height: unset;
}

.login-double-pane>.flex-v {
    height: auto;
    position: relative;
}

.flex-v.login-window {
    width: 39%;
    max-width: 500px;
    flex-shrink: 0;
    min-width: 500px;
}

.flex-h.login-double-pane {
    height: auto;
    width: 100%;
    flex-wrap: nowrap;
}

.login-double-pane .flex-v.ui-window {
    background: #7540ff;
    background-position: center center;
    border-radius: 20px;
    left: 20px;
    height: calc(100vh - 50px);
    min-width: 400px;
    position: sticky;
    top: 25px;
    bottom: 50px;
    margin-top: 25px;
    flex-grow: 1;
    flex-shrink: 0;
}

.login-double-pane .ui-window .ui-logo-pane {
    position: relative;
    top: calc(100% - 60px);
    cursor: pointer;
}

.login-pad {
    padding: 75px;
    padding-top: 50px;
    height: auto;
    top: 0px;
    position: relative;
}

.login-pad h1 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 500;
}

input {
}

input.borderless-input {
    outline: unset;
    border: unset !important;
    box-shadow: unset !important;
    padding-left: unset !important;
    width: calc(100%) !important;
    border-bottom: 1px solid #00000036 !important;
    border-radius: unset !important;
    font-size: 16px !important;
    padding-bottom: 15px !important;
    color: #3b3b3b !important;
}

.flex-v {
}

.login-pad .flex-v.credentials {
    margin-top: 15px;
}

input.borderless-input::placeholder {
    color: #00000054;
    font-weight: lighter;
}

input.borderless-input::-webkit-input-placeholder {
    color: #00000054;
    font-weight: lighter;
}

input.borderless-input::-moz-placeholder {
    color: #00000054;
    font-weight: lighter;
}

input.borderless-input::-ms-input-placeholder {
    color: #00000054;
    font-weight: lighter;
}

.login-pad .credentials input {
    margin-top: 15px;
    padding-top: 20px;
    font-size: 16px !important;
    !impo;!impot;!i;!; }

.flex-h.actions-bar {
    justify-content: space-between;
    margin-top: 13px;
}

.login-pad .flex-h.center.login-button {
    margin-top: 45px;
}

.login-button .button-bar {
    height: 45px;
    width: fit-content;
    width: -moz-fit-content;
    width: 100%;
}

.login-pad .login-button button.blue.login {
    padding: 0px 60px;
    height: 100%;
    font-size: 17px;
    background: #191919;
    width: 100%;
}

.login-pad .flex-h.center.sign-up {
    margin-top: 15px;
    font-size: 14px;
}

.login-pad .sign-up a {
    color: black;
    font-weight: 500;
    margin-left: 5px;
    cursor: pointer;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 30px #ffffff inset !important;
    font-size: 15px !important;
}

input.error:-webkit-autofill, input.error:-webkit-autofill:hover, input.error:-webkit-autofill:focus, input.error:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffe7e8 inset !important;
    !inset !important;!iinset !important;!iminset !important;!impinset !important;!impoinset !important;!imporinset !important;!importinset !important;!importainset !important;!importaninset !important;!importantinset !important; }

input.borderless-input.error {
    border-bottom: 1px solid #a02118 !important;
    margin-top: 14px;
    width: calc(100%);
}

.login-window .credentials input.borderless-input.error:first-of-type {
    margin-top: 15px;
}

.login-window a.forgot {
    cursor: pointer;
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.upload-sql-dump.modal {
    width: 100%;
    height: 100%;
}

.upload-sql-dump table.striped {
    margin-top: 50px;
}

.upload-sql-dump table ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.upload-sql-dump [path-page-index='1'] table tr td {
    vertical-align: top !important;
}

.upload-sql-dump [path-page-index='1'] table td {
}

.upload-sql-dump [path-page-index='1'] table .sql-entry.entry-box {
    position: absolute;
    top: 40px;
    left: calc(33px + 16px + 2px);
    width: calc(max(100% - 43% - (33px + 16px + 2px) - 16px, 423px));
    max-height: 90px;
}

.upload-sql-dump [path-page-index='1'] tbody tr {
    position: relative;
    min-height: ;
}

.upload-sql-dump [path-page-index='1'] tbody tr td:nth-child(1) {
    height: 170px;
}

.notification>p {
    color: white;
}

.sql-entry span.string {
    color: #ff7676;
}

.sql-entry span.number {
    color: #ff9d76;
}

.sql-entry .editor-contents.empty {
    filter: grayscale(.5) brightness(0.7) !important;
}

.sql-entry[disabled] .editor-contents {
    filter: brightness(0.8);
}

[column-list] li span.primary, [foreign-columns] li span.primary {
    font-weight: bold;
    color: #ff6c6c;
}

[column-list] li span.foreign, [foreign-columns] li span.foreign {
    font-weight: bold;
    color: #7375df;
}

.upload-sql-dump [path-page-index='1'] table .sql-entry.entry-box .editor-contents {
    max-height: 100px;
}

table.sql-dump ul {
}

table.sql-dump td:nth-child(1) ul {
    left: 40px;
    position: absolute;
    white-space: nowrap;
    left: calc(33px + 16px + 2px);
    top: calc(40px + 60px + 90px);
}

.docs-topbar {
    background-color: #f7f9fc;
    height: 110px;
    border-bottom: 1px solid #eeeeee;
    box-shadow: unset;
    align-items: start;
    flex-direction: column;
}

.flex-h.topbar-line-1 {
    height: 65px;
    width: 100%;
}

.flex-h.topbar-line-2 {
    height: 45px;
    width: 100%;
}

.flex-h.topbar-line-1 {
    height: 65px;
    width: 100%;
    align-items: center;
}

.flex-h.topbar-line-2 {
    height: 45px;
    width: 100%;
}

.docs-topbar .header-menu {
    margin-left: 24px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-variant-numeric: proportional-nums;
}

.docs-topbar .header-box {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-box {
}

a * {
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
}

.header-menu .header-menu-item {
    padding-right: 20px;
}

.logo-section h2 {
    margin-left: 20px;
    font-weight: 500;
}

.logo-section img {
    height: 26px;
}

.docs-topbar .logo-section {
    margin-left: 24px;
    align-items: center;
}

input {
}

.topbar-line-1input {
}

.docs-topbar .searchbox {
    margin-left: 43px;
    height: 35px;
}

input[search] {
    padding: 10px 20px 10px 40px;
}

.flex-h.topbar-line-1 {
    height: 65px;
    width: 100%;
    align-items: center;
}

.flex-h.topbar-line-2 {
    height: 45px;
    width: 100%;
}

.docs-topbar .header-menu {
    margin-left: 24px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-variant-numeric: proportional-nums;
}

.docs-topbar .header-box {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-box {
}

a * {
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
}

.header-menu .header-menu-item {
    padding-right: 20px;
}

.logo-section h2 {
    margin-left: 20px;
    font-weight: 500;
}

.logo-section img {
    height: 26px;
}

.docs-topbar .logo-section {
    margin-left: 45px;
    margin-right: 13px;
    align-items: center;
}

input {
}

.topbar-line-1input {
}

.docs-topbar .searchbox {
    margin-left: 43px;
    height: 35px;
}

.input-box input[search] {
    padding: 10px 20px 10px 40px;
}

.input-box:has([search]):before {
    color: rgb(60 65 87);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f002";
    position: absolute;
    left: 14px;
    font-size: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

.input-box {
    position: relative;
}

.input-box ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(60 65 87 / 51%);
    opacity: 1;
    /* Firefox */
}

.input-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(60 65 87 / 51%);
}

.input-box ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(60 65 87 / 51%);
}

.searchbox .input-box {
    width: 300px;
}

.input-box input {
    width: -webkit-fill-available;
    width: stretch;
    width: -moz-available;
    width: 100%;
}

.primary-container-shell {
    width: 100%;
    height: calc(100% - 110px);
    overflow: hidden;
    display: flex;
}

article h1, .title {
    font-size: 32px;
    color: black;
    font-weight: 700 !important;
    margin: 0;
    padding: 0;
}

.primary-container-shell .article-content-container {
    width: calc(100vw - 0px);
    display: flex;
    justify-content: center;
    flex: 1;
    overflow-y: scroll;
}

.article-content-container .content-container {
    max-width: 1090px;
    width: 100%;
}

.content-container article {
    overflow-x: visible;
}

.article-title-box {
    padding-top: 20px;
}

.article-title-box .sub-title {
    font-size: 20px;
    padding-top: 20px;
}

.primary-container-shell.sidebar-open .sidebar {
    display: block;
    width: 300px;
    height: 100%;
    box-shadow: inset -1px 0 #e3e8ee;
    position: relative;
}

.sidebar .sidebar-content {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

button[regular]:hover {
    box-shadow: unset;
    background-color: unset;
}

button {
}

button[regular] {
    font-weight: 500;
    font-size: 14px;
    padding-left: 12px;
    text-align: left;
    text-overflow: ellipsis;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

button[regular]:focus-visible {
    outline: none;
}

button[regular]:focus {
    box-shadow: none;
}

.flex-h.sidebar-button-item.sidebar-button-active button {
    color: #6d6df4 !important;
    font-weight: bold;
}

article h1, article h2, article h3, article h4 {
    margin-left: unset;
    font-weight: revert;
}

article h1:first-of-type {
    padding-top: 20px;
    color: inherit;
}

article hr {
    margin-top: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #eaeaea;
    border-bottom: unset;
}

.side-by-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@screen and (max-width: 1000px) {
    .side-by-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.side-by-side .right {
    padding-left: 3rem;
}

.side-by-side .column {
    overflow: auto;
    padding-top: var(--default-vertical-spacing);
}

.side-by-side .left {
    padding-right: 3rem;
    border-right: 1px solid var(--toc-border);
}

.image-card {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sail-color-gray-100);
}

.image-card .card-image {
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease-in-out;
    border-radius: 5px !important;
    overflow: hidden;
}

.image-card .card-image:hover {
    box-shadow: var(--card-hover-shadow);
}

.image-card .card-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    min-height: 116px;
    height: 116px;
    border-radius: var(--card-border-radius);
}

@media (max-width: 1150px) {
    .ImageCard .Card-footer {
        // Hide product badges for image cards display: none;
    }
}

@media (max-width: 750px) {
    .Card .Card-image {
        display: none;
    }
}

.card-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 33%));
    grid-gap: 20px;
    margin-top: 20px;
}

article .image-card h2 {
    color: #5469d4;
}

article .image-card p {
    font-weight: 300;
    font-size: 14px;
    padding-top: 0;
    margin-top: 0px;
    color: inherit;
}

article>h2:first-of-type {
    padding-bottom: 20px;
    margin-top: 7px;
}

img.aside-image {
    word-wrap: break-word;
    margin-left: 20px;
    padding: 16px;
    border: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    float: right;
}

.image-wrapper.aside-image-wrapper {
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
}

* {
    word-wrap: break-word;
}

article p {
    font-weight: revert;
    position: revert;
    margin: revert;
}

.link-card.flex.column {
    padding: 18px;
    border: 1px solid #e3e8ee;
    border-radius: 4px;
    transition: box-shadow .2s ease-in-out;
    cursor: pointer !important;
}

.link-card:hover {
    box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.01), 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.link-card h3 {
    margin-top: 0px;
}

.link-card p {
    margin-bottom: 0px;
}

.link-card * {
    pointer: cursor;
}

.image-wrapper, .video-wrapper {
    padding-top: 30px;
    text-align: center;
}

.image-wrapper p, .video-wrapper p {
    font-size: 12px;
    color: #585858;
}

article>h2:not(article>h2:first-of-type) {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: unset;
}

.image-wrapper img, .video-wrapper video {
    border-radius: 10px;
}

.article-content-container .right-box {
    width: 250px;
    display: block;
    position: sticky;
    top: 52px;
    padding-left: 50px;
    padding-right: 15px;
    flex: none;
    max-height: 600px;
    height: 100%;
}

.content-container .article-flex-box, .page .article-flex-box {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    display: flex;
    position: relative;
}

span.table-of-contents-header {
    font-weight: 500;
    font-size: 13px;
}

.table-of-contents-item {
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    font-size: 14px;
}

.table-of-contents-list {
    margin-top: 5px;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .article-content-container .right-box {
        display: none;
    }
}

.flex-h.sidebar-folder-item:before {
}

.sidebar-folder-item .angle {
    color: gray;
    line-height: 5px;
    width: 7px;
    margin-left: 7px;
    transform: rotate(0deg);
    transition: transform 100ms ease-in;
}

.angle svg {
    color: #888888;
    background-color: white;
    fill: currentcolor;
}

.sidebar-folder-item {
    align-items: center;
}

.sidebar-button-item {
    margin-left: 10px;
}

.sidebar-folder-item button[regular] {
    padding-left: 8px;
}

.sidebar-folder-item .folder-list {
    padding-left: 20px;
}

.sidebar-folder .folder-list {
    padding-left: 20px;
}

.sidebar-folder .folder-list {
    padding-left: 5px;
    border-left: 1px dotted;
    margin-left: 11px;
    transition: max-height 200ms linear;
    max-height: 400px;
    overflow: hidden;
}

.sidebar-button-item button {
    font-weight: 300;
    color: #616161 !important;
}

.sidebar-folder-active button[regular] {
    color: black;
    font-weight: bold;
}

.sidebar-folder:not(.sidebar-folder-open) .sidebar-folder-item .angle {
    transform: rotate(-90deg);
}

.sidebar-folder:not(.sidebar-folder-open) .folder-list {
    max-height: 0 !important;
}

.folder-list .sidebar-button-item {
}

.folder-list .sidebar-button-item button[regular] {
}

a.header-menu-item.active span {
    color: #4646e2;
    font-weight: bold;
}

.content-skeleton-wrapper {
    position: absolute;
    background-color: white;
    min-height: 350px;
    height: 100%;
    z-index: 10;
    width: calc(100% - 100px);
}

.content-skeleton {
    animation-name: content-skeleton-animation;
    animation-delay: 20ms;
    animation-duration: 150ms;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: absolute;
    background-color: white;
    min-height: 350px;
    height: 100%;
    z-index: 10;
    width: 100%;
    opacity: 0;
    margin-top: 30px;
}

.content-skeleton-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: transparent;
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    animation-name: content-skeleton-overlay-animation;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    height: 100%;
    width: 100%;
}

@media (max-width: 800px) {
    .content-skeleton-header, .content-skeleton-subheader {
        display: none;
    }
}

@keyframes content-skeleton-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes content-skeleton-overlay-animation {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.content-skeleton-header {
    margin-top: 8px;
}

.content-skeleton-subheader {
    margin-top: 10px;
    margin-bottom: 50px;
}

.content-skeleton *:not(.content-skeleton-overlay, .box-a, .box-b) {
    background-color: #e3e8ee;
}

.Box-root.Margin-bottom--24 {
}

.content-skeleton .box-a, .content-skeleton .box-b {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

.box-a>*, .box-b>* {
    margin-bottom: 8px;
}

.image-wrapper:not(.aside-image-wrapper) img {
    text-align: center;
}

.image-wrapper.aside-image-wrapper.image-aside-right img {
    float: right;
}

.image-wrapper.aside-image-wrapper.image-aside-left img {
    float: left;
}

.image-aside-left img.aside-image {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0px;
}

.image-wrapper.inline-image-wrapper {
    padding-top: 0px;
}

.image-wrapper.inline-image-wrapper.inline-float-left .inline-image {
    margin-right: 20px;
    margin-bottom: 20px;
}

.image-wrapper.inline-image-wrapper.inline-float-right .inline-image {
    margin-left: 20px;
    margin-bottom: 20px;
}

article a {
    color: #7878d0;
    font-weight: 600;
    cursor: pointer !important;
}

td .image-wrapper img {
    border-radius: unset;
}

.image-wrapper img.image.shadow, .video-wrapper video.shadow {
    filter: drop-shadow(2px 4px 9px #00000024);
    background-color: #00000024;
}

.callout {
    margin-bottom: 12px;
    margin-top: 20px;
    margin: 0 1px;
    border-radius: 4px;
    background-color: #fffae7;
    border: 1px solid #adadad;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 14px;
}

.callout i {
    width: fit-content;
    margin: 15px 20px;
}

.callout p {
    margin: unset;
    color: #3b3b3b;
}

.callout i.fa-exclamation-triangle {
    color: #d97917;
}

.sidebar-folder .sidebar-folder>.sidebar-folder-item button {
    color: #616161;
    font-weight: 300 !important;
}

a.bold {
    font-weight: bolder;
}

a.bold span {
    color: black;
}

@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");*,:after,:before {
    box-sizing: border-box
}

* {
    margin: 0
}

:root {
    --default-vertical-spacing: 0.75rem;
    --nav-height: 71.594px;
    --footer-height: 61px;
    --landing-page-max-width: 1200px;
    --sans: -apple-system,BlinkMacSystemFont,Inter,Segoe UI,Helvetica Neue,sans-serif;
    --serif: Tiempos,serif;
    --mono: GT America Mono,Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;
    --font-size-0: 8px;
    --font-size-1: 12px;
    --font-size-2: 13px;
    --font-size-3: 16px;
    --font-size-4: 18px;
    --font-size-5: 24px;
    --font-size-6: 32px;
    --font-size-7: 38px;
    --font-size-jumbo: 79px;
    --line-height-1: 16px;
    --line-height-2: 20px;
    --line-height-3: 25px;
    --line-height-4: 28px;
    --line-height-5: 32px;
    --line-height-6: 40px;
    --line-height-7: 48px;
    --line-height-jumbo: 90px
}

.light,:root {
    --white: #fff;
    --black: #3b3b3b;
    --black-light: #58585f;
    --black-medium: #2c2c30;
    --gray-light: #f6f9fc;
    --gray-medium: #dce6e9;
    --yellow: #ffd848;
    --purple: #6e00f5;
    --green: #0a993e;
    --blue: #0073e6;
    --magenta: #dc34dc;
    --theme: var(--yellow);
    --stripe: #0a2540;
    --light: var(--white);
    --dark: var(--black);
    --text: var(--dark);
    --contrast-dark: var(--dark);
    --code-background: var(--gray-light);
    --code-border: var(--gray-medium);
    --toc-border: rgba(0,0,0,.14);
    --translucent: rgba(0,0,0,.4);
    --docsearch-primary-color: var(--black-medium)!important;
    --docsearch-logo-color: var(--black-medium)!important
}

.dark {
    --stripe: var(--white);
    --light: var(--black);
    --dark: var(--white);
    --text: var(--dark);
    --contrast-dark: var(--black-medium);
    --code-background: var(--black-medium);
    --code-border: var(--black-light);
    --toc-border: var(--black-light);
    --translucent: hsla(0,0%,100%,.4)
}

.dark,.page--landing pre[class*=language-],.sandbox .CodeMirror {
    --light: var(--black);
    --dark: var(--white);
    --text: var(--dark);
    --purple: var(--yellow);
    --green: #00d924;
    --blue: #80e9ff;
    --magenta: #ff80ff
}

#__next,body,html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: var(--sans)
}

#__next {
    isolation: isolate
}

body {
    color: var(--text);
    background: var(--light);
    font-family: var(--sans)
}

body ::-moz-selection,body.dark ::-moz-selection {
    color: var(--black)!important;
    background: var(--theme)!important
}

body ::selection,body.dark ::selection {
    /* color: var(--black)!important; */
    /* background: var(--theme)!important; */
}

body.modal-is-active {
    overflow: hidden
}

a {
}

a:hover {
    opacity: .75
}

.primary a,a.primary {
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap
}

.primary a:hover,a.primary:hover {
    opacity: 1
}

.primary a:after,a.primary:after {
    position:relative;
    display: inline-block;
    transition: transform .3s ease
}

.primary a:hover:after,a.primary:hover:after {
    transform: translateX(3px)
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none
}

button,input,select,textarea {
    font: inherit
}

.heading,a,code,kbd,li,p,span,td {
    -webkit-font-smoothing: antialiased;
}

.heading,blockquote,p {
    position: relative;
    padding-bottom: var(--default-vertical-spacing)
}

p {
    text-rendering: optimizeLegibility;
    font-size: var(--font-size-4);
    line-height: var(--line-height-3);
    font-weight: normal;
    padding-bottom: unset;
}

p:last-child {
    padding-bottom: 0
}

.h1,h1 {
    font-size: var(--font-size-7);
    line-height: var(--line-height-7)
}

.h2,h2 {
    font-size: var(--font-size-5);
    line-height: var(--line-height-5);
}

.h3,h3 {
    font-size: var(--font-size-4);
    line-height: var(--line-height-4);
    margin-top: 2rem
}

.h4,h4 {
    margin-top: 1rem
}

.h4,.h5,h4,h5 {
    font-size: var(--font-size-3);
    line-height: var(--line-height-3)
}

.h5,.jumbo,h5 {
    font-weight: 400
}

.jumbo {
    font-family: var(--serif);
    letter-spacing: -.01em
}

h1.jumbo {
    font-size: var(--font-size-jumbo);
    line-height: var(--line-height-jumbo)
}

h2.jumbo {
    font-size: 72px;
    line-height: 84px;
    margin-top: 0;
    padding-bottom: 1.5rem
}

h3.jumbo {
    font-size: 43px;
    line-height: 52px
}

blockquote {
    margin: 1.3rem 0 1.1rem
}

li {
    margin: 10px 0
}

code {
    font-size: inherit;
    font-size: 15px;
    font-family: var(--mono);
    font-weight: 500;
    padding: 1px 2px;
    background: var(--code-background);
    border: 1px solid var(--code-border);
    border-radius: 3px;
    white-space: nowrap
}

img {
}

p a+a>img {
    margin-left: .75rem
}

pre {
    border-radius: 3px;
    border: 1px solid var(--code-border)
}

kbd {
    font-family: var(--mono)
}

article {
    display: block;
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%;
    min-width: 0
}

.relative {
    position: relative
}

.flex {
    display: flex
}

.row {
    flex-direction: row
}

.column {
    flex-direction: column
}

.equal-width {
    flex: 1 1
}

.prefers-no-animation {
    display: none
}

pre[class*=language-] {
    text-shadow: none!important;
    color: var(--text)!important;
    background: var(--code-background)!important;
    font-size: 14px!important;
    line-height: 22px!important;
    font-family: var(--mono)!important;
    margin: 0 0 var(--default-vertical-spacing)!important
}

pre[class*=language-] .md-link {
    color: inherit!important
}

.token {
    color: var(--text)!important;
    background: transparent!important
}

.token.comment {
    color: var(--translucent)!important
}

pre .token.boolean,pre .token.number,pre .token.string {
    color: var(--magenta)!important
}

pre .token.function,pre .token.tag,pre .token.tagType {
    color: var(--blue)!important
}

.cm-attribute,pre .token.keyword {
    color: var(--purple)!important
}

pre .token.variable {
    color: var(--green)!important
}

.sandbox span.cm-comment {
    color: var(--gray-medium)
}

.sandbox span.cm-keyword,.sandbox span.cm-tag {
    color: var(--blue)
}

.sandbox span.cm-string {
    color: var(--magenta)
}

.sandbox span.cm-atom,.sandbox span.cm-number {
    color: var(--purple)
}

.sandbox span.cm-link,.sandbox span.cm-url {
    text-decoration: none;
    color: var(--theme)
}

.sandbox span.cm-property {
    color: inherit
}

.sandbox span.cm-header,.sandbox span.cm-strong {
    font-weight: 400
}

main .CodeMirror,main .react-codemirror2 {
    width: 100%;
    cursor: text;
    height: 100%;
    font-family: var(--mono);
    font-size: 13px;
    line-height: 21px
}

main .CodeMirror-gutters {
    background-color: var(--contrast-dark);
    border-right: 1px solid hsla(0,0%,100%,.22);
    padding-right: 8px
}

main .CodeMirror-selected,main .CodeMirror-selectedtext {
    color: var(--black)!important;
    background: var(--theme)!important
}

main .CodeMirror-linenumber {
    color: hsla(0,0%,100%,.22)
}

main .CodeMirror-cursor {
    border-color: var(--theme)
}

main .CodeMirror-scroll {
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

main .CodeMirror-scroll::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 1291px) {
    :root {
        --landing-page-max-width:93vw
    }
}

@media screen and (max-width: 1000px) {
    :root {
        --landing-page-max-width:calc(100vw - 60px);
        --font-size-jumbo: 55px;
        --line-height-jumbo: 65px
    }

    h2.jumbo {
        font-size: 43px;
        line-height: 55px
    }

    h3.jumbo {
        font-size: 35px;
        line-height: 46px
    }
}

@media screen and (max-width: 600px) {
    :root {
        --landing-page-max-width:90vw;
        --font-size-jumbo: 38px;
        --line-height-jumbo: 45px
    }

    p {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3)
    }

    h2.jumbo {
        font-size: 34px;
        line-height: 47px
    }

    blockquote {
        margin: .75rem 0
    }

    .no-mobile {
        display: none
    }
}

@media (prefers-reduced-motion) {
    .prefers-animation {
        display: none
    }

    .prefers-no-animation {
        display: inline;
        display: initial
    }
}

:root {
    --docsearch-primary-color: #5468ff;
    --docsearch-text-color: #1c1e21;
    --docsearch-spacing: 12px;
    --docsearch-icon-stroke-width: 1.4;
    --docsearch-highlight-color: var(--docsearch-primary-color);
    --docsearch-muted-color: #969faf;
    --docsearch-container-background: rgba(101,108,133,.8);
    --docsearch-logo-color: #5468ff;
    --docsearch-modal-width: 560px;
    --docsearch-modal-height: 600px;
    --docsearch-modal-background: #f5f6f7;
    --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0,0%,100%,.5),0 3px 8px 0 #555a64;
    --docsearch-searchbox-height: 56px;
    --docsearch-searchbox-background: #ebedf0;
    --docsearch-searchbox-focus-background: #fff;
    --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
    --docsearch-hit-height: 56px;
    --docsearch-hit-color: #444950;
    --docsearch-hit-active-color: #fff;
    --docsearch-hit-background: #fff;
    --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
    --docsearch-key-gradient: linear-gradient(-225deg,#d5dbe4,#f8f8f8);
    --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);
    --docsearch-footer-height: 44px;
    --docsearch-footer-background: #fff;
    --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,.12)
}

html[data-theme=dark] {
    --docsearch-text-color: #f5f6f7;
    --docsearch-container-background: rgba(9,10,17,.8);
    --docsearch-modal-background: #15172a;
    --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;
    --docsearch-searchbox-background: #090a11;
    --docsearch-searchbox-focus-background: #000;
    --docsearch-hit-color: #bec3c9;
    --docsearch-hit-shadow: none;
    --docsearch-hit-background: #090a11;
    --docsearch-key-gradient: linear-gradient(-26.5deg,#565872,#31355b);
    --docsearch-key-shadow: inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,.3);
    --docsearch-footer-background: #1e2136;
    --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73,76,106,.5),0 -4px 8px 0 rgba(0,0,0,.2);
    --docsearch-logo-color: #fff;
    --docsearch-muted-color: #7f8497
}

.DocSearch-Button {
    align-items: center;
    background: var(--docsearch-searchbox-background);
    border: 0;
    border-radius: 40px;
    color: var(--docsearch-muted-color);
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 36px;
    justify-content: space-between;
    margin: 0 0 0 16px;
    padding: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DocSearch-Button:active,.DocSearch-Button:focus,.DocSearch-Button:hover {
    background: var(--docsearch-searchbox-focus-background);
    box-shadow: var(--docsearch-searchbox-shadow);
    color: var(--docsearch-text-color);
    outline: none
}

.DocSearch-Button-Container {
    align-items: center;
    display: flex
}

.DocSearch-Search-Icon {
    stroke-width: 1.6
}

.DocSearch-Button .DocSearch-Search-Icon {
    color: var(--docsearch-text-color)
}

.DocSearch-Button-Placeholder {
    font-size: 1rem;
    padding: 0 12px 0 6px
}

.DocSearch-Button-Keys {
    display: flex;
    min-width: calc(40px + .8em)
}

.DocSearch-Button-Key {
    align-items: center;
    background: var(--docsearch-key-gradient);
    border-radius: 3px;
    box-shadow: var(--docsearch-key-shadow);
    color: var(--docsearch-muted-color);
    display: flex;
    height: 18px;
    justify-content: center;
    margin-right: .4em;
    position: relative;
    padding: 0 0 2px;
    border: 0;
    top: -1px;
    width: 20px
}

@media (max-width: 750px) {
    .DocSearch-Button-Keys,.DocSearch-Button-Placeholder {
        display:none
    }
}

.DocSearch--active {
    overflow: hidden!important
}

.DocSearch-Container,.DocSearch-Container * {
    box-sizing: border-box
}

.DocSearch-Container {
    background-color: var(--docsearch-container-background);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 200
}

.DocSearch-Container a {
    text-decoration: none
}

.DocSearch-Link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    font: inherit;
    margin: 0;
    padding: 0
}

.DocSearch-Modal {
    background: var(--docsearch-modal-background);
    border-radius: 6px;
    box-shadow: var(--docsearch-modal-shadow);
    flex-direction: column;
    margin: 60px auto auto;
    max-width: var(--docsearch-modal-width);
    position: relative
}

.DocSearch-SearchBar {
    display: flex;
    padding: var(--docsearch-spacing) var(--docsearch-spacing) 0
}

.DocSearch-Form {
    align-items: center;
    background: var(--docsearch-searchbox-focus-background);
    border-radius: 4px;
    box-shadow: var(--docsearch-searchbox-shadow);
    display: flex;
    height: var(--docsearch-searchbox-height);
    margin: 0;
    padding: 0 var(--docsearch-spacing);
    position: relative;
    width: 100%
}

.DocSearch-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--docsearch-text-color);
    flex: 1 1;
    font: inherit;
    font-size: 1.2em;
    height: 100%;
    outline: none;
    padding: 0 0 0 8px;
    width: 80%
}

.DocSearch-Input::-moz-placeholder {
    color: var(--docsearch-muted-color);
    opacity: 1
}

.DocSearch-Input:-ms-input-placeholder {
    color: var(--docsearch-muted-color);
    opacity: 1
}

.DocSearch-Input::placeholder {
    color: var(--docsearch-muted-color);
    opacity: 1
}

.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration {
    display: none
}

.DocSearch-LoadingIndicator,.DocSearch-MagnifierLabel,.DocSearch-Reset {
    margin: 0;
    padding: 0
}

.DocSearch-MagnifierLabel,.DocSearch-Reset {
    align-items: center;
    color: var(--docsearch-highlight-color);
    display: flex;
    justify-content: center
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-LoadingIndicator {
    display: none
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
    align-items: center;
    color: var(--docsearch-highlight-color);
    display: flex;
    justify-content: center
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Reset {
        -webkit-animation: none;
        animation: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: 0;
        border-radius: 50%;
        color: var(--docsearch-icon-color);
        cursor: pointer;
        right: 0;
        stroke-width: var(--docsearch-icon-stroke-width)
    }
}

.DocSearch-Reset {
    -webkit-animation: fade-in .1s ease-in forwards;
    animation: fade-in .1s ease-in forwards;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    padding: 2px;
    right: 0;
    stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Reset[hidden] {
    display: none
}

.DocSearch-Reset:focus {
    outline: none
}

.DocSearch-Reset:hover {
    color: var(--docsearch-highlight-color)
}

.DocSearch-LoadingIndicator svg,.DocSearch-MagnifierLabel svg {
    height: 24px;
    width: 24px
}

.DocSearch-Cancel {
    display: none
}

.DocSearch-Dropdown {
    max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
    min-height: var(--docsearch-spacing);
    overflow-y: auto;
    overflow-y: overlay;
    padding: 0 var(--docsearch-spacing);
    scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
    scrollbar-width: thin
}

.DocSearch-Dropdown::-webkit-scrollbar {
    width: 12px
}

.DocSearch-Dropdown::-webkit-scrollbar-track {
    background: transparent
}

.DocSearch-Dropdown::-webkit-scrollbar-thumb {
    background-color: var(--docsearch-muted-color);
    border: 3px solid var(--docsearch-modal-background);
    border-radius: 20px
}

.DocSearch-Dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.DocSearch-Label {
    font-size: .75em;
    line-height: 1.6em
}

.DocSearch-Help,.DocSearch-Label {
    color: var(--docsearch-muted-color)
}

.DocSearch-Help {
    font-size: .9em;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DocSearch-Title {
    font-size: 1.2em
}

.DocSearch-Logo a {
    display: flex
}

.DocSearch-Logo svg {
    color: var(--docsearch-logo-color);
    margin-left: 8px
}

.DocSearch-Hits:last-of-type {
    margin-bottom: 24px
}

.DocSearch-Hits mark {
    background: none;
    color: var(--docsearch-highlight-color)
}

.DocSearch-HitsFooter {
    color: var(--docsearch-muted-color);
    display: flex;
    font-size: .85em;
    justify-content: center;
    margin-bottom: var(--docsearch-spacing);
    padding: var(--docsearch-spacing)
}

.DocSearch-HitsFooter a {
    border-bottom: 1px solid;
    color: inherit
}

.DocSearch-Hit {
    border-radius: 4px;
    display: flex;
    padding-bottom: 4px;
    position: relative
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit--deleting {
        transition: none
    }
}

.DocSearch-Hit--deleting {
    opacity: 0;
    transition: all .25s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit--favoriting {
        transition: none
    }
}

.DocSearch-Hit--favoriting {
    transform: scale(0);
    transform-origin: top center;
    transition: all .25s linear;
    transition-delay: .25s
}

.DocSearch-Hit a {
    background: var(--docsearch-hit-background);
    border-radius: 4px;
    box-shadow: var(--docsearch-hit-shadow);
    display: block;
    padding-left: var(--docsearch-spacing);
    width: 100%
}

.DocSearch-Hit-source {
    background: var(--docsearch-modal-background);
    color: var(--docsearch-highlight-color);
    font-size: .85em;
    font-weight: 600;
    line-height: 32px;
    margin: 0 -4px;
    padding: 8px 4px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.DocSearch-Hit-Tree {
    color: var(--docsearch-muted-color);
    height: var(--docsearch-hit-height);
    opacity: .5;
    stroke-width: var(--docsearch-icon-stroke-width);
    width: 24px
}

.DocSearch-Hit[aria-selected=true] a {
    background-color: var(--docsearch-highlight-color)
}

.DocSearch-Hit[aria-selected=true] mark {
    text-decoration: underline
}

.DocSearch-Hit-Container {
    align-items: center;
    color: var(--docsearch-hit-color);
    display: flex;
    flex-direction: row;
    height: var(--docsearch-hit-height);
    padding: 0 var(--docsearch-spacing) 0 0
}

.DocSearch-Hit-icon {
    height: 20px;
    width: 20px
}

.DocSearch-Hit-action,.DocSearch-Hit-icon {
    color: var(--docsearch-muted-color);
    stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Hit-action {
    align-items: center;
    display: flex;
    height: 22px;
    width: 22px
}

.DocSearch-Hit-action svg {
    display: block;
    height: 18px;
    width: 18px
}

.DocSearch-Hit-action+.DocSearch-Hit-action {
    margin-left: 6px
}

.DocSearch-Hit-action-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    padding: 2px
}

svg.DocSearch-Hit-Select-Icon {
    display: none
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon {
    display: block
}

.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover {
    background: rgba(0,0,0,.2);
    transition: background-color .1s ease-in
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover {
        transition: none
    }
}

.DocSearch-Hit-action-button:focus path,.DocSearch-Hit-action-button:hover path {
    fill: #fff
}

.DocSearch-Hit-content-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2em;
    margin: 0 8px;
    overflow-x: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%
}

.DocSearch-Hit-title {
    font-size: .9em
}

.DocSearch-Hit-path {
    color: var(--docsearch-muted-color);
    font-size: .75em
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,.DocSearch-Hit[aria-selected=true] mark {
    color: var(--docsearch-hit-active-color)!important
}

@media screen and (prefers-reduced-motion:reduce) {
    .DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover {
        background: rgba(0,0,0,.2);
        transition: none
    }
}

.DocSearch-ErrorScreen,.DocSearch-NoResults,.DocSearch-StartScreen {
    font-size: .9em;
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
    width: 80%
}

.DocSearch-Screen-Icon {
    color: var(--docsearch-muted-color);
    padding-bottom: 12px
}

.DocSearch-NoResults-Prefill-List {
    display: inline-block;
    padding-bottom: 24px;
    text-align: left
}

.DocSearch-NoResults-Prefill-List ul {
    display: inline-block;
    padding: 8px 0 0
}

.DocSearch-NoResults-Prefill-List li {
    list-style-position: inside;
}

.DocSearch-Prefill {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 1em;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

.DocSearch-Prefill:focus,.DocSearch-Prefill:hover {
    outline: none;
    text-decoration: underline
}

.DocSearch-Footer {
    align-items: center;
    background: var(--docsearch-footer-background);
    border-radius: 0 0 8px 8px;
    box-shadow: var(--docsearch-footer-shadow);
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    height: var(--docsearch-footer-height);
    justify-content: space-between;
    padding: 0 var(--docsearch-spacing);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 300
}

.DocSearch-Commands {
    color: var(--docsearch-muted-color);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.DocSearch-Commands li {
    align-items: center;
    display: flex
}

.DocSearch-Commands li:not(:last-of-type) {
    margin-right: .8em
}

.DocSearch-Commands-Key {
    align-items: center;
    background: var(--docsearch-key-gradient);
    border-radius: 2px;
    box-shadow: var(--docsearch-key-shadow);
    display: flex;
    height: 18px;
    justify-content: center;
    margin-right: .4em;
    padding: 0 0 1px;
    color: var(--docsearch-muted-color);
    border: 0;
    width: 20px
}

@media (max-width: 750px) {
    :root {
        --docsearch-spacing:10px;
        --docsearch-footer-height: 40px
    }

    .DocSearch-Dropdown {
        height: 100%
    }

    .DocSearch-Container {
        height: 100vh;
        height: -webkit-fill-available;
        height: calc(var(--docsearch-vh, 1vh)*100);
        position: absolute
    }

    .DocSearch-Footer {
        border-radius: 0;
        bottom: 0;
        position: absolute
    }

    .DocSearch-Hit-content-wrapper {
        display: flex;
        position: relative;
        width: 80%
    }

    .DocSearch-Modal {
        border-radius: 0;
        box-shadow: none;
        height: 100vh;
        height: -webkit-fill-available;
        height: calc(var(--docsearch-vh, 1vh)*100);
        margin: 0;
        max-width: 100%;
        width: 100%
    }

    .DocSearch-Dropdown {
        max-height: calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))
    }

    .DocSearch-Cancel {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: 0;
        color: var(--docsearch-highlight-color);
        cursor: pointer;
        display: inline-block;
        flex: none;
        font: inherit;
        font-size: 1em;
        font-weight: 500;
        margin-left: var(--docsearch-spacing);
        outline: none;
        overflow: hidden;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap
    }

    .DocSearch-Commands,.DocSearch-Hit-Tree {
        display: none
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

code[class*=language-],pre[class*=language-] {
    color: #000;
    background: none;
    text-shadow: 0 1px #fff;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    code[class*=language-],pre[class*=language-] {
        text-shadow: none
    }
}

article pre {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre)>code[class*=language-], pre[class*=language-], article pre {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.token.namespace {
    opacity: .7
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
    color: #905
}

.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
    color: #690
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    color: #9a6e3a;
    background: hsla(0,0%,100%,.5)
}

.token.atrule,.token.attr-value,.token.keyword {
    color: #07a
}

.token.class-name,.token.function {
    color: #dd4a68
}

.token.important,.token.regex,.token.variable {
    color: #e90
}

.token.bold,.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0!important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection {
    background: transparent
}

.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection {
    background: transparent
}

.cm-fat-cursor {
    caret-color: transparent
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: blue
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type,.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta,.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-invalidchar,.cm-s-default .cm-error {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll!important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: none;
    position: relative;
    z-index: 0
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none;
    outline: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none!important;
    border: none!important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-feature-settings: "calt";
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: none
}

.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer {
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255,255,0,.4)
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: none
}

.padded-content.padded-box-content {
    padding: 60px !important;
    margin-top: 70px !important;
    box-shadow: 0 0 9px 0px #00000014;
}

.padded-box-content .banner {
    width: calc(100% + 120px);
    left: -60px;
    position: relative;
    top: -60px;
}

.banner {
}

label[for] {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #726e6e;
    flex-shrink: 1;
    text-wrap: nowrap;
    align-items: center;
    display: flex;
}

input {
}

.flex-v.input-collection {
}

.flex-v.input-collection input {
    width: -webkit-fill-available;
    box-shadow: unset;
    border: 1px solid #d4d4da !important;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    border-radius: 5px;
    width: stretch;
    width: -moz-available;
}

.flex-h .flex-v.input-collection:not(:last-child) {
    margin-right: 20px;
}

.input-container-root {
    margin-bottom: 20px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 25px;
}

.input-collection input {
    box-shadow: unset;
    border: unset !important;
}

.notification.task>p {
    color: inherit;
}

.user-account-box {
}

.user-account-box {
    border: 1px solid #d4d4da !important;
    padding: 8px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-right: 30px;
    cursor: pointer;
}

.user-account-box i.fa {
    font-size: 14px;
    transform: translateY(1px);
    margin-left: 10px;
    color: #7083e7;
}

.user-account-box i.fa.fa-user {
    margin-right: 13px;
    font-size: 12px;
    color: #7083e7;
}

.topbar-push {
    margin-left: auto;
}

i.fa.fa-arrow-left.back {
    cursor: pointer;
    position: fixed;
    left: 22px;
    top: 21px;
    font-size: 20px;
    z-index: 1;
}

.slider {
    height: 42px;
    width: 410px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 46px;
    background-color: #f9f9f9;
    box-shadow: 0 0 6px 0 #0000004d;
    border: 1px solid #a9a9a9;
    overflow: hidden;
}

.slider .circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 #00000033;
    border: 1px solid #dedede;
    z-index: 26;
    position: absolute;
}

.block {
}

.slider .block {
    height: 100%;
    width: 300px;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0;
}

.modal.change-address {
    width: 740px;
    height: 570px;
}

.nothing-to-see {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6273E7;
    margin-top: 100px;
}

.nothing-to-see i {
    font-size: 30px;
    margin-bottom: 10px;
}

.topbar i.fa.fa-plus {
    font-size: 12px;
    margin-left: 17px;
}

input.error,.error {
    background-color: #ffe7e9 !important;
}

a i {
    color: inherit;
}

.submission-category {
    cursor: pointer;
    padding: 17px 25px;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-radius: 3px;
    background-color: White;
}

.flex-v {
}

.flex-v.submission-title-card {
    justify-content: center;
    flex-shrink: 0;
    width: max-content;
    min-width: 290px;
    max-width: 80%;
}

.submission-title-card>h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #6767ff;
}

.submission-title-card>p.period-end {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.submission-card-cost {
    justify-content: center;
    margin-left: 45px;
    color: #6e6e6e;
}

.submission-card-buttons {
    justify-content: center;
    margin-left: auto;
    align-items: center;
}

.submission-category>.flex-h {
    width: 100%;
    align-items: center;
}

.submission-category .button-bar button {
    background-color: white;
}

.submission-category .guidelines {
    padding-right: 26px;
    font-size: 14px;
    color: #6767ff;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submission-category .guidelines i.fa.fa-angle-down {
    transform: translate(4px, 1px);
}

.submission-category:not(.guidelines-open) .guideline-block {
    display: none;
}

.submission-category.guidelines-open .guideline-block {
    display: block;
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    font-size: 19px;
    cursor: default;
}

.submission-category.guidelines-open {
    display: flex;
    flex-direction: column;
}

.submission-category.guidelines-open .guideline-block * {
    font-size: 15px !important;
}

.submission-category:not(.guidelines-open) div#guidelines i.fa-angle-down {
    transform: rotate(-90deg) translate(-1px, 5px);
}

.submission-category div#guidelines i.fa-angle-down {
    transition: all 100ms;
}

.padded-content .submission-guidelines {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    padding-bottoM: 20px;
}

.padded-content .submission-guidelines * {
    font-size: 15px;
}

.padded-content p.period-end {
    font-size: 13px;
    margin-bottom: 20px;
}

.submission-category.guidelines-open .guideline-block>*:first-child, .submission-category.guidelines-open .guideline-block>*:first-child>*:first-child, .submission-category.guidelines-open .guideline-block>*:first-child>*:first-child>*:first-child {
    margin-top: unset;
}

.submission-category.guidelines-open .guideline-block>*:last-child, .submission-category.guidelines-open .guideline-block>*:first-child>*:last-child, .submission-category.guidelines-open .guideline-block>*:last-child>*:last-child>*:last-child {
    margin-bottom: unset;
}

.submission-category.guidelines-open {
    padding-bottom: 20px !important;
}

label sup {
    color: #d05757 !important;
}

[block] h2:after {
    /*content: "";*/
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #e27777;
    border-radius: 15px;
    left: -22px;
    top: 52%;
    transform: translateY(-50%);
}

[block].complete h2:after {
    background-color: #5ba95b;
}

[block] h2 {
    position: relative;
}

.button-bar {
    max-width: 100%;
    overflow: hidden;
}

[block]:not(.complete) h2:before {
    content: "Incomplete";
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #d05857;
}

[block='address']:not(.complete) h2 .button-bar {
    margin-right: 90px;
}

.guideline-block article h1:first-of-type {
    padding-top: unset;
}

.assignment-tags .assignment-tag {
    background-color: #f6f6f6;
    color: black;
    padding: 6px;
    margin-right: 5px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 20px;
    margin-top: 1px;
}

.assignment-tags {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.assignment-tags:empty {
    display: none !important;
    margin-top: unset;
}

.assignment-tags .assignment-tag:first-child {
    margin-left: 1px;
}

.assignment-tags .assignment-tag .member-icon {
    margin-right: 5px;
}

.assignment-tags:empty {
    height: 0px;
}

.assignment-tags .assignment-tag * {
    outline: unset;
}

.modal.edit-category {
    width: 444px;
    height: 300px;
}

.assignment-tags.submission-tags .assignment-tag.tag {
    background-color: #5f40ff;
    color: white;
    font-size: 13px;
    padding: 2px 9px;
}

.assignment-tags .assignment-tag.create {
    background-color: #d0deff !important;
    color: #5f40ff !important;
    cursor: pointer;
    transition: all 100ms;
}

.assignment-tags:not(:hover) .assignment-tag:not(.create) ~ .assignment-tag.create {
    display: none;
}

.header-tab-content {
    position: absolute;
    bottom: 0;
    display: flex;
    height: 40px;
    border-top: 1px solid #f5f5f5;
    width: 100%;
}

.header-tab-content>tab {
    padding: 0px 44px;
    border-top: unset;
    background-color: #ffffff1a;
    color: black;
    border-left: unset;
    min-width: 140px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-left: 5px;
    transition: all 150ms;
    font-weight: lighter;
    font-size: 17px;
    box-shadow: -1px 5px 7px 0 #00000021;
    transform: translateY(-2px);
}

tab {
    display: block;
}

.header-tab-content>tab:hover {
    background-color: white;
    transform: translateY(0px);
}

.content[point-set="messaging-threads"] .header-tab-content.plain-tabs {
    width: calc(100% + 120px);
    left: -60px;
    padding-left: 60px;
    padding-right: 60px;
}

.header-tab-content.plain-tabs>tab:not(.open):hover {
    border-bottom: 3px solid #637cff1f;
    color: #2e2e2e;
}

.content[point-set="messaging-threads"] .page#tab-content {
    width: calc(100% + 120px);
    left: -60px;
}

.header-tab-content>tab.open:hover {
    transform: translateY(0px);
}

.header-tab-content>tab.open {
    transform: translateY(0px);
}

tab {
    display: block;
}

.header-tab-content>tab:hover {
    background-color: white;
    transform: translateY(0px);
}

.header-tab-content.plain-tabs {
    bottom: unset;
    position: relative;
    border-top: unset;
    margin-top: 20px;
    border-bottom: 2px solid #f6f6f6;
    height: 35px;
    overflow: scroll;
    flex-shrink: 0;
    overflow-y: hidden;
}

.header-tab-content.plain-tabs>tab {
    background: unset;
    color: #3e3e3e;
    border-radius: 0px;
    font-weight: 500;
    width: auto;
    min-width: unset;
    padding: 0px 0px;
    margin: 0px 35px;
    transform: none;
    line-height: 35px;
    box-shadow: unset;
    border-bottom: 3px solid transparent;
    margin-left: unset;
    white-space: nowrap;
}

*::-webkit-scrollbar {
    display: none;
}

*:not(.show-scroll) {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scrollbar-height: none;
}

.header-tab-content.plain-tabs>tab.open {
    transform: none;
    border-bottom: 2px solid #7f85dc;
    color: #7f85dc;
}

.profile-header.flex-h {
    margin-top: 30px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000012;
    margin-bottom: 30px;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    background-color: #2c2c2c;
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.full-name {
    font-size: 27px;
    display: flex;
    align-items: flex-end;
}

.profile-header .main-info {
    margin-left: 50px;
    height: auto;
}

.profile-image.no-image>p {
    display: block;
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: white;
    height: max-content;
    line-height: 15px;
    font-weight: bold;
}

.profile-image>p {
    display: none;
}

.article-content-container.max {
    height: 100%;
}

.profile-image i {
    position: absolute;
    bottom: 0;
    color: #7f85dc;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 100%;
    right: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 0 4px 0 #0000003b;
    cursor: pointer;
    transition: all 100ms;
    width: 32px;
    height: 32px;
}

.profile-image i:hover {
    transform: scale(1.05);
}

.edit-call {
    display: inline-block;
    font-size: 13px;
    align-self: center;
    vertical-align: middle;
    margin-left: 14px;
    cursor: pointer;
    color: #7f85dc;
    transition: all 100ms;
    transform-origin: center left;
    align-self: center;
    white-space: nowrap;
}

.edit-call i {
    font-size: 10px !important;
    margin-left: 5px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.edit-call:hover {
    transform: scale(1.1);
}

textarea.biography:empty::after {
    content: attr(placeholder);
}

span.name-edit-container {
    white-space: nowrap;
    margin-bottom: 17px;
    margin-right: 20px;
}

label.small {
    font-size: 12px;
    margin-bottom: 4px;
}

.profile-image.large {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.profile-image.large.no-image>p {
    font-size: 60px;
}

button#setup-payments {
    height: 51px;
    background-color: #6b81ff;
    font-weight: 500;
    color: white;
    font-size: 19px;
}

.button-bar.stripe-payment-setup {
    margin-top: 50px;
}

.visited-ui {
    width: 300px;
    height: 59px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 #00000030;
    margin-bottom: 20px;
    position: relative;
}

.visited-ui .header {
    width: 100%;
    height: 60px;
    background-size: cover !important;
    !mportant;!mportant;!mportant;!I;!;!; background-position: center center !important;
    !i;!; border-bottom: 1px solid #f5f5f5;
    margin-left: 91px;
}

.visited-ui .body {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    height: 100%;
}

.visited-ui .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain !important;
    !i;!;
    background-position: center !important;
    background-repeat: no-repeat !important;
    left: 5px;
    top: 5px;
    background-color: white !Important;
    !I;!;
    padding: 1px;
    border-radius: 5px;
}

.visited-ui .padded-body {
    margin-left: 60px;
    background-color: #ffffff;
    padding-left: 9px;
    padding-bottom: 21px;
    padding-top: 17px;
    width: max-content;
    padding-right: 14px;
}

.visited-ui .padded-body .name {
    font-size: 19px;
}

.visited-portals {
    padding: 2px;
    padding-left: 30px;
    border-left: 1px solid #f3f3f3;
}

.profile-extras.flex-h {
    justify-content: space-between;
    margin-top: 30px;
}

.visited-portals h2 {
    margin-bottom: 20px;
    margin-top: unset;
}

.submission {
    box-shadow: 0 0 2px 0 #0000003d;
    width: calc(100% - 4px);
    box-sizing: content-box;
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 16px;
}

.submission-header {
    border-bottom: 1px solid #eaeaea;
    align-items: center;
}

.submission .submission-header .visited-ui {
    margin-bottom: 0px;
    width: auto;
    flex-shrink: 0.4;
}

.submission .submission-header .title {
    font-size: 17px;
}

.submission-header .visited-ui .body {
    position: relative;
    top: 0;
}

.submission .visited-ui .header {
    position: absolute;
    z-index: 2;
    margin-left: unset;
}

.submission-header .org {
    font-size: 11px;
}

.submission-header .submitted {
    margin-left: auto;
    margin-right: 30px;
    white-space: nowrap;
    font-size: 15px;
}

.submission {
}

.submission:hover {
}

.submission-header .flex-v.title-org {
    margin-left: 30px;
    width: 540px;
}

.status-label {
    font-size: 11px;
}

.expand-submission {
    margin-right: 26px;
    font-size: 14px;
    color: #6767ff;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.submission .expand-submission i.fa.fa-angle-down {
    transform: translate(4px, 1px);
}

.submission:not(.open) div.expand-submission i.fa-angle-down {
    transform: rotate(-90deg) translate(-1px, 5px);
}

.submission div.expand-submission i.fa-angle-down {
    transition: all 100ms;
}

.submission .visited-ui .padded-body {
    width: 66px;
    color: transparent !important;
    background-color: transparent !important;
}

.action-call {
    margin-left: auto;
    color: #6e6df4;
    font-size: 14px;
    cursor: pointer;
    transition: all 100ms;
    transform-origin: center left;
}

.action-call i {
    margin-left: 5px;
}

.action-call:hover {
    transform: scale(1.05);
}

.profile-image.small {
    width: 35px;
    height: 35px;
    margin-bottom: unset;
}

.profile-image.small.no-image p {
    font-size: 19px !important;
}

.profile-section {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-section i.fa.fa-bars {
    margin-left: 15px;
    margin-right: 25px;
}

.profile-section:hover {
    opacity: .8;
}

.profile-modal {
    width: 235px;
    height: auto;
    position: absolute;
    top: 75px;
    right: 35px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 #00000029;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.profile-modal .profile-modal-header {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    padding-left: 16px;
}

.profile-modal .profile-name {
    margin-left: 13px;
    font-weight: 500;
    margin-right: 10px;
}

.profile-modal .profile-image.small {
    width: 35px;
    height: 35px;
}

.profile-modal li {
    justify-content: start !important;
    align-items: center;
    border-bottom: unset !important;
    padding: 6px 23px !important;
    cursor: pointer;
    color: #3d3d3d;
}

.profile-modal li i {
    margin-right: 10px;
    font-size: 13px;
}

.profile-modal ul {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #efefef;
}

.profile-modal li:hover {
    cursor: pointer;
    opacity: 0.8;
}

.profile-modal .profile-modal-header i.fa-times{
  display:none;
}

.profile-modal.right{
  display:none;
}

.organizations .organization {
    width: 300px;
    height: 300px;
    background-color: white;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.organization-header {
    height: 65px;
    background-size: cover !important;!i;!;
    background-position: center center !important;!i;!;
}

.organization div.org-icon {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 35px;
    background-color: white !important;!i;!;
    border: 1px solid #efefef;
    left: calc(65px / 2);
    background-position: center center !important;!i;!;
    background-size: contain !important;!i;!;
    border-radius: 6px;
}

.organization .organization-body {
    margin-top: 50px;
    padding-left: 40px;
    font-size: 21px;
}

.organizations {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
}

.organization-tint {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: #d7d7d7;
}

.organization-bio {
    font-size: 13px;
    margin-top: 10px;
    padding-right: 13px;
    height: 72px;
    text-overflow: ellipsis !important;
    overflow: hidden;
    display: block;
    width: 258px;
}

.search {}

.org-search {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: sticky;
}

.organization .action-call {
    width: max-content;
    position: absolute;
    bottom: 35px;
    right: 25px;
}

.cart {}

.cart-button {
    border-radius: 28px;
    width: 100px;
    height: 100px;
    background-color: #6164c5;
    box-shadow: 0 0 3px 0 #00000078;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    color: white;
}

.cart-button .open-cart {
    margin-top: 12px;
    text-align: center;
}

.cart-button i.fa.fa-layer-group {
    position: absolute;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 10px);
    font-size: 36px;
}

.cart-side {
    width: 300px;
    right: 0;
    position: absolute;
    height: calc(100% - 60px);
    top: 60px;
    background-color: white;
    box-shadow: 0 0 6px 0 #00000042;
    overflow: hidden;
}

.cart-side .cart-header {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 20px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    box-shadow: 0 0 5px 0 #ebebeb;
    height: 68.5px;
}

.page .cart-side {
    top: 0;
    height: 100%;
}

.padded-content.padded-box-content.cart-open {
}

.page.cart-open.cart-page {position: absolute;width: 315px;top: 60px;right: 0;z-index: 10;}

.page.cart-open .cart-side {
}

.page.cart-open {
    width: calc(100% - 300px);
}


i.fa.fa-times.special-close {
    cursor: pointer;
    display:block;
    padding: 3px;
    border-radius: 100%;
    background-color: #f1f1f1;
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
}


.cart-side .cart-body {
    width: 100%;
    height: calc(100% - (110px) - 68.5px););
    overflow-y: scroll;
    overflow-x: hidden;
}

.cart-side .cart-body .cart-item {
    border-bottom: 1px solid #424242;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: flex;
    font-size: 15px;
    flex-direction: column;
    transition: all 100ms;
    -webkit-overflow-scrolling: touch;
}

.cart-item .main {
    display: flex;
    flex-direction: column;
    margin-top: 3px;
}

.cart-item .category-name {}

.cart-item .head>p {
    font-size: 14px !important;
    flex-shrink: 0;
    margin-right: 20px;
}

.cart-item .head {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-item .foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.cart-item .head .tag {
    background-color: #6273E7;
    color: White;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    margin-left: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item .remove {
    margin-left: auto;
    color: #b43a3a;
    cursor: pointer;
    font-size: 11px;
    transition: all 100ms;
}

.cart-item .remove:hover {
    transform: scale(1.05);
}

.cart-item .head .tag.done {
    background-color: #59a659;
}

.cart-itme .sub-price {}

.cart-item.sub-price {}

.sub-price {}

.cart-item .sub-price {
    font-size: 12px;
    color: #633fe1;
}

.cart-item .sub-price.free {
    color: #7e7e7e;
}

.cart-side .cart-footer {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 20px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    bottom: -70px;
    position:absolute;
    box-shadow: 0 0 9px 0 #b7b7b7;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    z-index: 0;
    background-color: white;
    height: 180px;
    transition: all 200ms;
}


.cart-side .cart-footer .actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #f7f7f7;
    padding-top: 20px;
    margin-top: auto;
}

div {}

.cart-item .head .tag.progress {
    background-color: #f0960e;
}

.cart-footer .summary {
    font-size: 14px;
    margin-bottom: 10px;
}

.cart-footer .summary .summary-head {
    padding-bottom: 9px;
    font-size: 18px;
    margin-bottom: 9px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress {
    color: #5552e4;
    font-size: 13px;
}

.cart-footer .summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.cart-side:hover .cart-footer {
}

.cart-side .cart-footer.open {
    bottom: 0;
}

.cart-side:hover .cart-body {
    /*height: calc(100% - (195px) - 68.5px);*/
}

.tag.back {
}

.cart-body .head .tag+.tag {
    margin-left: 5px;
}

.cart-body .head .tag.back {
    background-color: unset !important;
    color:#6767ff;
    cursor: pointer;
    display: none;
    flex-shrink: 0;
    padding-top: unset;
    padding-bottom: unset;
}

.cart-body .head .tag.back:hover {
    opacity: 0.8;
}

.cart-body .cart-item:hover .head .tag.back {
    display: block;
    animation: moveIn 300ms;
}

.cart-item .schedule {
    font-size: 11px;
    color: #393939;
    margin-top: 10px;
}


.page.cart-open.cart-page.full-cart-page {
    width: calc(100% - 300px);
}

.full-cart-page .cart-side {
    width: 100%;
}

.profile-modal.cart-move-over {
    right: 320px;
}

.cart-side:hover i.fa.fa-times.special-close {
    display: block;
    flex-shrink: 0;
}

.cart-side i.fa.fa-times.special-close {
    display: none;
}

.cart-side .cart-header i.fa.fa-layer-group {
    display: block;
}

.cart-side:hover .cart-header i.fa.fa-layer-group {
    display: none;
}

.cart-side i.fa.fa-times.special-close:hover {
    transform: scale(1.05);
}

.small .cart-side {
    transition: all 200ms;
    width: 60px !important;!i;!;
    color: transparent;
}

.small .cart-side .cart-header i.fa.fa-layer-group {
    display: block !important;
    color: #232323 !important;;
}

.small .cart-header>div:nth-child(1) {
    display: none;
}

.small .cart-body {
    display: none;
}

.small .cart-footer {
    display: none;
}

.small .cart-side .cart-header .fa-times.special-close {
    display: none !important;
}

.small .cart-side {cursor: pointer;}

.small .cart-side:hover {
    width: 70px !important;!i;!;
}

.page.cart-open-small.cart-open {
    width: calc(100% - 60px);
}

.submission-card-cost.flex-v {
    text-align: right;
    margin-right: 50px;
}

.time-separator hr {
    margin-bottom: 30px;
    margin-top: unset;
}

.time-separator h2 {
    margin-bottom: 20px;
    color: #3a3a3a;
    margin-top: 40px;
}

.sidebar-page {
    background-color: #fafafa;
}

.modal.view-call {
    width: 700px;
    height: 85%;
}

.modal.view-call .padded-content {
    margin-top: unset !important;
    !i;!;
}

.view-call i.fa.fa-times.special-close, .portfolio-modal i.fa.fa-times.special-close {
    background-color: white;
    border: 1px solid gray;
    font-size: 21px;
    width: 30px;
    aspect-ratio: 1;
    height: unset;
    position: absolute;
    right: 30px;
    z-index: 10;
}

.org-information {
    position: relative;
    top: -40px;
    padding-left: 5px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.view-call .org-name {
    font-size: 22px;
}

i.fa.fa-times.special-close {
    right: 30px;
    top: 30px;
}

.button-bar.small button {
    font-size: 12px;
    height: 30px;
}


.view-call button#website {
    border: unset;
    padding-left: 2px;
}

.view-call button#website, .view-call button#calls {
    box-shadow: unset;
    border: unset !important;
    background-color: transparent !important;
}

.view-call button#website:hover, .view-call button#calls:hover {
    opacity: 0.8;
}

.bundle-section {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: white;
    margin-right: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}

.notification-circle {
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #ec5353;
    border-radius: 100%;
    color: white;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24px;
    right: -5px;
}

.bundle-section:hover {
  opacity: 0.8;
}

.cart-side .organization-name {
    font-size: 17px;
}

.cart-side .category-name {
    font-size: 17px;
}

.cart-item .schedule {
    font-size: 14px;
}

.cart-item .sub-price {
    font-size: 15px;
}

.cart-item .head>p {
    font-size: 15px !important;
}

.cart-item .remove {
    font-size: 14px;
    user-select: none;
}

.cart-item .head .tag {
  font-size: 12px;
}

button#calls:first-child {
    padding-left: 2px;
}

.cart-side .cart-body.footer-open {
    height: calc(100% - (180px) - 68.5px);
}

.profile-modal.cart-slight-move-over {
    right: 80px !important;
}

.cart-side .cart-header .flex-h+i.fa.fa-layer-group {
    display: none;
}

body {
    overscroll-behavior: none;
}

html {
    overscroll-behavior: none;
}



.pop {animation: pop 0.4s ease-in-out forwards;}

@keyframes pop { 0% { transform: scale(1) } 50% { transform: scale(1.5) } 100% { transform: scale(1) } }

.poof-away { animation: poof-away 0.4s ease-out forwards; }

@keyframes poof-away {
    0% { transform: scale(1) rotate(0deg); opacity: 1 }
    100% { transform: scale(1.5) rotate(20deg); opacity: 0 }
}

@keyframes moveIn { 0% { transform: translateX(200px) }  100% { transform: translateX(0px) } }


.bundle-section.pop {
    z-index: 1000;
}

.topbar-item {
    cursor: pointer;
    color: #232323;
}

.topbar-item:hover {
    opacity: 0.8;
}

.topbar-item.sign-up {
    padding: 7px 16px;
    color: white;
    background-color: #27272a;
    border-radius: 23px;
}

.submission-category.large>.flex-h {
    flex-direction: row;
    flex-wrap: wrap;
}

.large .flex-v.submission-title-card {
    margin-bottom: 30px;
}

.large .submission-card-cost.flex-v {
  text-align: left;
  margin-left: unset;
}



.flex-h.portfolio {
    flex-wrap: wrap;
    justify-content: left;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.submission-file {
    border: 1px solid #ededed;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 3px 0 #00000005;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: calc(50% - 20px);
    max-width: 50%;
    margin-right: 10px;
    margin-left: 10px;
    align-self: flex-start;
}

.submission-file-flag {
    font-size: 12px;
}

.submission-file audio {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 20px;
}

.submission-file embed {
    padding-left: unset;
    padding-right: unset;
    width: 100%;
    border-bottom: 2px solid #414547;
    object-fit: contain;
}

.portfolio {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    left: -10px;
}

.page[point-set='profile-tabs']>h2 {
    margin-top: 20px;
}

.modal.portfolio-modal {
    width: 800px;
    height: 800px;
    max-width: 100%;
    max-height: 100%;
}

.portfolio-modal .padded-content.padded-box-content {
    margin-top: unset !important;
}

.portfolio-modal h1 {
    font-size: 28px;
}

.portfolio-modal .portfolio-header {
    position: sticky;
    top: 0px;
    background-color: #fcfcfc;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 100;
}

.portfolio-modal i.fa.fa-times.special-close {
    right: 0px;
}

.submission-file.submission-attachment {
    margin-left: unset;
    margin-top: 0px;
    margin-bottom: 0px;
}

.logo-word-mark {}

.logo-word-mark {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(90deg, #7c71e1, #4985ee);
    -webkit-background-clip: text;
    margin-left: 30px;
    color: transparent;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.login-window .logo-word-mark {
    height: 50px;
    line-height: 50px;
    margin-left: 75px;
    margin-top: 30px;
    font-size: 25px;
    align-items: center;
    display: flex;
    width: min-content;
    margin-bottom: -30px;
    z-index: 2;
}

article .logo-tag {
    font-size: 25px;
}

.logo-icon img {
    width: 30px;
}

.logo-word-mark img {
    width: 22px;
    margin-right: 7px;
    transform: translateY(1px);
}

.cart-item .sub-price.addons {
    color: #7e73a5;
}

div#calls {
    margin-left: auto;
    width: max-content;
    left: 102px;
    position: absolute;
    padding: 5px 10px;
    background-color: #6273e7;
    color: white;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #ffffff;
    top: 70px;
}

.help-page-header {
    max-width: 1250px;
    margin: auto;
    padding: 100px;
}

.page.help-page {
}

.help-page-header h1 {
    font-size: 52px;
    margin-bottom: 22px;
}

.help-page-header p {
    font-size: 20px;
}

.note {}

.note {
    border-left: 3px solid #ff8b00;
    width: 250px;
    padding-left: 11px;
}

.topic {
    background-color: white;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 0 0 3px 0 #afafaf;
    border-radius: 1px;
    flex-grow: 0;
    flex-shrink: 0;
    vertical-align: middle;
    line-height: 50px;
    height: 90px;
    margin-bottom: 25px;
    margin-right: 25px;
    transition: all 100ms;
}

.topic:hover {
    cursor: pointer;
    box-shadow: 0 0 9px 0 #00000073;
}

.or {
    width: 100%;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 25px;
    font-size:13px;
    margin-bottom: 25px;
}

.or::before {
    content: "";
    width: 42%;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background-color: #3b3b3b;
}

.or::after {
    content: "";
    width: 42%;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background-color: #3b3b3b;
}

.login-pad .flex-h.center.sign-up>* {
    font-size: 15px;
}

button.outline {
    border: 1px solid #3b3b3b;
    border-radius: 5px;
}

button.outline.other-sign-ups {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    height: 47px;
}

span.google {url(
    "data: image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cpath id='a' d='M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23FBBC05' d='M0 37V11l17 13z'/%3E%3Cpath clip-path='url(%23b)' fill='%23EA4335' d='M0 11l17 13 7-6.1L48 14V0H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%2334A853' d='M0 37l30-23 7.9 1L48 0v48H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%234285F4' d='M48 48L17 24l-4-3 35-10z'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cpath id='a' d='M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23FBBC05' d='M0 37V11l17 13z'/%3E%3Cpath clip-path='url(%23b)' fill='%23EA4335' d='M0 11l17 13 7-6.1L48 14V0H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%2334A853' d='M0 37l30-23 7.9 1L48 0v48H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%234285F4' d='M48 48L17 24l-4-3 35-10z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: inline-block;
}

.other-sign-ups .sign-up-text {
    margin-left: 15px;
    font-size: 15px;
}

.end-pad {
    padding-bottom: 100px;
}

.nothing-found {}

.nothing-found {
    width: 100%;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
}

.nothing-found img {
    width: 200px;
    margin: auto;
}


.submission-guidelines h1, .submission-guidelines h2, .submission-guidelines h3, .submission-guidelines h4, .submission-guidelines h5 {
    font-weight: revert;
    font-size: revert;
}


	progress {
	    width: 100%;
	    margin-bottom: 1px;
	}

progress {
  height: 6px;
  border-radius: 10px;
  background: #e1e1e1;
}

progress {
  color: #275eff;
  border-radius:40px;
}

progress::-moz-progress-bar {
  background: #275eff;
  border-radius:40px;
}

progress::-webkit-progress-value {
  background: #275eff;
	border-radius:40px;
}

progress::-webkit-progress-bar {
  background: #e1e1e1;
  border-radius:40px;
}

	progress {
	    width: 100%;
	    margin-bottom: 1px;
	}

progress {
  height: 6px;
  border-radius: 10px;
  background: #e1e1e1;
}

progress[stopped] {
  color: #ed3939;
  border-radius:40px;
}

progress[stopped]::-moz-progress-bar {
  background: #ed3939;
  border-radius:40px;
}

progress[stopped]::-webkit-progress-value {
  background: #ed3939;
	border-radius:40px;
}

progress[stopped]::-webkit-progress-bar {
  background: #e1e1e1;
  border-radius:40px;
}

progress[paused] {
  color: orange;
  border-radius:40px;
}

progress[paused]::-moz-progress-bar {
  background: orange;
  border-radius:40px;
}

progress[paused]::-webkit-progress-value {
  background: orange;
	border-radius:40px;
}

.custom-form-section {
    padding-top: 20px;
}

.autosave {
    margin-left: 20px;
    font-size: 13px;
}

.autosave i {
    margin-right: 5px;
}

.filter-bar {
    height: 32px;
    width: max-content;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
}

.filter-bar-item {
    border-radius: 6px;
    border: 1px solid #d4d4db;
    display: flex;
    line-height: 36px;
    align-items: center;
    padding: 0px 14px;
    cursor: pointer;
    font-size: 15px;
    transition: all 200ms;
    margin-right: 10px;
    flex-shrink: 0;
    user-select:none;
    background-color: white;
}

.filter-bar-item i {
    margin-right: 10px;
}

.filter-bar-item:hover {
    background-color: #ededed;
}

.filter-bar-item.active {
    background-color: #6767ff;
    color: white;
    border-color: white;
}

.page#tab-content>.page, .page#tab-content {
    overflow: visible;
}

.topbar>a:not(:first-child) {
    padding-left: 15px;
    padding-right: 15px;
}

a#profile {
    margin-left: 15px;
}

.topbar>a:last-child {
    margin-right: 15px;
}

.button-bar #range * {
    user-select: none;
    pointer-events: none;
}


.guidelines-text * {
    position: relative;
    height: max-content !important;
}

article iframe {
    border: unset;
}

iframe {
    border: unset;
}
