/*
Theme Name: BankApp
Theme URI: http://s7template.com/tf/bankapp/
Author: s7template
Author URI: http://s7template.com/
Description: BankApp - Wallet & Banking HTML Mobile Template
Version: 1.0.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## Flaticon

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


/*----------------------------------------------
    # Typography
----------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700&display=swap");
:root {
    --main-color: #072A5A;
    --heading-color: #474747;
    --paragraph-color: #474747;
    --heading-font: 'Poppins', sans-serif;
    --body-font: 'Poppins', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    background: #f6f6f6;
    font-size: 14px;
}

h1 {
    font-size: 36px;
    line-height: 1.2833333333333333;
}

h2 {
    font-size: 30px;
    line-height: 1.2380952380952381;
}

h3 {
    font-size: 24px;
    line-height: 1.2833333333333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2380952380952381;
}

h5 {
    font-size: 18px;
    line-height: 1.2380952380952381;
}

h6 {
    font-size: 16px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 600;
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

ol li {
    list-style: none;
    margin-bottom: 1rem;
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
}


/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.no-gutter>[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-gutter[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

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

code {
    color: #faa603;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.check-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    content: "\f105";
    color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
    color: var(--main-color);
}

.comment-list li {
    list-style: none;
}

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

.position-relative {
    position: relative;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*----------------------------------------
    # Unit test
------------------------------------------*/

.wp-link-pages a {
    margin: 0 5px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.wp-link-pages {
    margin-bottom: 30px;
    margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.wp-link-pages span:first-child {
    margin-right: 5px;
}

dl,
ol,
ul {
    padding-left: 15px;
}

.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}

.post-password-form label {
    font-weight: 600;
    color: #333;
}

.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.post-password-form input[type=submit]:hover {
    background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.50rem !important;
}


/*---------------------------------------
    ## Back Top
---------------------------------------*/

.custom-gutters-20>.col,
.custom-gutters-20>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #072A5A;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.back-to-top i {
    -webkit-animation: scrolltop 2s infinite;
    animation: scrolltop 2s infinite;
}

@-webkit-keyframes scrolltop {
    from {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes scrolltop {
    from {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*-------------------------
    ## Common Padding Css
---------------------------*/

.pd-top-36 {
    padding-top: 36px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-bottom-35 {
    padding-bottom: 35px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}

.mg-top-30 {
    margin-top: 30px;
}

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

.mg-top-35 {
    margin-top: 35px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-bottom-35 {
    margin-bottom: 35px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}


/*---------------------------------------
    ## Button
---------------------------------------*/

.btn {
    border: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 4px;
}

.btn:hover {
    color: #fff;
    opacity: 0.7;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: 0;
    opacity: 0.7;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: 0;
    opacity: 0.7;
}

.btn i {
    padding-left: 10px;
}

.btn-large {
    border: 0;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.btn-large:hover {
    color: #fff;
    opacity: 0.7;
}

.btn-large:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: 0;
    opacity: 0.7;
}

.btn-large:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: 0;
    opacity: 0.7;
}

.btn-large i {
    padding-left: 10px;
}

.btn-gray {
    color: #fff;
    background: #dadada;
}

.btn-blue {
    color: #fff;
    background: #072A5A;
}

.btn-red {
    background: #072A5A;
    color: #fff;
}

.btn-purple {
    background: #072A5A;
    color: #fff;
}

.btn-green {
    background: #1dcc70;
    color: #fff;
}

.readmore-btn {
    color: #072A5A;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-content-text {
    font-size: 14px;
    font-weight: 500;
}

.btn-content-text a {
    color: #072A5A;
}


/*-------------------------
    ## Background
---------------------------*/

.bg-gray {
    background: #f2f2f2;
}

.bg-user-setting:after {
    background-image: url("/../assets/img/bg/9.png") !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
}

.bg-transaction-details::after {
    background-image: url("../../assets/img/bg/8.png") !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
}


/*-------------------------
    ## section-title
---------------------------*/

.section-title {
    margin-bottom: 14px;
    overflow: hidden;
}

.section-title .title {
    font-size: 24px;
    font-weight: 600;
    float: left;
    display: inline-block;
}

.section-title a {
    float: right;
    padding-top: 7px;
    color: #072A5A;
}

.section-title a i {
    font-size: 20px;
}

.section-title a.sub-delete {
    color: #072A5A;
}

.section-title.style-two .title {
    color: #fff;
}

.section-title.style-two a {
    color: #fff;
}

.section-title.style-three .title {
    float: none;
}

.section-title .count-title {
    color: #fff;
    background: #1dcc70;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 0;
    border-radius: 3px;
    display: inline-block;
}

.section-title .goal-title {
    color: #292929;
    background: #fff;
    display: inline-block;
    padding: 2px 4px;
}


/*-------------------------
    ## social-area Css
---------------------------*/

.social-area {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-area li {
    margin-right: 14px;
}

.social-area li a {
    border: 1px solid red;
    color: red;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    font-size: 18px;
}

.social-area li a:hover {
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.78);
    box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.78);
}

.social-area li a:hover i {
    color: red;
}

.social-area li:last-child {
    margin-right: 0;
}


/*-------------------------
    ## Common Input Css
---------------------------*/

.single-input-wrap {
    position: relative;
}

.single-input-wrap .single-input {
    width: 65%;
    height: 60px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    padding: 0 40px;
    font-size: 16px;
    color: red;
    line-height: 60px;
    margin-right: 8px;
    margin-bottom: 0;
}

.single-input-wrap .single-input:active,
.single-input-wrap .single-input:focus {
    -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    outline: 0;
    border: 1px solid #eaeaea;
}

.single-input-wrap .single-input::-webkit-input-placeholder {
    color: red;
}

.single-input-wrap .single-input:-ms-input-placeholder {
    color: red;
}

.single-input-wrap .single-input::-ms-input-placeholder {
    color: red;
}

.single-input-wrap .single-input::placeholder {
    color: red;
}

.single-input-wrap .btn {
    -webkit-box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
    box-shadow: 0px 22px 85.85px 15.15px rgba(223, 223, 223, 0.49);
}


/*-------------------------
    ## Preloader Css
---------------------------*/

.pre-wrap {
    position: fixed;
    content: '';
    -webkit-transform: translate(-100%, -240%);
    -ms-transform: translate(-100%, -240%);
    transform: translate(-100%, -240%);
    font-size: 62px;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999;
    background-color: rgba(2, 48, 71, 0.8);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.preloader-inner .cancel-preloader a {
    background-color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color);
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
    background-color: var(--heading-color);
    color: #fff;
}

.spinner {
    margin: 120px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--main-color);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/*----------------------------------------
  ## Search Popup
----------------------------------------*/

.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.search-popup .search-form .form-group .form-control {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 54px;
    padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 60px;
    height: 54px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--main-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
    color: #fff;
}

.search-popup .search-form .submit-btn:hover {
    background-color: var(--heading-color);
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 99999;
    content: '';
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}


/********** single-switch **********/

.single-switch {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-switch .switch-title {
    margin-top: 4px;
    color: #7B7A7A;
}

.single-switch label {
    margin-bottom: 0;
    margin: 0 5px;
}

.single-switch .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.single-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.single-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eaeaea;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #072A5A;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-switch input:checked+.slider {
    background-color: #eaeaea;
}

.single-switch input:focus+.slider {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.single-switch .slider.round {
    border-radius: 34px;
}

.single-switch .slider.round:before {
    border-radius: 50%;
}


/*---------------------------------------------------
	Widget style
----------------------------------------------------*/


/*---------------------------------------------------
    Header style
----------------------------------------------------*/

.page-title {
    background: #fff;
    padding: 12px 0;
    overflow: hidden;
    font-weight: 500;
}

.ba-page-name h3 {
    color: #fff;
    background: #072A5A;
    padding: 17px;
    margin-bottom: 0;
}

.header-area {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.header-area .menu-bar {
    margin-top: 5px;
    color: #fff;
}

.header-area .logo {
    margin-top: 5px;
    display: inline-block;
}

.header-area .menu-back-page {
    margin-top: 6px;
    color: #fff;
    font-size: 20px;
}

.header-area .page-name {
    margin-top: 5px;
    color: #fff;
}

.header-area .header-search {
    margin-top: 5px;
    color: #fff;
    cursor: pointer;
}

.header-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.header-right li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    list-style: none;
    margin-left: 10px;
}

.header-right li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    position: relative;
}

.header-right li a .badge {
    width: 15px;
    height: 15px;
    line-height: 11px;
    font-size: 9px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 0;
    border-radius: 50%;
    background: #ec4760;
}

.header-right li .header-user {
    margin-left: 8px;
}

.header-right li .header-user img {
    border-radius: 50%;
}


/************ navbar style *************/

.ba-navbar {
    width: 370px;
    position: fixed;
    left: -370px;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    background: #f6f6f6;
    height: 100vh;
    overflow-y: scroll;
}

.ba-navbar .ba-navbar-user {
    padding: 35px 20px;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ba-navbar .ba-navbar-user .thumb {
    margin-right: 10px;
}

.ba-navbar .ba-navbar-user .menu-close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #fafafa;
    border-radius: 50%;
    color: #072A5A;
    cursor: pointer;
}

.ba-navbar .ba-navbar-user p {
    margin-bottom: 0;
}

.ba-navbar .ba-add-balance-title {
    margin: 0 20px;
    padding: 16px 20px 15px 20px;
}

.ba-navbar .ba-add-balance-title h5 {
    color: #292929;
}

.ba-navbar .ba-add-balance-title.style-two {
    margin-top: 20px;
}

.ba-navbar .ba-main-menu {
    border-top: 1px solid #ececec;
    margin-top: 20px;
    padding: 20px;
}

.ba-navbar .ba-main-menu h5 {
    margin-bottom: 20px;
}

.ba-navbar .ba-main-menu ul {
    margin: 0;
    padding: 0;
    margin-bottom: 38px;
}

.ba-navbar .ba-main-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 13px;
}

.ba-navbar .ba-main-menu ul li a {
    position: relative;
    padding-left: 25px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ba-navbar .ba-main-menu ul li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    left: 0;
    top: 10px;
    background: #072A5A;
}

.ba-navbar .ba-main-menu ul li a:after {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 0;
    font-family: fontAwesome;
}

.ba-navbar .ba-main-menu ul li a:hover {
    color: #072A5A;
}

.ba-navbar .ba-main-menu ul li a:hover:after {
    color: #072A5A;
}

.ba-navbar .ba-main-menu .btn {
    width: 100%;
    font-weight: 400;
}

.ba-navbar.ba-navbar-show {
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/*---------------------------------------------------
  ## Search Popup
---------------------------------------------------*/

.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 92%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.search-popup .search-form .form-group .form-control {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 54px;
    padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 60px;
    height: 54px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: red;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
    color: #fff;
}

.search-popup .search-form .submit-btn:hover {
    background-color: red;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 99999;
    content: '';
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: .80;
    left: 0;
}

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

.header-right li a .badge {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-animation: BadgePulse 1.8s infinite;
    animation: BadgePulse 1.8s infinite;
}

@-webkit-keyframes BadgePulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

@keyframes BadgePulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}


/*---------------------------------------------------
	banner style
----------------------------------------------------*/

.balance-area-bg {
    position: relative;
}

.balance-area-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #ececec;
    z-index: -1;
    border-radius: 6px;
}

.balance-area-bg .edit-title {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-weight: 500;
}

.balance-area-bg-home:after {
    background-color: #072A5A !important;
    background-size: cover;
}

.balance-area-bg-home .balance-title h6 {
    color: #fff;
}

.bg-user-setting::after {
    background-image: url("../../assets/img/bg/9.png") !important;
}

.balance-title {
    padding: 18px 0 12px 0;
}

.ba-balance-inner {
    margin: 0 45px;
    padding: 20px;
    border-radius: 8px;
}

.ba-balance-inner .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 48px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(11, 3, 88, 0.877);
    box-shadow: 0px 0px 29px 0px rgba(11, 3, 88, 0.877);
    border-radius: 50%;
    background: #072A5A;
    margin-bottom: 13px;
}

.ba-balance-inner .icon i {
    font-size: 30px;
    color: #fff;
    padding-top: 8px;
}

.ba-balance-inner .title {
    color: #292929;
    margin-bottom: 7px;
}

.ba-balance-inner .amount {
    color: #0114a7;
    margin-bottom: 0;
}


/*---------------------------------------------------
	all section style
----------------------------------------------------*/

.ba-add-balance-title {
    border-left: 2px solid #072A5A;
    border-right: 2px solid #072A5A;
    background: #fff;
    padding: 18px 20px 17px 20px;
    display: block;
    overflow: hidden;
}

.ba-add-balance-title h5 {
    color: #072A5A;
    margin-bottom: 0;
    float: left;
}

.ba-add-balance-title i {
    color: #072A5A;
    float: right;
    padding-top: 3px;
}

.ba-add-balance-title p {
    color: #072A5A;
    float: right;
    padding-top: 3px;
    font-weight: 600;
    margin-bottom: 0;
}

.ba-add-balance-inner {
    border: 1px solid #ececec;
    padding: 20px 22px 0 22px;
    border-radius: 6px;
}

.ba-add-balance-inner .btn {
    width: 100%;
    margin-bottom: 20px;
}

.ba-add-balance-btn {
    cursor: pointer;
}

.add-balance-inner-wrap {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -500px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
    background: #fff;
}

.add-balance-inner-wrap.add-balance-inner-wrap-show {
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/********** single-goal ***********/

.single-goal {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}

.single-goal:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 70%;
    left: 0;
    top: 15%;
}

.single-goal .chart-circle {
    position: relative;
}

.single-goal .chart-circle canvas+canvas {
    display: none;
}

.single-goal .chart-circle .chart-circle-value {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    font-weight: 700;
}

.single-goal.single-goal-one:after {
    background: #1dcc70;
}

.single-goal.single-goal-one .chart-circle-value {
    color: #1dcc70;
}

.single-goal.single-goal-one .goal-amount {
    color: #1dcc70;
}

.single-goal.single-goal-two:after {
    background: #9a3ada;
}

.single-goal.single-goal-two .chart-circle-value {
    color: #9a3ada;
}

.single-goal.single-goal-two .goal-amount {
    color: #9a3ada;
}

.single-goal.single-goal-three:after {
    background: #072A5A;
}

.single-goal.single-goal-three .chart-circle-value {
    color: #072A5A;
}

.single-goal.single-goal-three .goal-amount {
    color: #072A5A;
}

.single-goal.single-goal-four:after {
    background: #072A5A;
}

.single-goal.single-goal-four .chart-circle-value {
    color: #072A5A;
}

.single-goal.single-goal-four .goal-amount {
    color: #072A5A;
}

.single-goal .circle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    float: right;
    border-left: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 22px;
}

.single-goal .circle-inner h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 12px;
}

.single-goal .details {
    margin-top: 10px;
    padding: 20px 22px;
}

.single-goal .details h6 {
    margin-bottom: 7px;
}

.single-goal .details p {
    margin-bottom: 0;
}


/************* history style ***************/

.ba-history-inner {
    padding: 20px 22px 0 22px;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 5px;
}

.ba-single-history {
    border: 1px solid #ececec;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.ba-single-history h5 {
    margin-bottom: 0;
}

.ba-single-history-one h5 {
    color: #072A5A;
}

.ba-single-history-two h5 {
    color: #072A5A;
}

.ba-single-history-three h5 {
    color: #072A5A;
}

.ba-single-history-four h5 {
    color: #1dcc70;
}


/******** ba-cart-inner ********/

.ba-cart-inner {
    border-radius: 5px;
    padding: 20px 20px 8px 20px;
    background-position: 100%;
}

.ba-cart-inner p {
    text-transform: uppercase;
    color: #d0c4fc;
}

.ba-cart-inner h4,
.ba-cart-inner h5 {
    color: #ffffff;
}


/********** single-transaction **********/

.ba-single-transaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}

.ba-single-transaction .thumb {
    background: #f6f6f6;
    border: 1px solid #ececec;
    width: 70px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    margin-right: 12px;
}

.ba-single-transaction .details {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.ba-single-transaction p {
    margin-bottom: 0;
    font-size: 12px;
}

.ba-single-transaction .amount {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    color: #072A5A;
    margin-bottom: 0;
}

.ba-single-transaction.style-two .amount {
    background: #d5c9ff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    border-radius: 5px;
    color: #072A5A;
}

.transaction-inner {
    margin: 0;
    padding: 0;
}

.transaction-inner li {
    list-style: none;
}

.transaction-inner li:nth-child(1).style-two .amount {
    background: #d5c9ff;
    color: #072A5A;
}

.transaction-inner li:nth-child(2).style-two .amount {
    background: #c8ffe2;
    color: #1dcc70;
}

.transaction-inner li:nth-child(3).style-two .amount {
    background: #ffcad8;
    color: #072A5A;
}

.transaction-inner li:nth-child(4).style-two .amount {
    background: #efd6ff;
    color: #072A5A;
}

.transaction-inner li:last-child {
    margin-bottom: 0;
}

.bg-transaction-details h6 {
    color: #fff;
}

.transaction-details-inner {
    margin: 0;
    padding: 0;
    border: 1px solid #ececec;
    overflow: hidden;
}

.transaction-details-inner li {
    list-style: none;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
}

.transaction-details-inner li:last-child {
    border-bottom: 0;
}

.transaction-details-inner li a {
    display: block;
    overflow: hidden;
}

.transaction-details-inner .transaction-details-title {
    background: #1dcc70;
    color: #fff;
    padding: 15px 15px;
}

.transaction-details-inner .transaction-details-title .float-left {
    padding-top: 6px;
}

.transaction-details-inner .transaction-details-title i {
    font-size: 35px;
}


/*********** send-money ***********/

.send-money-area {
    background-size: cover;
    background-repeat: no-repeat;
}

.send-money-slider .single-send-money {
    background: #f4f4f4;
    padding: 10px 10px 8px 10px;
    text-align: center;
    border-radius: 6px;
}

.send-money-slider .single-send-money img {
    width: auto;
    margin: 0 auto;
}

.send-money-slider .single-send-money p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}


/********** bill-pay-area **********/

.ba-bill-pay-inner {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.ba-bill-pay-inner .ba-single-bill-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    margin-bottom: 20px;
}

.ba-bill-pay-inner .ba-single-bill-pay .thumb {
    background: #f6f6f6;
    border: 1px solid #ececec;
    width: 70px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    margin-right: 12px;
}

.ba-bill-pay-inner .ba-single-bill-pay .details {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.ba-bill-pay-inner .ba-single-bill-pay p {
    margin-bottom: 0;
    font-size: 12px;
}

.ba-bill-pay-inner .amount-inner {
    overflow: hidden;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.ba-bill-pay-inner .amount-inner h5 {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    color: #072A5A;
    margin-top: 6px;
}

.ba-bill-pay-inner .amount-inner h5 i {
    margin-right: 5px;
}

.ba-bill-pay-inner .amount-inner a {
    float: right;
    display: inline-block;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
}


/******* blog style ********/

.blog-area {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-blog {
    border-bottom: 4px solid #072A5A;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.single-blog .details {
    padding: 20px;
    background: #f6f6f6;
}

.single-blog .details a {
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog .details a:hover {
    color: #072A5A;
}

.blog-details-inner {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.blog-details-inner .thumb {
    margin-bottom: 16px;
}

.blog-details-inner .thumb img {
    border-radius: 5px;
}


/********** btn-wrap-area *********/

.btn-wrap-area {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}


/*************** about-content-inner ***************/

.about-content-inner {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}


/************* signin ***********/

.contact-form-inner {
    background: #fff;
    padding: 40px 20px;
}

.contact-form-inner .btn {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border-radius: 0;
    margin-top: 30px;
}

.contact-form-inner .forgot-btn {
    display: block;
    margin-top: 20px;
    color: #272727;
}

.single-input-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.single-input-wrap span {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.single-input-wrap input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ececec;
}

.single-input-wrap select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ececec;
}

.single-checkbox-wrap input {
    margin-top: 3px;
    float: left;
    margin-right: 4px;
}

.single-checkbox-wrap span {
    color: #272727;
}


/********** verification-inner **********/

.verification-inner {
    padding: 35px 20px 40px 20px;
}

.verification-inner h3 {
    margin-bottom: 20px;
}

.verification-inner input {
    height: 55px;
    font-size: 22px;
    background: #f5f5f5;
    border: 1px solid #b9b9b9;
    color: #c9c9c9;
    text-align: center;
    padding: 0 10px;
    width: 188px;
    border-radius: 10px;
    margin-bottom: 200px;
}

.verification-inner input::-webkit-input-placeholder {
    font-size: 52px;
    color: #c9c9c9;
    border-radius: 50%;
    line-height: 55px;
}

.verification-inner input:-ms-input-placeholder {
    font-size: 52px;
    color: #c9c9c9;
    border-radius: 50%;
    line-height: 55px;
}

.verification-inner input::-ms-input-placeholder {
    font-size: 52px;
    color: #c9c9c9;
    border-radius: 50%;
    line-height: 55px;
}

.verification-inner input::placeholder {
    font-size: 52px;
    color: #c9c9c9;
    border-radius: 50%;
    line-height: 55px;
}

.verification-inner a {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #b9b9b9;
    color: #072A5A;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}


/********** contact style **********/

.contact-form-wrap ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ececec;
}

.contact-form-wrap ul li {
    list-style: none;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.contact-form-wrap ul li input {
    border: 0;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #474747;
}

.contact-form-wrap ul li input::-webkit-input-placeholder {
    color: #474747;
}

.contact-form-wrap ul li input:-ms-input-placeholder {
    color: #474747;
}

.contact-form-wrap ul li input::-ms-input-placeholder {
    color: #474747;
}

.contact-form-wrap ul li input::placeholder {
    color: #474747;
}

.contact-form-wrap ul li input:focus {
    border: 0 !important;
}

.contact-form-wrap ul li:last-child {
    border-bottom: 0;
}

.contact-form-wrap .btn-large {
    border-radius: 0;
}


/******** all page style ***********/

.ba-all-page-inner {
    margin-top: 20px;
    background: #fff;
}

.ba-all-page-inner h5 {
    background: #072A5A;
    padding: 15px 20px;
    color: #fff;
}

.ba-all-page-inner ul {
    margin: 0;
    padding: 0;
    padding: 10px 20px 20px 20px;
}

.ba-all-page-inner ul li {
    display: block;
    list-style: none;
    margin-bottom: 13px;
}

.ba-all-page-inner ul li a {
    position: relative;
    padding-left: 25px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ba-all-page-inner ul li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    left: 0;
    top: 10px;
    background: #072A5A;
}

.ba-all-page-inner ul li a:after {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 0;
    font-family: fontAwesome;
}

.ba-all-page-inner ul li a:hover {
    color: #072A5A;
}

.ba-all-page-inner ul li a:hover:after {
    color: #072A5A;
}

.ba-all-page-inner ul li:last-child {
    margin-bottom: 0;
}

.ba-all-page-inner .btn {
    width: 100%;
    font-weight: 400;
}

.ba-all-page-inner.style-two h5 {
    background: #072A5A;
}

.ba-all-page-inner.style-two ul li a:before {
    content: "\f101";
    font-family: fontAwesome;
    background: none;
    top: 0;
}

.ba-all-page-inner.style-three h5 {
    background: #072A5A;
}

.ba-all-page-inner.style-three ul li a:before {
    content: "\f101";
    font-family: fontAwesome;
    background: none;
    top: 0;
}


/*---------------------------------------------------
    Footer style
----------------------------------------------------*/

.footer-area {
    background: #fff;
    margin-bottom: 55px;
}

.footer-top {
    padding: 15px 0;
}

.footer-top p {
    margin-bottom: 0;
    color: #fff;
}

.footer-bottom {
    position: fixed;
    width: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #DCDCE9;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
}

.footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5%;
    padding: 10px 0 10px 0;
}

.footer-bottom ul li i {
    font-size: 22px;
}

.footer-bottom ul li p {
    margin-bottom: 0;
    font-size: 8px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-bottom ul li a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-bottom ul li a:hover {
    color: #072A5A;
}

.footer-bottom ul li a:hover p {
    color: #072A5A;
}


/*
 * BACKGROUND COLORS
 */

.bg-gradient-01 {
    background: #fd584c;
    background: -webkit-linear-gradient(315deg, #fd584c 0%, #f84271 80%) !important;
    background: -o-linear-gradient(315deg, #fd584c 0%, #f84271 80%) !important;
    background: linear-gradient(135deg, #fd584c 0%, #f84271 80%) !important;
}

.bg-gradient-02 {
    background: #5d5386;
    background: -webkit-linear-gradient(315deg, #5d5386 0%, #4c4275 80%) !important;
    background: -o-linear-gradient(315deg, #5d5386 0%, #4c4275 80%) !important;
    background: linear-gradient(135deg, #5d5386 0%, #4c4275 80%) !important;
}

.bg-gradient-03 {
    background: #072A5A;
    background: -webkit-linear-gradient(315deg, #072A5A 0%, #6acbe0 80%) !important;
    background: -o-linear-gradient(315deg, #072A5A 0%, #6acbe0 80%) !important;
    background: linear-gradient(135deg, #072A5A 0%, #6acbe0 80%) !important;
}

.bg-gradient-04 {
    background: #00b7ff;
    background: -webkit-linear-gradient(315deg, #00b7ff 0%, #ffffc7 100%) !important;
    background: -o-linear-gradient(315deg, #00b7ff 0%, #ffffc7 100%) !important;
    background: linear-gradient(135deg, #00b7ff 0%, #ffffc7 100%) !important;
}

.bg-gradient-05 {
    background: #662d8c;
    background: -webkit-linear-gradient(315deg, #662d8c 0%, #ed1e79 80%) !important;
    background: -o-linear-gradient(315deg, #662d8c 0%, #ed1e79 80%) !important;
    background: linear-gradient(135deg, #662d8c 0%, #ed1e79 80%) !important;
}

.bg-primary,
.bg-violet {
    background-color: #5d5386 !important;
    color: #fff;
}

.bg-danger,
.bg-red {
    background-color: #fe195e !important;
    color: #fff;
}

.bg-info,
.bg-blue {
    background-color: #08a6c3 !important;
    color: #fff;
}

.bg-yellow {
    background-color: #eef157 !important;
    color: #fff;
}

.bg-success,
.bg-green {
    background-color: #69cd00 !important;
    color: #fff;
}

.bg-warning,
.bg-orange {
    background-color: #f7b733 !important;
    color: #fff;
}

.bg-grey {
    background-color: #f6f6f6 !important;
}

.bg-white {
    background-color: #fff !important;
}


/*
   * TEXT COLORS
   */

.text-gradient-01 {
    background: #fd584c;
    background: -webkit-linear-gradient(315deg, #fd584c 0%, #f84271 80%);
    background: -o-linear-gradient(315deg, #fd584c 0%, #f84271 80%);
    background: linear-gradient(135deg, #fd584c 0%, #f84271 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-02 {
    background: #5d5386;
    background: -webkit-linear-gradient(315deg, #5d5386 0%, #5d5386 80%);
    background: -o-linear-gradient(315deg, #5d5386 0%, #5d5386 80%);
    background: linear-gradient(135deg, #5d5386 0%, #5d5386 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-03 {
    background: #072A5A;
    background: -webkit-linear-gradient(315deg, #072A5A 0%, #6acbe0 80%);
    background: -o-linear-gradient(315deg, #072A5A 0%, #6acbe0 80%);
    background: linear-gradient(135deg, #072A5A 0%, #6acbe0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-04 {
    background: #00b7ff;
    background: -webkit-linear-gradient(315deg, #00b7ff 0%, #ffffc7 100%);
    background: -o-linear-gradient(315deg, #00b7ff 0%, #ffffc7 100%);
    background: linear-gradient(135deg, #00b7ff 0%, #ffffc7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-05 {
    background: #662d8c;
    background: -webkit-linear-gradient(315deg, #662d8c 0%, #ed1e79 80%);
    background: -o-linear-gradient(315deg, #662d8c 0%, #ed1e79 80%);
    background: linear-gradient(135deg, #662d8c 0%, #ed1e79 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-dark {
    color: #2c304d !important;
}

.text-primary {
    color: #5d5386 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #5d5386 !important;
}

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

.text-red {
    color: #fe195e !important;
}

.text-yellow {
    color: #eef157 !important;
}

.text-green {
    color: #60c400 !important;
}

.text-orange {
    color: #f7b733 !important;
}

.text-violet {
    color: #796aee !important;
}

.text-blue {
    color: #08a6c3 !important;
}

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

.text-grey-dark {
    color: #50525b !important;
}

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #1da1f2 !important;
}

.text-linkedin {
    color: #007bb7 !important;
}

.text-youtube {
    color: #cd201f !important;
}


/*
 * 01. ACCORDION
 */

.accordion .card-header {
    padding: 1.6rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 none;
}

.accordion-icon .card-header {
    padding: 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 none;
}

.accordion-icon.icon-01 .card-header:before {
    font-family: 'fontawesome';
    content: "\f106";
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.accordion-icon.icon-01 .card-header.collapsed:before {
    content: "\f107";
}

.accordion-icon.icon-02 .card-header:before {
    font-family: 'fontawesome';
    content: "\f068";
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.accordion-icon.icon-02 .card-header.collapsed:before {
    content: "\f067";
}

.accordion .card-title,
.accordion-icon .card-title {
    margin-bottom: 0;
    display: inline-block;
}

.accordion .card-body,
.accordion-icon .card-body {
    border-bottom: 0.07rem solid #eee;
}


/*
 * ALERTS
 */

.alert {
    color: #fff;
    position: relative;
    padding: 0.85rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-lg {
    padding: 1.25rem;
}

.alert i {
    font-size: 2rem;
    vertical-align: middle;
}

.alert .close::before {
    content: "\f00d";
}

.alert .close {
    font-family: "fontawesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 1rem;
    outline: none !important;
    text-shadow: none;
    cursor: pointer;
}

.alert .close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding-right: 1.25rem;
    color: inherit;
    opacity: 1;
}

.alert-primary .close,
.alert-succes .close,
.alert-info .close,
.alert-warning .close,
.alert-danger .close {
    color: #fff;
}

.alert-secondary .close {
    color: #2c304d;
}

.alert-shadow {
    color: #2c304d;
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}

.alert-primary {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.alert-secondary {
    color: #2c304d;
    background-color: #e4e8f0;
    border-color: #e4e8f0;
}

.alert-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.alert-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.alert-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}

.alert-outline-primary.dashed,
.alert-outline-secondary.dashed,
.alert-outline-success.dashed,
.alert-outline-info.dashed,
.alert-outline-warning.dashed,
.alert-outline-danger.dashed {
    border-style: dashed;
}

.alert-outline-primary.dotted,
.alert-outline-secondary.dotted,
.alert-outline-success.dotted,
.alert-outline-info.dotted,
.alert-outline-warning.dotted,
.alert-outline-danger.dotted {
    border-style: dotted;
}

.alert-outline-primary {
    color: #5d5386;
    border-color: #5d5386;
    border-width: 2px;
}

.alert-outline-secondary {
    color: #2c304d;
    border-color: #e4e8f0;
    border-width: 2px;
}

.alert-outline-success {
    color: #5cb85c;
    border-color: #5cb85c;
    border-width: 2px;
}

.alert-outline-info {
    color: #5bc0de;
    border-color: #5bc0de;
    border-width: 2px;
}

.alert-outline-warning {
    color: #f0ad4e;
    border-color: #f0ad4e;
    border-width: 2px;
}

.alert-outline-danger {
    color: #c9302c;
    border-color: #c9302c;
    border-width: 2px;
}

.alert-primary-bordered {
    color: #5d5386;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 0 0 0 #5d5386 inset;
    box-shadow: 7px 0 0 0 #5d5386 inset;
}

.alert-secondary-bordered {
    color: #2c304d;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 0 0 0 #2c304d inset;
    box-shadow: 7px 0 0 0 #2c304d inset;
}

.alert-success-bordered {
    color: #5cb85c;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 0 0 0 #5cb85c inset;
    box-shadow: 7px 0 0 0 #5cb85c inset;
}

.alert-info-bordered {
    color: #5bc0de;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 0 0 0 #5bc0de inset;
    box-shadow: 7px 0 0 0 #5bc0de inset;
}

.alert-warning-bordered {
    color: #f0ad4e;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 0 0 0 #f0ad4e inset;
    box-shadow: 7px 0 0 0 #f0ad4e inset;
}

.alert-danger-bordered {
    color: #c9302c;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 0 0 0 #c9302c inset;
    box-shadow: 7px 0 0 0 #c9302c inset;
}

@media (max-width: 576px) {
    .container-fluid {
        padding: 15px;
    }
    .content-inner {
        margin-left: 0 !important;
    }
    .page-header,
    .page-header-2 {
        padding: 20px 15px;
    }
}

.has-shadow {
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}

.widget {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.widget-header {
    background: #fff;
    padding: .85rem 1.4rem;
    position: relative;
    width: 100%;
}

.widget-header h4 {
    margin-bottom: 0;
}

.widget-header.bordered {
    border-bottom: .07rem solid #eee;
}

.widget-body {
    padding: 1.4rem;
}


/*
 * BUTTON
 */

.btn-c {
    font-weight: 600 !important;
    line-height: 1.25;
    border: 2px solid transparent;
    padding: 10px 20px;
    font-size: 0.85rem;
    border-radius: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 2px;
}

.btn-group,
.btn-group-vertical {
    display: inline-block;
}

.ripple {
    background-position: center;
    -webkit-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}

.ripple:hover {
    background: rgba(255, 255, 255, 0.15) -webkit-radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.15) 1%) center/15000%;
    background: rgba(255, 255, 255, 0.15) -o-radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.15) 1%) center/15000%;
    background: rgba(255, 255, 255, 0.15) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.15) 1%) center/15000%;
}

.ripple:active {
    background-color: rgba(255, 255, 255, 0.15);
    background-size: 100%;
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}

.btn-c:focus,
.btn-c.focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-c:active,
.btn-c.active {
    background-image: none;
}

a.btn-c.disabled,
fieldset[disabled] a.btn-c {
    pointer-events: none;
}

.dropdown-menu {
    border-color: #eee;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}

.btn-shadow,
.btn-shadow a {
    color: #5d5386;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}

.btn-shadow i,
.btn-shadow a i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-shadow:hover,
.btn-shadow a:hover {
    color: #5d5386;
    -webkit-box-shadow: 0 1px 20px 1px rgba(52, 40, 104, 0.2);
    box-shadow: 0 1px 20px 1px rgba(52, 40, 104, 0.2);
}

.btn-shadow:active {
    color: #5d5386;
    background-color: #fff;
    border-color: #fff;
}

.btn-shadow:focus,
.btn-shadow.focus {
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15) !important;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15) !important;
}

.btn-shadow.disabled,
.btn-shadow:disabled {
    color: #9c90d0;
    background-color: #fff;
    border-color: #fff;
}

.btn-shadow:active,
.btn-shadow.active,
.show>.btn-shadow.dropdown-toggle {
    color: #5d5386;
    background-color: #fff;
    background-image: none;
}

.btn-gradient-01,
.btn-gradient-01 a {
    background: #e23f83;
    background: -webkit-gradient(linear, left top, right top, from(#e23f83), to(#ea5844));
    background: -webkit-linear-gradient(left, #e23f83 0%, #ea5844 100%);
    background: -o-linear-gradient(left, #e23f83 0%, #ea5844 100%);
    background: linear-gradient(to right, #e23f83 0%, #ea5844 100%);
    background-size: 200% auto;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.btn-gradient-01 i,
.btn-gradient-01 a i {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-gradient-01:hover,
.btn-gradient-01 a:hover {
    color: #fff;
    background-position: right center;
}

.btn-gradient-01:active {
    color: #fff;
    background-color: #e23f83;
    border-color: #e23f83;
}

.btn-gradient-01:focus,
.btn-gradient-01.focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient-01.disabled,
.btn-gradient-01:disabled {
    background-color: none;
    opacity: 0.3;
}

.btn-gradient-01:active,
.btn-gradient-01.active,
.show>.btn-gradient-01.dropdown-toggle {
    color: #fff;
    background-color: #e23f83;
    background-image: none;
}

.btn-gradient-02,
.btn-gradient-02 a {
    background: #5d5386;
    background: -webkit-gradient(linear, left top, right top, from(#5d5386), to(#5d5386));
    background: -webkit-linear-gradient(left, #5d5386 0%, #5d5386 100%);
    background: -o-linear-gradient(left, #5d5386 0%, #5d5386 100%);
    background: linear-gradient(to right, #5d5386 0%, #5d5386 100%);
    background-size: 200% auto;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.btn-gradient-02 i,
.btn-gradient-02 a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    margin-right: 0.4rem;
}

.btn-gradient-02:hover,
.btn-gradient-02 a:hover {
    color: #fff;
    background-position: right center;
}

.btn-gradient-02:active {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.btn-gradient-02:focus,
.btn-gradient-02.focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient-02.disabled,
.btn-gradient-02:disabled {
    background-color: none;
    opacity: 0.3;
}

.btn-gradient-02:active,
.btn-gradient-02.active,
.show>.btn-gradient-02.dropdown-toggle {
    color: #fff;
    background-color: #5d5386;
    background-image: none;
}

.btn-gradient-03,
.btn-gradient-03 a {
    background: #072A5A;
    background: -webkit-gradient(linear, left top, right top, from(#072A5A), to(#6acbe0));
    background: -webkit-linear-gradient(left, #072A5A 0%, #6acbe0 100%);
    background: -o-linear-gradient(left, #072A5A 0%, #6acbe0 100%);
    background: linear-gradient(to right, #072A5A 0%, #6acbe0 100%);
    background-size: 200% auto;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.btn-gradient-03 i,
.btn-gradient-03 a i {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-gradient-03:hover,
.btn-gradient-03 a:hover {
    color: #fff;
    background-position: right center;
}

.btn-gradient-03:active {
    color: #fff;
    background-color: #e23f83;
    border-color: #e23f83;
}

.btn-gradient-03:focus,
.btn-gradient-03.focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient-03.disabled,
.btn-gradient-03:disabled {
    background-color: none;
    opacity: 0.3;
}

.btn-gradient-03:active,
.btn-gradient-03.active,
.show>.btn-gradient-03.dropdown-toggle {
    color: #fff;
    background-color: #e23f83;
    background-image: none;
}

.btn-gradient-04,
.btn-gradient-04 a {
    background: #41c7af;
    background: -webkit-gradient(linear, left top, right top, from(#41c7af), to(#54e38e));
    background: -webkit-linear-gradient(left, #41c7af 0%, #54e38e 100%);
    background: -o-linear-gradient(left, #41c7af 0%, #54e38e 100%);
    background: linear-gradient(to right, #41c7af 0%, #54e38e 100%);
    background-size: 200% auto;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.btn-gradient-04 i,
.btn-gradient-04 a i {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-gradient-04:hover,
.btn-gradient-04 a:hover {
    color: #fff;
    background-position: right center;
}

.btn-gradient-04:active {
    color: #fff;
    background-color: #e23f83;
    border-color: #e23f83;
}

.btn-gradient-04:focus,
.btn-gradient-04.focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient-04.disabled,
.btn-gradient-04:disabled {
    background-color: none;
    opacity: 0.3;
}

.btn-gradient-04:active,
.btn-gradient-04.active,
.show>.btn-gradient-04.dropdown-toggle {
    color: #fff;
    background-color: #e23f83;
    background-image: none;
}

.btn-gradient-05,
.btn-gradient-05 a {
    background: #072A5A;
    background: -webkit-gradient(linear, left top, right top, from(#072A5A), to(#730062));
    background: -webkit-linear-gradient(left, #072A5A 0%, #730062 100%);
    background: -o-linear-gradient(left, #072A5A 0%, #730062 100%);
    background: linear-gradient(to right, #072A5A 0%, #730062 100%);
    background-size: 200% auto;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.btn-gradient-05 i,
.btn-gradient-05 a i {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-gradient-05:hover,
.btn-gradient-05 a:hover {
    color: #fff;
    background-position: right center;
}

.btn-gradient-05:active {
    color: #fff;
    background-color: #e23f83;
    border-color: #e23f83;
}

.btn-gradient-05:focus,
.btn-gradient-05.focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient-05.disabled,
.btn-gradient-05:disabled {
    background-color: none;
    opacity: 0.3;
}

.btn-gradient-05:active,
.btn-gradient-05.active,
.show>.btn-gradient-05.dropdown-toggle {
    color: #fff;
    background-color: #e23f83;
    background-image: none;
}

.btn-primary {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.btn-primary i {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.btn-primary:active {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #9086b9;
    border-color: #9086b9;
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #594f82;
    border-color: #5d5386;
}

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

.btn-secondary {
    color: #2c304d;
    background-color: #e4e8f0;
    border: 2px solid #e4e8f0;
}

.btn-secondary i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

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

.btn-secondary:focus,
.btn-secondary.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #9e9ead;
    background-color: #edf0f5;
    border-color: #edf0f5;
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2c304d;
    background-image: none;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
}

.btn-info i {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5;
    background-image: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
}

.btn-success i {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44;
    background-image: none;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.btn-warning i {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f;
    background-image: none;
}

.btn-danger {
    color: #fff;
    background-color: #fe195e;
}

.btn-danger i {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #fe195e;
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
    background-image: none;
}

.btn-light {
    color: #2c304d;
    background-color: #f8f9fa;
}

.btn-light i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-light:hover {
    color: #2c304d;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #fe195e;
}

.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #2c304d;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    background-image: none;
}

.btn-dark {
    color: #fff;
    background-color: #2c304d;
}

.btn-dark i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

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

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #fe195e;
}

.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2e324f;
    border-color: #2e324f;
    background-image: none;
}

.btn-outline-primary {
    color: #5d5386;
    border-color: #5d5386;
    background-image: none;
    background-color: transparent;
}

.btn-outline-primary i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
    box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #796aee;
    background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}

.btn-outline-secondary {
    color: #2c304d;
    border-color: #e4e8f0;
    background-image: none;
    background-color: transparent;
}

.btn-outline-secondary i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2c304d;
    border-color: #2c304d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #afaeae;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2c304d;
    border-color: #2c304d;
}

.btn-outline-info {
    color: #5bc0de;
    border-color: #5bc0de;
    background-image: none;
    background-color: transparent;
}

.btn-outline-info i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
}

.btn-outline-success {
    color: #5cb85c;
    border-color: #5cb85c;
    background-image: none;
    background-color: transparent;
}

.btn-outline-success i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
}

.btn-outline-warning {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-image: none;
    background-color: transparent;
}

.btn-outline-warning i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
}

.btn-outline-danger {
    color: #fe195e;
    border-color: #fe195e;
    background-image: none;
    background-color: transparent;
}

.btn-outline-danger i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #fe195e;
    border-color: #fe195e;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fe195e;
    background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fe195e;
}

.btn-outline-light {
    color: #2c304d;
    border-color: #f3f4f5;
    background-image: none;
    background-color: transparent;
}

.btn-outline-light i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-light:hover {
    color: #2c304d;
    background-color: #f3f4f5;
    border-color: #f3f4f5;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f3f4f5;
    background-color: transparent;
}

.btn-outline-light:active,
.btn-outline-light.active,
.show>.btn-outline-light.dropdown-toggle {
    color: #2c304d;
    background-color: #f3f4f5;
}

.btn-outline-dark {
    color: #2c304d;
    border-color: #2c304d;
    background-image: none;
    background-color: transparent;
}

.btn-outline-dark i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2c304d;
    border-color: #2c304d;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #2c304d;
    background-color: transparent;
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2c304d;
}

.btn-lg {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    border-radius: 4.2rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.btn-square {
    border-radius: 0;
}

.btn-circle {
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

.btn-circle i {
    font-size: 1.6rem;
}

.button-nav {
    font-weight: 500;
}

.button-nav.nav-tabs {
    border: 0 none;
}

.button-nav.nav-tabs>li>a::after {
    display: none;
}

.button-nav * {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0.5rem;
    padding: 0;
}

.button-nav li:first-child {
    margin-left: 0;
}

.button-nav li:last-child {
    margin-right: 0;
}

.button-nav a {
    padding: 0.5rem 0;
    color: #2c304d;
    text-decoration: none;
    display: inline-block;
}

.button-nav a.active {
    background: #5d5386;
    padding: 0.5rem 1.07rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 35px;
}

.button-nav a.active:hover {
    color: #fff !important;
}

.button-nav a:hover {
    background: #5d5386 !important;
    padding: 0.5rem 1.07rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 35px;
}

.button-nav.nav-tabs>li>a:hover {
    color: #fff !important;
}

.button-nav a:before {
    bottom: 0;
    left: 0;
}

.rounded-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 50%;
}

a.rounded-button {
    color: #fff;
}

a:hover.rounded-button {
    opacity: 0.8;
}


/*
 * MODAL
 */

.modal {
    z-index: 1200;
}

.modal-top .modal-dialog {
    margin-top: 0 !important;
}

.modal-header {
    color: #2c304d;
    border-bottom: 0.07rem solid #eee;
}

.modal-header .close {
    font-size: 2rem;
}

.close {
    color: #d2d1d5;
    opacity: 0.8;
}

.modal-content {
    border: 0 none;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background: rgba(46, 52, 81, 0.8);
}

.modal-dialog-centered .modal-content {
    border-radius: 4px;
}


/*
 * MODAL success
 */

.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #e76c90;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(228, 232, 240, 0.8);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success {
    border-color: #5d5386;
}

.sa-icon.sa-success {
    border-color: transparent\9;
}

.sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}

.sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}

.sa-icon.sa-success:before,
.sa-icon.sa-success:after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success:after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -ms-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 1s;
    animation: animateSuccessTip 1s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 1.4s;
    animation: animateSuccessLong 1.4s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 8s ease-in;
    animation: rotatePlaceholder 8s ease-in;
}


/*
 * PROGRESS
 */

.progress {
    background-color: rgba(52, 40, 104, 0.07);
    font-size: 0.85rem;
    font-weight: 600;
}

.progress-sm {
    height: 6px;
}

.progress-lg {
    height: 18px;
}


/*
   * BADGES
   */

span.badge-pulse {
    background: #fe195e;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(254, 25, 94, 0.4);
    box-shadow: 0 0 0 rgba(254, 25, 94, 0.4);
    -webkit-animation: BadgePulse 1.8s infinite;
    animation: BadgePulse 1.8s infinite;
}

@-webkit-keyframes BadgePulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
    }
}

@keyframes BadgePulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
        box-shadow: 0 0 0 0 rgba(254, 25, 94, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
        box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
        box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
    }
}

span.badge-pulse-green {
    background: #60c400;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(105, 205, 0, 0.4);
    box-shadow: 0 0 0 rgba(105, 205, 0, 0.4);
    -webkit-animation: BadgePulseGreen 1.8s infinite;
    animation: BadgePulseGreen 1.8s infinite;
}

@-webkit-keyframes BadgePulseGreen {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
    }
}

@keyframes BadgePulseGreen {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(105, 205, 0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
        box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
        box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
    }
}

span.badge-pulse-blue {
    background: #08a6c3;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(8, 166, 195, 0.4);
    box-shadow: 0 0 0 rgba(8, 166, 195, 0.4);
    -webkit-animation: BadgePulseBlue 1.8s infinite;
    animation: BadgePulseBlue 1.8s infinite;
}

@-webkit-keyframes BadgePulseBlue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
    }
}

@keyframes BadgePulseBlue {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
        box-shadow: 0 0 0 0 rgba(8, 166, 195, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
        box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
        box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
    }
}

span.badge-pulse-orange {
    background: #f7b733;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(247, 183, 51, 0.4);
    box-shadow: 0 0 0 rgba(247, 183, 51, 0.4);
    -webkit-animation: BadgePulseOrange 1.8s infinite;
    animation: BadgePulseOrange 1.8s infinite;
}

@-webkit-keyframes BadgePulseOrange {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
    }
}

@keyframes BadgePulseOrange {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
        box-shadow: 0 0 0 0 rgba(247, 183, 51, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
        box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
        box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
    }
}

.badge {
    font-weight: 500;
}

.badge-text {
    background: #e4e8f0;
    color: #fff;
    padding: 0.4rem 0.7rem;
    border-radius: 50px;
    font-size: 0.9rem;
    text-align: center;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    vertical-align: middle;
}

.badge-text.badge-text-small {
    padding: 0.1rem 0.9rem;
}

.badge-text.badge-text-wide {
    padding: 0.3rem 1.4rem;
}

.badge-text.success {
    background: #60c400;
}

.badge-text.info {
    background: #08a6c3;
}

.badge-text.danger {
    background: #fe195e;
}

.badge-rounded {
    background: #5d5386;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.badge-rounded.badge-rounded-small {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.badge-rounded.success {
    background: #60c400;
}

.badge-rounded.info {
    background: #08a6c3;
}

.badge-rounded.danger {
    background: #fe195e;
}


/*
 * TABS
 */

.nav-tabs {
    border-bottom: 2px solid #eee;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-link {
    display: block;
    padding: 0.7rem 1rem;
}

.nav-tabs .nav-link {
    border: 0 none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #e76c90;
    background-color: #fff;
    border-bottom: 2px solid #5d5386 !important;
    margin-bottom: -1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0 none;
}

.nav-tabs .nav-link i {
    color: #aea9c3;
}

.nav-tabs>li>a {
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #5d5386 !important;
    background: transparent;
}

.nav-tabs>li>a::after {
    content: "";
    background: #5d5386;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav-tabs .nav-link.disabled {
    color: #98a8b4;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.nav-tabs .dropdown-toggle::after {
    border: 0 none;
}

.nav-tabs .dropdown-item {
    color: #5d5386;
    padding: 0.65rem 1.5rem;
}

.nav-tabs .dropdown-item.active,
.nav-tabs .dropdown-item:active {
    color: #fff !important;
    background-color: #5d5386;
}

.nav-left.nav-tabs {
    float: left;
    border-bottom: 0;
    border-radius: 0;
    display: table;
    padding: 0.65rem 1.07rem;
}

.nav-left.nav-tabs .nav-item {
    text-align: center;
}

.nav-link i {
    color: #aea9c3;
}


/*
 * TOOLTIP
 */

.tooltip-inner {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    max-width: 200px;
    color: #98a8b4;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.18);
    border-radius: 35px;
    padding: 0.65rem 1.07rem;
}

.tooltip.show {
    opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    left: -5px;
    top: 50%;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: -5px;
    top: 50%;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
}


/*
 * NOTIFICATIONS
 */

.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    border-radius: 4px;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%;
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}

#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px;
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px;
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}

#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px;
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px;
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
    display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
    opacity: 0.3;
    filter: alpha(opacity=10);
}

.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
    cursor: pointer;
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.noty_close_button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0;
}

.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out;
}

.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.noty_bar .noty_body {
    font-weight: 600;
    padding: 1.07rem 1.25rem;
}

.noty_bar .noty_buttons {
    padding: 1.07rem;
}

.noty_bar .noty_close_button {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent;
}

.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75;
}

.noty_type__alert,
.noty_type__notification {
    background-color: rgba(44, 48, 77, 0.8);
    color: #fff;
}

.noty_type__notification.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    background-color: #e76c90;
    opacity: 0.5;
}

.noty_type__warning {
    background-color: #f0ad4e;
    color: #fff;
    border-color: #f0ad4e;
}

.noty_type__error {
    background-color: #fe195e;
    color: #fff;
    border-color: #fe195e;
}

.noty_type__info,
.noty_type__information {
    background-color: #5bc0de;
    color: #fff;
    border-color: #5bc0de;
}

.noty_type__success {
    background-color: #5cb85c;
    color: #fff;
    border-color: #5cb85c;
}

blockquote.blockquote .blockquote-footer {
    color: #958d9e;
    margin-top: 10px;
}

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

.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: 10px !important;
}

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

#loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #6236FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader .loading-icon {
    width: 42px;
    height: auto;
    animation: loadingAnimation 1s infinite;
}

@keyframes loadingAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

.badge-primary,
a.badge-primary {
    background: #6236FF !important;
}

.badge-secondary,
a.badge-secondary {
    background: #8494A8 !important;
}

.badge-success,
a.badge-success {
    background: #1DCC70 !important;
}

.badge-danger,
a.badge-danger {
    background: #FF396F !important;
}

.badge-warning,
a.badge-warning {
    background: #FFB400 !important;
    color: #FFF;
}

.badge-info,
a.badge-info {
    background: #05D0A4 !important;
}

.badge-light,
a.badge-light {
    background: rgba(255, 255, 255, 0.6) !important;
    color: #27173E;
}

.badge-dark,
a.badge-dark {
    background: #222 !important;
}

.badge-empty {
    display: inline-flex !important;
    min-width: 8px !important;
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    font-size: 0px;
}

.appHeader .badge {
    min-width: 16px;
    height: 16px;
    line-height: 9px !important;
    font-size: 10px;
    padding: 0 4px !important;
    position: absolute;
    right: 2px;
    top: 10px;
}

.appHeader .badge-empty {
    top: 14px;
}

.appBottomMenu .badge {
    min-width: 16px;
    height: 16px;
    line-height: 9px !important;
    font-size: 10px;
    padding: 0 4px !important;
    position: absolute;
    right: 50%;
    transform: translateX(120%);
    top: -3px;
}

.appBottomMenu .badge-empty {
    transform: translateX(200%);
    top: -1px;
}

.listview-title {
    color: #958d9e;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
}

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

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

.listview .text-small {
    font-size: 13px;
    color: #958d9e;
}

.listview .text-xsmall {
    font-size: 11px;
    color: #A9ABAD;
}

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

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

.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: #958d9e;
    margin-top: 3px;
}

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

.listview>li.divider-title {
    background: rgba(220, 220, 233, 0.5);
    margin-top: -1px;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    padding: 12px 16px;
    font-size: 13px;
    min-height: auto;
    color: #958d9e;
}

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

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

.listview.transparent {
    background: transparent;
}

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

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

.link-listview>li a:after {
    content: "\f3d1";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 16px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    line-height: 1em;
    color: #A9ABAD;
    opacity: 0.6;
}

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

.link-listview>li.active a {
    background: rgba(220, 220, 233, 0.3) !important;
}

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

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

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

.image-listview>li .item .image {
    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: 22px;
    border-radius: 400px;
    margin-right: 16px;
}

.image-listview>li .item .icon-box.transparent {
    font-size: 28px;
    color: #6236FF;
}

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

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

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

.image-listview>li a.item:after {
    content: "\f3d1";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 16px;
    color: #A9ABAD;
    opacity: 0.6;
    line-height: 1em;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}

.image-listview>li.active .item {
    background: rgba(220, 220, 233, 0.3) !important;
}

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

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

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

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

.listview.inset {
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.card {
    background: #ffffff;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

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

.card .card-title {
    color: #27173E;
    font-size: 17px;
    font-weight: 500;
}

.card .card-subtitle {
    color: #27173E;
    font-weight: 400;
    font-size: 13px;
}

.card .listview>li:first-child .item {
    border-radius: 10px 10px 0 0;
}

.card .listview>li:last-child .item {
    border-radius: 0 0 10px 10px;
}

.card .card-header {
    background: transparent;
    color: #27173E;
    font-weight: 500;
    padding: 12px 16px;
    border-bottom: 1px solid #DCDCE9;
}

.card .card-footer {
    background: transparent;
    border-top: 1px solid #DCDCE9;
    color: #958d9e;
    padding: 12px 16px;
}

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

.card .overlay-img {
    border-radius: 10px;
}

.card .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.card .card-img-overlay .card-title {
    color: #fff;
}

.card .card-img-overlay .card-text {
    color: rgba(255, 255, 255, 0.7);
}

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

.card.bg-primary .card-title,
.card.bg-secondary .card-title,
.card.bg-danger .card-title,
.card.bg-success .card-title,
.card.bg-warning .card-title,
.card.bg-info .card-title,
.card.bg-dark .card-title {
    color: #fff;
}

.card.bg-primary .card-text,
.card.bg-secondary .card-text,
.card.bg-danger .card-text,
.card.bg-success .card-text,
.card.bg-warning .card-text,
.card.bg-info .card-text,
.card.bg-dark .card-text {
    color: rgba(255, 255, 255, 0.7);
}

.card.bg-primary .card-header,
.card.bg-secondary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-warning .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.card.bg-light {
    background: #fff;
}

.btn {
    height: 36px;
    padding: 3px 18px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 10px;
    border-width: 2px;
}

.btn i.icon,
.btn ion-icon {
    font-size: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

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

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

.btn.shadowed {
    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) !important;
}

.btn-lg {
    height: 52px;
    padding: 3px 24px;
    font-size: 15px;
}

.btn-lg i.icon,
.btn-lg ion-icon {
    font-size: 26px;
}

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

.btn-sm i.icon,
.btn-sm ion-icon {
    font-size: 20px;
    margin-right: 4px;
}

.btn-group .btn:active {
    transform: none;
}

.btn-icon {
    width: 36px;
    height: 36px;
    padding: 0;
}

.btn-icon i.icon,
.btn-icon ion-icon {
    text-align: center;
    margin: 0 !important;
}

.btn-facebook {
    color: #fff !important;
    background: #39579b;
}

.btn-twitter {
    color: #fff !important;
    background: #049ff6;
}

.btn-instagram {
    color: #fff !important;
    background: #df237b;
}

.btn-linkedin {
    color: #fff !important;
    background: #0075aa;
}

.btn-twitch {
    color: #fff !important;
    background: #923cff;
}

.btn-whatsapp {
    color: #fff !important;
    background: #0ad561;
}

.btn-primary {
    background: #6236FF !important;
    border-color: #6236FF !important;
    color: #FFFFFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: #4e1dff !important;
    border-color: #4e1dff !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #6236FF;
    border-color: #6236FF;
    opacity: 0.5;
}

.btn-secondary {
    background: #8494A8 !important;
    border-color: #8494A8 !important;
    color: #FFFFFF !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background: #75879d !important;
    border-color: #75879d !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background: #8494A8;
    border-color: #8494A8;
    opacity: 0.5;
}

.btn-success {
    background: #1DCC70 !important;
    border-color: #1DCC70 !important;
    color: #FFFFFF !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background: #1ab664 !important;
    border-color: #1ab664 !important;
}

.btn-success.disabled,
.btn-success:disabled {
    background: #1DCC70;
    border-color: #1DCC70;
    opacity: 0.5;
}

.btn-danger {
    background: #FF396F !important;
    border-color: #FF396F !important;
    color: #FFFFFF !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background: #ff205c !important;
    border-color: #ff205c !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background: #FF396F;
    border-color: #FF396F;
    opacity: 0.5;
}

.btn-warning {
    color: #fff !important;
    background: #FFB400 !important;
    border-color: #FFB400 !important;
    color: #FFFFFF !important;
}

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

.btn-warning.disabled,
.btn-warning:disabled {
    background: #FFB400;
    border-color: #FFB400;
    opacity: 0.5;
}

.btn-link {
    color: #6236FF !important;
}

.btn-info {
    background: #05D0A4 !important;
    border-color: #05D0A4 !important;
    color: #FFFFFF !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background: #04b790 !important;
    border-color: #04b790 !important;
}

.btn-info.disabled,
.btn-info:disabled {
    background: #05D0A4;
    border-color: #05D0A4;
    opacity: 0.5;
}

.btn-dark {
    background: #333 !important;
    border-color: #333 !important;
    color: #FFFFFF !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    background: #262626 !important;
    border-color: #262626 !important;
}

.btn-dark.disabled,
.btn-dark:disabled {
    background: #333;
    border-color: #333;
    opacity: 0.5;
}

.btn-light {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #FFFFFF !important;
    color: #27173E !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
    background: rgba(242, 242, 242, 0.5) !important;
    border-color: rgba(242, 242, 242, 0.5) !important;
}

.btn-light.disabled,
.btn-light:disabled {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
}

.btn-outline-primary {
    background: transparent;
    border-color: #6236FF;
    color: #6236FF;
    transition: 0.2s all;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    background: rgba(98, 54, 255, 0.15) !important;
    border-color: #6236FF !important;
    color: #6236FF !important;
}

.btn-outline-primary.active {
    background: #6236FF !important;
    color: #FFF !important;
    border-color: #6236FF !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6236FF !important;
    border-color: #6236FF !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-secondary {
    background: transparent;
    border-color: #8494A8;
    color: #8494A8;
    transition: 0.2s all;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active {
    background: rgba(132, 148, 168, 0.15) !important;
    border-color: #8494A8 !important;
    color: #8494A8 !important;
}

.btn-outline-secondary.active {
    background: #8494A8 !important;
    color: #FFF !important;
    border-color: #8494A8 !important;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #8494A8 !important;
    border-color: #8494A8 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-success {
    background: transparent;
    border-color: #1DCC70;
    color: #1DCC70;
    transition: 0.2s all;
}

.btn-outline-success:hover,
.btn-outline-success:active {
    background: rgba(29, 204, 112, 0.15) !important;
    border-color: #1DCC70 !important;
    color: #1DCC70 !important;
}

.btn-outline-success.active {
    background: #1DCC70 !important;
    color: #FFF !important;
    border-color: #1DCC70 !important;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1DCC70 !important;
    border-color: #1DCC70 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-danger {
    background: transparent;
    border-color: #FF396F;
    color: #FF396F;
    transition: 0.2s all;
}

.btn-outline-danger:hover,
.btn-outline-danger:active {
    background: rgba(255, 57, 111, 0.15) !important;
    border-color: #FF396F !important;
    color: #FF396F !important;
}

.btn-outline-danger.active {
    background: #FF396F !important;
    color: #FFF !important;
    border-color: #FF396F !important;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #FF396F !important;
    border-color: #FF396F !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-warning {
    background: transparent;
    border-color: #FFB400;
    color: #FFB400;
    transition: 0.2s all;
}

.btn-outline-warning:hover,
.btn-outline-warning:active {
    background: rgba(255, 180, 0, 0.15) !important;
    border-color: #FFB400 !important;
    color: #FFB400 !important;
}

.btn-outline-warning.active {
    background: #FFB400 !important;
    color: #FFF !important;
    border-color: #FFB400 !important;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #FFB400 !important;
    border-color: #FFB400 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-info {
    background: transparent;
    border-color: #05D0A4;
    color: #05D0A4;
    transition: 0.2s all;
}

.btn-outline-info:hover,
.btn-outline-info:active {
    background: rgba(5, 208, 164, 0.15) !important;
    border-color: #05D0A4 !important;
    color: #05D0A4 !important;
}

.btn-outline-info.active {
    background: #05D0A4 !important;
    color: #FFF !important;
    border-color: #05D0A4 !important;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #05D0A4 !important;
    border-color: #05D0A4 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-light {
    background: transparent;
    border-color: #fff;
    color: #fff;
    transition: 0.2s all;
}

.btn-outline-light:hover,
.btn-outline-light:active {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-outline-light.active {
    background: #fff !important;
    color: #FFF !important;
    border-color: #fff !important;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-outline-light:active {
    color: #27173E !important;
}

.btn-text-primary {
    background: transparent;
    border-color: transparent;
    color: #6236FF !important;
    transition: 0.2s all;
}

.btn-text-primary:hover {
    background: transparent;
}

.btn-text-primary:active,
.btn-text-primary.active {
    background: rgba(98, 54, 255, 0.15) !important;
    border-color: transparent !important;
    color: #6236FF !important;
}

.btn-text-primary.disabled,
.btn-text-primary:disabled {
    color: #6236FF !important;
    border-color: #6236FF !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-text-secondary {
    background: transparent;
    border-color: transparent;
    color: #8494A8 !important;
    transition: 0.2s all;
}

.btn-text-secondary:hover {
    background: transparent;
}

.btn-text-secondary:active,
.btn-text-secondary.active {
    background: rgba(132, 148, 168, 0.15) !important;
    border-color: transparent !important;
    color: #8494A8 !important;
}

.btn-text-secondary.disabled,
.btn-text-secondary:disabled {
    color: #8494A8 !important;
    border-color: #8494A8 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-text-success {
    background: transparent;
    border-color: transparent;
    color: #1DCC70 !important;
    transition: 0.2s all;
}

.btn-text-success:hover {
    background: transparent;
}

.btn-text-success:active,
.btn-text-success.active {
    background: rgba(29, 204, 112, 0.15) !important;
    border-color: transparent !important;
    color: #1DCC70 !important;
}

.btn-text-success.disabled,
.btn-text-success:disabled {
    color: #1DCC70 !important;
    border-color: #1DCC70 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-text-danger {
    background: transparent;
    border-color: transparent;
    color: #FF396F !important;
    transition: 0.2s all;
}

.btn-text-danger:hover {
    background: transparent;
}

.btn-text-danger:active,
.btn-text-danger.active {
    background: rgba(255, 57, 111, 0.15) !important;
    border-color: transparent !important;
    color: #FF396F !important;
}

.btn-text-danger.disabled,
.btn-text-danger:disabled {
    color: #FF396F !important;
    border-color: #FF396F !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-text-warning {
    background: transparent;
    border-color: transparent;
    color: #FFB400 !important;
    transition: 0.2s all;
}

.btn-text-warning:hover {
    background: transparent;
}

.btn-text-warning:active,
.btn-text-warning.active {
    background: rgba(255, 180, 0, 0.15) !important;
    border-color: transparent !important;
    color: #FFB400 !important;
}

.btn-text-warning.disabled,
.btn-text-warning:disabled {
    color: #FFB400 !important;
    border-color: #FFB400 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-text-info {
    background: transparent;
    border-color: transparent;
    color: #05D0A4 !important;
    transition: 0.2s all;
}

.btn-text-info:hover {
    background: transparent;
}

.btn-text-info:active,
.btn-text-info.active {
    background: rgba(5, 208, 164, 0.15) !important;
    border-color: transparent !important;
    color: #05D0A4 !important;
}

.btn-text-info.disabled,
.btn-text-info:disabled {
    color: #05D0A4 !important;
    border-color: #05D0A4 !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-text-light {
    background: transparent;
    color: #FFF;
}

.btn-text-light:hover,
.btn-text-light:active,
.btn-text-light.active {
    color: #FFF;
    background: rgba(255, 255, 255, 0.1);
}

.btn-text-dark {
    background: transparent;
    border-color: transparent;
    color: #27173E !important;
    transition: 0.2s all;
}

.btn-text-dark:hover {
    background: transparent;
}

.btn-text-dark:active,
.btn-text-dark.active {
    background: rgba(39, 23, 62, 0.15) !important;
    border-color: transparent !important;
    color: #27173E !important;
}

.btn-text-dark.disabled,
.btn-text-dark:disabled {
    color: #27173E !important;
    border-color: #27173E !important;
    background: transparent !important;
    opacity: 0.5;
}

.btn-group .btn {
    margin-left: -2px !important;
}

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

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

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

.accordion .accordion-header .btn {
    justify-content: flex-start;
    border-radius: 0 !important;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 50px 8px 16px;
    min-height: 50px;
    color: #27173E;
}

.accordion .accordion-header .btn:active {
    background: rgba(220, 220, 233, 0.3);
}

.accordion .accordion-header .btn:after {
    content: "\f3d1";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 16px;
    color: #A9ABAD;
    opacity: 0.6;
    line-height: 1em;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(-90deg);
}

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

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

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

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

.accordion .accordion-header .btn.btn.btn-primary ion-icon,
.accordion .accordion-header .btn.btn.btn-primary .icon,
.accordion .accordion-header .btn.btn.btn-secondary ion-icon,
.accordion .accordion-header .btn.btn.btn-secondary .icon,
.accordion .accordion-header .btn.btn.btn-success ion-icon,
.accordion .accordion-header .btn.btn.btn-success .icon,
.accordion .accordion-header .btn.btn.btn-danger ion-icon,
.accordion .accordion-header .btn.btn.btn-danger .icon,
.accordion .accordion-header .btn.btn.btn-warning ion-icon,
.accordion .accordion-header .btn.btn.btn-warning .icon,
.accordion .accordion-header .btn.btn.btn-info ion-icon,
.accordion .accordion-header .btn.btn.btn-info .icon,
.accordion .accordion-header .btn.btn.btn-dark ion-icon,
.accordion .accordion-header .btn.btn.btn-dark .icon {
    color: #FFF;
}

.accordion .accordion-header .btn.btn.btn-primary:after,
.accordion .accordion-header .btn.btn.btn-secondary:after,
.accordion .accordion-header .btn.btn.btn-success:after,
.accordion .accordion-header .btn.btn.btn-danger:after,
.accordion .accordion-header .btn.btn.btn-warning:after,
.accordion .accordion-header .btn.btn.btn-info:after,
.accordion .accordion-header .btn.btn.btn-dark:after {
    color: #FFF;
}

.accordion .accordion-header .btn.btn.btn-primary:before,
.accordion .accordion-header .btn.btn.btn-secondary:before,
.accordion .accordion-header .btn.btn.btn-success:before,
.accordion .accordion-header .btn.btn.btn-danger:before,
.accordion .accordion-header .btn.btn.btn-warning:before,
.accordion .accordion-header .btn.btn.btn-info:before,
.accordion .accordion-header .btn.btn.btn-dark:before {
    display: none;
}

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

.inset .accordion {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

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

.modal.action-sheet .modal-dialog {
    padding: 0;
    margin: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    min-width: 100%;
    z-index: 12000;
    transform: translate(0, 100%);
}

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

.modal.action-sheet .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

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

.modal.action-sheet .modal-content .action-sheet-content .iconbox {
    font-size: 64px;
    margin: 10px 0 5px 0;
    text-align: center;
}

.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: 15px;
    padding: 10px 0;
    color: #27173E;
    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: #27173E;
    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(220, 220, 233, 0.3);
}

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

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

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

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

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

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

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

.action-button-list>li .btn.text-dark {
    color: #27173E !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: #DCDCE9;
}

.action-sheet.inset .modal-dialog {
    padding: 16px;
}

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

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

.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: 300px;
    margin: auto;
    max-height: 560px;
    overflow: auto;
    border: 0;
    border-radius: 16px;
}

.dialogbox .modal-dialog .modal-content .btn-list {
    margin: 0;
}

.dialogbox .modal-dialog .modal-content .btn-list .btn {
    padding: 0px 10px;
    min-height: 58px;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #DCDCE9 !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(220, 220, 233, 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;
    margin: 0;
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn {
    width: 100%;
    border-radius: 0;
    min-height: 58px;
    border: 0 !important;
    border-right: 1px solid #DCDCE9 !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(220, 220, 233, 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: #27173E;
    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;
}

.dialogbox .modal-dialog .modal-content .modal-footer {
    border: 0;
    border-top: 1px solid #DCDCE9;
    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: #6236FF;
    text-align: center;
}

.modal {
    overflow: hidden;
}

.modalbox .modal-dialog {
    transform: translate(0, 100%) !important;
    min-width: 100%;
    margin: 0;
    transition: 0.5s all !important;
}

.modalbox .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    height: 100vh;
    margin: auto;
    overflow: auto;
    padding-top: 56px;
}

.modalbox .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0;
    min-height: 56px;
    padding: 10px 16px;
    border-radius: 0;
    display: flex;
    border-bottom: 1px solid #DCDCE9;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #FFF;
}

.modalbox .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    color: #27173E;
    font-size: 17px;
}

.modalbox .modal-dialog .modal-content .modal-body {
    padding: 20px 16px;
    min-height: calc(100vh - 56px);
    overflow: auto;
}

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

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

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

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

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

.tooltip {
    z-index: 200001;
}

.tooltip .tooltip-inner {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 10px;
}

.dropdown .dropdown-menu,
.dropup .dropdown-menu {
    border: 1px solid #DCDCE9;
    min-width: 120px;
    padding: 8px 0;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dropdown .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item {
    padding: 9px 16px;
    line-height: 1.2em;
    color: #27173E;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active {
    background: rgba(220, 220, 233, 0.5);
    color: #27173E;
}

.dropdown .dropdown-menu .dropdown-item .dropdown-divider,
.dropup .dropdown-menu .dropdown-item .dropdown-divider {
    border-top: 1px solid #DCDCE9;
}

.dropdown .dropdown-menu .dropdown-header,
.dropup .dropdown-menu .dropdown-header {
    padding: 9px 16px;
    color: #958d9e;
    font-weight: 400;
    font-size: 11px;
}

.dropdown .dropdown-menu .text,
.dropup .dropdown-menu .text {
    padding: 9px 16px;
    color: #958d9e;
}

.dropdown .dropdown-menu .icon,
.dropdown .dropdown-menu ion-icon,
.dropup .dropdown-menu .icon,
.dropup .dropdown-menu ion-icon {
    font-size: 17px;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    display: inline-flex;
    color: #27173E;
}

.appHeader .dropdown-menu {
    margin-top: -10px;
}

.dropdown-toggle:after {
    border-radius: 4px;
    margin-left: 7px;
}

.bg-primary {
    background: #6236FF !important;
    color: #FFF;
}

.bg-secondary {
    background: #8494A8 !important;
    color: #FFF;
}

.bg-success {
    background: #1DCC70 !important;
    color: #FFF;
}

.bg-danger {
    background: #FF396F !important;
    color: #FFF;
}

.bg-warning {
    background: #FFB400 !important;
    color: #FFF;
}

.bg-info {
    background: #05D0A4 !important;
    color: #FFF;
}

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

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

.text-primary,
a.text-primary {
    color: #6236FF !important;
}

.text-secondary,
a.text-secondary {
    color: #8494A8 !important;
}

.text-success,
a.text-success {
    color: #1DCC70 !important;
}

.text-danger,
a.text-danger {
    color: #FF396F !important;
}

.text-warning,
a.text-warning {
    color: #FFB400 !important;
}

.text-info,
a.text-info {
    color: #05D0A4 !important;
}

.text-light,
a.text-light {
    color: #FFF !important;
}

.text-dark,
a.text-dark {
    color: #27173E !important;
}

.alert {
    margin: 0;
    padding: 8px 14px;
    border: 0;
    font-size: 13px;
    border-radius: 10px;
}

.alert .close {
    text-shadow: none !important;
    outline: 0;
    opacity: 1;
    width: 40px;
    padding: 0;
    top: 4px;
    line-height: 1em;
    height: 36px !important;
    font-size: 24px;
}

.alert.alert-dismissible {
    padding-right: 56px;
}

.alert-imaged {
    display: flex;
}

.alert-imaged .img-wrap {
    margin-right: 10px;
}

.alert-imaged .img-wrap .imaged {
    width: 24px;
    height: 24px;
}

.alert-imaged .icon-wrap {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.alert-imaged .icon-wrap i.icon,
.alert-imaged .icon-wrap ion-icon {
    font-size: 24px;
    margin: 0;
}

.alert-primary {
    background: #6236FF;
    color: #fff;
    border: 1px solid #6236FF;
}

.alert-primary a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-primary .close {
    color: #FFF;
}

.alert-outline-primary {
    background: transparent;
    color: #6236FF;
    border: 2px solid #6236FF;
}

.alert-outline-primary a {
    color: #6236FF !important;
    text-decoration: underline !important;
}

.alert-outline-primary .close {
    color: #6236FF;
}

.alert-secondary {
    background: #8494A8;
    color: #fff;
    border: 1px solid #8494A8;
}

.alert-secondary a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-secondary .close {
    color: #FFF;
}

.alert-outline-secondary {
    background: transparent;
    color: #8494A8;
    border: 2px solid #8494A8;
}

.alert-outline-secondary a {
    color: #8494A8 !important;
    text-decoration: underline !important;
}

.alert-outline-secondary .close {
    color: #8494A8;
}

.alert-success {
    background: #1DCC70;
    color: #fff;
    border: 1px solid #1DCC70;
}

.alert-success a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-success .close {
    color: #FFF;
}

.alert-outline-success {
    background: transparent;
    color: #1DCC70;
    border: 2px solid #1DCC70;
}

.alert-outline-success a {
    color: #1DCC70 !important;
    text-decoration: underline !important;
}

.alert-outline-success .close {
    color: #1DCC70;
}

.alert-danger {
    background: #FF396F;
    color: #fff;
    border: 1px solid #FF396F;
}

.alert-danger a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-danger .close {
    color: #FFF;
}

.alert-outline-danger {
    background: transparent;
    color: #FF396F;
    border: 2px solid #FF396F;
}

.alert-outline-danger a {
    color: #FF396F !important;
    text-decoration: underline !important;
}

.alert-outline-danger .close {
    color: #FF396F;
}

.alert-warning {
    background: #FFB400;
    color: #fff;
    border: 1px solid #FFB400;
}

.alert-warning a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-warning .close {
    color: #FFF;
}

.alert-outline-warning {
    background: transparent;
    color: #FFB400;
    border: 2px solid #FFB400;
}

.alert-outline-warning a {
    color: #FFB400 !important;
    text-decoration: underline !important;
}

.alert-outline-warning .close {
    color: #FFB400;
}

.alert-info {
    background: #05D0A4;
    color: #fff;
    border: 1px solid #05D0A4;
}

.alert-info a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-info .close {
    color: #FFF;
}

.alert-outline-info {
    background: transparent;
    color: #05D0A4;
    border: 2px solid #05D0A4;
}

.alert-outline-info a {
    color: #05D0A4 !important;
    text-decoration: underline !important;
}

.alert-outline-info .close {
    color: #05D0A4;
}

.alert-light {
    background: #FFF;
    color: #27173E;
}

.alert-dark {
    background: #333;
    color: #FFF;
}

.alert-dark a {
    color: #FFF !important;
    text-decoration: underline !important;
}

.alert-outline-dark {
    background: transparent;
    color: #333;
    border: 2px solid #333;
}

.table {
    color: #958d9e;
    margin: 0;
    font-size: 13px;
    line-height: 1.4em;
}

.table thead th {
    border-top: 0;
    border-bottom: 0;
    color: #27173E;
    font-weight: 500;
}

.table td,
.table th {
    border-top: 1px solid #DCDCE9;
}

.table-dark {
    border-radius: 0px;
}

.table-dark thead th {
    color: #fff;
    border-top: 0;
}

.table-dark td,
.table-dark th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(220, 220, 233, 0.4);
}

.table-bordered {
    border-radius: 0px;
}

.table-bordered td,
.table-bordered th {
    border-color: #DCDCE9;
}

textarea,
.form-control {
    background-clip: padding-box;
    background-image: linear-gradient(transparent, transparent);
}

.form-group {
    width: 100%;
}

.form-group .label {
    font-size: 11px;
    margin: 0;
    font-weight: 500;
    color: #27173E;
    display: block;
    line-height: 1.2em;
    text-align: left;
}

.form-group textarea {
    resize: none;
}

.form-group .input-info {
    font-size: 11px;
    color: #A9ABAD;
}

.form-group .clear-input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #958d9e;
    height: 38px;
    font-size: 22px;
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 32px;
    opacity: 0.5;
    display: none;
}

.form-group .clear-input:hover,
.form-group .clear-input:active {
    opacity: 0.8;
}

.form-group .input-wrapper {
    position: relative;
}

.form-group .input-wrapper.not-empty .clear-input {
    display: flex;
}

.form-group .input-wrapper.active .label {
    color: #6236FF !important;
}

.form-group.basic {
    padding: 8px 0;
    margin: 0;
}

.form-group.basic .form-control,
.form-group.basic .custom-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #DCDCE9;
    padding: 0 30px 0 0;
    border-radius: 0;
    height: 40px;
    color: #27173E;
    font-size: 15px;
}

.form-group.basic .form-control:focus,
.form-group.basic .custom-select:focus {
    border-bottom-color: #6236FF;
    box-shadow: inset 0 -1px 0 0 #6236FF;
}

.form-group.basic textarea.form-control {
    height: auto;
    padding: 7px 40px 7px 0;
}

.form-group.basic.animated .label {
    margin-top: 20px;
    opacity: 0;
    top: -3px;
    transition: 0.2s all;
    position: absolute;
}

.form-group.basic.animated .input-wrapper {
    padding-top: 5px;
}

.form-group.basic.animated .input-wrapper.not-empty .label {
    margin-top: 0;
    opacity: 1;
}

.verification-input {
    font-size: 32px !important;
    letter-spacing: 10px;
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid #DCDCE9 !important;
    width: 180px !important;
    padding: 0 10px !important;
    margin: auto;
    min-height: 70px !important;
    font-weight: 700;
    color: #27173E !important;
    box-shadow: none !important;
    background: #FFF !important;
}

.verification-input:focus {
    border-color: #27173E !important;
}

.form-control-lg {
    font-size: 20px !important;
}

.input-group .input-group-text {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #DCDCE9;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    color: #27173E;
    height: 40px;
    width: auto;
    padding: 0 10px 0 0;
}

.custom-file-upload {
    position: relative;
    display: flex;
    width: 100%;
    height: 220px;
}

.custom-file-upload input[type="file"] {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.custom-file-upload label {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(220, 220, 233, 0.2);
    background-size: 45px 58px;
    border: 1px solid #DCDCE9;
    border-radius: 10px;
    margin: 0;
}

.custom-file-upload label span {
    display: block;
    font-size: 15px;
    color: #A9ABAD;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 500;
    transform: translate(0%, -50%);
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.custom-file-upload label span .icon,
.custom-file-upload label span ion-icon {
    --ionicon-stroke-width: 32px;
    font-size: 48px;
    color: #A9ABAD;
}

.custom-file-upload label span strong {
    display: block;
    font-weight: 500;
}

.custom-file-upload label span i {
    font-style: normal;
    display: block;
}

.custom-file-upload label.file-uploaded {
    background-size: cover;
    background-position: center;
}

.custom-file-upload label.file-uploaded:before {
    content: '';
    width: 38px;
    height: 38px;
    background: #1DCC70;
    border-radius: 100%;
    display: flex;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='23px' height='20px' viewBox='0 0 23 20' 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%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='2.4' points='21.2 2 7.76 18 2 12'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: calc(50% + -22px);
    transform: translate(-50%, -50%);
}

.custom-file-upload label.file-uploaded label {
    border-color: transparent;
}

.custom-file-upload label.file-uploaded span {
    bottom: 0;
    left: 0;
    top: auto;
    transform: translate(0, 0);
    font-size: 11px;
    color: #958d9e;
    background-color: #DCDCE9;
}

.form-group.boxed {
    margin: 0;
    padding: 8px 0;
}

.form-group.boxed .form-control {
    background: #fff;
    box-shadow: none;
    height: 42px;
    border-radius: 10px;
    padding: 0 40px 0 16px;
}

.form-group.boxed .form-control:focus {
    border-color: #6236FF;
}

.form-group.boxed textarea.form-control {
    height: auto;
    padding: 7px 40px 7px 16px;
}

.form-group.boxed .clear-input {
    right: 0;
    height: 42px;
    width: 40px;
}

.form-group.boxed .label {
    margin-bottom: 8px;
}

.nav-tabs {
    width: 100%;
}

.nav-tabs.style1 {
    border: 0;
    background: rgba(220, 220, 233, 0.4);
    border-radius: 10px;
    display: flex;
}

.nav-tabs.style1 .nav-item {
    flex: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-tabs.style1 .nav-item .nav-link {
    color: #958d9e;
    font-weight: 500;
    font-size: 13px;
    border: 0 !important;
    line-height: 1.2em;
    width: 100%;
    border-radius: 10px;
    padding: 6px 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px !important;
}

.nav-tabs.style1 .nav-item .nav-link .icon,
.nav-tabs.style1 .nav-item .nav-link ion-icon {
    margin-right: 8px;
    margin-left: 8px;
    line-height: 1em;
    font-size: 18px;
}

.nav-tabs.style1 .nav-item .nav-link.active {
    color: #27173E;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 1px 0 rgba(0, 0, 0, 0.04);
}

.nav-tabs {
    width: 100%;
}

.nav-tabs.lined {
    border: 0;
    background: transparent;
    border-radius: 0;
    display: flex;
}

.nav-tabs.lined .nav-item {
    flex: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-tabs.lined .nav-item .nav-link {
    color: #958d9e;
    font-weight: 500;
    font-size: 13px;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    line-height: 1.2em;
    width: 100%;
    border-radius: 0;
    padding: 6px 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-bottom-color: 2px solid;
}

.nav-tabs.lined .nav-item .nav-link .icon,
.nav-tabs.lined .nav-item .nav-link ion-icon {
    margin-right: 8px;
    margin-left: 8px;
    line-height: 1em;
    font-size: 18px;
}

.nav-tabs.lined .nav-item .nav-link.active {
    color: #6236FF;
    background: transparent;
    border-bottom-color: #6236FF !important;
}

.custom-control .custom-control-label {
    padding-left: 10px;
    padding-top: 2px;
    color: #27173E;
}

.custom-control .custom-control-label:before {
    box-shadow: none !important;
    background: #DCDCE9;
    width: 22px;
    height: 22px;
    border-color: #DCDCE9;
    border-radius: 100%;
    margin-top: -2px;
    background: transparent;
    border-color: #DCDCE9 !important;
}

.custom-control .custom-control-label:after {
    margin-top: 1px;
    margin-left: 3px;
}

.custom-control .custom-control-label:active:before {
    background: #fff !important;
    border-color: #DCDCE9 !important;
}

.custom-control .custom-control-input:checked~.custom-control-label:before {
    background: #6236FF !important;
    border-color: #6236FF !important;
}

.custom-control .custom-control-input:checked~.custom-control-label:after {
    width: 16px;
    height: 16px;
    background-size: 12px 12px;
}

.custom-control .custom-control-input:checked~.custom-control-label:before {
    border-radius: 100%;
}

.custom-radio .custom-control-label:before {
    border-radius: 100%;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    border-radius: 100%;
}

.input-list .custom-control {
    padding: 0;
}

.input-list .custom-control:after {
    content: "";
    height: 1px;
    background: #DCDCE9;
    display: block;
    margin-left: 54px;
}

.input-list .custom-control-label {
    width: 100%;
    padding: 10px 20px 10px 54px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s all;
}

.input-list .custom-control-label:active {
    background: rgba(220, 220, 233, 0.3);
}

.input-list .custom-control-label:before,
.input-list .custom-control-label:after {
    top: 50%;
    left: 16px;
    transform: translate(0%, -50%);
    margin: 0;
}

.input-list .custom-control-label:after {
    width: 22px;
    height: 22px;
    margin: 0px 0 0 3px;
}

.input-list .custom-control:last-child:after {
    display: none;
}

.custom-switch .custom-control-label {
    width: 56px;
    height: 30px;
}

.custom-switch .custom-control-label:before {
    margin: 0;
    left: 0;
    top: 0;
    border-radius: 100px;
    width: 56px;
    height: 30px;
    border-color: #ccccdf !important;
    background: #DCDCE9;
}

.custom-switch .custom-control-label:after {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    margin-top: -1px;
    margin-left: 1px;
    left: 3px;
    top: 4px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 1px 0 rgba(0, 0, 0, 0.05);
}

.custom-switch .custom-control-label:active:before {
    background: rgba(220, 220, 233, 0.5) !important;
}

.custom-switch .custom-control-input:checked~.custom-control-label:before {
    border-radius: 100px;
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    left: 16px;
}

.message-divider {
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    color: #A9ABAD;
}

.message-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 6px 16px;
    margin-right: 60px;
}

.message-item .bubble {
    padding: 12px 12px;
    background: #DCDCE9;
    border-radius: 24px 24px 24px 0;
    color: #27173E;
    display: inline-block;
    margin-top: 4px;
    line-height: 1.4em;
}

.message-item .title {
    font-size: 12px;
    font-weight: 500;
    color: #958d9e;
    line-height: 1.2em;
    padding: 0 0 0 10px;
}

.message-item .footer {
    font-size: 12px;
    padding: 0 10px;
    text-align: right;
    line-height: 1em;
    margin-top: 5px;
    color: #27173E;
    opacity: .4;
    height: 14px;
}

.message-item .avatar {
    margin-right: 10px;
    width: 32px;
    height: auto;
    border-radius: 100%;
    margin-bottom: 18px;
}

.message-item.user {
    justify-content: flex-end;
    margin-right: 0;
    margin-left: 60px;
}

.message-item.user .bubble {
    background: #6236FF;
    color: #FFF;
    border-radius: 16px 16px 0 16px;
}

.chatFooter {
    min-height: 56px;
    background: #FFF;
    border-top: 1px solid #DCDCE9;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    padding-bottom: env(safe-area-inset-bottom);
}

.chatFooter .form-group {
    width: calc(100% - 100px);
}

.chatFooter form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress {
    height: 14px;
    border-radius: 10px;
}

.progress-bar {
    background: #6236FF;
    height: 14px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
}

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

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

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

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

.chip.chip-media img {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.chip .chip-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #958d9e;
    color: #fff;
    font-size: 14px;
}

.chip .chip-delete {
    width: 26px;
    margin-left: -10px;
    height: 26px;
    display: inline-flex;
    color: #27173E;
    opacity: 0.7;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 100px;
}

.chip .chip-delete:hover,
.chip .chip-delete:active {
    opacity: 1;
}

.chip-primary {
    background: #6236FF;
    color: #fff;
}

.chip-primary .chip-delete {
    color: #fff;
}

.chip-primary.chip-outline {
    color: #6236FF;
    box-shadow: inset 0 0 0 1px #6236FF;
}

.chip-danger {
    background: #FF396F;
    color: #fff;
}

.chip-danger .chip-delete {
    color: #fff;
}

.chip-danger.chip-outline {
    color: #FF396F;
    box-shadow: inset 0 0 0 1px #FF396F;
}

.chip-success {
    background: #1DCC70;
    color: #fff;
}

.chip-success .chip-delete {
    color: #fff;
}

.chip-success.chip-outline {
    color: #1DCC70;
    box-shadow: inset 0 0 0 1px #1DCC70;
}

.chip-warning {
    background: #FFB400;
    color: #fff;
}

.chip-warning .chip-delete {
    color: #fff;
}

.chip-warning.chip-outline {
    color: #FFB400;
    box-shadow: inset 0 0 0 1px #FFB400;
}

.chip-info {
    background: #05D0A4;
    color: #fff;
}

.chip-info .chip-delete {
    color: #fff;
}

.chip-info.chip-outline {
    color: #05D0A4;
    box-shadow: inset 0 0 0 1px #05D0A4;
}

.chip-light {
    background: #fff;
    color: #222;
}

.chip-light .chip-delete {
    color: #222;
}

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

.chip-dark {
    background: #222;
    color: #fff;
}

.chip-dark .chip-delete {
    color: #fff;
}

.chip-dark.chip-outline {
    color: #222;
    box-shadow: inset 0 0 0 1px #222;
}

#search {
    display: none;
    padding: 10px 16px 0 16px;
}

.search-form {
    display: block;
    width: 100%;
}

.searchbox {
    width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchbox .form-control {
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #bdbdd5;
    height: 36px;
    padding: 0 16px 0 36px;
}

.searchbox .form-control:focus {
    border-color: #adadcb;
}

.searchbox .form-control:focus~.input-icon {
    color: #27173E;
}

.searchbox .icon {
    font-size: 26px;
    line-height: 1em;
    margin: 0;
}

.searchbox .close {
    opacity: 1;
    color: #A9ABAD;
}

.searchbox .input-icon {
    font-size: 26px;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A9ABAD;
    top: 0;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.carousel-slider {
    text-align: center;
}

.carousel-slider .owl-dots {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px;
}

.carousel-button-footer {
    padding: 0 16px;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    right: 0;
}

.carousel-button-footer>div {
    flex: 1;
}

.carousel-multiple {
    width: calc(100% + 16px);
    margin-left: -16px;
}

.carousel-single {
    width: calc(100% + 16px);
    margin-left: -16px;
}

.form-button-group {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 16px;
    background: #FFF;
    min-height: 84px;
    padding-bottom: env(safe-area-inset-bottom);
}

.form-button-group.transparent {
    background: transparent !important;
}

.form-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
}

.timeline {
    position: relative;
    padding: 24px 0;
}

.timeline:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    left: 0;
    bottom: 0;
    top: 0;
    background: #DCDCE9;
    z-index: 1;
}

.timeline .item {
    position: relative;
    margin-bottom: 30px;
}

.timeline .item:last-child {
    margin-bottom: 0;
}

.timeline .content {
    padding-left: 20px;
}

.timeline .content .title {
    margin-bottom: 8px;
    line-height: 1.3em;
}

.timeline .content .text {
    font-size: 13px;
    line-height: 1.4em;
}

.timeline .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    background: #A9ABAD;
    left: -5px;
    top: 4px;
    z-index: 10;
}

.timeline.timed {
    padding-left: 80px;
}

.timeline.timed:before {
    left: 80px;
}

.timeline.timed .time {
    font-size: 11px;
    position: absolute;
    left: -80px;
    line-height: 1.5em;
    width: 70px;
    text-align: right;
    top: 1px;
    z-index: 20;
}

.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: rgba(0, 0, 0, 0.85);
    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;
}

.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: 26px;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    color: #fff;
}

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

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

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

.toast-box.toast-bottom.show {
    bottom: 56px;
    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: 10px;
    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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    font-size: 56px;
    width: 64px;
    height: 64px;
}

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

.extra-header-active .toast-box.toast-top.show {
    top: 95px;
}

.notification-box {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    width: 100%;
    z-index: 9999;
    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 2px 4px 0 rgba(0, 0, 0, 0.1), 0 11px 25px 0 rgba(0, 0, 0, 0.18);
    padding: 20px 16px 24px 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: #27173E;
}

.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: #A9ABAD;
}

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

.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: #A9ABAD;
}

.notification-dialog.android-style .notification-footer {
    border-top: 1px solid #DCDCE9;
    margin: 16px -16px -24px -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: #6236FF !important;
    font-size: 13px;
    border-right: 1px solid #DCDCE9;
    padding: 16px 6px;
}

.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: #4e1dff;
    background: rgba(220, 220, 233, 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: #A9ABAD;
}

.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 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: #4e1dff;
    background: rgba(255, 255, 255, 0.02);
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.section-heading.padding {
    padding-left: 16px;
    padding-right: 16px;
}

.section-heading .title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 1em;
    padding-right: 16px;
}

.section-heading .link {
    color: rgba(98, 54, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
}

.wallet-card-section {
    position: relative;
}

.wallet-card-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 140px;
    background: #6236FF;
}

.wallet-card {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 20px 24px;
    position: relative;
    z-index: 1;
}

.wallet-card .balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 100px;
}

.wallet-card .balance .left {
    padding-right: 10px;
}

.wallet-card .balance .right {
    padding: 0;
}

.wallet-card .balance .right .button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    color: #6236FF;
    background: rgba(98, 54, 255, 0.1);
    width: 50px;
    height: 64px;
    font-size: 26px;
    border-radius: 10px;
}

.wallet-card .balance .right .button:hover {
    background: #6236FF;
    color: #fff;
}

.wallet-card .balance .title {
    color: #27173E;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.wallet-card .balance .total {
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1em;
    font-size: 32px;
}

.wallet-card .wallet-footer {
    border-top: 1px solid #DCDCE9;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wallet-card .wallet-footer .item {
    flex: 1;
    text-align: center;
}

.wallet-card .wallet-footer .item a {
    display: block;
}

.wallet-card .wallet-footer .item a:active {
    transform: scale(0.94);
}

.wallet-card .wallet-footer .item .icon-wrapper {
    background: #6236FF;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 14px;
}

.wallet-card .wallet-footer .item strong {
    display: block;
    color: #27173E;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2em;
}

.stat-box {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 20px 24px;
}

.stat-box .title {
    font-size: 13px;
    color: #958d9e;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    line-height: 1.4em;
}

.stat-box .value {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #27173E;
}

.transactions .item {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transactions .item:last-child {
    margin-bottom: 0;
}

.transactions .item p {
    font-size: 11px;
    margin: 0;
    color: #958d9e;
    font-weight: 500;
}

.transactions .item .detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2em;
}

.transactions .item .detail .image-block {
    margin-right: 16px;
}

.transactions .item .detail strong {
    display: block;
    font-weight: 500;
    color: #27173E;
    margin-bottom: 3px;
}

.transactions .item .right {
    padding-left: 10px;
}

.transactions .item .right .price {
    font-weight: 700;
    color: #27173E;
    letter-spacing: -0.03em;
}

.shadowfix .owl-stage {
    padding-bottom: 0px;
}

.bill-box {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 20px 24px;
    text-align: center;
}

.bill-box .img-wrapper {
    text-align: center;
    margin-bottom: 16px;
}

.bill-box .img-wrapper img {
    margin: auto;
}

.bill-box .img-wrapper .iconbox {
    width: 48px;
    height: 48px;
    background: #6236FF;
    border-radius: 10px;
    line-height: 1em;
    color: #fff;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bill-box .price {
    font-size: 20px;
    font-weight: 700;
    color: #27173E;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin-bottom: 12px;
}

.bill-box p {
    font-size: 11px;
    line-height: 1.4em;
    height: 36px;
    margin: 0 0 10px 0;
}

.goals .item {
    padding: 20px 24px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    margin-bottom: 10px;
}

.goals .item:last-child {
    margin-bottom: 0;
}

.goals .item .in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 6px;
}

.goals .item h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.goals .item p {
    margin: 0;
    font-size: 11px;
}

.goals .item .price {
    font-weight: 700;
    color: #27173E;
}

.user-card {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.user-card strong {
    display: block;
    font-size: 11px;
    color: #27173E;
    line-height: 1.3em;
    margin-top: 8px;
}

.blog-card {
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

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

.blog-card .text {
    padding: 12px 16px;
}

.blog-card .title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    height: 67px;
    overflow: hidden;
}

.blog-card small {
    font-size: 11px;
    color: #A9ABAD;
    margin: 0;
    line-height: 1.2em;
}

.listed-detail .icon-wrapper {
    text-align: center;
}

.listed-detail .iconbox {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #6236FF;
    font-size: 26px;
    color: #FFF;
}

.splash-page {
    text-align: center;
}

.splash-page .iconbox {
    width: 72px;
    height: 72px;
    background: #6236FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #FFF;
    margin: auto;
}

.fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    background: #FFF;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: env(safe-area-inset-bottom);
}

.fixed-bar>div {
    flex: 1;
}

.blog-header-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    font-size: 13px;
}

.blog-header-info img {
    padding: 0;
    margin: 0;
}

.avatar-section {
    text-align: center;
    position: relative;
    display: inline-flex;
}

.avatar-section .imaged {
    border: 5px solid #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.avatar-section .button {
    background: #6236FF;
    color: #FFF;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.card-block {
    height: 220px;
    background: #6236FF;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    color: #FFF;
    position: relative;
}

.card-block .card-main {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 100%);
    position: absolute;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px 24px;
}

.card-block .card-button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-block .master-c {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.card-block .card-button>.btn {
    background: transparent !important;
    color: #FFF !important;
}

.card-block span.label {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: .5;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.card-block .in .card-number {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 500;
}

.card-block .in .card-expiry {
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}

.card-block .in .card-ccv {
    font-weight: 500;
    font-size: 14px;
}

.card-block .bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.card-block .balance {
    position: absolute;
    left: 24px;
    top: 24px;
}

.card-block .balance .title {
    font-weight: 700;
    color: #FFF;
    margin-top: 7px;
    font-size: 24px;
}