/* -------------------------------------------------------------------------- */
/*                                    Logos                                   */
/* -------------------------------------------------------------------------- */

.loginLogo {
  width: 15rem;
  margin-bottom: 1.5rem;
}

/* -------------------------------------------------------------------------- */
/*                                    Menu                                    */
/* -------------------------------------------------------------------------- */
.leftArea .menu-link,
.leftArea .active .menu-link[aria-expanded],
.leftArea .active ul .menu-link {
  font-weight: normal;
}

.leftArea i {
  color: unset;
}

/* -------------------------------------------------------------------------- */
/*                               Shortcut Color                               */
/* -------------------------------------------------------------------------- */

.maskingForm {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
  left: 0;
  top: 0;
}

.mainLoadItem {
  position: absolute;
  /* Position the spinner container absolutely */
  top: 50%;
  /* Move it to the middle vertically */
  left: 50%;
  /* Move it to the middle horizontally */
  transform: translate(-50%, -50%);
}

.background.img-wrap img {
  object-fit: fill;
  opacity: 1 !important;
  /* filter: blur(1px); */
}

.generalmodal {
  /* display: flex !important; */
  font-size: 14px !important;
}

/* -------------------------------------------------------------------------- */
/*                                  Highchart                                 */
/* -------------------------------------------------------------------------- */
.highcharts-credits {
  display: none;
}

.highcharts-title {
  font-size: 14px !important;
  font-weight: normal;
}

.chartData {
  width: 100%;
  /* min-height: 100px;
  padding: 10px; */
}

.chartEmpty {
  min-height: 100px;
  padding: 10px;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/*                                    Table                                   */
/* -------------------------------------------------------------------------- */
.appLoadingTable {
  position: absolute;
  z-index: 10;
  bottom: 10vh;
  right: 5vw;
}

.dataTables_scroll tr.submenu td:first-child {
  padding-left: 25px !important;
}

.dataTables_empty img {
  width: 10%;
}

.dataTables_wrapper .filterArea button {
  margin-left: 10px;
}

.hasActionRow .action-menu {
  display: none;
  position: absolute;
  width: max-content;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 14px;
  z-index: 999;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.shortcutColor-1 {
  color: Aqua !important;
}

.shortcutColor-2 {
  color: BlueViolet !important;
}

.shortcutColor-3 {
  color: Chocolate !important;
}

.shortcutColor-4 {
  color: DarkGreen !important;
}

.shortcutColor-5 {
  color: Tomato !important;
}

.shortcutColor-6 {
  color: Dodgerblue !important;
}

.shortcutColor-7 {
  color: Mediumslateblue !important;
}

.hasActionRow .action-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hasActionRow .action-menu li a {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  transition: 0.15s all ease;
}

.hasActionRow .action-menu li i {
  margin-right: 0.5rem;
}

.hasActionRow .action-menu li a:hover {
  /* margin-bottom: 10px; */
  background-color: #0047ab;
}

.hasActionRow .action-menu li:last-child a {
  margin-bottom: 0;
}

.hasActionRow .action-menu a {
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 500;
}

.hasActionRow .action-menu a i {
  color: #6c6c6c;
}

.hasActionRow .action-menu li:hover a,
.hasActionRow .action-menu li:hover a i {
  color: #fff !important;
}

.hasClickOption {
  cursor: pointer !important;
}

.hasClickOption:hover {
  color: #999;
}

table .toggle-text {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

table .linkFullText {
  display: block;
}

table .toggle-text:hover {
  color: darkblue;
}

table .iconLink {
  display: block;
}

button {
  min-height: unset !important;
  font-family: inherit !important;
}

.leftArea-brand img {
  max-width: unset !important;
}

.btn {
  --bs-btn-font-size: 14px;
}

.form-check-input {
  border: 1px solid #ced4da;
}

.editorWrap {
  width: 100%;
}

.fontsmall {
  font-size: 14px;
}

/* -------------------------------------------------------------------------- */
/*                                     NaV                                    */
/* -------------------------------------------------------------------------- */

.nav-item .nav-link {
  border: 1px solid #ccdaee;
  border-bottom: 1px solid #e2e9f3;
  background-color: #e2e9f3;
  color: #0047ab;
  transition: all 0.4s ease;
}

.nav-item .nav-link:hover {
  background-color: #ccdaee;
}

.nav-item {
  margin-left: 0.3rem;
}

.nav-item:first-child {
  margin-left: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white;
  background-color: #311e5c;
  border: 1px solid #ab8b2b;
}

.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active:hover {
  border: 1px solid #002f72;
  background: #002f72;
}

/* -------------------------------------------------------------------------- */
/*                                   @Media                                   */
/* -------------------------------------------------------------------------- */
.text-no-wrap {
  white-space: nowrap !important;
}

@media (min-width: 1500px) {
  .row-cols-xxxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
}

/*  */

.filterArea .btn {
  height: 39px;
  border-radius: 0.25rem !important;
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1700px) {
  .row-cols-xxxxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .w-xxxxl-20 {
    width: 20% !important;
  }

  .me-xxxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }

  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
}

.selected_area {
  border: 1px solid #999;
  width: 100%;
  height: 500px;
}

.modalCustom-height {
  height: 55vh;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .w-md-down-100 {
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .modal #generalForm {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/*                                Multi Select                                */
/* -------------------------------------------------------------------------- */
.ms-container {
  width: 100% !important;
}

.ms-container .ms-list {
  border-radius: 8px !important;
}

/* -------------------------------------------------------------------------- */
/*                                  Dropzone                                  */
/* -------------------------------------------------------------------------- */

#contentPDF,
#contentCover {
  margin: 2em 0;
  max-height: 150px;
  overflow: auto;
}

/* -------------------------------------------------------------------------- */
/*                                    Color                                   */
/* -------------------------------------------------------------------------- */
.textBlue {
  color: blue;
}

.textRed {
  color: red;
}

/* -------------------------------------------------------------------------- */
/*                                   Select2                                  */
/* -------------------------------------------------------------------------- */
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: -0.9rem !important;
  margin-top: 0.1rem;
}

/* -------------------------------------------------------------------------- */
/*                                  Dashboard                                 */
/* -------------------------------------------------------------------------- */
.chartList {
  height: 80vh;
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/*                                    Form                                    */
/* -------------------------------------------------------------------------- */
.form-control {
  font-size: 0.9rem;
}

.colPosition {
  margin-top: -4.4rem;
}

.iconColorsInput {
  border: 0px solid #000;
  height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0.5rem;
}

/* -------------------------------------------------------------------------- */
/*                                select2 float                               */
/* -------------------------------------------------------------------------- */
.form-floating .select2-container--default .select2-selection {
  height: 3rem;
  padding: 0.8rem 0 0 0;
}

.form-floating .select2-container--default .select2-selection>.select2-selection__rendered {
  margin-top: 0.2rem;
  margin-left: 0.25rem;
}

.form-check-label {
  cursor: pointer;
}

h5.tableTitle {
  width: fit-content !important;
  position: absolute;
  top: -1.8rem;
  left: 0;
}

.col-first {
  max-width: 10% !important;
}

.col-wide {
  width: 40% !important;
}

/* -------------------------------- Tab Pane -------------------------------- */
@media (max-width: 1400px) {
  .formGrievancesContent .nav-tabs li button {
    font-size: 0.8rem;
  }
}

.tab-paneContent {
  width: 100%;
  margin-top: 0.5rem;
  overflow-x: hidden;
}

.blockResult {
  height: 200px;
  border: 1px solid #999;
}

.card .card-titleBar {
  position: absolute;
  top: -0.8rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
}


/* -------------------------------------------------------------------------- */