.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.modal-body label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: bold;
}
input[name="consentCheck"] {
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.btn-group {
  margin: 20px auto 0;
}
.footer_btn {
  text-align: center;
  padding-top: 20px;
}
.btn-group .button-prev {
  margin: 0 auto;
  max-width: 100%;
}
.btn-group ul li.disabled {
  cursor: not-allowed;
}
.btn-group ul li {
  display: inline-block;
}
.btn-group ul li input.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc;
}
.g-modal__info_table td:first-child {
  width: 20%
}
.g-modal__info_table tr:nth-child(3n) td{
  padding-bottom: 10px
}
.g-modal__info_table td:last-child::before{
  content: "|"
}
@media screen and (max-width: 1024px){
  .modal-dialog {
    padding: 20px;
  }
}
#confirm_select_ticket {
  padding: 0;
}
#confirm_select_ticket .modal-dialog {
  padding: 0 !important;
}
#confirm_select_ticket .modal-header {
  padding: 15px 5px;
}
#confirm_select_ticket .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
}
/* Design of modal dialog for #7750  */
  #warning_browser_back.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    left: 35%;
  }
  @media (max-width: 979px) {
    #warning_browser_back.modal {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80% !important;
      max-width: none !important;
      left: 10%;
      overflow: hidden;
    }
  }
/* End: Design of modal dialog for #7750 */
.body-editor {
  max-height: calc(100vh - 320px) !important;
  overflow-y: auto !important;
  padding: 10px 15px;
}

/* width */
.body-editor::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.body-editor::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.body-editor::-webkit-scrollbar-thumb {
  background: #7F7F7F; 
  border-radius: 10px;
}

/* Handle on hover */
.body-editor::-webkit-scrollbar-thumb:hover {
  background: #DDDDDD; 
}