﻿/* Add here all your css styles (customizations) */
/* light blue is #aae2fd and dark blue is #1F3D6F */

.g-bg-SCB-light-blue {
  background-color: #aae2fd;
}

.g-brd-SCB-light-blue {
  background-color: #aae2fd;
}

.g-color-SCB-dark-blue {
  color: #1F3D6F;
}

.hangingindent-10 {
  padding-left: 10px ;
  text-indent: -10px ;
}

.g-mb-30-c1 {
    margin-bottom: 0.1rem !important;
  }
  
  .g-mb-70-c1 {
    margin-bottom: 1rem !important;
  }
