@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
}

#container {
    display: flex;
    justify-content: center;
}

.list-loader {
    max-width: 850px;
    overflow: auto;
    max-height: calc(100vh - 40px);
    margin: 15px 0;
}

.load-error {
    background-color: #fff0f0;
    color: #f33;
    border-radius: 20px;
    padding: 20px 30px;
    position: relative;
    margin-top: 15px;
}

.load-error::before {
    content: "\002716\0000A0Error";
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 17px;
    top: -13px;
}

input {
    display: block;
}

.list-logo {
    width: 240px;
    margin-left: 15px;
}

.step-subtitle {
    font-weight: 200;
}

.step {
    background-color: #f5f5fa;
    border-radius: 20px;
    padding: 20px 30px;
    margin: 15px;
}

.step.success {
    background-color: #f5faf5;
}

.success .step-title {
    color: #0a0;
}

.skulist {
    column-count: 5;
    column-width: 125px;
}

.found {
    color: #0a0;
}

.found::before {
    content: "\002714\0000A0";
}

.not-found {
    color: #c00;
}

.not-found::before {
    content: "\002716\0000A0";
}

.cover-select {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 2px;
    font-size: 1rem;
}

.color-select, .picture-select {
    display: inline-block;
    margin-left: 10px;
}

.full {
    width: 100%;
}

.btn:hover {
    background-color: #e8e8f3;
}

.btn:active {
    background-color: #8484a9;
    color: #ffffff;
}

.btn:disabled {
    background-color: transparent;
    border: solid 1px #d5d5e6;
    cursor: not-allowed;
}

.btn {
    margin-top: 15px;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    background-color: #d5d5e6;
    border: solid 1px transparent;
    font-family: inherit;
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    cursor: default;
    outline: 0;
}

.success .btn {
    background-color: #d5e6d5;
}

.success .btn:disabled {
    border: solid 1px #d5e6d5;
}

.success .btn:hover {
    background-color: #e8f3e8;
}

.success .btn:active {
    background-color: #84a984;
}

.mr-15 {
    margin-right: 15px;
}

#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    text-align: center;
    font-family: 'Montserrat', 'Helvetica Neue', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 1000;
}

#loading.show {
    display: flex;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.pdfdoc {
    width: 50vw;
    height: calc(100vh - 40px);
    border: none;
    margin: 15px;
    border-radius: 20px;
}