﻿:root {
    --bs-blue: #0d6efd;
    --bs-deep-blue: #00007f;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-deep-red: #b60315;
    --bs-theme: #0EFCFF;
    --bg-blue-sky: 57, 169, 234;
    --bg-green-grass: 63, 203, 169;
    --bs-red-rose: 243, 118, 115;
    --bs-purple-blue: 137, 121, 245;
    --bs-pink-iron: 208, 134, 193;
    --bs-orange-yellow: 255, 178, 71;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

@font-face {
    font-family: 'FangzhengXBS';
    src: url('../fonts/fzxbs_gbk.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FangZhengHeiTi';
    src: url('../fonts/fzht_gbk.TTF');
    font-weight: normal;
    font-style: normal;
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-0 {
    font-size: calc(1.5rem + 2.0vw) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fs-7 {
    font-size: 0.8rem !important
}

.fs-8 {
    font-size: 0.6rem !important
}

.fs-9 {
    font-size: 0.4rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.fc-red {
    color: var(--bs-red) !important;
}

.fc-deep-red {
    color: var(--bs-deep-red) !important;
}

.fc-yellow {
    color: var(--bs-yellow) !important;
}

.fc-orange {
    color: var(--bs-orange) !important;
}

.fc-blue {
    color: var(--bs-blue) !important;
}

.fc-default {
    color: var(--bs-dark) !important;
}

.fc-white {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.fc-theme {
    color: var(--bs-theme) !important;
}

.lh-1 {
    line-height: 1 !important
}

.lh-100 {
    line-height: 100% !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-radius-1 {
    border-radius: 5px !important
}

.border-radius-2 {
    border-radius: 10px !important
}

.border-radius-3 {
    border-radius: 15px !important
}

.border-radius-4 {
    border-radius: 20px !important
}

.border-radius-5 {
    border-radius: 25px !important
}

.shadow-1 {
    box-shadow: 1em 1em 0.5em var(--bs-theme) inset;
}

.shadow-2 {
    box-shadow: 0.5em 0 1em var(--bs-theme) inset, -0.5em 0 1em var(--bs-theme) inset;
}

.shadow-3 {
    box-shadow: 1.5em 1.5em 0.5em var(--bs-theme) inset;
}

.shadow-4 {
    box-shadow: 2em 2em 0.5em var(--bs-theme) inset;
}

.shadow-5 {
    box-shadow: 3em 3em 0.5em var(--bs-theme) inset;
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-5 {
    height: 5% !important
}

.h-10 {
    height: 10% !important
}

.h-15 {
    height: 15% !important
}

.h-20 {
    height: 20% !important
}

.h-25 {
    height: 25% !important
}

.h-30 {
    height: 30% !important
}

.h-35 {
    height: 35% !important
}

.h-40 {
    height: 40% !important
}

.h-60 {
    height: 60% !important
}

.h-70 {
    height: 70% !important
}

.h100px {
    height: 100px !important;
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-80 {
    height: 80% !important
}

.h-85 {
    height: 85% !important
}

.h-90 {
    height: 90% !important
}

.h-95 {
    height: 95% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.bg-gradient {
    background: var(--bs-gradient) !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-blue-sky {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bg-blue-sky), var(--bs-bg-opacity)) !important
}

.bg-green-grass {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bg-green-grass), var(--bs-bg-opacity)) !important
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-red-rose {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rose), var(--bs-bg-opacity)) !important
}

.bg-purple-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-blue), var(--bs-bg-opacity)) !important
}

.bg-pink-iron {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-pink-iron), var(--bs-bg-opacity)) !important
}

.bg-orange-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-yellow), var(--bs-bg-opacity)) !important
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray) !important
}

.bg-theme {
    --bs-bg-opacity: 1;
    background-color: var(--bs-theme) !important
}

.bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-900) !important
}

.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-800) !important
}

.bg-gray-700 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-700) !important
}

.bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-600) !important
}

.bg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-500) !important
}

.bg-gray-400 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-400) !important
}

.bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-300) !important
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-200) !important
}

.bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-100) !important
}

.bg-light_gray {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-100) !important
}

.bg-blue {
    --bs-bg-opacity: 1;
    background-color: var(--bs-blue) !important
}

.bg-deep_blue {
    --bs-bg-opacity: 1;
    background-color: var(--bs-deep-blue) !important
}

.bg-deep_blue_box {
    --bs-bg-opacity: 0.75;
    background-color: var(--bs-deep-blue) !important
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: var(--bs-pink) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-85 {
    --bs-bg-opacity: 0.85
}

.bg-opacity-95 {
    --bs-bg-opacity: 0.95
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.relative {
    position: relative;
}

.box {
    width: auto;
    /*height: 100%;*/
    display: inline-block;
    list-style: none;
}

.text-white {
    color: #fff !important;
}

form.color-form label {
    color: #fff;
}


/*Cards URL: http://www.bootstrapmb.com */

.card {
    margin-bottom: 30px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border: none;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-weight: 600;
    font-size: 14px;
    color: #1a262b;
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color: #1a262b;
}

.card-action {
    float: right
}

    .card-action a i {
        color: #1a262b;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-deck {
    margin-bottom: 30px;
}

.card-group {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
}

    .card-group .card {
        box-shadow: none;
    }

.card.card-primary {
    border-bottom: 3px solid #008cff !important;
}

.card.card-success {
    border-bottom: 3px solid #15ca20 !important;
}

.card.card-danger {
    border-bottom: 3px solid #fd3550 !important;
}

.card.card-warning {
    border-bottom: 3px solid #ff9700 !important;
}

.card.card-info {
    border-bottom: 3px solid #0dceec !important;
}

.card.card-light {
    border-bottom: 3px solid #e9eaea !important;
}

.card.card-secondary {
    border-bottom: 3px solid #75808a !important;
}

.card.card-dark {
    border-bottom: 3px solid #223035 !important;
}

.gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
    background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
    background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
    background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.gradient-quepal {
    background: #42e695;
    background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
    background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
}

.gradient-purpink {
    background: #7f00ff;
    background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
    background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
}

.gradient-ibiza {
    background: #ee0979;
    background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
    background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.gradient-dusk {
    background: #2c3e50;
    background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
    background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
}

.gradient-meridian {
    background: #283c86;
    background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
    background: linear-gradient(45deg, #283c86, #45a247) !important;
}

.gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
    background: linear-gradient(to right, #00b09b, #96c93d) !important;
}

.gradient-violet {
    background: #4776e6;
    background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
    background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
}

.gradient-titanium {
    background: #283048;
    background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
    background: linear-gradient(45deg, #283048, #859398) !important;
}

.gradient-shifter {
    background: #bc4e9c;
    background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
    background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
}

.gradient-army {
    background: #414d0b;
    background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
    background: linear-gradient(45deg, #414d0b, #727a17) !important;
}

.gradient-theme {
    background: #011533;
    background: -webkit-linear-gradient(45deg, #2c527dff, #011533) !important;
    background: linear-gradient(45deg, #2c527dff, #011533) !important;
}

.gradient-theme2 {
    background: #011533;
    background: -webkit-linear-gradient(45deg, #2c527dff, #011533cc) !important;
    background: linear-gradient(45deg, #2c527dff, #011533cc) !important;
}

.gradient-theme-reverse {
    background: #011533;
    background: -webkit-linear-gradient(45deg, #011533, #2c527dff) !important;
    background: linear-gradient(45deg, #011533, #2c527dff) !important;
}

.gradient-orange {
    background: #fc4a1a;
    background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
    background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.gradient-yoda {
    background: #ff0099;
    background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
    background: linear-gradient(45deg, #ff0099, #493240) !important;
}

.gradient-royal {
    background: #141e30;
    background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
    background: linear-gradient(45deg, #141e30, #2c527d) !important;
}

.gradient-knight {
    background: #ba8b02;
    background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
    background: linear-gradient(45deg, #ba8b02, #181818) !important;
}

.gradient-forest {
    background: #000428;
    background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
    background: linear-gradient(45deg, #000428, #004e92) !important;
}

.gradient-redmist {
    background: #000000;
    background: -webkit-linear-gradient(45deg, #000000, #e74c3c) !important;
    background: linear-gradient(45deg, #000000, #e74c3c) !important;
}

.gradient-steelgray {
    background: #1f1c2c;
    background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
    background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
}

.gradient-influenza {
    background: #c04848;
    background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
    background: linear-gradient(45deg, #c04848, #480048) !important;
}

.gradient-flame {
    background: #ff9a9e;
    background: -webkit-linear-gradient(45deg, #ff9a9e, #fad0c4) !important;
    background: linear-gradient(45deg, #ff9a9e, #fad0c4) !important;
}

.gradient-cherry {
    background: #fbd3e9;
    background: -webkit-linear-gradient(45deg, #fbd3e9, #bb377d) !important;
    background: linear-gradient(45deg, #fbd3e9, #bb377d) !important;
}

.gradient-winter {
    background: #a1c4fd;
    background: -webkit-linear-gradient(45deg, #a1c4fd, #c2e9fb) !important;
    background: linear-gradient(45deg, #a1c4fd, #c2e9fb) !important;
}

.gradient-rain {
    background: #cfd9df;
    background: -webkit-linear-gradient(45deg, #cfd9df, #e2ebf0) !important;
    background: linear-gradient(45deg, #cfd9df, #e2ebf0) !important;
}

.gradient-telegram {
    background: #1c92d2;
    background: -webkit-linear-gradient(45deg, #1c92d2, #f2fcfe) !important;
    background: linear-gradient(45deg, #1c92d2, #f2fcfe) !important;
}

.gradient-horizon {
    background: #fceabb;
    background: -webkit-linear-gradient(45deg, #fceabb, #f8b500) !important;
    background: linear-gradient(45deg, #fceabb, #f8b500) !important;
}

.gradient-peach {
    background: #ffecd2;
    background: -webkit-linear-gradient(45deg, #ffecd2, #fcb69f) !important;
    background: linear-gradient(45deg, #ffecd2, #fcb69f) !important;
}

.gradient-meadow {
    background: #215f00;
    background: -webkit-linear-gradient(45deg, #215f00, #e4e4d9) !important;
    background: linear-gradient(45deg, #215f00, #e4e4d9) !important;
}
