.sb_confirm_index {
  #ss_header, .ss_contents, #ss_footer {
    display: none;
  }
  .img_loading {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      max-width: 150px;
      height: auto;
    }
  }

  i {
    color: #004ea1;
    font-size: 100px;
  }
}

.badge-danger {
  white-space: normal;
}

#topvideo {
  iframe {
    width: 100%;
  }
}




html, body, #twoCol, .ss_contents {
  background-color: #f5f5f5 !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
}

body.sb_user_index {
  background-color: #f5f5f5 !important;
}

.container-fluid {
  background-color: #f5f5f5 !important;
}

#page-title {
  background-color: #ddd !important;
  padding: 12px 16px !important;
  border-radius: 6px !important;
}
