@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600");
.btn {
  transition: all 300ms;
}
.btn.btn-primary:hover {
  background: #5bb464 !important;
  border-color: #5bb464 !important;
}
.btn:hover {
  box-shadow: none !important;
  opacity: 0.9;
}

.toast-container {
  z-index: 99999;
}
.toast-container .toast {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
  background: #212529;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toast-container .toast .toast-title {
  text-align: left !important;
}
.toast-container .toast * {
  color: #ced4da !important;
}

@media (max-width: 576px) {
  .toast-container {
    left: 0;
    right: 0;
    padding: 5px;
  }
}
.dark-layout .table.table-hover tbody tr:hover td {
  background-color: #212529 !important;
  background-image: none;
  --bs-table-hover-bg: $dark !important;
}
.dark-layout .fixed-bottom {
  background-color: #283046 !important;
}

.table tr.checked-row td, .table tr.checked-row:hover td {
  background-color: rgba(255, 255, 0, 0.144) !important;
  --bs-table-hover-bg: rgba(255, 255, 0, 0.144) !important;
}

.dataTable-hidden-search [class$=_filter] {
  display: none !important;
}

.dataTable-hidden-length .dataTables_length {
  display: none !important;
}

@font-face {
  font-family: "mc-font-icons";
  src: url("fonts/mc-font-icons.eot?5jftwd");
  src: url("fonts/mc-font-icons.eot?5jftwd#iefix") format("embedded-opentype"), url("fonts/mc-font-icons.ttf?5jftwd") format("truetype"), url("fonts/mc-font-icons.woff?5jftwd") format("woff"), url("fonts/mc-font-icons.svg?5jftwd#mc-font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=mc-], [class*=" mc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mc-font-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mc-bookmark-o:before {
  content: "\e904";
}

.mc-bookmark:before {
  content: "\e905";
}

.mc-history:before {
  content: "\e903";
}

.mc-calc:before {
  content: "\e900";
}

.mc-search:before {
  content: "\e901";
}

.mc-dynamic-view:before {
  content: "\e902";
}

.cards-group-action .card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transform: scale(1.05);
}
.cards-group-action .card .avatar-content svg {
  height: 22px;
  width: 22px;
}
.cards-group-action .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cards-group-action .card .card-body h2 {
  font-size: 1.1rem;
}

.modal-calc-ir {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.modal-calc-ir .modal-header {
  background: #f8f8f8;
}
.modal-calc-ir .modal-body {
  padding: 5px 20px;
}
.modal-calc-ir .modal-content {
  border: 2px solid #1346aa;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.modal-calc-ir .calc-ir-display {
  background: transparent;
  justify-content: space-around;
}
.modal-calc-ir .calc-ir-display span {
  display: flex;
  margin-right: 5px !important;
}
.modal-calc-ir .calc-ir-display .result {
  font-size: 1.4rem;
  text-align: right;
  font-weight: bold;
  color: #1346aa;
}

@media (max-width: 576px) {
  .modal-calc-ir {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .modal-calc-ir .modal-dialog {
    box-shadow: none;
    margin: 0 !important;
  }
  .modal-calc-ir .modal-content {
    border: 0 !important;
    box-shadow: none;
    height: 100vh;
    display: flex;
  }
  .modal-calc-ir .modal-content .modal-body {
    overflow-y: auto;
  }
}
@media (min-width: 576px) {
  .modal-calc-ir .modal-content {
    min-width: 550px;
  }

  .modal-drag .modal-header .mh-label {
    display: flex;
    align-items: center;
  }
  .modal-drag .modal-header .mh-label h4 {
    flex: 1;
    width: 100%;
  }
  .modal-drag .modal-header .mh-label .mh-drag {
    margin-left: 5px;
    width: 155px;
    overflow: hidden;
  }
}
.dark-layout .modal-calc-ir .modal-content, .dark-layout .modal-calc-ir .modal-header {
  background: #283046 !important;
}
.dark-layout .modal-calc-ir .form-control {
  border-color: #474e62 !important;
}
.dark-layout .modal-calc-ir .text-muted {
  color: #bfc5d8 !important;
}

.box-profile-upload {
  background-color: #f8f9fa;
  border-radius: 10px;
}
.box-profile-upload img {
  border-radius: 50% !important;
}

.dark-layout .box-profile-upload {
  background-color: #21283b;
}

.brand-logo-img > img {
  max-width: 120px;
}

.form-control:hover {
  border-color: #1346aa;
}

a.link-hover-decorated:hover {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.global-menu .header-navbar {
  min-height: auto !important;
  margin-left: -15px;
}
.global-menu .header-navbar .navigation {
  min-height: auto !important;
  padding: 0 !important;
}
.global-menu .header-navbar .navbar-container > ul > li {
  margin: 0 !important;
  padding: 0 !important;
}
.global-menu .header-navbar .navbar-container > ul > li i {
  margin-right: 0.5rem !important;
}
.global-menu .header-navbar .navbar-container > ul > li svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
  font-size: 1.5rem !important;
  margin-right: 0.5rem !important;
}
.global-menu .header-navbar .navbar-container > ul > li svg:hover {
  color: #1346aa !important;
}
.global-menu .header-navbar .navbar-container > ul > li > a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.global-menu .header-navbar .navbar-container > ul > li > a:hover {
  color: #1346aa;
}
.global-menu .header-navbar .navbar-container > ul > li > a:hover svg {
  color: #1346aa;
}

.flex-1 {
  flex: 1;
}

.text-bold {
  font-weight: bold;
}

.icon-large {
  height: 80px !important;
  width: 80px !important;
}

.icon-button {
  height: 1.8rem !important;
  width: 1.8rem !important;
}

.btn-no-hover:hover, .btn-no-hover:active, .btn-no-hover:focus {
  background-color: transparent !important;
}

.btn-animate-icon:hover svg {
  transition: all 300ms;
  transform: translateX(-2px);
}
.btn-animate-icon:active svg {
  transition: all 300ms;
  transform: translateX(2px);
}

.sticky-6 {
  position: sticky;
  top: 6rem;
}

.sticky-9 {
  position: sticky;
  top: 9rem;
}

.z-index-full {
  z-index: 99;
}

.vertical-line {
  width: 0;
  border-left: 1px solid #161d3121;
}
.vertical-line.dashed {
  border-left-style: dashed;
}

.reading-panel {
  overflow: auto;
  height: 100%;
}

.accordion-categorie-item .accordion-header a {
  transition: all 100ms;
}
.accordion-categorie-item .accordion-header a:not(.collapsed) {
  border-left: 1px solid #1346aa;
}
.accordion-categorie-item .accordion-header a:hover {
  background-color: #161d310a !important;
  color: #212529;
}
.accordion-categorie-item .accordion-header a svg {
  height: 1.4rem !important;
  width: 1.4rem !important;
  margin-right: 10px;
  color: #ffc107;
}
.accordion-categorie-item .accordion-header a > span {
  padding-right: 5px;
}
.accordion-categorie-item .accordion-body {
  border-left: 1px solid #1346aa;
}

.categorie-item .accordion-header a:after {
  display: none;
}
.categorie-item .accordion-header a:active {
  background-color: #161d3121 !important;
}
.categorie-item .accordion-header a svg {
  color: #1346aa;
}

.categorie-container-page {
  background-color: #161d310a;
}

.categories-read-content {
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
}
.categories-read-content p {
  text-align: justify;
}
.categories-read-content span.open-link {
  cursor: pointer;
  background-color: #e9ecef;
  margin-bottom: 2px;
  display: inline-block;
  transition: all 300ms;
  padding: 4px 12px;
  border-radius: 50px;
}
.categories-read-content span.open-link:before {
  margin-right: 5px;
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}
.categories-read-content span.open-link:hover {
  background-color: #dee2e6;
}
.categories-read-content .accordion-item > .accordion-header {
  border-bottom: 1px solid #161d3121;
}
.categories-read-content .accordion-item > .accordion-header a {
  font-weight: bold;
}
.categories-read-content .accordion-item > .accordion-header a:hover {
  background-color: #161d310a;
  color: #212529;
}
.categories-read-content .accordion-item > .accordion-collapse > .accordion-body {
  border-bottom: 1px solid #161d3121;
}
.categories-read-content .questions .accordion-item {
  border: 1px solid #161d3121;
  margin-bottom: 0.5rem !important;
}

.app-content-mobile {
  background-color: #fff !important;
  padding: 4.7rem 0 0 0 !important;
}
.app-content-mobile .card {
  box-shadow: none;
  border-radius: 0;
}

.container-placeholder-search {
  cursor: text !important;
}
.container-placeholder-search .placeholder-search .input-fake {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}
.container-placeholder-search .placeholder-search .input-fake:hover {
  opacity: 1;
}
.container-placeholder-search .placeholder-search svg {
  height: 1.4rem;
  width: 1.4rem;
}

.btn-group-nav > button {
  padding: 0.4rem 0.5rem;
  border-radius: 50%;
}
.btn-group-nav > button svg {
  height: 1rem;
  width: 1rem;
}

.scrollbar-modern::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
div::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
  height: 5px;
}
.scrollbar-modern::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #161d310a;
  /* color of the tracking area */
}
.scrollbar-modern::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #161d3121;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #161d310a;
  /* creates padding around scroll thumb */
}

#categories-container .cat-visited {
  color: #1346aa !important;
  background-color: rgba(0, 0, 0, 0.02);
}

html.dark-layout .modal-loading {
  background: rgba(0, 0, 0, 0.3);
}
html.dark-layout .accordion-categorie-item .accordion-header a:hover {
  color: #fff;
}
html.dark-layout .accordion-item > .accordion-header a:hover {
  color: #fff;
}
html.dark-layout div.editable-container .editable-item[contentEditable=true]:focus {
  color: #fff;
}
html.dark-layout span.open-link {
  background-color: #212529;
  color: #f8f9fa;
}
html.dark-layout span.open-link:hover {
  background-color: #000;
}
html.dark-layout .categorie-container-page {
  background-color: #161d31c0;
}
html.dark-layout .categories-read-content {
  color: rgba(255, 255, 255, 0.9);
}
html.dark-layout .app-content-mobile {
  height: 100% !important;
  background-color: #283046 !important;
}
html.dark-layout .placeholder-search .input-fake {
  color: rgba(255, 255, 255, 0.4);
}
html.dark-layout .scrollbar-modern::-webkit-scrollbar-track {
  background: #1b2236 !important;
  /* color of the tracking area */
}
html.dark-layout .scrollbar-modern::-webkit-scrollbar-thumb {
  background-color: #283046 !important;
  /* color of the scroll thumb */
  border-color: rgba(255, 255, 255, 0.1) !important;
  /* creates padding around scroll thumb */
}

body.device-smartphone .modal .modal-dialog {
  margin: 0 !important;
  height: 100vh;
  padding: 0 !important;
}
body.device-smartphone .modal .modal-dialog .modal-content {
  height: 100%;
}
body.device-smartphone .modal .modal-dialog .modal-content .modal-header button {
  transform: none !important;
  background-color: transparent !important;
  background-size: 50% !important;
  opacity: 0.8;
  box-shadow: none !important;
}

a.editor-toggle {
  border-radius: 5px;
  background-color: #1346aa;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  z-index: 999;
}
a.editor-toggle.mode-editor {
  background-color: #dc3545;
}
a.editor-toggle:hover {
  opacity: 0.7;
  color: #fff;
}

#editor-menu li.nav-item-group {
  display: flex;
  align-items: center;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 40px !important;
}
#editor-menu li.nav-item-group:hover {
  background-color: transparent !important;
}
#editor-menu li.nav-item-group:hover > a {
  border-radius: none !important;
}
#editor-menu li.nav-item-group > a {
  background-color: transparent;
  margin: 0 !important;
  padding: 0 0 0 5px !important;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#editor-menu li.nav-item-group > a.disabled {
  opacity: 0.5;
}
#editor-menu li.nav-item-group > a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#editor-menu li.nav-item-group > a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#editor-menu li.nav-item-group > a:hover, #editor-menu li.nav-item-group > a.active {
  background-color: rgba(0, 0, 0, 0.08) !important;
  color: #000 !important;
}
#editor-menu ul.editor-commands > li {
  margin-right: 5px;
}
#editor-menu li.nav-btn-commands > a[disabled=disabled] {
  background-color: #dee2e6 !important;
  border-color: #dee2e6 !important;
  cursor: default !important;
  color: #adb5bd !important;
}
#editor-menu li.nav-btn-commands > a[disabled=disabled]:hover {
  opacity: 1 !important;
}

h4.text-truncate {
  padding: 1px;
}

div.editable-container .editable-item[contentEditable=true]:focus {
  outline: none;
  border-radius: 2px;
  text-overflow: initial;
  color: #212529;
  background-color: rgba(255, 247, 176, 0.11);
}
div.editable-container .title.editable-item[contentEditable=true]:empty {
  content: "" !important;
  width: 150px;
  border: 1px solid #ced4da !important;
}

.icon-1 {
  width: 1rem !important;
  height: 1rem !important;
}

.icon-2 {
  width: 2rem !important;
  height: 2rem !important;
}

.icon-3 {
  width: 3rem !important;
  height: 3rem !important;
}

.icon-small {
  width: 1.6rem !important;
  height: 1.6rem !important;
}

.box-code > span {
  padding: 5px 10px;
}

.context-menu-list {
  z-index: 99999 !important;
}

#TABLE .dataTables_processing {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: red;
}

table th.sorting:after {
  content: "" !important;
  right: 5px !important;
}
table th.sorting:before {
  right: 5px !important;
  content: "" !important;
}

a.link-decorated {
  text-decoration: underline !important;
}

.select2-dropdown {
  border: none;
  border-radius: 0 0 8px 8px !important;
  padding: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 576px) {
  .modal-fullscreen-sm-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0 !important;
  }
}
.modal-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

form .row {
  margin-bottom: 14px;
}

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

.tooltip-large .tooltip-inner {
  max-width: 300px !important;
  padding: 1rem;
}

.btn-close {
  transform: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.btn-close:hover {
  transform: none !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.dark-layout .btn-close {
  background-color: transparent !important;
}

input:focus, textarea:focus, select:focus, .select2:focus, .form-control:focus {
  box-shadow: none !important;
}

input.error, textarea.error, select.error, .select2.error {
  border-color: #dc3545;
  border-style: dashed;
}
input.error:focus, textarea.error:focus, select.error:focus, .select2.error:focus {
  border-color: #dc3545;
}

span.error {
  display: flex;
  align-items: center;
  display: block;
  font-size: small;
  margin-top: 5px;
  color: #dc3545;
}
span.error:before {
  content: "⛔";
  margin-right: 3px;
}

/*# sourceMappingURL=app.css.map */
