/*
            /$$
    /$$    /$$$$
   | $$   |_  $$    /$$$$$$$
 /$$$$$$$$  | $$   /$$_____/
|__  $$__/  | $$  |  $$$$$$
   | $$     | $$   \____  $$
   |__/    /$$$$$$ /$$$$$$$/
          |______/|_______/
================================
        Keep calm and get rich.
                    Is the best.

---------------------------------------------
Theme Name: splity
Theme URI: https://www.Vv.cn/
Author: Vv
Author URI: https://www.Vv.cn/
Description: splity is a blog theme finely crafted by Vv. splity started from zero for the handiest user experience with elegance and performance.
Version: x
License URI: LICENSE
Text Domain: splity
*/

/*--------------------------------------------------------------
    reset style
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f5f5f7;
}

body {
    margin: 0;
    vertical-align: baseline;
    word-wrap: break-word;
    color: #222831;
}

body,
input,
button,
select,
optgroup,
option,
textarea,
blockquote,
dd,
dl,
figure,
form,
pre,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

em,
i {
    font-style: normal
}

p {
    color: #393E46;
    margin: 0;
    white-space: normal;
    word-break: break-all;
}

menu,
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

iframe {
    background-color: #FFFFFF;
    vertical-align: middle;
}

a {
    color: #222831;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #448EF6;
}

img {
    max-width: 100%;
    height: auto;
}

a img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

button,
input.ie6 {
    overflow: visible;
    padding: 0;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input,
input:focus,
input[type="text"],
input[type="text"]:focus,
select,
textarea {
    -webkit-appearance: none;
    outline: none !important;
    box-shadow: none !important;
}

input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}

input[type=radio] {
    -webkit-appearance: radio !important;
}

select {
    background-color: #f5f6fa
}

button,
button:focus {
    outline: none;
    box-shadow: none;
}

select,
textarea {
    height: 40px;
    border: 1px solid #f2f2f5;
    width: 100%;
    font-size: 15px;
    padding: 0 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    height: auto;
    padding: 8px 16px;
    resize: none;
}

input:focus,
textarea:focus {
    border-color: #e0e0e0;
    background-color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .9;
}

table {
    border-spacing: 0;
}

td,
th,
caption {
    padding: 0;
}

blockquote {
    position: relative;
    padding: 0 0 0 80px;
    margin: 40px 0;
    border: 0;
}

blockquote p {
    line-height: 1.6;
    color: #222831;
}

blockquote::before {
    content: "\201C";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px;
    font-size: 70px;
    line-height: 60px;
    color: #BFBFBF;
    font-family: sans-serif;
    text-align: center;
    z-index: 1;
}

blockquote cite,
blockquote small {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    opacity: 0.7;
}

blockquote cite::before {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 1px;
    margin-right: 10px;
    background: #222831;
    content: "";
}

@media (min-width:768px) and (max-width:991.98px) {
    blockquote {
        padding: 0 0 0 40px;
    }

    blockquote::before {
        width: 30px;
        height: 30px;
        font-size: 50px;
        line-height: 40px;
    }

    blockquote p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

}

@media (max-width:767px) {
    blockquote {
        padding: 0 0 0 40px;
    }

    blockquote::before {
        width: 30px;
        height: 30px;
        font-size: 50px;
        line-height: 40px;
    }

    blockquote p {
        font-size: 16px !important;
    }

}

hr {
    margin: 1.5rem 0;
    border-top: 1px solid rgb(246, 246, 251);
}

.hr-short {}

.hr-short::before {
    content: "";
    display: block;
    width: 110px;
    margin: 1.75rem 0;
    height: 2px;
    background-color: #f2f2f5;
}

table {
    border-collapse: collapse;
    margin: 0 0 1rem;
    word-break: normal;
}

th,
td {
    border: 1px solid #f2f2f5;
    padding: 8px 12px;
}

iframe,
embed {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

figure {
    margin: 0;
}

pre {
    overflow-y: auto;
    background-color: #fdfbfb;
    border: 0;
    border-radius: 3px;
    padding: 1.25rem;
    margin: 1.5rem 0;
}

/* Alignments */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignleft {
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem);
    }
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignright {
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem);
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
font
--------------------------------------------------------------*/
@font-face {
    font-family: splity;
    src: url('css/Barlow-Regular.ttf') format("truetype");
}

.font-theme {
    font-family: splity, Arial, sans-serif;
}

/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.row-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.row-lg [class*="col-"],
.row-lg .col {
    padding-left: 1rem;
    padding-right: 1rem
}

.row-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.row-md [class*="col-"],
.row-md .col {
    padding-left: .75rem;
    padding-right: .75rem
}

.row-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.row-sm [class*="col-"],
.row-sm .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.row-xs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.25rem;
    margin-right: -0.25rem
}

.row-xs [class*="col-"],
.row-xs .col {
    padding-left: 0.25rem;
    padding-right: 0.25rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .row {
        margin-right: -.75rem;
        margin-left: -.75rem;
    }

    .row.no-gutters {
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .row .col-md-3 {
        padding-right: .75rem;
        padding-left: .75rem;
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .row-sm {
        margin-left: -0.5rem;
        margin-right: -0.5rem
    }

    .row-sm [class*="col-"],
    .row-sm .col {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

}

@media (min-width:768px) and (max-width:991.98px) {
    .row-md {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-md [class*="col-"],
    .row-md .col {
        padding-left: .5rem;
        padding-right: .5rem
    }

}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }

    .row-lg {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-lg [class*="col-"],
    .row-lg .col {
        padding-left: .5rem;
        padding-right: .5rem
    }

}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }

    .container {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }

    .row>.col,
    .row>[class*="col-"] {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .row-md {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-md [class*="col-"],
    .row-md .col {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .no-gutters>.col,
    .no-gutters>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

}

/*
Size
*/
.w-8 {
    width: 8px !important;
    height: 8px !important;
}

.w-12 {
    width: 12px !important;
    height: 12px !important;
}

.w-16 {
    width: 16px !important;
    height: 16px !important;
}

.w-20 {
    width: 20px !important;
    height: 20px !important;
    font-size: 0.6em;
}

.w-24 {
    width: 24px !important;
    height: 24px !important;
    font-size: 0.7em;
}

.w-28 {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.8em;
}

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85em;
}

.w-36 {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.875em;
}

.w-40 {
    width: 40px !important;
    height: 40px !important;
}

.w-48 {
    width: 48px !important;
    height: 48px !important;
}

.w-56 {
    width: 56px !important;
    height: 56px !important;
}

.w-64 {
    width: 64px !important;
    height: 64px !important;
}

.w-72 {
    width: 72px !important;
    height: 72px !important;
}

.w-80 {
    width: 80px;
}

.w-96 {
    width: 96px;
}

.w-128 {
    width: 128px;
}

.w-xs {
    width: 90px;
}

.w-sm {
    width: 120px;
}

.w {
    width: 190px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 320px;
}

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}

.hv {
    height: 100vh;
}

.h-v {
    min-height: 100vh;
}

.h-v-75 {
    min-height: 75vh;
}

.h-v-50 {
    min-height: 50vh;
}

@media (max-width:1199.98px) {
    .w-auto-lg {
        width: auto !important;
    }

    .w-100-lg {
        width: 100% !important;
    }

}

@media (max-width:991.98px) {
    .w-auto-md {
        width: auto !important;
    }

    .w-100-md {
        width: 100% !important;
    }

}

@media (max-width:767.98px) {
    .w-auto-sm {
        width: auto !important;
    }

    .w-100-sm {
        width: 100% !important;
    }

}

@media (max-width:575.98px) {
    .w-auto-xs {
        width: auto !important;
    }

    .w-100-xs {
        width: 100% !important;
    }

}

/*--------------------------------------------------------------
 tooltip 
--------------------------------------------------------------*/
.tooltip .tooltip-inner {
    padding: .5rem .75rem;
    font-size: .75rem;
    border-radius: 2px;
}

/*--------------------------------------------------------------
    title Size style
--------------------------------------------------------------*/
@media (max-width:767.98px) {

    h3,
    .h3 {
        font-size: 1.5rem;
    }

}

/*--------------------------------------------------------------
    Font Size style
--------------------------------------------------------------*/
.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
}

.text-xl {
    font-size: 1.375rem !important;
}

.text-64 {
    font-size: 4rem !important;
}

@media (max-width:767.98px) {
    .text-lg {
        font-size: 1rem !important;
    }

    .text-xl {
        font-size: 1.25rem !important;
    }

}

/*--------------------------------------------------------------
    Font line height style
--------------------------------------------------------------*/
.font-height-xs {
    line-height: 1 !important;
}

.font-height-sm {
    line-height: 1.2 !important;
}

.font-height-md {
    line-height: 1.4 !important;
}

.font-height-lg {
    line-height: 1.6 !important;
}

.font-height-xl {
    line-height: 1.8 !important;
}

/*--------------------------------------------------------------
    Font letter spacing style
--------------------------------------------------------------*/
.text-letter-md {
    letter-spacing: .25rem;
}

.text-letter-lg {
    letter-spacing: .5rem;
}

/*--------------------------------------------------------------
 icon rest
--------------------------------------------------------------*/
.iconfont {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
    color style
--------------------------------------------------------------*/
.text-primary {
    color: #448EF6 !important;
}

.text-secondary {
    color: #393e46 !important;
}

.text-muted {
    color: #9ca0ad !important;
}

.text-light {
    color: #f2f2f5 !important;
}

.text-danger {
    color: #f7094c !important;
}

a.text-primary:hover {
    color: #222831 !important;
}

a.text-muted:hover {
    color: #448EF6 !important;
}

.text-disabled {
    pointer-events: none;
    opacity: .65;
}

/*--------------------------------------------------------------
 background style
--------------------------------------------------------------*/
.bg-primary {
    background-color: #448EF6 !important;
}

.bg-dark {
    background-color: #222831 !important;
}

.bg-secondary {
    background-color: #393E46 !important;
}

.bg-light {
    background-color: #f2f2f5 !important;
}

.bg-white-overlay {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.35);
}

.bg-dark-overlay {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33);
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn {
    border-radius: 3px;
    white-space: normal;
    font-size: .875rem;
    padding: .375rem 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #448EF6;
    border-color: #448EF6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #b9c8de;
    border-color: #b9c8de;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    color: #fff;
    background-color: #393E46;
    border-color: #393E46;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #222831;
    border-color: #222831;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #222831;
    border-color: #222831;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #393E46;
    border-color: #393E46;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #222831;
    border-color: #222831;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light {
    color: #393E46;
    background-color: #f2f2f5;
    border-color: #f2f2f5;
}

.btn-light:hover {
    color: #222831;
    background-color: #f2f2f5;
    border-color: #f2f2f5;
}

.btn-light:focus,
.btn-light.focus {
    color: #393E46;
    background-color: #f2f2f5;
    border-color: #f2f2f5;
    box-shadow: none;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #393E46;
    background-color: #f2f2f5;
    border-color: #f2f2f5;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #393E46;
    background-color: #f2f2f5;
    border-color: #f2f2f5;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-dark {
    color: #fff;
    background-color: #222831;
    border-color: #222831;
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #222831;
    border-color: #222831;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-link {
    font-weight: 400;
    color: #393E46;
    text-decoration: none;
}

.btn-link:hover {
    color: #448EF6;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #393E46;
    pointer-events: none;
}

/*-------------------------------------------------------------
   image custom image hover
  -------------------------------------------------------------*/
.custom-hover {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.custom-hover::before {
    background-color: rgba(21, 21, 21, 0.66);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: .66;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.custom-hover:hover::before {
    opacity: .11;
}

.custom-hover img,
.custom-hover-img {
    max-width: 100%;
    -webkit-transition: all 444ms ease-in-out;
    -moz-transition: all 444ms ease-in-out;
    transition: all 444ms ease-in-out;
}

.custom-hover:hover img,
.custom-hover:hover .custom-hover-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.custom-hover .custom-hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    visibility: visible;
    z-index: 9;
    transition: .3s;
}

.custom-hover .custom-hover-icon span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.68);
}

.custom-hover:hover .custom-hover-icon {
    opacity: 1;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    opacity: .22;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.overlay-hover:hover .overlay,
a:hover .overlay {
    opacity: .1;
}

/*--------------------------------------------------------------
 shadow style
--------------------------------------------------------------*/
.shadow {
    -webkit-box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
    -ms-box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
    box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
}

.shadow-2x {
    -webkit-box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1) !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------
badge
--------------------------------------------------------------*/
.badge {
    border-radius: 2px;
    font-weight: 400;
    padding: .25em .3em;
}

.badge-sm {
    padding: 0.25rem 0.35rem;
}

.badge-md {
    padding: 0.5rem 0.75rem;
}

.badge-primary {
    color: #fff;
    background-color: #448EF6;
}

.badge-dark {
    color: #fff;
    background-color: #222831;
}

.badge-secondary {
    color: #f2f2f5;
    background-color: #393E46;
}

.badge-light {
    color: #393E46;
    background-color: #f2f2f5;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #222831;
    text-decoration: none;
    background-color: #f2f2f5;
}

.badge-hot {
    color: #fff;
    background-color: #E5183B;
}

.badge-danger {
    background-color: #E5183B;
}

.badge-outline-primary {
    color: #448EF6;
    border: #448EF6 solid 1px;
}

.badge-outline-secondary {
    color: #393E46;
    border: #393E46 solid 1px;
}

.badge-outline-light {
    color: #393E46;
    border: #f2f2f5 solid 1px;
}

.badge-outline-danger {
    color: #E5183B;
    border: #E5183B solid 1px;
}

.badge-outline-warning {
    color: #e04c4c;
    border: #f19494 solid 1px;
}

/*--------------------------------------------------------------
border
--------------------------------------------------------------*/
.border-secondary {
    border-color: #393E46 !important;
}

.border-light {
    border-color: #f2f2f5 !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.rounded {
    border-radius: 3px !important;
}

.rounded,
.rounded-circle {
    overflow: hidden;
}

.border-theme {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    width: 8%;
    height: 2px;
    z-index: 2;
}

/*--------------------------------------------------------------
form control
--------------------------------------------------------------*/
.form-control {
    color: #393E46;
    border: 1px solid #f2f2f5;
    border-radius: .15rem;
    font-size: .875rem;
}

.form-control:focus {
    color: #222831;
    border-color: #f2f2f5;
}

.form-control::-webkit-input-placeholder {
    color: #393E46;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #393E46;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #393E46;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #393E46;
    opacity: 1;
}

.form-control::placeholder {
    color: #393E46;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f5;
    opacity: 1;
    color: #393E46;
}


.col-form-label {
    font-size: .875rem;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    font-size: .875rem;
}

/*--------------------------------------------------------------
input group
--------------------------------------------------------------*/
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-left-width: 0;
}

.input-group>.form-control:focus+.input-group-append .input-group-text {
    border-color: #448EF6;
}

.input-group>.form-control:not(:last-child) {
    border-right-width: 0;
}

.input-group>.input-group-append>.btn-outline-secondary {
    border-color: #f2f2f5;
    border-left-width: 0;
}

.input-group>.input-group-append>.btn-outline-secondary:not(:disabled):not(.disabled):active,
.input-group>.input-group-append>.btn-outline-secondary:not(:disabled):not(.disabled).active,
.input-group>.input-group-append>.btn-outline-secondary:hover,
.input-group>.input-group-append>.btn-outline-secondary:focus {
    background-color: transparent;
    border-color: #f2f2f5;
    color: #152035;
}

.input-group>.form-control:focus+.input-group-append .btn {
    border-color: #f2f2f5;
}

/*--------------------------------------------------------------
Avatar
--------------------------------------------------------------*/
.flex-avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
}

.flex-avatar img {
    border-radius: inherit;
    width: 100%;
}

.flex-avatar.w-32 .avatar-title {
    margin: 0px;
}

.flex-avatar.w-40 .avatar-title {
    margin: 1px;
}

.flex-avatar.w-48 .avatar-title {
    margin: 2px;
}

.flex-avatar.w-56 .avatar-title {
    margin: 3px;
}

.flex-avatar.w-64 .avatar-title {
    margin: 4px;
}

.flex-avatar.w-96 .avatar-title {
    margin: 9px;
}

.flex-avatar.w-128 .avatar-title {
    margin: 14px;
}

.flex-avatar .avatar-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.avatar-title {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    border-color: #fff;
    background-color: #fff;
}

.bg-dark .avatar-title {
    border-color: #31363c;
}

.avatar-title.no-border {
    width: 8px;
    height: 8px;
    margin: 2px;
    border-color: rgba(0, 0, 0, 0.1);
}

.avatar-title.avatar-center {
    top: 50%;
    margin: 0;
    margin-top: -4px;
}

.avatar-title.avatar-center+img {
    margin: 0 14px 0 24px;
    width: auto;
}

.avatar-title.avatar-top {
    left: 0;
    top: 0;
}

.avatar-title.avatar-right {
    left: auto;
    top: 0;
    right: 0;
}

.avatar-title.avatar-bottom {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.avatar-title.avatar-left {
    left: auto;
    top: auto;
    bottom: 0;
}

.avatar-title.v1 {
    background-color: #f0f2f5;
}

.avatar-title.v2 {
    background-color: #5bc146;
}

.avatar-title.v3 {
    background-color: #ffd14d;
}

.avatar-title.v4 {
    background-color: #fe4d62;
}

/*--------------------------------------------------------------
avatar group
--------------------------------------------------------------*/
.avatar-group {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.avatar-group .flex-avatar {
    position: relative;
}

.avatar-group .flex-avatar+.flex-avatar {
    margin-left: -0.5rem;
}

.avatar-group .flex-avatar:hover,
.avatar-group .flex-avatar:active,
.avatar-group .flex-avatar.active {
    z-index: 1;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.media:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-list-items: center;
    color: #fff;
}

.media-overlay.overlay-top {
    bottom: auto;
}

.media-overlay.overlay-bottom {
    top: auto;
    background: #222831;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.media-overlay.overlay-bottom .text-muted:not(i),
.media-overlay.overlay-bottom .text-muted:not(i) a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

.media-content img {
    width: 100%;
    height: auto;
    
    display: block;
}

.ad{box-shadow: 0px 0px 45px -5px rgba(158, 158, 158, 0.22);}

.media-action {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8
}

.media-action .btn {
    background-color: rgba(21, 21, 22, 0.5);
    color: #fff;
    border-color: rgba(248, 249, 250, 0.8);
    border-width: 2px;
}

.media-action .btn .iconfont {
    top: 0;
    font-size: 1.5rem;
}

.list-item:hover .media-action,
.list-item:active .media-action,
.media:hover .media-action {
    opacity: 1;
}

.media-21x9:after {
    padding-top: 42.857143%;
}

.media-16x9:after {
    padding-top: 56.25%;
}

.media-4x3:after {
    padding-top: 75%;
}

.media-2x3:after {
    padding-top: 150%;
}

.media-3x2:after {
    padding-top: 66.66666%;
}

.media-3x4:after {
    padding-top: 133.33333%;
}

.media-1x2:after {
    padding-top: 200%;
}

.media-2x1:after {
    padding-top: 50%;
}

.media-3x1:after {
    padding-top: 33%;
}

.media-4x1:after {
    padding-top: 25%;
}

.media-5x1:after {
    padding-top: 20%;
}

.media-1-4:after {
    padding-top: 25vh;
    min-height: 10rem;
}

.media-1-3:after {
    padding-top: 33vh;
    min-height: 12.5rem;
}

.media-1-2:after {
    padding-top: 50vh;
    min-height: 15rem;
}

@media (max-width:767.98px) {
    .media-5x1:after {
        padding-top: 33%;
    }

}

/*
Card
*/
.card,
.block {
    background: #fff;
    border-width: 0;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
}

.card {
    box-shadow: 0px 0px 45px -5px rgba(158, 158, 158, 0.22);
}

.card-header,
.card-footer {
    background-color: transparent;
    border-color: rgba(135, 150, 165, 0.1);
    background-clip: padding-box;
    line-height: 1;
}

.card-header {
    padding: 1.375rem 1.25rem 0;
    border: 0;
}

.card-sm .card-header {
    padding: 1.5rem 1.5rem 0;
}

.card-header i {
    display: inline-block;
    content: '';
    height: 1px;
    width: 28px;
    vertical-align: middle;
    margin-left: 16px;
    top: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.card-footer {
    padding: 1.25rem 1.25rem 1rem;
}

.card-body {
    padding: 1.25rem;
}

.card-sm .card-body {
    padding: 1.375rem 1.5rem 1.5rem;
}

.card-hide-body .card-body {
    display: none;
}

.card-title {
    line-height: 1.5;
}

@media (max-width: 767.98px) {

    .card-header {
        padding: 1.375rem 1rem 0;
        border: 0;
    }

    .card-sm .card-header {
        padding: 1.5rem 1rem 0;
    }

    .card-footer {
        padding: 1.25rem 1rem 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    .card-sm .card-body {
        padding: 1.25rem 1rem 1.375rem;
    }
}

/*--------------------------------------------------------------
List
--------------------------------------------------------------*/
.list {
    padding-left: 0;
    padding-right: 0;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.list-content {
    padding: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-item.block .list-content {
    padding: 1rem;
}

.list-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-footer {
    margin-top: 0.5rem;
}

.list-title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    display: block;
    color: inherit;
}

.list-title .badge {
    position: relative;
    top: -2px;
    font-size: .75rem;
    margin: 0 .25rem 0 0;
}

@media (max-width:767.98px) {
    .list-title {
        font-size: 0.9375rem !important;
    }

    .list-title .badge {
        padding: .2em;
        margin: 0 .25rem 0 0;
    }
}

/*--------------------------------------------------------------
List dots
--------------------------------------------------------------*/
.list-dots .list-title {
    padding-left: 1rem;
}

.list-dots .list-title:before {
    content: '';
    height: 1px;
    width: 10px;
    background-color: #448EF6;
    opacity: 1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.list-dots .list-title:hover {
    padding-left: 1.5rem;
}

.list-dots .list-title:hover:before {
    width: 16px;
}

/*--------------------------------------------------------------
List rounded
--------------------------------------------------------------*/
.list-rounded .media {
    border-radius: 3px !important;
}

.list-rounded .no-gutters .media {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

/*--------------------------------------------------------------
List overlay
--------------------------------------------------------------*/
.list-overlay .media,
.list-hover-overlay .media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
}

.list-overlay .media:after,
.list-hover-overlay .media:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.list-overlay .list-content,
.list-hover-overlay .list-content {
    position: relative;
    padding: 1rem;
    z-index: 1;
}

.list-overlay .list-body,
.list-hover-overlay .list-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-overlay .list-body .list-title,
.list-hover-overlay .list-body .list-title {
    margin-top: auto;
}

.list-hover-overlay:hover .media,
.list-hover-overlay:active .media,
.list-hover-overlay.active .media {
    display: block;
}

.list-hover-overlay .media {
    display: none;
}

.list-overlay,
.list-hover-overlay:hover,
.list-hover-overlay:active,
.list-hover-overlay.active {
    color: #fff;
}

.list-overlay a:hover,
.list-overlay a:active,
.list-hover-overlay:hover a:hover,
.list-hover-overlay:hover a:active,
.list-hover-overlay:active a:hover,
.list-hover-overlay:active a:active,
.list-hover-overlay.active a:hover,
.list-hover-overlay.active a:active {
    color: #fff;
}

.list-overlay .text-muted:not(i),
.list-hover-overlay:hover .text-muted:not(i),
.list-hover-overlay:active .text-muted:not(i),
.list-hover-overlay.active .text-muted:not(i) {
    color: rgba(255, 255, 255, 0.5) !important;
}

/*--------------------------------------------------------------
List overlay content
--------------------------------------------------------------*/
.list-overlay-content {
    color: #fff;
}

.list-rounded .list-overlay-content {
    border-radius: 3px;
    overflow: hidden;
}

.list-overlay-content a:hover {
    color: #fff;
}

.list-overlay-content .list-content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem;
    background: #222831;
    background: -webkit-linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7));
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7));
}

.list-overlay-content .list-footer {
    margin-top: 0.25rem;
}

.list-overlay-content .text-muted:not(i) {
    color: rgba(255, 255, 255, 0.5) !important;
}


/*--------------------------------------------------------------
List grid
--------------------------------------------------------------*/
.list-grid .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-grid.list-grid-padding .list-item {
    padding: 1.25rem;
}



.list-grid.list-grid-padding .list-content {
    padding: 0 0 0 1rem;
}

.list-grid .list-item .media:first-child {
    border-radius: inherit;
}

.list-grid .list-item .media:last-child {
    border-radius: inherit;
}

.list-grid .flex-row-reverse .media:first-child {
    border-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

@media (max-width:767.98px) {
    .list-grid.list-grid-padding .list-item {
        padding: .675rem .75rem;
        margin-bottom: .75rem;
    }

    .list-grid.list-grid-padding .list-item .media-3x2:after {
        padding-top: 75%;
    }

    .list-grid.list-grid-padding .list-content {
        padding: 0 0 0 .75rem;
    }

}


