.ExTitle {
  background-color: rgba(243, 244, 246, 1);
}

.large-cb{
    width: 19px;
    height: 19px;
}

body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Enables smooth iOS scroll */
  max-height: calc(100vh - 120px); /* Adjust depending on header/footer height */
}

