:root {
  --blue: #59CBE8;
  --blue-dark: #005D85;
  --blue-deeper: #00263A;
  --blue-light: #51B9D3;
  --blue-ghost: rgba(0, 103, 165, 0.07);
  --blue-glow: rgba(0, 103, 165, 0.22);
  --gold: #00263A;
  --gold-dark: #001018;
  --gold-light: #546E7B;
  --gold-ghost: rgba(84, 110, 123, 0.10);
  --gold-glow: rgba(84, 110, 123, 0.28);
  --green: #00853E;
  --green-light: #339D65;
  --green-glow: rgba(22, 163, 74, 0.25);
  --surface-bg: $background;
  --text-heading: $text-color-heading;
  --text-body: $text-color-body;
  --text-muted: $text-muted;
  --radius-card: 16px;
  --radius-btn: 8px;
  --radius-pill: 999px;
  --shadow-card: 0 2px 16px rgba(0, 45, 80, 0.09);
  --shadow-lift: 0 12px 40px rgba(0, 103, 165, 0.18);
  --shadow-gold: 0 6px 24px rgba(84, 110, 123, 0.22);
  --transition: all 0.30s cubic-bezier(0.4, 0, 0.2, 1); }

/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden; } }
@media (max-width: 767px) {
  body {
    overflow-x: hidden; }

  .content-page {
    margin-left: 0px !important; }

  .enlarged .left.side-menu {
    margin-left: -75px; }

  .mobile-sidebar {
    left: 0px; }

  .mobile-content {
    left: 250px;
    right: -250px; }

  .wrapper-page {
    width: 90%; }

  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0; }

  .todo-send {
    margin-top: 10px;
    padding-left: 15px; }

  .chat-inputbar {
    padding-left: 15px; }

  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px; }

  .wizard > .steps > ul > li {
    width: 100%; }

  .wizard > .content {
    padding: 0px !important; }

  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%; }

  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%; }

  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0%;
    width: 100%; }

  .footer {
    left: 0px !important; } }
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important; }

  .button-menu-mobile {
    display: block; }

  .search-bar {
    display: none !important; } }
@media (max-width: 420px) {
  .hide-phone {
    display: none !important; }

  .logo span {
    display: none !important; }

  .logo i {
    margin-right: 0px; } }
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px; } }
@media (min-width: 992px) {
  .container-alt {
    width: 970px; } }
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px; } }
@media (min-width: 1500px) {
  .col-xl-2 {
    width: 16.66666667%; } }

/*# sourceMappingURL=responsive.css.map */
