﻿.kk-star-ratings {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: text-top;
}

    .kk-star-ratings.kksr-valign-top {
        margin-bottom: 2rem;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .kk-star-ratings.kksr-valign-bottom {
        margin-top: 2rem;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .kk-star-ratings.kksr-align-left {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .kk-star-ratings.kksr-align-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .kk-star-ratings.kksr-align-right {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .kk-star-ratings .kksr-muted {
        opacity: .5;
    }

    .kk-star-ratings .kksr-stars {
        /* display: flex; */
        position: relative;
    }

        .kk-star-ratings .kksr-stars .kksr-stars-active,
        .kk-star-ratings .kksr-stars .kksr-stars-inactive {
            display: flex;
        }

        .kk-star-ratings .kksr-stars .kksr-stars-active {
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        .kk-star-ratings .kksr-stars .kksr-star {
            /* display: inline-flex; */
            cursor: pointer;
            margin-right: 0px;
        }

    .kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
        cursor: default;
    }

    .kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
        /* fill: currentColor;
    stroke: currentColor; */
        transition: .3s all;
    }

    /* Images */

    .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
        width: 0 !important;
    }

    .kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
    .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBmaWxsPSIjZWJlOGU4IiBzdHJva2U9IiNkZGQiIGQ9Ik0xMiAuNTg3bDMuNjY4IDcuNTY4TDI0IDkuMzA2bC02LjA2NCA1LjgyOCAxLjQ4IDguMjc5TDEyIDE5LjQ0NmwtNy40MTcgMy45NjcgMS40ODEtOC4yNzlMMCA5LjMwNmw4LjMzMi0xLjE1MXoiLz4KPC9zdmc+Cg==);
    }

    .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBmaWxsPSIjZmY4YzAwIiBzdHJva2U9InRvbWF0byIgc3Ryb2tlLXdpZHRoPSIuNSIgZD0iTTEyIC41ODdsMy42NjggNy41NjhMMjQgOS4zMDZsLTYuMDY0IDUuODI4IDEuNDggOC4yNzlMMTIgMTkuNDQ2bC03LjQxNyAzLjk2NyAxLjQ4MS04LjI3OUwwIDkuMzA2bDguMzMyLTEuMTUxeiIvPgo8L3N2Zz4K);
    }

    .kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
    .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBmaWxsPSIjZmYwIiBzdHJva2U9IiNmYTgwNzIiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik0xMiAuNTg3bDMuNjY4IDcuNTY4TDI0IDkuMzA2bC02LjA2NCA1LjgyOCAxLjQ4IDguMjc5TDEyIDE5LjQ0NmwtNy40MTcgMy45NjcgMS40ODEtOC4yNzlMMCA5LjMwNmw4LjMzMi0xLjE1MXoiLz4KPC9zdmc+Cg==);
    }

    .kk-star-ratings .kksr-legend {
        margin-left: .75rem;
        margin-right: .75rem;
        font-size: 90%;
        opacity: .8;
        line-height: 1;
    }

/* RTL */

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {
    left: auto;
    right: 0;
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-star {
    margin-left: 0px;
    margin-right: 0;
}

.kk-star-ratings .kksr-stars .kksr-star {
    margin-right: 4px;
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-star {
    margin-left: 4px;
    margin-right: 0;
}

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.vex, .vex *, .vex *:before, .vex *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .vex-overlay.vex-closing {
        -webkit-animation: vex-fadeout .5s forwards;
        animation: vex-fadeout .5s forwards;
    }

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff;
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards;
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7";
}

.vex-dialog-form {
    margin: 0;
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff;
}

body.vex-open {
    overflow: hidden;
}

@-webkit-keyframes vex-slideup {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    1% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
        opacity: 0;
    }

    2% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes vex-slideup {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    1% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
        opacity: 0;
    }

    2% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes vex-slidedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
    }
}

@keyframes vex-slidedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
    }
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-bottom-right-corner {
    top: auto;
    bottom: 0;
    right: 0;
    overflow: visible;
}

    .vex.vex-theme-bottom-right-corner .vex-overlay {
        display: none;
    }

    .vex.vex-theme-bottom-right-corner.vex-closing .vex-content {
        -webkit-animation: vex-slidedown .5s forwards;
        animation: vex-slidedown .5s forwards;
    }

    .vex.vex-theme-bottom-right-corner .vex-content {
        -webkit-animation: vex-slideup .5s;
        animation: vex-slideup .5s;
    }

    .vex.vex-theme-bottom-right-corner .vex-content {
        border-radius: 5px 0 0 0;
        font-family: "Helvetica Neue", sans-serif;
        background: #f0f0f0;
        color: #444;
        padding: 1em;
        max-width: 100%;
        width: 450px;
        font-size: 1.1em;
        line-height: 1.5em;
        position: fixed;
        bottom: 0;
        right: 0;
        left: auto;
    }

        .vex.vex-theme-bottom-right-corner .vex-content h1, .vex.vex-theme-bottom-right-corner .vex-content h2, .vex.vex-theme-bottom-right-corner .vex-content h3, .vex.vex-theme-bottom-right-corner .vex-content h4, .vex.vex-theme-bottom-right-corner .vex-content h5, .vex.vex-theme-bottom-right-corner .vex-content h6, .vex.vex-theme-bottom-right-corner .vex-content p, .vex.vex-theme-bottom-right-corner .vex-content ul, .vex.vex-theme-bottom-right-corner .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-bottom-right-corner .vex-close {
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-bottom-right-corner .vex-close:before {
            border-radius: 3px;
            position: absolute;
            content: "\00D7";
            font-size: 26px;
            font-weight: normal;
            line-height: 31px;
            height: 30px;
            width: 30px;
            text-align: center;
            top: 3px;
            right: 3px;
            color: #bbb;
            background: transparent;
        }

        .vex.vex-theme-bottom-right-corner .vex-close:hover:before, .vex.vex-theme-bottom-right-corner .vex-close:active:before {
            color: #777;
            background: #e0e0e0;
        }

    .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input {
        margin-bottom: 1em;
    }

        .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="week"] {
            border-radius: 3px;
            background: #fff;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 2px #8dbdf1;
                outline: none;
            }

    .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
    }

        .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-bottom-right-corner .vex-dialog-button {
        border-radius: 3px;
        border: 0;
        float: right;
        margin: 0 0 0 .5em;
        font-family: inherit;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .8em;
        line-height: 1em;
        padding: .75em 2em;
    }

        .vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-bottom-right-corner .vex-dialog-button:focus {
            -webkit-animation: vex-pulse 1.1s infinite;
            animation: vex-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .vex.vex-theme-bottom-right-corner .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
    }
}

.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-bottom-right-corner {
    box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    background: #f0f0f0;
    border: .2em solid transparent;
    border-top-color: #bbb;
    top: -1.1em;
    bottom: auto;
}

body.vex-open {
    overflow: initial;
}

@-webkit-keyframes vex-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes vex-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes vex-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes vex-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-default {
    padding-top: 160px;
    padding-bottom: 160px;
}

    .vex.vex-theme-default.vex-closing .vex-content {
        -webkit-animation: vex-flyout .5s forwards;
        animation: vex-flyout .5s forwards;
    }

    .vex.vex-theme-default .vex-content {
        -webkit-animation: vex-flyin .5s;
        animation: vex-flyin .5s;
    }

    .vex.vex-theme-default .vex-content {
        border-radius: 5px;
        font-family: "Helvetica Neue", sans-serif;
        background: #f0f0f0;
        color: #444;
        padding: 1em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 450px;
        font-size: 1.1em;
        line-height: 1.5em;
    }

        .vex.vex-theme-default .vex-content h1, .vex.vex-theme-default .vex-content h2, .vex.vex-theme-default .vex-content h3, .vex.vex-theme-default .vex-content h4, .vex.vex-theme-default .vex-content h5, .vex.vex-theme-default .vex-content h6, .vex.vex-theme-default .vex-content p, .vex.vex-theme-default .vex-content ul, .vex.vex-theme-default .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-default .vex-close {
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-default .vex-close:before {
            border-radius: 3px;
            position: absolute;
            content: "\00D7";
            font-size: 26px;
            font-weight: normal;
            line-height: 31px;
            height: 30px;
            width: 30px;
            text-align: center;
            top: 3px;
            right: 3px;
            color: #bbb;
            background: transparent;
        }

        .vex.vex-theme-default .vex-close:hover:before, .vex.vex-theme-default .vex-close:active:before {
            color: #777;
            background: #e0e0e0;
        }

    .vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
        margin-bottom: 1em;
    }

        .vex.vex-theme-default .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
            border-radius: 3px;
            background: #fff;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-default .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 2px #8dbdf1;
                outline: none;
            }

    .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
    }

        .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-default .vex-dialog-button {
        border-radius: 3px;
        border: 0;
        float: right;
        margin: 0 0 0 .5em;
        font-family: inherit;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .8em;
        line-height: 1em;
        padding: .75em 2em;
    }

        .vex.vex-theme-default .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-default .vex-dialog-button:focus {
            -webkit-animation: vex-pulse 1.1s infinite;
            animation: vex-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .vex.vex-theme-default .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
    }
}

.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-default {
    box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    background: #f0f0f0;
    border: .2em solid transparent;
    border-top-color: #bbb;
    top: -1.1em;
    bottom: auto;
}

@-webkit-keyframes vex-flipin-horizontal {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes vex-flipin-horizontal {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes vex-flipout-horizontal {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

@keyframes vex-flipout-horizontal {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

.vex.vex-theme-flat-attack {
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-perspective-origin: 50% 150px;
    perspective-origin: 50% 150px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1.5em;
}

    .vex.vex-theme-flat-attack.vex-closing .vex-content {
        -webkit-animation: vex-flipout-horizontal .5s forwards;
        animation: vex-flipout-horizontal .5s forwards;
    }

    .vex.vex-theme-flat-attack .vex-content {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-animation: vex-flipin-horizontal .5s;
        animation: vex-flipin-horizontal .5s;
    }

    .vex.vex-theme-flat-attack .vex-content {
        font-family: "Helvetica Neue", sans-serif;
        font-weight: 200;
        background: #fff;
        color: #444;
        padding: 2em 2em 3em 2em;
        line-height: 1.5em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 600px;
    }

        .vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-flat-attack .vex-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-flat-attack .vex-close:before {
            font-family: "Helvetica Neue", sans-serif;
            font-weight: 100;
            line-height: 1px;
            padding-top: .5em;
            display: block;
            font-size: 2em;
            text-indent: 1px;
            overflow: hidden;
            height: 1.25em;
            width: 1.25em;
            text-align: center;
            top: 0;
            right: 0;
            color: #fff;
            background: #666;
        }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
        margin-bottom: .5em;
    }

        .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
            border-radius: 3px;
            background: #f0f0f0;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 2px #666;
                outline: none;
            }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
        padding-top: 1em;
        margin-bottom: -3em;
        margin-left: -2em;
        margin-right: -2em;
    }

        .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-flat-attack .vex-dialog-button {
        border-radius: 0;
        border: 0;
        margin: 0;
        float: right;
        padding: .5em 1em;
        font-size: 1.13em;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: .1em;
        line-height: 1em;
        font-family: inherit;
    }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-flat-attack .vex-dialog-button:focus {
            outline: none;
        }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
            background: #666;
            color: #fff;
        }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
                box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
            }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
            background: #fff;
            color: #ccc;
        }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
                box-shadow: inset 0 3px #aaa;
                background: #eee;
                color: #777;
            }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
                color: #777;
            }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
        background: #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
        background: #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
        background: #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
        background: #477FA5;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #477FA5;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #477FA5;
    }

.vex-loading-spinner.vex-theme-flat-attack {
    height: 4em;
    width: 4em;
}

@-webkit-keyframes vex-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes vex-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes vex-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes vex-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-os {
    padding-top: 160px;
    padding-bottom: 160px;
}

    .vex.vex-theme-os.vex-closing .vex-content {
        -webkit-animation: vex-flyout .5s forwards;
        animation: vex-flyout .5s forwards;
    }

    .vex.vex-theme-os .vex-content {
        -webkit-animation: vex-flyin .5s;
        animation: vex-flyin .5s;
    }

    .vex.vex-theme-os .vex-content {
        border-radius: 5px;
        box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
        font-family: "Helvetica Neue", sans-serif;
        border-top: 20px solid #bbb;
        background: #f0f0f0;
        color: #444;
        padding: 1em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 450px;
        font-size: 1.1em;
        line-height: 1.5em;
    }

        .vex.vex-theme-os .vex-content h1, .vex.vex-theme-os .vex-content h2, .vex.vex-theme-os .vex-content h3, .vex.vex-theme-os .vex-content h4, .vex.vex-theme-os .vex-content h5, .vex.vex-theme-os .vex-content h6, .vex.vex-theme-os .vex-content p, .vex.vex-theme-os .vex-content ul, .vex.vex-theme-os .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-os .vex-close {
        border-radius: 0 5px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-os .vex-close:before {
            border-radius: 3px;
            position: absolute;
            content: "\00D7";
            font-size: 26px;
            font-weight: normal;
            line-height: 31px;
            height: 30px;
            width: 30px;
            text-align: center;
            top: 3px;
            right: 3px;
            color: #bbb;
            background: transparent;
        }

        .vex.vex-theme-os .vex-close:hover:before, .vex.vex-theme-os .vex-close:active:before {
            color: #777;
            background: #e0e0e0;
        }

    .vex.vex-theme-os .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-os .vex-dialog-form .vex-dialog-input {
        margin-bottom: 1em;
    }

        .vex.vex-theme-os .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"] {
            border-radius: 3px;
            background: #fff;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-os .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 1px #3288e6;
                outline: none;
            }

    .vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
    }

        .vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-os .vex-dialog-button {
        border-radius: 3px;
        border: 0;
        float: right;
        margin: 0 0 0 .5em;
        font-family: inherit;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .8em;
        line-height: 1em;
        padding: .75em 2em;
    }

        .vex.vex-theme-os .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-os .vex-dialog-button:focus {
            -webkit-animation: vex-pulse 1.1s infinite;
            animation: vex-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .vex.vex-theme-os .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
    }
}

.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-os {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    width: 0;
    height: 0;
    border: 1.2em solid #bbb;
    border-top-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px;
}

    .vex.vex-theme-plain .vex-content {
        font-family: "Helvetica Neue", sans-serif;
        background: #fff;
        color: #444;
        padding: 1em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 450px;
        font-size: 1.1em;
        line-height: 1.5em;
    }

        .vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul, .vex.vex-theme-plain .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-plain .vex-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-plain .vex-close:before {
            position: absolute;
            content: "\00D7";
            font-size: 26px;
            font-weight: normal;
            line-height: 31px;
            height: 30px;
            width: 30px;
            text-align: center;
            top: 3px;
            right: 3px;
            color: #bbb;
            background: transparent;
        }

        .vex.vex-theme-plain .vex-close:hover:before, .vex.vex-theme-plain .vex-close:active:before {
            color: #777;
            background: #e0e0e0;
        }

    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
        margin-bottom: 1em;
    }

        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
            background: #f0f0f0;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
                outline: none;
            }

    .vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
    }

        .vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-plain .vex-dialog-button {
        border-radius: 0;
        border: 0;
        float: right;
        margin: 0 0 0 .5em;
        font-family: inherit;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .8em;
        line-height: 1em;
        padding: .75em 2em;
    }

        .vex.vex-theme-plain .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-plain .vex-dialog-button:focus {
            -webkit-animation: vex-pulse 1.1s infinite;
            animation: vex-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em;
}

@-webkit-keyframes vex-dropin {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    1% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes vex-dropin {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    1% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
        opacity: 0;
    }

    2% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes vex-dropout {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
    }
}

@keyframes vex-dropout {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
    }
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-top.vex-closing .vex-content {
    -webkit-animation: vex-dropout .5s forwards;
    animation: vex-dropout .5s forwards;
}

.vex.vex-theme-top .vex-content {
    -webkit-animation: vex-dropin .5s;
    animation: vex-dropin .5s;
}

.vex.vex-theme-top .vex-content {
    border-radius: 0 0 5px 5px;
    font-family: "Helvetica Neue", sans-serif;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em;
}

    .vex.vex-theme-top .vex-content h1, .vex.vex-theme-top .vex-content h2, .vex.vex-theme-top .vex-content h3, .vex.vex-theme-top .vex-content h4, .vex.vex-theme-top .vex-content h5, .vex.vex-theme-top .vex-content h6, .vex.vex-theme-top .vex-content p, .vex.vex-theme-top .vex-content ul, .vex.vex-theme-top .vex-content li {
        color: inherit;
    }

.vex.vex-theme-top .vex-close {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .vex.vex-theme-top .vex-close:before {
        border-radius: 3px;
        position: absolute;
        content: "\00D7";
        font-size: 26px;
        font-weight: normal;
        line-height: 31px;
        height: 30px;
        width: 30px;
        text-align: center;
        top: 3px;
        right: 3px;
        color: #bbb;
        background: transparent;
    }

    .vex.vex-theme-top .vex-close:hover:before, .vex.vex-theme-top .vex-close:active:before {
        color: #777;
        background: #e0e0e0;
    }

.vex.vex-theme-top .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em;
}

.vex.vex-theme-top .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em;
}

    .vex.vex-theme-top .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"] {
        border-radius: 3px;
        background: #fff;
        width: 100%;
        padding: .25em .67em;
        border: 0;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        min-height: 2.5em;
        margin: 0 0 .25em;
    }

        .vex.vex-theme-top .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
            box-shadow: inset 0 0 0 2px #8dbdf1;
            outline: none;
        }

.vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1;
}

    .vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons:after {
        content: "";
        display: table;
        clear: both;
    }

.vex.vex-theme-top .vex-dialog-button {
    border-radius: 3px;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em;
}

    .vex.vex-theme-top .vex-dialog-button.vex-last {
        margin-left: 0;
    }

    .vex.vex-theme-top .vex-dialog-button:focus {
        -webkit-animation: vex-pulse 1.1s infinite;
        animation: vex-pulse 1.1s infinite;
        outline: none;
    }

@media (max-width: 568px) {
    .vex.vex-theme-top .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
    }
}

.vex.vex-theme-top .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.vex.vex-theme-top .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.vex-loading-spinner.vex-theme-top {
    box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    background: #f0f0f0;
    border: .2em solid transparent;
    border-top-color: #bbb;
    top: -1.1em;
    bottom: auto;
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent;
    }

    70% {
        box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    }

    100% {
        box-shadow: inset 0 0 0 300px transparent;
    }
}

.vex.vex-theme-wireframe {
    padding-top: 160px;
    padding-bottom: 160px;
}

    .vex.vex-theme-wireframe .vex-overlay {
        background: rgba(255, 255, 255, 0.4);
    }

    .vex.vex-theme-wireframe .vex-content {
        font-family: "Helvetica Neue", sans-serif;
        background: #fff;
        color: #000;
        border: 2px solid #000;
        padding: 2em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 400px;
        font-size: 1.1em;
        line-height: 1.5em;
    }

        .vex.vex-theme-wireframe .vex-content h1, .vex.vex-theme-wireframe .vex-content h2, .vex.vex-theme-wireframe .vex-content h3, .vex.vex-theme-wireframe .vex-content h4, .vex.vex-theme-wireframe .vex-content h5, .vex.vex-theme-wireframe .vex-content h6, .vex.vex-theme-wireframe .vex-content p, .vex.vex-theme-wireframe .vex-content ul, .vex.vex-theme-wireframe .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-wireframe .vex-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-wireframe .vex-close:before {
            position: absolute;
            content: "\00D7";
            font-size: 40px;
            font-weight: normal;
            line-height: 80px;
            height: 80px;
            width: 80px;
            text-align: center;
            top: 3px;
            right: 3px;
            color: #000;
        }

        .vex.vex-theme-wireframe .vex-close:hover:before, .vex.vex-theme-wireframe .vex-close:active:before {
            color: #000;
        }

    .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input {
        margin-bottom: 1em;
    }

        .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"] {
            background: #fff;
            width: 100%;
            padding: .25em .67em;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
            border: 2px solid #000;
        }

            .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                border-style: dashed;
                outline: none;
            }

    .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
    }

        .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-wireframe .vex-dialog-button {
        border-radius: 0;
        border: 0;
        float: right;
        margin: 0 0 0 .5em;
        font-family: inherit;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: .8em;
        line-height: 1em;
        padding: .75em 2em;
    }

        .vex.vex-theme-wireframe .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-wireframe .vex-dialog-button:focus {
            -webkit-animation: vex-pulse 1.1s infinite;
            animation: vex-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .vex.vex-theme-wireframe .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none;
    }
}

.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary {
    background: #000;
    color: #fff;
    border: 2px solid transparent;
}

.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

.vex-loading-spinner.vex-theme-wireframe {
    height: 2.5em;
    width: 2.5em;
}

.woocommerce form .form-row .required {
    visibility: visible;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px;
    border-radius: 30px;
}

input.input-text, input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    width: 100%;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.6;
    outline: 0;
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
    border-radius: 30px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.courses-top-bar {
    display: none;
}

.products .course-item .course-item-inner .course-content-holder .course-content-bottom {
    display: none;
}

.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active > span {
    color: green;
}

.select2-container--default .select2-selection--single {
    border-radius: 30px;
}

.section-button a.btn {
    border-radius: 30px;
}

.gform_wrapper.gf_browser_chrome select {
    padding: 8px 11px 8px 3px;
}

#gfield_description_62_56 {
    color: #00b100 !important;
    padding-top: 1px !important;
}

.footer-widgets .widget_nav_menu * > ul > li {
    flex: 0 0 60%;
    line-height: 32px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #ffffff !important;
}

.article_related ul li img {
    width: 155px !important;
    height: auto !important;
}

.article_related ul li h6 {
    font-size: 12px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    background: #3a3182;
    border: 1px solid #eee;
    height: 100px;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #009de2;
    }

.page-title .h2, .woocommerce-breadcrumb, .breadcrumbs, .woocommerce-breadcrumb a, .breadcrumbs a {
    color: #001d60;
}

.page-title {
    background-color: #e9f4ff;
}

.top-bar {
    background-color: #009de2;
}

.categories-menu-link, .categories-menu-navigation:before, .categories-menu-navigation > ul > li, .categories-menu-navigation > ul > li > a {
    background-color: #3a3182;
}

    .categories-menu-navigation > ul > li > a:hover, .categories-menu-navigation > ul > li.active > a, .categories-menu-navigation[data-action=hover] > ul > li:hover > a, .categories-menu-navigation {
        background-color: #8e6ae2;
    }

.comment-content a, a.testimonial-video .fal, .sidebar-widgets-wrapper .widget_nav_menu ul li.current-menu-item a, .button_download .link-not, .amarbox i, .highlight, .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before, body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--purchased-products a:before, .pricing-table .pricing-price, .course-section .panel-group .course-panel-heading:hover .panel-heading-left .course-lesson-icon i, .course-section .panel-group .course-panel-heading.active .panel-heading-left .course-lesson-icon i, .countdown-timer-holder.standard .countdown-unit .number, .studiare-event-item .studiare-event-item-holder .event-inner-content .event-meta .event-meta-piece i, .event-single-main .event-meta-info .box-content .icon, .countdown-amount, .products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-price, .woocommerce-account .woocommerce-MyAccount-navigation ul li:before, .product_list_widget li > .amount, .product_list_widget li ins .amount, .amarboxim h3 {
    color: #f9a134;
}

    .site-header-inner span.digits-login-modal, .footer-widgets .widget-title:before, .blog-posts .row > div.first-post a .blog-posts-inner .category ul li:before, .blog-posts .row > div a:hover:after, .button_download .link-not:hover, .box_download span, .box_help span, .sidebar-widgets-wrapper .widget_nav_menu ul li:hover:before, .amarleft, .sk-cube-grid .sk-cube, .login-user:before, .user-info-MyAccount, .main-sidebar-holder .widget .widget-title:before, .page-pagination > span, .btn-filled, .top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:first-child, input[type=button], input[type=reset], input[type=submit], .button, .button-secondary, .woocommerce_message .button, .woocommerce-message .button, .studiare-social-links.rounded li a.custom:hover, ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover, .page-numbers.studiare_wp_link_pages > .page-number, .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date:before, .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date:after, .product-reviews .product-review-title .inner:after, .product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .bar .bar-fill, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .owl-dots .owl-dot.active span, .double-bounce1, .double-bounce2, .wmt-smart-tabs ul.wmt-tabs-header a:after, .wmt-pagination a.next-visible:hover, .wmt-pagination a.previous-visible:hover, .post-inner:hover a.read_more, .ltx-overlay-main-waves, .widget_categories ul li:hover:before, ul.product-categories li:hover:before, ul.product_list_widget li:hover:before, .widget_nav_menu ul li:hover:before, h4.article-box-title:before {
        background-color: #f9a134;
    }

.button_download .link-not, ul.menu .emallshop-megamenu-wrapper, .studiare-social-links.rounded li a.custom:hover, .studiare-event-item .studiare-event-item-holder .event-inner-content .date-holder .date {
    border-color: #f9a134;
}

.studiare-navigation ul.menu li.emallshop-megamenu-menu:before {
    border-bottom-color: #f9a134;
}

a:hover, .product-single-content a, .blog-loop-inner.post-single .entry-content a, .article_related ul li:hover h6, .top-bar-cart .dropdown-cart .cart-item-content .product-title:hover, .btn-border, .studiare-navigation ul.menu li.current_page_item > a, .studiare-navigation ul.menu li.current-menu-ancestor > a, .studiare-navigation ul.menu li.current-menu-parent > a, .studiare-navigation ul.menu li.current-menu-item > a, .studiare-navigation .menu > ul li.current_page_item > a, .studiare-navigation .menu > ul li.current-menu-ancestor > a, .studiare-navigation .menu > ul li.current-menu-parent > a, .studiare-navigation .menu > ul li.current-menu-item > a .event-single-side a.event_register_submit, .event_register_submit, .cart-page-inner .woocommerce-cart-form td.actions .button_update_cart, .cart-collaterals .shop_table tr.shipping .button, .btn-link, .course-section .panel-group .panel-content a, .cart-collaterals .shop_table tr.shipping .shipping-calculator-button, .not-found .not-found-icon-wrapper .error-page, .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher, .product-single-main .product-single-top-part .before-gallery-unit .icon, .bbpress #bbpress-forums .bbp-author-name, .blog-loop-inner .post.sticky .entry-title a, .page .commentlist .comment .reply .comment-reply-link, .single-post .commentlist .comment .reply .comment-reply-link, .page .commentlist .comment .vcard .fn a:hover, .single-post .commentlist .comment .vcard .fn a:hover, .leading button {
    color: #1e83f0;
}

    .mini-cart-opener .studiare-cart-number, .widget_tag_cloud .tag-cloud-link, .cart-top-bar .off-canvas-cart .cart-icon-link .studiare-cart-number, .off-canvas-navigation .off-canvas-cart .cart-icon-link .studiare-cart-number, .back-to-top:hover, .btn-border:hover, .event-single-side a.event_register_submit:hover, .event_register_submit:hover, .cart-page-inner .woocommerce-cart-form td.actions .button_update_cart:hover, .cart-collaterals .shop_table tr.shipping .button:hover, .course-section .panel-group .course-panel-heading .preview-button, .partners-logos .partner-logo-item .partner-logo-inner .hover-mask:after, .portfolio-entry .portfolio-entry-thumb .overlay-icon, .portfolio-list-cat ul li a.mixitup-control-active, .courses-holder .courses-top-bar .layout-switcher > a.active, .select2-container--default .select2-selection--single:hover, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
        background-color: #1e83f0;
    }

.btn-border, .event-single-side a.event_register_submit, .event_register_submit, .cart-page-inner .woocommerce-cart-form td.actions .button_update_cart, .cart-collaterals .shop_table tr.shipping .button, .portfolio-list-cat ul li a.mixitup-control-active, .courses-holder .courses-top-bar .layout-switcher > a.active, .select2-container--default .select2-selection--single:hover, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .blog-loop-inner .post.sticky .entry-title a {
    border-color: #1e83f0;
}

body {
    font-family: iranyekan, sans-serif;
    line-height: 24px;
    font-weight: normal;
    color: #4c4c4c;
    font-size: 13px;
}

.studiare-navigation ul.menu > li > a, .studiare-navigation .menu > ul > li > a {
    font-family: iranyekan, sans-serif;
    line-height: 14px;
    font-weight: 400;
    font-size: 14px;
}

.studiare-navigation ul.menu > li ul li > a, .studiare-navigation .menu > ul > li ul li > a {
    font-family: iranyekan, sans-serif;
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
}

h1, .h1 {
    font-family: iranyekan, sans-serif;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
}

h2, .h2 {
    font-family: iranyekan, sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: #353535;
    font-size: 24px;
}

h3, .h3 {
    font-family: iranyekan, sans-serif;
    line-height: 18px;
    font-weight: 400;
    color: #6d3eac;
    font-size: 18px;
}

h4, .h4 {
    font-family: iranyekan, sans-serif;
    line-height: 17px;
    font-weight: normal;
    color: #6d3eac;
    font-size: 16px;
}

h5, .h5 {
    font-family: iranyekan, sans-serif;
    line-height: 13.28px;
    font-weight: normal;
    color: #6d3eac;
    font-size: 13.28px;
}

h6, .h6 {
    font-family: iranyekan, sans-serif;
    line-height: 10.72px;
    font-weight: normal;
    color: #6d3eac;
    font-size: 10.72px;
}

.site-footer, .ltx-overlay-black-waves {
    background-color: #2e3e77;
    background-size: cover;
    background-image: url('https://speakonedu.com/wp-content/uploads/2020/03/footer-speakon2.jpg');
}

#course-advice .advice .advice-inner {
    background-color: #fff;
}

.gform_wrapper .gform_page_footer .button.gform_next_button {
    float: left;
    background: #21c404;
}

#gform_submit_button_56 {
    float: left;
    background: #21c404;
}

.select2-container--default .select2-selection--single {
    border-radius: 30px !important;
    min-width: 100%;
}

.gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: contents;
}

.gform_wrapper .gform_footer input.button, html[dir=rtl] .gform_wrapper .gform_footer input[type=submit], html[dir=rtl] .gform_wrapper .gform_page_footer input.button, html[dir=rtl] .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 11px 0 0 16px;
}

.btn, .button, .button-secondary, .event-single-side a.event_register_submit, .event_register_submit, .woocommerce-message .button, .woocommerce_message .button, input[type=button], input[type=reset], input[type=submit] {
    padding: 6px 17px;
}

.input-group {
    display: none !important;
}

#post-5822 .wpb_text_column.wpb_content_element table td {
    direction: rtl !important;
}

.components-custom-select-control {
    color: #555d66;
    position: relative;
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 5px;
}

.components-custom-select-control__button {
    border: 1px solid #7e8993;
    border-radius: 4px;
    color: #555d66;
    display: inline;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left;
}

    .components-custom-select-control__button:focus {
        border-color: #00a0d2;
    }

.components-custom-select-control__button-icon {
    height: 100%;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 0;
}

.components-custom-select-control__menu {
    background: #fff;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1000000;
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
}

    .components-custom-select-control__item.is-highlighted {
        background: #e2e4e7;
    }

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0;
}

.components-spinner {
    display: inline-block;
    background-color: #7e8993;
    width: 18px;
    height: 18px;
    opacity: .7;
    float: right;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative;
}

    .components-spinner:before {
        content: "";
        position: absolute;
        background-color: #fff;
        top: 3px;
        left: 3px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        transform-origin: 6px 6px;
        -webkit-animation: components-spinner__animation 1s linear infinite;
        animation: components-spinner__animation 1s linear infinite;
    }

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.components-snackbar {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #32373c;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer;
}

@media (min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.components-snackbar:hover {
    background-color: #191e23;
}

.components-snackbar:focus {
    background-color: #191e23;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #007cba;
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0;
}

    .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default) {
        text-decoration: underline;
        background-color: transparent;
    }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus {
            color: #fff;
            box-shadow: none;
            outline: 1px dotted #fff;
        }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
            color: #33b3db;
        }

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4;
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box;
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px;
}

.header-button-link-top-bar > a {
    margin: 5px 0;
    padding: 3px 17px;
}

.header-button-link-top-bar {
    width: 100%;
}

@media (max-width: 520px) {
    .top-bar {
        background-color: #e5e5e5 !important;
        color: #222 !important;
    }

    .header-button-link-top-bar {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 7px;
    }
}

@media (min-width:1024px) {
    #gform_94 .gform_footer.top_label {
        text-align: left !important;
        margin-top: -110px;
    }

    input#gform_submit_button_94 {
        background: #40da0a;
    }
}

.gform_wrapper .top_label .gfield_label span {
    float: right;
    margin: 0 0 0 4px !important;
    color: red;
}
