.disabled-overlay {
  position: relative;
}
.disabled-overlay:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.btn-am-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-am-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-am-success:focus,
.btn-am-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-am-success.disabled,
.btn-am-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-am-success:not(:disabled):not(.disabled):active,
.btn-am-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-am-success:not(:disabled):not(.disabled):active:focus,
.btn-am-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-am-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-am-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-am-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-am-danger:focus,
.btn-am-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-am-danger.disabled,
.btn-am-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-am-danger:not(:disabled):not(.disabled):active,
.btn-am-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-am-danger:not(:disabled):not(.disabled):active:focus,
.btn-am-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-am-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-am-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-am-warning:focus,
.btn-am-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-am-warning.disabled,
.btn-am-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-am-warning:not(:disabled):not(.disabled):active,
.btn-am-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-am-warning:not(:disabled):not(.disabled):active:focus,
.btn-am-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-am-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.label-am-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.text-am-success {
  color: #28a745;
}
a.text-am-success:hover,
a.text-am-success:focus {
  color: #28a745;
}
.text-am-danger {
  color: #dc3545;
}
a.text-am-danger:hover,
a.text-am-danger:focus {
  color: #b21f2d;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.ajax-loading,
.ajax-loading-text {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 20%;
  top: 0;
}
.image_thumb {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.upload-container .close {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
}
.file-loadingbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
body > .pgn-wrapper {
  z-index: 9999;
}
.open-img {
  cursor: pointer;
}
.jumbotron {
  margin-bottom: 0;
}
.topbar-line {
  width: 100%;
  height: 2px;
  top: 60px;
  position: fixed;
  left: 0;
  z-index: 799;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  width: 90%;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
  float: right;
  padding-right: 5px;
}
.float-none {
  float: none !important;
}
.image-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
}
.image-badge.no-offset {
  top: 0;
  right: 0;
}
.image-badge-xl {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 2;
  font-size: 0.8vw;
  text-align: center;
  padding: 5% 7% !important;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .image-badge-xl {
    width: 10%;
    height: 10%;
    top: 8%;
    right: 8%;
    padding: 2.5% 3% !important;
    font-size: 16px;
  }
}
.position-relative {
  position: relative;
}
.border-box {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.btn {
  margin-left: 0 !important;
}
.select2-search,
.select2-search--inline,
.select2-search__field {
  float: inherit !important;
}
/*in the rtl based files */
.select2-selection__clear {
  float: left !important;
}
.select2-container .select2-selection {
  padding: 1px 9px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
  height: auto;
}
.table.table-striped > tbody > tr:nth-child(2n+1) td {
  background: #eeeeee !important;
}
.table.child tbody tr:nth-of-type(odd) {
  background: #FFF !important;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 19px;
}
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 {
  bottom: 0px;
  right: 0px;
}
.fs-10 {
  font-size: 10px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-38 {
  font-size: 38px;
}
.text-green {
  color: #28a745 !important;
}
.custom-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #798993;
  line-height: 38px;
  text-align: center;
}
.social-card.share .card-header:hover {
  background: #F0F1F0 !important;
  border-color: #F0F1F0 !important;
}
.date-container {
  font-size: 20px;
  font-weight: 400;
  line-height: 3;
}
.breadcrumb a {
  font-size: 15.5px !important;
  font-weight: 500;
}
.breadcrumb > .breadcrumb-item {
  margin-top: 10px;
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
}
#preloader .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #E70019;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading {
  position: fixed;
  background-color: rgba(26, 30, 48, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.ajax-loading .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000000;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading h3 {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
}
.ajax-loading-inline {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.ajax-loading-inline .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.dhx_cal_event_line {
  padding-left: 0;
}
.single-event {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.single-event span {
  font-size: 12px;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.dashed {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.4) 10px, rgba(255, 255, 255, 0.4) 20px);
}
.weekend {
  background-color: rgba(255, 246, 111, 0.5);
}
.holiday {
  background-color: rgba(204, 204, 204, 0.5);
}
.form-group-default.sync {
  background-color: rgba(0, 194, 255, 0.17);
}
.remove-background-animation {
  -webkit-transition: none;
  transition: none;
}
.table.default-padding tbody tr td {
  padding-top: 12px !important;
}
.table.default-padding tbody tr td.p-t-0 {
  padding-top: 0px !important;
}
.no-th-border {
  border: 0 !important;
}
.pswp {
  z-index: 1050;
}
.pswp__button--rotate-left,
.pswp__button--rotate-left:before {
  background-image: none !important;
  background: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f0e2";
  font-weight: 900;
  width: 44px;
  height: 44px;
  color: #ffffff;
}
.pswp__button--rotate-right,
.pswp__button--rotate-right:before {
  background-image: none !important;
  background: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f01e";
  font-weight: 900;
  width: 44px;
  height: 44px;
  color: #ffffff;
}
.pswp__button--delete,
.pswp__button--delete:before {
  background-image: none !important;
  background: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f1f8";
  font-weight: 900;
  width: 44px;
  height: 44px;
  color: #ffffff;
}
.pswp__button--download,
.pswp__button--download:before {
  background-image: none !important;
  background: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f019";
  font-weight: 900;
  width: 44px;
  height: 44px;
  color: #ffffff;
}
.table.table-small tbody tr td {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  vertical-align: middle;
}
.scroll-drag-wrapper {
  width: 100%;
  overflow-x: auto !important;
  white-space: nowrap;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.scroll-drag-wrapper::-webkit-scrollbar {
  display: none !important;
}
.scroll-drag-wrapper:active {
  cursor: move;
}
.scroll-drag-wrapper > div {
  padding: 0 15px;
}
.scroll-drag-wrapper > div a {
  color: #A6A6A6;
  line-height: 30px;
}
.scroll-drag-wrapper > div a:hover,
.scroll-drag-wrapper > div a:active,
.scroll-drag-wrapper > div a.active {
  color: #373e43;
  font-weight: bold;
}
.op-30 {
  opacity: 0.3;
}
.op-50 {
  opacity: 0.5;
}
.op-100 {
  opacity: 1 !important;
}
.w-30px {
  width: 30px;
}
.w-40px {
  width: 40px;
}
.min-w-40px {
  min-width: 40px;
}
.select2-results__option .wrap:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 25px;
  height: 25px;
  padding-right: 10px;
}
.select2-results__option .wrap.unchecked:before {
  content: "\f0c8" !important;
}
.select2-results__option .wrap.checked:before {
  content: "\f14a" !important;
}
.select2-results__option[aria-selected=true] .wrap:before {
  content: "\f14a";
}
.select2-results__option[aria-selected=false] .wrap:before {
  content: "\f0c8";
}
.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
  display: none;
}
#document-tab-content {
  padding: 15px 0;
}
.document-item-container .document-item {
  position: relative;
  width: 100px;
  height: 150px;
  margin: 0 auto;
}
.document-item-container .document-item .document-item-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  border-radius: 5px 20px 5px 5px;
  overflow: hidden;
}
.document-item-container .document-item .document-item-preview .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in;
  z-index: 2;
}
.document-item-container .document-item .document-item-preview .item-overlay a {
  text-decoration: none;
}
.document-item-container .document-item .info-overlay {
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 2;
}
.document-item-container .document-item .info-overlay i {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 1px;
}
.document-item-container .document-item .document-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  text-align: center;
}
.document-item-container .document-item:hover .document-item-preview .item-overlay,
.document-item-container .document-item.active .document-item-preview .item-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.nav-tabs button,
#document-tab button,
#document-view-tab button {
  cursor: pointer;
}
.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropzone.dz-small {
  padding: 5px 10px;
  min-height: auto;
  border: 1px dashed grey;
}
.dropzone.dz-small .dz-message {
  margin: 0;
}
.tab-container {
  overflow: hidden;
  padding: 25px 0 15px 0;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  form .row [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
  }
  form .row [class*='col-']:first-child {
    padding-left: 15px;
  }
  form .row [class*='col-']:last-child {
    padding-right: 15px;
  }
}
.cs-skin-slide .cs-options {
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  border: transparent;
  background: #f6f9fa;
  box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc;
}
.cs-skin-slide .cs-backdrop {
  display: none;
}
.cs-skin-slide > span:after,
.cs-skin-slide.cs-active > span:after {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900;
}
.notification-panel {
  position: relative;
}
.notification-panel .notification-body {
  max-height: 522px;
}
.notification-panel .notification-body .notification-item {
  margin-left: 0;
  padding-right: 0;
}
.notification-panel .notification-body .notification-item .heading {
  padding-left: 15px;
  padding-right: 15px;
}
.notification-panel .notification-body .notification-item .heading:after {
  width: 0;
}
.notification-panel .notification-body .notification-item .heading .bg-news-icon {
  background-color: #7a8994;
  padding: 4px;
}
.notification-panel .notification-body .notification-item.unread .heading {
  background-color: #F4F3F3;
}
.notification-panel .notification-body .notification-item.unread .more-details {
  background-color: #F4F3F3;
}
.notification-panel .notification-body .notification-item .heading a {
  color: #000000;
}
.notification-panel .notification-body .notification-item .heading a:hover,
.notification-panel .notification-body .notification-item .heading a:active,
.notification-panel .notification-body .notification-item .heading a:focus {
  color: #7a8994;
}
.card#card-add {
  border: 1px dashed #A6A6A6;
}
.card-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.page-sidebar {
  border-left: none;
  border-right: none;
}
.btn.disabled {
  cursor: default;
}
.btn.disabled.btn-default:hover {
  color: #5e5e5e;
  background-color: #fff;
  border-color: #f2f4f5;
}
.h-33 {
  height: calc(100% / 3);
}
.block-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.border-l-1-black {
  border-left: 1px solid black;
}
.chat-wrapper .chat-input .input-group-text {
  align-items: start;
  border: none;
  padding: 0;
  cursor: pointer;
}
.chat-wrapper .chat-input .input-group-text.disabled {
  cursor: default;
}
.chat-wrapper .chat-input .input-group-text i {
  border-radius: 50%;
  padding: 8px;
  margin: 3px 5px 0 5px;
}
.chat-wrapper .chat-input .form-control {
  padding: 8px 10px;
}
.chat-wrapper .chat-input #chat_text {
  resize: none;
}
.chat-wrapper .chat-history {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 10px;
  border-radius: 5px;
  padding: 20px;
}
.chat-wrapper .chat-history .load-more-container {
  text-align: center;
  margin-bottom: 20px;
}
.chat-wrapper .chat-history .chat-message {
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  border-radius: 7px;
  display: block;
  position: relative;
  width: 90%;
  margin-bottom: 20px;
}
.chat-wrapper .chat-history .chat-message.message_file {
  width: 60%;
}
@media only screen and (max-width: 1400px) {
  .chat-wrapper .chat-history .chat-message.message_file {
    width: 90%;
  }
}
.chat-wrapper .chat-history .chat-message.my-message:after {
  left: -7px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  clear: both;
}
.chat-wrapper .chat-history .chat-message.other-message .top-container {
  text-align: right;
}
.chat-wrapper .chat-history .chat-message .top-container {
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
  font-weight: bold;
}
.chat-wrapper .chat-history .chat-message .bottom-container {
  margin-top: 10px;
  text-align: right;
}
#notification-news-container .header-icon:hover,
#notification-news-container .header-icon:active,
#notification-news-container .header-icon:focus {
  text-decoration: none;
}
.notification-panel {
  position: relative;
}
.notification-panel .notification-body {
  max-height: 522px;
}
.notification-panel .notification-body .notification-item {
  margin-left: 0;
  padding-right: 0;
}
.notification-panel .notification-body .notification-item .heading {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
}
.notification-panel .notification-body .notification-item .heading:after {
  width: 0;
}
.notification-panel .notification-body .notification-item.unread .heading {
  background-color: #F4F3F3;
}
.scrollable {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
#mod-force-password-change {
  background-color: rgba(0, 0, 0, 0.8);
}
.smiley {
  width: 32px;
  height: auto;
}
#document-detail-split-container {
  position: relative;
  max-height: 50vh;
  margin-top: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-height: 1200px) {
  #document-detail-split-container {
    max-height: 35vh;
  }
}
@media only screen and (max-height: 900px) {
  #document-detail-split-container {
    max-height: 20vh;
  }
}
#document-detail-split-container .split-item-container {
  border-radius: 5px;
  overflow: hidden;
}
#document-detail-split-container .split-item-container .split-item-headline {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#document-detail-split-container .split-item-container .form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
  border-bottom-right-radius: 5px;
}
#document-detail-split-container .split-item-container .form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
  border-bottom-right-radius: 5px;
}
#document-detail-split-container .split-item-container .form-group-default {
  background-color: rgba(0, 0, 0, 0);
}
#document-detail-split-container .split-item-container .select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0);
}
#document-detail-split-container .split-item-container .split-link {
  display: inline-block;
  margin: 2px 5px 2px 5px;
}
#document-detail-split-container .split-item-container .split-link:hover {
  opacity: 0.5;
}
#document-detail-bottom-container {
  width: 100%;
}
#document-detail-bottom-container.no-split {
  height: 0;
  padding: 0;
  border: 0;
  margin-top: 20px;
}
#document-detail-bottom-container #document-detail-split-sum-container {
  background-color: #f6f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 15px;
}
#document-detail-bottom-container .btn-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
.expand-link {
  transition: transform 0.5s;
}
.expand-link.open {
  transform: rotate(180deg);
}
.pgn-simple .alert {
  max-width: 600px;
}
.datepicker.dropdown-menu {
  z-index: 1060 !important;
}
/*--------------------------------------------------------
Modal
---------------------------------------------------------*/
#mod-confirm-close {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal-dialog.modal-max {
  overflow-y: hidden;
  margin: 0;
  max-width: 100% !important;
  height: 100%;
}
.modal .modal-dialog.modal-max .modal-content-wrapper {
  height: 100%;
}
.modal .modal-dialog.modal-max .modal-content-wrapper .modal-content {
  height: 100%;
  border: 0;
}
.modal .modal-dialog.modal-max .modal-content-wrapper .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog.modal-max .modal-content-wrapper .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#mod-pdf .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #181C32;
  margin-top: -12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
/*--------------------------------------------------------
Tooltipster
---------------------------------------------------------*/
.tooltipster-base {
  pointer-events: auto;
}
.tooltipster-sidetip .tooltipster-box {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
}
.tooltipster-sidetip .tooltipster-content {
  color: #000000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
}
.tooltipster-base .table tbody tr td {
  padding: 10px;
}
.min-width-150px {
  min-width: 150px !important;
}
.min-width-350px {
  min-width: 350px !important;
}
.min-width-500px {
  min-width: 500px !important;
}
.top-right-triangle:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  right: 0;
  top: 0;
  position: absolute;
}
.note-editor.note-frame {
  border: none;
}
.note-editor .note-toolbar {
  padding: 0;
}
.tagify__input {
  margin: 0 !important;
}
.tagify__tag {
  margin-block: 0 !important;
}
.divider {
  border-left: 1px dotted darkgrey;
  height: 30px;
  display: inline;
}
.note-popover.popover {
  display: none;
  z-index: 9999;
}
.w-100-lg-auto {
  width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .w-100-lg-auto {
    width: auto !important;
  }
}
.tooltip {
  z-index: 10000000;
}
/*# sourceMappingURL=Base.css.map */