input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.main-title {
  text-align: center;
  text-transform: capitalize;
  margin: 15px auto;
  color: #212529;
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.main_btn {
  background: #212529;
  color: white;
  border-radius: 3px;
  padding: 4px 14px 5px 14px;
  transition: 0.3s ease-out;
  height: max-content;
  font-size: 15px; }
  .main_btn:hover {
    color: white;
    background: #181b1d; }
  .main_btn:focus {
    outline: none;
    box-shadow: none; }

#pills-tab {
  padding-left: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start; }
  #pills-tab .btn {
    margin: 0 7px; }
  #pills-tab .btn.active {
    background: #001254;
    margin: 0 7px; }

.link-table {
  text-decoration: none;
  color: #001254;
  position: relative;
  padding-bottom: 7px;
  transition: 0.3s ease-out;
  white-space: pre-line !important; }
  .link-table tr td ul li span a {
    white-space: pre-line !important;
    word-break: break-word !important; }
  .link-table:hover {
    color: #0039bb; }

.sort {
  float: left;
  width: max-content;
  margin-right: 5px; }
  .sort a {
    color: white;
    text-decoration: none; }

table.table.report-table {
  text-transform: capitalize; }
  table.table.report-table td {
    padding: 0 0.5rem;
    vertical-align: middle;
    font-size: 15px; }
  table.table.report-table .main_btn {
    margin: 5px; }
  table.table.report-table .show_docs_btn {
    background: #001254; }
    table.table.report-table .show_docs_btn:hover {
      background: #000c3a; }
  table.table.report-table th a {
    color: white;
    text-decoration: none; }
  table.table.report-table .fillings-thead th {
    padding: 0.9rem 4px;
    /* font-size: 10px; */
    word-break: break-word; }
  table.table.report-table .child-table-wrapper .main-title {
    margin: 15px auto; }
  table.table.report-table .child-table-wrapper:hover {
    --bs-table-accent-bg: unset;
    color: unset; }
  table.table.report-table .child-table-wrapper .child-table {
    margin-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px; }
    table.table.report-table .child-table-wrapper .child-table td {
      padding: 0.25rem 0.5rem; }
  table.table.report-table .buttons-wrapper {
    display: flex; }

.report-holding-table thead {
  text-transform: capitalize; }
  .report-holding-table thead th {
    padding: 0.9rem 0.5rem; }
.report-holding-table td {
  vertical-align: middle;
  padding: 0 0.5rem;
  font-size: 15px; }
.report-holding-table .total-row td {
  padding: 10px 0.5rem; }

.navigation .pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap; }
  .navigation .pagination .page-item .page-link {
    color: #212529;
    box-shadow: none; }
  .navigation .pagination .page-item.active .page-link {
    border-color: #212529;
    background: #212529;
    color: white; }

.form-wrapper {
  margin: 0px 20px 0px;
  padding: 10px 26px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  width: 90%; }
  .form-wrapper .inp-wrap {
    margin-bottom: 5px; }
    .form-wrapper .inp-wrap label {
      text-transform: capitalize;
      width: 100%; }
      .form-wrapper .inp-wrap label input, .form-wrapper .inp-wrap label select {
        padding: 0 0.75rem 2px;
        height: 36px;
        border-radius: 3px;
        transition: 0.3s ease-out;
        font-size: 14px; }
        .form-wrapper .inp-wrap label input:focus, .form-wrapper .inp-wrap label select:focus {
          box-shadow: unset;
          outline: none;
          border-color: #001254; }
        .form-wrapper .inp-wrap label input:hover, .form-wrapper .inp-wrap label select:hover {
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .form-wrapper .btn-wrap {
    margin-top: 5px;
    display: flex;
    justify-content: flex-end; }
  .form-wrapper .show_docs_btn {
    margin-right: 8px;
    background: #001254; }
    .form-wrapper .show_docs_btn:hover {
      background: #000c3a; }

.modal_custom_styles {
  min-width: 80%; }

.form-wrapper-custom {
  margin: 0 auto; }
  .form-wrapper-custom .inp-wrapper .inp-item {
    margin: 0 5px; }
  .form-wrapper-custom .btn-wrap {
    margin-right: 5px; }

.other-fund-fillings {
  font-size: 18px;
  position: relative; }
  .other-fund-fillings .child-wrapper {
    transition: 0.3s ease-out;
    background: white;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    min-width: 180px;
    padding: 15px 26px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 10px 0;
    font-size: 16px; }
    .other-fund-fillings .child-wrapper .date-wrapper {
      flex-direction: column;
      display: flex;
      justify-content: center;
      width: 100%;
      flex-wrap: wrap;
      height: 100%;
      align-items: flex-start; }
      .other-fund-fillings .child-wrapper .date-wrapper a {
        margin-top: 7px;
        padding: 0 4px 4px;
        display: flex;
        text-decoration: none;
        height: max-content;
        color: #0053a7;
        position: relative; }
        .other-fund-fillings .child-wrapper .date-wrapper a:before {
          position: absolute;
          width: 0;
          left: 50%;
          height: 2px;
          content: '';
          bottom: 0;
          transition: 0.3s ease-out;
          background: #0053a7; }
        .other-fund-fillings .child-wrapper .date-wrapper a:hover:before {
          width: 100%;
          left: 0; }
  .other-fund-fillings:hover .child-wrapper {
    visibility: visible;
    opacity: 1; }

.top-content-wrapper {
  display: flex;
  justify-content: space-between; }

.modal-fond-btn {
  display: none; }

@media (max-width: 1700px) {
  .child-table-wrapper, .full-media-btn {
    display: none !important; }

  .modal-fond-btn {
    display: block; }

  .th-width {
    min-width: unset !important; }

  #tableFondBig {
    width: 100%; } }
@media (max-width: 576px) {
  .fund-modal {
    padding: 6px !important; }
    .fund-modal .modal-body {
      padding: 8px; }
    .fund-modal table {
      font-size: 10px; } }
@media (max-width: 400px) {
  #tableFondBig {
    width: 100% !important; }

  #tableFondBig.dataTable > tbody > tr.child {
    padding: 4px; }

  #tableFondBig.dataTable > tbody > tr.child ul.dtr-details {
    padding: 0; } }

/*# sourceMappingURL=fillingStyle.css.map */
