@import url("https://fonts.googleapis.com/css?family=Exo:300,400,500,700&display=swap");
/* VARIABLES */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes slideToTop {
  from {
    opacity: 0;
    -webkit-transform: skewX(5deg) translateY(20%);
    -moz-transform: skewX(5deg) translateY(20%);
    -ms-transform: skewX(5deg) translateY(20%);
    -o-transform: skewX(5deg) translateY(20%);
    transform: skewX(5deg) translateY(20%); }
  to {
    opacity: 1;
    -webkit-transform: skewX(0deg) translateY(0%);
    -moz-transform: skewX(0deg) translateY(0%);
    -ms-transform: skewX(0deg) translateY(0%);
    -o-transform: skewX(0deg) translateY(0%);
    transform: skewX(0deg) translateY(0%); } }
body {
  background: url("../../img/web-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Exo", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  color: #E6E9F0;
  background-color: #2A2C3B;
  overflow-x: hidden; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: inherit; }

::-webkit-scrollbar-thumb {
  background-color: #747CA3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 6px; }

hr {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
  border-color: #fff;
  border-bottom: none;
  border-left: none;
  border-right: none; }

/* Constants */
.border-radius {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; }

.no-select, .custom-checkbox-wrapper label, .custom-checkbox-wrapper .custom-checkbox > input + label, .custom-radio label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clearfix {
  float: none; }

.vh-contains, .img-contain {
  max-width: 100%;
  max-height: 100%; }

.vh-center {
  justify-content: center;
  align-items: center; }

.img-contain {
  object-fit: contain; }

.w-auto {
  width: auto; }

.w-100 {
  width: 100%; }

.w-50 {
  width: 50%; }

.w-0 {
  width: 0%; }

.list-unstyled, .dropdown > .dropdown-menu {
  list-style-type: none;
  list-style-image: none;
  padding: 0; }

.list-inline > li {
  float: left;
  padding-right: 5px; }

.position-relative {
  position: relative; }
  .position-relative > .notify-point {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 9px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2594EE;
    padding: 4px;
    color: #E6E9F0; }

.bg-light, .modal .custom-checkbox label {
  background-color: #F0F0F0 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-primary {
  background-color: #2F3243 !important; }

.bg-secondary {
  background-color: #393E52 !important; }

.bg-warning {
  background-color: #FFBB33 !important; }

.bg-success {
  background-color: #4BB14E !important; }

.bg-danger {
  background-color: #ED4230 !important; }

.bg-info {
  background-color: #2594EE !important; }

.text-muted, .badge {
  font-size: 12px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-nowrap {
  white-space: nowrap; }

@media (max-width: 575.99px) {
  .min-width-sm {
    min-width: 576px !important; } }
@media (max-width: 767.99px) {
  .min-width-md {
    min-width: 768px !important; } }
@media (max-width: 991.99px) {
  .min-width-lg {
    min-width: 992px !important; } }
@media (max-width: 1169.99px) {
  .min-width-xl {
    min-width: 1170px !important; } }
.fw-bold {
  font-weight: bold !important; }

.fw-normal {
  font-weight: normal !important; }

.fw-light {
  font-weight: lighter !important; }

.text-white {
  color: #fff; }

.text-primary {
  color: #2F3243 !important; }

.text-secondary {
  color: #393E52 !important; }

.text-warning, .alert-box.alert-warning {
  color: #FFBB33 !important; }

.text-success, .alert-box.alert-success {
  color: #4BB14E !important; }

.text-danger, .alert-box.alert-danger {
  color: #ED4230 !important; }

.text-info, .alert-box.alert-info {
  color: #2594EE !important; }

.outline-none {
  border: none !important; }

.outline-white {
  border: 2px solid #fff; }

.outline-primary {
  border: 2px solid #2F3243; }

.outline-secondary {
  border: 2px solid #393E52; }

.outline-warning, .alert-box.alert-warning {
  border: 2px solid #FFBB33; }

.outline-success, .alert-box.alert-success {
  border: 2px solid #4BB14E; }

.outline-danger, .alert-box.alert-danger {
  border: 2px solid #ED4230; }

.outline-info, .alert-box.alert-info {
  border: 2px solid #2594EE; }

.rounded {
  -webkit-border-radius: 1000px !important;
  -moz-border-radius: 1000px !important;
  border-radius: 1000px !important; }

/* Dropdown */
.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown > [data-toggle=dropdown] {
    display: inline-flex;
    max-height: 100%; }
  .dropdown > .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: absolute;
    top: calc(100% + 15px);
    left: calc(50% - 25px);
    width: auto;
    min-width: 150px;
    color: #747CA3;
    background-color: #E6E9F0;
    padding: 8px 0px;
    z-index: 100;
    opacity: 0;
    pointer-events: none; }
    .dropdown > .dropdown-menu > li > a {
      -webkit-transition: background-color 0.4s;
      -moz-transition: background-color 0.4s;
      -ms-transition: background-color 0.4s;
      -o-transition: background-color 0.4s;
      transition: background-color 0.4s;
      padding: 8px 15px;
      display: inline-block;
      min-width: 100%;
      white-space: nowrap; }
      .dropdown > .dropdown-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .dropdown.dropdown-left > .dropdown-menu {
    right: calc(50% - 25px);
    left: auto; }
    .dropdown.dropdown-left > .dropdown-menu:before {
      right: 7px;
      left: auto; }
  .dropdown:before {
    content: '';
    border: 7px solid transparent;
    border-bottom-color: #E6E9F0;
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    pointer-events: none;
    opacity: 0; }
  .dropdown.show-menu > .dropdown-menu, .dropdown.show-menu:before {
    pointer-events: all;
    opacity: 1; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 7px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #393E52; }
  .btn.btn-only-icon, .btn.btn-icon {
    padding-left: 12px;
    padding-right: 12px; }
  .btn.rounded {
    padding-left: 25px;
    padding-right: 25px; }
    .btn.rounded.btn-only-icon, .btn.rounded.btn-icon {
      padding-left: 11px;
      padding-right: 11px; }
    .btn.rounded.btn-icon {
      padding-right: 25px; }

/* Badge */
.badge {
  padding: 7px 10px;
  background-color: #393E52;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* Alert Box */
.alert-box {
  padding: 15px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* Table */
.table {
  width: 100%;
  overflow: hidden; }
  .table, .table tr, .table td, .table th {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .table th, .table td {
    border: 1px solid #747CA3;
    padding: 10px; }
  .table thead > tr {
    background-color: #393E52; }
  .table.table-striped th, .table.table-striped td {
    border-left: none;
    border-right: none; }
  .table.table-hover tbody > tr:hover {
    cursor: pointer;
    background-color: #393E52; }

.table-responsive {
  overflow-x: auto;
  padding-bottom: 1px; }
  .table-responsive > .table {
    width: auto;
    min-width: 100%; }

/* Custom Table */
.table.custom-table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  overflow-x: visible; }
  .table.custom-table th, .table.custom-table td {
    border: none; }
    .table.custom-table th:first-child, .table.custom-table td:first-child {
      padding-left: 20px; }
  .table.custom-table > thead > tr {
    background-color: transparent; }
    .table.custom-table > thead > tr > th {
      padding-top: 0;
      padding-bottom: 0;
      color: #747CA3; }
  .table.custom-table > tbody > tr {
    margin-bottom: 5px;
    background-color: #393E52;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); }
    .table.custom-table > tbody > tr > td {
      padding-top: 15px;
      padding-bottom: 15px; }
      .table.custom-table > tbody > tr > td:first-child {
        border-left: 3px solid #fff;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px; }
      .table.custom-table > tbody > tr > td:last-child {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0; }
    .table.custom-table > tbody > tr.row-info > td:first-child {
      border-left-color: #2594EE; }
    .table.custom-table > tbody > tr.row-success > td:first-child {
      border-left-color: #4BB14E; }
    .table.custom-table > tbody > tr.row-danger > td:first-child {
      border-left-color: #ED4230; }
    .table.custom-table > tbody > tr.row-warning > td:first-child {
      border-left-color: #FFBB33; }
    .table.custom-table > tbody > tr.row-primary > td:first-child {
      border-left-color: #2F3243; }
    .table.custom-table > tbody > tr.row-secondary > td:first-child {
      border-left-color: #393E52; }

.pagination {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: row; }
  .pagination > li > a {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .pagination > li > a:hover {
      color: #2594EE; }
  .pagination > li.active > a {
    width: 30px;
    height: 30px;
    background-color: #2594EE;
    color: #E6E9F0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

/* Form */
.form-group {
  margin-bottom: 1.2em; }
  .form-group > label {
    font-weight: bold; }

input,
select,
textarea {
  height: 40px;
  width: 100%;
  background-color: #393E52;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #747CA3;
  padding: 7px;
  outline: none;
  color: #E6E9F0;
  caret-color: #747CA3; }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #747CA3; }

input::-webkit-inner-spin-button {
  background-color: red;
  color: blue; }
input[type="file"]::-webkit-file-upload-button {
  background-color: transparent;
  height: 40px;
  margin-top: -7px;
  margin-left: -7px;
  outline: none !important;
  border: none;
  color: #2594EE;
  padding: 0px 14px;
  font-weight: bold;
  border-right: 2px solid #747CA3; }

select > option {
  line-height: 20px; }

textarea {
  height: auto; }

.custom-checkbox-wrapper {
  display: flex;
  align-items: center; }
  .custom-checkbox-wrapper label {
    margin-bottom: 0; }
  .custom-checkbox-wrapper > label {
    margin-right: 25px; }
  .custom-checkbox-wrapper .custom-checkbox {
    display: inline-block;
    height: 20px;
    margin-right: 7px; }
    .custom-checkbox-wrapper .custom-checkbox > input {
      display: none; }
      .custom-checkbox-wrapper .custom-checkbox > input + label {
        margin: 0px;
        background-color: white;
        width: 40px;
        height: 20px;
        position: relative;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .custom-checkbox-wrapper .custom-checkbox > input + label:before {
          content: '';
          position: absolute;
          left: 2px;
          top: 2px;
          height: 16px;
          width: 16px;
          background-color: #393E52;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
      .custom-checkbox-wrapper .custom-checkbox > input:checked + label {
        background-color: #2594EE !important; }
        .custom-checkbox-wrapper .custom-checkbox > input:checked + label:before {
          background-color: white;
          left: calc(100% - 18px); }

.custom-radio {
  display: flex;
  align-items: center; }
  .custom-radio label {
    margin-bottom: 0; }
  .custom-radio > label {
    margin-right: 25px; }
  .custom-radio > .radio-item {
    position: relative;
    display: inline-block; }
    .custom-radio > .radio-item > label {
      position: relative;
      margin-right: 7px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid white;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .custom-radio > .radio-item > label:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: 50%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .custom-radio > .radio-item > input {
      display: none; }
      .custom-radio > .radio-item > input:checked + label {
        border-color: #2594EE; }
        .custom-radio > .radio-item > input:checked + label:before {
          width: 10px;
          height: 10px;
          background-color: #2594EE; }

/* Modals */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  padding: 0px 15px 15px 15px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }
  .modal-wrapper.hide {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut; }
  .modal-wrapper.show {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    pointer-events: all; }
    .modal-wrapper.show > .modal {
      animation-duration: inherit;
      -webkit-animation-name: slideToTop;
      -moz-animation-name: slideToTop;
      -o-animation-name: slideToTop;
      animation-name: slideToTop; }
  .modal-wrapper > .modal {
    color: #2F3243;
    margin: 0 auto;
    max-width: 576px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    .modal-wrapper > .modal > .modal-header {
      padding: 15px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px solid #E6E9F0; }
      .modal-wrapper > .modal > .modal-header > .modal-close {
        float: right;
        font-size: 35px;
        line-height: 25px;
        cursor: pointer; }
    .modal-wrapper > .modal > .modal-body {
      padding: 15px; }
    .modal-wrapper > .modal > .modal-footer {
      border-top: 1px solid #E6E9F0;
      padding: 15px; }

/* Card */
.card {
  display: block;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05); }
  .card.card-warning > .card-header {
    border-top: 2px solid #FFBB33; }
  .card.card-success > .card-header {
    border-top: 2px solid #4BB14E; }
  .card.card-info > .card-header {
    border-top: 2px solid #2594EE; }
  .card.card-danger > .card-header {
    border-top: 2px solid #ED4230; }
  .card > .card-header {
    padding: 20px;
    background-color: #393E52;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    .card > .card-header + .card-body {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
  .card > .card-body {
    padding: 20px;
    background-color: #2F3243;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

header {
  position: relative;
  top: 0;
  z-index: 99;
  width: 100%;
  overflow-y: visible;
  height: 100px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    header .navbar .logo {
      padding: 10px 0px; }
      header .navbar .logo img {
        height: calc(100px - 20px); }
    header .navbar .menu-toggle {
      width: 40px;
      height: 40px;
      font-size: 18px;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #747CA3 !important;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1); }
  header .nav-menu {
    position: absolute;
    top: 100%;
    right: 12px;
    opacity: 1;
    pointer-events: all;
    background-color: #E6E9F0;
    color: #747CA3;
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    padding: 7px 0px;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 250px; }
    @media (max-width: 767.99px) {
      header .nav-menu {
        width: calc(100% - 24px) !important; } }
    header .nav-menu:before {
      position: absolute;
      content: '';
      right: 15px;
      border: 7px solid;
      border-color: transparent transparent #E6E9F0 transparent;
      top: -14px; }
    header .nav-menu li a {
      padding: 10px 20px;
      display: block; }
      header .nav-menu li a .fa {
        margin-right: 10px;
        font-size: 16px;
        width: 20px;
        text-align: center; }
    header .nav-menu.showed {
      -webkit-animation-duration: 0.6s;
      -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: slideToTop;
      -moz-animation-name: slideToTop;
      -o-animation-name: slideToTop;
      animation-name: slideToTop; }

body.nav-collapsed .nav-menu {
  opacity: 0;
  pointer-events: none !important; }

.min-height-100 {
  min-height: 100%; }

/* SIDEBAR */
.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #fff;
  z-index: 100;
  color: #2F3243;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  .sidebar.showed {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .sidebar > .sidebar-header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2594EE;
    color: #fff; }

@media (max-width: 575.99px) {
  .sidebar {
    width: 100%; } }
.sidebar-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  color: #fff !important;
  background-color: #2594EE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px; }

/*# sourceMappingURL=web-style.css.map */
