/*
* custom_iw.css
******************************************************************************/
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f2f4f5;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: #495057;
}
.app-brand-text.demo {
  text-transform: uppercase;
  color: #ccd8eb;
}
.layout-navbar.navbar-detached {
  width: 100% !important;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.menu .app-brand.demo {
  margin: 0;
  justify-content: space-between;
  padding: 1.56rem 1.25rem;
  height: auto;
}
.new-create .create-menu ul.dropdown-menu {
  inset: 34px auto auto 0px !important;
  transform: translate3d(0px, 0px, 0px) !important;
  width: 220px;
}
.app-brand .layout-menu-toggle.de-menu-toggle {
  border: none !important;
  background: none;
  position: static;
}
.app-brand .layout-menu-toggle.de-menu-toggle .nav-link i {
  color: #74788d;
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before {
  content: none;
}
.menu-vertical .menu-inner > .menu-item {
  margin: 0.85rem 0;
}
.menu-vertical .menu-inner > .menu-item .menu-link {
  margin: 0 1.25rem;
  color: #74788d;
  padding: 0.4375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  background: #324066 !important;
  color: #fff !important;
}
.layout-content-navbar .layout-menu {
  background: #141d35 !important;
}
.layout-menu-expanded .menu-vertical .menu-item .menu-link,
.layout-menu-expanded .menu-vertical .menu-block {
  padding: 0.4375rem 0.75rem;
}
.form-label {
  text-transform: none;
  color: #495057;
}
.top-nav-search .nav-item {
  padding: 0 1rem;
  border-radius: 0.4375rem;
  background: #f3f3f9;
}
.top-nav-search .nav-item .form-control {
  background: none;
}
.navbar-nav-right .avatar {
  border-radius: 2.25rem;
  background: #cfdbef;
}
.new-create {
  padding: 0.56rem 1.25rem;
}
.new-create .create-menu {
  display: block;
}
.new-create .create-menu .create-link {
  border-radius: 0.3125rem;
  background: #fff;
  padding: 0.4375rem 0.75rem;
  color: #324066;
  font-size: 0.8125rem;
  font-weight: 500;
  display: flex;
}
.new-create .dropend .dropdown-toggle::after {
  position: absolute;
  right: 0.75rem;
  margin: -1px 0 0;
  transform: rotate(-45deg) translate(0, -50%);
  top: 50%;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  width: 0.6em;
  height: 0.6em;
}
.new-create .dropdown-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.new-create .dropdown-menu .menu-item .menu-link {
  color: #2b3643;
  font-size: 0.8125rem;
  font-weight: 500;
}
.btn {
  box-shadow: none !important;
  font-size: 0.8125rem;
}
div.modal-header {
  align-items: flex-start;
}
div.modal .modal-header .btn-close {
  margin: 0;
  transform: inherit !important;
  box-shadow: none;
  padding: 0;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list {
  max-height: 30rem;
}
.layout-navbar .navbar-dropdown .dropdown-menu {
  min-width: 22rem;
  overflow: hidden;
}
body .btn-light,
body .btn-light:hover {
  color: #435971;
  background-color: #f0f4fb !important;
  border-color: #f0f4fb !important;
}
.form-select {
  color: #435971;
  background-color: #f0f4fb !important;
  border-color: #f0f4fb !important;
}
.questions-form .responses-index {
  width: 68px;
}
.questions-form .form-control {
  background: #fbf9ff;
}
.questions-form .question {
  border-bottom: 2px dotted #d9dee3;
}
.data-table-responsive table .table-dark th {
  border-bottom-color: #3b628f !important;
  background-color: #3b628f !important;
  color: #fff !important;
  text-transform: capitalize;
  cursor: pointer;
}
.data-table-responsive table .table-dark th:last-child,
.data-table-responsive table td:last-child {
  text-align: right;
}
.data-table-responsive {
  overflow: hidden !important;
}
.data-table-responsive .row:nth-child(2) > .col-sm-12 {
  overflow: auto;
}
.data-table-responsive .row:nth-child(2) > .col-sm-12 > table {
  min-width: 1000px;
}
.data-table-responsive .row:nth-child(1),
.data-table-responsive .row:nth-child(3) {
  margin: 0;
}
.data-table-responsive .row:nth-child(3) {
  padding: 10px 0;
  border-top: 1px solid #d9dee3;
}
.card {
  box-shadow: none;
}
.data-table-responsive table .table-dark th label {
  display: block;
  position: relative;
}
.data-table-responsive table .table-dark th > span {
  padding-right: 20px;
}
.data-table-responsive table input.row-checkbox {
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  display: none;
}
.data-table-responsive table input.row-checkbox + span {
  width: 18px;
  height: 18px;
  display: flex;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}
.data-table-responsive table input.row-checkbox:checked + span {
  background: #3b628f;
  border-color: #3b628f;
  color: #fff;
}
.data-table-responsive table input.row-checkbox:checked + span::after {
  content: '\ea41';
  font-family: 'boxicons' !important;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.data-table-responsive.data-companies-table table th:nth-child(1),
.data-table-responsive.data-companies-table table td:nth-child(1) {
  width: 60px;
}
.data-table-responsive table th,
.data-table-responsive table td {
  padding: 15px 20px;
}
.data-table-responsive.data-companies-table table td:not(:last-child) a {
  color: #1976d2;
  text-decoration: underline;
}
.data-table-responsive table .table-dark th:first-child span,
.data-table-responsive table .table-dark th:last-child span {
  background: none;
  padding: 0;
}
table.dataTable thead th.sorting > span {
  background: url('../img/icons/table/sort_both.svg') no-repeat right center / 15px;
}
table.dataTable thead th.sorting_asc > span {
  background: url('../img/icons/table/sort_asc.svg') no-repeat right center / 15px;
}
table.dataTable thead th.sorting_desc > span {
  background: url('../img/icons/table/sort_desc.svg') no-repeat right center / 15px;
}
div table.dataTable.no-footer {
  border: none;
  min-width: 100%;
}
.dataTables_wrapper .dataTables_info {
  padding: 15px 20px;
}
div .data-table-responsive table .table-dark th {
  background-image: inherit !important;
}
div table.dataTable tbody th,
div table.dataTable tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #d9dee3;
}
div .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background: #3b628f !important;
  border-color: #3b628f !important;
}
div .dataTables_wrapper .dataTables_paginate .paginate_button,
div .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  font-size: 0.8125rem !important;
  color: #3b628f !important;
  background: #f0f4fb !important;
  border-color: #3b628f;
  border: none !important;
  border-radius: 6px !important;
  height: 30px;
}
div .dataTables_wrapper .dataTables_paginate {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
div .dataTables_wrapper .dataTables_paginate > span {
  display: flex;
  gap: 5px;
}
.dataTables_wrapper {
  overflow: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background: #f0f4fb url('../img/icons/table/uiw_left.png') no-repeat center center !important;
  font-size: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: #f0f4fb url('../img/icons/table/uiw_right.png') no-repeat center center !important;
  font-size: 0 !important;
}
i.bx.bxs-edit-alt {
  color: #6cbaaa;
}
i.bx.bxs-trash-alt {
  color: #ee5d5c;
}
div table.dataTable {
  border-collapse: collapse;
  border: #d9dee3 !important;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable th,
table.dataTable td {
  border-color: #d9dee3 !important;
}
.dataTables_wrapper table.dataTable thead th {
  color: #2b3643;
  background-image: inherit !important;
  font-weight: 500;
}
.run-report-table table th,
.run-report-table table td {
  /* border: 1px solid #d9dee3; */
}
.run-report-table table th:first-child,
.run-report-table table td:first-child {
  min-width: 150px;
  width: 150px;
}
.run-report-table table th:not(:first-child),
.run-report-table table td:not(:first-child) {
  min-width: 300px;
  width: 300px;
}
.run-report-table table {
  width: max-content;
}
.layout-content-navbar .content-wrapper {
  position: relative;
}
.top-search-section {
  position: absolute;
  top: -50px;
  left: 25px;
  z-index: 3333;
  min-width: 350px;
  background: #f3f3f9;
  border-radius: 5px;
  padding: 0 10px;
}
.top-search-section > .form-control {
  width: calc(100% - 22px);
  background: none;
}
.analysis-card {
  min-height: 100%;
}

@media (min-width: 1200px) {
  .top-nav-search .nav-item {
    min-width: 23.875rem;
  }
  .layout-menu-expanded .layout-page {
    padding-left: 5.25rem !important;
  }
  .menu-vertical,
  .menu-vertical .menu-block,
  .menu-vertical .menu-inner > .menu-item,
  .menu-vertical .menu-inner > .menu-header {
    transition: width 0.3s;
  }
  .layout-menu-expanded .menu-vertical,
  .layout-menu-expanded .menu-vertical .menu-block,
  .layout-menu-expanded .menu-vertical .menu-inner > .menu-item,
  .layout-menu-expanded .menu-vertical .menu-inner > .menu-header {
    width: 5.25rem;
  }
  .layout-menu-expanded .bg-menu-theme .menu-inner > .menu-item > .menu-link > div,
  .layout-menu-expanded .app-brand-link,
  .layout-menu-expanded .new-create .create-link > div {
    display: none;
  }
  .layout-menu-expanded .new-create .dropend .dropdown-toggle::after {
    content: none;
  }
  .layout-menu-expanded .bg-menu-theme .menu-inner > .menu-item > .menu-link > .menu-icon {
    margin: 0;
    text-align: center;
  }
  .layout-menu-expanded .menu .app-brand.demo {
    justify-content: center;
  }
}

@media (max-width: 1199.98px) {
  .app-brand .layout-menu-toggle.de-menu-toggle {
    display: none !important;
  }
  .top-search-section {
    left: 75px;
  }
}
@media (max-width: 575.98px) {
  .top-search-section {
    position: static;
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
    min-width: auto;
  }
}
