.bb-cb-section {
  cursor: default;
  padding: 44px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bb-cb-section {
      display: inline-block; } }
  @media (min-device-width: 768px) and (max-width: 1024px) {
    .bb-cb-section {
      padding: 32px 36px 32px 32px; } }
  @media (max-width: 767px) {
    .bb-cb-section {
      padding: 32px; } }
  .bb-cb-section .bb-cb-header {
    font-size: 22px;
    font-family: "Nimbus Sans Bold", "Nimbus Sans TW01 Bold";
    color: #086ea1; 
    font-weight:900;
  }
  .bb-cb-section .bb-cb-text {
    color: #3b4b59;
    margin-top: 4px;
    font-size: 16px;
    font-family: "Nimbus Sans Regular", "Nimbus Sans TW01"; }
  .bb-cb-section .bb-cb-link {
    font-family: "Nimbus Sans Bold", "Nimbus Sans TW01 Bold";
    color: #086ea1;
  }
    .bb-cb-section .bb-cb-link p {
      display: initial; }
    .bb-cb-section .bb-cb-link img {
      width: 10px;
      margin-left: 4px;
      margin-bottom: 0; }
  .bb-cb-section .bb-cb-eyebrow {
    font-size: 14px;
    font-family: "Nimbus Sans Bold", "Nimbus Sans TW01 Bold";
    color: #6b7880; }
  .bb-cb-section img {
    height: auto;
    width: 35px;
    margin-bottom: 18px; }
  .bb-cb-section .btn {
    width: fit-content !important;
    margin-top: 10px; }

.bb-cb-container .cb-top-bordered-box-template,
.bb-cb-new-template-type-icon .cb-top-bordered-box-template {
  height: 36px !important;
  width: 100%;
  background-image: url("../../../../../etc.clientlibs/workplace-fdi/clientlibs/clientlib-site/resources/icons/bb-cb-top-border-bg.svg");
  background-size: cover;
  color: #ffffff;
  font-size: 14px;
  font-family: "Nimbus Sans Bold", "Nimbus Sans TW01 Bold";
  letter-spacing: 1.7px;
  text-align: left;
  padding: 11px 0 5px 16px;
  text-transform: uppercase;
  background-position: -1px; }
  @media (min-device-width: 768px) and (max-width: 1024px) {
    .bb-cb-container .cb-top-bordered-box-template,
    .bb-cb-new-template-type-icon .cb-top-bordered-box-template {
      background-position: 0; } }

  @media (min-device-width: 768px) and (max-width: 1024px) {
    .bb-cb-container .bb-cb-section,
    .bb-cb-new-template-type-icon .bb-cb-section {
      flex-wrap: wrap;
      align-content: baseline;
      flex: 2;
      gap: 0px 0px;
      align-items: flex-start;
      justify-content: left; } }
  .bb-cb-container .bb-cb-section .bb-cb-header-icon,
  .bb-cb-new-template-type-icon .bb-cb-section .bb-cb-header-icon {
    width: 48px;
    height: 48px; }
    .bb-cb-container .bb-cb-section .bb-cb-header-icon img,
    .bb-cb-new-template-type-icon .bb-cb-section .bb-cb-header-icon img {
      width: 48px;
      height: 48px; }
      @media (min-device-width: 768px) and (max-width: 1024px) {
        .bb-cb-container .bb-cb-section .bb-cb-header-icon img,
        .bb-cb-new-template-type-icon .bb-cb-section .bb-cb-header-icon img {
          margin: 0;
          position: absolute; } }
    @media (min-device-width: 768px) and (max-width: 1024px) {
      .bb-cb-container .bb-cb-section .bb-cb-header-icon,
      .bb-cb-new-template-type-icon .bb-cb-section .bb-cb-header-icon {
        flex-basis: 48px;
        flex-grow: 1;
        display: inline-flex;
        align-self: baseline;
        margin-right: 10px;
        height: 28px; } }
  @media (min-device-width: 768px) and (max-width: 1024px) {
    .bb-cb-container .bb-cb-section .bb-cb-header,
    .bb-cb-new-template-type-icon .bb-cb-section .bb-cb-header {
      min-height: 28px;
      line-height: 1.27;
      letter-spacing: -0.5px; } }

      #cbIcon{
        border: 2px solid  #086ea1;
      }
      
      #cbIconMargin{
        border: 1px solid  #086ea1;
        border-radius: 50px;
      position:absolute;
      right:15px;  
      bottom:-10px;
      width:25px;
      }
   .cb-cursor{
    cursor: pointer;
   }