#sp-main-body {
    padding: 35px 0px;
}

.main-search {
  display: flex;
  width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center;
  /* background: url(/images/joomlabuff/slideshow/slider-1.jpg) no-repeat 0px 0px; */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/joomlabuff/slideshow/economic_01.webp');
  background-size: cover;
}

#sp-title h4 {
    color: #fff;
}

#sp-title #filter_category_id {
    visibility: hidden;
}

#edocman_form .btn-toolbar {
    margin: 0px -5px;
}

#edocman_form .btn-toolbar .btn-group {
    display: block;
    padding: 0px 5px;
}

#edocman_form .btn {
    padding: 5px 23px !important;
    border-radius: 5px;
}

#edocman_form h2.edocman_heading_title {
    margin-top: 1rem;
}

.main-search input[name="filter_search"] {
  min-width: 350px;
}

.page-content {
  color: #333;
}

.page-content .title {
  /*color: #fac012;*/
  color: #0345bf;
}

.section {
  padding: 50px 50px;
}

.section .title,
.section .sp-module-title,
.section .title a,
.section .sp-module-title a {
  text-align: center;
  color: #0345bf;
}


.section .title a:hover,
.section .sp-module-title a:hover {
    color: #ab8923;
}

.section .sub-title {
  font-size: 15pt;
  font-weight: bold;
  color: #1B41AF;
}

.section .content {
  color: #333;
}

#sp-bottom .sppb-addon-content,
#sp-bottom .sppb-optin-form-details {
  color: #ccc;
}

#sp-bottom .sppb-addon-content a {
  text-decoration: underline;
  cursor: pointer;
}

#sp-bottom .sppb-addon-content a:hover {
  text-decoration: none;
}

.cbProfileEditButtons {
  margin-top: 1rem;
}

.mod-login__userdata button #Passkey {
  height: 20px;
}

form select {
  min-width: 100px;
}

#sp-bottom .sppb-addon-content a.btn-footer {
    text-decoration: none;
}

#sp-bottom .sppb-addon-content a.btn-footer:hover {
    color: #fff !important;
}

#sp-header .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item a {
  font-size: 11pt;
  padding: 0px 10px;
}

#edit-document-form .choices__list.choices__list--dropdown .choices__item--selectable {
    justify-content: flex-start;
}

.footer-social-icons {
    display: flex;
    margin: 0px -10px;
}

.footer-social-icons a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 18pt;
}

.edocmandocuments.mod_edocman_document-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.edocmandocuments.mod_edocman_document-list > .document {
  width: 33.33%;
  padding: 0px 15px;
}

.edocmandocuments.mod_edocman_document-list > .document .document-top {
  display: flex;
  align-items: center;
}

.edocmandocuments.mod_edocman_document-list > .document .document-top .document-icon {
  width: 25px;
  margin-right: .5rem;
}

@media (max-width: 1024px) {
  .edocmandocuments.mod_edocman_document-list > .document {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .edocmandocuments.mod_edocman_document-list {
    display: block;
  }

  .edocmandocuments.mod_edocman_document-list > .document {
    width: 100%;
  }
}
