/* webkit printing magic: print all background colors */

:root {
    --bg-color: #ffffff;
    --heading-color: #394057;
    --subtext-color: #70737f;
    --link-color1: #596dff;
    --link-color2: #132acc;
    --blog-color: #394057;
    --blog-body: #62687f;
    --blog-gray: #aaaaaa;
    --blog-blue: #132acc;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

.button {
    color: var(--link-color2);
    margin-top: -12px;
    box-shadow: 0px 10px 50px 10px #151c580A;
    border-radius: 4px;
    border: 1px solid var(--link-color1);
    background-color: #4e62ff00;
    padding: 12px 24px;
    display: inline-grid;
    transition: all 0.2s;
    transition-timing-function: ease-out;
    cursor: default;
}

.button:hover {
    color: var(--bg-color);
    box-shadow: 0px 10px 50px 10px #151c5814;
    cursor: pointer;
    background-color: var(--link-color1);
    /* transform: translateY(-2px); */
}

.button:active {
    /* color: var(--bg-color); */
    box-shadow: 0px 10px 50px 10px #151c580A;
    cursor: pointer;
    /* background-color: var(--link-color1); */
}

a {
    font: inherit;
    text-decoration: none
}

#loader {
    height: 70vh;
    width: 100%;
    background-color: #fff;
    padding-bottom: 100vh;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed
}

.blog {
    color: var(--blog-body);
    max-width: 1110px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 25vh;
    padding-bottom: 15vh;
}

@media screen and (max-width:700px) {
    .main {
        padding-right: 5%;
        padding-left: 5%;
    }
    body {
        margin: 0;
        background-color: var(--bg-color);
        font-family: Inter, sans-serif;
        font-weight: 400;
        color: var(--subtext-color);
        font-size: 16px;
        line-height: 28px
    }
    #phone {
        display: block
    }
    #desktop {
        display: none
    }
    #socialicons {
        display: inline-block;
        width: 24px;
        padding-top: 24px;
        margin-right: 24px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        vertical-align: bottom;
        transition: all .2s;
        transition-timing-function: ease-out;
        filter: invert(21%) sepia(12%) saturate(1627%) hue-rotate(185deg) brightness(94%) contrast(86%)
    }
    #socialicons:hover {
        opacity: 1
    }
    .navigation {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        height: 100%;
        float: right
    }
    @keyframes reveal {
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
    .nav-item {
        display: inline-block;
        margin-right: 60px;
        line-height: 80px;
        color: #000;
        opacity: .5;
        width: 100%;
        text-align: center;
        height: 60px;
        font-size: 16px;
        font-weight: 500
    }
    #head {
        backdrop-filter: blur(5px);
        position: fixed;
        top: 0;
        border-bottom: 1px solid #0000000d;
        background-color: rgba(255, 255, 255, .7);
        z-index: 10;
        width: 100%;
        height: 60px;
        vertical-align: middle
    }
    #Hamburger {
        height: 100vh;
        background-color: #fff;
        width: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        display: block;
        transition: .3s;
        overflow: hidden
    }
    #fade {
        height: 100vh;
        width: 100%;
        background-color: #000;
        opacity: .3;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }
    #fade {
        display: none
    }
    .navigation {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        margin-top: 100px;
        z-index: 30
    }
    #cross {
        position: absolute;
        top: 13px;
        right: 20px;
        display: none
    }
    #nav {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding-right: 16px;
        position: absolute;
        top: 17px;
        right: 0;
        font-weight: 700
    }
    #footer {
        top: 0;
        max-width: 1110px;
        margin: auto;
        background-color: #fff;
        width: 100%;
        vertical-align: middle
    }
    #copyright {
        padding-top: 32px;
        padding-bottom: 32px;
        margin: auto;
        display: inline-block;
        color: var(--heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 32px
    }
    .followlinks {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        float: left
    }
    #name {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 60px;
        z-index: 10;
        padding-left: 16px
    }
    @keyframes wave {
        from {
            -webkit-transform: none;
            transform: none
        }
        15% {
            -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg)
        }
        30% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg)
        }
        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg)
        }
        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg)
        }
        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    .nb-spinner {
        height: 40px;
        width: 40px
    }
    .home {
        padding-top: 25vh;
        margin-bottom: 32vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 920px
    }
}

@media screen and (min-width:700px) {
    body {
        margin: 0;
        background-color: var(--bg-color)
    }
    #desktop {
        display: block
    }
    #phone {
        display: none
    }
    .navigation {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding-right: 20px;
        position: relative;
        right: 0;
        height: 100%;
        float: right
    }
    .nav-item:hover {
        color: var(--link-color2);
        opacity: 1;
        font-weight: 400
    }
    @keyframes reveal {
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
    .nav-item {
        transition: all 0s;
        transition-timing-function: ease-out;
        box-shadow: inset 0 -1.5px 0 #59a6ff00;
        display: inline-block;
        padding-bottom: 24px;
        margin-left: 16px;
        margin-right: 16px;
        color: var(--subtext-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        padding-top: 24px
    }
    #head {
        backdrop-filter: blur(15px);
        top: 0;
        width: 100%;
        padding-left: calc(50% - 550px);
        padding-right: calc(50% - 550px);
        border-bottom: 1px solid #0000000d;
        margin: auto;
        background-color: hsla(0, 0%, 100%, .7);
        z-index: 20;
        height: 64px;
        vertical-align: middle;
        transition: .3s;
        position: fixed;
    }
    #footer {
        top: 0;
        max-width: 1110px;
        margin: auto;
        background-color: #fff;
        width: 100%;
        height: 80px;
        vertical-align: middle
    }
    #copyright {
        padding-top: 16px;
        padding-bottom: 0;
        display: inline-block;
        color: var(--heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        padding-left: 16px;
    }
    .followlinks {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        height: 100%;
        float: right
    }
    #name {
        padding-left: 36px;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    #name:hover {
        color: var(--link-color2);
        cursor: pointer
    }
    #socialicons {
        display: inline-block;
        width: 24px;
        padding-top: 24px;
        background-size: 24px;
        margin: 16px;
        fill: var(--heading-color);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        cursor: pointer;
        vertical-align: bottom;
        transition: all .2s;
        transition-timing-function: ease-out;
        filter: invert(21%) sepia(12%) saturate(1627%) hue-rotate(185deg) brightness(94%) contrast(86%)
    }
    #socialicons:hover {
        filter: invert(14%) sepia(90%) saturate(3642%) hue-rotate(234deg) brightness(96%) contrast(111%);
        opacity: 1
    }
    @keyframes wave {
        from {
            -webkit-transform: none;
            transform: none
        }
        15% {
            -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -10deg)
        }
        30% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 7deg)
        }
        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg)
        }
        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg)
        }
        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2deg)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
     ::selection {
        background: #d1dbff;
    }
    .nb-spinner {
        height: 56px;
        width: 56px
    }
    .home {
        padding-top: 15vh;
        margin-bottom: 32vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 920px
    }
}

* {
    -webkit-tap-highlight-color: transparent
}

a {
    font: inherit;
    text-decoration: none;
    color: inherit
}

.nav-container input {
    display: none
}

.nav-container input:checked~.checkmark {
    color: var(--link-color2);
    opacity: 1;
    padding-bottom: 2px;
    font-weight: 400
}

.nav-container:hover input~.checkmark {
    color: var(--link-color2);
    opacity: 1;
    padding-bottom: 2px;
    font-weight: 400
}

.nb-spinner {
    margin: 0;
    background: 0 0;
    border-top: 2px solid var(--link-color1);
    border-right: 2px solid transparent;
    border-radius: 50%;
    -webkit-animation: .6s spin linear infinite;
    animation: .8s spin linear infinite
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

a {
    -webkit-tap-highlight-color: transparent
}


/* CSSSSSSSSSSSSSSSSSssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss */

html {
    -webkit-print-color-adjust: exact;
}

* {
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
}

html,
body {
    margin: 0;
    padding: 0;
}

@media only screen {
    body {
        /* margin: 2em auto; */
    }
}

body {
    line-height: 1.75;
}

a,
a.visited {
    font-weight: 400;
    color: var(--blog-color);
}

a:hover,
a.visited:hover {
    color: var(--blog-blue);
}

.pdf-relative-link-path {
    font-size: 80%;
    color: #444;
}

h1,
h2,
h3 {
    margin: auto;
    max-width: 730px;
    letter-spacing: -0.01em;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--blog-color);
}

.page-title {
    font-family: Source Serif Pro, Georgia, 'Times New Roman', Times, serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--blog-color);
    margin-top: 0;
}

h1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    margin-top: 36px;
    margin-bottom: 28px;
}

h2 {
    font-size: 24px;
    margin-top: 24px;
}

h3 {
    font-size: 18px;
    margin-top: 24px;
}

.source {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1.5em;
    word-break: break-all;
}

.callout {
    max-width: 730px;
    margin: auto;
    border-radius: 3px;
    padding: 1rem;
    border-radius: 3px;
    padding: 1rem;
}

figure {
    margin: 1.25em 0;
    page-break-inside: avoid;
}

figcaption {
    opacity: 0.5;
    font-size: 85%;
    margin-top: 0.5em;
}

mark {
    background-color: transparent;
}

.indented {
    padding-left: 1.5em;
}

hr {
    background: transparent;
    display: block;
    width: 100%;
    height: 1px;
    visibility: visible;
    border: none;
    border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}

img {
    max-width: 100%;
}

@media only print {
    img {
        max-height: 100vh;
        object-fit: contain;
    }
}

@page {
    margin: 1in;
}

.collection-content {
    font-size: 0.875rem;
}

.column-list {
    margin: auto;
    max-width: 730px;
    display: flex;
    justify-content: space-between;
}

.column {
    padding: 0 1em;
}

.column:first-child {
    padding-left: 0;
}

.column:last-child {
    padding-right: 0;
}

.table_of_contents-item {
    display: block;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.125rem;
}

.table_of_contents-indent-1 {
    margin-left: 1.5rem;
}

.table_of_contents-indent-2 {
    margin-left: 3rem;
}

.table_of_contents-indent-3 {
    margin-left: 4.5rem;
}

.table_of_contents-link {
    text-decoration: none;
    opacity: 0.7;
    border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}

table,
th,
td {
    border: 1px solid rgba(55, 53, 47, 0.09);
    border-collapse: collapse;
}

table {
    border-left: none;
    border-right: none;
}

th,
td {
    font-weight: normal;
    padding: 0.25em 0.5em;
    line-height: 1.5;
    min-height: 1.5em;
    text-align: left;
}

th {
    color: rgba(55, 53, 47, 0.6);
}

ol,
ul {
    max-width: 730px;
    margin: auto;
    margin-block-start: 0.6em;
    margin-block-end: 0.6em;
}


}
li>ol:first-child,
li>ul:first-child {
    margin-block-start: 0.6em;
}
ul>li {
    list-style: disc;
}
ul.to-do-list {
    text-indent: -1.7em;
}
ul.to-do-list>li {
    list-style: none;
}
.to-do-children-checked {
    text-decoration: line-through;
    opacity: 0.375;
}
ul.toggle>li {
    list-style: none;
}
ul {
    padding-inline-start: 1.7em;
}
ul>li {
    padding-left: 0.1em;
}
ol {
    padding-inline-start: 1.6em;
}
ol>li {
    padding-left: 0.2em;
}
.mono ol {
    padding-inline-start: 2em;
}
.mono ol>li {
    text-indent: -0.4em;
}
.toggle {
    padding-inline-start: 0em;
    list-style-type: none;
}

/* Indent toggle children */
.toggle>li>details {
    padding-left: 1.7em;
}
.toggle>li>details>summary {
    margin-left: -1.1em;
}
.selected-value {
    display: inline-block;
    padding: 0 0.5em;
    background: rgba(206, 205, 202, 0.5);
    border-radius: 3px;
    margin-right: 0.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    white-space: nowrap;
}
.collection-title {
    display: inline-block;
    margin-right: 1em;
}
time {
    opacity: 0.5;
}
.icon {
    display: inline-block;
    max-width: 1.2em;
    max-height: 1.2em;
    text-decoration: none;
    vertical-align: text-bottom;
    margin-right: 0.5em;
}
img.icon {
    border-radius: 3px;
}
.user-icon {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    margin-right: 0.5rem;
}
.user-icon-inner {
    font-size: 0.8em;
}
.text-icon {
    border: 1px solid #000;
    text-align: center;
}
.page-cover-image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 30vh;
}
.page-header-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.page-header-icon-with-cover {
    margin-top: -0.72em;
    margin-left: 0.07em;
}
.page-header-icon img {
    border-radius: 3px;
}
.link-to-page {
    margin: 1em 0;
    padding: 0;
    border: none;
    font-weight: 500;
}
p>.user {
    opacity: 0.5;
}
td>.user,
td>time {
    white-space: nowrap;
}
input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 0.6em;
    vertical-align: middle;
}
strong {
    color: var(--blog-color);
    font-weight: 500;
}
p {
    margin: auto;
    max-width: 730px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    font-family: Inter, Arial, Helvetica, sans-serif;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    min-height: 2.5em;
}
.image {
    border: none;
    margin: 1.5em 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.code,
code {
    background: rgba(135, 131, 120, 0.15);
    border-radius: 3px;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-size: 85%;
    tab-size: 2;
}
code {
    color: #eb5757;
}
.code {
    padding: 1.5em 1em;
}
.code-wrap {
    white-space: pre-wrap;
    word-break: break-all;
}
.code>code {
    background: none;
    padding: 0;
    font-size: 100%;
    color: inherit;
}
blockquote {
    max-width: 730px;
    font-family: Source Serif Pro;
    font-weight: 400;
    color: var(--blog-body);
    font-size: 1.25em;
    margin: 1em auto;
    padding-left: 1em;
    border-left: 3px solid var(--blog-body);
}
.bookmark {
    text-decoration: none;
    max-height: 8em;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: stretch;
}
.bookmark-title {
    font-size: 0.85em;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.75em;
    white-space: nowrap;
}
.bookmark-text {
    display: flex;
    flex-direction: column;
}
.bookmark-info {
    flex: 4 1 180px;
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bookmark-image {
    width: 33%;
    flex: 1 1 180px;
    display: block;
    position: relative;
    object-fit: cover;
    border-radius: 1px;
}
.bookmark-description {
    color: rgba(55, 53, 47, 0.6);
    font-size: 0.75em;
    overflow: hidden;
    max-height: 4.5em;
    word-break: break-word;
}
.bookmark-href {
    font-size: 0.75em;
    margin-top: 0.25em;
}
.sans {
    font-family: Inter, Arial, sans-serif
}
.code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.serif {
    font-family: Source Serif Pro;
}
.mono {
    font-family: iawriter-mono, Nitti, Menlo, Courier, monospace;
}
.pdf .sans {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC', 'Noto Sans CJK KR';
}
.pdf .code {
    font-family: Source Code Pro, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC', 'Noto Sans Mono CJK KR';
}
.pdf .serif {
    font-family: PT Serif, Lyon-Text, Georgia, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Songti TC", "Songti SC", "SimSun", "Nanum Myeongjo", NanumMyeongjo, Batang, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC', 'Noto Sans CJK KR';
}
.pdf .mono {
    font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC', 'Noto Sans Mono CJK KR';
}
.highlight-default {}
.highlight-gray {
    color: rgb(155, 154, 151);
}
.highlight-brown {
    color: rgb(100, 71, 58);
}
.highlight-orange {
    color: rgb(217, 115, 13);
}
.highlight-yellow {
    color: rgb(223, 171, 1);
}
.highlight-teal {
    color: rgb(15, 123, 108);
}
.highlight-blue {
    color: rgb(11, 110, 153);
}
.highlight-purple {
    color: rgb(105, 64, 165);
}
.highlight-pink {
    color: rgb(173, 26, 114);
}
.highlight-red {
    color: rgb(224, 62, 62);
}
.highlight-gray_background {
    background: rgb(235, 236, 237);
}
.highlight-brown_background {
    background: rgb(233, 229, 227);
}
.highlight-orange_background {
    background: rgb(250, 235, 221);
}
.highlight-yellow_background {
    background: rgb(251, 243, 219);
}
.highlight-teal_background {
    background: rgb(221, 237, 234);
}
.highlight-blue_background {
    background: rgb(221, 235, 241);
}
.highlight-purple_background {
    background: rgb(234, 228, 242);
}
.highlight-pink_background {
    background: rgb(244, 223, 235);
}
.highlight-red_background {
    background: rgb(251, 228, 228);
}
.block-color-default {
    color: inherit;
    fill: inherit;
}
.block-color-gray {
    color: var(--blog-gray);
    fill: var(--blog-gray);
}
.block-color-brown {
    color: rgb(100, 71, 58);
    fill: rgb(100, 71, 58);
}
.block-color-orange {
    color: rgb(217, 115, 13);
    fill: rgb(217, 115, 13);
}
.block-color-yellow {
    color: rgb(223, 171, 1);
    fill: rgb(223, 171, 1);
}
.block-color-teal {
    color: rgb(15, 123, 108);
    fill: rgb(15, 123, 108);
}
.block-color-blue {
    color: rgb(11, 110, 153);
    fill: rgb(11, 110, 153);
}
.block-color-purple {
    color: rgb(105, 64, 165);
    fill: rgb(105, 64, 165);
}
.block-color-pink {
    color: rgb(173, 26, 114);
    fill: rgb(173, 26, 114);
}
.block-color-red {
    color: rgb(224, 62, 62);
    fill: rgb(224, 62, 62);
}
.block-color-gray_background {
    background: rgb(235, 236, 237);
}
.block-color-brown_background {
    background: rgb(233, 229, 227);
}
.block-color-orange_background {
    background: rgb(250, 235, 221);
}
.block-color-yellow_background {
    background: rgb(251, 243, 219);
}
.block-color-teal_background {
    background: rgb(221, 237, 234);
}
.block-color-blue_background {
    background: rgb(221, 235, 241);
}
.block-color-purple_background {
    background: rgb(234, 228, 242);
}
.block-color-pink_background {
    background: rgb(244, 223, 235);
}
.block-color-red_background {
    background: rgb(251, 228, 228);
}
.select-value-color-default {
    background-color: rgba(206, 205, 202, 0.5);
}
.select-value-color-gray {
    background-color: rgba(155, 154, 151, 0.4);
}
.select-value-color-brown {
    background-color: rgba(140, 46, 0, 0.2);
}
.select-value-color-orange {
    background-color: rgba(245, 93, 0, 0.2);
}
.select-value-color-yellow {
    background-color: rgba(233, 168, 0, 0.2);
}
.select-value-color-green {
    background-color: rgba(0, 135, 107, 0.2);
}
.select-value-color-blue {
    background-color: rgba(0, 120, 223, 0.2);
}
.select-value-color-purple {
    background-color: rgba(103, 36, 222, 0.2);
}
.select-value-color-pink {
    background-color: rgba(221, 0, 129, 0.2);
}
.select-value-color-red {
    background-color: rgba(255, 0, 26, 0.2);
}
.checkbox {
    display: inline-flex;
    vertical-align: text-bottom;
    width: 16;
    height: 16;
    background-size: 16px;
    margin-left: 2px;
    margin-right: 5px;
}
.checkbox-on {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.checkbox-off {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}