.smith_app_bg_gradient {
  background-color: transparent;
  background-image: linear-gradient(90deg, #03432c 0%, #34b185 100%);
}


/* Accordion css */

.smith_app_accordion_button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  /* Reset button style */
  border: 0;
  border-radius: 0;
  cursor: pointer;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}


.smith_app_accordion_button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}


.smith_app_accordion_button:not(.collapsed)::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.smith_app_accordion_button:hover {
  z-index: 2;
}

.smith_app_accordion_button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
}




.smith_app_accordion_body {
  padding: 1rem 1.25rem;
}


.smith_app-publication-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.smith_app-publication-card {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 10px;
}

.smith_app-publication-card img:not(.dlm-xhr-loading-gif)  {
  height: 400px;
  object-fit: cover;
}

.smith_app-download_button {
  margin-top: 10px;
  padding: 14px 40px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.smith_app-download_button:hover {
  color: #fff;
}


#smith_app_sections {
  border-color: #C39C61;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C39C61'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1.25rem auto, 100%;
  text-align: center;
  color: #C39C61;
}


/* Add styles for the loading class */
.loading {
  position: relative;
}

/* Add a semi-transparent overlay to cover the container */
.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* Adjust the alpha channel for transparency */
  z-index: 1;
  /* Ensure the overlay is on top of other elements */
}

/* Add a loading spinner or other visual indication */
.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #C39C61;
  /* Set the border color */
  border-radius: 50%;
  border-top: 4px solid #fff;
  /* Set the spinner color */
  width: 30px;
  /* Set the spinner size */
  height: 30px;
  animation: spin 1s linear infinite;
  /* Add a rotation animation */
  z-index: 2;
  /* Ensure the spinner is on top of the overlay */
}

/* Rotation animation for the spinner */
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.smith_app_main_container{
  margin-top: 2rem;
}

.smith_app_section_title{
  text-align: center;
}


.gradings-control-header {
  width: 100%;
  background-color: #03432c;
  background-image: linear-gradient(90deg, #03432c 0%, #34b185 100%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  display: flex;
  overflow: hidden;
  color: #ffffff;

}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.column-item.grading-item-col.header {
  color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
  transition-duration: .3s;
}

.gradings-control-header.column-item.grading-item-col.header {
  padding-left: 21px;
}


.column-item.grading-item-col.header {
  color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
  transition-duration: .3s;
}

.gradings-control-header .column-item.grading-item-col.summary {
  width: 80px;
  height: auto;
  align-items: center;
  margin-right: 18px;
}


.grading-colllection {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gradings-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 16px;
}

.grading-item {
  min-width: 100%;
  transition: all .8s;
  overflow: hidden;
}

.gradings-item-wrap {
  width: 100%;
  height: auto;
  min-height: 68px;
  text-align: left;
  background-color: rgba(255, 255, 255, .47);
  border: 2px solid rgba(1, 63, 40, .1);
  border-radius: 8px;
  flex-direction: row;
  flex: 0 45%;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin: 4px 0;
  padding: 0;
  font-family: Lato, sans-serif;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradings-item-wrap:hover {
  background-color: #fff;
  border-color: rgba(141, 156, 151, .47);
}

.info-block {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}


.column-item.grading-item-col.company {
  color: var(--dim-grey);
  border-right-width: 2px;
  flex: 1;
  justify-content: flex-start;
}
.column-item.grading-item-col {
  width: 100%;
  border-right: 2px solid var(--dark-grey-4);
  color: var(--grey);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  transition: all .3s;
}
.company {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}
.column-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding: 27px 22px 27px 10px;
  display: flex;

  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grading-text {
  color: var(--dark-grey);
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

.column-item.grading-item-col.state {
  width: 50px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
}

.column-item.grading-item-col.sector {
  width: 150px;
  flex: 0 auto;
}





.column-item.grading-item-col.summary {
  width: 117px;
  border: 1px none rgba(80, 80, 80, .52);
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}


.grading-block {
  width: 180px;
  min-width: 0;
  background-color: rgba(80, 80, 80, .52);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 14px;
  display: flex;
  position: relative;
}

.event-risk h5{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}


.overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.grading-outlook {
  background-color: var(--grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px 10px 6px;
  display: flex;
}

.carrot {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 10px 5px 0;
  border-color: #fff transparent black;
  margin-left: 3px;
  margin-right: 3px;
}

.carrot.up {
  border-top-width: 0;
  border-bottom-width: 10px;
  border-bottom-color: #fff;
}

.html-embed-6 {
  flex: 0 auto;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.align-center{
  text-align: center;
}

/* .grading-orderable::before {
  content: "\f0dc";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 16px;
  margin-right: 5px;
}

.grading-orderable:hover::before {
  color: #ffffff;
}

.grading-orderable:active::before {
  color: #d6d6d6;
} */


.conference-document-container{
  display: flex;
  flex-direction: column;
}

.conference-document-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 10px;
  margin: 5px;
  justify-content: space-between;
  align-items: center;
}

.conference-document-header{
  color: #fff;
  padding: 20px 10px;
}

.conference-document-column{


}

.conference-document-download a{
  display: block;
  margin-top: 0;
}