/*
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");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');

:root {
  --main-color: #6236ff;
  --heading-color: #474747;
  --paragraph-color: #fff;
  --heading-font: "Montserrat", sans-serif;
  --body-font: "Montserrat", 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 {
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  background: #fff;
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
   }

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: #6236ff;
  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: #6236ff; }

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

.btn-purple {
  background: #7c00cf;
  color: #fff; }

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

.readmore-btn {
  color: #6236ff;
  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: #ff396f; }

/*-------------------------
    ## 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: #6236ff; }
    .section-title a i {
      font-size: 20px; }
    .section-title a.sub-delete {
      color: #ff396f; }
  .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: #6236ff;
    -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: #ff396f;
  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;


    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: 250px;*/
  width: 100%;
  position: fixed;
  left: -1080px;
  top: 70px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  
  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: #6236ff;
      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: #7c00cf; }
          .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: #7c00cf; }
            .ba-navbar .ba-main-menu ul li a:hover:after {
              color: #7c00cf; }
    .ba-navbar .ba-main-menu .btn {
      width: 100%;
      font-weight: 400; }
  .ba-navbar.ba-navbar-show {
    left: 0 !important;
    -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-image: url("../../assets/img/bg/8.png") !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 {
  border: 1px solid #ececec;
  margin: 0 45px;
  padding: 20px;
  border-radius: 6px; }
  .ba-balance-inner .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 48px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 62, 254, 0.82);
    box-shadow: 0px 0px 29px 0px rgba(104, 62, 254, 0.82);
    border-radius: 50%;
    background: #ef8317;
    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 #6236ff;
  border-right: 2px solid #6236ff;
  background: #fff;
  padding: 18px 20px 17px 20px;
  display: block;
  overflow: hidden; }
  .ba-add-balance-title h5 {
    color: #6236ff;
    margin-bottom: 0;
    float: left; }
  .ba-add-balance-title i {
    color: #6236ff;
    float: right;
    padding-top: 3px; }
  .ba-add-balance-title p {
    color: #6236ff;
    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: 2px;
  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 {
    }
  .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: #ff396f; }
  .single-goal.single-goal-three .chart-circle-value {
    color: #ff396f; }
  .single-goal.single-goal-three .goal-amount {
    color: #ff396f; }
  .single-goal.single-goal-four:after {
    background: #6236ff; }
  .single-goal.single-goal-four .chart-circle-value {
    color: #6236ff; }
  .single-goal.single-goal-four .goal-amount {
    color: #6236ff; }
  .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: #6236ff; }

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

.ba-single-history-three h5 {
  color: #7c00cf; }

.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: #ff396f;
    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: #6236ff; }

.transaction-inner {
  margin: 0;
  padding: 0; }
  .transaction-inner li {
    list-style: none; }
  .transaction-inner li:nth-child(1).style-two .amount {
    background: #d5c9ff;
    color: #6236ff; }
  .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: #ff396f; }
  .transaction-inner li:nth-child(4).style-two .amount {
    background: #efd6ff;
    color: #7c00cf; }
  .transaction-inner li:last-child {
    margin-bottom: 0; }

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

.transaction-details-inner {
  margin: 0;
  padding: 0;
  border: 0 solid #ececec;
  overflow: hidden; }
  .transaction-details-inner li {
    list-style: none;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #000;
    background-color: transparent !important;
    padding: 20px 15px;
    font-size: 16px;
    color: #fff;
    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;
      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 #6236ff;
  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: #6236ff; }

.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-color: rgba(0, 0, 0, 0.3);*/
  /*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, .forgot-btn {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    color: #fff !important; 
  }

.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-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: #6236ff;
    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;
      
      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: #6236ff;
    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: #7c00cf; }
        .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: #7c00cf; }
          .ba-all-page-inner ul li a:hover:after {
            color: #7c00cf; }
      .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: #ff396f; }
  .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: #7c00cf; }
  .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: 20px 0; }
  .footer-top p {
    margin-bottom: 0;
    color: #fff; }

.footer-bottom {
  position: fixed;
  width: 100%;
  z-index: 9;
  bottom: 0;
  left: 0;

  

  border-top: 0px solid #DCDCE9; }
  .footer-bottom ul {
    margin: 0;
    padding: 0; }
    .footer-bottom ul li {
      list-style: none;
      display: inline-block;
      margin: 0 8px;
      padding: 10px 0 8px 0; }
      .footer-bottom ul li p {
        margin-bottom: 0;
        font-size: 10px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        color: #000;
        transition: 0.4s; }

        .each-bottom-menu{
          text-align: center;
          flex: 1;}

        .each-bottom-menu p{
           color: inherit !important;
          }

        .bottom-icon{
          font-size: 20px;
        }
      .footer-bottom ul li a {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .footer-bottom ul li a:hover {
          color: #6236ff; }
          .footer-bottom ul li a:hover p {
            color: #6236ff; }

/*
 * 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: #6859ea;
  background: -webkit-linear-gradient(315deg, #6859ea 0%, #6acbe0 80%) !important;
  background: -o-linear-gradient(315deg, #6859ea 0%, #6acbe0 80%) !important;
  background: linear-gradient(135deg, #6859ea 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: #6859ea;
  background: -webkit-linear-gradient(315deg, #6859ea 0%, #6acbe0 80%);
  background: -o-linear-gradient(315deg, #6859ea 0%, #6acbe0 80%);
  background: linear-gradient(135deg, #6859ea 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: #6859ea;
  background: -webkit-gradient(linear, left top, right top, from(#6859ea), to(#6acbe0));
  background: -webkit-linear-gradient(left, #6859ea 0%, #6acbe0 100%);
  background: -o-linear-gradient(left, #6859ea 0%, #6acbe0 100%);
  background: linear-gradient(to right, #6859ea 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: #bc0056;
  background: -webkit-gradient(linear, left top, right top, from(#bc0056), to(#730062));
  background: -webkit-linear-gradient(left, #bc0056 0%, #730062 100%);
  background: -o-linear-gradient(left, #bc0056 0%, #730062 100%);
  background: linear-gradient(to right, #bc0056 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; }

.home-slider-background{
  height: 170px;
  width: 100%;
}

.main-section{
  padding-top:0px;
  min-height: 100vh;
}


.floatingLoader{
  position: fixed;
  top: 50%;
  text-align: center !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.no-background{
  background-color: transparent !important;
  border: 0px solid #fff;
}

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

.fixture-shadow{
 -webkit-box-shadow: -1px 3px 22px -13px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 3px 22px -13px rgba(0,0,0,0.4);
box-shadow: -1px 3px 22px -13px rgba(0,0,0,0.4);
}

.bg-black-grad{
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px;
}

.trade-left-div-1{
  background-color: #303033;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 20px;
  color: #cecece;
}

.design-text-for-click{
  text-decoration: underline;
  font-weight: 800;
  color: '#f70';
  cursor: pointer;
}

.container_1{
  backgroundColor: '#070713', 
  padding: 20, 
  borderRadius: 10, 
  color: '#2aa3ff'
}
.color_1{
  color: '#2aa3ff'
}












.modal-confirm {    
  color: #434e65;
  width: 525px;
}
.modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  background: #47c9a2;
  border-bottom: none;   
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-confirm .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}
.modal-confirm .close:hover {
  opacity: 0.8;
}
.modal-confirm .icon-box {
  color: #fff;    
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}
.modal-confirm .icon-box i {
  font-size: 64px;
  margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #eeb711 !important;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 6px 20px;
  border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #eda645 !important;
  outline: none;
}
.modal-confirm .btn span {
  margin: 1px 3px 0;
  float: left;
}
.modal-confirm .btn i {
  margin-left: 1px;
  font-size: 20px;
  float: right;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}






/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -5px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}






.grade-it {
  color: #fff;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  }

.paused {
  -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}

@-webkit-keyframes Gradient {
  0% {
  background-position: 0% 50%
  }
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}

@-moz-keyframes Gradient {
  0% {
  background-position: 0% 50%
  }
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}

@keyframes Gradient {
  0% {
  background-position: 0% 50%
  }
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}



.circle-btn{
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
}

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







/*Pricing Plan*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}


.process{
  background: #6236ff; /*here*/
  color: #fff !important;
}


.unprocess{
  background: #ccd0d4; /*here*/
}



/* Pricing Plan*/










.toggle {
  margin: 4px;
  display: inline-block;
}

.toggle {
  box-shadow: inset 0 0 35px 5px rgba(0, 0, 0, 0.25), inset 0 2px 1px 1px rgba(255, 255, 255, 0.9), inset 0 -2px 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
  height: 140px;
  width: 140px;
}
.toggle:before {
  box-shadow: 0 0 17.5px 8.75px #fff;
  border-radius: 118.3px;
  background: #fff;
  position: absolute;
  margin-left: -50.4px;
  margin-top: -50.4px;
  opacity: 0.2;
  content: "";
  height: 100.8px;
  width: 100.8px;
  left: 50%;
  top: 50%;
}
.toggle .button {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  filter: blur(1px);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  border-radius: 96.32px;
  position: absolute;
  margin-left: -48.16px;
  margin-top: -48.16px;
  display: block;
  height: 96.32px;
  width: 96.32px;
  left: 50%;
  top: 50%;
}
.toggle .label {
  transition: color 300ms ease-out;
  text-shadow: 1px 1px 3px #ccd0d4, 0 0 0 rgba(0, 0, 0, 0.8), 1px 1px 4px #fff;
  line-height: 139px;
  text-align: center;
  position: absolute;
  font-weight: 700;
  font-size: 17px;
  display: block;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
}
.toggle input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.toggle input:active ~ .button {
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 30px 1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 25px 0 rgba(0, 0, 0, 0.4), inset 0 0 10px 1px rgba(255, 255, 255, 0.6);
}
.toggle input:active ~ .label {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.45);
}
.toggle input:checked ~ .button {
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 25px -1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 20px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.6);
}
.toggle input:checked ~ .label {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
}



.package_bg_1{
  background: #5967C3;
  background: -webkit-linear-gradient(left top, #5967C3, #83cedc);
  background: linear-gradient(to bottom right, #5967C3, #83cedc);
}

.package_bg_2{
  background: #ffaec2;
  background: -webkit-linear-gradient(left top, #ffaec2, #7e4aaf);
  background: linear-gradient(to bottom right, #ffaec2, #7e4aaf);
}

.package_bg_3{
  background: #CA619C;
  background: -webkit-linear-gradient(left top, #CA619C, #DBC084);
  background: linear-gradient(to bottom right, #CA619C, #DBC084);
}


.package_bg_4{
  background: #a8e063;
  background: -webkit-linear-gradient(left top, #a8e063, #56ab2f);
  background: linear-gradient(to bottom right, #a8e063, #56ab2f);
}



/*animating ellipsis*/

.ellipsisloading {
  font-size: 30px;
}

.ellipsisloading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}


/*bot*/


.outer-bot_container{
  margin: 100px auto 0 auto;
  width: 100%;
  max-width: 500px;
}

.bot_container{
  /*width: 200px;*/
  height: 250px;
  border-radius: 10px;
  /*float: left;*/
  position: relative;
  top: 0;
  z-index: 1;
  box-shadow: 0 5px 10px 0px #3C385C;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bot_container1{
  background: #5967C3;
  background: -webkit-linear-gradient(left top, #5967C3, #83cedc);
  background: linear-gradient(to bottom right, #5967C3, #83cedc);
}

.bot_container2{
  background: #ffaec2;
  background: -webkit-linear-gradient(left top, #ffaec2, #7e4aaf);
  background: linear-gradient(to bottom right, #ffaec2, #7e4aaf);
  /*margin-left: -50px;*/
  z-index: 2;
}

.bot_container3{
  background: #CA619C;
  background: -webkit-linear-gradient(left top, #CA619C, #DBC084);
  background: linear-gradient(to bottom right, #CA619C, #DBC084);
  /*margin-left: -50px;*/
}

.bot_container4{
  background: #FF5F6D;
  background: -webkit-linear-gradient(left top, #FF5F6D, #FFC371);
  background: linear-gradient(to bottom right, #FF5F6D, #FFC371);
  /*margin-left: -50px;*/
}

.bot_container5{
  background: #434343;
  background: -webkit-linear-gradient(left top, #434343, #4B79A1);
  background: linear-gradient(to bottom right, #434343, #4B79A1);
  /*margin-left: -50px;*/
}

.active{
  z-index: 3;
  top: -25px;
  height: 300px;
}

.title{
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 15px;
}

.title::after{
  content: '';
  display: block;
  height: 3.5px;
  width: 13px;
  background-color: #FFF;
  border-radius: 15px;
  margin: 5px auto 0 auto;
}

.main_number{
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; right: 0;
  text-align: center;
  font-size: 5rem;
  color: #FFFFFF;
  opacity: 0.2;
  font-weight: 800;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



.active .main_number{
  top: 45%;
}

.bot_container a{
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-size: 0.7rem;
  background-color: #FFF;
  width: 170px;
  line-height: 40px;
  display: block;
  border-radius: 30px;
  position: absolute;
  bottom: 20px;
  left: 0; right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bot_container a span{
  opacity: 0.6;
}

.active a{
  bottom: -20px;
}

.active a span{
  opacity: 1;
}

.bot_container_text{
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; right: 0;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.active .bot_container_text{
  top: 65%;
}

.bot_container_text span{
  display: block;
}

.bot_container_text1{
  font-size: 0.9rem;
}

.bot_container_text2{
  font-size: 2.5rem;
}
















/*glassy button*/
/*
.shine-box {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 40%;
}
*/
.shine-box {
  
  display: block;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  border: 4px solid #bcbec0;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px #939598;
  position: relative;
  overflow: hidden;
  transition: margin 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.shine-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: rgba(225, 225, 225, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.shine-box:hover {
  background-color: #1b2440;
  color: #fff;
  border-color: #afd469;
  box-shadow: 4px 4px 0px 0px #519e5b;
}
.shine-box:active {
  margin: 4px 0 0 4px;
  box-shadow: 0px 0px 0px 0px #519e5b;
}
.shine-box:focus {
  outline: none;
}






























/*----------------------------------------*/
/*  09. Top Report CSS
/*----------------------------------------*/
/*-- Top Report One --*/
.top-report {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  /*-- Icon --*/
  /*-- Head --*/
  /*-- Content --*/
  /*-- Footer --*/
}

.top-report .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.top-report .icon img {
  max-width: 100%;
}

.top-report .head {
  padding-right: 20px;
  position: relative;
  margin-bottom: 20px;
}

.top-report .head h4 {
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 20px;
}

.top-report .head .view {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.top-report .head .view i {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.top-report .content {
  margin-bottom: 20px;
}

.top-report .content h5 {
  color: #fff;
  margin-bottom: 1px;
}

.top-report .content h2 {
  color: #fff;
  margin-bottom: 0;
}

.top-report .footer .progess {
  margin-bottom: 8px;
  display: block;
  background-color: #fff;
  height: 4px;
  width: 100%;
}

.top-report .footer .progess .progess-bar {
  height: 100%;
  background: #fb7da4;
  background: -webkit-gradient(linear, left top, right top, from(#fb7da4), to(#fbaaa2));
  background: -webkit-linear-gradient(left, #fb7da4 0%, #fbaaa2 100%);
  background: -o-linear-gradient(left, #fb7da4 0%, #fbaaa2 100%);
  background: linear-gradient(to right, #fb7da4 0%, #fbaaa2 100%);
}

@media only screen and (max-width: 479px) {
  .top-report {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*-- Top Report Two --*/
.top-report-2 {
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9a9e), to(#fad0c4));
  background: -webkit-linear-gradient(left, #ff9a9e 0%, #fad0c4 100%);
  background: -o-linear-gradient(left, #ff9a9e 0%, #fad0c4 100%);
  background: linear-gradient(to right, #ff9a9e 0%, #fad0c4 100%);
  /*-- Head --*/
  /*-- Content --*/
  /*-- Footer --*/
}

.top-report-2 .head {
  margin-bottom: 18px;
}

.top-report-2 .head h4 {
  color: #ffffff;
}

.top-report-2 .head .view {
  color: #ffffff;
}

.top-report-2 .content {
  margin-bottom: 15px;
}

.top-report-2 .content h5 {
  color: #ffffff;
}

.top-report-2 .content h2 {
  color: #ffffff;
}

.top-report-2 .footer .progess {
  background-color: #ffffff;
}

.top-report-2 .footer .progess .progess-bar {
  height: 100%;
  background: #fd427c;
}

.top-report-2 .footer p {
  color: #ffffff;
}

@media only screen and (max-width: 479px) {
  .top-report-2 {
    padding: 20px;
  }
}








.bg-main{
  background-color: #062863 !important;
}



/*dashboard buttons//*/

.my-btn-outlined{
  border-radius: 7px;
}

.my-btn-1{
  border: 1px solid #3c59a6;
  color: #fff;
} 

.my-btn-2{
  border: 1px solid #599998;
  color: #fff;
} 


.my-btn-3{
  border: 1px solid #7965af;
  color: #fff;
} 



.text-info-1{
  /*color: #7f8591 !important;*/
  color: #000 !important;
} 

.text-info-2{
  /*color: #7f8591 !important;*/
  color: #140d5d !important;
} 

.my-btn-round{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 60px;
  
}

.my-btn-round-1{
  border: 2px solid #140d5d;
}

.my-btn-round-2{
  border: 2px solid #140d5d;
}
.my-btn-round-3{
  
}

.dash-hr-1{
  background-color: #343843;
  height: 1px;
  border: none;
}

.logoutbtn{
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 10px;
  margin-top: 70px;
  color: #343843f;
}

.small-icon-head{
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
}

.container{
  width: 100%;
  padding: 10px;
  min-width: 100% !important;
}

.text-dark-1{
  color: #fff !important;
}

.mt-40{
  margin-top: 30px;
}

.levelBTN{
  padding: 10px !important;
  border-radius: 10px !important;
  border: 1px solid #8a6e2f;
}



.each-slide-effect > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 350px;
}

.each-slide-effect span {
  padding: 20px;
  font-size: 20px;
  background: #efefef;
  text-align: center;
}





/*personal info input fields*/

/*input{
  box-shadow: 0 0 2px 2px #888;
  background: #fff;

}
input:active{
  box-shadow: 0 0 2px 2px #888;
  background: #fff;

}*/

:root {
  --input-color: #99A3BA;
  --input-border: #CDD9ED;
  --input-background: #fff;
  --input-placeholder: #CBD1DC;
  --input-border-focus: #275EFE;
  --group-color: var(--input-color);
  --group-border: var(--input-border);
  --group-background: #EEF4FF;
  --group-color-focus: #fff;
  --group-border-focus: var(--input-border-focus);
  --group-background-focus: #678EFE;
}

.form-field {
  display: block;
  width: 100%;
  padding: 12px 24px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  -webkit-appearance: none;
  color: var(--input-color);
  border: 1px solid var(--input-border);
  background-color: #fff;
  transition: border 0.3s ease;
}
.form-field::-moz-placeholder {
  color: var(--input-placeholder);
}
.form-field:-ms-input-placeholder {
  color: var(--input-placeholder);
}
.form-field::placeholder {
  color: var(--input-placeholder);
}
/*.form-field:focus {
  outline: none;
  border-color: var(--input-border-focus);
}*/

.form-group {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 20px !important;
}
.form-group > span,
.form-group .form-field {
  /*white-space: nowrap;*/
  display: block;
}
.form-group > span:not(:first-child):not(:last-child),
.form-group .form-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.form-group > span:first-child,
.form-group .form-field:first-child {
  border-radius: 6px 0 0 6px;
}
.form-group > span:last-child,
.form-group .form-field:last-child {
  border-radius: 0 6px 6px 0;
}
.form-group > span:not(:first-child),
.form-group .form-field:not(:first-child) {
  margin-left: -1px;
}
.form-group .form-field {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}
.form-group > span {
  text-align: center;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 25px;
  color: var(--group-color);
  background: #f1f1f1;
  border: 1px solid var(--group-border);
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.form-group:focus-within > span {
  color: #000;
  background: #fff;
  /*border-color: var(--group-border-focus);*/
}


.form-field{
  background-color: #fff;
}

.modal-content{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px 0px;
}


//FAB

#presentation{
  width: 480px;
  height: 120px;
  padding: 20px;
  margin: auto;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 3px 15px -5px rgba(0,0,0,0.1); 
  transition: all 0.3s; 
  border-radius: 10px;
  
  h1{
    font-weight: 400;
  }
  
  h3{
    font-weight: 400;
    color: #666;
  }
}

#presentation:hover{
  box-shadow: 0 12px 28px -5px rgba(0,0,0,0.13);
  transition: all 0.3s;
  transform: translateZ(10px);
}

#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 130px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;

  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: #d3a411;
  right: 40px;
  bottom: 140px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #3c80f6;
  right: 40px;
  bottom: 200px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 13px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}



/*p2p heads*/

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;

}

.scrolling-wrapper::-webkit-scrollbar {
   display: none;
}
.card {
  display: inline-block;
}




/*p2p peered*/


@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*=entypo-]:before {
  font-family: "entypo", sans-serif;
}


.toggler {
  color: #A1A1A4;
  font-size: 1.25em;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}
.toggler.active {
  color: #000;
}

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

.survey-item {
  display: block;
  margin-top: 10px;
  padding: 20px;
  border-radius: 2px;
  background: white;
  box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.9);

}

.survey-name {
  font-weight: 400;
}

.list .survey-item {
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
}
.list .survey-item .pull-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .list .survey-item .stage:not(.active) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .list .survey-item .survey-progress-bg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .list .survey-item .pull-right {
    position: static;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
.list .survey-country,
.list .survey-progress,
.list .survey-completes,
.list .survey-end-date {
  color: #A1A1A4;
}
.list .survey-country,
.list .survey-completes,
.list .survey-end-date,
.list .survey-name,
.list .survey-stage {
  margin: 0 10px;
}
.list .survey-country {
  margin-right: 0;
}
.list .survey-end-date,
.list .survey-completes,
.list .survey-country,
.list .survey-name {
  vertical-align: middle;
}
.list .survey-end-date {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}

.survey-stage .stage {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  margin: 0 2px;
  background: #f2f2f2;
  text-indent: -9999px;
  color: transparent;
  line-height: 16px;
}
.survey-stage .stage.active {
  background: #A1A1A4;
}

.list .list-only {
  display: auto;
}
.list .grid-only {
  display: none !important;
}

.grid .grid-only {
  display: auto;
}
.grid .list-only {
  display: none !important;
}

.grid .survey-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 200px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .grid .survey-item {
    display: block;
    width: auto;
    height: 150px;
    margin: 10px auto;
  }
}
.grid .survey-name {
  display: block;
  max-width: 80%;
  font-size: 16px;
  line-height: 20px;
}
.grid .survey-country {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}
.grid .survey-country,
.grid .survey-end-date {
  color: #A1A1A4;
}
.grid .survey-end-date:before {
  content: "Ends ";
}
.grid .survey-end-date.ended:before {
  content: "";
}
.grid .survey-progress {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
}
.grid .survey-progress-bg {
  width: 40%;
  display: block;
}
@media screen and (max-width: 200px) {
  .grid .survey-progress-bg {
    display: none;
  }
}
.grid .survey-progress-labels {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}
@media screen and (max-width: 200px) {
  .grid .survey-progress-labels {
    right: auto;
    left: 10px;
  }
}
.grid .survey-progress-label {
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
}
.grid .survey-completes {
  line-height: 21px;
  font-size: 13px;
  vertical-align: middle;
}
.grid .survey-stage {
  position: absolute;
  top: 20px;
  right: 20px;
}
.grid .survey-stage .stage {
  display: none;
}
.grid .survey-stage .active {
  display: block;
}
.grid .survey-end-date {
  font-size: 12px;
  line-height: 20px;
}

.survey-progress-label {
  vertical-align: middle;
  margin: 0 10px;
}

.survey-progress-bg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  border-radius: 2px;
  overflow: hidden;
  background: #eee;
}

.survey-progress-fg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  background: #8DC63F;
}



/*chatbox*/


.widget-chat {
    margin: 0;
    padding: 0
}

.widget-chat .widget-chat-item {
    display: flex;
    align-items: flex-end
}

.widget-chat .widget-chat-item+.widget-chat-item {
    margin-top: 1rem
}

.widget-chat .widget-chat-item>div+div {
    padding-left: .75rem
}

.widget-chat .widget-chat-date {
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    padding: .75rem;
    text-align: center
}

.widget-chat .widget-chat-content {
    flex: 1
}

.widget-chat .widget-chat-name,
.widget-chat .widget-chat-status {
    font-size: .6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    margin: .25rem 0;
    line-height: 1.5
}

.widget-chat .widget-chat-media {
    width: 1.75rem
}

.widget-chat .widget-chat-media img {
    max-width: 100%;
    display: block;
    border-radius: 28px
}

.widget-chat .widget-chat-message {
    background: #fff;
    color: #000;
    padding: .5rem 1rem;
    display: inline-block;
    position: relative;
    border-radius: 8px
}

.widget-chat .widget-chat-message+.widget-chat-message {
    margin-top: .3rem
}

.widget-chat .widget-chat-message.last:before {
    content: "";
    border: .3125rem solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: .375rem;
    left: -.25rem;
    border-right-color: #fff
}

.widget-chat .reply .widget-chat-content {
    text-align: right
}

.widget-chat .reply .widget-chat-message {
    background: var(--bs-theme);
    color: rgba(0, 0, 0, .85)
}

.widget-chat .reply .widget-chat-message.last:before {
    border-color: transparent;
    border-bottom-color: var(--bs-theme);
    border-left-color: var(--bs-theme);
    left: auto;
    right: -.25rem
}







.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  background: #000000;
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  background: #FFFFFF;
  width: 100%;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 120px;
  margin-top: -50px;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.currencycontainer {
  max-width: 800px;
  min-width: 640px;
  margin: 0 auto;
}
.currencycontainer:before,
.currencycontainer:after {
  content: '';
  display: block;
  clear: both;
}
.currencycontainer .column {
  width: 50%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.currencycontainer .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.currencycontainer .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.currencycontainer .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.currencycontainer .info span {
  color: #666666;
  font-size: 12px;
}
.currencycontainer .info span a {
  color: #000000;
  text-decoration: none;
}
.currencycontainer .info span .fa {
  color: #e74c3c;
}













* {
  box-sizing: border-box;
}

.fab-wrapper {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 9999999;
}
.fab-checkbox {
  display: none;
}
.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  background: blue;
  border-radius: 50%;
  background: #126ee2;
  box-shadow: 0px 5px 20px #81a4f1;
  transition: all 0.3s ease;
  z-index: 9999;
  border-bottom-right-radius: 6px;
  border: 1px solid #0c50a7;
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
  background: #2c87e8;
  box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: #0f1941;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
  transition: all 1s ease;

  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #f16100;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}




























.alarm{
  padding-top: 90px;
  width:100%;
  position:relative;
}
.alarm a{
  color:inherit;
  text-decoration:none;
}
.alarm .top{
  background:red;
}
.alarm .slide-date .alarm-prev,
.alarm .slide-date .alarm-next{
  top:50%;
  position:absolute;
}
.alarm .slide-date .alarm-prev{
  left:20px;
}
.alarm .slide-date .alarm-next{
  right:20px;
}
.alarm .slide-date .alarm-prev span,
.alarm .slide-date .alarm-next span{
  height:2px;
  width:15px;
  display:block;
  background:#f5feff;
  position:relative;
}
.alarm .slide-date .alarm-prev span:before,
.alarm .slide-date .alarm-prev span:after,
.alarm .slide-date .alarm-next span:before,
.alarm .slide-date .alarm-next span:after{
  content:'';
  width:10px;
  height:inherit;
  position:absolute;
  background:inherit;
}
.alarm .slide-date .alarm-prev span:before{
  top:3px;
  left:-2px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.alarm .slide-date .alarm-prev span:after{
  left:-2px;
  bottom:3px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.alarm .alarm-content .calendar .calendar-time select,
.alarm .alarm-content .calendar .calendar-action .btn{
  width:80%;
  color:#444;
  font-size:18px;
  font-weight:400;
  background:#fff;
  text-align:center;
  border-radius:2px;
  border:1px solid #ccc;
  box-shadow:0 1px 4px rgba(0,0,0,.4);
}
.alarm .alarm-content .calendar .calendar-time select{
  padding:8px;
}
.alarm .alarm-content .calendar .calendar-action{
  width:100%;
  display:table;
  margin-top:50px;
}
.alarm .alarm-content .calendar .calendar-action .button{
  min-width:1%;
  display:table-cell;
}
.alarm .alarm-content .calendar .calendar-action .btn{
  border-radius:0;
  padding:10px 15px;
}
.alarm .alarm-content .calendar .calendar-action .btn.btn-danger{
  color:#eee;
  background:#ff5151;
  border-color:transparent;
}

.alarm .tgl{
  display:none;
}
.alarm .toggle{
  z-index:99;
  top:170px;
  right:15px;
  width:45px;
  height:45px;
  display:block;
  position:absolute;
  border-radius:50%;
  background:#ffee4d;
  box-shadow:0 3px 2px rgba(0,0,0,.4);
  transition:all .4s ease-in-out 0s;
}
.alarm .toggle:before,
.alarm .toggle:after{
  top:50%;
  left:50%;
  content:'';
  width:12px;
  height:2px;
  background:#444;
  margin-top:-2px;
  margin-left:-6px;
  position:absolute;
}
.alarm .toggle:before{
  transform:rotate(90deg);
}

.alarm .alarm-content .calendar-wrap{
  top:50%;
  left:50%;
  z-index:1;
  width:400px;
  height:400px;
  overflow:hidden;
  border-radius:50%;
  position:fixed;

  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-top:-200px;
  margin-left:-200px;
  background:#ffee4d;
  -webkit-transform:translate(117px,-154px) scale(0);
  transform:translate(117px,-154px) scale(0);
  transition:all .4s ease-in-out 0s;
}



.alarm .tgl:checked + .toggle + .alarm-content .alarm-ul{
  -webkit-animation:swipeOut .3s;
  animation:swipeOut .3s;
}
.alarm .tgl:checked + .toggle{
  transform:translate(-80px,100px) scale(0);
}
.alarm .tgl:checked + .toggle + .alarm-content .calendar-wrap{
  -webkit-transform:translate(0) scale(1);
  transform:translate(0) scale(1);
}
@-webkit-keyframes swipeIn{
  0%{
    opacity:0;
    visibility:hidden;
    -webkit-transform:translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  100%{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    
  }
}
@keyframes swipeIn{
  0%{
    opacity:0;
    visibility:hidden;
    transform:translate3d(-100%,0,0);
  }
  100%{
    transform:translate3d(0,0,0);
  }
}
@-webkit-keyframes swipeOut{
  0%{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100%{
    opacity:0;
    visibility:hidden;
    -webkit-transform:translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes swipeOut{
  0%{
    transform:translate3d(0,0,0);
  }
  100%{
    opacity:0;
    visibility:hidden;
    transform:translate3d(-100%,0,0);
  }
}



.bold{
  font-weight: 900;
  font-size: 30px;
}



/*arbitrage button*/


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.arbi-button {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: black;
  background: white;
  border: 2px solid black;
  box-shadow: 5px 5px 0 black,
    -5px -5px 0 black,
    -5px 5px 0 black,
    5px -5px 0 black;
  transition: 500ms ease-in-out;
}

.arbi-button:hover {
  box-shadow: 20px 5px 0 black, -20px -5px 0 black;
}

.arbi-button:focus {
  outline: none;
}














.calcu-container {
  width: 100%;
  margin: auto;
}

.calc-body {
  width: 330px;
  margin: auto;
  min-height: 400px;
  border: solid 1px #3A4655;
  box-shadow: 0 8px 50px -7px black;
}

.calc-screen {
  background: #3A4655;
  width: 100%;
  height: 150px;
  padding: 20px;
}

.calc-operation {
  text-align: right;
  color: #727B86;
  font-size: 21px;
  padding-bottom: 10px;
  border-bottom: dotted 1px;
}

.calc-typed {
  margin-top: 20px;
  font-size: 45px;
  text-align: right;
  color: #fff;
}

.calc-button-row {
  width: 100%;
  background: #3C4857;
}

.button {
  width: 34%;
  background: #425062;
  color: #fff;
  padding: 20px;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  margin-right: -4px;
  border-right: solid 2px #3C4857;
  border-bottom: solid 2px #3C4857;
  transition: all 0.2s ease-in-out;
}

.button.l {
  color: #AEB3BA;
  background: #404D5E;
}

.button.c {
  color: #D95D4E;
  background: #404D5E;
}

.button:hover {
  background: #E0B612;
  transform: rotate(5deg);
}

.button.c:hover,
.button.l:hover {
  background: #E0B612;
  color: #fff;
}

.blink-me {
  color: #E0B612;
}

.dashBoxify{
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 12px;
  background-image: linear-gradient(rgba(0, 0, 0) 0%, rgba(250, 188, 60, 1) 100%);
  display: inline-block;
  width: 30%;
  /*height: 140px;*/
  text-align: center;
}

.new-color-1{
  
  background-color: #140d5d;
  
}

.flexify{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexify-left{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.bg-main-bg-1{
  background-color: #2631ad !important;
  color: #fff !important;
  border-radius: 10px;
  width: 50% !important;
}

.react-calendar__tile, .react-calendar__month-view__days__day--neighboringMonth{
  color: #fff !important;
}

.react-calendar__month-view__days__day--weekend{
  color: red !important;
}

.react-calendar__tile--now {
  background-color: green !important;
  color: #fff !important;
}

.react-calendar__navigation{
  color: #fff !important;
}


.marquee{
  width: 100%;
}

.mbm20{
  margin-bottom: 20;
}

.input-container{
  display: flex;
  justify-content: space-between; 
  flex-direction: column;
  margin-top: 70px; 
  padding: 20px;
  background-color: #fff;
  /*height: 80vh;*/
  overflow-y: auto;
}

.wrap-login100{
  background-color: transparent !important;
  padding: 20px !important;
}






.eachmerchantModalRow{
  padding: 12px 5px;
  border-bottom: 0.5px solid #808080;
}

.purple-rain-bg-1{
  background-color: #473f97;
}

.generic-padding{
  padding: 15px
}
/* 
.grad-purple{
  background-image: linear-gradient(rgba(71, 63, 151, 0.5), rgba(71, 63, 151, 1));
} */


button{
  color: #000 !important;
}

.new-input-label{
  font-size: 10px !important;
}


































/* CSS */
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}