/*
Template Name: Marvel - Multipurpose Admin Template
Author: LettstartDesign
Version: 1.0.0
Website: https://lettstartdesign.com/
File: Main Css File
*/
/* TABLES OF CSS

1. Fonts
2. Bootstrap functions
3. Bootstrap variables
4. App variables
5. Bootstrap mixins
6. App mixins
7. App functions
8. Utilities
9. Preloader
10. Print
11. Layout (header, footer, sidebar, topbar)
12. Plugins
13. Pages
14. Responsive
*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap");
.font-size-11 {
  font-size: 0.6875rem; }

.font-size-12 {
  font-size: 0.75rem; }

.font-size-13 {
  font-size: 0.8125rem; }

.font-size-14 {
  font-size: 0.875rem; }

.font-size-15 {
  font-size: 0.9375rem; }

.font-size-16, .font-default {
  font-size: 1rem; }

.fs-xl {
  font-size: 3rem; }

.fs-lg {
  font-size: 2rem; }

.fs-md {
  font-size: 1.5rem; }

.fs-sm {
  font-size: 1.25rem; }

.fs-xs {
  font-size: 1rem; }

.font-weight-600 {
  font-weight: 600 !important; }

.ah-0 {
  height: 0; }

.ah-50 {
  height: 50px; }

.ah-100 {
  height: 100px; }

.ah-200 {
  height: 200px; }

.ah-250 {
  height: 250px; }

.ah-300 {
  height: 300px; }

.ah-350 {
  height: 350px; }

.ah-400 {
  height: 40000px; }

.ah-450 {
  height: 450px; }

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(244, 248, 249, 0.6);
  z-index: 1000;
  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; }

.spinner > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #3051d3;
  border-radius: 50%;
  -webkit-animation: circle-loader 1s infinite ease-in-out both;
          animation: circle-loader 1s infinite ease-in-out both;
  margin: 0px 7px; }

.spinner .circle1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.spinner .circle2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes circle-loader {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes circle-loader {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media print {
  .side-navbar,
  .topbar-header,
  .page-title-box,
  .footer {
    display: none; }
  .card-body,
  .main-content,
  .right-bar,
  .content,
  body {
    padding: 0;
    margin: 0; }
  .page-content-wrapper {
    margin: 0; } }

.footer {
  padding: 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-left: 250px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.compact-side-menu .footer {
  margin-left: 150px; }

.left-side-menu-condensed .footer {
  margin-left: 70px; }

.setting-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 280px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transform: translateX(105%);
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  overflow: auto; }
  .setting-sidebar .layout {
    margin-bottom: 30px;
    text-align: center; }
    .setting-sidebar .layout a:hover h6 {
      color: #3051d3; }
    .setting-sidebar .layout h6 {
      margin: 10px 0; }
    .setting-sidebar .layout:last-child {
      margin-bottom: 0; }
  .setting-sidebar.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0); }

.topbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 60px;
  padding-right: 24px;
  background-color: #00a3ed; }
  .topbar-header .scroll-content {
    max-height: 240px; }

.header-item {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e9ecef; }
  .header-item.btn {
    min-width: auto; }
  .header-item:hover, .header-item:focus, .header-item.active {
    color: #e9ecef; }

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px; }
  .navbar-header .left-bar,
  .navbar-header .right-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .navbar-header .hamburg-icon {
    background: none;
    border: none;
    padding: 0 15px 0 22px; }
    .navbar-header .hamburg-icon i {
      font-size: 1.75rem;
      color: #e9ecef; }
    .navbar-header .hamburg-icon:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 250px;
  background: #fff;
  height: 100%;
  line-height: 70px; }
  .navbar-brand-box .logo-dark {
    display: none; }
  .navbar-brand-box .logo {
    max-height: 19px; }

.app-search .form-control {
  background-color: rgba(244, 248, 249, 0.07);
  color: #fff;
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 30px; }

.app-search span {
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.app-search span,
.app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.app-search input.form-control::-moz-placeholder,
.app-search input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.notify-icon i {
  font-size: 1.5rem; }

.notify-icon-badge {
  position: absolute !important;
  top: 15px !important;
  right: 5px;
  font-size: 0.625rem; }

.notify-title h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.notification-item {
  padding: 0.75rem 1rem; }
  .notification-item .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .notification-item .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #4B4B5A;
    margin-bottom: 0; }

.notify-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .notify-all a {
    display: block;
    width: 100%; }
    .notify-all a:hover {
      background-color: #e2e7f1; }

.dark-sidebar-menu .topbar-header {
  background: #fff; }

.dark-sidebar-menu .header-item {
  color: #636e75; }
  .dark-sidebar-menu .header-item:hover, .dark-sidebar-menu .header-item:focus, .dark-sidebar-menu .header-item.active {
    color: #636e75; }

.dark-sidebar-menu .dropdown.show .header-item {
  background-color: rgba(0, 0, 0, 0.03); }

.dark-sidebar-menu .navbar-header .hamburg-icon i {
  color: #636e75; }
  .dark-sidebar-menu .navbar-header .hamburg-icon i:hover, .dark-sidebar-menu .navbar-header .hamburg-icon i:focus, .dark-sidebar-menu .navbar-header .hamburg-icon i.active {
    color: #636e75; }

.dark-sidebar-menu .app-search .form-control {
  background-color: #e2e7f1;
  color: #505d69; }

.dark-sidebar-menu .app-search span {
  color: #505d69; }

.horizontal-navbar .left-bar .navbar-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px; }
  @media (max-width: 991.98px) {
    .horizontal-navbar .left-bar .navbar-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .horizontal-navbar .left-bar .navbar-toggle span {
    width: 24px;
    margin-bottom: 6px;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .horizontal-navbar .left-bar .navbar-toggle span:last-child {
      margin-bottom: 0; }
  .horizontal-navbar .left-bar .navbar-toggle:not(.collapsed) span {
    opacity: 1;
    transform: rotate(45deg) translate(4px, 0);
    -webkit-transform: rotate(45deg) translate(4px, 0);
    -ms-transform: rotate(45deg) translate(4px, 0);
    -moz-transform: rotate(45deg) translate(4px, 0); }
    .horizontal-navbar .left-bar .navbar-toggle:not(.collapsed) span:last-child {
      opacity: 0; }
    .horizontal-navbar .left-bar .navbar-toggle:not(.collapsed) span:nth-last-child(2) {
      transform: rotate(-45deg) translate(-3px, 5px);
      -webkit-transform: rotate(-45deg) translate(-3px, 5px);
      -ms-transform: rotate(-45deg) translate(-3px, 5px);
      -moz-transform: rotate(-45deg) translate(-3px, 5px); }

@media (min-width: 1200px) {
  .horizontal-navbar .navbar-header,
  .horizontal-navbar .container-fluid {
    max-width: 85%;
    margin: 0 auto; } }

.horizontal-navbar .navbar {
  padding: 0; }

.horizontal-navbar .navbar-header {
  padding: 0 15px; }

.horizontal-navbar .logo-light {
  display: none; }

.horizontal-navbar .navbar-brand-box {
  width: auto;
  background: none;
  padding: 0; }

.horizontal-navbar .logo-dark {
  display: block !important; }

.horizontal-navbar .main-content {
  margin-left: 0;
  margin-top: 122px;
  padding: 0; }

.horizontal-navbar .page-title-box {
  background-color: rgba(48, 81, 211, 0.11); }
  .horizontal-navbar .page-title-box h4 {
    color: #1e2139; }
  .horizontal-navbar .page-title-box .breadcrumb .breadcrumb-item.active {
    color: #6c757d; }

.horizontal-navbar .footer {
  margin-left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.horizontal-topnav {
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 12; }
  .horizontal-topnav .navbar-nav .nav-link {
    padding: 1rem;
    color: #4B4B5A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .horizontal-topnav .navbar-nav .nav-link[aria-expanded=true] {
      color: #3051d3; }
  @media (min-width: 992px) {
    .horizontal-topnav .navbar-nav .dropdown:first-of-type .nav-link {
      padding-left: 0; } }
  .horizontal-topnav .navbar-nav .dropdown-toggle > i {
    font-size: 1rem; }
  .horizontal-topnav .navbar-nav .dropdown-toggle > .bx-chevron-right {
    margin-left: auto; }
  .horizontal-topnav .navbar-nav .dropdown:last-of-type .nav-link {
    padding-right: 0; }
  .horizontal-topnav .navbar-nav .dropdown-item:hover, .horizontal-topnav .navbar-nav .dropdown-item:focus {
    color: #3051d3; }
  .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0 0.25rem 0.25rem 0; }

@media (min-width: 992px) {
  .horizontal-topnav .dropdown:hover .nav-link {
    color: #3051d3; }
  .horizontal-topnav .dropdown:hover > .dropdown-menu {
    display: block; } }

@media (max-width: 991.98px) {
  .horizontal-navbar .main-content {
    margin-top: 70px; }
  .horizontal-topnav {
    max-height: 360px;
    overflow-y: auto;
    padding: 0; }
    .horizontal-topnav .navbar-nav .dropdown-menu {
      position: static;
      padding-left: 15px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-item:hover,
      .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-item:focus {
        background: none; }
      .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-menu {
        position: static; } }

body {
  overflow-x: hidden;
  color:#1A1919; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1919;
  font-family: "Nunito Sans", sans-serif; }

p {
  line-height: 1.6; }

a:hover, a:focus, a.active {
  text-decoration: none; }

a.text-primary:hover, a.text-primary:focus, a.text-primary.focus, a.text-primary.active {
  color: #0a29f5 !important; }

a.text-default {
  color: #505d69; }
  a.text-default:hover, a.text-default:focus, a.text-default.focus, a.text-default.active {
    color: #3051d3 !important; }

a.text-dark {
  color: #1e2139; }
  a.text-dark:hover, a.text-dark:focus, a.text-dark.focus, a.text-dark.active {
    color: #3051d3 !important; }

label {
  font-weight: 600; }

b, strong {
  font-weight: 700; }

small {
  font-size: 0.75rem; }

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

.main-content {
  margin-left: 250px;
  padding: 0 12px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  min-height: calc(100vh - 121px); }
  .main-content .page-content {
    width: 100%;
    margin-bottom: 50px; }

.page-title-box {
    padding: 15px 12px 50px 12px;
    margin: 0 -12px;
    background: #f2f6f7;
    color: #fff;
}
  .page-title-box h3 {
    color: #1A1919; font-size: 22px;font-weight: 600;}
  .page-title-box .date-icon {
    color: #505d69; }

.page-content-wrapper .preloader {
  position: fixed; }

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857; }

*[dir="rtl"] .metismenu .arrow {
  float: left; }

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/
.metismenu .glyphicon.arrow:before {
  content: "\e079"; }

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114"; }

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.metismenu .fa.arrow:before {
  content: "\f104"; }

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107"; }

/*
 * Require Ionicons
 * http://ionicons.com/
*/
.metismenu .ion.arrow:before {
  content: "\f3d2"; }

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0"; }

.metismenu .plus-times {
  float: right; }

*[dir="rtl"] .metismenu .plus-times {
  float: left; }

.metismenu .fa.plus-times:before {
  content: "\f067"; }

.metismenu .mm-active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.metismenu .plus-minus {
  float: right; }

*[dir="rtl"] .metismenu .plus-minus {
  float: left; }

.metismenu .fa.plus-minus:before {
  content: "\f067"; }

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068"; }

.metismenu .mm-collapse:not(.mm-show) {
  display: none; }

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

.metismenu .has-arrow {
  position: relative; }

.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%); }

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%); }

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%); }

/*# sourceMappingURL=metisMenu.css.map */
.logo-sm {
  display: none; }
  .logo-sm img {
    width: 25px; }

.logo-lg img {
  width: 80px;
  margin-top: 10px;
   }

.nav-second-level li a,
.nav-thrid-level li a {
  padding: 8px 20px;
  color: #1A1919;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .nav-second-level li a:focus, .nav-second-level li a:hover,
  .nav-thrid-level li a:focus,
  .nav-thrid-level li a:hover {
    color: #3051d3; }

.nav-second-level li > a.active,
.nav-thrid-level li > a.active {
  color: #3051d3; }

.side-navbar {
  width: 250px;
  background: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
          box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  padding-bottom: 15px; }

.side-navbar .scroll-content {
  height: 100%;
  max-height: 100%;
  max-width: 100%; }

.side-navbar .metismenu {
  margin-bottom: 0; }
  .side-navbar .metismenu > li.mm-active > a {
    border-left: 3px solid #3051d3;
    color: #3051d3;
    background-color: #f7f7ff; }
  .side-navbar .metismenu > li > a {
    color: #4B4B5A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 30px;
    font-size: 0.9375rem;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-left: 3px solid transparent; }
    .side-navbar .metismenu > li > a:hover, .side-navbar .metismenu > li > a:focus, .side-navbar .metismenu > li > a:active {
      color: #3051d3;
      text-decoration: none;
      background-color: #f7f7ff; }
    .side-navbar .metismenu > li > a span {
      margin-top: 1px; }
    .side-navbar .metismenu > li > a i {
      font-size: 1rem;
      margin: 0 10px 0 3px; }
    .side-navbar .metismenu > li > a.active {
      border-left: 3px solid #3051d3;
      color: #3051d3;
      background-color: #f7f7ff; }
  .side-navbar .metismenu > li > ul {
    padding-left: 43px;
    list-style: none; }
    .side-navbar .metismenu > li > ul ul {
      padding-left: 20px;
      list-style: none; }

.side-navbar .menu-arrow {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  text-rendering: auto;
  line-height: 1.3rem;
  font-size: 0.9rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-transition: transform 0.15s;
  -ms-transition: transform 0.15s;
  -moz-transition: transform 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .side-navbar .menu-arrow:before {
    content: "\ecee";
    font-family: "boxicons";
    opacity: 0.7; }

.side-navbar .badge {
  margin-top: 3px; }

.side-navbar .nav-second-level > li .menu-arrow {
  top: 8px; }

.side-navbar li.mm-active > a > span.menu-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.side-navbar .menu-title {
  padding: 15px 30px 10px 30px;
  letter-spacing: .05em;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #4B4B5A;
  font-weight: 600; }

.left-side-menu-condensed .page-wrapper {
  position: relative; }

.left-side-menu-condensed .navbar-brand-box {
  width: 70px !important;
  text-align: center; }
  .left-side-menu-condensed .navbar-brand-box span.logo-lg {
    display: none; }
  .left-side-menu-condensed .navbar-brand-box span.logo-sm {
    display: block !important; }

.left-side-menu-condensed .main-content {
  margin-left: 70px; }

.left-side-menu-condensed .side-navbar {
  position: absolute;
  width: 70px;
  z-index: 5;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .left-side-menu-condensed .side-navbar .scrollbar-track {
    visibility: hidden; }
  .left-side-menu-condensed .side-navbar .scroll-content {
    height: auto;
    max-height: none;
    overflow: inherit !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important; }
  .left-side-menu-condensed .side-navbar .menu-title,
  .left-side-menu-condensed .side-navbar .menu-arrow,
  .left-side-menu-condensed .side-navbar .label,
  .left-side-menu-condensed .side-navbar .badge {
    display: none !important; }
  .left-side-menu-condensed .side-navbar .metismenu > li > a,
  .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a {
    padding: 14px;
    min-height: 54px;
    background: transparent;
    color: #4B4B5A;
    border-left-color: transparent;
    -webkit-transition: none;
    transition: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .left-side-menu-condensed .side-navbar .metismenu > li > a:hover, .left-side-menu-condensed .side-navbar .metismenu > li > a:active, .left-side-menu-condensed .side-navbar .metismenu > li > a:focus, .left-side-menu-condensed .side-navbar .metismenu > li > a.active,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a:hover,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a:active,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a:focus,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a.active {
      color: #3051d3; }
    .left-side-menu-condensed .side-navbar .metismenu > li > a i,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a i {
      width: 26px;
      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; }
    .left-side-menu-condensed .side-navbar .metismenu > li > a span,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a span {
      display: none;
      padding-left: 32px;
      vertical-align: baseline; }
    .left-side-menu-condensed .side-navbar .metismenu > li > a.active,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a.active {
      background-color: #f7f7ff; }
  .left-side-menu-condensed .side-navbar .metismenu > li > ul,
  .left-side-menu-condensed .side-navbar .metismenu > li .mm-menu,
  .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul,
  .left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu {
    left: 70px;
    position: absolute;
    width: 190px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-left: 0;
    display: none;
    height: auto !important; }
    .left-side-menu-condensed .side-navbar .metismenu > li > ul ul,
    .left-side-menu-condensed .side-navbar .metismenu > li .mm-menu ul,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul ul,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu ul {
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
    .left-side-menu-condensed .side-navbar .metismenu > li > ul a,
    .left-side-menu-condensed .side-navbar .metismenu > li .mm-menu a,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul a,
    .left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu a {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 8px 20px;
      position: relative;
      width: 190px;
      z-index: 6; }
      .left-side-menu-condensed .side-navbar .metismenu > li > ul a:hover,
      .left-side-menu-condensed .side-navbar .metismenu > li .mm-menu a:hover,
      .left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul a:hover,
      .left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu a:hover {
        color: #3051d3; }
  .left-side-menu-condensed .side-navbar .metismenu > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #3051d3 !important;
    background-color: #f7f7ff;
    border-left-color: #3051d3; }
    .left-side-menu-condensed .side-navbar .metismenu > li:hover > a span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .left-side-menu-condensed .side-navbar .metismenu > li:hover > ul {
    display: block; }

.left-side-menu-condensed .footer {
  left: 70px; }

.boxed-layout {
  background: #edf4f5;
  min-height: 1500px; }
  .boxed-layout .side-navbar {
    position: absolute;
    left: 0;
    top: 0; }
  .boxed-layout .topbar-header {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%; }
  .boxed-layout .page-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative; }
  .boxed-layout .navbar-custom {
    max-width: 1300px;
    margin: 0 auto; }
  .boxed-layout.left-side-menu-condensed {
    min-height: auto; }
    .boxed-layout.left-side-menu-condensed .footer {
      max-width: calc(1300px - 70px); }

.compact-side-menu .logo-lg img {
  width: 95px; }

.compact-side-menu .hamburg-icon {
  display: none; }
  @media (max-width: 991px) {
    .compact-side-menu .hamburg-icon {
      display: block; } }

.compact-side-menu .app-search {
  padding-left: 24px; }

.compact-side-menu .side-navbar,
.compact-side-menu .navbar-brand-box {
  width: 150px; }

.compact-side-menu .main-content {
  margin-left: 150px; }

.compact-side-menu .side-navbar {
  text-align: center; }
  .compact-side-menu .side-navbar .menu-title {
    background-color: #f6f6f7; }
  .compact-side-menu .side-navbar .metismenu > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .compact-side-menu .side-navbar .metismenu > li > a i {
      margin: 0 auto 5px; }
    .compact-side-menu .side-navbar .metismenu > li > a .menu-arrow {
      display: none; }
  .compact-side-menu .side-navbar .metismenu > li > ul {
    padding-left: 0; }
  .compact-side-menu .side-navbar .metismenu > li:not(.menu-title) {
    margin-bottom: 0.5rem; }

.dark-sidebar-menu {
  background-color: #fff; }
  .dark-sidebar-menu .app-search span {
    color: #6c757d; }
  .dark-sidebar-menu .app-search input.form-control::-webkit-input-placeholder {
    color: #6c757d; }
  .dark-sidebar-menu .page-title-box {
    background-color: rgba(48, 81, 211, 0.11); }
    .dark-sidebar-menu .page-title-box h4 {
      color: #1e2139; }
    .dark-sidebar-menu .page-title-box .breadcrumb .breadcrumb-item.active {
      color: #6c757d; }
  .dark-sidebar-menu .logo-light {
    display: none; }
  .dark-sidebar-menu .logo-dark {
    display: block; }
  .dark-sidebar-menu .navbar-brand-box,
  .dark-sidebar-menu .side-navbar {
    background: #27333a; }
  .dark-sidebar-menu .nav-second-level li a,
  .dark-sidebar-menu .nav-thrid-level li a {
    color: #adb5bd; }
    .dark-sidebar-menu .nav-second-level li a:hover, .dark-sidebar-menu .nav-second-level li a.active, .dark-sidebar-menu .nav-second-level li a:focus,
    .dark-sidebar-menu .nav-thrid-level li a:hover,
    .dark-sidebar-menu .nav-thrid-level li a.active,
    .dark-sidebar-menu .nav-thrid-level li a:focus {
      color: #d7e4ec; }
  .dark-sidebar-menu .side-navbar .menu-title {
    color: #adb5bd; }
  .dark-sidebar-menu .side-navbar .metismenu > li > a {
    color: #adb5bd !important; }
    .dark-sidebar-menu .side-navbar .metismenu > li > a:hover, .dark-sidebar-menu .side-navbar .metismenu > li > a:focus, .dark-sidebar-menu .side-navbar .metismenu > li > a:active {
      color: #d7e4ec !important;
      background-color: #2b3840; }
  .dark-sidebar-menu .side-navbar .metismenu > li.mm-active > a {
    color: #d7e4ec !important;
    background-color: #2b3840; }

@media (min-width: 769px) {
  body.left-side-menu-condensed {
    min-height: 1200px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .page-wrapper {
    position: relative;
    min-height: 1200px; }
  .navbar-brand-box {
    width: 70px !important;
    text-align: center; }
    .navbar-brand-box span.logo-lg {
      display: none; }
    .navbar-brand-box span.logo-sm {
      display: block !important; }
  .main-content {
    margin-left: 70px; }
  .side-navbar {
    position: absolute;
    width: 70px;
    z-index: 5;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .side-navbar .scrollbar-track {
      visibility: hidden; }
    .side-navbar .scroll-content {
      height: auto;
      max-height: none;
      overflow: inherit !important;
      transform: translate3d(0, 0, 0) !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important; }
    .side-navbar .menu-title,
    .side-navbar .menu-arrow,
    .side-navbar .label,
    .side-navbar .badge {
      display: none !important; }
    .side-navbar .metismenu > li > a,
    .side-navbar .metismenu > li.mm-active > a {
      padding: 14px;
      min-height: 54px;
      background: transparent;
      color: #4B4B5A;
      border-left-color: transparent;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-transition: none;
      transition: none; }
      .side-navbar .metismenu > li > a:hover, .side-navbar .metismenu > li > a:active, .side-navbar .metismenu > li > a:focus, .side-navbar .metismenu > li > a.active,
      .side-navbar .metismenu > li.mm-active > a:hover,
      .side-navbar .metismenu > li.mm-active > a:active,
      .side-navbar .metismenu > li.mm-active > a:focus,
      .side-navbar .metismenu > li.mm-active > a.active {
        color: #3051d3; }
      .side-navbar .metismenu > li > a i,
      .side-navbar .metismenu > li.mm-active > a i {
        width: 26px;
        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; }
      .side-navbar .metismenu > li > a span,
      .side-navbar .metismenu > li.mm-active > a span {
        display: none;
        padding-left: 32px;
        vertical-align: baseline; }
      .side-navbar .metismenu > li > a.active,
      .side-navbar .metismenu > li.mm-active > a.active {
        background-color: #f7f7ff; }
    .side-navbar .metismenu > li > ul,
    .side-navbar .metismenu > li .mm-menu,
    .side-navbar .metismenu > li.mm-active > ul,
    .side-navbar .metismenu > li.mm-active .mm-menu {
      left: 70px;
      position: absolute;
      width: 190px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      background: #fff;
      padding-left: 0;
      display: none;
      height: auto !important; }
      .side-navbar .metismenu > li > ul ul,
      .side-navbar .metismenu > li .mm-menu ul,
      .side-navbar .metismenu > li.mm-active > ul ul,
      .side-navbar .metismenu > li.mm-active .mm-menu ul {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
      .side-navbar .metismenu > li > ul a,
      .side-navbar .metismenu > li .mm-menu a,
      .side-navbar .metismenu > li.mm-active > ul a,
      .side-navbar .metismenu > li.mm-active .mm-menu a {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 8px 20px;
        position: relative;
        width: 190px;
        z-index: 6; }
        .side-navbar .metismenu > li > ul a:hover,
        .side-navbar .metismenu > li .mm-menu a:hover,
        .side-navbar .metismenu > li.mm-active > ul a:hover,
        .side-navbar .metismenu > li.mm-active .mm-menu a:hover {
          color: #3051d3; }
    .side-navbar .metismenu > li:hover > a {
      position: relative;
      width: calc(190px + 70px);
      color: #3051d3 !important;
      background-color: #f7f7ff;
      border-left-color: #3051d3; }
      .side-navbar .metismenu > li:hover > a span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .side-navbar .metismenu > li:hover > ul {
      display: block; }
  .footer {
    margin-left: 70px; } }

.product-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; }
  .product-timeline .checkpoint {
    width: calc(33.33% - 7px);
    height: 2px;
    background-color: rgba(48, 81, 211, 0.2);
    position: relative; }
    .product-timeline .checkpoint:before {
      position: absolute;
      top: -8px;
      left: 0;
      z-index: 1;
      background: #3051d3;
      width: 18px;
      height: 18px;
      border: 4px solid #fff;
      content: "";
      border-radius: 100%; }
    .product-timeline .checkpoint:after {
      position: absolute;
      top: -8px;
      left: 0;
      z-index: 1;
      width: 18px;
      height: 18px;
      border: 2px solid #fff;
      content: "";
      border-radius: 100%; }
    .product-timeline .checkpoint:last-child {
      width: 12px; }
    .product-timeline .checkpoint span {
      position: absolute;
      top: -6px;
      left: 0;
      width: 100px;
      display: none;
      margin-top: 20px;
      font-size: 0.6875rem; }
      .product-timeline .checkpoint span.active {
        display: block; }
    .product-timeline .checkpoint.active:after {
      border-color: #43d39e; }
    .product-timeline .checkpoint.active + .active:after {
      -webkit-animation: scaling 1s linear .3s infinite;
              animation: scaling 1s linear .3s infinite; }

.contact-status {
  position: absolute;
  left: 8px;
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%; }
  .contact-status.online {
    background-color: #43d39e; }
  .contact-status.busy {
    background-color: #ff5c75; }
  .contact-status.away {
    background-color: #ffbe0b; }
  .contact-status.offline {
    background-color: #6c757d; }

@-webkit-keyframes scaling {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  15% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes scaling {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  15% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.search-box input {
  border-radius: 30px;
  padding-left: 40px;
  min-width: 200px; }
  .search-box input.border-radius-3 {
    border-radius: 0.3rem; }

.search-box .form-control-sm {
  padding-left: 30px; }

.search-box .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #3051d3; }

.search-box.right-icon input {
  padding-left: 1rem;
  padding-right: 40px; }

.search-box.right-icon .icon {
  left: auto;
  right: 12px; }

.search-box.border-square input {
  border-radius: 0.3rem; }

.search-box.border-square .icon {
  left: 10px; }

@media (max-width: 575.98px) {
  .search-box {
    width: 100%; } }

.edit-field-half-left {
  position: absolute;
  right: 0.5rem;
  top: 1rem; }
  .edit-field-half-left .edit-field-icon {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #3051d3;
    cursor: pointer; }
  .edit-field-half-left .dropdown-menu {
    right: 8px !important; }

.edit-field-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3rem; }
  .edit-field-right .edit-field-icon {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #3051d3;
    cursor: pointer; }

.edit-field-soft-primary:hover {
  background-color: rgba(48, 81, 211, 0.1); }
  .edit-field-soft-primary:hover .edit-field-icon {
    color: rgba(48, 81, 211, 0.7); }
  .edit-field-soft-primary:hover:hover {
    background: rgba(48, 81, 211, 0.2);
    color: #3051d3; }
    .edit-field-soft-primary:hover:hover .edit-field-icon {
      color: #3051d3; }

.edit-field-soft-secondary:hover {
  background-color: rgba(75, 75, 90, 0.1); }
  .edit-field-soft-secondary:hover .edit-field-icon {
    color: rgba(75, 75, 90, 0.7); }
  .edit-field-soft-secondary:hover:hover {
    background: rgba(75, 75, 90, 0.2);
    color: #4B4B5A; }
    .edit-field-soft-secondary:hover:hover .edit-field-icon {
      color: #4B4B5A; }

.edit-field-soft-success:hover {
  background-color: rgba(67, 211, 158, 0.1); }
  .edit-field-soft-success:hover .edit-field-icon {
    color: rgba(67, 211, 158, 0.7); }
  .edit-field-soft-success:hover:hover {
    background: rgba(67, 211, 158, 0.2);
    color: #43d39e; }
    .edit-field-soft-success:hover:hover .edit-field-icon {
      color: #43d39e; }

.edit-field-soft-info:hover {
  background-color: rgba(37, 194, 227, 0.1); }
  .edit-field-soft-info:hover .edit-field-icon {
    color: rgba(37, 194, 227, 0.7); }
  .edit-field-soft-info:hover:hover {
    background: rgba(37, 194, 227, 0.2);
    color: #25c2e3; }
    .edit-field-soft-info:hover:hover .edit-field-icon {
      color: #25c2e3; }

.edit-field-soft-warning:hover {
  background-color: rgba(255, 190, 11, 0.1); }
  .edit-field-soft-warning:hover .edit-field-icon {
    color: rgba(255, 190, 11, 0.7); }
  .edit-field-soft-warning:hover:hover {
    background: rgba(255, 190, 11, 0.2);
    color: #ffbe0b; }
    .edit-field-soft-warning:hover:hover .edit-field-icon {
      color: #ffbe0b; }

.edit-field-soft-danger:hover {
  background-color: rgba(255, 92, 117, 0.1); }
  .edit-field-soft-danger:hover .edit-field-icon {
    color: rgba(255, 92, 117, 0.7); }
  .edit-field-soft-danger:hover:hover {
    background: rgba(255, 92, 117, 0.2);
    color: #ff5c75; }
    .edit-field-soft-danger:hover:hover .edit-field-icon {
      color: #ff5c75; }

.edit-field-soft-light:hover {
  background-color: rgba(226, 231, 241, 0.1); }
  .edit-field-soft-light:hover .edit-field-icon {
    color: rgba(226, 231, 241, 0.7); }
  .edit-field-soft-light:hover:hover {
    background: rgba(226, 231, 241, 0.2);
    color: #e2e7f1; }
    .edit-field-soft-light:hover:hover .edit-field-icon {
      color: #e2e7f1; }

.edit-field-soft-dark:hover {
  background-color: rgba(30, 33, 57, 0.1); }
  .edit-field-soft-dark:hover .edit-field-icon {
    color: rgba(30, 33, 57, 0.7); }
  .edit-field-soft-dark:hover:hover {
    background: rgba(30, 33, 57, 0.2);
    color: #1e2139; }
    .edit-field-soft-dark:hover:hover .edit-field-icon {
      color: #1e2139; }

.edit-field-soft-default:hover {
  background-color: rgba(80, 93, 105, 0.1); }
  .edit-field-soft-default:hover .edit-field-icon {
    color: rgba(80, 93, 105, 0.7); }
  .edit-field-soft-default:hover:hover {
    background: rgba(80, 93, 105, 0.2);
    color: #505d69; }
    .edit-field-soft-default:hover:hover .edit-field-icon {
      color: #505d69; }

.edit-field-right-xs {
  height: 1.5rem;
  width: 1.5rem; }

.edit-field-right-sm {
  height: 1.75rem;
  width: 1.75rem; }

.edit-field-right-md {
  height: 2.5rem;
  width: 2.5rem; }

.edit-field-right-lg {
  height: 3rem;
  width: 3rem; }

.edit-field-right-xl {
  height: 4rem;
  width: 4rem; }

.edit-field-right-xxl {
  height: 5rem;
  width: 5rem; }

.circle-condense-profiles .condense-profile {
  display: inline-block;
  border-radius: 100%; }
  .circle-condense-profiles .condense-profile + .condense-profile {
    margin-left: -12px; }

.circle-condense-profiles .condense-count {
  margin-left: -12px; }

.inner-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .inner-header-title a {
    display: inline-block; }

.chart-container {
  position: relative;
  width: 100%; }
  .chart-container > .chart {
    height: 250px;
    width: 100%; }
    .chart-container > .chart.h-150 {
      height: 150px; }
    .chart-container > .chart.h-300 {
      height: 300px; }
    .chart-container > .chart.h-350 {
      height: 350px; }
  .chart-container[echarts] > * {
    height: auto;
    width: auto; }
  .chart-container .center-text {
    width: auto;
    height: auto; }

.todo-list .todo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem; }
  .todo-list .todo:before {
    background-color: #3051d3;
    content: "";
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 10px; }

.todo-list .todo-primary:before {
  background-color: #3051d3; }

.todo-list .todo-secondary:before {
  background-color: #4B4B5A; }

.todo-list .todo-success:before {
  background-color: #43d39e; }

.todo-list .todo-info:before {
  background-color: #25c2e3; }

.todo-list .todo-warning:before {
  background-color: #ffbe0b; }

.todo-list .todo-danger:before {
  background-color: #ff5c75; }

.todo-list .todo-light:before {
  background-color: #e2e7f1; }

.todo-list .todo-dark:before {
  background-color: #1e2139; }

.todo-list .todo-default:before {
  background-color: #505d69; }

.validation-error {
  display: block;
  color: #ff5c75;
  width: 100%; }
  .validation-error p {
    margin-bottom: 0; }

.waves-float:active, .waves-float {
  -webkit-box-shadow: none;
          box-shadow: none; }

.waves-effect.waves-float .waves-ripple {
  background: rgba(0, 0, 0, 0.1);
  background: radial-gradient(rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.07) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 70%); }

[data-icon="cart"] .bx-check {
  -webkit-animation: scaleup 0.25s ease-in-out;
          animation: scaleup 0.25s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@-webkit-keyframes scaleup {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center; } }

@keyframes scaleup {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center; } }

.extra-btn-table {
  position: absolute;
  z-index: 2; }
  @media (max-width: 767px) {
    .extra-btn-table {
      position: static;
      margin-bottom: 15px; } }

.slimScrollDiv {
  height: auto !important; }

.slimscroll-menu {
  height: 100%; }

.scrollbar-track {
  background: transparent !important; }

.scrollbar-thumb {
  background: #adb5bd !important;
  opacity: 0.4;
  width: 4px !important; }

.apexcharts-tooltip-title,
.apexcharts-tooltip-text,
.apexcharts-legend-text {
  font-family: "Nunito Sans", sans-serif !important; }

.apexcharts-legend-series {
  font-weight: 400;
  margin-bottom: 0 !important; }

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f9f9fd; }

.apexcharts-legend-text {
  color: #6c757d !important; }

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: "Nunito Sans", sans-serif !important;
  fill: #6c757d;
  font-weight: 400; }

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
  fill: #6c757d; }

.apexcharts-radar-series polygon {
  fill: transparent;
  stroke: #e2e7f1; }

.apexcharts-radar-series line {
  stroke: #e2e7f1; }

.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  fill: #6c757d !important; }

.apexcharts-plot-series .apexcharts-datalabel {
  fill: #fff !important; }

.apexcharts-datalabels-group text {
  fill: #6c757d !important;
  font-family: "Nunito Sans", sans-serif !important; }

.scatter-images-chart .apexcharts-legend {
  overflow: hidden !important;
  min-height: 17px; }

.scatter-images-chart .apexcharts-legend-marker {
  background: none !important;
  margin-right: 7px !important; }

.scatter-images-chart .apexcharts-legend-series {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.apexcharts-pie-series path {
  stroke: transparent !important; }

.apexcharts-track path {
  stroke: #f3f5f9; }

.apexcharts-xaxis line {
  stroke: #ced4da !important; }

.flatpickr-calendar {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
  .flatpickr-calendar .flatpickr-time {
    border: none !important; }
    .flatpickr-calendar .flatpickr-time input, .flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
      color: #6c757d; }
      .flatpickr-calendar .flatpickr-time input:focus, .flatpickr-calendar .flatpickr-time input:hover, .flatpickr-calendar .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover {
        background: #e2e7f1; }
  .flatpickr-calendar .flatpickr-weekdays {
    background: #3051d3; }
    .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
      color: rgba(255, 255, 255, 0.8); }

.dayContainer .today {
  background-color: #0a29f5;
  color: #fff;
  border-color: #0a29f5; }

.dayContainer .startRange, .dayContainer .startRange:hover, .dayContainer .startRange:focus, .dayContainer .endRange, .dayContainer .endRange:hover, .dayContainer .endRange:focus, .dayContainer .selected, .dayContainer .selected:hover, .dayContainer .selected:focus {
  background-color: #3051d3;
  border-color: #3051d3; }

.dayContainer .inRange {
  background-color: #e2e7f1;
  border-color: #e2e7f1;
  -webkit-box-shadow: -5px 0 0 #e2e7f1, 5px 0 0 #e2e7f1;
          box-shadow: -5px 0 0 #e2e7f1, 5px 0 0 #e2e7f1; }

.dayContainer .flatpickr-day:hover {
  background-color: #e2e7f1;
  border-color: #e2e7f1;
  color: #505d69; }

.flatpickr-months .flatpickr-month {
  height: 40px;
  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; }

.flatpickr-months .flatpickr-current-month {
  padding: 0;
  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; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  fill: #505d69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px; }

.flatpickr-months .flatpickr-monthDropdown-months, .flatpickr-months .numInputWrapper {
  padding: 5px; }

.flatpickr-months .numInputWrapper {
  width: 70px; }

.flatpickr-current-month {
  color: #505d69;
  font-size: 1rem;
  padding: 8px 0 0 0; }
  .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: #4B4B5A; }

.fc-toolbar h2 {
  text-transform: uppercase;
  font-weight: 600; }

@media (max-width: 991px) {
  .fc-toolbar .fc-center {
    margin-top: 15px; } }

.fc th.fc-widget-header {
  background: #e2e7f1;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600; }

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e2e7f1; }

.fc-unthemed td.fc-today {
  background: #e2e7f1; }

.fc-button {
  background: #fff;
  border-color: #e2e7f1;
  color: #4B4B5A;
  text-transform: capitalize;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 12px !important;
  height: auto !important; }

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #3051d3;
  color: #fff;
  text-shadow: none; }

.fc-event {
  border-radius: 4px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.fc-event, .fc-event-dot {
  background-color: #3051d3; }

.fc-event .fc-content {
  color: #fff; }

.jvectormap-tip {
  background: #f77e53; }

.pswp__caption__center h1, .pswp__caption__center h2, .pswp__caption__center h3, .pswp__caption__center h4, .pswp__caption__center h5, .pswp__caption__center h6 {
  color: #fff;
  text-align: center; }

.cke_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cke.cke_reset, .cke_bottom {
  border-color: #e2e7f1 !important; }

.cke_top {
  background: #e2e7f1 !important;
  border-color: #e2e7f1 !important; }

.ck.ck-toolbar {
  border-color: #e2e7f1 !important;
  background: #e2e7f1 !important; }
  .ck.ck-toolbar .ck.ck-toolbar__separator {
    background-color: #e2e7f1 !important; }

.ck-editor__editable_inline {
  min-height: 240px; }
  .ck-editor__editable_inline.ck-focused {
    -webkit-box-shadow: none  !important;
            box-shadow: none  !important;
    border-color: #e2e7f1 !important; }
  .ck-editor__editable_inline.ck-blurred {
    -webkit-box-shadow: none  !important;
            box-shadow: none  !important;
    border-color: #e2e7f1 !important; }

.ck.ck-reset_all,
.ck.ck-reset_all * {
  color: #505d69 !important; }

.ck-editor__editable {
  background: transparent !important; }

.dataTables_wrapper.container-fluid {
  padding: 0; }

div.dataTables_wrapper div.dataTables_length select {
  min-width: 50px; }

div.dataTables_wrapper .dt-checkboxes-select-all:before, div.dataTables_wrapper .dt-checkboxes-select-all:after {
  display: none; }

div.dataTables_wrapper .dataTables_length label, div.dataTables_wrapper .dataTables_info label {
  margin-bottom: 0; }

div.dataTables_wrapper div.dataTables_filter .search-box {
  text-indent: -9999px;
  width: 210px;
  margin-bottom: 0; }
  div.dataTables_wrapper div.dataTables_filter .search-box:after {
    content: '\ebbc';
    font-family: "boxicons";
    font-size: 1rem;
    color: #3051d3;
    left: 1rem;
    top: 50%;
    left: 1rem;
    position: absolute;
    text-indent: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  div.dataTables_wrapper div.dataTables_filter .search-box .form-control {
    width: 100%; }
  div.dataTables_wrapper div.dataTables_filter .search-box .icon {
    text-indent: 0; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0; }

div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 0; }

table.dataTable {
  border-collapse: collapse !important;
  margin: 1.75rem 0 !important; }
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:after {
    content: "\2193";
    left: 0.5rem;
    opacity: 0.5;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px; }
  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc_disabled:before {
    content: "\2191";
    position: absolute;
    left: 1rem;
    opacity: 0.5;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px; }
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_asc:before {
    opacity: 1; }
  table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
    padding-left: 1.75rem; }
  table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-left: 1.75rem; }
  table.dataTable tbody > tr.selected,
  table.dataTable tbody > tr > .selected {
    background-color: #3051d3; }
    table.dataTable tbody > tr.selected td,
    table.dataTable tbody > tr > .selected td {
      border-color: #3051d3; }
  table.dataTable tbody td:focus {
    outline: none !important; }
  table.dataTable tbody th.focus, table.dataTable tbody td.focus {
    outline: 2px solid #3051d3 !important;
    outline-offset: -1px;
    color: #3051d3;
    background-color: rgba(48, 81, 211, 0.15); }

.dataTables_info {
  font-weight: 600; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
  background-color: #43d39e;
  top: 1rem;
  font-family: "boxicons";
  content: "\eb8a";
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.25rem;
  color: #43d39e;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\eb58";
  color: #ff5c75; }

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(255, 255, 255, 0.5); }

div.dt-button-info {
  background-color: #3051d3;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21; }
  div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  table.dataTable > tbody > tr.child ul.dtr-details > li .avatar:last-child {
    margin-right: 0; }

.activate-select .sorting_1 {
  background-color: #f6f6f7; }

@media (max-width: 767.98px) {
  li.paginate_button.previous, li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem; }
  li.paginate_button {
    display: none; }
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1rem 0 0 !important; }
  div.dt-buttons {
    display: inline-table; }
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left; }
  div.dataTables_wrapper div.dataTables_info {
    text-align: center; }
  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0; }
  div.dataTables_wrapper div.dataTables_filter .search-box {
    width: 100%; } }

@media (max-width: 575.98px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    width: 100%; }
  div.dataTables_length {
    margin-bottom: 15px; }
  .dt-buttons {
    margin-top: 15px; } }

.sw-main {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dbe1ee; }
  .sw-main .sw-toolbar {
    background: transparent;
    padding: 1.25rem; }
  .sw-main .step-content {
    background-color: transparent !important; }

.sw-theme-default .step-content {
  background-color: transparent;
  padding: 1.25rem 1.25rem 0; }

.sw-theme-default > ul.step-anchor > li > a {
  color: #6c757d; }
  .sw-theme-default > ul.step-anchor > li > a:hover {
    color: #6c757d; }
  .sw-theme-default > ul.step-anchor > li > a:after {
    background: #3051d3; }

.sw-theme-default > ul.step-anchor > li.active > a {
  color: #3051d3 !important; }

.sw-theme-default > ul.step-anchor > li.done > a {
  color: #6c757d !important; }
  .sw-theme-default > ul.step-anchor > li.done > a:after {
    background: #43d39e; }

.step-container {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  border-radius: 0.5rem; }
  .step-container li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff; }
    .step-container li:first-child {
      padding-left: 0; }
    .step-container li .avatar {
      background: #adb5bd; }
    .step-container li .mdi-check {
      display: none; }
    .step-container li.done {
      opacity: 1; }
      .step-container li.done .mdi {
        display: none; }
      .step-container li.done .mdi-check {
        display: block; }
      .step-container li.done .avatar {
        background: #43d39e; }
      .step-container li.done h5 {
        color: #43d39e; }
    .step-container li.active {
      opacity: 1; }
      .step-container li.active .avatar {
        background: #3051d3; }
      .step-container li.active h5 {
        color: #3051d3; }
  .step-container .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .step-container .step h5 {
      color: #adb5bd; }
    .step-container .step:after {
      display: none; }

.form-wizard-header {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

.dropzone {
  border: 2px dashed rgba(30, 33, 57, 0.2);
  background: white;
  border-radius: 6px; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: 1px solid #e2e7f1;
    height: calc(1.5em + 1.5rem + 3px);
    background-color: #fff;
    outline: none;
    border-radius: 0.3rem; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: calc(1.5em + 1.5rem + 3px);
      padding-left: 12px;
      color: #4B4B5A; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: calc(1.5em + 1.5rem + 3px);
      width: 34px;
      right: 3px;
      top: 0; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #adb5bd transparent transparent transparent;
        border-width: 6px 6px 0 6px; }

.select2-container--open .select2-selection--single {
  border-color: #3051d3; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #adb5bd transparent !important;
  border-width: 0 6px 6px 6px !important; }

.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  border: 0 solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #e2e7f1;
    background-color: #fff;
    color: #4B4B5A; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3051d3; }

.select2-container--default .select2-results__option:hover {
  background-color: #3051d3;
  color: #fff; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #3051d3;
  color: #fff; }

.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
  border: 1px solid #e2e7f1 !important;
  background-color: #fff;
  height: calc(1.5em + 1.5rem + 3px);
  padding-top: 6px;
  padding-bottom: 6px; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #4B4B5A; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(48, 81, 211, 0.3);
    border: none;
    color: #3051d3;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
    font-weight: bold; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #3051d3;
    margin-right: 5px;
    font-weight: bold; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #3051d3; }

.bootstrap-tagsinput {
  height: calc(1.5em + 1.5rem + 3px);
  padding: 0.5rem 0.75rem;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e2e7f1; }
  .bootstrap-tagsinput input {
    padding: 6px 0; }
  .bootstrap-tagsinput.focus {
    border-color: #3051d3; }
  .bootstrap-tagsinput .tag {
    background-color: rgba(48, 81, 211, 0.3);
    color: #3051d3;
    border-radius: 3px;
    padding: 0 7px;
    font-weight: bold; }

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }
  .irs-handle.type_last {
    z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #4B4B5A; }
  .irs-grid-pol.small {
    height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #4B4B5A; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #4B4B5A;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }
  .irs--flat.irs-with-grid {
    height: 60px; }
  .irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e2e7f1;
    border-radius: 4px; }
  .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #3051d3; }
  .irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px; }
  .irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e2e7f1; }
  .irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent; }
  .irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #2745b8; }
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #4B4B5A;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e2e7f1;
    border-radius: 4px; }
  .irs--flat .irs-from,
  .irs--flat .irs-to,
  .irs--flat .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #3051d3;
    border-radius: 4px; }
  .irs--flat .irs-from:before,
  .irs--flat .irs-to:before,
  .irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #3051d3; }
  .irs--flat .irs-grid-pol {
    background-color: #e2e7f1; }
  .irs--flat .irs-grid-text {
    color: #4B4B5A; }

.irs--modern .irs-line {
  border: none;
  background: #e2e7f1; }

.irs--modern .irs-bar {
  background: #3051d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#3051d3), to(#2440ac));
  background: linear-gradient(to bottom, #3051d3 0%, #2440ac 100%); }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #4B4B5A;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e2e7f1;
  border-radius: 4px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single,
.irs--sharp .irs-min,
.irs--sharp .irs-max,
.irs--sharp .irs-handle,
.irs--sharp .irs-bar {
  background-color: #3051d3; }

.irs--sharp .irs-line {
  background: #e2e7f1; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-handle > i:first-child {
  border-top-color: #3051d3; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #203897; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #203897; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
  background-color: #3051d3; }
  .irs--round .irs-from:before,
  .irs--round .irs-to:before,
  .irs--round .irs-single:before,
  .irs--round .irs-bar:before {
    border-top-color: #3051d3; }

.irs--round .irs-handle {
  background-color: #e2e7f1;
  border: 4px solid #3051d3;
  -webkit-box-shadow: 0 1px 3px rgba(48, 81, 211, 0.3);
          box-shadow: 0 1px 3px rgba(48, 81, 211, 0.3); }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #4B4B5A;
  background-color: #e2e7f1; }

.irs--round .irs-line {
  background: #e2e7f1; }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single,
.irs--square .irs-bar {
  background: #3051d3 !important; }

.irs--square .irs-from,
.irs--square .irs-to {
  font-size: 12px;
  color: #f6f6f7; }
  .irs--square .irs-from:after,
  .irs--square .irs-to:after {
    display: none; }

.irs--square .irs-handle {
  border-color: #3051d3; }

.irs--square .irs-grid-pol:not(.small) {
  width: 1.5px;
  height: 11px; }

.irs--square .irs-grid-pol.small {
  height: 6px; }

.irs--square .irs-min,
.irs--square .irs-max {
  top: 0;
  padding: 1px 3px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e2e7f1;
  border-radius: 4px;
  color: #505d69;
  opacity: 0.8;
  font-size: 12px; }

.irs--round .irs-handle {
  border-color: #3051d3; }

.custom-slider .irs-handle {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  border-radius: 100%; }

.treeview-searchable .list-group-item.search-result {
  color: #ff5c75 !important; }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in .mfp-with-anim {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1; }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Newspaper effect ======

*/
.mfp-newspaper .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-with-anim {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  opacity: 1; }

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal .mfp-with-anim {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1; }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
  opacity: 0; }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-content {
  vertical-align: top; }

.mfp-move-from-top .mfp-with-anim {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1; }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px; }

.mfp-3d-unfold .mfp-with-anim {
  transform: rotateY(-60deg);
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  opacity: 1; }

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  -webkit-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1; }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

.lSSlideOuter .lSAction > a {
  width: 50px;
  height: 50px;
  color: #000;
  background: none;
  opacity: 0.8;
  z-index: 3; }
  .lSSlideOuter .lSAction > a:after, .lSSlideOuter .lSAction > a:before {
    font-family: "boxicons";
    font-size: 48px; }
  .lSSlideOuter .lSAction > a:hover {
    opacity: 1; }

.lSSlideOuter .lSAction > .lSPrev:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "\ecec"; }

.lSSlideOuter .lSAction > .lSNext:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "\ecef"; }

@media (max-width: 767.98px) {
  .lSSlideOuter .lslide img {
    width: 100%; } }

.jq-toast-single {
  padding: 15px;
  font-family: "Nunito Sans", sans-serif;
  background-color: #3051d3;
  font-size: 13px;
  line-height: 22px; }
  .jq-toast-single h2 {
    font-family: "Nunito Sans", sans-serif; }
  .jq-toast-single a {
    font-size: 0.875rem; }
    .jq-toast-single a:hover {
      color: #fff; }

.jq-has-icon {
  padding: 10px 10px 10px 50px; }

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 1.5rem;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #1e2139; }

.jq-toast-loader {
  height: 3px;
  top: 0;
  border-radius: 0; }

.jq-icon-primary {
  background-color: #3051d3;
  color: #fff;
  border-color: #3051d3; }
  .jq-icon-primary .close-jq-toast-single {
    color: #3051d3; }

.jq-icon-secondary {
  background-color: #4B4B5A;
  color: #fff;
  border-color: #4B4B5A; }
  .jq-icon-secondary .close-jq-toast-single {
    color: #4B4B5A; }

.jq-icon-success {
  background-color: #43d39e;
  color: #fff;
  border-color: #43d39e; }
  .jq-icon-success .close-jq-toast-single {
    color: #43d39e; }

.jq-icon-info {
  background-color: #25c2e3;
  color: #fff;
  border-color: #25c2e3; }
  .jq-icon-info .close-jq-toast-single {
    color: #25c2e3; }

.jq-icon-warning {
  background-color: #ffbe0b;
  color: #fff;
  border-color: #ffbe0b; }
  .jq-icon-warning .close-jq-toast-single {
    color: #ffbe0b; }

.jq-icon-danger {
  background-color: #ff5c75;
  color: #fff;
  border-color: #ff5c75; }
  .jq-icon-danger .close-jq-toast-single {
    color: #ff5c75; }

.jq-icon-light {
  background-color: #e2e7f1;
  color: #fff;
  border-color: #e2e7f1; }
  .jq-icon-light .close-jq-toast-single {
    color: #e2e7f1; }

.jq-icon-dark {
  background-color: #1e2139;
  color: #fff;
  border-color: #1e2139; }
  .jq-icon-dark .close-jq-toast-single {
    color: #1e2139; }

.jq-icon-default {
  background-color: #505d69;
  color: #fff;
  border-color: #505d69; }
  .jq-icon-default .close-jq-toast-single {
    color: #505d69; }

.jq-icon-error {
  background-color: #ff5c75;
  color: #fff;
  border-color: #ff5c75; }
  .jq-icon-error .close-jq-toast-single {
    color: #ff5c75; }

.tippy-tooltip .light-theme[data-animatefill] {
  background-color: transparent; }

.light-theme {
  color: #1e2139;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
  background-color: #fff; }
  .light-theme .tippy-backdrop {
    background-color: #fff; }
  .light-theme .tippy-roundarrow {
    fill: #fff; }

.gradient-theme .tippy-backdrop {
  background: #3051d3;
  background: -webkit-gradient(linear, right top, left top, from(#ff5c75), to(#3051d3));
  background: linear-gradient(to left, #ff5c75, #3051d3); }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.dd-list .dd-item .dd-handle {
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 3px;
  background: #f6f6f7;
  color: #4B4B5A; }
  .dd-list .dd-item .dd-handle:hover {
    cursor: -webkit-grab;
    cursor: grab; }

.dd-list .dd-item button {
  height: 36px;
  font-size: 17px;
  margin: 0;
  color: #6c757d;
  width: 36px; }

.dd-list .dd3-item {
  margin: 5px 0; }
  .dd-list .dd3-item .dd-item button {
    width: 36px;
    height: 36px; }

.dd-list .dd3-handle {
  margin: 0;
  height: 36px !important;
  float: left; }

.dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #f6f6f7;
  color: #4B4B5A;
  font-weight: 600; }
  .dd-list .dd3-content:hover {
    cursor: -webkit-grab;
    cursor: grab; }

.dd-list .dd3-handle:before {
  content: "\F035C";
  font-family: "Material Design Icons";
  color: #adb5bd; }

.dd-empty,
.dd-placeholder {
  background: rgba(206, 212, 218, 0.2); }

.dd-dragel .dd-handle {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.dragula-handle {
  position: relative;
  font-size: 24px;
  cursor: move;
  margin-right: 10px;
  width: 24px;
  height: 36px; }
  .dragula-handle:before {
    content: "\F01DB";
    font-family: "Material Design Icons";
    position: absolute; }

.swal2-modal {
  font-family: "Nunito Sans", sans-serif;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1); }
  .swal2-modal .swal2-title {
    font-size: 24px; }
  .swal2-modal .swal2-content {
    font-size: 16px; }
  .swal2-modal .swal2-spacer {
    margin: 10px 0; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 2px solid #e2e7f1;
    font-size: 16px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .swal2-modal .swal2-confirm.btn-confirm {
    background-color: #3051d3 !important;
    font-size: 0.875rem; }
  .swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ff5c75 !important;
    font-size: 0.875rem; }
  .swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .swal2-modal .swal2-file:focus,
  .swal2-modal .swal2-input:focus,
  .swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #3051d3; }

.swal2-icon.swal2-question {
  color: #3051d3;
  border-color: #3051d3; }

.swal2-icon.swal2-success {
  border-color: #43d39e; }
  .swal2-icon.swal2-success .line,
  .swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
  .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #43d39e; }
  .swal2-icon.swal2-success .placeholder,
  .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #43d39e; }

.swal2-icon.swal2-warning {
  color: #ffbe0b;
  border-color: #ffbe0b; }

.swal2-icon.swal2-error {
  border-color: #ff5c75; }
  .swal2-icon.swal2-error .line {
    background-color: #ff5c75; }

.swal2-icon.swal2-info {
  border-color: #25c2e3;
  color: #25c2e3; }

.swal2-popup .swal2-styled {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem !important;
  line-height: 1.5;
  border-radius: 0.3rem !important; }
  .swal2-popup .swal2-styled.swal2-confirm {
    background: #3051d3 !important;
    border-color: #3051d3 !important; }
  .swal2-popup .swal2-styled.swal2-cancel {
    background: #ff5c75 !important;
    border-color: #ff5c75 !important; }

.swal2-popup .swal2-loading .swal2-styled.swal2-confirm {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-radius: 100% !important; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 1.25rem !important;
  font-weight: 600; }

.jconfirm .jconfirm-box .jconfirm-buttons button {
  text-transform: capitalize !important;
  padding: 0.5rem !important 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important; }

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top-color: #25c2e3 !important; }

.tour {
  border-color: #3051d3; }
  .tour.top .arrow {
    bottom: -12px; }
    .tour.top .arrow:after {
      border-top-color: #3051d3; }
  .tour.bottom .arrow {
    top: -12px; }
    .tour.bottom .arrow:after {
      border-bottom-color: #3051d3; }
  .tour.left .arrow {
    right: -17px; }
    .tour.left .arrow:after {
      border-left-color: #3051d3; }
  .tour.right .arrow:after {
    border-right-color: #3051d3; }
  .tour .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .tour .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .tour .btn-primary {
    background: #3051d3;
    border-color: #3051d3;
    color: #fff; }
  .tour .btn-secondary {
    background: #4B4B5A;
    border-color: #4B4B5A;
    color: #fff; }
  .tour .btn-success {
    background: #43d39e;
    border-color: #43d39e;
    color: #fff; }
  .tour .btn-info {
    background: #25c2e3;
    border-color: #25c2e3;
    color: #fff; }
  .tour .btn-warning {
    background: #ffbe0b;
    border-color: #ffbe0b;
    color: #fff; }
  .tour .btn-danger {
    background: #ff5c75;
    border-color: #ff5c75;
    color: #fff; }
  .tour .btn-light {
    background: #e2e7f1;
    border-color: #e2e7f1;
    color: #fff; }
  .tour .btn-dark {
    background: #1e2139;
    border-color: #1e2139;
    color: #fff; }
  .tour .btn-default {
    background: #505d69;
    border-color: #505d69;
    color: #fff; }
  .tour .popover-title {
    background: none;
    color: #1e2139;
    font-weight: 700;
    border: none; }

div.hopscotch-bubble {
  border: 3px solid #3051d3;
  border-radius: 5px;
  z-index: 9; }
  div.hopscotch-bubble .hopscotch-next,
  div.hopscotch-bubble .hopscotch-prev {
    background-color: #3051d3 !important;
    background-image: none !important;
    border-color: #3051d3 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
    font-family: "Nunito Sans", sans-serif;
    color: #fff !important; }
  div.hopscotch-bubble .hopscotch-bubble-number {
    background: #ff5c75;
    padding: 0;
    border-radius: 50%; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #3051d3; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #3051d3;
    left: -2px; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #3051d3; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #3051d3;
    top: 0; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, 0.5); }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #3051d3;
    top: -2px; }
  div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, 0.5); }
  div.hopscotch-bubble h3 {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px; }
  div.hopscotch-bubble .hopscotch-content {
    font-family: "Nunito Sans", sans-serif; }

.alertify .ajs-dialog {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.alertify .ajs-header {
  font-size: 1.25rem;
  font-weight: 600; }

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #fff;
  background: #3051d3;
  border: 1px solid #3051d3;
  border-radius: 0.3rem; }

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
  color: #fff;
  background: #4B4B5A;
  border: 1px solid #4B4B5A;
  border-radius: 0.3rem; }

.alertify-notifier .ajs-message {
  background-color: #3051d3;
  border-color: #3051d3;
  color: #fff;
  text-shadow: none !important; }
  .alertify-notifier .ajs-message.ajs-success {
    background-color: #43d39e;
    border-color: #43d39e; }
  .alertify-notifier .ajs-message.ajs-error {
    background-color: #ff5c75;
    border-color: #ff5c75; }
  .alertify-notifier .ajs-message.ajs-warning {
    background-color: #ffbe0b;
    border-color: #ffbe0b; }

.rating-symbol-background, .rating-symbol-foreground {
  font-size: 24px; }

.rating-symbol-foreground {
  top: 0px; }

.symbol-filled {
  background-color: #1e2139; }

.table{color: #1A1919;}
.tablesaw thead {
  background: #f6f6f7;
  background-image: none;
  border: none; }
  .tablesaw thead th {
    text-shadow: none; }
  .tablesaw thead tr:first-child th {
    border: none;
    font-family: "Nunito Sans", sans-serif; }

.tablesaw td {
  border-top: 1px solid #f6f6f7 !important; }

.tablesaw td,
.tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important; }

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
  border-bottom: none; }

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px; }

.tablesaw-swipe .tablesaw-cell-persist {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f6f6f7; }

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
  text-transform: none;
  border: 1px solid #e2e7f1;
  padding: 3px 10px;
  color: #1e2139; }
  .tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #fff; }

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #3051d3 !important;
  background-color: #f3f7f9;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none; }

.tablesaw-columntoggle-popup {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }
  .tablesaw-columntoggle-popup .tablesaw-btn-group > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
      margin-right: 0.5rem; }
  .tablesaw-columntoggle-popup .btn-group {
    display: block; }

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #f6f6f7; }

.tablesaw-sortable-btn {
  cursor: pointer; }

.tablesaw-swipe-cellpersist {
  width: auto !important; }

.tablesaw-bar-section label {
  color: inherit; }

.tablesaw-bar-section label {
  text-transform: none; }

.bootstrap-table .table:not(.table-sm) > tbody > tr > td,
.bootstrap-table .table:not(.table-sm) > tbody > tr > th,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > td,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > th,
.bootstrap-table .table:not(.table-sm) > thead > tr > td {
  padding: 1rem; }

.bootstrap-table .table {
  border-bottom: none; }

.bootstrap-table .table > thead > tr > th {
  border-bottom: 2px solid transparent; }

.bootstrap-table .fixed-table-toolbar .columns label {
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .bootstrap-table .fixed-table-toolbar .columns label span {
    margin-left: 0.5rem; }

.table-borderless.table-bordered {
  border: none !important; }

table[data-toggle="table"] {
  display: none; }

.fixed-table-pagination {
  margin-top: 1rem; }
  .fixed-table-pagination .pagination-detail,
  .fixed-table-pagination div.pagination {
    margin-top: 20px;
    margin-bottom: 0; }
  .fixed-table-pagination .pagination .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
    width: 30px;
    height: 30px;
    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; }

.fixed-table-container {
  border: none; }
  .fixed-table-container tbody td {
    border-left: none; }
  .fixed-table-container thead th .th-inner {
    padding: 1rem; }

.fixed-table-toolbar .fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
  .fixed-table-toolbar .fa.fa-sync {
    font-weight: 900; }

.fixed-table-toolbar .fa-toggle-down:before {
  content: "\f150"; }

.fixed-table-toolbar .fa-toggle-up:before {
  content: "\f151"; }

.fixed-table-toolbar .fa-refresh:before {
  content: "\f01e";
  font-weight: 900; }

.fixed-table-toolbar .fa-th-list:before {
  content: "\f0ca";
  font-weight: 900; }

@font-face {
  font-family: 'footable';
  src: url("../fonts/footable.eot");
  src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal; } }

.footable-row-detail,
.footable-detail-show {
  background-color: #f3f7f9; }

.footable-pagination li {
  margin-left: 5px;
  float: left; }
  .footable-pagination li a {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #505d69;
    background-color: #fff;
    display: block;
    border: 1px solid #e2e7f1;
    border-radius: 0.3rem; }
    .footable-pagination li a:hover {
      z-index: 2;
      color: #fff;
      text-decoration: none;
      background-color: #3051d3;
      border-color: #3051d3; }
  .footable-pagination li.active a {
    color: #fff;
    background-color: #3051d3;
    border-color: #3051d3; }

.footable > thead > tr > th > span.footable-sort-indicator {
  float: right; }

.footable {
  width: 100%; }

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none; }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001"; }

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer; }

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  border-top: none; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  padding-right: 5px;
  font-size: 14px; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000"; }

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005"; }

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002"; }

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007"; }

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006"; }

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009"; }

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008"; }

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f"; }

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019"; }

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px; }

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px; }

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e012"; }

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e013"; }

.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  padding-left: 5px;
  opacity: 0.3; }

.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022"; }

.footable > tfoot .pagination {
  margin: 0; }

.footable.no-paging .hide-if-no-paging {
  display: none; }

.footable-row-detail-inner {
  display: table; }

.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em; }

.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: 700; }

.footable-row-detail-name {
  display: table-cell;
  font-weight: 700;
  padding-right: 0.5em; }

.footable-row-detail-value {
  display: table-cell; }

.responsive-table-plugin .dropdown-menu li.checkbox-row {
  padding: 7px 15px;
  color: #1e2139; }

.responsive-table-plugin .table-responsive {
  border: none;
  margin-bottom: 0; }

.responsive-table-plugin .btn-toolbar {
  display: block; }

.responsive-table-plugin tbody th {
  font-size: 14px;
  font-weight: normal; }

.responsive-table-plugin .checkbox-row {
  padding-left: 40px; }
  .responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0; }
    .responsive-table-plugin .checkbox-row label::before {
      background-color: transparent;
      border-radius: 3px;
      border: 1px solid #ced4da;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      position: absolute;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none; }
    .responsive-table-plugin .checkbox-row label::after {
      color: #ced4da;
      display: inline-block;
      font-size: 13px;
      height: 16px;
      position: absolute;
      top: -2px;
      left: -18px;
      width: 16px; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none; }
    .responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\ea0f";
    font-family: "boxicons";
    font-weight: 900; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #e2e7f1;
    cursor: not-allowed; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: transparent;
    border-color: #3051d3; }
  .responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #3051d3; }

.responsive-table-plugin table.focus-on tbody tr.focused th,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin .sticky-table-header {
  background: #3051d3;
  border-color: #3051d3;
  color: #fff; }
  .responsive-table-plugin table.focus-on tbody tr.focused th table,
  .responsive-table-plugin table.focus-on tbody tr.focused td table,
  .responsive-table-plugin .sticky-table-header table {
    color: #fff; }

.responsive-table-plugin .fixed-solution .sticky-table-header {
  top: 70px !important; }

.responsive-table-plugin .btn-default {
  background-color: #e2e7f1;
  color: #1e2139;
  border: 1px solid rgba(30, 33, 57, 0.3); }
  .responsive-table-plugin .btn-default.btn-primary {
    background-color: #3051d3;
    border-color: #3051d3;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(48, 81, 211, 0.5);
            box-shadow: 0 0 0 2px rgba(48, 81, 211, 0.5); }

.responsive-table-plugin .btn-group.pull-right {
  float: right; }
  .responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0; }

.no-touch .dropdown-menu > .checkbox-row:hover, .no-touch .dropdown-menu > .checkbox-row:active {
  color: #151728;
  background-color: #f6f6f7; }

.flotTip {
  padding: 8px 12px;
  background-color: #1e2139;
  z-index: 100;
  color: #fff;
  opacity: 1;
  border-radius: 3px; }

.legend {
  font-size: 14px; }
  .legend tr {
    height: 30px;
    font-family: "Nunito Sans", sans-serif; }
  .legend > div {
    background-color: transparent !important; }

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase; }

.legendColorBox div div {
  border-radius: 50%; }

.flot-text {
  color: #6c757d !important; }

.flot-svg text {
  fill: #6c757d !important; }

@media (max-width: 767.98px) {
  .legendLabel {
    display: none; } }

.legendIcon {
  width: 1.5em;
  height: 1.5em; }

.morris-chart text {
  font-family: "Nunito Sans", sans-serif !important;
  fill: #1e2139; }

.morris-hover {
  position: absolute;
  z-index: 10; }
  .morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #1e2139;
    color: #fff;
    font-family: "Nunito Sans", sans-serif; }
    .morris-hover.morris-default-style .morris-hover-row-label {
      font-weight: bold;
      margin: 0.25em 0;
      font-family: "Nunito Sans", sans-serif; }
    .morris-hover.morris-default-style .morris-hover-point {
      white-space: nowrap;
      margin: 0.1em 0;
      color: #fff; }

.c3-tooltip {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
  opacity: 1; }
  .c3-tooltip td {
    border-left: none;
    font-family: "Nunito Sans", sans-serif; }
    .c3-tooltip td > span {
      background: #1e2139; }
  .c3-tooltip tr {
    border: none !important; }
  .c3-tooltip th {
    background-color: #1e2139;
    color: #fff; }

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600; }

.c3 text {
  font-family: "Nunito Sans", sans-serif;
  fill: #1e2139; }

.c3-legend-item {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px; }

.c3 line,
.c3 path {
  stroke: #ced4da; }

.c3-chart-arc.c3-target g path {
  stroke: #fff; }

.ct-golden-section:before {
  float: none; }

.ct-grid {
  stroke: rgba(108, 117, 125, 0.2); }

.ct-chart {
  max-height: 300px; }
  .ct-chart .ct-label {
    fill: #adb5bd;
    color: #adb5bd;
    font-size: 12px;
    line-height: 1; }

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #fff;
  fill: #fff;
  font-size: 16px; }

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #3051d3; }

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #43d39e; }

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffbe0b; }

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #ff5c75; }

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #25c2e3; }

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #e83e8c; }

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #3051d3; }

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #3051d3; }

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #43d39e; }

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #ffbe0b; }

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #ff5c75; }

.ct-area {
  fill-opacity: .33; }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #1e2139;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.jvectormap-label {
  border: none;
  background: #1e2139;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  padding: 5px 8px; }

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f6f6f7;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #3051d3;
  border-radius: 4px;
  padding: 10px 20px; }

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }
  .gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3051d3; }
  .gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #3051d3; }

.selectize-input {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B4B5A;
  background-color: #fff !important;
  border: 1px solid #e2e7f1; }
  .selectize-input > input {
    color: #4B4B5A; }
    .selectize-input > input::-webkit-input-placeholder {
      color: #6c757d; }
    .selectize-input > input::-moz-placeholder {
      color: #6c757d; }
    .selectize-input > input:-ms-input-placeholder {
      color: #6c757d; }
    .selectize-input > input::-ms-input-placeholder {
      color: #6c757d; }
    .selectize-input > input::placeholder {
      color: #6c757d; }
  .selectize-input.focus {
    color: #4B4B5A;
    background-color: #fff;
    border-color: #3051d3;
    outline: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.selectize-control.multi .selectize-input > div {
  padding: 1px 8px;
  background: #f3f5f9;
  color: #343a40; }
  .selectize-control.multi .selectize-input > div > a {
    color: #343a40; }
  .selectize-control.multi .selectize-input > div.active {
    background: #3051d3; }
    .selectize-control.multi .selectize-input > div.active > a {
      color: #fff; }

.selectize-control.single .selectize-input:after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #ced4da #ced4da transparent;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 7px; }

.selectize-control.single .selectize-input.dropdown-active:after {
  border-width: 0 2px 2px 0;
  margin-top: -5px;
  border-color: transparent #adb5bd #adb5bd transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.selectize-dropdown {
  padding: .3rem;
  color: #505d69;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  -webkit-animation-name: DropDownSlide;
          animation-name: DropDownSlide;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin: 0;
  font-size: .875rem;
  position: absolute;
  z-index: 1000; }
  .selectize-dropdown.show {
    top: 100% !important; }
  .selectize-dropdown.active {
    color: #151728;
    background-color: #f6f6f7; }
  .selectize-dropdown .scientific {
    color: #6c757d; }
  .selectize-dropdown .option,
  .selectize-dropdown .optgroup-header {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    cursor: pointer;
    font-weight: 400;
    color: #1e2139;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent; }
    .selectize-dropdown .option:hover, .selectize-dropdown .option:focus,
    .selectize-dropdown .optgroup-header:hover,
    .selectize-dropdown .optgroup-header:focus {
      color: #151728;
      text-decoration: none;
      background-color: #f6f6f7 !important; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right-color: #e2e7f1; }
  .selectize-dropdown .optgroup:before {
    background-color: #e2e7f1; }

.selectize-dropdown-header {
  border-bottom: 1px solid transparent;
  color: #151728;
  background-color: #f6f6f7;
  text-decoration: none; }

.selectize-dropdown-content > div {
  background-color: transparent !important;
  color: #4B4B5A !important; }

.ms-container {
  background: transparent url("../../assets/images/multiple-arrow.png") no-repeat 50% 50%;
  width: auto;
  max-width: 370px; }
  .ms-container .ms-list {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e2e7f1; }
    .ms-container .ms-list.ms-focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #3051d3; }
  .ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: #1e2139; }
  .ms-container .ms-selectable li.ms-hover {
    background-color: #3051d3;
    color: #fff; }
  .ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: #1e2139; }
  .ms-container .ms-selection li.ms-hover {
    background-color: #3051d3;
    color: #fff; }

.ms-selectable {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important; }

.ms-optgroup-label {
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #1e2139 !important;
  font-size: 13px; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background-color: #fff; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important; }

.bootstrap-select .dropdown-toggle:after {
  content: "\F0140";
  display: inline-block;
  font-family: "Material Design Icons";
  padding-left: 10px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0; }

.bootstrap-select a {
  outline: none !important; }

.bootstrap-select .inner {
  overflow-y: inherit !important; }

.bootstrap-select > .dropdown-toggle .bs-placeholder {
  color: #6c757d; }
  .bootstrap-select > .dropdown-toggle .bs-placeholder:active, .bootstrap-select > .dropdown-toggle .bs-placeholder:focus, .bootstrap-select > .dropdown-toggle .bs-placeholder:hover {
    color: #6c757d; }

.bootstrap-touchspin .btn .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit; }

.autocomplete-suggestions {
  border: 0 solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: default;
  overflow: auto;
  max-height: 200px !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 5px; }

.autocomplete-selected {
  background: #f3f7f9;
  cursor: pointer; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #1e2139; }

.autocomplete-group {
  padding: 5px;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif; }

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #1e2139;
  display: block; }

.parsley-errors-list {
  margin: 0;
  padding: 0; }
  .parsley-errors-list > li {
    list-style: none;
    color: #ff5c75;
    margin-top: 5px;
    padding-left: 20px;
    position: relative; }
    .parsley-errors-list > li:before {
      content: "\F0159";
      font-family: "Material Design Icons";
      position: absolute;
      left: 2px;
      top: -1px; }

.parsley-error {
  border-color: #ff5c75; }

.parsley-success {
  border-color: #43d39e; }

.clockpicker-popover .btn-default {
  background-color: #3051d3;
  color: #fff; }

.clockpicker-popover {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .clockpicker-popover .popover-title {
    background-color: transparent; }
  .clockpicker-popover .clockpicker-plate {
    background: #f6f6f7;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .clockpicker-popover .popover-content {
    background-color: transparent; }

.clockpicker-tick {
  color: #1e2139; }
  .clockpicker-tick:hover {
    background-color: rgba(48, 81, 211, 0.35); }

.clockpicker-canvas line {
  stroke: #3051d3; }

.clockpicker-canvas-bg {
  fill: rgba(48, 81, 211, 0.35); }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  fill: #3051d3; }

.datepicker {
  padding: 10px !important; }
  .datepicker td,
  .datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td .active.disabled:hover[disabled],
  .datepicker table tr td .active.disabled[disabled],
  .datepicker table tr td .active:active,
  .datepicker table tr td .active:hover,
  .datepicker table tr td .active:hover.active,
  .datepicker table tr td .active:hover.disabled,
  .datepicker table tr td .active:hover:active,
  .datepicker table tr td .active:hover:hover,
  .datepicker table tr td .active:hover[disabled],
  .datepicker table tr td .active[disabled],
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active.disabled:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #3051d3 !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
  .datepicker table tr td span.focused,
  .datepicker table tr td span:hover {
    background: #f3f7f9; }
  .datepicker table tr td.new, .datepicker table tr td.old,
  .datepicker table tr td span.new,
  .datepicker table tr td span.old {
    color: #4B4B5A;
    opacity: 0.4; }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker tfoot tr th:hover {
    background: #f3f7f9; }
  .datepicker .datepicker-switch:hover {
    background: none; }

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff; }

.datepicker-dropdown:before {
  border-bottom-color: rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?") format("woff"), url("../fonts/summernote.ttf?") format("truetype"); }

.note-editor.note-frame {
  border: 1px solid #e2e7f1;
  -webkit-box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
          box-shadow: 0 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  margin: 0; }
  .note-editor.note-frame .note-statusbar {
    background-color: #fafcfc;
    border-top: 1px solid #f3f7f9; }
  .note-editor.note-frame .note-editable {
    border: none;
    background-color: #fff !important;
    color: #4B4B5A !important; }

.note-editor .note-dropzone {
  color: #343a40 !important;
  background-color: #fafcfc; }

.note-editor .note-toolbar {
  background-color: #f6f6f7; }

.note-status-output {
  display: none; }

.note-placeholder {
  color: #6c757d; }

.note-editable {
  border: 1px solid #e2e7f1;
  border-radius: 0.3rem;
  padding: 0.5rem 0.75rem !important;
  background-color: #fff !important;
  color: #4B4B5A !important;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
  .note-editable p:last-of-type {
    margin-bottom: 0; }

.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 344px; }

.note-toolbar {
  z-index: 1;
  padding: 3px 3px 8px 8px !important; }
  .note-toolbar .note-btn {
    background: #e2e7f1;
    border-color: #e2e7f1;
    padding: .28rem .65rem;
    font-size: 13px; }

.note-color-all .note-btn.dropdown-toggle {
  width: 30px !important; }
  .note-color-all .note-btn.dropdown-toggle:before {
    content: "\F035D";
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    left: 2px;
    top: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  background-color: #3051d3; }

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding-left: 0.75rem; }

.ql-container {
  font-family: "Nunito Sans", sans-serif; }
  .ql-container.ql-snow {
    border-color: #e2e7f1; }

.ql-bubble {
  border: 1px solid #e2e7f1;
  border-radius: 0.3rem; }

.ql-toolbar {
  font-family: "Nunito Sans", sans-serif !important; }
  .ql-toolbar span {
    outline: none !important;
    color: #1e2139; }
    .ql-toolbar span:hover {
      color: #3051d3 !important; }
  .ql-toolbar.ql-snow {
    border-color: #e2e7f1; }
    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
      border-color: transparent; }

.ql-snow .ql-stroke,
.ql-snow .ql-script,
.ql-snow .ql-strike svg {
  stroke: #1e2139; }

.ql-snow .ql-fill {
  fill: #1e2139; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15) !important; }

.editable-clear-x {
  background: url("../images/clear.png") center center no-repeat; }

.editableform-loading {
  background: url("../images/loading.gif") center center no-repeat; }

.editable-checklist label {
  display: block; }

.image-crop-preview .img-preview {
  float: left;
  margin-bottom: .5rem;
  margin-right: .5rem;
  overflow: hidden;
  background-color: #f6f6f7;
  text-align: center;
  width: 100%; }
  .image-crop-preview .img-preview > img {
    max-width: 100%; }

.image-crop-preview .preview-lg {
  height: 9rem;
  width: 16rem; }

.image-crop-preview .preview-md {
  height: 4.5rem;
  width: 8rem; }

.image-crop-preview .preview-sm {
  height: 2.25rem;
  width: 4rem; }

.image-crop-preview .preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem; }

.img-crop-preview-btns > .btn,
.img-crop-preview-btns > .btn-group {
  margin-bottom: 10px;
  margin-right: 10px; }

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%; }

.docs-drop-options {
  max-height: 400px;
  overflow-y: auto; }

.button-list {
  margin-right: -0.5rem; }
  .button-list:last-child {
    margin-bottom: -0.75rem; }
  .button-list .btn {
    margin-right: 0.5rem;
    margin-bottom: 0.75rem; }

.grid-structure .grid-container {
  background-color: #f3f7f9;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 20px; }

.icons-list-demo div.col-sm-6 {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }
  .icons-list-demo div.col-sm-6 p {
    margin-bottom: 0;
    line-height: inherit; }

.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: #6c757d;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }

.icons-list-demo .col-md-4 {
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px; }
  .icons-list-demo .col-md-4:hover,
  .icons-list-demo .col-md-4:hover i {
    color: #3051d3; }

.icons-list-demo .icon-item svg {
  margin-right: 10px; }

.icons-list-demo .icon-item span {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle; }

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto; }

.backhome {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1; }

.auth-pages {
  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;
  min-height: 100vh;
  padding: 100px 0 50px 0; }

/*.auth-page-sidebar {
  padding: 0;
  background-image: url("../../assets/images/logo_login.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  height: 100%;
  position: relative;
  background-color: #fff;
   }*/
   .auth-page-sidebar {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .auth-page-sidebar img {
    width: 400px;
    height: 400px;
}
  .auth-page-sidebar .overlay {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 0.4; }
  .auth-page-sidebar .auth-user-testimonial {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 1.75rem; }
    @media (max-width: 767.98px) {
      .auth-page-sidebar .auth-user-testimonial {
        position: static;
        padding: 50px; } }

@media (min-width: 768px) {
  .full-auth-screen {
    padding: 0; } }

@media (min-width: 768px) {
  .full-auth-screen .auth-page-sidebar {
    min-height: 100vh; } }

.full-auth-screen .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.full-auth-screen .backhome {
  top: 1rem;
  right: 1rem; }

.export-fnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.revenue-card .card-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.revenue-card app-chart-component {
  height: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }

.revenue-card canvas {
  margin-left: auto;
  margin-right: auto; }

.revenue-card .revenue-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .revenue-card .revenue-stats p {
    margin-bottom: 5px; }

.carousel-left-trigger, .carousel-right-trigger {
  cursor: pointer; }

.network-stat p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.message-wrapper {
  width: 100%; }
  .message-wrapper .message-sidebar {
    max-width: 350px;
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #e2e7f1; }
  .message-wrapper .user-message-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #e2e7f1; }
  .message-wrapper .message-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(48, 81, 211, 0.01); }
    .message-wrapper .message-input .search-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.message-contact-tabs .tab-content .scroll-content {
  max-height: 405px; }

.message-contact-tabs .tab-content .tab-pane {
  height: 100%; }

.message-sidebar .search-box {
  background: rgba(48, 81, 211, 0.01);
  border-bottom: 1px solid #e2e7f1; }

.chat-profile {
  border-bottom: 1px solid #e2e7f1; }
  .chat-profile .avatar {
    border: 2px solid transparent;
    padding: 1px; }
    .chat-profile .avatar.online {
      border-color: #43d39e; }
    .chat-profile .avatar.away {
      border-color: #ffbe0b; }
    .chat-profile .avatar.busy {
      border-color: #ff5c75; }
    .chat-profile .avatar.offline {
      border-color: #6c757d; }
  .chat-profile .status-circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block; }
    .chat-profile .status-circle.online {
      background-color: #43d39e; }
    .chat-profile .status-circle.busy {
      background-color: #ff5c75; }
    .chat-profile .status-circle.away {
      background-color: #ffbe0b; }
    .chat-profile .status-circle.offline {
      background-color: #6c757d; }

.chat-list .contact-status {
  left: 0;
  top: -2px; }

.chat-list li a {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem calc(1rem - 3px);
  color: #505d69;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border-bottom: 1px solid #e2e7f1;
  border-left: 3px solid transparent; }
  .chat-list li a:hover, .chat-list li a.active, .chat-list li a:focus {
    border-left-color: #3051d3;
    background-color: rgba(48, 81, 211, 0.04); }

.chat-list li p {
  margin-bottom: 0; }

.chat-list li:last-child a {
  border-bottom: none; }

.group-list li a {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem calc(1rem - 3px);
  color: #505d69;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border-bottom: 1px solid #e2e7f1;
  border-left: 3px solid transparent; }
  .group-list li a:hover, .group-list li a.active, .group-list li a:focus {
    border-left-color: #3051d3;
    background-color: rgba(48, 81, 211, 0.04); }

.user-messages {
  max-height: 500px;
  overflow: auto;
  background-color: #fff; }
  .user-messages li {
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .user-messages .conversation {
    max-width: 65%;
    min-width: 250px; }
    .user-messages .conversation .profile-img {
      float: left; }
    .user-messages .conversation .dropdown {
      float: right;
      opacity: 0;
      transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out; }
    .user-messages .conversation:hover .dropdown {
      opacity: 1; }
  .user-messages .chat-day-title {
    text-align: center;
    position: relative;
    width: 100%; }
    .user-messages .chat-day-title:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 10px;
      bottom: 0;
      height: 1px;
      background-color: #e2e7f1;
      content: ""; }
    .user-messages .chat-day-title .title {
      position: relative;
      padding: 0.5rem 1rem;
      background: #e2e7f1; }
  .user-messages .text-msg {
    padding: 1rem;
    position: relative;
    border-radius: 8px;
    max-width: calc(100% - 75px);
    width: 100%;
    display: inline-block;
    color: #4B4B5A; }
    .user-messages .text-msg p {
      margin-bottom: 0.5rem; }
    .user-messages .text-msg .time-space {
      width: 40px;
      float: right; }
    .user-messages .text-msg .time-stamp {
      position: absolute;
      bottom: 0.5rem;
      font-size: 11px;
      font-weight: 700;
      right: 1rem; }
  .user-messages .sent .text-msg {
    background-color: rgba(48, 81, 211, 0.07);
    margin-left: 0.5rem; }
  .user-messages .replies .conversation {
    margin-left: auto; }
  .user-messages .replies .text-msg {
    background-color: rgba(226, 231, 241, 0.5);
    margin-right: 0.5rem;
    margin-left: 2px; }
  .user-messages .replies .profile-img {
    float: right; }
  .user-messages .replies .dropdown {
    float: left; }

.chatbox-wrapper {
  position: fixed;
  right: 24px;
  bottom: 10px;
  width: 300px;
  background-color: #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 99; }
  .chatbox-wrapper .chat-input .form-control {
    padding-right: 60px; }
  .chatbox-wrapper .chat-link {
    position: absolute;
    right: 5px;
    top: 15px; }
  .chatbox-wrapper.minimize {
    transform: translateY(330px);
    -webkit-transform: translateY(330px);
    -ms-transform: translateY(330px);
    -moz-transform: translateY(330px); }

/* Chat widget */
.chat-conversation-list {
  list-style: none;
  height: 250px;
  padding: 0 7px; }
  .chat-conversation-list li {
    margin-bottom: 24px; }
  .chat-conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 34px; }
    .chat-conversation-list .chat-avatar img {
      border-radius: 100%;
      width: 100%; }
    .chat-conversation-list .chat-avatar i {
      font-size: 12px;
      font-style: normal; }
  .chat-conversation-list .ctext-wrap {
    background: #e1e5f9;
    border-radius: 0.3rem;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    min-width: 160px; }
    .chat-conversation-list .ctext-wrap i {
      display: block;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      position: relative; }
    .chat-conversation-list .ctext-wrap p {
      margin: 0;
      padding-top: 3px; }
    .chat-conversation-list .ctext-wrap:after {
      right: 98%;
      top: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #e1e5f9;
      border-width: 6px;
      margin-left: -1px;
      border-right-color: #e1e5f9; }
  .chat-conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%; }
  .chat-conversation-list .odd .chat-avatar {
    float: right !important; }
  .chat-conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important; }
  .chat-conversation-list .odd .ctext-wrap {
    background-color: #e2e7f1;
    color: #4B4B5A; }
    .chat-conversation-list .odd .ctext-wrap:after {
      border-color: transparent;
      border-left-color: #e2e7f1;
      border-top-color: #e2e7f1;
      left: 99% !important; }

.member-desc p {
  display: none; }
  .member-desc p:first-child {
    display: inline; }

.member-desc.show .dots {
  display: none; }

.member-desc.show p {
  display: block; }
  .member-desc.show p:nth-last-child(2) {
    display: inline; }

.inbox-leftbar .mail-control a {
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4B4B5A; }
  .inbox-leftbar .mail-control a span {
    margin-left: auto; }
  .inbox-leftbar .mail-control a:hover {
    color: #000; }

.inbox-leftbar .chat-list {
  margin: 0 -1.25rem; }
  .inbox-leftbar .chat-list li a {
    padding: 1rem 1.25rem; }
    .inbox-leftbar .chat-list li a:hover {
      background-color: transparent; }
  .inbox-leftbar .chat-list li .contact-status {
    margin-left: 0;
    left: 0; }

.inbox-rightbar {
  height: calc(100% - 24px); }

.email-message-list {
  padding-left: 0;
  margin-bottom: 0.5rem; }
  .email-message-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    margin-bottom: 1px;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
    .email-message-list li a {
      color: #4B4B5A; }
    .email-message-list li:last-child {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .email-message-list li.unread {
      background-color: #e2e7f1; }
    .email-message-list li.marked .star-toggle {
      color: #ffbe0b; }
    .email-message-list li:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      z-index: 1;
      -webkit-transition-duration: .05s;
              transition-duration: .05s; }
      .email-message-list li:hover .action-list {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0); }
    .email-message-list li .col-mail-1 {
      max-width: 320px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .email-message-list li .col-mail-2 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .email-message-list li .col-mail-2 .date {
        min-width: 100px;
        padding-left: 0.5rem;
        padding-right: 1rem;
        text-align: right;
        color: rgba(108, 117, 125, 0.9); }
      .email-message-list li .col-mail-2 .subject {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 100px);
        display: inline-block; }
    .email-message-list li .action-list {
      padding: 0 1rem;
      position: absolute;
      right: 0;
      z-index: 2;
      top: 0;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -moz-transform: translateX(100%);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s; }
  .email-message-list .checkbox-wrapper-mail {
    margin: 0 10px 0 1rem;
    max-width: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .email-message-list .star-toggle {
    color: #adb5bd;
    margin-right: 10px; }

.checkbox-wrapper-mail .custom-control-label:before {
  background: #c5ccda; }

.checkbox-wrapper-mail .custom-control-input:checked ~ .custom-control-label::before {
  background: #c5ccda; }

.attachment {
  position: relative; }
  .attachment .actions {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .attachment .actions h6 {
      color: #fff; }
      .attachment .actions h6 span {
        width: 100%;
        display: block; }
      .attachment .actions h6 .title {
        margin-bottom: 0.25rem; }
    .attachment .actions .download-btn {
      background: #4B4B5A;
      color: #fff;
      width: 1.5rem;
      height: 1.5rem;
      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;
      border-radius: 0.25rem; }
  .attachment:hover .actions {
    opacity: 1;
    visibility: visible; }

.project-list tbody td:last-child:not(.child) {
  text-align: center; }

.add-project {
  border: none; }
  .add-project .ck-editor__editable_inline {
    height: 100px;
    overflow: auto;
    min-height: 100px;
    max-height: 100px; }

.project-review-list {
  margin-bottom: 1.5rem; }
  .project-review-list .card-title {
    margin-bottom: 1.5rem; }
  .project-review-list h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7f1; }
  .project-review-list h6, .project-review-list .html {
    margin-bottom: 0.75rem; }
  .project-review-list p {
    margin-bottom: 0; }
  .project-review-list:last-child {
    border-bottom: none; }

.board {
  display: block;
  white-space: nowrap;
  overflow-x: auto; }

.tasks {
  display: inline-block;
  width: 22rem;
  vertical-align: top;
  margin-bottom: 24px;
  border-radius: 0.3rem; }
  .tasks.tasks:not(:last-child) {
    margin-right: 1.25rem; }
  .tasks .card {
    white-space: normal;
    margin-bottom: 1rem; }
    .tasks .card:last-child {
      margin-bottom: 0; }
  .tasks .task-header {
    padding: 1rem 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }

.task-list-items {
  min-height: 100px;
  position: relative;
  padding: 1.25rem;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }
  .task-list-items .card {
    cursor: pointer; }
  .task-list-items:before {
    content: "No Tasks";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 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;
    text-align: center;
    font-weight: 600; }

.sortable-chosen {
  background: #e2e7f1;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
          box-shadow: none; }

.activity-list {
  position: relative; }
  .activity-list:before {
    background-color: rgba(48, 81, 211, 0.1);
    width: 2px;
    top: 0;
    left: 17px;
    bottom: 0;
    position: absolute;
    content: ""; }
  .activity-list .media {
    padding-bottom: 2rem;
    position: relative; }
  .activity-list:last-child:before {
    display: none; }

/************** vertical timeline **************/
.timeline-primary {
  position: relative; }
  .timeline-primary:before {
    content: "";
    position: absolute;
    width: 2px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 0;
    background-color: #d4dcea; }
  .timeline-primary .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .timeline-primary .timeline-item::before {
      content: "";
      display: block;
      width: 50%; }
    .timeline-primary .timeline-item .time-show-btn {
      margin-bottom: 30px; }
    .timeline-primary .timeline-item .timeline-box {
      margin-bottom: 30px;
      position: relative;
      width: 50%;
      margin-left: 90px; }
    .timeline-primary .timeline-item .timeline-icon {
      line-height: 1;
      position: absolute;
      left: -60px;
      top: 14px;
      height: 45px;
      background: #f4f8f9; }
      .timeline-primary .timeline-item .timeline-icon:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: rgba(48, 81, 211, 0.2);
        top: 19px;
        left: 40px; }
      .timeline-primary .timeline-item .timeline-icon .quarter-fill {
        fill: #3051d3;
        opacity: 0.25; }
      .timeline-primary .timeline-item .timeline-icon .half-fill {
        fill: #3051d3;
        opacity: 0.5; }
      .timeline-primary .timeline-item .timeline-icon .full-fill {
        fill: #3051d3; }
    .timeline-primary .timeline-item.timeline-left {
      text-align: right; }
      .timeline-primary .timeline-item.timeline-left:after {
        content: "";
        display: block;
        width: 50%; }
      .timeline-primary .timeline-item.timeline-left:before {
        display: none; }
      .timeline-primary .timeline-item.timeline-left .timeline-box {
        margin-left: 0;
        margin-right: 90px; }
      .timeline-primary .timeline-item.timeline-left .timeline-icon {
        left: auto;
        right: -60px; }
        .timeline-primary .timeline-item.timeline-left .timeline-icon:after {
          left: auto;
          right: 40px; }

.timeline-left-only .timeline-item::before {
  display: none; }

.timeline-left-only .timeline-item .timeline-box {
  margin-left: 45px; }

.timeline-left-only .timeline-primary:before {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0); }

.timeline-half .timeline-item {
  width: 50%; }
  .timeline-half .timeline-item .timeline-box {
    width: 100%; }

.horizontal-timeline-owl {
  padding: 1rem 0; }
  .horizontal-timeline-owl .event-list {
    text-align: center; }
    .horizontal-timeline-owl .event-list .event-down-icon {
      position: relative; }
      .horizontal-timeline-owl .event-list .event-down-icon:before {
        content: "";
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        border-bottom: 3px dashed #e2e7f1; }
    .horizontal-timeline-owl .event-list .down-arrow-icon {
      position: relative;
      background-color: #fff;
      padding: 4px;
      margin-bottom: 0; }
    .horizontal-timeline-owl .event-list.active .down-arrow-icon {
      -webkit-animation: fade-down 1.5s infinite linear;
              animation: fade-down 1.5s infinite linear; }
  .horizontal-timeline-owl .owl-nav {
    text-align: center;
    margin-top: 1rem; }
    .horizontal-timeline-owl .owl-nav .disabled {
      opacity: 0.7; }

.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #505d69; }
  .cd-horizontal-timeline .events a.selected {
    color: #3051d3; }
    .cd-horizontal-timeline .events a.selected:after {
      background: #3051d3;
      border-color: #3051d3; }

.cd-horizontal-timeline .events .filling-line {
  background: #3051d3; }

.cd-horizontal-timeline a.btn-primary,
.cd-horizontal-timeline a.btn-primary:hover,
.cd-horizontal-timeline a.btn-primary:focus {
  color: #fff; }

.product-filter-list li {
  margin-bottom: 0.25rem; }

.product-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border: 1px solid #e2e7f1; }
  .product-item .wishlist-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem; }
  .product-item .item-description {
    position: relative; }
    .product-item .item-description .desc {
      padding-right: 4rem; }
    .product-item .item-description .avatar {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      right: 0; }
  .product-item:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.product-color-options a {
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
  color: #505d69; }
  .product-color-options a img {
    padding: 0.25rem;
    border: 1px solid #e2e7f1;
    margin-bottom: 0.5rem; }
  .product-color-options a.active, .product-color-options a:hover {
    color: #3051d3; }
    .product-color-options a.active img, .product-color-options a:hover img {
      border-color: #3051d3; }

.product-detail-imgs .nav .nav-link {
  height: 100%; }
  .product-detail-imgs .nav .nav-link.active {
    background: #e2e7f1; }

.visa-card .visa-pattern {
  position: absolute;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.05);
  line-height: .4;
  right: 0;
  bottom: 0; }

.custom-wizard-container {
  position: relative; }
  @media (min-width: 768px) {
    .custom-wizard-container {
      padding-top: 130px; } }
  .custom-wizard-container .custom-wizard-content {
    position: static; }
    @media (min-width: 768px) {
      .custom-wizard-container .custom-wizard-content .step-container {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px; } }
  .custom-wizard-container .sw-toolbar {
    padding: 1.5rem 0; }

.custom-nav-tabs a {
  background: #f3f7f9;
  color: #4B4B5A;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e2e7f1;
  border-left: 3px solid transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px; }
  .custom-nav-tabs a.active {
    border-left-color: #3051d3;
    color: #3051d3;
    background: #fff; }

.saved-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.25rem; }
  @media (max-width: 991.98px) {
    .saved-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .saved-card .scard-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .saved-card .scard-details .card-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .saved-card .scard-details .form-control {
      width: 100px; }

@media (min-width: 768px) {
  .counter-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.counter-number .coming-box {
  padding: 1rem;
  background: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5px; }
  .counter-number .coming-box span {
    display: block;
    font-size: 1.15rem; }

.search-listing li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e7f1; }
  .search-listing li a:hover {
    color: #3051d3;
    text-decoration: underline; }
  .search-listing li .search-links {
    color: #4B4B5A;
    font-weight: 600; }
    .search-listing li .search-links:hover {
      color: #1e2139;
      text-decoration: none; }
  .search-listing li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.pricing-card {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px; }
  .pricing-card .pricing-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    @media (max-width: 991px) {
      .pricing-card .pricing-header {
        padding: 2rem 1rem; } }
    .pricing-card .pricing-header .plan-title {
      margin-bottom: 1rem;
      position: relative;
      padding-bottom: 1rem;
      border-bottom: 2px solid #e2e7f1; }
  .pricing-card .plan-price {
    border-bottom: 2px solid #e2e7f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .pricing-card .plan-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .pricing-card .plan-price .price {
      float: left;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: 1rem; }
      @media (max-width: 991px) {
        .pricing-card .plan-price .price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      .pricing-card .plan-price .price h3 {
        font-size: 3rem;
        line-height: 1;
        font-weight: 500;
        margin-left: -15px; }
        @media (max-width: 991px) {
          .pricing-card .plan-price .price h3 {
            margin-right: 0.5rem; } }
        .pricing-card .plan-price .price h3 sup {
          top: -0.5rem;
          margin-right: 3px;
          left: 15px; }
      .pricing-card .plan-price .price span {
        text-transform: uppercase; }
  .pricing-card .pricing-body li {
    padding: 0.5rem 0; }

.pswp-caption {
  display: none; }

.pswp__caption__center {
  padding: 0;
  max-width: 1140px;
  text-align: center; }
  .pswp__caption__center h4 {
    font-size: 1.25rem;
    margin: 1rem 0; }
  .pswp__caption__center h4,
  .pswp__caption__center p {
    color: #fff; }

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem; }
  .gallery-nav li {
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .gallery-nav .control.filtr-active {
    background: #3051d3;
    border-color: #3051d3;
    color: #fff; }

.gallery-item {
  position: relative;
  display: block;
  border-radius: 7px;
  margin-bottom: 30px;
  overflow: hidden; }
  .gallery-item .gallery-demo-img {
    border-radius: 7px; }
  .gallery-item .gallery-overlay {
    opacity: 0;
    background: rgba(48, 81, 211, 0.9);
    border-radius: 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .gallery-item .overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    padding: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8); }
    .gallery-item .overlay-content h3,
    .gallery-item .overlay-content h5 {
      color: rgba(255, 255, 255, 0.8); }
  .gallery-item:hover .gallery-overlay {
    opacity: 1; }
  .gallery-item:hover .overlay-content {
    bottom: 0; }

@media (max-width: 991.98px) {
  .topbar-header {
    padding: 0 12px; }
  .navbar-header .hamburg-icon {
    padding-left: 0; }
  .navbar-brand-box {
    width: auto !important;
    text-align: center;
    background: none;
    padding: 0 5px 0 0; }
    .navbar-brand-box .logo-light {
      display: none; }
    .navbar-brand-box .logo-dark {
      display: block;
      text-align: left; }
      .navbar-brand-box .logo-dark .logo-lg {
        display: none; }
      .navbar-brand-box .logo-dark .logo-sm {
        display: block; }
  .side-navbar {
    transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out; }
  .main-content,
  .footer {
    margin-left: 0; }
  .compact-side-menu .main-content, .compact-side-menu .footer {
    margin-left: 0; }
  .main-content {
    padding: 0; }
  .show-sidebar .side-navbar {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0); }
  .dark-sidebar-menu .navbar-brand-box {
    background: none; }
    .dark-sidebar-menu .navbar-brand-box .logo-dark {
      display: none; }
    .dark-sidebar-menu .navbar-brand-box .logo-light {
      display: block; }
      .dark-sidebar-menu .navbar-brand-box .logo-light .logo-sm {
        display: block; }
      .dark-sidebar-menu .navbar-brand-box .logo-light .logo-lg {
        display: none; }
  .left-side-menu-condensed .navbar-brand-box {
    width: auto !important; }
  .left-side-menu-condensed .main-content, .left-side-menu-condensed .footer {
    margin-left: 0; }
  .message-wrapper .user-message-wrapper {
    border-radius: 0.5rem; }
  [data-sidebar="mobile"] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0;
    margin-bottom: 0;
    width: 300px;
    display: block;
    overflow: auto;
    transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out; }
    [data-sidebar="mobile"].show-mobile-sidebar {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -moz-transform: translateX(0); } }

@media (max-width: 767.98px) {
  .page-title-box h3 {
    width: 100%; }
  .timeline-left-only .timeline-primary:before {
    left: 15px; }
  .timeline-half .timeline-item {
    width: 100%; }
  .timeline-primary:before {
    left: 15px; }
  .timeline-primary .timeline-item .timeline-box {
    width: 100%;
    margin-left: 60px; }
  .timeline-primary .timeline-item:before {
    display: none; }
  .timeline-primary .timeline-item.timeline-left {
    width: 100%;
    text-align: left; }
    .timeline-primary .timeline-item.timeline-left .timeline-box {
      margin-left: 60px;
      margin-right: 0; }
    .timeline-primary .timeline-item.timeline-left .timeline-icon {
      left: -60px;
      right: auto; }
      .timeline-primary .timeline-item.timeline-left .timeline-icon:after {
        right: auto;
        left: 40px; }
    .timeline-primary .timeline-item.timeline-left:after {
      display: none; }
  .footer {
    text-align: center; }
  .step-container {
    padding: 15px; }
    .step-container .step {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .step-container .step h5 {
        font-size: 16px;
        width: 100px; }
      .step-container .step .avatar {
        margin-right: 0;
        margin-bottom: 1rem; } }

@media (max-width: 575.98px) {
  .header-item.btn {
    padding: 0.5rem  8px; } }


/*************new ***************/
.fa-arrow-circle-right:before{font-size: 20px;color: #000;}
.table .thead-light th {
    text-transform: inherit;
    color: #1A1919;
    font-weight: 700;
    font-size: 14px;
}
.listing-filter {display: flex;justify-content: end;}
.listing-filter .btn-info{background: #272357;color: #fff;padding: 8px 10px 8px 10px;border: 1px solid #272357;border-radius: 0px;text-transform: uppercase;}
.listing-filter .btn-info:nth-of-type(2) {
    background: none !important;
    border: 1px solid #272357 !important;
    color: #272357 !important;
}
.listing-filter .btn-info:nth-of-type(3) {
    background: none !important;
    border: 1px solid #272357 !important;
    color: #272357 !important;
}
.listing-filter .btn-info:nth-of-type(4) {
    background: none !important;
    border: 1px solid #272357 !important;
    color: #272357 !important;
}
.listing-filter .btn-info:hover:nth-of-type(2) {
    background: #272357 !important;
    border: 1px solid #272357 !important;
    color: #fff !important;
}
.listing-filter .btn-info:hover:nth-of-type(1) {
    background: none !important;
    border: 1px solid #272357 !important;
    color: #272357 !important;
}

.seller_page {
    border-radius: 0px;
    border-left: 5px solid #b00505;
}
.seller_page_top{
  border-radius: 0px;
    border-top: 5px solid #b00505;
}

.radio-toolbar {
    margin: 5px;
    position: relative;
}
.radio-toolbar label input[type="radio"] {
    opacity: 0;
}
.radio-toolbar label input[type="radio"] + * {
    display: block;
    padding: 0px 0;
    position: absolute;
}
.radio-toolbar label input[type="radio"] + *::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 1px;
    cursor: pointer;
}
.radio-toolbar input[type="radio"] {width: 20px;height: 20px;margin: 0 5px 0 0;position: absolute;left: 10px;cursor: pointer;}
.radio-toolbar label {display: inline-block;background-color: #fff;padding: 10px 8px;font-size: 13px;border: 1px solid #ddd;border-radius: 0px;width: 100%;height: 90px;}
.radio-toolbar label:hover {background-color: #F7F6FF;}
.radio-toolbar input[type="radio"]:focus + label {border: 1px solid #444;}
.radio-toolbar input[type="radio"]:checked + label {background-color: #fff;border-color: #0e63bf;color: #0e63bf;}
.choose_ticket {
    float: left;
    width: 100%;
    background: #fff;
    border-left: 5px solid #b00505;
    padding: 20px 20px 30px 20px;
    margin-bottom: 15px;
    position: relative;
}
.choose_ticket h2 {
    margin: 5px 0 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}


.yellowBackground {
    background: #272357 !important;
    color: #fff !important;
}

.radio-toolbar label input[type="radio"]:checked + *::after {
    content: '\2714';
    color: white;
    text-align: center;
    background: #00a528;
    border-color: teal;
    font-size: 10px;
}
.img img {
    width: 100%;
}
/*.tick_info_head {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
} 
.tick_info_head .details {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    float: left;
    width: 100%;
    min-height: auto;
}*/
/*.listing_details .form-control{width: 110px;}*/
/*.form-group{position: relative;}
.form-control::after {
    content: '\25BC';
    position: absolute;
    transform: none;
    pointer-events: none;
    border: none;
    right: 28px;
    top: 23px;
    color: #b00505;
    font-size: 11px;
}*/



.info_all{height: 95%;}
.order_info .fa-copy {
    color: #96B0B7;
    margin-left: 3px;
}

.order_info .checkbox {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.order_info .form-drp-dwn{display: flex !important;}
.details tr td {
    padding: 15px 10px;
}
.details tr:nth-of-type(1) {
    border-bottom: 1px solid #ccc;
}

/*.listing_details .form-group{margin-bottom: 0px;width: 160px;}*/
/*.widdh_50 {
    width: 50px !important;
}
.widdh_80{width: 80px !important;}
.widdh_60{width: 60px !important;}
a.clone {
    color: #3051d3;
    font-weight: bold;
}
a.delete {
    color: #c82b33;
    font-weight: bold;
}

.listing_details .form-control {
    height: 36px;
    padding: 5px;
    border-radius: 0px;
    text-align: center;
    width: 100px;
}*/

.table{color: #1A1919;}
.img_icon img {
    width: 20px;
    height: 20px;
}
.order_info .form-control {
    height: 36px;
    padding: 5px;
    border-radius: 0px;
}
.order_info .form-group {
    margin-bottom: 0px;
    display:flex;
    flex-wrap: wrap;
}
.order_info .table th,.order_info .table td{vertical-align: middle;}

.order_info h4{font-size: 16px;font-weight: bold;}
.order_info p{margin-bottom: 5px;}
.order_info h3{font-weight: 700;font-size: 18px;}

.save_btn .btn-info {background: #00A3ED;border-color: #00A3ED;border-radius: 0px; color: #fff; width: 100%;}
.save_btn .btn-info:hover {
    background-color: #00A1D5;
    border-color: #00A1D5;
    color: #fff;
}
.save_btn{margin: 15px 0;}
.save_btn a{color: #fff;}

.upload_btn .btn-info {background: #43D39E;border-color: #43D39E;border-radius: 0px;color: #fff;width: 100%;}
.upload_btn{margin: 15px 0;}
.upload_btn a{color: #fff;}

.receive_btn .btn-info {background: #00A3ED;border-color: #00A3ED;border-radius: 0px;color: #fff;width: 100%;}
.receive_btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.approve_btn {display: inline-block;width: 94px;}
.approve_btn .btn-info {background: #06d6a0;border-color: #06d6a0;border-radius: 0px;color: #fff;width: 100%;}
.approve_btn a{color: #fff;}

.reject_btn {display: inline-block;width: 81px;}
.reject_btn .btn-info {background: #e62965;border-color: #e62965;border-radius: 0px;color: #fff;width: 100%;}
.reject_btn a{color: #fff;}

.submit_btn .btn-info{
    background: #00A3ED;
    border-color: #00A3ED;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    max-width: 180px;
    float: right;
}
.submit_btn .btn-info:hover{background-color: #00A1D5;border-color: #00A1D5;color: #fff;}
.btn_instructions .custom-file:hover{background-color:#43D39E ;border-color:#43D39E ;color:#fff ;}


.form-equal{display: flex;align-items: flex-start;padding: 15px 15px;height: 110px;border: 1px solid #ccc;width: 100%;}

.form-equal_split{display: flex;align-items: flex-start;padding: 15px 15px;height: 150px;border: 1px solid #ccc;width: 100%;}


.number_ticket h2 {margin: 5px 0 15px 0;font-size: 20px;text-transform: uppercase;font-weight: 600;}
/*.number_ticket .radio-toolbar1 {margin: 0 10px 0 0;position: relative;}*/
.number_ticket .radio-toolbar1 {
    /*margin: 0 10px 10px 0;*/
    position: relative;
    text-align: center;
}
.number_ticket .radio-toolbar1 input[type="radio"] {opacity: 0;position: fixed;width: 0;}
.number_ticket .radio-toolbar1 label {display: inline-block;background-color: #fff;padding: 12px 5px;font-size: 16px;border: 1px solid #ccc;width: 100%;cursor: pointer;}
.number_ticket .radio-toolbar1 label:hover {background-color: #F7F6FF;}
.number_ticket .radio-toolbar1 input[type="radio"]:focus + label {border: 1px solid #444;}
.number_ticket .radio-toolbar1 input[type="radio"]:checked + label {background-color: #fff;border-color: #0e63bf;color: #0e63bf;}


.seller_page .col-lg-2 {
    flex: 0 0 19.966667%;
    max-width: 19.966667%;
}


.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}



.ticket_details {padding: 20px 20px 30px 20px;background: #fff;border-left: 5px solid #b00505;float: left;width: 100%;margin-bottom: 15px;}
.ticket_details h2 {margin: 5px 0 15px 0;font-size: 20px;text-transform: uppercase;font-weight: 600;}
.sel_detail_lft ul {border: 1px solid #ccc;padding: 0px;margin: 10px 0;}
.sel_detail_lft li {
    border-bottom: 1px solid #dfe1f4;
    padding: 5px;
    color: #2d1a58;
    list-style-type: none;
    font-size: 15px;
    padding: 10px 5px;
}
.select_detail_chk li {
    border-bottom: 1px solid #dfe1f4;
    padding: 5px;
    color: #2d1a58;
    list-style-type: none;
    font-size: 15px;
    padding: 10px 5px;
}
/*.select_detail_chk h5 {
    font-size: 15px;
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    margin: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 210px;
    overflow: hidden;
}*/
.select_detail_chk input[type="checkbox"] {float: right;width: 20px;height: 20px;}
.sel_detail_lft li:hover {background: #2d1a58;color: #fff;}
.sel_detail_rig ul {border: 1px solid #ccc;padding: 0px;margin: 10px 0;}
.sel_detail_rig li {border-bottom: 1px solid #dfe1f4;padding:10px 5px;color: #2d1a58;list-style-type: none;}
.sel_detail_rig li:hover {background: #2d1a58;color: #fff;}
.select_detail_chk label {margin-top: 0px !important;float: right;margin-right: 0px !important;}
.select_detail_chk label > input[type="checkbox"] {opacity: 0;}
.select_detail_chk label > input[type="checkbox"] + *::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 1px;
  cursor: pointer;
}
.select_detail_chk label > input[type="checkbox"]:checked + * {color: teal;}
.select_detail_chk label > input[type="checkbox"]:checked + *::after {content: '\2714';color: white;text-align: center;background: #00a528;border-color: teal;}
.select_detail_chk label > input[type="checkbox"] + * {padding: 5px;}
.sel_detail_lft li:last-child{border-bottom: none;}
.sel_detail_rig li:last-child{border-bottom: none;}
.select_detail_chk label > input[type="checkbox"] {display: none;}
.event_info {
    display: block;
    float: left;
    width: 100%;
}
.select_resti h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.selec_img {
    float: right;
}
.selec_img img {
    height: 50px;
}
.details h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
.event_img img {
    width: 100%;
    height: auto;
}
.event_time .res-match-date {
    float: left;
}
.event_time .tr_date {
    float: right;
}

i.fe-arrow-up-right {
    background: #dcd7d7;
    border-radius: 50%;
    padding: 5px;
    color: #14ea14;
}

/****************start new orders*********************/
.btn_slct {display: block;width: 100%;}
.tick_tier img {
    margin-left: 10px;
}
.tick_text img{margin-right: 5px;}
.all_new_ordr{border-left: 5px solid red;border-radius: 0px;}
.tick_tier {color: #272357;font-size: 14px;font-weight: 700;margin-bottom: 10px;}
.tick_text {font-size: 10px;color: #8B6332;width: 100%;font-weight: 600;}
.select_sec ul{margin: 0px;padding: 0px;}
.tick_text span {
    color: #B00505;
    font-weight: 600;
    font-size: 10px;
}
.tick_sec {
    padding: 15px 0;
    border-bottom: 1px solid #ECEBEB;
}
.select_sec {padding: 10px 0px;}
.select_sec h4 {font-size: 14px;text-align: center;font-weight: 700;text-transform: uppercase;margin: 15px 0px;}
.select_sec li {display: inline-block;width: 47%;border: 1px solid #F0F0F0;margin: 5px 5px;text-align: left;}
.select_sec li a {line-height: 30px;}
span.seat_color {width: 20px;height: 20px;float: left;margin: 5px;background: red;}
.upcoming-match-btn-view-all {text-align: center;}
.upcoming-match-btn-view-all .onebox-btn {
    background: #272357;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #272357;
}
.upcoming-match-btn-view-all .onebox-btn:hover {background: none;color: #272357;border: 1px solid #272357;}

.tick_sec .form-group label {
    font-weight: 600;
    font-size: 12px;
    color: #555555;
}


/*****************end new orders**********************/
.align_center {margin: 0 auto;width: 60%;max-width: 100%;}
.align_centers{text-align: center;margin: 0 auto;width: 60%;max-width: 100%;}

.events_new thead th{padding: 0px;vertical-align: middle;}
.events_new .thead-light th:nth-of-type(7) {padding: 0px;vertical-align: middle;}
.events_new td{text-align: center;}

.events_new .before_none:before{display: none !important;}
.events_new .before_none:after{display: none !important;}

.sort_by {
    border: 1px solid #E8EAEF;
    padding: 9px 0px;
    float: left;
    width: 100%;
    color: #414D96;
    text-transform: inherit;
    text-align: center;
    background-color: #fff;
    font-weight: 700;
}

.sort_filters {
    background: #F6F8FA;
}
.sort_filters ul {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    /* text-align: center; */
}
.sort_filters ul li {
    /* display: inline-block; */
    /* max-width: 130px; */
    border-right: 1px solid #E8EAEF;
    /* text-align: center; */
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #414D96;
}
.sort_list .form-group {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
/*    max-width: 125px;*/
    border:0px solid #F6F8FA;
}
.sort_filters ul li:nth-child(1){height: 40px;display: flex;align-items: center;}
.sort_list .form-group .form-control{padding: 0 15px 0 10px;height: 40px;background: #F6F8FA;font-weight: 600;border:none;color: #414D96;}
/*.left-side-menu-condensed .sort_filters ul li{padding: 0 8px;}*/

.datemark::after {
        content: '\ece8';
    font-family: "boxicons";
    font-size: 13px;
    color: #414D96;
/*    left: 1rem;*/
    top: 50%;
    right: 5px;
    position: absolute;
    text-indent: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);

}
.datemark_to::after {
        content: '\ece8';
    font-family: "boxicons";
    font-size: 13px;
    color: #414D96;
/*    left: 1rem;*/
    top: 50%;
    right: 5px;
    position: absolute;
    text-indent: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);

}
.sort_list .dropdown-menu.show {
    display: block;
    padding: 20px 0px;
}
.sort_list div.dataTables_wrapper div.dataTables_filter input{margin-left: 0px;}
.sort_list .search-box input {
    border-radius: 10px;
    padding-left: 40px;
}
.reset_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #efeaea;
    padding: 10px 15px 0;
}
.check_box {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sort_list .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}
.sort_list .custom-control-input:checked ~ .custom-control-label::before {
    color: #99a6bf;
    border-color: #ccc;
    background-color: #fff;
}
.sort_list .custom-control-label::before{background-color: #fff;}
.sort_list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{color: #fff;background: #3051d3;font-size: 15px;border-radius: 5px;}
/*.reset_txt{color: #3051d3;cursor: pointer;}*/

.reset_txt button {
    color: #3051d3;
    outline: none;
    background-color: #fff;
    border-color: #3051d3;
    padding: 7px 29px;
    border-radius: 5px;
    box-shadow: none;
    text-shadow: none;
}
.reset_ok button {
    color: #fff;
    outline: none;
    background-color: #3051d3;
    border-color: #3051d3;
    padding: 7px 29px;
    border-radius: 5px;
    box-shadow: none;
    text-shadow: none;
}
.reset_txt button:hover {
    background: #00a3ed;
    color: #fff;
    border-color: #3051d3;
}
.reset_ok button:hover {
    background: #00a3ed;
    color: #fff;
    border-color: #3051d3;
}


.sort_filters ul li:nth-last-child(2) {
    border: none;
    text-align: center;
    border-right: 1px solid #E8EAEF;
}
/* .sort_filters ul li:nth-last-child(1) {
    border: none;
    background: #00A3ED;  
    padding: 10px 15px;
    color: #fff;
    text-align: center;
} */
.coupon_list .sort_filters ul li:nth-last-child(1) {
    border: none;
    background: #00A3ED;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    flex: 0 0 10%;
    cursor: pointer;
}
.payment_history .sort_filters ul li:nth-last-child(1) {
    border: none;
    background: #00A3ED;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    flex: 0 0 10%;
    cursor: pointer;
}

.section_all {
    margin-bottom: 10px;
}
a.report_sts {
    color: #fff;
}
a.clear_all {
    font-weight: 800;
    border-bottom: 2px solid;
    color: #0037D5;
}
span.tr_date {
    color: #898F99;
}

.ui-widget-header {
    background: none;
    border: moccasin;
    font-weight: normal;
    font-size: 15px;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: normal;
    border: 0;
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{background: none;border: none;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
/*    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;*/
    color: #fff;
    border-radius: 50px;
    background: blue;
    text-align: center;
}

.sort_list .btn-group{display: block;}
.left-side-menu-condensed .sort_list .form-group {max-width: 100%;}

.sort_list .dropdown-toggle {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    color: #414D96;
}
.sort_list .mdi-chevron-down::before {font-weight: bold;}
.sort_list .custom-control-label{cursor: pointer;}
/*.custom-control:hover{background: #f9f5f5;}*/
.custom-control{margin: 8px 0;}
.sort_list .dataTables_wrapper .dataTables_filter {
    padding: 0 15px;
}
.breadcrumb .breadcrumb-item.active{color: #3051d3;}
.breadcrumb .breadcrumb-item a:not(.active){color: #3051d3;}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before{color: #3051d3;}

.nav-bordered li a{font-weight: bold;}
.sort_list .form-control::placeholder {
  color: #414D96;
  opacity: 1;
  font-weight: 600;
}
.sort_list .btn-light {
    background-color: #F6F8FA;
    border-color: #F6F8FA;
}
.dataTables_filter{display: none;}
.sort_list .dataTables_filter{display: block;}
.dataTables_length{display: none;}

@media only screen and (min-width: 1600px) and (max-width: 1900px) { 
   .datemark::after{right: 15px}
   .datemark_to::after{right: 15px}
}

.table_details_new td {
    vertical-align: middle;
/*    text-align: center;*/
color: #1A1919;
}
.table_main_dtls td{vertical-align: middle;}
.table_main_dtls td:nth-of-type(7){text-align: center;}
.table_main_dtls td:nth-of-type(8){text-align: center;}

.table_main_dtls {
    background: #fff;
    margin: 0 0 0px;
}
.listing_details {
    padding: 0px !important;
    background: #fff;
}
.table_details_new {
    background: #fff;
    margin: 0px;
}
.table_details_new thead th{color: #1A1919;}
.table_main_dtls tbody tr:hover{background: none;}
.table_details_new tbody tr:hover{background: none;}

.checkbox label::before{background-color: #3051d3;border-color: #3051d3;}
.checkbox-danger label::before{background-color: #ff5c75;border-color: #ff5c75;}

@media only screen and (min-width: 1600px) and (max-width: 1900px) { 
   .table_details_new {
    background: #fff;
    margin-bottom: 10px;
}
.table_main_dtls {
    background: #fff;
    margin: 0 0 10px;
}
}
@media only screen and (min-width: 1900px) and (max-width: 2200px) { 
   .table_details_new {
    background: #fff;
    margin-bottom: 10px;
}
.table_main_dtls {
    background: #fff;
    margin: 0 0 10px;
}
}

.table_details_new .btn-light{background-color: #fff;border-color: #fff;}

.event_name {
    border: 1px solid #96B0B7;
    padding: 12px 10px;
    margin-bottom: 15px;
    min-height: 80px;
}
.ticket_details_as {
    height: 100%;
}
.event_name p {
    line-height: 16.8px;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    color: #1A1919;
}
.event_name h4 {font-size: 14px;font-weight: 700;line-height: 14px;color: #1A1919;}

.ticket_details_as .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.thead-light-medium {
    background: #F6F8FA;
    border-color: #F6F8FA !important;
}

.table_details_new .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #43D39E;
    -webkit-transform: translateX(0.825rem);
    transform: translateX(0.725rem);
}
.table_details_new .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #fff;
    border-color: #43D39E;
}
.mdi.mdi-dots-vertical{color: #1A1919;}

.tick_details .card-title {
    margin: 10px 0;
    color: #1A1919;
    font-size: 22px;
    font-weight: 600;
}
.tick_details .btn-success{padding: 5px 20px;border-radius: 0px;}

.box-details .card{box-shadow: none;margin-bottom: 0px;}

.box-details .nav-bordered li a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.box-details .nav-tabs .nav-link.active, .box-details .nav-tabs .nav-item.show .nav-link{color: #000;}

.table_details_new .dropdown .dropdown-item{color: #1A1919;}

/**********************popup*********************/
.edit_modal_popup .modal-dialog{max-width: 1080px;}

.team_name h3 {
    font-size: 18px;
    color: #0037D5;
    font-weight: 700;
}
.team_name p {
    margin: 5px 0px;
    color: #323A70;
    font-weight: 700;
    font-size: 15px;
}
.team_name p span{
    margin: 0px;
    color: #787E9B;
    font-weight: 400;
    font-size: 14px;
}
.section_left{height: 430px;overflow-x: auto;}
.section_left label {
    color: #4C5271;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

.section_left label span{color: #D50505;}
.ticket_status , .section, .away_section, .price, .select_restrictions{margin: 20px 0;}
.section_left .form-control {font-size: 15px;border-radius: 0px;height: 40px;border-color: #E8EAEF;}
.section_left .custom-select {font-size: 13px;border-radius: 0px;border-color: #E8EAEF;height: 40px;}

.my_modal .modal-content{border-radius: 0px;}
.my_modal .modal-header{border-bottom: 0px;padding: 0 10px;}
.my_modal .close{font-size: 40px;font-weight: 100;}

.select_restrictions p {font-size: 14px;font-weight: 400;}
.select_option ul {margin: 0px;list-style-type: none;padding: 0px;display: flex;flex-wrap: wrap;}
/*.select_option ul li {font-size: 14px;font-weight: 400;width: 50%;float: left;border-bottom: 1px solid #E8EAEF;padding: 10px 0;}*/
.select_option {margin-bottom: 20px;float: left;width: 100%;}
.select_option h6{font-size: 14px;font-weight: 700;}
.clone_btn {margin: 0 auto;text-align: center;font-size: 16px;font-weight: 700;}
.clone_btn .btn-primary {
    background: #0037D5;
    color: #fff;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700;
    max-width: 150px;
    width: 100%;
}
.clone_btn .btn-outline-danger {
    padding: 8px 20px;
    border-radius: 0px;
    width: 100%;
    max-width: 120px;
    font-size: 16px;
    font-weight: 700;
    color: #C4212A;
    border-color: #C4212A;
}
.publish_sec {background: #F3F6FE;padding: 20px 20px;margin-bottom: 20px;}
.publish_sec .switch{float: left;}
.publish_sec .content {font-size: 16px;font-weight: 700;}
.active_listing {background: #F3F6FE;padding: 20px 20px;margin-bottom: 20px;}
.listing_id{background: #F3F6FE;padding: 20px 20px;margin-bottom: 20px;height: 80px;}
.ticket_type{background: #F3F6FE;padding: 20px 20px;margin-bottom: 20px;height: 80px;}

.ticket_type h6, .listing_id h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #323A70;
}

.ticket_type p, .listing_id p{
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    float: left;
    color: #4C5271;
}

.ticket_type a {
    font-size: 14px;
    float: right;
    color: #4CB076;
    text-decoration: underline;
    font-weight: 700;
}

.my_modal .modal-lg {
    max-width: 850px;
}
.contact_link {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.contact_link a{
    font-size: 12px;
    color: #787E9B;
}
.btn_save .btn-primary {
    border-radius: 0px;
    padding: 8px 20px;
    background: #4CB076;
    border: 1px solid #4CB076;
    font-size: 16px;
    width: 100%;
    max-width: 120px;
    font-weight: 700;
}
.btn_save .btn-cancel {
    border-radius: 0px;
    padding: 8px 20px;
    border: 1px solid #e6ebe8;
    font-size: 16px;
    margin: 0px 3px;
    width: 100%;
    max-width: 120px;
    font-weight: 700;
}
span.align {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    color: #323A70;
}
.table .form-control{border-radius: 0px;}
.price .input-group-text {
    border-radius: 0px;
}
.custom-select{background: #fff url('../images/arrow.svg') no-repeat right .75rem center;}
/*.custom-drop-out{background: url('../images/arrow.svg') no-repeat right 4px;}*/
/*  RADIO BUTTON*/

.tdcheckbox {
  width: 20px;
  height: 20px;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}


/* Pseudo element for check styling */

.tdcheckbox::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

.tdcheckbox:checked {
  background-color: #4CB076;
}

.tdcheckbox:checked::before {
  box-shadow: none;
  background-image: none;
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");*/
}


/* Disabled */

.tdcheckbox:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}


/* IE */

.tdcheckbox::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

.tdcheckbox:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.select_restrictions h6 span{color: #D50505;}
.select_restrictions .custom-accordion .card .card-header {
    background: #f3f6fe;
}
.select_restrictions h6{color: #4C5271;font-weight: 700;font-size: 14px;}
.select_restrictions .card-header:first-child{border-radius: 0px;}
.select_restrictions .custom-accordion .card{border-radius: 0px !important;border: 1px solid #f3f6fe !important;}


.clone-listing .clone-title{
    font-weight: 700;
    line-height: 100%;
    color: #323A70;
}

.clone-listing .clone-match-title{
   font-weight: 700;
    color: #0037D5;
}
.clone-listing .clone-match-date{
    font-weight: 700;
    margin-bottom: 5px;

}
.clone-listing .clone-match-stadium{
    font-weight: 400;
    color: #787E9B;
}
.clone-listing  .clone-listing-table-div{
    background: #FAFBFF;
    padding:  10px 5px 20px 5px;
}

.clone-listing  .clone-listing-table td{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #4C5271; vertical-align: middle;

}
.clone-listing  .clone-listing-table .form-control{
    border-radius: 0px;
}
.clone-listing  .clone-listing-table  td,  .clone-listing  .clone-listing-table th{
    padding: 5px;
}

.clone-listing  .clone-listing-table .td_close{
    
    font-weight: 700;
    font-size: 18px;
    color: #C4212A;

}
.clone-listing-btn{
    color: #0037D5;
    border: 1px solid #0037D5;
    border-radius: 0px;
    padding: 10px 20px;
    font-weight: 600;
}
.clone-listing-btn:hover{
    background: #4CB076;
    border: 1px solid #4CB076;
    color: #FFF;
}

.clone-listing-save-btn{
    color: #FFF;
    border: 1px solid #4CB076;
    border-radius: 0px;
    padding: 10px 20px;
    background: #4CB076;
    font-weight: 700;
    width: 100%;
    max-width: 120px;
}
.clone-listing-save-btn:hover{
    background: #0037D5;
    border: 1px solid #0037D5;
    color: #FFF;
}

.clone-listing-cancel-btn{
    color: #FFF;
    border: 1px solid #BDC4D8;
    border-radius: 0px;
    padding: 10px 20px;
    background: #BDC4D8;
    font-weight: 700;
    width: 100%;
    max-width: 120px;
}
.clone-listing-cancel-btn:hover{
    background: #000;
    border: 1px solid #0037D5;
    color: #FFF;
}

.edit_modal_popup .close {
    font-size: 40px !important;
    font-weight: 100;
}
.edit_modal_popup .modal-header {
    border-bottom: none;
    padding: 0px 10px;
}

.section_right .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #4CB076;
    border-color: #4CB076;
}
.seperate_to {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
}

.custom-accordion .card .collapsed .toggle-icon:before {
    color: #0037D5;
    font-size: 25px;
}
.mdi-chevron-up::before {
  color: #0037D5;
    font-size: 25px;
}
.fa-info-circle {
    color: #4CB076;
}
/*.clone-listing-table-div table:nth-of-type(1) {
    background: #FAFBFF;
}*/
.w-20 {
    width: 20%;
}
.w-10 {
    width: 10%;
}
.clone-listing .custom-control .custom-control-label {
    color: #4C5271;
}

/*.clone-listing .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: blue;
    border-color: blue;
    border-radius: 0px;
}*/
.clone-listing  .custom-control-label::before{ background-color: #fff;
    border-color: #ccc;
    border-radius: 0px;}
.clone-listing .custom-control-input:checked ~ .clone-listing  .custom-control-label::before {
    color: #fff;
    border-color: blue !important;
    background-color: blue !important;
}
.clone-listing .custom-checkbox .custom-control-input:checked ~ .clone-listing .custom-control-label::after{color: #fff;}

.select_restrictions .select_option ul li {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #E8EAEF;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex: 0 0 50%;
    max-width: 50%;
}

.select_restrictions .tdcheckbox {width: 20px;height: 20px;margin-right: 10px;}

.ticket_sort_approval .sort_filters ul li:nth-last-child(1){background: none;} 

.ticket_sort_approval .custom-select{color: #000000;}

.listing_details .table-responsive {overflow-y: hidden;}

a.tooltip_texts {
    color: #000;
    font-size: 20px;
}
.tooltip-inner {
            background-color: #000 !important;
            color: #fff ;
}

.form-control{color: #1A1919;}
input[type="text" i]::placeholder {
  color: #96B0B7;
}
input[type="email" i]::placeholder {
  color: #96B0B7;
}
.nopadds {
    padding-right: 0px;
}
.table .thead-light th{background-color: #F3F6FE !important;border-color: #F3F6FE !important;}

.dropdown-item.active, .dropdown-item:active{color: #1A1919;}
.dropdown-item{color: #1A1919;}

.approve_all_select .btn-info {
    color: #fff;
    background-color: #43D39E;
    border-color: #43D39E;
    border-radius: 0px;
    width: auto;
    height: 40px;
}
.approve_all_select .button.is-success {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.arrow_pos .page-item.active .page-link{border: 1px solid #3051d3 !important;color: #000;border-radius: 0px !important;background: #fff;}
.arrow_pos .page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #fff;
/*    border-color: #3051d3;*/
}
.table-hover tbody tr:hover {
    color: #505d69;
    background-color: #fff;
}


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

.team_name_ticket h3 {
    font-size: 18px;
    color: #1A1919;
    font-weight: 700;
}
.team_name_ticket p {
    margin: 5px 0px;
    color: #96B0B7;
    font-weight: 400;
    font-size: 14px;
}
.team_name_ticket p span {
    margin: 0px;
    color: #1A1919;
    font-weight: 400;
    font-size: 14px;
}


.upload_e_ticket_btn_page {
    width: 100%;
    margin: 15px 0px;
}
.upload_e_ticket_btn_page .custom-file-label::after{display: none;}
.upload_e_ticket_btn_page .custom-file-label {
    background-color: #43D39E;
    border-radius: 0px;
    color: #fff;
    height: 42px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #43D39E;
    z-index: 2;
    cursor: pointer;
}
.upload_e_ticket_btn_page .custom-file-label:hover{background-color: #4CB076;color: #fff;border-color: #4CB076;}
.upload_e_ticket_btn_page .custom-file-input:focus ~ .custom-file-label{border-color: #00A3ED}
.upload_e_ticket_btn_page p {font-size: 24px;font-weight: 700;}
.upload_e_ticket_btn_page .cancell {
    background-color: #323A70;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    height: 42px;
    text-align: center;
    font-weight: 700;
}
.upload_e_ticket_btn_page .upload_icon {display: table;margin: 0 auto 30px;}


.btn_instructions {
    width: 100%;
    margin: 0 0 30px;
}
.btn_instructions .custom-file-label::after{display: none;}
.btn_instructions .custom-file-label {
    background-color: #fff;
    border-radius: 0px;
    color: #000;
    height: 42px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #000;
    z-index: 2;
    cursor: pointer;
    padding: 10px 0;
}
.btn_instructions .custom-file-label:hover {
    background: #E5E5E5;
    color: #000;
    border-color: #E5E5E5;
}
.btn_instructions .custom-file-input:focus ~ .custom-file-label{border-color: #00A3ED}
.btn_instructions p {font-size: 24px;font-weight: 700;}
.btn_instructions .cancell {
    background-color: #323A70;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    height: 42px;
    text-align: center;
    font-weight: 700;
}

.upload_e_ticket_btn_page .custom-file-input, .btn_instructions .custom-file-input{cursor: pointer;height: 42px;}
.form-drp-btn h4{margin: 15px 0 0;}
/*.btn_instructions .btn {
    background: #fff;
    margin: 20px 0;
    border-radius: 0px;
    color: #000;
    width: 100%;
    border: 1px solid #000;
}
.btn_instructions .btn a{color: #000000;}
.btn_instructions h4{margin: 0px;}*/


.upload_e_ticket_btn {
    width: 100%;
    margin: 5% auto;
    max-width: 255px;
}
.upload_e_ticket_btn .form-group {
    margin-bottom: 60px;
}
.upload_e_ticket_btn .custom-file-label::after{display: none;}

.upload_e_ticket_btn .custom-file-label {
    background-color: #00A3ED;
    border-radius: 0px;
    color: #fff;
    height: 40px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #00A3ED;
}
.upload_e_ticket_btn .custom-file-input:focus ~ .custom-file-label{border-color: #00A3ED}
.upload_e_ticket_btn p {font-size: 24px;font-weight: 700;}
.upload_e_ticket_btn .cancell {
    background-color: #323A70;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: 700;
}
.upload_e_ticket_btn .upload_icon {display: table;margin: 0 auto 30px;}
.team_name_ticket a {
    top: 10px;
    position: absolute;
    right: 0px;
    background: #00A3ED;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
}
.go_back_btn {
    display: inline-flex;
    margin-right: 20px;
    background: #96B0B7;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.go_back_btn .fa-arrow-left {
    font-size: 14px;
    color: #fff;
}
.side_arrow h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.upload_e_ticket_btn .custom-file-input{cursor: pointer;}

.file_upload_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.file_upload_slider .dropzone{display: flex;align-items: center;margin: 0 20px;padding: 0 20px;border: 1px dashed #000000;}

.file_upload_slider h3 {
    font-size: 12px;
    margin-bottom: 0px;
}

.item {
    margin: 5px;
}
.imag_view {
    position: relative;
    width: 100%;
}
.imag_view img {
    width: 100%;
    height: 130px;
}
.icon_hover {
    background: #00000014;
    color: #fff;
    width: 90%;
    height: 130px;
    position: absolute;
    top: 5px;
}
.icon_hover ul {
    margin: 55px 0;
    padding: 0px;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: space-around;
}
.remove_ico {
    background: #00A1D5;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.view_ico {
    background: #00A1D5;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
/*.item:hover{
    background: red;
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: space-around;
}*/

/*.icon_hover {
    background: #0000001f;
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 10px;
    width: 134px;
    height: 130px;
}
.remove_ico {
    background: #00A1D5;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.view_ico {
    background: #00A1D5;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}*/

.files_btn{text-align: center;}
.files_btn .btn{width: 171px;}
.files_btn .btn-primary{background-color:#323A70;border-color: #323A70;border-radius: 0px;}
.files_btn .btn-success{background-color: #00A3ED;border-color: #00A3ED;border-radius: 0px;}
.files_btn .btn-info{background-color: #43D39E;border-color: #43D39E;border-radius: 0px;}
.drag_drop .card-subtitle{text-align: center;font-weight: 700;font-size: 14px;color: #1A1919;}
.topAirSlider .fa-arrow-left {top: 80px;position: absolute;left: -5px;color: #ccc;cursor: pointer;}
.topAirSlider .fa-arrow-right {top: 80px;position: absolute;right: -5px;color: #ccc;cursor: pointer;}
.order_info .table .thead-light th {background-color: #F6F8FA;border-color: #F6F8FA;}
.order_info .tr_date {color: #1A1919;}
.topAirSlider_new button.owl-prev .fa-arrow-left {top: -30px;position: absolute;right: 30px;color: #ccc;cursor: pointer;background: #ccc;color: #fff;padding: 7px 10px;}
.topAirSlider_new button.owl-next .fa-arrow-right {top: -30px;position: absolute;right: -7px;color: #fff;cursor: pointer;background: #00A3ED;padding: 7px 10px;}
.topAirSlider_new .owl-nav {position: absolute;top: 0px;right: 0px;}
.topAirSlider .owl-nav {position: absolute;top: 0px;right: 0px;left: 0;}
.topAirSlider {padding: 0px 30px;}
.blk_sect {margin: 15px 0;font-size: 14px;font-weight: 400;}
.quan_sect{border:1px solid #ccc;font-weight: 400;font-size: 14px;}
.quan_sect .w-40 {width: 40%;padding: 7px 25px;}
a.btn.clone-plus-btn{background: #00A3ED;color: #fff;border-radius: 50%;}
.btn .fa-times {color: #FE324B;font-size: 20px;border: none;}
.upload_inst ul{margin: 0px;padding: 0px;list-style-type: none;}
.upload_inst ul li{display: inline-block;}
.upload_inst .remove_ico{width: 30px;height: 30px;font-size: 12px;}
.upload_inst .view_ico{width: 30px;height: 30px;font-size: 12px;}
.topAirSlider_new {margin: 5px 0;}
.upload_inst p span{color: #00A3ED;}
.clone-listing-table td {padding: 10px 5px;}
.topAirSlider .icon_hover {background: #00000014;color: #fff;width: 95%;height: 130px;position: absolute;top: 5px;}
.form-drp-btn .form-control{font-weight: 700;}
.img_stadium {background: #EEEEEE;}
.img_stadium img {width: 100%;height: 490px;margin: 20px 0;}.custom-switch .custom-control-input:checked ~ .custom-control-label:before {background-color: #43D39E !important;border-color: #43D39E !important;}
option:checked {background: red linear-gradient(0deg, red 0%, red 100%);}
.bttns .badge {display: block;padding: 8px 10px;font-size: 14px;border-radius: 0px;}

.bttns .badge-success {display: block;padding: 8px 10px;color: #fff;background: #43D39E;border-color: #43D39E;border-radius: 0px;font-size: 14px;}
.bttns .badge-warning {display: block;padding: 8px 10px;color: #fff;background-color: #F8D054;border-color: #F8D054;border-radius: 0px;font-size: 14px;}
.bttns .badge-danger {display: block;padding: 8px 10px;color: #fff;border-color: #FF5C75;border-radius: 0px;font-size: 14px;}
.add_new_btn .btn-primary {color: #fff;background-color: #00a3ed;border-color: #00a3ed;border-radius: 0px;width: 100%;}
.add_new_btn {width: 130px;}
.coupon_list .table-responsive {overflow-y: hidden;}
.coupon_list_tab .dropdown-item, .abondanned_cart .dropdown-item, .payment_history .dropdown-item{font-weight: 700;}
.customer_list .sort_filters ul li:nth-child(1){display: block;}
.customer_list .sort_filters ul li:nth-last-child(1) {border: none;background: #00A3ED;padding: 10px 15px;color: #fff;text-align: center;width: 100%;flex: 0 0 10%;cursor: pointer;}
.image-small .avatar{width: 30px;height: 30px;}
.customer_list .sort_filters ul li:nth-child(1){width: 100%;flex: 0 0 17%;}
.customer_list .sort_filters ul li:nth-child(2){width: 100%;flex: 0 0 17%;}
.customer_list .sort_filters ul li:nth-child(3){width: 100%;flex: 0 0 17%;}
.customer_list .sort_filters ul li:nth-child(4){width: 100%;text-align: right;margin-right: 30px;}
.table th, .table td{border-bottom: 1px solid #e2e7f1;}
.label_popup input:focus::-webkit-input-placeholder {opacity: 1;}
.label_popup input:not(:placeholder-shown) + label,.label_popup input:focus + label {transform: translate(0, 0) scale(1);cursor: pointer;top: -10px;background: #fff;}
.all_orders .sort_filters ul li:nth-last-child(1){background: none;}
.all_orders_page .table td{vertical-align: middle;}
.bttns .bg-warning, .bttns .bg-info, .bttns .badge-danger, .bttns .bg-primary{display: block;padding: 8px 10px;color: #fff;border-radius: 0px;font-size: 14px;}
.bttns .bg-primary{background: #7859F4;}
.not_sent {text-align: center;color: #FF5C75;}
.currency_symb {position: absolute;right: 0;top: 0;bottom: 0;background: #F7E3FC;width: 30%;display: flex;align-items: center;justify-content: center;}
.currency_symb .pound{font-size: 70px;font-weight: normal;color: #B81DDF !important;}
.currency_symb .euro{font-size: 70px;font-weight: normal;color: #F8D054 !important;}
.currency_symb .dollar{font-size: 70px;font-weight: normal;color: #00A1D5 !important;}
.currency_symb .pounds{font-size: 70px;font-weight: normal;color: #21D06B !important;}
.pound{background: #F7E3FC;}
.euro{background: #FFF5D6;}
.dollar{background: #E7F7FC;}
.pounds{background: #E1FFED;}
.color_main{color: #1A1919;}
.currency_status h4 {font-size: 20px;}
.currency_status .no_orders {color: #96B0B7;}
.currency_status .bx-up-arrow-alt{background:#F5F5F5;color: #21D06B;border-radius: 50%;vertical-align: middle;}
.font-12{font-size: 12px;}
.currency_status .bx-down-arrow-alt {background: #F5F5F5;color: red;border-radius: 50%;vertical-align: middle;}
.profile_details img {display: table;margin: 0 auto;}
.profile_details h5{text-align: center;font-weight: 600;font-size: 22px;color: #000000;}
.profile_details .table th, .profile_details .table td {border-bottom: 0px solid #e2e7f1;}
.customer_info_page .custom-accordion .card{border: 0px !important;}
.customer_info_page h4{font-size: 22px;font-weight: 600;}
.chmp_league {color: #B1B0B0;}
.all_new_orders .form-control {font-size: 15px;border-radius: 0px;height: 40px;border-color: #E8EAEF;}
.all_new_orders .custom-select {font-size: 13px;border-radius: 0px;border-color: #E8EAEF;height: 40px;}
.all_new_orders label {color: #4C5271;font-size: 14px;font-weight: 700;margin: 0px;}
.add_new_bttn {margin: 21px 0;}
.add_new_bttn a{display: block;height: 40px}
.new_orders_lft {height: 360px;overflow-x: auto;}
.tick_sec .custom-select{color: #000000;}
.all_new_orders .orders_team_name h3 {font-size: 18px;color: #0037D5;font-weight: 700;}
.ticket_trans{padding: 2px 10px;color: #4C5271;background: #F6F8FA;font-size: 16px;font-weight: 400;}
.no_of_ticket{color: #039871;font-size: 16px;font-weight: 700;}
.orders_team_name p {margin: 5px 0px;}
.date_and_tim {margin: 5px 0px;color: #323A70;font-weight: 700;font-size: 16px;}
.team_place {margin: 0px;color: #787E9B;font-weight: 400;font-size: 13px;}
.ticket_time_mins{padding: 0 80px 0 0;}
.ticket_time_mins p {font-size: 14px;color: #000000;font-weight: 400;}
.timer_span {font-weight: 700;font-size: 24px;color: #0037D5;}
.fees_tax {color: #787E9B;font-weight: 400;font-size: 16px;}
.total_price {color: #323A70;font-weight: 700;font-size: 24px;}
.total_val {font-size: 16px;font-weight: 700;color: #323A70;}
.total_amt_price .btn{display: block;width: 100%;font-weight: 800;background: #00A3ED;}
.tick_sec .btn_slct {background: #00A3ED !important;}
.columns{display: flex;}
.col_height{flex: 1;}

@media only screen and (min-width: 1200px) and (max-width: 1900px) {
 .new_orders_lft {height: 450px;overflow-x: auto;}
}


/***************************Seller info page start***********************************/
.seller_info .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 20%;
    max-width: 20%;
}
.currency_status p {
    height: 100%;
    min-height: 40px;
    font-size: 14px;
    line-height: 16px;
}
.seller_info .currency_symb .pound{font-size: 40px;}
/***************************Seller info page end***********************************/

.filter_new .sort_list .dropdown-menu.show {display: block;padding: 20px 0px;width: 300px;}
.filter_new div.dataTables_wrapper div.dataTables_filter {text-align: left;}
.filter_new div.dataTables_wrapper div.dataTables_filter .search-box{width: 100%;}
.filter_new .sort_filters ul li:nth-child(1){display: block;}
.sort_list .check_box {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow-y: scroll;
    height: 160px;
}
.seat_category_check_box {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sort_list .seat_category_check_box {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow-y: scroll;
    height: 160px;
}