.color-picker-container .color-picker-button[data-v-01dc0d51] {
    height: 24px;
    padding: 0 30px 0 0;
    margin: 0 0 6px;
    font-size: 11px
}

.color-picker-container .color-picker-button span[data-v-01dc0d51] {
    display: block;
    padding: 0 6px;
    line-height: 22px;
    color: #555;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #ccc;
    border-radius: 2px 0 0 2px
}

.color-picker-container .hex-input[data-v-01dc0d51] {
    width: 65px;
    padding: 3px 5px 4px;
    margin: 0 0 0 3;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: top;
    box-shadow: 0 1px 0 #ccc
}

.dokan-postbox .toggle-indicator:before {
    content: "\F142";
    display: inline-block;
    font: 400 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important
}

.dokan-postbox.closed .toggle-indicator:before {
    content: "\F140"
}

.dokan-postbox {
    position: relative
}

.dokan-postbox h2.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4
}

.dokan-loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.dokan-loader div {
    position: absolute;
    border: 4px solid #ff5722;
    opacity: 1;
    border-radius: 50%;
    animation: dokan-loader 1s cubic-bezier(0, .2, .8, 1) infinite
}

.dokan-loader div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes dokan-loader {
    0% {
        top: 28px;
        right: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: -1px;
        right: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.dokan-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    z-index: 99900
}

.dokan-modal * {
    box-sizing: border-box
}

.dokan-modal .dokan-modal-content {
    position: fixed;
    background: #fff;
    z-index: 100000;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%)
}

.dokan-modal .dokan-modal-main.has-footer {
    padding-bottom: 55px
}

.dokan-modal header.modal-header {
    height: auto;
    background: #fcfcfc;
    padding: 1em 1.5em;
    border-bottom: 1px solid #ddd
}

.dokan-modal header.modal-header h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em
}

.dokan-modal header.modal-header .modal-close-link {
    cursor: pointer;
    color: #777;
    height: 54px;
    width: 54px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border: 0;
    border-right: 1px solid #ddd;
    background-color: transparent;
    transition: color .1s ease-in-out, background .1s ease-in-out
}

.dokan-modal header.modal-header .modal-close-link:before {
    font: normal 22px/50px dashicons !important;
    color: #666;
    display: block;
    content: "\F335";
    font-weight: 300
}

.dokan-modal header.modal-header .modal-close-link:hover {
    background: #ddd;
    border-color: #ccc;
    color: #000
}

.dokan-modal .modal-body {
    min-height: 100px;
    padding: 15px;
    overflow-y: scroll
}

.dokan-modal footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    z-index: 100;
    padding: 1em 1.5em;
    background: #fcfcfc;
    border-top: 1px solid #dfdfdf;
    box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, .1)
}

.dokan-modal footer .inner {
    text-align: left;
    line-height: 23px
}

@media only screen and (max-width:500px) {
    .dokan-modal-content {
        width: 400px !important;
        top: 300px !important
    }
}

@media only screen and (max-width:376px) {
    .dokan-modal-content {
        width: 350px !important;
        top: 300px !important
    }
}

@media only screen and (max-width:320px) {
    .dokan-modal-content {
        width: 300px !important;
        top: 300px !important
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px
}

.switch input {
    display: none
}

.switch input:checked+.slider {
    background-color: #64b450
}

.switch input:checked+.slider:before {
    transform: translateX(-22px)
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: .4s
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

#progressbar[data-v-356fabc6] {
    border-radius: 13px;
    padding: 3px;
    margin-bottom: 20px
}

.defaultFg[data-v-356fabc6] {
    background-color: #00a0d2
}

.defaultBg[data-v-356fabc6] {
    background-color: #eee
}

.blue[data-v-356fabc6] {
    background-color: blue
}

.red[data-v-356fabc6] {
    background-color: red
}

.green[data-v-356fabc6] {
    background-color: green
}

.yellow[data-v-356fabc6] {
    background-color: #ff0
}

.orange[data-v-356fabc6] {
    background-color: orange
}

#value[data-v-356fabc6] {
    height: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff
}

.search-box #post-search-input[data-v-5d8365d8] {
    padding: 15px 18px
}
