.cell_right-align {
    text-align: right !important;
}

.cell_centre-align {
  text-align: center !important;
}

.actionIcon{
    cursor: pointer;
}

.dimmed {
    position: relative;
}

.dimmed:after {
    content: " ";
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    outline: 3px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7)
}

.messageBox .govuk-button {
    padding-left: 1em;
    padding-right: 1em;
}

.image-container {
    position: relative;
  }
  
  .carousel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .carousel i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #000;
    /* background-color: #fff; */
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
  }
  
  .carousel i.fa-chevron-left {
    left: 0;
  }
  
  .carousel i.fa-chevron-right {
    right: 0;
  }
  
  .cell_no_border {
    border-bottom: unset !important
  }