.custom-button .table {
  display: flex;
}
.custom-button .table__content {
  width: 100%;
}
.custom-button .table__content__column {
  display: block;
  border-bottom: 2px solid #005f96;
  border-color: #005f96;
  color: #005f96;
}
.custom-button .table__content__row {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eeeeee;
  color: #7ab3d4;
  height: 50px;
  line-height: 50px;
}
.custom-button .table__button {
  width: 100%;
}
.custom-button .table__button__row {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-button .center {
  text-align: center;
}
.custom-button .left {
  text-align: left;
}
.custom-button .right {
  text-align: right;
}
.custom-button .link-button {
  display: inline-block;
  height: auto;
  width: auto;
  text-decoration: none;
  color: var(--button--text-color, #FFFF);
  background-color: var(--button--background-color, #005f96);
  cursor: pointer;
  font-size: 1rem;
  margin-top: 10px;
  border: 0px;
}
.custom-button .iconButton {
  padding: 10px 25px !important;
}
.custom-button .primary {
  padding: 7.5px 25px;
  border-radius: 30px;
  line-height: 1.7rem;
  margin-right: 10px;
}
.custom-button .secondary {
  padding: 7.5px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.custom-button .download {
  padding-left: 35px;
  position: relative;
}
.custom-button .disabled-button {
  background-color: rgba(0, 95, 150, 0.2);
  border-color: transparent;
  cursor: not-allowed;
}
.custom-button .logoButton {
  display: flex;
  height: auto;
  width: 90%;
  text-decoration: none;
  color: #005f96;
  font-size: 1rem;
  margin: 10px 0 10px;
  border: 1px solid #005f96;
  justify-content: space-between;
  flex-flow: row;
  background-color: #FFFFFF;
}
.custom-button .buttonNoBorder {
  border: 1px solid #FFFFFF !important;
}
.custom-button .imgLogo {
  display: inline-flex;
  position: relative;
  width: 100px;
  height: 25px;
  margin: auto;
}
.custom-button .imgName {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  flex: 1;
}
.custom-button .arrowIcon {
  float: right;
  text-decoration: none;
  border: 0;
  margin-left: 10px;
}
.custom-button .icon {
  display: inline-block;
}
.custom-button .icon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-button .iconInsideCircle {
  background-color: #FFFF;
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 55%;
  width: 55%;
  transform: translateY(0);
  position: static;
}
.custom-button .iconInsideCircle__svg {
  fill: #005f96;
  height: 60%;
  width: 60%;
  transition: fill 0.25s ease;
}
.custom-button .checkIcon {
  position: absolute;
  background-color: #7ed2c1;
  border-color: #7ed2c1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: 0;
  top: 2px;
}
.custom-button .checkIcon__svg {
  fill: #FFFF;
  width: 15px;
}
.custom-button .smallHeader {
  position: absolute;
  background-color: #005f96;
  border-color: #005f96;
  height: 22px;
  width: 22px;
  top: 5px;
}
.custom-button .smallHeader__svg {
  margin-left: 5px;
  width: 11.68px;
}
.custom-button .readmoreIcon {
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.custom-button .readmoreIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.custom-button.collapsible--triggered [data-collapsible="open"] + .readmoreIcon {
  transform: rotate(180deg);
}
.custom-button.collapsible--triggered [data-collapsible="open"] + .readmoreIcon .readmoreIcon__svg {
  transform: translate(-50%, -50%);
}
.custom-button [data-collapsible="trigger"] {
  cursor: pointer;
}
.custom-button [data-collapsible="trigger"] .readmoreIcon {
  transition: transform 0.3s ease;
}
.custom-button .big {
  border: 2px solid #005f96;
  height: 25px !important;
  width: 25px !important;
}
.custom-button .rightside {
  transform: rotate(270deg) !important;
}
.custom-button .breadcrumb-icon {
  position: relative;
}
.custom-button .breadcrumb-icon__svg {
  color: currentColor;
  transition: fill 0.25s ease;
  width: 20px;
  height: 20px;
  fill: #005f96;
  transform: translate(-10px, 7.5px) rotate(25deg);
}
.custom-button .rating-icon {
  color: #005f96;
  position: relative;
  height: 32px;
  width: 160px;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.custom-button .multiColumnBlockIcon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
.custom-button .multiColumnBlockIcon__svg {
  width: 100%;
  height: 100%;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.custom-button .download-icon {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  left: 10px;
  top: 10px;
}
.custom-button .download-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.custom-button .card-icon {
  display: block;
  height: 150px;
  margin: 0 auto -180px auto;
  width: 150px;
  position: static;
}
.custom-button .card-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-button .card-icon {
    height: calc(100% + 40px);
    left: 0;
    margin: 0;
    max-width: 200px;
    position: absolute;
    transform: translateY(-20px);
    width: auto;
  }
}
.custom-button .pagination-icon {
  height: 20px;
  position: absolute;
  width: 20px;
  margin-top: 5px;
}
.custom-button .pagination-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.custom-button .info-icon {
  display: block;
}
.custom-button .info-icon__svg {
  position: absolute;
  color: currentColor;
  transition: fill 0.25s ease;
  width: 30px;
  height: 30px;
  fill: #005f96;
}
.custom-button .footer-contact-icon {
  display: inline-block;
  height: 25px;
  width: 20px;
  position: relative;
  margin-right: 10px;
}
.custom-button .footer-contact-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.custom-button .buttonWithIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  right: 2px;
  top: 4px;
}
.custom-button .buttonWithIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.custom-button .highlightIcon {
  display: inline-block;
  color: #7ED2C1;
  height: 60px;
  margin-bottom: 20px;
  position: static;
  width: 60px;
}
.custom-button .highlightIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.custom-button .gotoLinkIcon {
  border: 0;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.custom-button .gotoLinkIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.custom-button .seeListBelow {
  border: 2px solid #005f96;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.custom-button .seeListBelow__svg {
  left: 50%;
  position: absolute;
  top: 55%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .custom-button .table {
    flex-direction: column;
  }
  .custom-button .logoButton {
    width: 100%;
  }
}
