html {
    height: 100%;
}

.divider {
    height: 1px;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider .icon-box {
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 18px;
}

.heading-1 {
    font-family: 'Roboto';
    font-size: 0.9em;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.divider-1 {
    background-color: #DADADA;
    height: 1px;
    margin: 0em 0px 1em;
}

.divider-1 span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #000000;
}


/* primary colors */

.bg-semitrans-1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-semitrans-2 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-semitrans-3 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-semitrans-4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-semitrans-5 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-semitrans-6 {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-semitrans-7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-semitrans {
    background-color: #ffffff40 !important;
}

.bg-semitrans-cat {
    background-color: #ffffff87 !important;
    z-index: 1;
}

.bg-dark-gradient {
    background-image: linear-gradient(#343a409e 70%, #000000);
}

.bg-light-gradient {
    background-image: repeating-linear-gradient(#ffffff 70%, #fffff);
}

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

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

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

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

.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event,
.bg-success,
.badge-success {
    background-color: #69f0ae !important;
    color: #000000;
}

.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
    background-color: #69f0ae !important;
}

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

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

.bg-warning,
.badge-warning {
    background-color: #FFAB40 !important;
    color: #000000;
}

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

.text-shadow {
    filter: drop-shadow(2px 4px 6px black);
}

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

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

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

.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-bottom: 60px;
}

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

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

sup {
    top: -.2em;
}

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

.background+div {
    z-index: 1;
    width: 100%;
    bottom: 0px;
    position: relative;
    left: 0;
    float: right;
}

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

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


/* .background-header+div {
    z-index: 1;
    width: 100%;
    top: 200px;
    position: absolute;
    left: 0;
    float: right;
}*/


/* sideabr  */

body.menuactive {
    overflow: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(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);
    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: 240px;
    border-radius: 10px;
}

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: 250px;
    height: 100%;
    z-index: 0;
    left: -260px;
    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;
}

.overflow-auto {
    white-space: nowrap;
}

.sidebar .main-menu .list-group-item {
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
}

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

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

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

.sidebar .figure-menu {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    padding: 5px;
    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%;
}


/* Loader css */

.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: 100vw;
    z-index: 1200009;
    background-color: #4a4a4acf;
    backdrop-filter: blur(10px);
    margin: 0;
}


/* 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: 35px;
    margin-bottom: env(safe-area-inset-bottom);
}

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

.right-image {
    position: absolute;
    z-index: 0;
    right: 0;
    top: auto;
    bottom: auto;
    height: 600px;
}

.right-image+div {
    z-index: 1
}

.splash-image {
    position: absolute;
    z-index: 0;
    right: 50%;
    top: auto;
    bottom: auto;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.2;
    transform: translateX(50%);
}

.splash+div {
    z-index: 1
}

.orange-slice {
    margin-right: -200px;
}

.pinapple {
    margin-right: -120px;
}

.banana {
    margin-right: -190px;
}

.apple {
    margin-right: -280px;
}

.imaged {
    height: auto;
    border-radius: 6px;
}

.imaged.w16 {
    width: 16px !important;
}

.imaged.w24 {
    width: 24px !important;
}

.imaged.w32 {
    width: 32px !important;
}

.imaged.w36 {
    width: 36px !important;
}

.imaged.w48 {
    width: 48px !important;
}

.imaged.w64 {
    width: 64px !important;
}

.imaged.w76 {
    width: 76px !important;
}

.imaged.w86 {
    width: 86px !important;
}

.imaged.w100 {
    width: 100px !important;
}

.imaged.w120 {
    width: 120px !important;
}

.imaged.w140 {
    width: 140px !important;
}

.imaged.w160 {
    width: 160px !important;
}

.imaged.w180 {
    width: 180px !important;
}

.imaged.w200 {
    width: 200px !important;
}

.imaged.img-fluid {
    width: 100%;
}

.imaged.rounded {
    border-radius: 100% !important;
}

.imaged.radius {
    border-radius: 6px !important;
}

.imaged.square {
    border-radius: 0 !important;
}


/* form elements */

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

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

.form-control::placeholder {
    color: #9c9c9c;
}

.form-control::placeholder {
    border: 1px solid #9c9c9c;
}

.poll-obs::placeholder {
    border: none;
}

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

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

.float-label .form-control-label {
    position: absolute;
    left: 0;
    top: 24px;
    margin: 0;
    line-height: 20px;
    color: #9c9c9c;
    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: 0;
}

.float-label .form-control,
.float-label .chosen-container .chosen-choices,
.float-label .chosen-container .chosen-single {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    /* z-index: 1; */
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background-image: none;
}

.float-label .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
}

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

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

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

.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 {
    height: 40px;
    padding: 3px 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 6px;
    border-width: 2px;
}

.btn-lg {
    height: 48px;
    padding: 3px 24px;
    font-size: 18px;
}

.btn-sm {
    height: 30px;
    padding: 0px 12px;
    font-size: 12px;
}

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

body .btn-success {
    background-color: #28c76f;
    border-color: #28c76f;
}

body .btn-warning {
    background-color: #ff9f43;
    border-color: #ff9f43;
}

body .btn-danger {
    background-color: #EC4433;
    border-color: #EC4433;
}

body .btn-primary {
    background-color: #592BCA;
    border-color: #592BCA;
}

body .btn-primary {
    background-color: #1E74FD;
    border-color: #1E74FD;
}

body .btn-dark {
    color: #fff !important;
    background-color: #333333;
    border-color: #333333;
}

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

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

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

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

.button-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-left {
    position: absolute;
    left: 0.6em;
    bottom: 0.3em;
    z-index: 2;
    /* margin-bottom: env(safe-area-inset-bottom); */
}

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

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

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

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

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

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

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

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

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

.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 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.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 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

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

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

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


/* heights  */

.h-2 {
    height: 2px;
}

.h-4 {
    height: 4px;
}

.h-6 {
    height: 6px;
}

.h-8 {
    height: 8px;
}

.h-10 {
    height: 10px;
}


/* 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 #ffffff;
}


/* List items  */

.truncate-overflow {
    --max-lines: 2;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    max-height: 2rem;
    overflow: hidden;
    padding-right: 1rem;
    /* space for ellipsis */
}

.truncate-overflow::before {
    position: absolute;
    content: "...";
    inset-block-end: 0;
    /* "bottom" */
    inset-inline-end: 0;
    /* "right" */
}

.truncate-overflow::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    /* "right" */
    width: 1rem;
    height: 1rem;
    background: white;
}

.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.70rem 15px;
}

.list-group-item.new-notify {
    border-left: 6px solid #28a745 !important;
}


/*.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: #e3eaf1;
    border-color: #ffffff;
}

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


/* Nav tabs  */

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

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

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

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

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

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

.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: 15px 15px 0 0;
}

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

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

.tab-content {
    position: relative;
}

.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: 30px;
}

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


/* 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: 1200;
    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: 10px;
    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;
    z-index: 601;
}

.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: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px auto 0px auto;
    display: none;
}

.header.active .header-logo {
    display: block;
}

.header.active span {
    display: none;
}

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


/* footer */

.footer {
    width: 100%;
    height: auto;
    position: fixed;
    /* padding: env(safe-area-inset-bottom); */
    bottom: 0;
    left: 0;
    z-index: 601;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #ffffff;
    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);
    max-height: 77px;
    padding-bottom: env(safe-area-inset-bottom);
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 64px;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 8;
}

.fixed-footer>div {
    width: 100%;
}

.fixed-footer.transparent {
    background: transparent !important;
}

.footer .btn {
    width: 60px;
    height: 60px;
    line-height: 54px;
    padding: 0;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.footer .btn i {
    width: 22px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

.footer .centerbutton {
    height: 60px;
    line-height: 54px;
    width: 60px;
    border-radius: 30px;
    margin: 0 15px;
    margin-top: -20px;
}

.appBottomMenu {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e1e1e1;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: env(safe-area-inset-bottom);
    backdrop-filter: saturate(125%) blur(10px);
}

.appBottomMenu .item {
    opacity: 55%;
}

.appBottomMenu.no-border {
    border: 0 !important;
    box-shadow: 0 !important;
}

.appBottomMenu.rounded {
    border-radius: 24px 24px 0 0 !important;
}

.appBottomMenu.rounded .item:before {
    display: none;
}

.appBottomMenu .item {
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #868686;
}

.appBottomMenu .item:before {
    content: "";
    display: block;
    height: 2px;
    border-radius: 0 0 10px 10px;
    background: transparent;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 0;
}

.appBottomMenu .item .col {
    width: 100%;
    padding: 0 4px;
    text-align: center;
}

.appBottomMenu .item .icon,
.appBottomMenu .item ion-icon {
    display: inline-flex;
    margin: 1px auto 3px auto;
    font-size: 26px;
    line-height: 1em;
    color: #141515;
    transition: 0.1s all;
    display: block;
    margin-top: 1px;
    margin-bottom: 3px;
}

.appBottomMenu .item .action-button {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: #592BCA;
}

.appBottomMenu .item .action-button.large {
    width: 60px;
    height: 60px;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}

.appBottomMenu .item .action-button .icon,
.appBottomMenu .item .action-button ion-icon {
    color: #fff !important;
    margin: 0 !important;
    line-height: 0 !important;
}

.appBottomMenu .item strong {
    margin-top: 4px;
    display: block;
    color: #141515;
    font-weight: 400;
    transition: 0.1s all;
}

.appBottomMenu .item:active {
    opacity: 0.8;
}

.appBottomMenu .item.active:before {
    background: transparent;
}

.appBottomMenu .item.active .icon,
.appBottomMenu .item.active ion-icon,
.appBottomMenu .item.active strong {
    color: #592BCA !important;
    font-weight: 500;
}

.appBottomMenu .item:hover .icon,
.appBottomMenu .item:hover ion-icon,
.appBottomMenu .item:hover strong {
    color: #141515;
}

.appBottomMenu.text-light {
    color: #fff;
}

.appBottomMenu.text-light .item {
    color: #fff;
    opacity: 0.7;
}

.appBottomMenu.text-light .item .icon,
.appBottomMenu.text-light .item ion-icon,
.appBottomMenu.text-light .item strong {
    color: #fff;
}

.appBottomMenu.text-light .item.active {
    opacity: 1;
}

.appBottomMenu.text-light .item.active .icon,
.appBottomMenu.text-light .item.active ion-icon,
.appBottomMenu.text-light .item.active strong {
    color: #fff !important;
}

.appBottomMenu.bg-primary,
.appBottomMenu.bg-secondary,
.appBottomMenu.bg-success,
.appBottomMenu.bg-warning,
.appBottomMenu.bg-danger,
.appBottomMenu.bg-info,
.appBottomMenu.bg-light,
.appBottomMenu.bg-dark {
    border: 0;
}

.appBottomMenu.bg-primary .item:before,
.appBottomMenu.bg-secondary .item:before,
.appBottomMenu.bg-success .item:before,
.appBottomMenu.bg-warning .item:before,
.appBottomMenu.bg-danger .item:before,
.appBottomMenu.bg-info .item:before,
.appBottomMenu.bg-light .item:before,
.appBottomMenu.bg-dark .item:before {
    display: none;
}


/* page specific */

.subtitle {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

.logo-small {
    width: 122px;
}

.logo-splash {
    max-height: 100px;
}

.form-splash {
    margin-bottom: 0.5rem !important;
}

.form-signin {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 20px;
    margin: 15px auto;
    max-width: 320px;
}


/* product */

.small-slide {
    height: 150px;
}

.small-slide .swiper-slide {
    width: 300px;
    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 {
    font-size: 12px;
    line-height: 1em;
    border-radius: 100px;
    letter-spacing: 0;
    height: 22px;
    min-width: 22px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.chip .chip-label {
    padding: 0 12px;
}

.chip {
    background: #E1E1E1;
    font-size: 13px;
    color: #141515;
    line-height: 1em;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-radius: 100px;
}

.chip.chip-outline {
    background: transparent;
    box-shadow: inset 0 0 0 1px #e1e1e1;
}

.chip.chip-media {
    position: relative;
    padding-left: 20px;
}

.chip-primary {
    background: #1E74FD !important;
    color: #fff !important;
}

.chip-danger {
    background: #EC4433 !important;
    color: #fff !important;
}

.chip-success {
    background: #34C759 !important;
    color: #fff !important;
}

.chip-warning {
    background: #FE9500 !important;
    color: #fff !important;
}

.chip-info {
    background: #592BCA !important;
    color: #fff !important;
}

.chip-light {
    background: #fff !important;
    color: #000 !important;
}

.chip-dark {
    background: #000 !important;
    color: #fff !important;
}

.chip.chip-outline {
    background: transparent;
    box-shadow: inset 0 0 0 1px #e1e1e1;
}

.chip-primary.chip-outline {
    background: transparent !important;
    color: #1E74FD !important;
    box-shadow: inset 0 0 0 1px #1E74FD !important;
}

.chip-success.chip-outline {
    background: transparent !important;
    color: #34C759 !important;
    box-shadow: inset 0 0 0 1px #34C759 !important;
}

.chip-warning.chip-outline {
    background: transparent !important;
    color: #FE9500 !important;
    box-shadow: inset 0 0 0 1px #FE9500 !important;
}

.chip-danger.chip-outline {
    background: transparent !important;
    color: #EC4433 !important;
    box-shadow: inset 0 0 0 1px #EC4433 !important;
}

.chip-info.chip-outline {
    background: transparent !important;
    color: #592BCA !important;
    box-shadow: inset 0 0 0 1px #592BCA !important;
}

.chip-dark.chip-outline {
    background: transparent !important;
    color: #000 !important;
    box-shadow: inset 0 0 0 1px #000 !important;
}

.chip-light.chip-outline {
    background: transparent !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #fff !important;
}

.product-image {
    height: 80px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 100px;
}

.product-image img {
    max-height: 100%;
    max-width: 100%;
}

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

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

.cat-item {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

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

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


/* card */

.card {
    border-radius: 15px;
}

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


/* 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;
}


/*  filter */

.filter {
    height: 100%;
    width: 280px;
    position: fixed;
    right: -280px;
    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;
    z-index: 11;
    padding-bottom: env(safe-area-inset-bottom);
}

.filtermenu-open .filter {
    right: 0;
    box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
}

.filter>.filter-btn {
    border-radius: 30px 0 0 30px;
    width: 40px;
    text-align: left;
    position: absolute;
    left: -39px;
    top: 135px;
}

.text-normal {
    text-transform: none
}

@media screen and (max-width:610px) {
    .filter-group {
        margin-right: 50px;
    }
    .filter>.filter-btn {
        width: 50px;
        left: -49px;
    }
}

.filters-container {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    display: block;
}


/* notifications */

.notification-box {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    width: 100%;
    z-index: 1200002;
    transition: 0.3s all;
    margin-top: env(safe-area-inset-top);
}

.notification-box.show {
    top: 0;
}

.notification-dialog.android-style {
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 16px;
}

.notification-dialog.android-style .notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-dialog.android-style .notification-header .in {
    display: flex;
    align-items: center;
}

.notification-dialog.android-style .notification-header .in .imaged {
    margin-right: 8px;
}

.notification-dialog.android-style .notification-header .in strong {
    font-size: 13px;
    font-weight: 400;
    color: #141515;
}

.notification-dialog.android-style .notification-header .in span {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    font-size: 11px;
}

.notification-dialog.android-style .notification-header .in span:before {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
    content: "•";
}

.notification-dialog.android-style .notification-header .close-button {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #A1A1A2;
}

.notification-dialog.android-style .notification-header .close-button:hover,
.notification-dialog.android-style .notification-header .close-button:active {
    color: #4F5050;
}

.notification-dialog.android-style .notification-content {
    font-size: 13px;
    line-height: 1.4em;
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.notification-dialog.android-style .notification-content .subtitle {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 1.4em;
    font-weight: 500;
}

.notification-dialog.android-style .notification-content .in {
    padding-right: 16px;
}

.notification-dialog.android-style .icon-box {
    width: 46px;
    height: 46px;
    font-size: 46px;
    color: #A1A1A2;
}

.notification-dialog.android-style .notification-footer {
    border-top: 1px solid #E1E1E1;
    margin: 16px -16px -16px -16px;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.notification-dialog.android-style .notification-footer .notification-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #592BCA !important;
    font-size: 13px;
    border-right: 1px solid #E1E1E1;
    padding: 16px 6px;
}

.notification-dialog.android-style .notification-footer .notification-button i.icon,
.notification-dialog.android-style .notification-footer .notification-button ion-icon {
    font-size: 20px;
    line-height: 1em;
    margin-right: 8px;
}

.notification-dialog.android-style .notification-footer .notification-button:last-child {
    border-right: 0;
}

.notification-dialog.android-style .notification-footer .notification-button:hover,
.notification-dialog.android-style .notification-footer .notification-button:active {
    color: #0564fd;
    background: rgba(225, 225, 225, 0.3);
}

.notification-dialog.ios-style {
    margin: 10px;
    background: #3b4859;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.notification-dialog.ios-style .notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
}

.notification-dialog.ios-style .notification-header .in {
    display: flex;
    align-items: center;
}

.notification-dialog.ios-style .notification-header .in .imaged {
    margin-right: 8px;
}

.notification-dialog.ios-style .notification-header .in strong {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.notification-dialog.ios-style .notification-header .right {
    display: flex;
    align-items: center;
}

.notification-dialog.ios-style .notification-header .right span {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.notification-dialog.ios-style .notification-header .close-button {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.notification-dialog.ios-style .notification-header .close-button:hover,
.notification-dialog.ios-style .notification-header .close-button:active {
    opacity: 0.7;
}

.notification-dialog.ios-style .icon-box {
    width: 46px;
    height: 46px;
    font-size: 46px;
    color: #A1A1A2;
}

.notification-dialog.ios-style .notification-content {
    font-size: 13px;
    line-height: 1.4em;
    padding: 14px 16px 20px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.75);
}

.notification-dialog.ios-style .notification-content .subtitle {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 1.4em;
    color: #fff;
    font-weight: 500;
}

.notification-dialog.ios-style .notification-content .in {
    padding-right: 16px;
}

.notification-dialog.ios-style .notification-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px -16px -16px -16px;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.notification-dialog.ios-style .notification-footer .notification-button {
    color: #fff !important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 6px;
}

.notification-dialog.ios-style .notification-footer .notification-button i.icon,
.notification-dialog.ios-style .notification-footer .notification-button ion-icon {
    font-size: 20px;
    line-height: 1em;
    margin-right: 10px;
    color: #fff;
}

.notification-dialog.ios-style .notification-footer .notification-button:last-child {
    border-right: 0;
}

.notification-dialog.ios-style .notification-footer .notification-button:hover,
.notification-dialog.ios-style .notification-footer .notification-button:active {
    color: #0564fd;
    background: rgba(255, 255, 255, 0.02);
}


/* TOAST */

.toast-box {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    width: 100%;
    z-index: 600;
    min-height: 52px;
    margin-top: env(safe-area-inset-top);
    transition: 0.2s all;
    background: #000028c9;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    padding: 10px 16px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toast-box .toast-title {
    font-size: 15px;
    color: #fff;
}

.toast-box .btn {
    font-size: 13px;
    font-weight: 500;
}

.toast-box.show {
    top: 0;
    display: flex !important;
}

.toast-box .in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
}

.toast-box .in i.icon,
.toast-box .in ion-icon {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    color: #fff;
}

.toast-box .in .text {
    width: 100%;
}

.toast-box.toast-top.show {
    top: 54px;
}

.toast-box.toast-bottom {
    top: auto;
    bottom: -100%;
}

.toast-box.toast-bottom.show {
    bottom: 54px;
    top: auto;
    margin-bottom: env(safe-area-inset-bottom);
}

.toast-box.toast-center {
    width: auto;
    left: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 16px 24px;
    border-radius: 6px;
    text-align: center;
}

.toast-box.toast-center.show {
    display: block;
    transform: translate(-50%, -50%);
}

.toast-box.toast-center .in {
    padding: 0;
    display: block;
}

.toast-box.toast-center .in i.icon,
.toast-box.toast-center .in ion-icon {
    margin: 0 0 10px 0;
    font-size: 64px;
    width: 64px;
    height: 64px;
}

.toast-box.toast-center .btn {
    margin-top: 20px;
}

.card-columns-1 {
    column-count: 3;
}

.card-columns-2 {
    column-count: 2;
}

.card-columns-3 {
    column-count: 3;
}


/* LISTVIEW */

li.listview_sublist {
    height: 40px !important;
    min-height: 40px !important;
}

ul.listview_sublist {
    background-color: #f9f9f9;
}

.listview-title {
    color: #4F5050;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listview-title .link {
    color: #A1A1A2;
    font-weight: 500;
    font-size: 11px;
    display: flex;
    align-items: center;
}

.listview-title .link i.icon,
.listview-title .link ion-icon {
    font-size: 15px;
    margin-right: 4px;
}

.listview {
    display: block;
    padding: 0;
    margin: 0;
    color: #141515;
    background: #fff;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    line-height: 1.3em;
}

.listview .text-muted {
    font-size: 13px;
    color: #A1A1A2 !important;
}

.listview>li {
    padding: 8px 16px;
    display: block;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 50px;
}

.listview>li .item {
    position: relative;
}

.listview>li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E1E1E1;
}

.listview>li:last-child:after {
    display: none;
}

.listview>li footer,
.listview>li header {
    font-size: 12px;
    margin: 0;
    line-height: 1.2em;
}

.listview>li footer {
    color: #4F5050;
    margin-top: 3px;
}

.listview>li header {
    margin-bottom: 3px;
}

.listview>li.divider-title {
    background: rgba(225, 225, 225, 0.5);
    margin-top: -1px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 12px 16px;
    font-size: 13px;
    min-height: auto;
    color: #4F5050;
}

.listview>li.divider-title:after {
    display: none;
}

.listview.flush {
    border-top: 0;
    border-bottom: 0;
}

.listview.transparent {
    background: transparent;
}

.simple-listview>li {
    display: flex;
}

.link-listview>li {
    padding: 0;
    min-height: auto;
}

.link-listview>li a {
    padding: 8px 36px 8px 16px;
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #141515 !important;
}

.link-listview>li a:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    right: 12px;
    opacity: 0.5;
    top: 50%;
    margin-top: -8px;
}

.link-listview>li a:active {
    background: rgba(225, 225, 225, 0.3);
}

.image-listview>li {
    padding: 0;
    min-height: auto;
}

.image-listview>li:after {
    left: 68px;
}

.image-listview>li .item {
    padding: 10px 16px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.image-listview>li .item .image {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 400px;
    margin-right: 16px;
}

.image-listview>li .item .icon-box {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 20px;
    border-radius: 400px;
    margin-right: 16px;
}

.image-listview>li .item .icon-box.bg-primary,
.image-listview>li .item .icon-box.bg-secondary,
.image-listview>li .item .icon-box.bg-success,
.image-listview>li .item .icon-box.bg-danger,
.image-listview>li .item .icon-box.bg-warning,
.image-listview>li .item .icon-box.bg-info,
.image-listview>li .item .icon-box.bg-dark,
.image-listview>li .item .icon-box.bg-light {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.image-listview>li .item .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.image-listview>li a.item {
    color: #141515 !important;
    padding-right: 36px;
}

.image-listview>li a.item:active {
    background: rgba(225, 225, 225, 0.3);
}

.image-listview>li a.item:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    right: 12px;
    opacity: 0.5;
    top: 50%;
    margin-top: -8px;
}

.image-listview.text>li:after {
    left: 16px;
}

.image-listview.media>li {
    border-bottom: 1px solid #E1E1E1;
}

.image-listview.media>li:last-child {
    border-bottom: 0;
}

.image-listview.media>li .imageWrapper {
    margin-right: 16px;
}

.image-listview.media>li:after {
    display: none;
}

.listview.no-line>li:after,
.listview.no-line .item:after {
    display: none;
}

.listview.no-space>li .item {
    padding: 0;
}

.multi-level>a:after {
    transform: rotate(90deg);
}

.multi-level ul {
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
}

.multi-level ul>li {
    border: 0 !important;
}

.multi-level ul>li:after {
    height: 0;
}

.multi-level ul>li a,
.multi-level ul>li .item {
    padding-left: 68px !important;
}

.multi-level.active>a:after {
    transform: rotate(-90deg);
}

.multi-level.active ul {
    padding-bottom: 8px;
}

.link-listview .link-listview a,
.link-listview .link-listview .item,
.link-listview .image-listview a,
.link-listview .image-listview .item {
    padding-left: 16px !important;
}

.link-listview .image-listview.media>li {
    border: 0;
}

.link-listview .simple-listview {
    padding-left: 0 !important;
}

.image-listview .simple-listview {
    padding-left: 52px !important;
}

.image-listview.text .simple-listview {
    padding-left: 0 !important;
}

.image-listview.text .link-listview a,
.image-listview.text .link-listview .item,
.image-listview.text .image-listview a,
.image-listview.text .image-listview .item {
    padding-left: 16px !important;
}

.image-listview.media .simple-listview {
    padding-left: 80px !important;
}

.image-listview.media .link-listview a,
.image-listview.media .link-listview .item,
.image-listview.media .image-listview a,
.image-listview.media .image-listview .item {
    padding-left: 96px !important;
}


/* MODAL MOBILEKIT */

.dialogbox .modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 12000;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: center;
    transform: translate(0, 0) !important;
    transform: scale(0.8) !important;
}

.dialogbox .modal-dialog .modal-content {
    max-width: 340px;
    margin: auto;
    max-height: 560px;
    overflow: auto;
    border: 0;
    border-radius: 16px;
}

.dialogbox .modal-dialog .modal-content .btn-list .btn {
    padding: 0px 10px;
    min-height: 54px;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1 !important;
    font-size: 15px;
}

.dialogbox .modal-dialog .modal-content .btn-list .btn:hover,
.dialogbox .modal-dialog .modal-content .btn-list .btn:focus,
.dialogbox .modal-dialog .modal-content .btn-list .btn:active,

/* .dialogbox .modal-dialog .modal-content .btn-list .btn.active */

{
    background: rgba(225, 225, 225, 0.3) !important;
}

.dialogbox .modal-dialog .modal-content .btn-list .btn:last-child {
    border-radius: 0 0 16px 16px;
    border-bottom: 0 !important;
}

.dialogbox .modal-dialog .modal-content .btn-inline {
    display: flex;
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn {
    width: 100%;
    border-radius: 0;
    min-height: 54px;
    border: 0 !important;
    border-right: 1px solid #e1e1e1 !important;
    font-size: 15px;
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover,
.dialogbox .modal-dialog .modal-content .btn-inline .btn:focus,
.dialogbox .modal-dialog .modal-content .btn-inline .btn:active,
.dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
    background: rgba(225, 225, 225, 0.3) !important;
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child {
    border-right: 0 !important;
    border-radius: 0 0 16px 0 !important;
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child {
    border-radius: 0 0 0 16px !important;
}

.dialogbox .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 20px 20px 10px 20px;
}

.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
    color: #141515;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
}

.dialogbox .modal-dialog .modal-content .modal-body {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dialogbox .modal-dialog .modal-content .modal-footer {
    border: 0;
    border-top: 1px solid #e1e1e1;
    padding: 0;
    display: block;
    text-align: right;
}

.dialogbox.show .modal-dialog {
    transform: translate(0, 0) !important;
    transform: scale(1) !important;
}

.modal-icon {
    font-size: 60px;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: -10px;
    color: #592BCA;
    text-align: center;
}

.panelbox .modal-dialog {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
}

.panelbox .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    width: 300px;
    height: 100vh;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding-top: env(safe-area-inset-top);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.panelbox .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
}

.panelbox .modal-dialog .modal-content .modal-header .panel-close {
    color: #592BCA;
}

.panelbox .modal-dialog .modal-content .modal-header .panel-close ion-icon {
    font-size: 26px;
}

.panelbox .modal-dialog .modal-content .modal-header .modal-title {
    color: #141515;
}

.panelbox .modal-dialog .modal-content .modal-body {
    padding: 10px 16px;
}

.panelbox.show .modal-dialog {
    transform: translate(0, 0) !important;
}

.panelbox-left .modal-dialog {
    transform: translate(-100%, 0) !important;
}

.panelbox-right .modal-dialog {
    transform: translate(100%, 0) !important;
    left: auto;
    right: 0;
}

.modal.action-sheet {
    z-index: 200000;
}

.modal.action-sheet .modal-dialog {
    padding: 0;
    margin: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 1200px !important;
    z-index: 12000;
    transform: translate(-50%, 100%);
    left: 50%;
}

.modal.action-sheet.show .modal-dialog {
    transform: translate(-50%, 0%) !important;
}

.modal.action-sheet .close-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 3px;
    color: #a1a1a2;
}

.modal.action-sheet .close-button:hover,
.modal.action-sheet .close-button:active {
    color: #4f5050;
}

.modal.action-sheet .modal-content {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    border: 0;
    border-radius: 0;
    padding-bottom: env(safe-area-inset-bottom);
}

.modal.action-sheet .modal-content .action-sheet-content {
    padding: 20px 16px;
    max-height: 560px;
    overflow: auto;
}

.modal.action-sheet .modal-content .modal-header {
    display: block;
    padding: 2px 20px;
}

.modal.action-sheet .modal-content .modal-header .modal-title {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 6px 0;
    color: #141515;
    font-weight: 500;
}

.modal.action-sheet .modal-content .modal-body {
    padding: 0;
}

.action-button-list {
    padding: 0;
    margin: 0;
}

.action-button-list>li {
    display: block;
}

.action-button-list>li .btn {
    padding: 0;
    display: flex;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    color: #141515;
    line-height: 1.1em;
    justify-content: space-between;
    font-weight: 400;
    border-radius: 0 !important;
    padding: 10px 16px;
}

.action-button-list>li .btn:active,
.action-button-list>li .btn.active {
    background: rgba(225, 225, 225, 0.3);
}

.action-button-list>li .btn.text-primary {
    color: #592BCA !important;
}

.action-button-list>li .btn.text-secondary {
    color: #6c7c94 !important;
}

.action-button-list>li .btn.text-danger {
    color: #ec4433 !important;
}

.action-button-list>li .btn.text-success {
    color: #34c759 !important;
}

.action-button-list>li .btn.text-warning {
    color: #fe9500 !important;
}

.action-button-list>li .btn.text-info {
    color: #592bca !important;
}

.action-button-list>li .btn.text-light {
    color: #fff !important;
}

.action-button-list>li .btn.text-dark {
    color: #141515 !important;
}

.action-button-list>li .btn>span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.action-button-list>li .btn .icon,
.action-button-list>li .btn ion-icon {
    width: 24px !important;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-left: -5px;
    font-size: 24px;
    line-height: 1em;
}

.action-button-list>li.action-divider {
    height: 1px;
    background: #e1e1e1;
}

.action-sheet.inset .modal-dialog {
    padding: 16px;
    padding-bottom: 16px !important;
    margin-bottom: env(safe-area-inset-bottom);
}

.action-sheet.inset .modal-dialog .modal-content {
    border-radius: 16px;
    padding-bottom: 0;
}

.action-sheet.inset .action-button-list>li:last-child .btn {
    border-radius: 0 0 16px 16px !important;
}


/*accordion mobilekit */

.accordion {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.accordion .accordion-content {
    padding: 8px 16px 20px 16px;
}

.accordion .accordion-header {
    position: relative;
}

.accordion .accordion-header .btn {
    justify-content: flex-start !important;
    border-radius: 0 !important;
    width: 100%;
    text-align: left !important;
    font-weight: 400;
    background: transparent !important;
    font-size: 15px;
    padding: 8px 50px 8px 16px;
    min-height: 50px;
}

.accordion .accordion-header .btn:active {
    background: rgba(225, 225, 225, 0.3) !important;
}

.accordion .accordion-header .btn:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    font-family: "Line Awesome Free";
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    right: 10px;
    color: #a1a1a2;
    line-height: 1em;
    height: 18px;
    top: 50%;
    opacity: 0.5;
    margin-top: -9px;
    transform: rotate(-90deg);
}

.accordion .accordion-header .btn:before {
    content: "";
    display: block;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 16px;
    bottom: 0;
    right: 0;
}

.accordion .accordion-header .btn.collapsed:after {
    transform: rotate(90deg);
}

.accordion .accordion-header .btn.collapsed:before {
    background: #e1e1e1;
}

.accordion .accordion-header .btn ion-icon {
    font-size: 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion .item:last-child .accordion-header .btn:before {
    display: none;
}

.inset .accordion {
    border-radius: 6px;
    border: 1px solid #e1e1e1;
}

.inset .accordion .item:first-child .btn {
    border-radius: 6px 6px 0 0 !important;
}

.inset .accordion .item:last-child .btn {
    border-radius: 0 0 6px 6px !important;
}


/* modal chat enable */

.contact_chat .modal-content {
    position: relative;
    margin-bottom: 45px;
    width: 70%;
    z-index: 1;
}

.contact_chat .modal-dialog {
    left: 76% !important
}

.contact_chat .modal-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #f8f9fa;
    position: absolute;
    bottom: -10px;
    z-index: 10;
    right: 7%;
    margin-left: -16px;
}

.contact_chat .modal-content .action-sheet-content {
    font-size: 13px;
    color: #141515;
    line-height: 1.5em;
    padding: 10px 8px !important;
    background-color: #f8f9fa;
}

.contact_chat .modal-content .action-sheet-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.contact_chat .modal-content .action-sheet-content ion-icon {
    font-size: 22px;
    margin-bottom: -4px;
}


/* ADD TO HOME MOBILEKIT */

.ios-add-to-home .modal-content {
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.ios-add-to-home .modal-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -7px;
    z-index: 10;
    left: 50%;
    margin-left: -16px;
}

.ios-add-to-home .modal-content .action-sheet-content {
    font-size: 13px;
    color: #141515;
    line-height: 1.5em;
}

.ios-add-to-home .modal-content .action-sheet-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.ios-add-to-home .modal-content .action-sheet-content ion-icon {
    font-size: 22px;
    margin-bottom: -4px;
}

.android-add-to-home {
    z-index: 200000;
}

.android-add-to-home .modal-dialog {
    top: 0;
    bottom: auto;
    padding: 6px !important;
    transform: translate(0, -100%) !important;
    transition: 0.5s all !important;
}

.android-add-to-home.show .modal-dialog {
    transform: translate(0, 0) !important;
    top: 10px;
}

.android-add-to-home .modal-content {
    position: relative;
    z-index: 1;
    border-radius: 4px !important;
}

.android-add-to-home .modal-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -7px;
    z-index: 10;
    right: 9px;
    transform: rotate(180deg);
    margin-left: -16px;
}

.android-add-to-home .modal-content .action-sheet-content {
    font-size: 13px;
    color: #141515;
    line-height: 1.5em;
}

.android-add-to-home .modal-content .action-sheet-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.android-add-to-home .modal-content .action-sheet-content ion-icon {
    font-size: 20px;
    margin-bottom: -5px;
}

.android-add-to-home {
    z-index: 200000;
}

.android-add-to-home .modal-dialog {
    top: 0;
    bottom: auto;
    padding: 6px !important;
    transform: translate(0, -100%) !important;
    transition: 0.5s all !important;
}

.android-add-to-home.show .modal-dialog {
    transform: translate(0, 0) !important;
    top: 10px;
}

.android-add-to-home .modal-content {
    position: relative;
    z-index: 1;
    border-radius: 4px !important;
}

.android-add-to-home .modal-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -7px;
    z-index: 10;
    right: 9px;
    transform: rotate(180deg);
    margin-left: -16px;
}

.android-add-to-home .modal-content .action-sheet-content {
    font-size: 13px;
    color: #141515;
    line-height: 1.5em;
}

.android-add-to-home .modal-content .action-sheet-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.android-add-to-home .modal-content .action-sheet-content ion-icon {
    font-size: 20px;
    margin-bottom: -5px;
}


/** Notificaciones Push **/

.push-notify {
    z-index: 200000;
}

.push-notify .modal-dialog {
    top: 0;
    bottom: auto;
    padding: 6px !important;
    transform: translate(0, -100%) !important;
    transition: 0.5s all !important;
}

.push-notify.show .modal-dialog {
    transform: translate(0, 0) !important;
    top: 50px;
}

.push-notify .modal-content {
    position: relative;
    z-index: 1;
    border-radius: 4px !important;
}

.push-notify .modal-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -7px;
    z-index: 10;
    right: 48px;
    transform: rotate(180deg);
    margin-left: -16px;
}

.push-notify .modal-content .action-sheet-content {
    font-size: 13px;
    color: #141515;
    line-height: 1.5em;
}

.push-notify .modal-content .action-sheet-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.push-notify .modal-content .action-sheet-content ion-icon {
    font-size: 20px;
    margin-bottom: -5px;
}


/* range slider */

.noUi-target {
    background: #ffffffa1;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-connect {
    background: #000000;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 60px;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    display: 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: 3px 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);
}

.avatar img {
    width: 100%;
    vertical-align: top
}

.avatar-20 {
    height: 20px;
    width: 20px;
}

.avatar-40 {
    height: 40px;
    width: 40px;
}

.avatar-60 {
    height: 60px;
    width: 60px;
}

.avatar-80 {
    height: 80px;
    width: 80px;
}

.avatar-100 {
    height: 100px;
    width: 100px;
}

.avatar-120 {
    height: 120px;
    width: 120px;
}

.avatar-50 {
    height: 50px;
    width: 50px;
}

.avatar-70 {
    height: 70px;
    width: 70px;
}

.avatar-90 {
    height: 90px;
    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
}

.cart_counter {
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 13px;
}

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

.modal-content {
    border-radius: .3rem!important;
    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);
}

.bg-gradient-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 20%, #f1ecdf 70%);
}

.cat-item-gradient-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #0e214670 70%, #e7efff 20%);
}

.header-page-image:after,
.header-page-image-lg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #0e214670 71%, #f9f9f9 100%);
}

.header-page-title {
    z-index: 9;
    position: absolute;
}

.item-gradient-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 60%, #00000085 90%);
}

.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}


/* media query */

@media screen and (min-width:993px) {
    .sidebar {
        width: 280px;
        left: -290px;
    }
}

@media screen and (min-width:1180px) {
    .sidebar {
        width: 290px;
        left: -300px;
    }
}

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


/* 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);
}


/* 26. theme color */

.bg-gradient-cyan {
    background: transparent linear-gradient(180deg, #5ED0FB 0%, #14379A 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #5ED0FB 0%, #14379A 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #5ED0FB 0%, #14379A 100%) 0% 0% no-repeat padding-box;
}

.bg-gradient-purple {
    background: transparent linear-gradient(180deg, #824FBC 0%, #000B2C 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #824FBC 0%, #000B2C 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #824FBC 0%, #000B2C 100%) 0% 0% no-repeat padding-box;
}

.bg-gradient-red {
    background: transparent linear-gradient(180deg, #DC2154 0%, #240209 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #DC2154 0%, #240209 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #DC2154 0%, #240209 100%) 0% 0% no-repeat padding-box;
}

.bg-gradient-yellow {
    background: transparent linear-gradient(180deg, #FE9500 0%, #d87400 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #FE9500 0%, #d87400 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #FE9500 0%, #d87400 100%) 0% 0% no-repeat padding-box;
}

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

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