@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,700&display=swap");
.text-color-bg {
  background-color: #4d4d4d;
}

.text-color {
  color: #4d4d4d;
}

.gray-bg {
  background-color: #f4f6f6;
}

.gray-color {
  color: #f4f6f6;
}

.dark-gray-bg {
  background-color: #cccccc;
}

.dark-gray-color {
  color: #cccccc;
}

.red-bg {
  background: #e03c32;
}

.red-color {
  color: #e03c32;
}

.orange-bg {
  background: #ee7537;
}

.orange-color {
  color: #ee7537;
}

.dark-green-bg {
  background: #025159;
}

.dark-green-color {
  color: #025159;
}

.green-bg {
  background: #5ad663;
}

.green-color {
  color: #5ad663;
}

.teal-bg {
  background: #03a696;
}

.teal-color {
  color: #03a696;
}

.blue-bg {
  background: #00bfbf;
}

.blue-color {
  color: #00bfbf;
}

.yellow-bg {
  background: #bfbd00;
}

.yellow-color {
  color: #bfbd00;
}

.purple-bg {
  background: #7f007e;
}

.purple-color {
  color: #7f007e;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

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

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

html,
body {
  position: relative;
  color: #1c445c;
  font-family: "Fira Sans Condensed", sans-serif;
  background: #f4f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #4d4d4d;
}

h3 {
  font-size: 25px;
}

a {
  color: #4d4d4d;
  text-decoration: none !important;
}

.text-normal {
  font-weight: normal !important;
}

.main-btn {
  color: black;
  font-size: 16px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  padding: 6px 12px;
}
.main-btn:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: white;
}
.main-btn.back-btn {
  width: 70px;
  text-align: center;
  margin-right: 25px;
}
.main-btn.dark-btn {
  background-color: #4d4d4d;
  color: white;
  border: 2px solid #4d4d4d;
  padding: 6px 36px;
}
.main-btn.dark-btn:hover {
  background-color: #4d4d4d;
}
.main-btn.create-user {
  height: auto;
  padding: 6px 24px;
  margin-right: 100px;
}
.main-btn.red-btn {
  background: #e03c32;
  border-color: #e03c32;
  color: white;
  margin-left: 7px;
}
.main-btn.save-report {
  position: fixed;
  top: 20px;
  right: 280px;
  z-index: 99;
}
@media (max-width: 1025px) {
  .main-btn.save-report {
    top: 20px;
    right: 220px;
  }
}
.main-btn.reject-report {
  right: 220px;
}
@media (max-width: 1025px) {
  .main-btn.reject-report {
    right: 180px;
  }
}
.main-btn.finish-report {
  position: fixed;
  top: 20px;
  right: 120px;
  z-index: 99;
}
@media (max-width: 1025px) {
  .main-btn.finish-report {
    top: 20px;
    right: 80px;
  }
}

.paynter-btns {
  position: fixed;
  top: 20px;
  right: 220px;
  z-index: 99;
}

.export-paynter {
  position: fixed;
  top: 20px;
  right: 120px;
  z-index: 99;
}

#paynter_failures,
#paynter_chart,
#paynter_reports {
  /*position: fixed;
  top: 20px;
  right: 240px;
  z-index: 99;*/
  padding: 8px 36px;
}

.logout-btn {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 46px;
  color: white;
}

input,
select,
.ss-single-selected {
  height: 40px !important;
}

input,
select,
textarea,
.ss-single-selected {
  color: #4d4d4d;
  padding: 8px 15px !important;
  border: 2px solid #cccccc !important;
  border-radius: 5px !important;
  width: 100% !important;
}
input:disabled,
select:disabled,
textarea:disabled,
.ss-single-selected:disabled {
  border-color: white;
  background: transparent;
}
input:focus,
select:focus,
textarea:focus,
.ss-single-selected:focus {
  outline: none !important;
  box-shadow: none !important;
}
input .placeholder,
select .placeholder,
textarea .placeholder,
.ss-single-selected .placeholder {
  cursor: pointer;
  background-color: transparent;
  color: #4d4d4d;
  opacity: 1;
  line-height: 0 !important;
}
input .ss-arrow span,
select .ss-arrow span,
textarea .ss-arrow span,
.ss-single-selected .ss-arrow span {
  margin: -3px -15px 0 !important;
  border-color: #4d4d4d !important;
  border-width: 0 2.2px 2.2px 0 !important;
  padding: 2.2px !important;
}
input .ss-arrow span.arrow-up,
select .ss-arrow span.arrow-up,
textarea .ss-arrow span.arrow-up,
.ss-single-selected .ss-arrow span.arrow-up {
  margin: 3px -15px 0 !important;
}

input[type=date]::-webkit-inner-spin-button {
  display: block;
  padding: 8px 5px;
  padding-right: 0;
  border: 2px solid #cccccc;
  border-radius: 5px;
  -webkit-appearance: none;
  display: none;
}

button:focus {
  outline: none !important;
}

.styled-select {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #cccccc;
  color: #4d4d4d;
  width: 100%;
  z-index: 1;
  background-color: white;
}
.styled-select:after {
  position: absolute;
  top: 8px;
  right: 0.5em;
  font-family: FontAwesome;
  content: "\f078";
  color: #cccccc;
  z-index: -1;
}
.styled-select select {
  padding: 8px 10px;
  padding-right: 30px;
  width: 100%;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
}
.styled-select select:focus {
  outline-color: #4d4d4d !important;
}
.styled-select select .styled-select:focus-within .styled-select:after {
  color: #4d4d4d !important;
}

@media (max-width: 768px) {
  .fix-padding {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.wrapper {
  max-width: 1024px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.wrapper .padding-5 {
  padding-right: 3px;
  padding-left: 3px;
}
.wrapper .link-main-box {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wrapper .container {
    max-width: 1024px;
  }
}
.wrapper .main-menu {
  margin-bottom: 25px;
  /*@media (min-width: 768px) {
      .col-md-3.fix-padding {
          flex: 0 0 15%;
      }
  }

  .fix-padding {
      padding-right: 5px;
      padding-left: 5px;
  }*/
}
.wrapper .main-menu .main-box.md-box:last-of-type() {
  margin-right: 0;
}
.wrapper .main-box {
  width: 100%;
  height: auto;
  background: white;
  position: relative;
  padding: 20px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 15px;
  min-height: 180px;
  min-width: 160px;
}
.wrapper .main-box .icon {
  text-align: center;
}
.wrapper .main-box .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  max-height: 100px;
}
@media (max-width: 768px) {
  .wrapper .main-box .icon img {
    max-width: 60px;
  }
}
.wrapper .main-box .icon span {
  font-size: 15px;
  font-weight: bold;
}
.wrapper .main-box .complaints-list .box-count {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wrapper .main-box .complaints-list .box-count {
    font-size: 12px;
  }
}
.wrapper .main-box .complaints-list .box-count.expired-box {
  border: 2px solid #e03c32;
}
.wrapper .main-box .complaints-list .box-count.urgent-box {
  border: 2px solid #ee7537;
}
.wrapper .main-box .complaints-list .box-count.total-box {
  border: 2px solid #cccccc;
}
.wrapper .main-box .complaints-list .box-count.total-box .count-number {
  color: #4d4d4d;
  border-right: 2px solid #cccccc;
}
@media (max-width: 1200px) {
  .wrapper .main-box .complaints-list .box-count.total-box .count-number {
    border: none;
  }
}
.wrapper .main-box .complaints-list .box-count.total-box span {
  color: #4d4d4d;
  padding-right: 5px;
}
.wrapper .main-box .complaints-list .box-count .count-number {
  background-color: white;
  color: #e03c32;
  display: inline-block;
  max-width: 100%;
  width: 50px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .wrapper .main-box .complaints-list .box-count .count-number {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
.wrapper .main-box .complaints-list .box-count span {
  text-align: center;
  vertical-align: middle;
  color: white;
}
.wrapper .main-box .bottom-text {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
}
.wrapper .main-box .bottom-text .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper .main-box .bottom-text .big-text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.wrapper .main-box .bottom-text i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.wrapper .main-box.lg-box {
  max-width: 100%;
  width: 350px;
}
@media (max-width: 768px) {
  .wrapper .main-box.lg-box {
    min-height: 160px;
    width: 240px;
    padding-bottom: 5px;
  }
}
.wrapper .main-box.md-box {
  max-width: 155px;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper .main-box.md-box {
    min-height: 160px;
    width: 80px;
    max-width: 80px;
    min-width: 115px;
    padding-bottom: 5px;
  }
}
.wrapper .charts-box {
  text-align: center;
  padding: 25px;
  padding-bottom: 50px;
  min-height: 400px;
}
.wrapper .charts-box.main-box {
  margin: 0;
}
.wrapper .charts-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 20px;
}
.wrapper .charts-box img {
  margin: 0 auto;
}
.wrapper .open-graph {
  max-width: 524px;
  margin-right: 25px;
}
.wrapper .type-graph {
  max-width: 375px;
}
.wrapper table {
  font-size: 16px;
}
.wrapper table.reject-table {
  margin-bottom: 25px;
}
.wrapper table.reject-table thead th {
  color: #e03c32;
  padding-bottom: 10px;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #e03c32;
}
.wrapper table.reject-table td {
  padding-left: 0;
  border-bottom: 2px solid #cccccc;
}
.wrapper table .stick-top {
  background: #f4f6f6;
  color: #212529;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
.wrapper table thead th {
  color: #4d4d4d;
  font-weight: bold;
  border-top: none;
  border-bottom: 2px solid #4d4d4d;
}
.wrapper table thead th.gray-bg {
  color: black;
}
.wrapper table tbody#complaint_body tr th {
  border-top: 2px solid #cccccc;
}
.wrapper table tbody#complaint_body tr th:first-child .complaint-box {
  color: white;
  padding: 8px 11px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.wrapper table tbody#users_body tr td {
  padding-top: 23px;
  padding-bottom: 23px;
}
.wrapper table tbody tr td {
  border-top: 2px solid #cccccc;
  vertical-align: middle;
}
.wrapper table tbody tr td .btn-message {
  background-color: transparent;
  color: #5ad663;
}
.wrapper table tbody tr td .btn-message.text-color {
  color: #4d4d4d;
}
.wrapper table tbody tr td .btn-message:hover {
  color: #4d4d4d;
}
.wrapper table tbody tr td .fa-circle {
  margin-right: 5px;
}
.wrapper .kpis-filter {
  background: white;
  padding: 20px 30px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #4d4d4d;
}
.wrapper .kpis-filter .filter-header {
  height: 35px;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}
.wrapper .kpis-filter .kpis-filter-form form label {
  font-size: 16px;
  padding-top: 5px;
}
.wrapper .kpis-filter .kpis-filter-form form input {
  display: block;
  padding: 8px 5px;
  border: 2px solid #cccccc;
  border-radius: 5px;
}
.wrapper .kpis-filter .kpis-filter-form form input[type=date]::-webkit-inner-spin-button {
  display: block;
  padding: 8px 5px;
  padding-right: 0;
  border: 2px solid #cccccc;
  border-radius: 5px;
  -webkit-appearance: none;
  display: none;
}
.wrapper .kpis-filter .kpis-filter-form form .styled-select {
  margin-bottom: 5px;
}
.wrapper .kpis-filter .kpis-filter-form form select {
  margin-bottom: 0 !important;
}
.wrapper .kpis-filter .kpis-filter-form form input:focus,
.wrapper .kpis-filter .kpis-filter-form form select:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.wrapper .kpis-filter .kpis-filter-form form .custom-select {
  position: relative;
}
.wrapper .kpis-filter .kpis-filter-form form .custom-select::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #434b67;
  pointer-events: none;
}
.wrapper .export-csv-link {
  text-align: right;
}

/*g[aria-labelledby="id-66-title"],
g[aria-labelledby="id-156-title"],
g[aria-labelledby="id-418-title"],
g[aria-labelledby="id-287-title"],
g[aria-labelledby="id-680-title"],
g[aria-labelledby="id-549-title"] {
    visibility: hidden;
}
[id^='something_stuff_'][id$='_work']
*/
g[aria-labelledby^=id-][aria-labelledby$=-title] {
  visibility: hidden;
}

.align-center {
  margin: 0 auto;
}

.report-container {
  color: #4d4d4d;
}
.report-container h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.report-container label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.report-container select {
  display: inline-block;
}

table td.table-success {
  background: #c7eed8;
}
table td.table-warning {
  background: #fffacc;
}

.report-form {
  margin-top: 40px;
}
.report-form table {
  background: transparent;
  border: none;
  border-radius: 10px;
  margin-bottom: 25px;
  margin: 0 auto;
  width: 100%;
}
.report-form table tbody {
  display: inline-block;
  border: none;
}
.report-form table tbody tr td {
  border-top: none;
}
.report-form table .form-title h3 {
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 13px;
}
.report-form table .form-subtitle {
  background: transparent;
  color: #4d4d4d;
  border: none;
}
.report-form table .form-subtitle.no-radius {
  border-radius: 0;
}
.report-form table .form-subtitle h3,
.report-form table .form-subtitle h4,
.report-form table .form-subtitle h5 {
  font-weight: bold;
  margin-bottom: 0;
}
.report-form table tr {
  border-bottom: none;
}
.report-form table td {
  color: #4d4d4d;
  text-align: left;
  border: none;
  background: transparent;
  margin-bottom: 10px;
}
.report-form table td h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.report-form table td:last-child {
  border-right: none;
  padding-right: 0px;
}
.report-form table td input,
.report-form table td textarea {
  padding: 8px 15px;
  border: 2px solid #cccccc;
  border-radius: 5px;
}
.report-form table td input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: sub;
}
.report-form table td .photo-upload {
  width: 100%;
  height: 300px;
  background: transparent;
  text-align: center;
  position: relative;
}
.report-form table td .photo-upload img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 300px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.report-form table td .photo-upload img.plus-icon {
  width: 150px;
  opacity: 0.1;
}
.report-form table td .photo-upload i {
  font-size: 42px;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.change-report-btn .submit-form {
  margin-bottom: 0;
}

.submit-form {
  padding: 8px 15px;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
  background: #f4f6f6;
  border: 2px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  /*&:hover {
      background: $dark-gray-color;
      color: white;
  }*/
}
.submit-form.finish-report {
  background-color: #5ad663;
  border: none;
  color: white;
  margin-left: 15px;
}

.error-warning {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  width: 150px;
  height: auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  background: rgba(239, 79, 55, 0.25);
  border: 1px solid #ef4f37;
  border-radius: 5px;
  color: #ef4f37;
}

.modal-dialog {
  width: 350px;
  margin: 0 auto;
}

#reject-form label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.import_confirmation {
  padding: 50px;
  width: 350px;
  color: #4d4d4d;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}
.import_confirmation .modal-body {
  padding: 0;
  margin-bottom: 50px;
}
.import_confirmation .modal-body h3 {
  margin: 0;
}
.import_confirmation .modal-body p {
  font-size: 16px;
  margin: 0;
}
.import_confirmation .modal-footer {
  padding: 0;
  border-top: none;
  justify-content: flex-start;
}
.import_confirmation .modal-footer button {
  padding-left: 30px;
  padding-right: 30px;
}

/*FIX select2 styles*/
.select2-container--default .select2-selection--single {
  border: none !important;
  height: 40px;
  background-color: transparent;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-dropdown {
  border: 2px solid #cccccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #cccccc;
}

tspan {
  font-weight: bold;
  color: #4d4d4d !important;
}

.table-responsive > .table-bordered {
  margin-bottom: 0;
}

form label {
  font-weight: bold;
  font-size: 16px;
}

.password-text {
  font-size: 18px;
}

.hide-form-field {
  display: none;
}

.show-form-field {
  display: unset;
}

#error_container {
  margin-top: 120px;
}

.import-error {
  max-width: 100%;
  width: 730px !important;
  height: 100%;
  margin-bottom: -80px;
  padding: 25px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border: 2px solid #e03c32;
  color: #4d4d4d !important;
}
.import-error h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4d4d4d;
}
.import-error p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #4d4d4d;
}
.import-error a {
  text-decoration: underline !important;
}
.import-error a:hover {
  color: #4d4d4d;
}

.wrapper-bg {
  width: 100%;
  height: 100vh;
  background: url("../img/bg-img.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
}
.wrapper-bg.login-page .logo-container h3 {
  color: white;
  font-size: 25px;
}
.wrapper-bg.login-page .logo-container img.login-logo {
  max-width: 100%;
  height: 50px;
  margin-left: 10px;
}
.wrapper-bg .login-box {
  background-color: white;
  padding: 50px;
  padding-top: 50px;
  padding-bottom: 65px;
  width: 420px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}
.wrapper-bg .login-box h3 {
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 25px;
}
.wrapper-bg .login-box form label {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wrapper-bg .login-box form input {
  height: 40px;
}
.wrapper-bg .login-box form input#password {
  margin-bottom: 50px;
}
.wrapper-bg .login-box form button {
  cursor: pointer;
}
.wrapper-bg .login-box form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.wrapper-bg .login-box form .login-btn {
  padding: 6px 33px;
}
.wrapper-bg .login-box form .forgot-password {
  width: 150px;
  margin-left: 15px;
  padding: 9px 33px;
}
.wrapper-bg .login-box.forgot label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.wrapper-bg .login-box.forgot p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
}

.version {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: white;
  font-size: 16px;
}

.header {
  height: auto;
}

nav.navbar {
  height: 80px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 9;
}
nav.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #4d4d4d;
  margin-left: 15px;
}
nav.navbar .navbar-brand img {
  max-width: 100%;
  height: 40px;
}
nav.navbar h3 {
  color: #4d4d4d;
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
}
.sidebar-nav {
  background-color: transparent;
  width: auto;
  height: auto;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}
.sidebar-nav .custom-toggler {
  position: relative;
  top: 23px;
  right: 10px;
}
.sidebar-nav .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sidebar-nav .custom-toggler.navbar-toggler {
  border-color: transparent;
}
.sidebar-nav .custom-toggler.navbar-toggler:focus {
  outline: none;
}
.sidebar-nav .navbar-collapse {
  position: absolute;
  top: 0px;
  right: -240px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  width: 240px;
  height: 100vh;
  transition: all 0.4s ease;
  display: block;
  background: #4d4d4d;
  box-shadow: none;
  font-weight: bold;
  text-align: right;
  /*.close-menu:hover {
  opacity: .3;
  }*/
}
.sidebar-nav .navbar-collapse a {
  color: white !important;
  font-size: 25px;
  padding: 0;
  margin-bottom: 10px;
}
.sidebar-nav .navbar-collapse .close-item {
  margin-bottom: 110px;
  color: white !important;
}
.sidebar-nav .navbar-collapse .close-menu {
  position: absolute;
  right: 25px;
  top: 32px;
  width: 26px;
  height: 26px;
  opacity: 1 !important;
  color: white !important;
  cursor: pointer;
}
.sidebar-nav .navbar-collapse .close-menu:before,
.sidebar-nav .navbar-collapse .close-menu:after,
.sidebar-nav .navbar-collapse .close-menu.collapsed:before,
.sidebar-nav .navbar-collapse .close-menu.collapsed:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: white;
}
.sidebar-nav .navbar-collapse .close-menu:before,
.sidebar-nav .navbar-collapse .close-menu.collapsed:before {
  transform: rotate(45deg);
}
.sidebar-nav .navbar-collapse .close-menu:after,
.sidebar-nav .navbar-collapse .close-menu.collapsed:after {
  transform: rotate(-45deg);
}
.sidebar-nav .navbar-collapse.show {
  right: 0;
  height: 100vh;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}

.nav li.nav-item {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
  margin-right: 50px;
}
.nav li.nav-item .nav-link {
  font-size: 46px;
  font-weight: bold;
  color: white;
  padding: 0;
  vertical-align: middle;
}
.nav li.nav-item img {
  max-width: 50px;
}
.nav li.nav-item .nav-link.disabled {
  color: white;
}/*# sourceMappingURL=main.css.map */