.cc-nb-main-container{
    display: grid !important;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 1px;
    grid-column-gap: 9px;
    padding-bottom: 2em;
  }
  .cc-nb-main-container button, .cc-cp-foot-save{
    background-color: #E49700 !important;
    border-radius: 4px;
    color: white !important;
  }

  .cc-custom-bright{
    background-color: #fff !important;
  }
  .cc-custom-bright *{
    color: black !important;
  }
  .cc-custom-bright button{
    background-color: #E49700 !important;
  }

  .cc-custom-bottom{
    position: fixed !important;
    bottom: 0 !important;
  }

  .cc-nb-title-container{
    grid-column-start: span 3;
  }

  .cc-nb-title{
    display: none;
  }

  .cc-nb-okagree[role='button']{
    padding: .5em 4em;
    background-color: #00205C !important;
  }

  #title_functionality, #title_tracking {
    display: none;
  }

  @media screen and (max-width: 780px) {
    .cc-nb-main-container{
      text-align: center;
      grid-template-rows: repeat(3, auto);
    }
  }