/* Fimobile custom css @ Fimobile @maxartkiller.com */
/* ==============================================
=================================================

[ Table of content ]
-------------------------------------
1. Basic 
2. primary colors
3. sidebar
4. bread crumb
5. Loader css
6. swiper slider css
7. form elements
8. button
9. input group
10. h group 
11. heights
12. top
13. bottom
14. popover
15. Notifications
16. List items
17. Nav tabs
18. card
19. header
20. footer
21. page specific
22. siders
23. Rules for sizing the icon
24. progress bar
25. avatar
26. theme color

=================================================
=================================================*/

/* basic */

html {
    height: 100%;
}
        html{background:#1f3041;}

body {
    min-height: 100%;
    height: auto;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a,
a:hover{
	text-decoration:none
}

.modal-footer>*:not(.col){
    margin: 0;
}
/* primary colors */
.bg-none {
    background-color: transparent
}

.bg-primary,
.badge-primary {
    background-color: #0D76FF !important
}

.text-primary {
    color: #0D76FF !important
}

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

.text-default {
    color: #FF0068 !important
}

.text-info {
    color: #5ED0FB !important
}

.text-danger {
    color: #F16060 !important
}

.bg-primary-light {
    background-color: #CEE3FF !important
}

.bg-success,
.badge-success {
    background-color: #00BE7D !important
}

.text-success {
    color: #00BE7D !important
}

.bg-succss-light {
    background-color: #C0E9DB !important
}

.bg-warning,
.badge-warning {
    background-color: #FFC400 !important
}

.text-warning {
    color: #ff8703 !important
}

.bg-warning-light {
    background-color: #FFF0C1 !important
}

.badge-orange {
    background-color: #ffe7cc !important;
	color: #ff7d00;
	border: 1px solid #ff7d00;
}
.bs-badge{
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 6px;
}
.badge-pick {
    background-color: #fee5e5 !important;
	color: #ff6262;
	border: 1px solid #ff6262;
}

h5 .badge {
    font-size: 50%
}

.bg-orange-light {
    background-color: #FFE5D1 !important
}

.bg-grey,
.badge-grey {
    background-color: #999999 !important
}

.bg-grey-light {
    background-color: #BBBBBB !important
}

.text-white a {
    color: #ffffff !important
}

.row.proh {
    position: relative;
    overflow-x: hidden;
}

.text-mute {
    opacity: 0.7;
}

.wrapper {
    height: auto;
    width: 100%;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    margin-left: 0;
    z-index: 1;
    min-height: 100vh;
}
.padding-80{
	padding-bottom: 80px;
}


p.small {
    line-height: 1.45em;
}

p:last-child {
    margin-bottom: 0;
}

sup {
    top: -.2em;
}

.background {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.4;
    z-index: 0;
}

.background + div {
    position: relative;
    z-index: 1
}

/* sidebar  */
body.menuactive {
    overflow: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}

html.menuactive {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body.menuactive .wrapper {
    overflow: hidden;
    height: 100vh;
}

body.sidemenu-open .wrapper {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    opacity: 0.05;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    /*margin-left: 300px;*/
    border-radius: 4px;
}

body.sidemenu-open .wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    z-index: 10;
    cursor: pointer
}

.sidebar {
    position: absolute;
    padding-top: env(safe-area-inset-top);
    width: 100%;
    height: 100%;
    z-index: 9;
    left: -100%;
    padding: 0 15%;
    top: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    overflow-y: auto;
}


.sidebar .main-menu .list-group-item {
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 30px;
    padding: 3px;
    margin-bottom: 15px
}

.sidebar .main-menu .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.05);

}

.sidebar .main-menu .list-group-item.active {
    background-color: rgba(255, 255, 255, 0.15);
}

body.sidemenu-open .sidebar {
    left: 0;
}


.sidebar .figure-menu {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    padding: 2px;
    display: block;
    margin: 45px auto 20px auto;
    background-color: #ffffff;
}

.sidebar .figure-menu figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.sidebar .figure-menu figure img {
    width: 100%;
}

.icons-raised {
    position: relative;
    border-radius: 30px;
    height: 44px;
    width: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    text-align: center;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, 0.1)
}

.icons-raised .new-notification {
    top: 10px;
}

.closesidemenu {
    position: fixed;
    top: -100px;
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    display: inline-block;
    z-index: 9
}

body.sidemenu-open .closesidemenu {
    top: 20px;
    opacity: 1;
}

/* bread crumb */
.breadcrumb-item.active {
    color: #b9b9b9;
}

/* Loader css */
.laoderhorizontal {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.laoderhorizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.laoderhorizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}

.laoderhorizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}


@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.btn-loader {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.btn-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 3px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: btnloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;
}

.btn-loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.btn-loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.btn-loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes btnloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: #FF0068;
}

/* introduction swiper slider css */
.demo-swiper,
.swiper-init {
    height: 450px;
    margin-top: 30px;
}

.demo-swiper .swiper-slide,
.swiper-init .swiper-slide {
    background-color: #ffffff
}

.demo-swiper .swiper-slide,
.swiper-init .swiper-slide {
    background-size: cover
}

.demo-swiper-gallery-top {
    height: 350px;
    margin-top: 30px;
}

.demo-swiper-gallery-top .swiper-slide {
    background-size: cover
}

.demo-swiper-gallery-thumbs {
    height: 80px;
}

.demo-swiper-gallery-thumbs .swiper-slide > div {
    height: 100%;
    width: 100%;
    background-size: cover;
}
.banner-pagination {
	text-align: center;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    background: #a59c9c;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #D20000;
}

.introduction.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.introduction .swiper-slide {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-top: env(safe-area-inset-bottom);
}

.bottom-button-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}



/* form elements */
.form-control {
	background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
	font-size: 14px;
}

select.form-control option,
select.form-control optgroup {
    color: #000000
}

.form-control:focus {
    box-shadow: none;
    -ms-box-shadow: none;
	background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
}

.form-control::placeholder {
    color: #bbbbbb;
}

.float-label {
    padding-top: 20px;
    position: relative;
}

.form-group .form-control-label {
    font-size: 13px;
    line-height: 18px;
}

.float-label .form-control-label {
    position: absolute;
    left: 15px;
    top: 28px;
    margin: 0;
    line-height: 20px;
    color: #BBBBBB;
    font-size: 15px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    z-index: 1;
}

.float-label .form-control,
.float-label .chosen-container .chosen-choices,
.float-label .chosen-container .chosen-single {
    background-color: #ffffff;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    background-image: none;
}

.float-label .form-control:focus {
    border-width: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
}


.float-label .form-control-lg + .form-control-label {
    top: 32px;
}

.float-label .form-control-lg:focus + .form-control-label,
.float-label.active .form-control-lg + .form-control-label,
.float-label .form-control:focus + .form-control-label,
.float-label.active label {
    top: 0;
    font-size: 13px;
    line-height: 20px;
}

.form-group {
    margin-bottom: 0.5rem;
}


.search {
    border-radius: 30px;
    background: url('../img/search.png') no-repeat center right #fff;
}

.chosen-container-active .chosen-choices,
.chosen-container .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.chosen-container-multi .chosen-choices,
.chosen-container .chosen-single {
    padding: 5px;
    height: auto;
    border-color: #ced4da;
}

.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container .chosen-single li.search-choice {
    position: relative;
    padding: 5px 25px 5px 15px;
    line-height: 18px;
    border: 0px none;
    border-radius: 30px;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    padding: 5px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border: 0;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
}

/* button */
.btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    border-width: 0;
}

[class*="outline"] {
    border-width: 1px;
}

body a.btn-primary,
body a.btn-warning,
body a.btn-danger,
body a.btn-success {
    color: #ffffff;
}

.btn-lg {
    padding: .615rem 1.5rem;
}

.btn-sm {
    font-size: 14px;
}

.btn i,
.btn span,
a i {
    vertical-align: middle
}

.btn img {
    max-width: 20px;
    vertical-align: middle;
}

.btn:focus {
    box-shadow: none;
    -ms-box-shadow: none;
}

.btn i:first-child {
    margin-right: 5px;
    margin-left: -4px;
}

.btn i:last-child {
    margin-left: 5px;
    margin-right: -4px;
}

.btn i:last-child:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

.btn-rounded-54 {
    height: 54px;
    width: 54px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}

.btn-rounded-36 {
    height: 36px;
    width: 36px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}


.btn-rounded-40 {
    height: 40px;
    width: 40px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}

.btn-rounded-26 {
    height: 26px;
    width: 26px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 13px;
}

.float-bottom-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    margin-bottom: env(safe-area-inset-bottom);
}

.float-bottom-right.stylepicker {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1002
}

.btn-rounded {
    border-radius: 30px;
}

.btn-rounded-10 {
    border-radius: 10px;
}

.btn-rounded-15 {
    border-radius: 15px;
}

.btn-default,
body .btn.btn-secondary {
    color: #ffffff
}

.btn-warning {
    background-color: #FFC400;
    color: #ffffff;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning:hover {
    background-color: #f0b000;
    color: #ffffff !important;
}

.btn.btn-link-default {
    color: #bbbbbb;
}

.shadow-sm {
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .05) !important;
    -ms-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .05) !important;
}

.btn.shadow-sm {
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -ms-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
}

.btn.shadow-xs {
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
}

.btn-light,
body a.btn-light {
    background-color: #ffffff;
    color: #999999;
}

.btn-light-grey,
body a.btn-light-grey {
    background-color: #E3EAF1;
    color: #BBBBBB;
    border-color: #F3F6F8
}

.btn-group > .btn:first-child,
.btn-group > .btn:first-of-type,
.btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.btn-group > .btn:last-child,
.btn-group > .btn:last-of-type,
.btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.btn h6,
.btn h5,
.btn h4,
.btn h3,
.btn h2,
.btn h1 {
    vertical-align: middle
}

.vm {
    vertical-align: middle
}

.shadow {
    box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .014) !important;
    -webkit-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .014) !important;
    -moz-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .014) !important;
    -ms-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .014) !important;
}

/*  input group */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    margin: 2px;
    border-radius: 30px;
}

.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    margin: 2px;
    border-radius: 30px;
}

.input-group {
    border-radius: 5px;
}

.input-group > .form-control {
    border: 0;
}



.input-group > .input-group-prepend > .input-group-text + .input-group-text {
    border-radius: 0;
}

.w-45 {
    width: 45px !important;
    text-align: center
}

.w-35 {
    width: 35px !important;
    text-align: center
}

.input-group.input-group-sm > .form-control {
    height: calc(1.6em + .5rem + 2px);
    border-color: #E3EAF1;
}

.border-top-dashed {
    border-top: 2px dashed #e3ead7 !important;
}

.border-left-dotted {
    border-left: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: #e6e6e6 !important;
}

.progress {
    background-color: rgba(0, 0, 0, 0.05)
}

/* h group  */
h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

/* heights  */
.h-2 {
    height: 2px;
}

.h-4 {
    height: 4px;
}

.h-6 {
    height: 6px;
}

.h-8 {
    height: 8px;
}

.h-10 {
    height: 10px;
}

.h-100px {
    height: 100px;
}

.h-150 {
    height: 150px;
}

.h-200 {
    height: 200px;
}

.h-190 {
    height: 190px;
}

.h-250 {
    height: 250px;
}

/* top  */
.top-30 {
    margin-top: -30px;
}

.top-50 {
    margin-top: -50px;
}

.top-100 {
    margin-top: -100px;
}

.top-150 {
    margin-top: -150px;
}

.top-200 {
    margin-top: -200px;
}

/* bottom  */
.bottom-15 {
    position: relative;
    bottom: -15px;
}

.bottom-20 {
    position: relative;
    bottom: -20px;
}

.bottom-40 {
    position: relative;
    bottom: -40px;
}

.bottom-50 {
    position: relative;
    bottom: -50px;
}

.z-1 {
    z-index: 1
}

.z-0 {
    z-index: 0
}

/* popover  */
.popover {
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
}

/* Notifications  */
.new-notification {
    height: 10px;
    width: 10px;
    border-radius: 6px;
    background-color: #FF0068;
    display: block;
    position: absolute;
    top: 23px;
    right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.counts {
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background-color: #FF0068;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
}

/* List items  */
.list-items {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}

.list-items li {
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #eef2f5;
    width: 100%;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}

.list-items li:last-child {
    margin-bottom: 0
}

.list-group .list-group-item {
    padding: 0.75rem 15px;
}

/*.list-group .list-group-item:hover {
    background-color: #FF0068;
}

.list-group .list-group-item:hover * {
    color: #FFFFFF !important
}
.list-group .list-group-item:hover .form-control{
    color: #000000 !important ;
}*/

.list-group-item.active {
    z-index: 2;
    color: #343a40;
    background-color: #e1f0ff;
    border-color: #ffffff;
}

.list-group-item.active:hover * {
    color: #343a40 !important;
}

/* Nav tabs  */
.nav-tabs {
    z-index: 0;
    border: 0;
    margin-bottom: -11px;
}



.nav-tabs .nav-link {
    padding: 15px 15px 25px 15px;
    border: 0;
    border-radius: 15px 15px 0 0;
}


.nav-tabs .nav-link.active {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.tab-content {
    position: relative;
    z-index: 1;
}

.tab-content .tab-pane {
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    border-radius: 15px;
}

/* card */
.card .card-header .nav-tabs {
    margin-bottom: -1px;
    text-align: center
}

.card-img:first-child {
    border-radius: 10px 10px 0 0;
}

.card .card-header .nav-tabs .nav-link {
    padding: 15px;
}

.card .card-header .nav-tabs .nav-link.active {
    box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
}

.card .card-header {
    border: 0;
    border-radius: 11px;
}

.card .card-footer {
    border: 0;
    border-radius: 0 0 12px 12px;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.card .tab-content .tab-pane {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.card {
    border-radius: 10px;
    border: 0;
}

.card .card-body {
    padding: 15px 15px;
}

/* Notification */
.notification {
    padding: 15px;
    background-color: #ffffff;
    position: fixed;
    top: -30%;
    width: 84%;
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left-width: 3px;
    border-left-style: solid;
    z-index: 10;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border-radius: 5px;
    overflow: hidden;
}

.notification.active {
    top: 30px;
    opacity: 1;

}

.notification.bottom {
    bottom: -30%;
    opacity: 0;
    top: auto;
}

.notification.bottom.active {
    bottom: 30px;
    opacity: 1;

}

/* header */

.header {
    width: 100%;
    height: auto;
    position: fixed;
	background: linear-gradient(307deg, #1f3041 0%, #1f3041 100%);
	    background:#005bff;

	color: #ffffff;
    padding: env(safe-area-inset-top);
    top: 0;
    left: 0;
    z-index: 999;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
    background: #005bff;
}
.header .material-icons{
	color: #ffffff;
}

.header.active {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    height: auto;
    max-height: 51px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px auto 0px auto;
}

.header .btn {
    height: 54px;
    width: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.header + div {
    padding-top: 54px;
}


/* footer */
.footer {
    width: 100%;
    height: auto;
    position: fixed;
    padding-bottom: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}


.footer .btn {
	margin: 0 auto;
    width: 70px;
    height: 60px;
    padding: 0;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer a p {
    font-size: 12px;
    line-height: 12px;
	margin-top: 5px;
	padding-bottom: 3px;
	color: #000;
}
.footer .btn i {
    width: 24px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/*.footer .btn.active i:after {
    content: "";
    left: 0;
    right: 0;
    bottom: -8px;
    height: 4px;
    width: 70%;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    position: absolute;
}*/


/* page specific */
.subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.subtitle span {
    vertical-align: middle;
    display: inline-block;
    line-height: 26px;
    border-bottom: 2px solid #ffffff;
}

.logo-small {
    width: 220px;
}

.form-panel{
    max-width: 320px;
    margin: 0 auto;
}

/* siders */

.small-slide {
    height: 150px;
}

.small-slide .swiper-slide {
    width: 165px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.small-slide .swiper-slide .card {
    border-radius: 15px;
    margin-left: 15px;
    height: 100%;
    width: 92%;
}

.small-slide .swiper-slide .card-body {
    position: relative
}

.small-slide .swiper-slide .small-slide-right {
    max-height: 100%;
    margin-right: -45px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.badge {
    border-radius: 4px;
    font-weight: 400;
	padding: 5px 10px;
}


.two-slide {
    height: 120px;
}

.two-slide .swiper-slide {
    padding: 0 15px;
}

.two-slide .swiper-slide p small {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.icon-slide {
	background-color: #ffffff;
    height: 45px;
}

.icon-slide .swiper-slide {
    padding: 0 15px;
    width: 25%;
	text-align: center;
    max-width: 100px;
}
.icon-slide .swiper-slide a{
	display: block;
	position: relative;
	line-height: 45px;
	color: #333;
	font-size: 14px;
}
.icon-slide .swiper-slide a.sw-active{
	font-size: 16px;
	font-weight: bold;
	color: #1f3041;
}
.icon-slide .swiper-slide a.sw-active::after{
	background-color: #1f3041;
	content: '';
	height: 3px;
	bottom:5px;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	width: 40px;
	margin-left: -20px;
}
.icon-slide .btn-col{
	position: relative;
	padding: 0;
	font-size: 14px;
	width: 25%;
	line-height: 45px;
	text-align: center;
}
.icon-slide .btn-col.active{
	font-size: 16px;
	font-weight: bold;
	color: #1f3041;
}
.icon-slide .btn-col.active:before{
	background-color: #1f3041;
	content: '';
	height: 3px;
	bottom:5px;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	width: 40px;
	margin-left: -20px;
}



.offer-slide {
    height: auto;
    margin-bottom: -15px;
}

.offer-slide .swiper-slide {
    padding: 0 15px;
    width: 310px;
}

.offer-slide .swiper-slide > .card {
    margin-bottom: 15px;
}

.icon-slide .swiper-slide p,
.icon-slide .swiper-slide:hover p,
.icon-slide .swiper-slide:focus p {
    color: #000000;
    text-decoration: none
}

.news-slide {
    height: 180px;
    padding-bottom: 20px;
}

.news-slide .swiper-slide {
    padding: 0 15px 10px 15px;
}

.news-slide .swiper-slide .card {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.news-slide.swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: -10px;
}




/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.text-normal {
    text-transform: none
}

/* progress bar */
.progress-bar {
    border-radius: 10px;
}

.progress-sm {
    height: 8px;
    padding: 2px;
}

/* product details  */
.product-details {
    height: 300px;
}

.product-details {}

.product-details .swiper-slide {
    padding: 20px 15px 40px 15px;
    line-height: 200px;
    text-align: center
}

.product-details .swiper-slide > img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;

}


/* avatar */

.avatar {
    border-radius: 200px;
    display: inline-block;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.avatar.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.avatar .overlay {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.avatar img {
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.avatar i {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.avatar-20 {
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
    width: 20px;
}

.avatar-40 {
    height: 40px;
    line-height: 36px;
    vertical-align: middle;
    width: 40px;
}

.avatar-60 {
    height: 60px;
    line-height: 56px;
    vertical-align: middle;
    width: 60px;
}

.avatar-80 {
    height: 80px;
    line-height: 76px;
    vertical-align: middle;
    width: 80px;
}

.avatar-100 {
    height: 100px;
    line-height: 96px;
    vertical-align: middle;
    width: 100px;
}

.avatar-120 {
    height: 120px;
    line-height: 116px;
    vertical-align: middle;
    width: 120px;
}

.avatar-50 {
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    width: 50px;
}

.avatar-70 {
    height: 70px;
    line-height: 66px;
    vertical-align: middle;
    width: 70px;
}

.avatar-90 {
    height: 90px;
    line-height: 86px;
    vertical-align: middle;
    width: 90px;
}

.figure-profile {
    height: 178px;
    width: 178px;
    border-radius: 90px;
    border: 10px solid #FF0068;
    margin: 0 auto;
    position: relative;
}

.figure-profile figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.figure-profile figure img {
    width: 100%;
    min-height: 100%;
}

.figure-profile > .floating-btn {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
}

.figure-profile .floating-btn i {
    font-size: 22px;
    margin: 0;
}

.float-file {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0
}

pre {
    background: #e8f4ff;
    padding: 15px;
}

.modal-content {
    border: none;
}

.modal-dialog-end {
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: -webkit-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    -moz-flex-align: flex-end;
    -webkit-flex-align: flex-end;
    align-items: flex-end;
    min-height: calc(100% - 3.5rem);
}



/* theme color  */

/* blue theme */
.blue-theme .bg-background,
.blue-theme .header.active {
    /*background-color: rgba(255, 255, 255, 0.8)*/
}

.blue-theme .wrapper {
    background: #edf3f8;
    background: -moz-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #edf3f8), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #edf3f8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf3f8', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.blue-theme-bg,
.blue-theme body,
.blue-theme body.sidemenu-open,
.blue-theme .bg-template,
.blue-theme .loader-screen {
    background: #1f3041;
    background: linear-gradient(307deg, #FF8703 0%, #1f3041 100%);
}


.blue-theme .btn-default,
.blue-theme .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .small-slide .swiper-slide .card:hover,
.blue-theme .small-slide .swiper-slide .card:focus,
.blue-theme .filter,
.blue-theme .chosen-container .chosen-results li.highlighted,
.blue-theme .page-item.active .page-link,
.blue-theme .nav-pills .nav-link.active,
.blue-theme .nav-pills .show > .nav-link,
.blue-theme .footer .btn i:after {
    background-color: #1f3041;
}

.blue-theme .bg-template,
.blue-theme .icons-raised,
.blue-theme .filter,
.blue-theme .filter .form-control,
.blue-theme .filter .form-group label,
.blue-theme .float-label .chosen-container-multi .chosen-choices,
.blue-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.blue-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.blue-theme .btn-default,
.blue-theme .sidebar,
.blue-theme .sidebar .main-menu .list-group-item,
.blue-theme .small-slide .swiper-slide .card:hover *,
.blue-theme .small-slide .swiper-slide .card:focus *,
.blue-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.blue-theme .filter .form-group label {
    opacity: 0.85;
}

.blue-theme .btn-default:hover,.blue-theme .btn-default.active,
.blue-theme .btn-default:focus {
    color: #ffffff;
    background-color: #6b29dd;
}

.blue-theme .figure-profile,
.blue-theme .form-control:focus,
.blue-theme .custom-control-input:focus ~ .custom-control-label::before,
.blue-theme .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .float-label .form-control:focus,
.blue-theme .page-item.active .page-link,
.blue-theme .btn-outline-default {
    border-color: #975EFB
}


.blue-theme .filter .form-control:focus,
.blue-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.blue-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.blue-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .bg-template-light {
    background-color: #c8daff
}


.blue-theme .text-template,
.blue-theme .btn-link,
.blue-theme a,
.blue-theme .float-label .form-control:focus + .form-control-label,
.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .btn.btn-link-default:hover,
.blue-theme .btn.btn-link-default:focus,
.blue-theme .btn.btn-link-default.active {
    color: #975EFB;
}


.blue-theme .bg-warning,
.blue-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.blue-theme .bg-success,
.blue-theme .badge-success {
    background-color: #00BB32 !important;
}

.blue-theme .bg-danger,
.blue-theme .badge-danger {
    background-color: #F16060 !important;
}

.blue-theme .bg-orange,
.blue-theme .badge-orange {
    background-color: #ff9133 !important;
}

.blue-theme .bg-primary,
.blue-theme .badge-primary {
    background-color: #1E88FF !important;
}

.blue-theme .bg-info,
.blue-theme .badge-info {
    background-color: #5ED0FB !important;
}




/* red theme */
.red-theme .bg-background,
.red-theme .header.active {
    /*background-color: rgba(255, 255, 255, 0.8)*/
}

.red-theme .wrapper {
    background: #fff0f0;
    background: -moz-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff0f0), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #fff0f0 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.red-theme-bg,
.red-theme body,
.red-theme body.sidemenu-open,
.red-theme .bg-template,
.red-theme .loader-screen {
    background: #e50000;
    background: -moz-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e50000), color-stop(100%, #6a00e5));
    background: -webkit-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
    background: -o-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
    background: -ms-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
    background: linear-gradient(135deg, #e50000 0%, #6a00e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50000', endColorstr='#6a00e5', GradientType=1);
}


.red-theme .btn-default,
.red-theme .custom-control-input:checked ~ .custom-control-label::before,
.red-theme .small-slide .swiper-slide .card:hover,
.red-theme .small-slide .swiper-slide .card:focus,
.red-theme .filter,
.red-theme .chosen-container .chosen-results li.highlighted,
.red-theme .page-item.active .page-link,
.red-theme .nav-pills .nav-link.active,
.red-theme .nav-pills .show > .nav-link,
.red-theme .footer .btn i:after {
    /*background-color: #e50000;*/
}

.red-theme .bg-template,
.red-theme .icons-raised,
.red-theme .filter,
.red-theme .filter .form-control,
.red-theme .filter .form-group label,
.red-theme .float-label .chosen-container-multi .chosen-choices,
.red-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.red-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.red-theme .btn-default,
.red-theme .sidebar,
.red-theme .sidebar .main-menu .list-group-item,
.red-theme .small-slide .swiper-slide .card:hover *,
.red-theme .small-slide .swiper-slide .card:focus *,
.red-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.red-theme .filter .form-group label {
    opacity: 0.85;
}

.red-theme .btn-default:hover,.red-theme .btn-default.active,
.red-theme .btn-default:focus {
    color: #ffffff;
    background-color: #be0101;
}

.red-theme .figure-profile,
.red-theme .form-control:focus,
.red-theme .custom-control-input:focus ~ .custom-control-label::before,
.red-theme .custom-control-input:checked ~ .custom-control-label::before,
.red-theme .float-label .form-control:focus,
.red-theme .page-item.active .page-link,
.red-theme .btn-outline-default {
    border-color: #e50000
}


.red-theme .filter .form-control:focus,
.red-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.red-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.red-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.red-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.red-theme .btn-light:hover,
.red-theme .btn-light:focus,
.red-theme .btn-light:not(:disabled):not(.disabled).active,
.red-theme .bg-template-light {
    background-color: #f4cfcf
}


.red-theme .text-template,
.red-theme .btn-link,
.red-theme a,
.red-theme .float-label .form-control:focus + .form-control-label,
.red-theme .btn-light:hover,
.red-theme .btn-light:focus,
.red-theme .btn-light:not(:disabled):not(.disabled).active,
.red-theme .btn.btn-link-default:hover,
.red-theme .btn.btn-link-default:focus,
.red-theme .btn.btn-link-default.active {
    color: #e50000;
}


.red-theme .bg-warning,
.red-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.red-theme .bg-success,
.red-theme .badge-success {
    background-color: #00BB32 !important;
}

.red-theme .bg-danger,
.red-theme .badge-danger {
    background-color: #F16060 !important;
}

.red-theme .bg-orange,
.red-theme .badge-orange {
    background-color: #ff9133 !important;
}

.red-theme .bg-primary,
.red-theme .badge-primary {
    background-color: #1E88FF !important;
}

.red-theme .bg-info,
.red-theme .badge-info {
    background-color: #5ED0FB !important;
}





/* green theme */
.green-theme .bg-background,
.green-theme .header.active {
    /*background-color: rgba(255, 255, 255, 0.8)*/
}

.green-theme .wrapper {
    background: #eafaf6;
    background: -moz-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eafaf6), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #eafaf6 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eafaf6', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.green-theme-bg,
.green-theme body,
.green-theme body.sidemenu-open,
.green-theme .bg-template,
.green-theme .loader-screen {
    background: #00cb9c;
    background: -moz-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #18e586), color-stop(100%, #00cb9c));
    background: -webkit-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
    background: -o-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
    background: -ms-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
    background: linear-gradient(135deg, #18e586 0%, #00cb9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba8ff', endColorstr='#00cb9c', GradientType=1);
}


.green-theme .btn-default,
.green-theme .custom-control-input:checked ~ .custom-control-label::before,
.green-theme .small-slide .swiper-slide .card:hover,
.green-theme .small-slide .swiper-slide .card:focus,
.green-theme .filter,
.green-theme .chosen-container .chosen-results li.highlighted,
.green-theme .page-item.active .page-link,
.green-theme .nav-pills .nav-link.active,
.green-theme .nav-pills .show > .nav-link,
.green-theme .footer .btn i:after {
    background-color: #00c177;
}

.green-theme .bg-template,
.green-theme .icons-raised,
.green-theme .filter,
.green-theme .filter .form-control,
.green-theme .filter .form-group label,
.green-theme .float-label .chosen-container-multi .chosen-choices,
.green-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.green-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.green-theme .btn-default,
.green-theme .sidebar,
.green-theme .sidebar .main-menu .list-group-item,
.green-theme .small-slide .swiper-slide .card:hover *,
.green-theme .small-slide .swiper-slide .card:focus *,
.green-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.green-theme .filter .form-group label {
    opacity: 0.85;
}

.green-theme .btn-default:hover,.green-theme .btn-default.active,
.green-theme .btn-default:focus {
    color: #ffffff;
    background-color: #00985e;
}

.green-theme .figure-profile,
.green-theme .form-control:focus,
.green-theme .custom-control-input:focus ~ .custom-control-label::before,
.green-theme .custom-control-input:checked ~ .custom-control-label::before,
.green-theme .float-label .form-control:focus,
.green-theme .page-item.active .page-link,
.green-theme .btn-outline-default {
    border-color: #00c177
}


.green-theme .filter .form-control:focus,
.green-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.green-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.green-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.green-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.green-theme .btn-light:hover,
.green-theme .btn-light:focus,
.green-theme .btn-light:not(:disabled):not(.disabled).active,
.green-theme .bg-template-light {
    background-color: #c9f4e3
}


.green-theme .text-template,
.green-theme .btn-link,
.green-theme a,
.green-theme .float-label .form-control:focus + .form-control-label,
.green-theme .btn-light:hover,
.green-theme .btn-light:focus,
.green-theme .btn-light:not(:disabled):not(.disabled).active,
.green-theme .btn.btn-link-default:hover,
.green-theme .btn.btn-link-default:focus,
.green-theme .btn.btn-link-default.active {
    color: #00c177;
}


.green-theme .bg-warning,
.green-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.green-theme .bg-success,
.green-theme .badge-success {
    background-color: #00BB32 !important;
}

.green-theme .bg-danger,
.green-theme .badge-danger {
    background-color: #F16060 !important;
}

.green-theme .bg-orange,
.green-theme .badge-orange {
    background-color: #ff9133 !important;
}

.green-theme .bg-primary,
.green-theme .badge-primary {
    background-color: #1E88FF !important;
}

.green-theme .bg-info,
.green-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* pink theme */
.pink-theme .bg-background,
.pink-theme .header.active {
    /*background-color: rgba(255, 255, 255, 0.8)*/
}

.pink-theme .wrapper {
    background: #edf3f8;
    background: -moz-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8edf4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f8edf4 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8edf4', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.pink-theme-bg,
.pink-theme body,
.pink-theme body.sidemenu-open,
.pink-theme .bg-template,
.pink-theme .loader-screen {
    background: #ff33b5;
    background: -moz-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff9756), color-stop(100%, #ff33b5));
    background: -webkit-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
    background: -o-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
    background: -ms-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
    background: linear-gradient(135deg, #ff9756 0%, #ff33b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9756', endColorstr='#ff33b5', GradientType=1);
}


.pink-theme .btn-default,
.pink-theme .custom-control-input:checked ~ .custom-control-label::before,
.pink-theme .small-slide .swiper-slide .card:hover,
.pink-theme .small-slide .swiper-slide .card:focus,
.pink-theme .filter,
.pink-theme .chosen-container .chosen-results li.highlighted,
.pink-theme .page-item.active .page-link,
.pink-theme .nav-pills .nav-link.active,
.pink-theme .nav-pills .show > .nav-link,
.pink-theme .footer .btn i:after {
    background-color: #ff33b5;
}

.pink-theme .bg-template,
.pink-theme .icons-raised,
.pink-theme .filter,
.pink-theme .filter .form-control,
.pink-theme .filter .form-group label,
.pink-theme .float-label .chosen-container-multi .chosen-choices,
.pink-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.pink-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.pink-theme .btn-default,
.pink-theme .sidebar,
.pink-theme .sidebar .main-menu .list-group-item,
.pink-theme .small-slide .swiper-slide .card:hover *,
.pink-theme .small-slide .swiper-slide .card:focus *,
.pink-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.pink-theme .filter .form-group label {
    opacity: 0.85;
}

.pink-theme .btn-default:hover,.pink-theme .btn-default.active,
.pink-theme .btn-default:focus {
    color: #ffffff;
    background-color: #de1194;
}

.pink-theme .figure-profile,
.pink-theme .form-control:focus,
.pink-theme .custom-control-input:focus ~ .custom-control-label::before,
.pink-theme .custom-control-input:checked ~ .custom-control-label::before,
.pink-theme .float-label .form-control:focus,
.pink-theme .page-item.active .page-link,
.pink-theme .btn-outline-default {
    border-color: #ff33b5
}


.pink-theme .filter .form-control:focus,
.pink-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.pink-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.pink-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.pink-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.pink-theme .btn-light:hover,
.pink-theme .btn-light:focus,
.pink-theme .btn-light:not(:disabled):not(.disabled).active,
.pink-theme .bg-template-light {
    background-color: #fde3f4
}


.pink-theme .text-template,
.pink-theme .btn-link,
.pink-theme a,
.pink-theme .float-label .form-control:focus + .form-control-label,
.pink-theme .btn-light:hover,
.pink-theme .btn-light:focus,
.pink-theme .btn-light:not(:disabled):not(.disabled).active,
.pink-theme .btn.btn-link-default:hover,
.pink-theme .btn.btn-link-default:focus,
.pink-theme .btn.btn-link-default.active {
    color: #ff33b5;
}


.pink-theme .bg-warning,
.pink-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.pink-theme .bg-success,
.pink-theme .badge-success {
    background-color: #00BB32 !important;
}

.pink-theme .bg-danger,
.pink-theme .badge-danger {
    background-color: #F16060 !important;
}

.pink-theme .bg-orange,
.pink-theme .badge-orange {
    background-color: #ff9133 !important;
}

.pink-theme .bg-primary,
.pink-theme .badge-primary {
    background-color: #1E88FF !important;
}

.pink-theme .bg-info,
.pink-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* yellow theme */
.yellow-theme .bg-background,
.yellow-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.yellow-theme .wrapper {
    background: #f8f4e1;
    background: -moz-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8f4e1), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f8f4e1 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f4e1', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.yellow-theme-bg,
.yellow-theme body,
.yellow-theme body.sidemenu-open,
.yellow-theme .bg-template,
.yellow-theme .loader-screen {
    background: #ffce00;
    background: -moz-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ffce00), color-stop(100%, #ffa700));
    background: -webkit-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: -o-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: -ms-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: linear-gradient(135deg, #ffce00 0%, #ffa700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce00', endColorstr='#ffa700', GradientType=1);
}


.yellow-theme .btn-default,
.yellow-theme .custom-control-input:checked ~ .custom-control-label::before,
.yellow-theme .small-slide .swiper-slide .card:hover,
.yellow-theme .small-slide .swiper-slide .card:focus,
.yellow-theme .filter,
.yellow-theme .chosen-container .chosen-results li.highlighted,
.yellow-theme .page-item.active .page-link,
.yellow-theme .nav-pills .nav-link.active,
.yellow-theme .nav-pills .show > .nav-link,
.yellow-theme .footer .btn i:after {
    background-color: #ffc400;
}

.yellow-theme .bg-template,
.yellow-theme .icons-raised,
.yellow-theme .filter,
.yellow-theme .filter .form-control,
.yellow-theme .filter .form-group label,
.yellow-theme .float-label .chosen-container-multi .chosen-choices,
.yellow-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.yellow-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.yellow-theme .btn-default,
.yellow-theme .sidebar,
.yellow-theme .sidebar .main-menu .list-group-item,
.yellow-theme .small-slide .swiper-slide .card:hover *,
.yellow-theme .small-slide .swiper-slide .card:focus *,
.yellow-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.yellow-theme .filter .form-group label {
    opacity: 0.85;
}

.yellow-theme .btn-default:hover,.yellow-theme .btn-default.active,
.yellow-theme .btn-default:focus {
    color: #ffffff;
    background-color: #edb600;
}

.yellow-theme .figure-profile,
.yellow-theme .form-control:focus,
.yellow-theme .custom-control-input:focus ~ .custom-control-label::before,
.yellow-theme .custom-control-input:checked ~ .custom-control-label::before,
.yellow-theme .float-label .form-control:focus,
.yellow-theme .page-item.active .page-link,
.yellow-theme .btn-outline-default {
    border-color: #ffc400
}


.yellow-theme .filter .form-control:focus,
.yellow-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.yellow-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.yellow-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.yellow-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.yellow-theme .btn-light:hover,
.yellow-theme .btn-light:focus,
.yellow-theme .btn-light:not(:disabled):not(.disabled).active,
.yellow-theme .bg-template-light {
    background-color: #f8f0d2
}


.yellow-theme .text-template,
.yellow-theme .btn-link,
.yellow-theme a,
.yellow-theme .float-label .form-control:focus + .form-control-label,
.yellow-theme .btn-light:hover,
.yellow-theme .btn-light:focus,
.yellow-theme .btn-light:not(:disabled):not(.disabled).active,
.yellow-theme .btn.btn-link-default:hover,
.yellow-theme .btn.btn-link-default:focus,
.yellow-theme .btn.btn-link-default.active {
    color: #ffc400;
}


.yellow-theme .bg-warning,
.yellow-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.yellow-theme .bg-success,
.yellow-theme .badge-success {
    background-color: #00BB32 !important;
}

.yellow-theme .bg-danger,
.yellow-theme .badge-danger {
    background-color: #F16060 !important;
}

.yellow-theme .bg-orange,
.yellow-theme .badge-orange {
    background-color: #ff9133 !important;
}

.yellow-theme .bg-primary,
.yellow-theme .badge-primary {
    background-color: #1E88FF !important;
}

.yellow-theme .bg-info,
.yellow-theme .badge-info {
    background-color: #5ED0FB !important;
}


/* amazon theme */
.amazon-theme .btn-rounded{
    border-radius: .3rem !important;
}
.amazon-theme .btn-default{
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}
.amazon-theme .btn-default.btn-rounded{
    border-radius: .3rem;
    border-style: solid;
    border-width: .1rem;
}
.amazon-theme .btn-default.btn-important{
    background: #faa41a !important;
    border:none;
}
.amazon-theme .btn-lg{
    height: 55px;
}

.amazon-theme .input-group,
.amazon-theme .form-control{
    border-radius: .3rem;
    outline: none !important;
　　appearance:none !important;
　　-moz-appearance:none !important; /* Firefox */
　　-webkit-appearance:none !important; /* Safari 和 Chrome */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.amazon-theme .form-control.form-control-lg{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    height: 47px !important;
    font-size: 15px !important;
}

.amazon-theme .bg-background,
.amazon-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.amazon-theme .passport .header,
.amazon-theme .header.bg-template {
    background: #000 !important;
    color: white !important;
}
.amazon-theme .passport .header .btn{
    display: block !important;
    color: white !important;
}
.amazon-theme .passport .container.title .row{
    display: block !important;
}
.amazon-theme .passport .container .bg-default{
    background: white !important;
    margin-top: 15px;
    padding-bottom: 50px;
}
.amazon-theme .passport .login-row img, .amazon-theme .passport .login-row p{
    display: none !important;
}
.amazon-theme .passport .form-signin img{
    display: block !important;
    border-radius: 0 .3rem .3rem 0 !important;
}
.amazon-theme .card.bg-template {
    background: linear-gradient(to right, rgb(133, 147, 152), rgb(40, 48, 72));
    color: white !important;
    opacity: 1 !important;
}
.amazon-theme .card h3 {
    color: #faa41a !important;
}

.amazon-theme .wrapper {
    background: #f1f1f1 !important;
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}
.amazon-theme .footer {
    display: none;
}

.amazon-theme body{
    background: #f1f1f1 !important;
}
.amazon-theme-bg,
.amazon-theme .bg-template,
.amazon-theme .loader-screen {
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b); !important;
    background: -moz-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ffce00), color-stop(100%, #ffa700));
    background: -webkit-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: -o-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: -ms-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
    background: linear-gradient(135deg, #ffce00 0%, #ffa700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce00', endColorstr='#ffa700', GradientType=1);
}
.amazon-theme .container.bg-template {
    background: linear-gradient(to right, rgb(67, 67, 67) , rgb(0, 0, 0)) !important;
    color: white !important;
}
.amazon-theme body.sidemenu-open .closesidemenu{
    display: none;
}
.amazon-theme body.sidemenu-open .wrapper{
    transform: none;
    opacity: 1;
}
.amazon-theme body.sidemenu-open .sidebar{
    width: 86%;
    background: #f8f8f8 !important;
    padding: 0 0 100px 15px !important;
    max-height: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
}
.amazon-theme .sidebar .row{
    padding-bottom: 10px !important;
    border-bottom: 2px solid #dcdddd;
}
.amazon-theme .sidebar .main-menu .list-group-item{
    margin-bottom: 5px !important;
}
.amazon-theme .closesidemenu .bg-dark{
    background: none !important;
}
.amazon-theme .btn-default,
.amazon-theme .custom-control-input:checked ~ .custom-control-label::before,
.amazon-theme .small-slide .swiper-slide .card:hover,
.amazon-theme .small-slide .swiper-slide .card:focus,
.amazon-theme .filter,
.amazon-theme .chosen-container .chosen-results li.highlighted,
.amazon-theme .page-item.active .page-link,
.amazon-theme .nav-pills .nav-link.active,
.amazon-theme .nav-pills .show > .nav-link,
.amazon-theme .footer .btn i:after {
    background-color: #ffc400;
}

.amazon-theme .bg-template,
.amazon-theme .icons-raised,
.amazon-theme .filter,
.amazon-theme .filter .form-control,
.amazon-theme .filter .form-group label,
.amazon-theme .float-label .chosen-container-multi .chosen-choices,
.amazon-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.amazon-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.amazon-theme .btn-default,
.amazon-theme .sidebar,
.amazon-theme .sidebar .main-menu .list-group-item,
.amazon-theme .small-slide .swiper-slide .card:hover *,
.amazon-theme .small-slide .swiper-slide .card:focus *,
.amazon-theme .sidebar .list-group-item.active:hover * {
    color: #111 !important;
}

.amazon-theme .filter .form-group label {
    opacity: 0.85;
}

.amazon-theme .btn-default:hover,.amazon-theme .btn-default.active,
.amazon-theme .btn-default:focus {
    color: #ffffff;
    background: #edb600;
}

.amazon-theme .figure-profile,
.amazon-theme .form-control:focus,
.amazon-theme .custom-control-input:focus ~ .custom-control-label::before,
.amazon-theme .custom-control-input:checked ~ .custom-control-label::before,
.amazon-theme .float-label .form-control:focus,
.amazon-theme .page-item.active .page-link,
.amazon-theme .btn-outline-default {
    border-color: #ffc400
}


.amazon-theme .filter .form-control:focus,
.amazon-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.amazon-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.amazon-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.amazon-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.amazon-theme .btn-light:hover,
.amazon-theme .btn-light:focus,
.amazon-theme .btn-light:not(:disabled):not(.disabled).active,
.amazon-theme .bg-template-light {
    background-color: #f8f0d2
}


.amazon-theme .text-template,
.amazon-theme .btn-link,
.amazon-theme a,
.amazon-theme .float-label .form-control:focus + .form-control-label,
.amazon-theme .btn-light:hover,
.amazon-theme .btn-light:focus,
.amazon-theme .btn-light:not(:disabled):not(.disabled).active,
.amazon-theme .btn.btn-link-default:hover,
.amazon-theme .btn.btn-link-default:focus,
.amazon-theme .btn.btn-link-default.active {
    color: rgb(255, 183, 69);
}


.amazon-theme .bg-warning,
.amazon-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.amazon-theme .bg-success,
.amazon-theme .badge-success {
    background-color: #00BB32 !important;
}

.amazon-theme .bg-danger,
.amazon-theme .badge-danger {
    background-color: #F16060 !important;
}

.amazon-theme .bg-orange,
.amazon-theme .badge-orange {
    background-color: #ff9133 !important;
}

.amazon-theme .bg-primary,
.amazon-theme .badge-primary {
    background-color: #1E88FF !important;
}

.amazon-theme .bg-info,
.amazon-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* orange theme */
.orange-theme .bg-background,
.orange-theme .header.active {
    /*background-color: rgba(255, 255, 255, 0.8)*/
}

.orange-theme .wrapper {
    background: #f5f5f5;
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.orange-theme-bg,
.orange-theme body,
.orange-theme body.sidemenu-open,
.orange-theme .bg-template,
.orange-theme .loader-screen {
    background: #ff6c00;
    background: linear-gradient(307deg, #FF8703 0%, #FF6262 100%);
    background: linear-gradient(307deg, #1f3041 0%, #1f3041 100%);
    background:#005bff;
}


.orange-theme .btn-default,
.orange-theme .custom-control-input:checked ~ .custom-control-label::before,
.orange-theme .small-slide .swiper-slide .card:hover,
.orange-theme .small-slide .swiper-slide .card:focus,
.orange-theme .filter,
.orange-theme .chosen-container .chosen-results li.highlighted,
.orange-theme .page-item.active .page-link,
.orange-theme .nav-pills .nav-link.active,
.orange-theme .nav-pills .show > .nav-link,
.orange-theme .footer .btn i:after {
   /* background-color: #ff6c00;*/
   /*background: linear-gradient(307deg, #fa8d38 0%, #fa8d38 100%);*/
    background: #005bff;
}

.orange-theme .bg-template,
.orange-theme .icons-raised,
.orange-theme .filter,
.orange-theme .filter .form-control,
.orange-theme .filter .form-group label,
.orange-theme .float-label .chosen-container-multi .chosen-choices,
.orange-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.orange-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.orange-theme .btn-default,
.orange-theme .sidebar,
.orange-theme .sidebar .main-menu .list-group-item,
.orange-theme .small-slide .swiper-slide .card:hover *,
.orange-theme .small-slide .swiper-slide .card:focus *,
.orange-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.orange-theme .filter .form-group label {
    opacity: 0.85;
}

.orange-theme .btn-default:hover,.orange-theme .btn-default.active,
.orange-theme .btn-default:focus {
    color: #ffffff;
    background-color: #009eff;
}

.orange-theme .figure-profile,
.orange-theme .form-control:focus,
.orange-theme .custom-control-input:focus ~ .custom-control-label::before,
.orange-theme .custom-control-input:checked ~ .custom-control-label::before,
.orange-theme .float-label .form-control:focus,
.orange-theme .page-item.active .page-link,
.orange-theme .btn-outline-default {
    border-color: #ff6c00;
	color: #ff6c00;
}


.orange-theme .filter .form-control:focus,
.orange-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.orange-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.orange-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.orange-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.orange-theme .btn-light:hover,
.orange-theme .btn-light:focus,
.orange-theme .btn-light:not(:disabled):not(.disabled).active,
.orange-theme .bg-template-light {
    background-color: #f5dfcf
}


.orange-theme .text-template,
.orange-theme .btn-link,
.orange-theme a,
.orange-theme .float-label .form-control:focus + .form-control-label,
.orange-theme .btn-light:hover,
.orange-theme .btn-light:focus,
.orange-theme .btn-light:not(:disabled):not(.disabled).active,
.orange-theme .btn.btn-link-default:hover,
.orange-theme .btn.btn-link-default:focus,
.orange-theme .btn.btn-link-default.active {
    color: #ff6c00;
}


.orange-theme .bg-warning,
.orange-theme .badge-warning {
    background-color: #ffe7cc !important;
	color: #ff8703;
}

.orange-theme .bg-success,
.orange-theme .badge-success {
    background-color: #cbfffe !important;
	color: #00c5c3;
}

.orange-theme .bg-danger,
.orange-theme .badge-danger {
    background-color: #fee5e5 !important;
	color: #ff6262;
}

.orange-theme .bg-orange,
.orange-theme .badge-orange {
    background-color: #ffe7cc  !important;
}

.orange-theme .bg-primary,
.orange-theme .badge-primary {
    background-color: #1E88FF !important;
}

.orange-theme .bg-info,
.orange-theme .badge-info {
    background-color: #5ED0FB !important;
}


/* brown theme */
.brown-theme .bg-background,
.brown-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.brown-theme .wrapper,.brown-theme .bg-light{
    background: #f7e6c0;
    background: -moz-linear-gradient(top, #f7e6c0 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7e6c0), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f7e6c0 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f7e6c0 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f7e6c0 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f7e6c0 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e6c0', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.brown-theme-bg,
.brown-theme body,
.brown-theme body.sidemenu-open,
.brown-theme .bg-template,
.brown-theme .loader-screen {
    background: #93523b;
    background: -moz-linear-gradient(-45deg, #93523b 0%, #f24708 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #93523b), color-stop(100%, #f24708));
    background: -webkit-linear-gradient(-45deg, #93523b 0%, #f24708 100%);
    background: -o-linear-gradient(-45deg, #93523b 0%, #f24708 100%);
    background: -ms-linear-gradient(-45deg, #93523b 0%, #f24708 100%);
    background: linear-gradient(135deg, #93523b 0%, #f24708 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#f24708', GradientType=1);
}


.brown-theme .btn-default,
.brown-theme .custom-control-input:checked ~ .custom-control-label::before,
.brown-theme .small-slide .swiper-slide .card:hover,
.brown-theme .small-slide .swiper-slide .card:focus,
.brown-theme .filter,
.brown-theme .chosen-container .chosen-results li.highlighted,
.brown-theme .page-item.active .page-link,
.brown-theme .nav-pills .nav-link.active,
.brown-theme .nav-pills .show > .nav-link,
.brown-theme .footer .btn i:after {
    background-color: #93523b;
}

.brown-theme .bg-template,
.brown-theme .icons-raised,
.brown-theme .filter,
.brown-theme .filter .form-control,
.brown-theme .filter .form-group label,
.brown-theme .float-label .chosen-container-multi .chosen-choices,
.brown-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.brown-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.brown-theme .btn-default,
.brown-theme .sidebar,
.brown-theme .sidebar .main-menu .list-group-item,
.brown-theme .small-slide .swiper-slide .card:hover *,
.brown-theme .small-slide .swiper-slide .card:focus *,
.brown-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.brown-theme .filter .form-group label {
    opacity: 0.85;
}

.brown-theme .btn-default:hover,.brown-theme .btn-default.active,
.brown-theme .btn-default:focus {
    color: #ffffff;
    background-color: #c45300;
}

.brown-theme .figure-profile,
.brown-theme .form-control:focus,
.brown-theme .custom-control-input:focus ~ .custom-control-label::before,
.brown-theme .custom-control-input:checked ~ .custom-control-label::before,
.brown-theme .float-label .form-control:focus,
.brown-theme .page-item.active .page-link,
.brown-theme .btn-outline-default {
    border-color: #93523b
}


.brown-theme .filter .form-control:focus,
.brown-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.brown-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.brown-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.brown-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.brown-theme .btn-light:hover,
.brown-theme .btn-light:focus,
.brown-theme .btn-light:not(:disabled):not(.disabled).active,
.brown-theme .bg-template-light {
    background-color: #f5dfcf
}


.brown-theme .text-template,
.brown-theme .btn-link,
.brown-theme a,
.brown-theme .float-label .form-control:focus + .form-control-label,
.brown-theme .btn-light:hover,
.brown-theme .btn-light:focus,
.brown-theme .btn-light:not(:disabled):not(.disabled).active,
.brown-theme .btn.btn-link-default:hover,
.brown-theme .btn.btn-link-default:focus,
.brown-theme .btn.btn-link-default.active {
    color: #93523b;
}


.brown-theme .bg-warning,
.brown-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.brown-theme .bg-success,
.brown-theme .badge-success {
    background-color: #00BB32 !important;
}

.brown-theme .bg-danger,
.brown-theme .badge-danger {
    background-color: #F16060 !important;
}

.brown-theme .bg-orange,
.brown-theme .badge-orange {
    background-color: #ff9133 !important;
}

.brown-theme .bg-primary,
.brown-theme .badge-primary {
    background-color: #1E88FF !important;
}

.brown-theme .bg-info,
.brown-theme .badge-info {
    background-color: #5ED0FB !important;
}

/* purple theme */
.purple-theme .bg-background,
.purple-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.purple-theme .wrapper {
    background: #fbf1fd;
    background: -moz-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fbf1fd), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #fbf1fd 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf1fd', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.purple-theme-bg,
.purple-theme body,
.purple-theme body.sidemenu-open,
.purple-theme .bg-template,
.purple-theme .loader-screen {
    background: #e65bff;
    background: -moz-linear-gradient(-45deg, #e65bff 0%, #6412d4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e65bff), color-stop(100%, #6412d4));
    background: -webkit-linear-gradient(-45deg, #e65bff 0%, #6412d4 100%);
    background: -o-linear-gradient(-45deg, #e65bff 0%, #6412d4 100%);
    background: -ms-linear-gradient(-45deg, #e65bff 0%, #6412d4 100%);
    background: linear-gradient(135deg, #e65bff 0%, #6412d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e65bff', endColorstr='#6412d4', GradientType=1);
}


.purple-theme .btn-default,
.purple-theme .custom-control-input:checked ~ .custom-control-label::before,
.purple-theme .small-slide .swiper-slide .card:hover,
.purple-theme .small-slide .swiper-slide .card:focus,
.purple-theme .filter,
.purple-theme .chosen-container .chosen-results li.highlighted,
.purple-theme .page-item.active .page-link,
.purple-theme .nav-pills .nav-link.active,
.purple-theme .nav-pills .show > .nav-link,
.purple-theme .footer .btn i:after {
    background-color: #6412d4;
}

.purple-theme .bg-template,
.purple-theme .icons-raised,
.purple-theme .filter,
.purple-theme .filter .form-control,
.purple-theme .filter .form-group label,
.purple-theme .float-label .chosen-container-multi .chosen-choices,
.purple-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.purple-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.purple-theme .btn-default,
.purple-theme .sidebar,
.purple-theme .sidebar .main-menu .list-group-item,
.purple-theme .small-slide .swiper-slide .card:hover *,
.purple-theme .small-slide .swiper-slide .card:focus *,
.purple-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.purple-theme .filter .form-group label {
    opacity: 0.85;
}

.purple-theme .btn-default:hover,.purple-theme .btn-default.active,
.purple-theme .btn-default:focus {
    color: #ffffff;
    background-color: #4600a7;
}

.purple-theme .figure-profile,
.purple-theme .form-control:focus,
.purple-theme .custom-control-input:focus ~ .custom-control-label::before,
.purple-theme .custom-control-input:checked ~ .custom-control-label::before,
.purple-theme .float-label .form-control:focus,
.purple-theme .page-item.active .page-link,
.purple-theme .btn-outline-default {
    border-color: #6412d4
}


.purple-theme .filter .form-control:focus,
.purple-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.purple-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.purple-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.purple-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.purple-theme .btn-light:hover,
.purple-theme .btn-light:focus,
.purple-theme .btn-light:not(:disabled):not(.disabled).active,
.purple-theme .bg-template-light {
    background-color: #d9c8f0
}


.purple-theme .text-template,
.purple-theme .btn-link,
.purple-theme a,
.purple-theme .float-label .form-control:focus + .form-control-label,
.purple-theme .btn-light:hover,
.purple-theme .btn-light:focus,
.purple-theme .btn-light:not(:disabled):not(.disabled).active,
.purple-theme .btn.btn-link-default:hover,
.purple-theme .btn.btn-link-default:focus,
.purple-theme .btn.btn-link-default.active {
    color: #6412d4;
}


.purple-theme .bg-warning,
.purple-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.purple-theme .bg-success,
.purple-theme .badge-success {
    background-color: #00BB32 !important;
}

.purple-theme .bg-danger,
.purple-theme .badge-danger {
    background-color: #F16060 !important;
}

.purple-theme .bg-orange,
.purple-theme .badge-orange {
    background-color: #ff9133 !important;
}

.purple-theme .bg-primary,
.purple-theme .badge-primary {
    background-color: #1E88FF !important;
}

.purple-theme .bg-info,
.purple-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* deeppurple theme */
.deeppurple-theme .bg-background,
.deeppurple-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.deeppurple-theme .wrapper {
    background: #f5f5f5;
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.deeppurple-theme-bg,
.deeppurple-theme body,
.deeppurple-theme body.sidemenu-open,
.deeppurple-theme .bg-template,
.deeppurple-theme .loader-screen {
    background: linear-gradient(307deg, #FF8703 0%, #1f3041 100%);
}


.deeppurple-theme .btn-default,
.deeppurple-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeppurple-theme .small-slide .swiper-slide .card:hover,
.deeppurple-theme .small-slide .swiper-slide .card:focus,
.deeppurple-theme .filter,
.deeppurple-theme .chosen-container .chosen-results li.highlighted,
.deeppurple-theme .page-item.active .page-link,
.deeppurple-theme .nav-pills .nav-link.active,
.deeppurple-theme .nav-pills .show > .nav-link,
.deeppurple-theme .footer .btn i:after {
    background-color: #6d00be;
}

.deeppurple-theme .bg-template,
.deeppurple-theme .icons-raised,
.deeppurple-theme .filter,
.deeppurple-theme .filter .form-control,
.deeppurple-theme .filter .form-group label,
.deeppurple-theme .float-label .chosen-container-multi .chosen-choices,
.deeppurple-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.deeppurple-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.deeppurple-theme .btn-default,
.deeppurple-theme .sidebar,
.deeppurple-theme .sidebar .main-menu .list-group-item,
.deeppurple-theme .small-slide .swiper-slide .card:hover *,
.deeppurple-theme .small-slide .swiper-slide .card:focus *,
.deeppurple-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.deeppurple-theme .filter .form-group label {
    opacity: 0.85;
}

.deeppurple-theme .btn-default:hover,.deeppurple-theme .btn-default.active,
.deeppurple-theme .btn-default:focus {
    color: #ffffff;
    background-color: #52018e;
}

.deeppurple-theme .figure-profile,
.deeppurple-theme .form-control:focus,
.deeppurple-theme .custom-control-input:focus ~ .custom-control-label::before,
.deeppurple-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeppurple-theme .float-label .form-control:focus,
.deeppurple-theme .page-item.active .page-link,
.deeppurple-theme .btn-outline-default {
    border-color: #6d00be
}


.deeppurple-theme .filter .form-control:focus,
.deeppurple-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.deeppurple-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.deeppurple-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.deeppurple-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.deeppurple-theme .btn-light:hover,
.deeppurple-theme .btn-light:focus,
.deeppurple-theme .btn-light:not(:disabled):not(.disabled).active,
.deeppurple-theme .bg-template-light {
    background-color: #dbc7ea
}


.deeppurple-theme .text-template,
.deeppurple-theme .btn-link,
.deeppurple-theme a,
.deeppurple-theme .float-label .form-control:focus + .form-control-label,
.deeppurple-theme .btn-light:hover,
.deeppurple-theme .btn-light:focus,
.deeppurple-theme .btn-light:not(:disabled):not(.disabled).active,
.deeppurple-theme .btn.btn-link-default:hover,
.deeppurple-theme .btn.btn-link-default:focus,
.deeppurple-theme .btn.btn-link-default.active {
    color: #6d00be;
}


.deeppurple-theme .bg-warning,
.deeppurple-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.deeppurple-theme .bg-success,
.deeppurple-theme .badge-success {
    background-color: #00BB32 !important;
}

.deeppurple-theme .bg-danger,
.deeppurple-theme .badge-danger {
    background-color: #F16060 !important;
}


.deeppurple-theme .bg-primary,
.deeppurple-theme .badge-primary {
    background-color: #1E88FF !important;
}

.deeppurple-theme .bg-info,
.deeppurple-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* lightblue theme */
.lightblue-theme .bg-background,
.lightblue-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.lightblue-theme .wrapper {
    background: #ecf8fc;
    background: -moz-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ecf8fc), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ecf8fc 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf8fc', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.lightblue-theme-bg,
.lightblue-theme body,
.lightblue-theme body.sidemenu-open,
.lightblue-theme .bg-template,
.lightblue-theme .loader-screen {
    background: #0075f8;
    background: -moz-linear-gradient(-45deg, #17c0ff 0%, #0075f8 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #17c0ff), color-stop(100%, #0075f8));
    background: -webkit-linear-gradient(-45deg, #17c0ff 0%, #0075f8 100%);
    background: -o-linear-gradient(-45deg, #17c0ff 0%, #0075f8 100%);
    background: -ms-linear-gradient(-45deg, #17c0ff 0%, #0075f8 100%);
    background: linear-gradient(135deg, #17c0ff 0%, #0075f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17c0ff', endColorstr='#0075f8', GradientType=1);
}


.lightblue-theme .btn-default,
.lightblue-theme .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .small-slide .swiper-slide .card:hover,
.lightblue-theme .small-slide .swiper-slide .card:focus,
.lightblue-theme .filter,
.lightblue-theme .chosen-container .chosen-results li.highlighted,
.lightblue-theme .page-item.active .page-link,
.lightblue-theme .nav-pills .nav-link.active,
.lightblue-theme .nav-pills .show > .nav-link,
.lightblue-theme .footer .btn i:after {
    background-color: #0073d6;
}

.lightblue-theme .bg-template,
.lightblue-theme .icons-raised,
.lightblue-theme .filter,
.lightblue-theme .filter .form-control,
.lightblue-theme .filter .form-group label,
.lightblue-theme .float-label .chosen-container-multi .chosen-choices,
.lightblue-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.lightblue-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.lightblue-theme .btn-default,
.lightblue-theme .sidebar,
.lightblue-theme .sidebar .main-menu .list-group-item,
.lightblue-theme .small-slide .swiper-slide .card:hover *,
.lightblue-theme .small-slide .swiper-slide .card:focus *,
.lightblue-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.lightblue-theme .filter .form-group label {
    opacity: 0.85;
}

.lightblue-theme .btn-default:hover,.lightblue-theme .btn-default.active,
.lightblue-theme .btn-default:focus {
    color: #ffffff;
    background-color: #005cac;
}

.lightblue-theme .figure-profile,
.lightblue-theme .form-control:focus,
.lightblue-theme .custom-control-input:focus ~ .custom-control-label::before,
.lightblue-theme .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .float-label .form-control:focus,
.lightblue-theme .page-item.active .page-link,
.lightblue-theme .btn-outline-default {
    border-color: #0073d6
}


.lightblue-theme .filter .form-control:focus,
.lightblue-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.lightblue-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.lightblue-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.lightblue-theme .btn-light:hover,
.lightblue-theme .btn-light:focus,
.lightblue-theme .btn-light:not(:disabled):not(.disabled).active,
.lightblue-theme .bg-template-light {
    background-color: #c7dcef
}


.lightblue-theme .text-template,
.lightblue-theme .btn-link,
.lightblue-theme a,
.lightblue-theme .float-label .form-control:focus + .form-control-label,
.lightblue-theme .btn-light:hover,
.lightblue-theme .btn-light:focus,
.lightblue-theme .btn-light:not(:disabled):not(.disabled).active,
.lightblue-theme .btn.btn-link-default:hover,
.lightblue-theme .btn.btn-link-default:focus,
.lightblue-theme .btn.btn-link-default.active {
    color: #0073d6;
}


.lightblue-theme .bg-warning,
.lightblue-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.lightblue-theme .bg-success,
.lightblue-theme .badge-success {
    background-color: #00BB32 !important;
}

.lightblue-theme .bg-danger,
.lightblue-theme .badge-danger {
    background-color: #F16060 !important;
}

.lightblue-theme .bg-orange,
.lightblue-theme .badge-orange {
    background-color: #ff9133 !important;
}

.lightblue-theme .bg-primary,
.lightblue-theme .badge-primary {
    background-color: #1E88FF !important;
}

.lightblue-theme .bg-info,
.lightblue-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* teal theme */
.teal-theme .bg-background,
.teal-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.teal-theme .wrapper {
    background: #e4faf4;
    background: -moz-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e4faf4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e4faf4 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4faf4', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.teal-theme-bg,
.teal-theme body,
.teal-theme body.sidemenu-open,
.teal-theme .bg-template,
.teal-theme .loader-screen {
    background: #d4f29c;
    background: -moz-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d4f29c), color-stop(100%, #00a888));
    background: -webkit-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
    background: -o-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
    background: -ms-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
    background: linear-gradient(135deg, #d4f29c 0%, #00a888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba8ff', endColorstr='#00a888', GradientType=1);
}


.teal-theme .btn-default,
.teal-theme .custom-control-input:checked ~ .custom-control-label::before,
.teal-theme .small-slide .swiper-slide .card:hover,
.teal-theme .small-slide .swiper-slide .card:focus,
.teal-theme .filter,
.teal-theme .chosen-container .chosen-results li.highlighted,
.teal-theme .page-item.active .page-link,
.teal-theme .nav-pills .nav-link.active,
.teal-theme .nav-pills .show > .nav-link,
.teal-theme .footer .btn i:after {
    background-color: #00a888;
}

.teal-theme .bg-template,
.teal-theme .icons-raised,
.teal-theme .filter,
.teal-theme .filter .form-control,
.teal-theme .filter .form-group label,
.teal-theme .float-label .chosen-container-multi .chosen-choices,
.teal-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.teal-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.teal-theme .btn-default,
.teal-theme .sidebar,
.teal-theme .sidebar .main-menu .list-group-item,
.teal-theme .small-slide .swiper-slide .card:hover *,
.teal-theme .small-slide .swiper-slide .card:focus *,
.teal-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.teal-theme .filter .form-group label {
    opacity: 0.85;
}

.teal-theme .btn-default:hover,.teal-theme .btn-default.active,
.teal-theme .btn-default:focus {
    color: #ffffff;
    background-color: #008e73;
}

.teal-theme .figure-profile,
.teal-theme .form-control:focus,
.teal-theme .custom-control-input:focus ~ .custom-control-label::before,
.teal-theme .custom-control-input:checked ~ .custom-control-label::before,
.teal-theme .float-label .form-control:focus,
.teal-theme .page-item.active .page-link,
.teal-theme .btn-outline-default {
    border-color: #00a888
}


.teal-theme .filter .form-control:focus,
.teal-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.teal-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.teal-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.teal-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.teal-theme .btn-light:hover,
.teal-theme .btn-light:focus,
.teal-theme .btn-light:not(:disabled):not(.disabled).active,
.teal-theme .bg-template-light {
    background-color: #c4efe7
}


.teal-theme .text-template,
.teal-theme .btn-link,
.teal-theme a,
.teal-theme .float-label .form-control:focus + .form-control-label,
.teal-theme .btn-light:hover,
.teal-theme .btn-light:focus,
.teal-theme .btn-light:not(:disabled):not(.disabled).active,
.teal-theme .btn.btn-link-default:hover,
.teal-theme .btn.btn-link-default:focus,
.teal-theme .btn.btn-link-default.active {
    color: #00a888;
}


.teal-theme .bg-warning,
.teal-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.teal-theme .bg-success,
.teal-theme .badge-success {
    background-color: #00BB32 !important;
}

.teal-theme .bg-danger,
.teal-theme .badge-danger {
    background-color: #F16060 !important;
}

.teal-theme .bg-orange,
.teal-theme .badge-orange {
    background-color: #ff9133 !important;
}

.teal-theme .bg-primary,
.teal-theme .badge-primary {
    background-color: #1E88FF !important;
}

.teal-theme .bg-info,
.teal-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* lime theme */
.lime-theme .bg-background,
.lime-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.lime-theme .wrapper {
    background: #f5f7e4;
    background: -moz-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f7e4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f7e4 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7e4', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.lime-theme-bg,
.lime-theme body,
.lime-theme body.sidemenu-open,
.lime-theme .bg-template,
.lime-theme .loader-screen {
    background: #cddc39;
    background: -moz-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #cddc39), color-stop(100%, #71b700));
    background: -webkit-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
    background: -o-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
    background: -ms-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
    background: linear-gradient(135deg, #cddc39 0%, #71b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cddc39', endColorstr='#71b700', GradientType=1);
}


.lime-theme .btn-default,
.lime-theme .custom-control-input:checked ~ .custom-control-label::before,
.lime-theme .small-slide .swiper-slide .card:hover,
.lime-theme .small-slide .swiper-slide .card:focus,
.lime-theme .filter,
.lime-theme .chosen-container .chosen-results li.highlighted,
.lime-theme .page-item.active .page-link,
.lime-theme .nav-pills .nav-link.active,
.lime-theme .nav-pills .show > .nav-link,
.lime-theme .footer .btn i:after {
    background-color: #71b700;
}

.lime-theme .bg-template,
.lime-theme .icons-raised,
.lime-theme .filter,
.lime-theme .filter .form-control,
.lime-theme .filter .form-group label,
.lime-theme .float-label .chosen-container-multi .chosen-choices,
.lime-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.lime-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.lime-theme .btn-default,
.lime-theme .sidebar,
.lime-theme .sidebar .main-menu .list-group-item,
.lime-theme .small-slide .swiper-slide .card:hover *,
.lime-theme .small-slide .swiper-slide .card:focus *,
.lime-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.lime-theme .filter .form-group label {
    opacity: 0.85;
}

.lime-theme .btn-default:hover,.lime-theme .btn-default.active,
.lime-theme .btn-default:focus {
    color: #ffffff;
    background-color: #609b00;
}

.lime-theme .figure-profile,
.lime-theme .form-control:focus,
.lime-theme .custom-control-input:focus ~ .custom-control-label::before,
.lime-theme .custom-control-input:checked ~ .custom-control-label::before,
.lime-theme .float-label .form-control:focus,
.lime-theme .page-item.active .page-link,
.lime-theme .btn-outline-default {
    border-color: #71b700
}


.lime-theme .filter .form-control:focus,
.lime-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.lime-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.lime-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.lime-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.lime-theme .btn-light:hover,
.lime-theme .btn-light:focus,
.lime-theme .btn-light:not(:disabled):not(.disabled).active,
.lime-theme .bg-template-light {
    background-color: #d3e8b1
}


.lime-theme .text-template,
.lime-theme .btn-link,
.lime-theme a,
.lime-theme .float-label .form-control:focus + .form-control-label,
.lime-theme .btn-light:hover,
.lime-theme .btn-light:focus,
.lime-theme .btn-light:not(:disabled):not(.disabled).active,
.lime-theme .btn.btn-link-default:hover,
.lime-theme .btn.btn-link-default:focus,
.lime-theme .btn.btn-link-default.active {
    color: #71b700;
}


.lime-theme .bg-warning,
.lime-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.lime-theme .bg-success,
.lime-theme .badge-success {
    background-color: #00BB32 !important;
}

.lime-theme .bg-danger,
.lime-theme .badge-danger {
    background-color: #F16060 !important;
}

.lime-theme .bg-orange,
.lime-theme .badge-orange {
    background-color: #ff9133 !important;
}

.lime-theme .bg-primary,
.lime-theme .badge-primary {
    background-color: #1E88FF !important;
}

.lime-theme .bg-info,
.lime-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* deeporange theme */
.deeporange-theme .bg-background,
.deeporange-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.deeporange-theme .wrapper {
    background: #fff9f1;
    background: -moz-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff9f1), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #fff9f1 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f1', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.deeporange-theme-bg,
.deeporange-theme body,
.deeporange-theme body.sidemenu-open,
.deeporange-theme .bg-template,
.deeporange-theme .loader-screen {
    background: #ff7600;
    background: -moz-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff91b7), color-stop(100%, #ff7600));
    background: -webkit-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
    background: -o-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
    background: -ms-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
    background: linear-gradient(135deg, #ff91b7 0%, #ff7600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91b7', endColorstr='#ff7600', GradientType=1);
}


.deeporange-theme .btn-default,
.deeporange-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeporange-theme .small-slide .swiper-slide .card:hover,
.deeporange-theme .small-slide .swiper-slide .card:focus,
.deeporange-theme .filter,
.deeporange-theme .chosen-container .chosen-results li.highlighted,
.deeporange-theme .page-item.active .page-link,
.deeporange-theme .nav-pills .nav-link.active,
.deeporange-theme .nav-pills .show > .nav-link,
.deeporange-theme .footer .btn i:after {
    background-color: #ff7600;
}

.deeporange-theme .bg-template,
.deeporange-theme .icons-raised,
.deeporange-theme .filter,
.deeporange-theme .filter .form-control,
.deeporange-theme .filter .form-group label,
.deeporange-theme .float-label .chosen-container-multi .chosen-choices,
.deeporange-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.deeporange-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.deeporange-theme .btn-default,
.deeporange-theme .sidebar,
.deeporange-theme .sidebar .main-menu .list-group-item,
.deeporange-theme .small-slide .swiper-slide .card:hover *,
.deeporange-theme .small-slide .swiper-slide .card:focus *,
.deeporange-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.deeporange-theme .filter .form-group label {
    opacity: 0.85;
}

.deeporange-theme .btn-default:hover,.deeporange-theme .btn-default.active,
.deeporange-theme .btn-default:focus {
    color: #ffffff;
    background-color: #cc5f00;
}

.deeporange-theme .figure-profile,
.deeporange-theme .form-control:focus,
.deeporange-theme .custom-control-input:focus ~ .custom-control-label::before,
.deeporange-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeporange-theme .float-label .form-control:focus,
.deeporange-theme .page-item.active .page-link,
.deeporange-theme .btn-outline-default {
    border-color: #ff7600
}


.deeporange-theme .filter .form-control:focus,
.deeporange-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.deeporange-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.deeporange-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.deeporange-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.deeporange-theme .btn-light:hover,
.deeporange-theme .btn-light:focus,
.deeporange-theme .btn-light:not(:disabled):not(.disabled).active,
.deeporange-theme .bg-template-light {
    background-color: #ffe0c5
}


.deeporange-theme .text-template,
.deeporange-theme .btn-link,
.deeporange-theme a,
.deeporange-theme .float-label .form-control:focus + .form-control-label,
.deeporange-theme .btn-light:hover,
.deeporange-theme .btn-light:focus,
.deeporange-theme .btn-light:not(:disabled):not(.disabled).active,
.deeporange-theme .btn.btn-link-default:hover,
.deeporange-theme .btn.btn-link-default:focus,
.deeporange-theme .btn.btn-link-default.active {
    color: #ff7600;
}


.deeporange-theme .bg-warning,
.deeporange-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.deeporange-theme .bg-success,
.deeporange-theme .badge-success {
    background-color: #00BB32 !important;
}

.deeporange-theme .bg-danger,
.deeporange-theme .badge-danger {
    background-color: #F16060 !important;
}

.deeporange-theme .bg-orange,
.deeporange-theme .badge-orange {
    background-color: #ff9133 !important;
}

.deeporange-theme .bg-primary,
.deeporange-theme .badge-primary {
    background-color: #1E88FF !important;
}

.deeporange-theme .bg-info,
.deeporange-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* gray theme */
.gray-theme .bg-background,
.gray-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.gray-theme .wrapper {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.gray-theme-bg,
.gray-theme body,
.gray-theme body.sidemenu-open,
.gray-theme .bg-template,
.gray-theme .loader-screen {
    background: #62b2c5;
    background: -moz-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #62b2c5), color-stop(100%, #888888));
    background: -webkit-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
    background: -o-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
    background: -ms-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
    background: linear-gradient(135deg, #62b2c5 0%, #888888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b2c5', endColorstr='#888888', GradientType=1);
}


.gray-theme .btn-default,
.gray-theme .custom-control-input:checked ~ .custom-control-label::before,
.gray-theme .small-slide .swiper-slide .card:hover,
.gray-theme .small-slide .swiper-slide .card:focus,
.gray-theme .filter,
.gray-theme .chosen-container .chosen-results li.highlighted,
.gray-theme .page-item.active .page-link,
.gray-theme .nav-pills .nav-link.active,
.gray-theme .nav-pills .show > .nav-link,
.gray-theme .footer .btn i:after {
    background-color: #666666;
}

.gray-theme .bg-template,
.gray-theme .icons-raised,
.gray-theme .filter,
.gray-theme .filter .form-control,
.gray-theme .filter .form-group label,
.gray-theme .float-label .chosen-container-multi .chosen-choices,
.gray-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.gray-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.gray-theme .btn-default,
.gray-theme .sidebar,
.gray-theme .sidebar .main-menu .list-group-item,
.gray-theme .small-slide .swiper-slide .card:hover *,
.gray-theme .small-slide .swiper-slide .card:focus *,
.gray-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.gray-theme .filter .form-group label {
    opacity: 0.85;
}

.gray-theme .btn-default:hover,.gray-theme .btn-default.active,
.gray-theme .btn-default:focus {
    color: #ffffff;
    background-color: #444444;
}

.gray-theme .figure-profile,
.gray-theme .form-control:focus,
.gray-theme .custom-control-input:focus ~ .custom-control-label::before,
.gray-theme .custom-control-input:checked ~ .custom-control-label::before,
.gray-theme .float-label .form-control:focus,
.gray-theme .page-item.active .page-link,
.gray-theme .btn-outline-default {
    border-color: #666666
}


.gray-theme .filter .form-control:focus,
.gray-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.gray-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.gray-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.gray-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.gray-theme .btn-light:hover,
.gray-theme .btn-light:focus,
.gray-theme .btn-light:not(:disabled):not(.disabled).active,
.gray-theme .bg-template-light {
    background-color: #999999
}


.gray-theme .text-template,
.gray-theme .btn-link,
.gray-theme a,
.gray-theme .float-label .form-control:focus + .form-control-label,
.gray-theme .btn-light:hover,
.gray-theme .btn-light:focus,
.gray-theme .btn-light:not(:disabled):not(.disabled).active,
.gray-theme .btn.btn-link-default:hover,
.gray-theme .btn.btn-link-default:focus,
.gray-theme .btn.btn-link-default.active {
    color: #666666;
}


.gray-theme .bg-warning,
.gray-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.gray-theme .bg-success,
.gray-theme .badge-success {
    background-color: #00BB32 !important;
}

.gray-theme .bg-danger,
.gray-theme .badge-danger {
    background-color: #F16060 !important;
}

.gray-theme .bg-orange,
.gray-theme .badge-orange {
    background-color: #ff9133 !important;
}

.gray-theme .bg-primary,
.gray-theme .badge-primary {
    background-color: #1E88FF !important;
}

.gray-theme .bg-info,
.gray-theme .badge-info {
    background-color: #5ED0FB !important;
}



/* black theme */
.black-theme .bg-background,
.black-theme .header.active {
    background-color: rgba(255, 255, 255, 0.8)
}

.black-theme .wrapper {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
}

.black-theme-bg,
.black-theme body,
.black-theme body.sidemenu-open,
.black-theme .bg-template,
.black-theme .loader-screen {
    background: #888888;
    background: -moz-linear-gradient(-45deg, #888888 0%, #222222 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #888888), color-stop(100%, #222222));
    background: -webkit-linear-gradient(-45deg, #888888 0%, #222222 100%);
    background: -o-linear-gradient(-45deg, #888888 0%, #222222 100%);
    background: -ms-linear-gradient(-45deg, #888888 0%, #222222 100%);
    background: linear-gradient(135deg, #888888 0%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#222222', GradientType=1);
}


.black-theme .btn-default,
.black-theme .custom-control-input:checked ~ .custom-control-label::before,
.black-theme .small-slide .swiper-slide .card:hover,
.black-theme .small-slide .swiper-slide .card:focus,
.black-theme .filter,
.black-theme .chosen-container .chosen-results li.highlighted,
.black-theme .page-item.active .page-link,
.black-theme .nav-pills .nav-link.active,
.black-theme .nav-pills .show > .nav-link,
.black-theme .footer .btn i:after {
    background-color: #000000;
}

.black-theme .bg-template,
.black-theme .icons-raised,
.black-theme .filter,
.black-theme .filter .form-control,
.black-theme .filter .form-group label,
.black-theme .float-label .chosen-container-multi .chosen-choices,
.black-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.black-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.black-theme .btn-default,
.black-theme .sidebar,
.black-theme .sidebar .main-menu .list-group-item,
.black-theme .small-slide .swiper-slide .card:hover *,
.black-theme .small-slide .swiper-slide .card:focus *,
.black-theme .sidebar .list-group-item.active:hover * {
    color: #ffffff !important;
}

.black-theme .filter .form-group label {
    opacity: 0.85;
}

.black-theme .btn-default:hover,.black-theme .btn-default.active,
.black-theme .btn-default:focus {
    color: #ffffff;
    background-color: #000000;
}

.black-theme .figure-profile,
.black-theme .form-control:focus,
.black-theme .custom-control-input:focus ~ .custom-control-label::before,
.black-theme .custom-control-input:checked ~ .custom-control-label::before,
.black-theme .float-label .form-control:focus,
.black-theme .page-item.active .page-link,
.black-theme .btn-outline-default {
    border-color: #222222
}


.black-theme .filter .form-control:focus,
.black-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.black-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.black-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.black-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.black-theme .btn-light:hover,
.black-theme .btn-light:focus,
.black-theme .btn-light:not(:disabled):not(.disabled).active,
.black-theme .bg-template-light {
    background-color: #999999
}


.black-theme .text-template,
.black-theme .btn-link,
.black-theme a,
.black-theme .float-label .form-control:focus + .form-control-label,
.black-theme .btn-light:hover,
.black-theme .btn-light:focus,
.black-theme .btn-light:not(:disabled):not(.disabled).active,
.black-theme .btn.btn-link-default:hover,
.black-theme .btn.btn-link-default:focus,
.black-theme .btn.btn-link-default.active {
    color: #000000;
}


.black-theme .bg-warning,
.black-theme .badge-warning {
    background-color: #FFBB00 !important;
}

.black-theme .bg-success,
.black-theme .badge-success {
    background-color: #00BB32 !important;
}

.black-theme .bg-danger,
.black-theme .badge-danger {
    background-color: #F16060 !important;
}

.black-theme .bg-orange,
.black-theme .badge-orange {
    background-color: #ff9133 !important;
}

.black-theme .bg-primary,
.black-theme .badge-primary {
    background-color: #1E88FF !important;
}

.black-theme .bg-info,
.black-theme .badge-info {
    background-color: #5ED0FB !important;
}






.gradient-warning {
    background: #ffe785;
    background: -moz-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffe785), color-stop(100%, #ffbb00));
    background: -webkit-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
    background: -o-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
    background: -ms-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
    background: linear-gradient(to bottom, #ffe785 0%, #ffbb00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe785', endColorstr='#ffbb00', GradientType=0);
}

.gradient-success {
    background: #50eb67;
    background: -moz-linear-gradient(top, #50eb67 0%, #00bb32 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #50eb67), color-stop(100%, #00bb32));
    background: -webkit-linear-gradient(top, #50eb67 0%, #00bb32 100%);
    background: -o-linear-gradient(top, #50eb67 0%, #00bb32 100%);
    background: -ms-linear-gradient(top, #50eb67 0%, #00bb32 100%);
    background: linear-gradient(to bottom, #50eb67 0%, #00bb32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50eb67', endColorstr='#00bb32', GradientType=0);
}

.gradient-danger {
    background: #ffb5b5;
    background: -moz-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffb5b5), color-stop(100%, #f16060));
    background: -webkit-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
    background: -o-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
    background: -ms-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
    background: linear-gradient(to bottom, #ffb5b5 0%, #f16060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5', endColorstr='#f16060', GradientType=0);
}

.gradient-primary {
    background: #99caff;
    background: -moz-linear-gradient(top, #99caff 0%, #1e88ff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #99caff), color-stop(100%, #1e88ff));
    background: -webkit-linear-gradient(top, #99caff 0%, #1e88ff 100%);
    background: -o-linear-gradient(top, #99caff 0%, #1e88ff 100%);
    background: -ms-linear-gradient(top, #99caff 0%, #1e88ff 100%);
    background: linear-gradient(to bottom, #99caff 0%, #1e88ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99caff', endColorstr='#1e88ff', GradientType=0);
}

.gradient-info {
    background: #c7f0ff;
    background: -moz-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c7f0ff), color-stop(100%, #5ed0fb));
    background: -webkit-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
    background: -o-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
    background: -ms-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
    background: linear-gradient(to bottom, #c7f0ff 0%, #5ed0fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7f0ff', endColorstr='#5ed0fb', GradientType=0);
}


.theme-dark .wrapper {
    background: #222222;
    background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #222222), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
    background: -o-linear-gradient(top, #222222 0%, #000000 100%);
    background: -ms-linear-gradient(top, #222222 0%, #000000 100%);
    background: linear-gradient(to bottom, #222222 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
    color: #ffffff
}
.theme-bg .wrapper {
    background:url(bg.jpg) repeat-y center top !important; background-size:100% auto !important;;
}

.theme-dark .list-group-item,
.theme-dark .modal-content,
.theme-dark .avatar:not(.bg-template),
.theme-dark .card:not(.bg-template) {
    background: #333333;
    color: #ffffff
}

.theme-dark .modal-content .form-control,
.theme-dark .text-dark,
.theme-dark .icon-slide .swiper-slide p,
.theme-dark .icon-slide .swiper-slide:hover p,
.theme-dark .icon-slide .swiper-slide:focus p,
.theme-dark .text-secondary {
    color: #ffffff !important;
}

.theme-dark .swiper-pagination-bullet {
    background: #ffffff;
}

.theme-dark .footer,
.theme-dark .bg-background,
.theme-dark .header.active {
    background-color: rgba(100, 100, 100, 0.5);
}

.theme-dark .notification .text-secondary {
    color: #666666 !important;
}

.theme-dark .form-control,
.theme-dark .input-group,
.theme-dark .progress {
    background-color: rgba(255, 255, 255, 0.09);
}

.theme-dark .modal-footer,
.theme-dark .border-top,
.theme-dark .border-left,
.theme-dark .border-bottom,
.theme-dark .border-right {
    border-color: rgba(255, 255, 255, 0.09) !important;
}

.theme-dark .input-group .form-control {
    background-color: transparent
}

.theme-dark .header-logo {
    content: url('../img/logo-header-white.png');
}

.theme-dark .logo-small {
    content: url('../img/logo-login-white.png');
}

.theme-dark .btn-white {
    background-color: #000000 !important;
    color: #ffffff;
}

/* media query */

@media screen and (max-width:374px) {
    .footer .btn {
        width: 50px;
    }

    .icons-raised {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .sidebar .main-menu .list-group-item {
        margin-bottom: 10px;
    }

    .two-slide figure.avatar {
        display: none
    }

    .introduction .swiper-slide img {
        max-width: 60% !important
    }
}



.theme-dark *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.theme-dark *::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
}

.theme-dark *::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0, 0, 0, 1);
}

/* RTL */
.rtl {
    direction: rtl;
    text-align: right;
}

.rtl body,
.rtl .text-left {
    text-align: right !important;
    direction: rtl;
}


.rtl body .sidebar {
    left: auto;
    right: -100%;
}

.rtl body.sidemenu-open .sidebar {
    left: auto;
    right: 0;
}

.rtl .sidebar .main-menu .list-group-item i {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .pl-3 {
    padding-left: 0rem !important;
    padding-right: 1rem !important;
}

.rtl .ml-3 {
    margin-left: 0rem !important;
    margin-right: 1rem !important;
}

.rtl .pl-2 {
    padding-left: 0rem !important;
    padding-right: 0.5rem !important;
}

.rtl .ml-2 {
    margin-left: 0rem !important;
    margin-right: 0.5rem !important;
}


.rtl .mr-2 {
    margin-right: 0rem !important;
    margin-left: 0.5rem !important;
}

.rtl .ml-1 {
    margin-left: 0rem !important;
    margin-right: 0.25rem !important;
}

.rtl .mr-1 {
    margin-right: 0rem !important;
    margin-left: 0.25rem !important;
}

.rtl .pl-0 {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.rtl .pr-0 {
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.rtl .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.rtl .text-right {
    text-align: left !important;
}


.rtl .custom-switch .custom-control-label::after {
    left: calc(-1.50rem + 2px);
}

.rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    left: calc(-3rem + 2px);
}

.rtl .nav-tabs {
    padding: 0
}

.rtl .float-right {
    float: left !important;
}

.rtl .search {
    background-position: center left;
}

.rtl .float-label .form-control-label {
    left: auto;
    right: 0;
}
.rtl .border-left {
    border-left: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.rtl .list-group{
    padding: 0
}

/* Chrome safari scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(230, 230, 230, 0.4);
}


/* added after 2020/11/8 */
.dropdown-item-icon{width:36px;height: 36px}
.dropdown-item-text{padding-left:15px;font-family:Averta;font-size:16px;line-height:0.88;letter-spacing:0.2px;text-align:left;display: inline}
.avatar {border:0}
.avatar span, .avatar i {
    vertical-align: middle;
}
.avatar.rounded {
    border-radius: 10px !important;
}
.card .card-footer {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 0 15px 15px;
    border: 0;
    background-color: transparent;
}
.icon.icon-60 {
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.icon.icon-60 img{
	border-radius: 5px;
    height: 60px;
    width: 60px;
}
.pagination{display:inline-block;padding-left:0;margin-bottom:24px}
.pagination > li{display:inline}
.pagination > li > a,.pagination > li > span{position:relative;float:left;width:48px;margin:0 4px;font-weight:500;line-height:48px;color:#37517e;text-align:center;text-decoration:none;border-radius:50%}
.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0}
.pagination > li:last-child > a,.pagination > li:last-child > span{margin-right:0}
.pagination > li > a:hover,.pagination > li > a:focus{z-index:3;color:#37517e;background-color:#f2f5f7}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{z-index:2;color:#37517e;cursor:default;background-color:#f2f5f7}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{color:#a8aaac;cursor:not-allowed;background-color:#fff}
.pagination-text{margin-bottom:0;line-height:48px;color:#2e4369}
.pagination-text .btn-group{margin-top:-1px;vertical-align:top}
.pagination-inverse > li > a:hover,.pagination-inverse > li > a:focus,.pagination-inverse > li.active > a,.pagination-inverse > li.active > span,.pagination-inverse > li.active > a:hover,.pagination-inverse > li.active > a:focus{background-color:#fff}
.pager{padding-left:0;margin:24px 0;text-align:center;list-style:none}
.pager li{display:inline}
.pager li > a,.pager li > span{display:inline-block;padding:7px 15px;background-color:transparent;border-radius:3px}
.pager li > a:hover,.pager li > a:focus{color:#fff;text-decoration:none;background-color:#f2f5f7}
.pager .next > a,.pager .next > span{float:right}
.pager .previous > a,.pager .previous > span{float:left}
.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{color:#a8aaac;cursor:not-allowed;background-color:transparent}

.modal-content .close.close-rounded {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 0.5px solid #dbdddd;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 0;
    -webkit-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1 !important;
}
.head-title{
	line-height:54px;
}
.header .col-auto{
	min-width: 54px;
}

/* 个人中心 */
.list-uc-cell{
	overflow: hidden;
	display: block;
	position: relative;
	padding: 15px;
}
.list-uc-cell::after{
	content: '';
	background-color: #E6E6E6;
	height: 1px;
	position: absolute;
	left: 50px;
	right: 15px;
	bottom: 0;
	display: block;
}
.list-uc-cell:last-child::after{
	display: none;
}
.list-uc-link{
	display: block;
}
.list-uc-cell .col-auto{
	font-size: 0;
	height: 20px;
}
.list-uc-cell h6{
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 14px;
	color: #808080;
	line-height: 20px;
}
.list-uc-cell .material-icons{
	color: #808080;
	opacity: .4;
	margin-left: auto;
}
.list-uc-cell .uc-ico{
	display: block;
	width: 20px;
	height: 20px;
}
.flex{
	display: flex;
}
.flex-center{
	display: flex;
	align-items: center;
}
.flex_col{
	flex: 1;
}
.uc-container{
	position: relative;
	margin-bottom: 20px;
}
.uc-main{
	position: relative;z-index: 43;
}
.uc-grid{
	color: #ffffff;
	padding: 20px 0;
	margin-bottom:10px;
}
.uc-less{
	margin-bottom: 30px;
	color: #ffffff;
}
.uc-container:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 40px;
	border-radius: 0 0 50px 50px;
	background: linear-gradient(307deg, #21272dba 0%, #1f3041 100%);
}
.uc-card{
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 6px 10px 1px rgba(0,0,0,0.1);
	border-radius: 10px 10px 10px 10px;
}
.uc-less .col{
	padding: 0 5px;
}
.uc-card .row{
	padding: 10px;
	margin: 0;
	color: #1f3041;
}
.uc-card .col-6{
	padding: 10px 0;
}
.border-left-solid{
	border-left: 1px solid #005bff;
}
.border-bottom-solid{
	border-bottom: 1px solid #005bff;
}
.vip-span{
	font-weight: bold;
	font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
	font-size: 30px;
}
.uc-card .data-v{
	font-weight: bold;
	font-size: 18px;
}
.uc-card .text-mute{
	opacity: .4;
}
.avatar-box img{
	border: 2px solid #ffffff;
}



.foot-inner{
	width: 100%;
	text-align:center
}

.tab-ico{
	display: inline-flex;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.icon-1{
	background-image: url(../red/images/foot1.png);
}
.icon-2{
	background-image: url(../red/images/foot2.png);
}
.icon-3{
	background-image: url(../red/images/foot3.png);
}
.icon-4{
	background-image: url(../red/images/foot4.png);
}

.active .icon-1{
	background-image: url(../red/images/foot1_on.png);
}
.active .icon-2{
	background-image: url(../red/images/foot2_on.png);
}
.active .icon-3{
	background-image: url(../red/images/foot3_on.png);
}
.active .icon-4{
	background-image: url(../red/images/foot4_on.png);
}


.icon-mid{
	width: 53px;
	height: 53px;
	margin-top: -19px;
	animation:turn 3s linear infinite;
	background-image: url(../red/images/mid.png);
}
@keyframes turn{
0%{-webkit-transform:rotate(0deg);}
25%{-webkit-transform:rotate(90deg);}
50%{-webkit-transform:rotate(180deg);}
75%{-webkit-transform:rotate(270deg);}
100%{-webkit-transform:rotate(360deg);}
}
.uc-right{
	line-height: 1;
	height: 50px;
}

.card-links{
	margin-bottom: 20px;
}
.card-links .card-link{
	display: flex;
	align-items: center;
	padding: 0 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60px;
	color: #ffff;
	font-weight: bold;
	border-radius: 3px;
	text-shadow: 0 1px 0px #ffa231;
}
.card-links .col-6:first-child .card-link{
	background-image: url(images/card1.png);
}
.card-links .col-6:last-child .card-link{
	background-image: url(images/card2.png);
}
/* 记录 */
.page-main{
	padding: 15px;
}
.bs-panel{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.panel-body{
	padding: 15px;
}
.list-group-item{
	border-bottom: 1px solid #ededed;
}
.page-val{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* 公告 */
.page-banner{
	font-size: 0;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}
img{
	max-width: 100%;
}
.page-banner img{
	width: 100%;
}
.system-bar{
	padding: 10px 15px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #ffffff;
	border-radius: 6px;
	margin-bottom: 15px;
}
.system-bar img{
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.notice__cell{
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
}
.notice__cell:last-child{
	border-bottom: 0;
}
.notice__cell .notice__wrap--title{
	margin-bottom: 6px;
	font-weight: bold;
}
.notice__cell p{
	font-size: 14px;
	color: #4D4D4D;
}

/* 客服 */
.kcard .k-link{
	padding:10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kcard .k-link img{
	width: 40px;
	height: 40px;
}
.kcard .k-label{
	color: #999;
}
.k-body{
	padding: 10px 0;
}
.art-body{
	padding: 16px;
	line-height: 1.8;
}
.invte-body .inv-title{
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.inv-body{
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.8;
	color: #999999;
}
.inv-foot{
	text-align: center;
}

/* form */
.form-top{
	font-size: 15px;
	margin-bottom: 10px;
}
.form-main{
	padding: 15px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}
.form-main .form-control{
	height: 40px;
}

.form-foot{
	font-size: 15px;
	margin-bottom: 10px;
}
.text-gray{
	color: #999!important;
}
.form-foot .text-gray{
	line-height: 1.7;
}

.mint-switch{
	margin-bottom: 0;
	font-size: 14px;
}
.mint-switch-input{
	appearance: none;
	width: 18px;
	height: 18px;
}
.mint-switch .mint-switch-input{
	margin-right: 10px;
}
.mint-switch-input:before{
	display: block;
	width: 18px;
	height: 18px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(images/radio-gray.png);
}
.mint-switch-input:checked:before{
	background-image: url(images/radio.png);
}

.page-ss .page-main{
	padding-bottom: 0;
}
.ord-card{
	padding: 15px;
}
.ord-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.ord-body{
	margin-bottom: 10px;
}
.gray{
	color: #999;
}
.ord-item_row{
	padding: 5px 0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.ord-item_row .gray{
	font-size: 12px;
}

.ord-item_row .text-v{
	font-size: 15px;
}
.ord-header  .badge{
    padding: 0.35em .8em;
	display: block;
	border-radius: 4px;
}
.text-red{
	color: #1f3041;
}
.row-data{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.no_more{
	text-align: center;
	color: #999;
	padding: 20px;
}

/* 利息记录 */
.jk-card{
	border-radius: 5px;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 15px;
	background-color: #fff;
}
.jk-card .laj-tit{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.jk-card-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.jk-card-item .btn{
	min-width: 80px;
}
.pagination-container{
	text-align: center;
	font-size: 12px;
}

.level-box{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding:6px 16px;
}
.level-box--item{
	position: relative;
	width: 50%;
	padding: 6px 0;
}
.level-box--item .dajkeh{
	color: #999;
	font-size: 13px;
}
.level-box--item .ddoekjh{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.level-box--item:nth-child(odd)::after{
	display: block;
	content: '';
	width: 1px;
	height:40px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wdal-card{
	padding: 16px;
}
.wdal-box{
	border-radius: 7px;
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 14px;
}
.wdal-box:first-child{
	margin-bottom: 10px;
}
.wdal-box .label{
	margin-right: 10px;
}
.input-value{
	font-size: 16px;
	border: 0;
	outline: 0;
	background-color: transparent;
}

.choice-btn{
	border: 1px solid #fc992a;
	height: 44px;
	width: 100%;
	margin-top: 16px;
	border-radius: 5px;
	color: #fff;
	background-color: #fc992a;
	background: #005bff;
	border: 1px solid #005bff;
}
.choice-btn.choice-btn-line{
	color: #fc992a;
	background-color: #005bff;
}

.product__wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.product__wrap .col-6{
	padding: 6px;
}
.product__wrap .sjakeh{
	padding: 12px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
}
.sjakeh .sjakeh-title{
	margin-bottom: 10px;
	font-size: 16px;
}
.djakew{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.current .sjakeh{
	background: linear-gradient(307deg, #FF8703 0%, #1f3041 100%);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	color: #fff;
	background: #005bff;
}
.sj-item:last-child{
	opacity: .6;
}
.btn-group-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:  20px;
}
.dasd-title{
	padding:20px 10px;
}
.btn-group-box .btn{
	width: 110px;
}


/* modal */

/* === Modals === */
.modal-overlay,
.preloader-indicator-overlay,
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10600;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
}
.modal-overlay.modal-overlay-visible,
.preloader-indicator-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  z-index: 10200;
}
.actions-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.actions-modal.modal-in {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.actions-modal.modal-out {
  z-index: 10999;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.actions-modal-group {
  margin: .4rem;
}
.actions-modal-button,
.actions-modal-label {
  position: relative;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  text-align: center;
  background: rgba(243, 243, 243, .95);
  border-bottom: 1px solid #d2d2d6;
}
.actions-modal-button a,
.actions-modal-label a {
  color: inherit;
  text-decoration: none;
}
.actions-modal-button b,
.actions-modal-label b {
  font-weight: 500;
}
.actions-modal-button.actions-modal-button-bold,
.actions-modal-label.actions-modal-button-bold {
  font-weight: 500;
}
.actions-modal-button.actions-modal-button-danger,
.actions-modal-label.actions-modal-button-danger {
  color: #f6383a;
}
.actions-modal-button.color-danger,
.actions-modal-label.color-danger {
  color: #f6383a;
}
.actions-modal-button.bg-danger,
.actions-modal-label.bg-danger {
  color: white;
  background: #f6383a;
}
.actions-modal-button.bg-danger:active,
.actions-modal-label.bg-danger:active {
  background: #f00b0d;
}
.actions-modal-button:first-child,
.actions-modal-label:first-child {
  border-radius: .2rem .2rem 0 0;
}
.actions-modal-button:last-child,
.actions-modal-label:last-child {
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 0 .2rem .2rem;
}
.actions-modal-button:first-child:last-child,
.actions-modal-label:first-child:last-child {
  border-radius: .2rem;
}
.actions-modal-button.disabled,
.actions-modal-label.disabled {
  color: #8e8e93;
  opacity: .95;
}
.actions-modal-button {
  font-size: 1rem;
  line-height: 2.15rem;
  color: #0894ec;
  cursor: pointer;
}
.actions-modal-button:active,
.actions-modal-button.active-state {
  background: #dcdcdc;
}
.actions-modal-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  min-height: 2.2rem;
  padding: .4rem .5rem;
  font-size: .7rem;
  line-height: 1.3;
  color: #5f646e;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
input.modal-text-input {
  display: block;
  width: 100%;
  height: 1.5rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
  padding: 0 .25rem;
  margin: 0;
  margin-top: .75rem;
  font-family: inherit;
  font-size: .7rem;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: .25rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

     -moz-appearance: none;
          appearance: none;
}
input.modal-text-input + input.modal-text-input {
  margin-top: .25rem;
}
input.modal-text-input.modal-text-input-double {
  border-radius: .25rem .25rem 0 0;
}
input.modal-text-input.modal-text-input-double + input.modal-text-input {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 .25rem .25rem;
}

/* l */

.dialog-btn-cancel{
	color: #333;
}
.dialog-btn-confirm{
	color: #ff6262;
}
.modal-footer .btn{
	width: 80%;
}
.btn-red{
	background-color: #1f3041;
	color: #fff;
}


/* qiang单 */
.rot-panel{
	border-radius: 5px;
	background-color: #fff;
}
.rot-group{
	padding: 16px;
}
.rot-row{
	line-height: 1.2;
	padding: 3px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rot-row .rot-label{
	color: #999;
	font-size: 14px;
}
.rot-foot{
	padding: 16px;
}
.rot-card{
	background: url(../red/images/ret-bg.png) no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.rot-data{
	margin-bottom: 30px;
}
.rot-level{
	display: flex;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 0;
}
.rot-level .level-span{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	display: block;
}
.rot-level a{
	display: block;
	line-height: 1;
}


.rot-list{
	display: flex;
	text-align: center;
}
.rot-list .val{
	font-size: 20px;
	font-weight: bold;
}
.rot-list .label{
	font-size: 13px;
}
.rot-data .d-label{
	opacity: .7;
	margin-bottom: 5px;
}
.d-v{
	font-weight: bold;
	font-size: 30px;
	display: flex;
	align-items: center;
}
.d-v .bi-ico{
	width: 30px;
}

/* 登录注册 */
.form-top-page{
	background-color: #ffffff!important;
	background-repeat: no-repeat!important;
	background-image: url(../red/new/pic/bg.jpg)!important;
	background-size: contain!important;
	min-height: 100vh;
}
.form-l-top{
	position: relative;
	background-size: cover;
	border-radius: 0 0 60px 60px;
	height: 160px;
	margin-bottom: 140px;
}
.form-l-top .lang-link{
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	color: #fff;
}
.avatar-info{
	position: absolute;
	top: 120px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.avatar-info img{
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.form-panel .form-group{
	border: 1px solid #cccccc;
	border-radius:6px;
	margin-bottom: 15px;
}
.form-panel .form-group .form-control{
	border: 0!important;
}
.foot-end{
	text-align: center;
	padding: 20px 0;
}
.form-panel .dropdown-toggle{
	margin: 0!important;
    background: #F5F5F5;
	border-radius: 5px 0 0 5px!important;
}
.avatar-info .small{
	color: #999;
}
.modal-scroll{
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.btn-link .font_family{
	font-size: 20px;
}

/* 首页 */

@font-face {
	font-family: "zkyh";font-weight: 400;src: url("../red/fonts/Q0DjKuYP7WTTxZyQoOZej.woff2") format("woff2"),
  url("../red/fonts/Q0DjKuYP7WTTxZyQoOZej.woff") format("woff");
  font-display: swap;
}
.index-panel{
	background-color: #fff;
	padding: 16px;
}
.swiper-container-banner{
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 5px 20px #ffe0e0;
}

.menu-cells {
	text-align: center;
}
.menu-cells .mu-link{
	display: block;
	line-height: 1;
}
.mu-link img{
	width: 44px;
	height: 44px;
}
.link-cells .link-c{
	display: block;
	line-height: 1;
}
.link-c img{
	width: 34px;
	height: 34px;
}
.index-main{
	overflow: hidden;
}
.index-card{
	background-color: #fff;
	border-radius: 5px;
}
.index-card_hd{
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: url(../red/images/ttbg.png) center no-repeat;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	font-family: 'zkyh';
}
.index-card_bd{
	padding: 16px;
}
.partner-slide .card{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	font-size: 0;
	margin: 10px;
}
.partner-slide .card img{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	object-fit: contain;
}
.partner-slide .swiper-slide{
	width: 100px;
}
.partner-slide .shadow{
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%) !important;
}
.table td, .table th{
	padding: .5rem .75rem;
}
.index-card_table{
	padding: 0 10px;
}
.index-card_table .table{
	font-size: 14px;
	color: #999999;
}
.index-card_table .table thead td{
	font-weight: bold;
}

.vip-cells{
	margin: 0 -15px;
}
.vip-card_bd{
	padding:20px 0px 0 10px;
	/*height: 278px;*/
	text-align: center;
}
.vip-card_bd .vip-ico{
	font-size: 0;
}
.vip-ico img{
	width: 50px;
}
.vip-data{
    display: flex;
    text-align: center;
    font-size: 12px;
    justify-content: center;
}
.vip-data .label{
	opacity: .6;
	font-size: 12px;
}
.vip-card_bd .vip-top{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #968a47;
}
.vip-foot .btn{
	width: 100%;
	height: 38px;
	padding: 0;
	line-height: 38px;
	border-radius: 5px;
}
.vip-foot .btn-disabled{
	background-color: #b7b7b7;
	background-color: pink;
	font-size: 12px;
}
.vip-foot .btn-yellow{
	width: 100%;
	background: #FFC403;
	color: #fff;
	font-size: 12px;
}



.vip-foot .rp-val{
	text-align: center;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
	color: #968a47;
}
.vip-data .val{
	font-size: 14px;
}

.vip-card{
	margin: 0 auto;
	width: 320px;
	height:245px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url(../red/images/vip/v1.png);
}
.vip-foot{
	margin: 0 22px;
	position: relative;
	border-top: 1px solid #E3A72C;
	padding:12px 15px 15px 15px;
}
.vip_bg_1.vip-card{
	background-image: url(../red/images/vip/v1.png);
}
.vip_bg_1 .vip-foot{
	border-top: 1px solid #E3A72C;
}
.vip_bg_1 .vip-foot .btn-yellow{
	background: #f3e500;
	color: #989263;
}
.vip_bg_2.vip-card{
	background-image: url(../red/images/vip/v2.png);}


.vip_bg_3.vip-card{
	background-image: url(../red/images/vip/v3.png);}

.vip_bg_4.vip-card{
	background-image: url(../red/images/vip/v4.png);}

.vip_bg_4 .vip-foot .btn-yellow{
	background: #f9bf01;
}
.vip_bg_5.vip-card{
	background-image: url(../red/images/vip/v5.png);}

.vip_bg_5 .vip-foot .btn-yellow{
	background: #ffaa00;
}
.vip_bg_6.vip-card{
	background-image: url(../red/images/vip/v6.png);
}
.vip_bg_6 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_6 .vip-foot .btn-yellow{
	background: #f78c52;
}


.vip_bg_7.vip-card{
	background-image: url(../red/images/vip/v7.png);}
.vip_bg_7 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_7 .vip-foot .btn-yellow{
	background: #ff7300;
}


.vip_bg_8.vip-card{
	background-image: url(../red/images/vip/v8.png);}
.vip_bg_8 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_8 .vip-foot .btn-yellow{
	background: #ec7200;
}

.vip_bg_9.vip-card{
	background-image: url(../red/images/vip/v9.png);}
.vip_bg_9 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_9 .vip-foot .btn-yellow{
	background: #cc4b00;
}

.vip_bg_10.vip-card{color: #fdeacc;
	background-image: url(../red/images/vip/v10.png);}
.vip_bg_10 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_10 .vip-foot .btn-yellow{
	background: #c54b01;
}

.vip_bg_11.vip-card{color: #fdeacc;
	background-image: url(../red/images/vip/v11.png);}
.vip_bg_11 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_11 .vip-foot .btn-yellow{
	background: #ff6363;
}

.vip_bg_12.vip-card{color: #fdeacc;
	background-image: url(../red/images/vip/v12.png);}
.vip_bg_12 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_12 .vip-foot .btn-yellow{
	background: #ff2c2d;
}

.vip_bg_13.vip-card{color: #fdeacc;
	background-image: url(../red/images/vip/v13.png);}
.vip_bg_13 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_13 .vip-foot .btn-yellow{
	background: #cf0f06;
}

.vip_bg_14.vip-card{color: #fdeacc;
	background-image: url(../red/images/vip/v14.png);}
.vip_bg_14 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_14 .vip-foot .btn-yellow{
	background: #b91403;
}

.vip_bg_15.vip-card{color: #fdeacc;
	background-image: url(../red/images/vip/v15.png);}
.vip_bg_15 .vip-foot{
	border-top: 1px solid #e3a72c;
}
.vip_bg_15 .vip-foot .btn-yellow{
	background: #910006;
}


.vip_bg_6 .vip-card_bd .vip-top,
.vip_bg_6 .vip-foot .rp-val,
.vip_bg_6 .vip-foot .btn-yellow,
.vip_bg_7 .vip-card_bd .vip-top,
.vip_bg_7 .vip-foot .rp-val,
.vip_bg_7 .vip-foot .btn-yellow,
.vip_bg_8 .vip-card_bd .vip-top,
.vip_bg_8 .vip-foot .rp-val,
.vip_bg_8 .vip-foot .btn-yellow,
.vip_bg_9 .vip-card_bd .vip-top,
.vip_bg_9 .vip-foot .rp-val,
.vip_bg_9 .vip-foot .btn-yellow,
.vip_bg_10 .vip-card_bd .vip-top,
.vip_bg_10 .vip-foot .rp-val,
.vip_bg_10 .vip-foot .btn-yellow,
.vip_bg_11 .vip-card_bd .vip-top,
.vip_bg_11 .vip-foot .rp-val,
.vip_bg_11 .vip-foot .btn-yellow,
.vip_bg_12 .vip-card_bd .vip-top,
.vip_bg_12 .vip-foot .rp-val,
.vip_bg_12 .vip-foot .btn-yellow,
.vip_bg_13 .vip-card_bd .vip-top,
.vip_bg_13 .vip-foot .rp-val,
.vip_bg_13 .vip-foot .btn-yellow,
.vip_bg_14 .vip-card_bd .vip-top,
.vip_bg_14 .vip-foot .rp-val,
.vip_bg_14 .vip-foot .btn-yellow,
.vip_bg_15 .vip-card_bd .vip-top,
.vip_bg_15 .vip-foot .rp-val,
.vip_bg_15 .vip-foot .btn-yellow{
	color: #fdeacc;
}

.layui-m-layerbtn{
	background-color: transparent!important;
}
.layui-m-layerbtn span[yes]{
	color: #FF6262!important;
}


.rev-control .form-control{
	border: 0!important;
}
.btn-re{
	width: 100%;
	border-radius: 5px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	background: #FFFFFF;
}
.btn-re:hover{
	background: linear-gradient(307deg, #FF8703 0%, #FF6262 100%);
	background: linear-gradient(307deg, #1f3041 0%, #1f3041 100%);
	    background:#005bff;

	box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 1%) !important;
	color: #ffffff;
}
.re-row{
	margin: 0 -6px;
}
.re-row>div{
	padding: 6px;
}

.code-pic img{
	width: 150px;
	height: 150px;
}

.re-select-cell{
	display: flex;
	align-items: center;
	padding: 0 15px;
	width: 240px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}
.re-select-cell.active{
	background: linear-gradient(133deg, #FF6262 0%, #FF8703 100%);
	background: linear-gradient(307deg, #1f3041 0%, #1f3041 100%);
	    background:#005bff;

	box-shadow: 0px 5px 11px 1px rgba(0,0,0,0.16);
	border-radius: 5px;
	color: #ffffff;
}
.bank-ico{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image:url(images/bank-o.png);
}
.usdt-ico{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image:url(images/usdt-g.png);
}

.active .bank-ico{
	background-image:url(images/bank.png);
}
.active .usdt-ico{
	display: inline-block;
	background-image:url(images/usdt-w.png);
}



.rot-body .dialog-notice .dialog-content{
	width: 260px;
	height: 220px;
	border-radius: 6px;
	display: flex;align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	background-color: #ffffff;
}
.dyDialog .dialog-content-ft:after{
	display: none;
}
.dyDialog .dialog-content-ft{
	padding-bottom: 20px;
	padding-left: 25%;
	padding-right: 25%;
}
.dyDialog .dialog-btn-confirm{
	width: 160px!important;
	height: 40px;
	background: linear-gradient(113deg, #1f3041 0%, #1f3041 100%);
	border-radius:5px;
	color: #ffffff;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.infinite4 {
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4
}
.animated.delay2 {
    animation-delay: .5s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}


@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: swing;
    animation-name: swing
}


@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}



@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.animated.duration {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}


@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.vv-ico {
	font-size: 0;
}
.vv-ico img{
	width: 100px;
}

.dot-pagination{
	width: 100%;
	text-align: center;
	right: 0;
	display: block;
}
.dot-pagination .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

.agent-slide>.swiper-wrapper {
-webkit-transition-timing-function: linear;
/*之前是ease-out*/
-moz-transition-timing-function: linear;
-ms-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
margin: 0 auto;
}
.index-card_table{
	padding: 10px 15px 15px 15px;
}
.agent-slide{
	height: 180px;
}
.index-card_table .row{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.index-card_table .row>div{
	padding: 0;
}
.index-card_table> .row{
	font-weight: bold;
}
.agent-slide .row{
	color: #999999;
}



/* 弹窗 */
.llb-modal{position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11000;
    display: none;
    width: 20rem;
    margin-top: -6.75rem;
    margin-left: -10rem;
    color: #3d4145;
    text-align: center;
    border-radius: 0.35rem;
    opacity: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
}
.modal.toast{position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11000;
    display: none;
    margin-top: -6.75rem;
    margin-left: -10rem;
    color: #ffffff;
    text-align: center;
    border-radius: 0.35rem;
    opacity: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
}



.modal.modal-in {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.modal-inner{
background-color: #fff;
border-radius: .35rem;
border-bottom: none;
margin: 0 auto;
max-width: 85%;
}
.dasd-title{
  font-family: HelveticaNeue-Medium;
  font-size: 16px;
  color: #303030;
  letter-spacing: 0;
  text-align: center;
  margin:  0!important;
  font-weight: 600;
}
.btn-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-box>div{
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: .5px solid #F09A4C;
  color: #F09A4C;
}
.btn-box>div.confirm-btn{
  background-color: #F09A4C;
  color: #fff;
  margin-left: 20px;
}
.re-select-cell img{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.toast {
  width: auto;
  height: 2rem;
  padding: 0 .8rem;
  font-size: .8rem;
  line-height: 2rem;
  color: white;
  background: rgba(0, 0, 0, .8);
  border-radius: 1rem;
}

































