
@font-face {
    font-family: DancingScript;
    src: url('./DancingScript-Bold.ttf');
    font-weight:bold;
}


/* basic */

html {
    height: 100%;
}

body {
   background-color: #0D76FF;
    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;
}
.modal-footer>*:not(.col){
    margin: 0;
}
.col-menu {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto; /* Chrome */
    -ms-flex: 1 1 auto; /* IE 10 */
    -webkit-box-flex: 1 1 auto; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 auto; /* OLD - Firefox 19- */

    width: auto;
    max-width: 100%;
}
/* 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: #FFC400 !important
}

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

.bg-orange,
.badge-orange {
    background-color: #FF6F00 !important
}

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;
    
    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;
    
    z-index: 1;
    min-height: 100vh;
    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;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

.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: #ffffff;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

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

.form-control:focus {
    box-shadow: none;
    -ms-box-shadow: none;
}

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

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

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

.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;
}

.form-control-lg {
    font-size: 18px;
}

.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: .815rem 1.5rem;
    padding-left: 30%;
    padding-right: 30%;
}

.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:rgb(155, 155, 243);
    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: #000000;
}

.btn-light-grey,
body a.btn-light-grey {
    background-color: #E3EAF1;
    color: #000000;
    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, .1) !important;
    -webkit-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !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: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    border-radius: 30px;
}

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

.input-group > .form-control:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.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: rgba(0, 0, 0, 0.1) !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-image: linear-gradient(blue 50%, white -30%);
    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: 10px;
}

/* 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;
    padding: env(safe-area-inset-top);
    top: 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;
    -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);
}

.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, 0.80);
    box-shadow: 0px -3px 10px rgba(28, 4, 241, 0.87);
    -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 {
    width: 100%;
    height: 60px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    display: block;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer a p {
    font-size: 12px;
    line-height: 12px;
}
.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: -18px;
    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-signin {
   align-content:center;
    align-self:center;
   width:auto;
    text-align:center;
}

/* 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: 30px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 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 {
    height: 85px;
}

.icon-slide .swiper-slide {
    padding: 0 15px;
    width: auto;
}

.icon-slide-home .swiper-slide-home {
    padding: 0 5px;
    width: auto;
}

.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: white;
    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: auto;
    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 .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-radius: 15px;
    border: none;
    height: auto;
    
}

.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  */

/* sky dark theme */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

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

.my-browser-flex{
    display: -ms-flexbox;
    display: flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;
    justify-content: space-evenly;
}

.my-browser-flex-row{
    -webkit-box-orient:horizontal;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
}


.my-browser-flex-column{
    -webkit-box-orient:vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
}

.my-browser-flex-center {
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.my-browser-flex-space-between {
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.my-browser-flex-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.my-brower-text-right{
    text-align: right;
}

.my-brower-text-left{
    text-align: left;
}

.card-body{
    flex: 1 1 auto;
     min-height: 1px;
    padding: 20px 0;
}



.image-container img{
    border-radius: 10px;
    width: 70px !important;
    height: 70px !important;
    margin: 25px 10px;
}



.ele-space-between{
    justify-content: space-between;
    margin: 0 10px;
}

.record-padding{
    padding-left: 0;
    padding-right: 0;
}

.home-level-icon-size{
    width: 30px;
    height: 30px
}

.home-level-icon-size-40{
    width: 40px;
    height: 40px
}

.home-level-icon-size-50{
    width: 50px;
    height: 50px
}

.deposit-page-item-bg {
    
}

.deposit-tips-color{
    color: #ee3050;
}
/*-------------------------------------------------------------------------*/
/*omgmarketing theme*/

.omgmarketing-theme .avatar {
    border-radius:10px;
    display: inline-block;
    margin: 0px auto;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
    border: none;
    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;
}

.omgmarketing-theme .gif-border-style{
   align-content:center;
   align-self:center;
   margin-left:30%;
}


.omgmarketing-theme .modal-content{
    background: rgb(231, 227, 235);
}

.omgmarketing-theme .modal-content-rot-order {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;

    background-clip: padding-box;

    outline: 0;

    border-radius: 15px;
    background-color: rgb(60,60,60);
    border: none;
    color: #e4e4e4;
}

.omgmarketing-theme .bg-background {
    /*background-image: url('/static_catalog/img/login_bg.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-color: black;*/
    /*color:white;*/

    background-image: url('ds\ bg.jpg');
    
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    color:white;
}

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

.omgmarketing-theme .avatar-30 {
    height: 30px !important;
    line-height: 16px;
    vertical-align: middle;
    width: 30px !important;
}


.omgmarketing-theme .footer-text-color{
    color: black;
}

.omgmarketing-theme .head-bg{
    background: #FDDA0D;
    /*background: rgba(26,26,78,0.6);*/
}

.omgmarketing-theme .page-logo-head{
    height:38px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.omgmarketing-theme .header.active{

}
.header .btn {
    height: 54px;
    width: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}
.omgmarketing-theme .check-withdraw-psw-input-bg{
    border-radius:10px;border: 1px solid white;
}

.check-withdraw-psw-subtitle-color{
    color: white;
}

.omgmarketing-theme .page-color-background {
    background: rgb(226, 231, 233);
    color:black;
}

.omgmarketing-theme .customer-define-color {
    color:white;
}

.omgmarketing-theme .customer-define-order-color {
    color:#71feff;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.omgmarketing-theme .page-background {
    /*background-image: url('/static_catalog/img/page_bg.png');*/
    /*background-color: white;*/
    /*background-size: auto;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*color:black;*/

    background-image: url('ds\ bg.jpg');
    
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    color:white;
}

.omgmarketing-theme .my-level-bg{
    background: white;
}
.omgmarketing-theme .form-group-bg{
    background: white;
    box-shadow: 0 0 5px #cccccc;
}

.omgmarketing-theme .form-group-bg-shadow{
    /*box-shadow: 1px 1px 10px 0 #ff9840;*/
}

.omgmarketing-theme .form-group{
    margin-bottom:5px;
    margin-top: 5px;
}

.omgmarketing-theme .action-button{
    background:white;
    border-radius: 10px;
}

.omgmarketing-theme .user-name-text-color{
    color: black;
}
a {
    text-decoration: none;
  }


.omgmarketing-theme .login-desc-text-color-style2,
.omgmarketing-theme .team-item-second-color,
.omgmarketing-theme .btn-outline-default,

.omgmarketing-theme .login-title-text-color,
{
    color: white;
}
.omgmarketing-theme .home-level-title,
.omgmarketing-theme .home-level-sub-title
{
    color:yellow;
}

a{
    text-decoration:none;
}
.omgmarketing-theme .form-control{
    width: 80%;
    border: none;
    text-align:left;
}

.omgmarketing-theme .page-logo{
    width:60px;
    height:54px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.omgmarketing-theme .level-block{
    height: 60px;
    margin: 15px;
    border-radius: 10px;
    padding: 10px;

}

.omgmarketing-theme .big-title-font{
    font-size: 20px;
}

.omgmarketing-theme .content-v-line{
    background: yellow;
    background-color: rgba(255,255,255,0.2);
}

.omgmarketing-theme .page-content-bg{
    background: white;
    background-color: rgb(30,30,30);
}

.omgmarketing-theme .big-logo-size{
    height:150px;
}

.omgmarketing-theme .small-logo-size{
    height: 30px;
    width: 93px;
}
.modal{
    padding: auto;
    width: auto;
    margin-top: 10%;
   margin-left: 5%;
   margin-right:5%;
   text-align:center;
}

.omgmarketing-theme input::-webkit-input-placeholder{
    color: rgb(110, 88, 88);
}
.card {
    background-color:white; 
    background-size: auto;
    width: auto;
    border-radius: 22px !important;
}

.omgmarketing-theme .form-signin{
    text-align:center;
    align-self:center;
    border-radius: 20px;
    background-color:yellow;
    box-shadow: 0 0 5px #dddddd;
    border: 0 ;
}

.omgmarketing-theme .head-bg-small{
    background: #FDDA0D;
}

.omgmarketing-theme .login-honor-style{
    width: 15%;
}

.omgmarketing-theme .team-item-value-color,
.omgmarketing-theme .big-title-color,
.omgmarketing-theme .login-desc-text-color-style,
.omgmarketing-theme .home-to-cs-text{
    color: white;
}

.omgmarketing-theme .bind-bank-tips-style{
    color: white;
    opacity: 0.5;
}

.omgmarketing-theme .deposit-all-btn,
.omgmarketing-theme .bind-bank-title,

.omgmarketing-theme .login-input-text-color{
    color: black;
}
.omgmarketing-theme .edit-pwd-title-color{
    color: black;
}

.omgmarketing-theme .roboot-level-name-style,

.omgmarketing-theme .roboot-history-style,
.omgmarketing-theme .login-desc-text-color,


.omgmarketing-theme .login-wel-policy-text-color,


.omgmarketing-theme .head-text-color,
.omgmarketing-theme .my-browser-flex-item-value-color,

.omgmarketing-theme .right-color{
    color: yellow;
}
.omgmarketing-theme .profile-my-balance-title,
.omgmarketing-theme .profile-my-balance-value{
    color:white;
}
.omgmarketing-theme .input-color{
    color:black;
}

.omgmarketing-theme .head-bg-small-text-color
{
    background-color: #dad4f8;
    color: black;
    width: 100%;
    
}
.omgmarketing-theme .home-member-text-color,
.omgmarketing-theme .home-level-percent-text
{
    color: yellow;
}
.omgmarketing-theme .service-list{
    background: yellow;
    color: white;
}

.omgmarketing-theme .form-control-title{
    display: inline;
    width: 30%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    text-align: left !important;
    margin-left: 20px;
}

.omgmarketing-theme .actin-icon{
    width: 80px;
    height: 80px;
    color: white;
}

.omgmarketing-theme .my-actin-icon{
    width: 100px;
    height: 100px;
    color: white;
}

.omgmarketing-theme .login-contact-icon{
    width: 100px;
    height: 100px;
    color: white;
}

.omgmarketing-theme .title-font-family{
    font-family:DancingScript;
    font-size: 30px;
}

.omgmarketing-theme .profile-my-balance-container-bg {
    border-radius: 10px;
    height: 100px;
    margin: 15px;
   
}

.omgmarketing-theme .profile-my-balance-container-bg-2 {
    border-radius: 10px;
    height: 80px;
    margin: 15px;
}

.omgmarketing-theme .card-header {
    
    margin-bottom: 0;
    background-color: yellow;
    border-bottom: 0;
    border-radius: 5%;
}

.omgmarketing-theme .card-footer {
    
    display: flex;
    flex-wrap: nowrap;
    border-top: 0;
    justify-content: space-between;
}
*, ::after, ::before {
    
}
.omgmarketing-theme .modal-content-level-detail{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    border-radius: 15px;
    background-color: white;
    border: none;
    color: white;
}

.omgmarketing-theme .btn{
    text-transform: none;
}

.omgmarketing-theme .profile-group-bg{
    background:yellow;
}

.omgmarketing-theme .start-page-info-shap{
    padding: 10px 0;
}

.omgmarketing-theme .wrapper {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

.con{
    padding: 50px;
    margin-left: 30%;
    margin-right: 30%;
}

.omgmarketing-theme .bg-template {
    background: rgb(217,227,252);
}


.omgmarketing-theme omgmarketing-theme-bg,
.omgmarketing-theme body,
.omgmarketing-theme body.sidemenu-open,
.omgmarketing-theme .loader-screen {
    background: white;
}


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

.omgmarketing-theme .btn-default{
    background-color: yellow;
    width: 90%;
    margin-top: 20px;
    border-radius: 10px;
  text-align:center;
}
.omgmarketing-theme .my-browser-flex-item-highlight-color,
.omgmarketing-theme .form-control-title-color{
    color: white;
}

.omgmarketing-theme .my-browser-flex-item-highlight-color1{
    color: green;
}

.omgmarketing-theme .title-font{
    font-size: 20px;
}

.omgmarketing-theme .content-font{
    font-size: 16px;
}

.omgmarketing-theme .header + div {
    margin-top: 120px;
    padding-top: 0;
}

.omgmarketing-theme .footer {
    background: white;
}

.omgmarketing-theme .footer .btn{
    height: 50px;
    padding: 40px;
}

.omgmarketing-theme .footer .footer-img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.omgmarketing-theme .footer .btn i:after {
    background: rgba(0,0,0,0.5);
}

.omgmarketing-theme .deposit-page-title {
    color: white;
    font-size: 20px;
}

.omgmarketing-theme .deposit-page-value {
    color: white;
    font-size: 19px;
}

.omgmarketing-theme .list-separation-line-color {
    background: rgba(0,0,0,0.1);
}

.omgmarketing-theme .list-separation-records-line-color {
    background: rgba(248, 248, 248, 0.938);
}

.omgmarketing-theme .deposit-page-form-control{
    background: whitesmoke;
    border: none;
    border-radius: 10px;
    height: 50px;
    text-align:right;
    flex-grow: 1;
   width:30%;
   margin-left:5%;
    
    padding-right: 50px;
    color:black;
  
}

.omgmarketing-theme .content-bg-top-padding{
    padding-left: 30px;
    padding-right: 30px;
}

.omgmarketing-theme .transaction-tab,
.omgmarketing-theme .passwd-edit{
    color: white;
}


.omgmarketing-theme .transaction-tab.active,
.omgmarketing-theme .passwd-edit.active{
    color: white;
}

.omgmarketing-theme .my-browser-flex-item-box-bg{
    background:white;
    border-radius: 15px;
    
}

.omgmarketing-theme .team-item-box-margin{
    margin: 5px 20px;
}

.omgmarketing-theme .team-item-value-box-margin{
    margin-left: 20px;
    margin-right: 20px;
}

.omgmarketing-theme .team-item-title-margin{
    margin-top: 10px;
    margin-bottom: 10px;
}

.omgmarketing-theme .team-item-icon-size{
    width: 20px;
    height: 20px;
}

.omgmarketing-theme .my-browser-flex-item-title-font{
    font-size: 18px;
}

.omgmarketing-theme .my-browser-flex-item-value-font{
    font-size: 15px;
}

.omgmarketing-theme .my-browser-flex-item-second-color{
    color: black;
}

.omgmarketing-theme .setting_checkbox{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    color: yellow;
    border: 1px solid #ccc;
    border-radius:5px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.omgmarketing-theme .setting_checkbox:checked{
    color: white;
    text-align: center;
    background-color: yellow;
    border-radius:5px;
}

.omgmarketing-theme .records-bg{
    height: 120px;
    /*margin: 15px;*/
    border-radius: 10px;
    /*padding: 10px;*/
    background: yellow;
}

.omgmarketing-theme .sky-dark-space-between{
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.omgmarketing-theme .footer a p{
    font-size: 16px;
}

.omgmarketing-theme  .footer .btn.active {
    background: #FFBF00;
    
   


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

.omgmarketing-theme .badge {
    border-radius: 5px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px
}

/* background: */
.omgmarketing-theme progress::-webkit-progress-bar {
    background-color: rgba(80,195,247,0.2);
    width: 100%;
    border-radius: 5px;
}
.omgmarketing-theme progress {
    background-color: rgba(80,195,247,0.2);
    border-radius: 5px;
}

/* value: */
.omgmarketing-theme progress::-webkit-progress-value {
    background-color: none ;
    border-radius: 5px;
}
.omgmarketing-theme progress::-moz-progress-bar {
    background-color: yellow !important;
    border-radius: 5px;
}
.omgmarketing-theme progress {
    color: blue;
    border-radius: 5px;
}


.omgmarketing-theme .split-line-team{
    background: rgb(200,200,200);
}

.omgmarketing-theme .split-line-withdraw{
    background: rgba(30,30,30,0.1);
}

.omgmarketing-theme .split-line-robot{
    background: rgba(255,255,255,0.1);
}

.omgmarketing-theme .split-line {
    background: rgba(30,30,30,0.1);
}

.omgmarketing-theme .deposit-wise-title{
    justify-content: flex-end;
    margin-left: auto;
    line-height: 20px;
    color: white;
}

.omgmarketing-theme .deposit-wise-logo{
    height: 20px;
}

.omgmarketing-theme .deposit-content-bg{
    padding: 20px;
    background: rgba(255,255,255,1);
    border-radius: 15px;
    /*height: 200px;*/
}

.omgmarketing-theme .deposit-page-input-bg {
    background: rgba(255,255,255,1);
    border-radius: 15px;
    height: 60px;
}

.omgmarketing-theme .deposit-inner-page-input-bg {
    background: rgba(255,255,255,1);
    border-radius: 15px;
    height: 60px;
    box-shadow: 0 0 5px #dddddd;
}

.omgmarketing-theme .deposit-wise-translate-icon{
    width: 80px;
}

.omgmarketing-theme .records-title-style{
    color: #000000;
}

/*--------------------------------*/






/* 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 {
   
    border-radius: 0 0 15px 15px;
    border: 0;
    background-color:none;
}
.icon.icon-60 {
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.icon.icon-60 img{
    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: px;
    background: yellow;
    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;
}

.modal-content-rot-order .close.close-rounded {
    position: absolute;
    width: 25px;
    height: 25px;
    background: yellow;
    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;
}

.page-index-title-font{
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.page-index-value-font{
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}