/* Minification failed. Returning unminified contents.
(32,25): run-time error CSS1046: Expect comma, found '60'
(32,32): run-time error CSS1046: Expect comma, found '/'
(225,1): run-time error CSS1019: Unexpected token, found '@'
(339,42): run-time error CSS1046: Expect comma, found '0'
(339,46): run-time error CSS1046: Expect comma, found '/'
 */
a {
    text-decoration: none;
}

.languages ul {
    padding: 8px;
}

    .languages ul a {
        color: #0c0c0c;
        padding: 8px;
        min-width: 150px;
        display: block;
    }

        .languages ul a:hover {
            color: #8239ed;
            background-color: #f1f1f1;
        }

    .languages ul.show {
        display: grid;
        grid-template-columns: auto auto;
        gap: 8px 16px;
    }

.p-8 {
    padding: 80px;
}

button.input-group-text.btn.btn-outline {
    background: rgb(127 60 236 / 40%);
    font-weight: 500;
}

.form-download {
    display: flex;
}

.button.button-paste {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px;
    z-index: 99;
    top: 8px;
    border-radius: 8px !important;
    padding: 8px 12px 8px 14px;
    background: #dae4ff;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0423ee;
}

.form-control {
    line-height: 40px;
    margin-bottom: 10px;
}

button.btn.btn-success.mb-3 {
    line-height: 40px;
}

.content-link .content {
    margin-top: 80px;
}

.title {
    font-weight: 700;
    font-size: 18px;
}

.subtitle {
    margin-top: 1rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.1;
}

.accordion-button {
    background-color: #fcfaff;
}

footer {
    background: #fcfaff;
    margin-top: 80px;
    padding: 24px 0px;
}

    footer ul {
        list-style: none;
        padding: 0px;
    }

.form-control {
    border-radius: 0;
}

.mt-3 {
    margin-top: 0.75rem;
}


.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1216px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

    .columns:not(:last-child) {
        margin-bottom: calc(1.5rem - 0.75rem);
    }

@media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .download-box {
        display: flex;
        flex-wrap: wrap;
    }
}

.video-header {
    padding: 8px;
    gap: 12px;
    background: #e8e8f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: fit-content;
}

@media screen and (min-width: 1024px) {
    .video-header {
        flex: 0 0 auto;
        width: 50%;
    }
}

.app-icon, img {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 4px;
}

.avatar {
    border-radius: 8px;
    width: 75px;
    height: 75px;
    object-fit: cover;
    background-color: #00000014;
    min-width: 75px;
}

.info {
    overflow: hidden;
}

.video-title {
    font-size: 16px;
    line-height: 18px;
    color: #16161d;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subtitle, .title, .video-title {
    font-weight: 600;
}

.info span {
    font-size: 14px;
    line-height: 15px;
    color: #49495a;
    margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
    .video-links {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-left: 16.66666667%;
        display: flex;
        flex-wrap: inherit;
        justify-content: end;
    }
}

@@media screen and (min-width: 1024px) {
    .video-links .button {
        max-width: 300px;
    }
}

.video-links .button, .render-wrapper .button {
    background-color: #0063f9;
    color: #fff;
    width: 100%;
    line-height: 19px;
    padding: 12px;
    border: none;
    box-shadow: 0 1px 4px rgba(22,22,29,.32);
    height: fit-content;
}

.button, .link-input {
    font-size: 1em;
    -webkit-appearance: none;
}

.button {
    border-color: #dbdbdb;
    border-width: 1px;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    white-space: nowrap;
}

    .button, .button:focus, .button:hover, a:hover {
        color: #363636;
    }

.ad-close, .ad-sticky, .button, .link-input, .navbar, html {
    background-color: #fff;
}

.button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-flex;
    line-height: 1.5;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main .container {
    margin-top: 10px;
}

.header_main {
    min-height: 3.25rem;
    z-index: 30;
    box-shadow: 0 2px 0 0 #f5f5f5;
}

.languages, .logo {
    min-height: 3.25rem;
    line-height: 45px;
}

.video-links .is-black {
    background-color: #0a0a0a;
}

.button.is-secondary {
    background: #00be63;
    padding: 11px;
}

.video-links .button:active, .video-links .button:hover {
    background-color: #0a58ca;
    color: white;
}

.button.is-secondary:hover {
    background-color: #146c43;
    color: white;
}

.btn-success {
    line-height: 40px;
    background: #000;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #223a2f;
    }

.bg-main {
    background-color: #1f917c !important;
}

@media(max-width:768px) {
    section.bg-main.p-8 {
        padding: 8px !important;
    }
}


.accordion-button {
    background-color: #ddd !important;
}

.accordion-item {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    word-wrap: break-word;
    margin-bottom: 0.5rem;
}

.message {
    border-radius: 4px;
    font-size: 1rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(calc(-100% - 6px));
    background-color: #fff7de;
    display: none;
    color: black;
}

.message-body {
    border-color: #e5c671;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #261c01;
    padding: 0.5em;
}

.container .form-search {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .container .form-search {
        display: flex;
        gap: 8px;
    }
}

@media only screen and (max-width: 640px) {
    .btn-success {
        width: 100%;
    }

    .container .form-search {
        display: block;
    }
}

.logo img {
    height: 40px;
    width: auto;
}
