/* SmartEditor2/헤더 쪽 버전 표기 흔한 클래스/속성들 */
  #smart_editor2{ width:100% !important; max-width:100% !important; }
  #smart_editor2_content{ width:100% !important; }
  #smart_editor2 .se2_input_area{ width:100% !important; }
  #smart_editor2 iframe.se2_input_wysiwyg,
  #smart_editor2 textarea.se2_input_syntax{ width:100% !important; }

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9000;
  }
  
  .modal-dialog {
    position: relative;
    margin: auto;
    top: 10%;
    width: 80%;
    max-width: 600px;
  }

  .modal-dialog.acctitle {
    position: relative;
    margin: auto;
    top: 10%;
    width: 80%;
    max-width: 1200px;
}
  .modal-dialog.acctitle .modal-body {
    height: 750px
}


  .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
  }
  
  .modal-header {
    color: rgb(26, 26, 26);
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .modal-header h2 {
    margin: 0;
  }
  
  .modal-body {
    padding: 10px 20px;
     height: 700px;
     overflow-y: auto;
  }
  
  .close {
    color: rgb(63, 63, 63);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #8e8e8e;
    text-decoration: none;
    cursor: pointer;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  .form-group h2 {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  
  
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .d_broadcast .mb-2 p {
    padding-left: 50px;
  }

  .d_broadcast hr {
    margin-bottom: 30px;
  }

   #videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#salesChart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 90% !important;
    z-index: 2; 
    background-color: rgba(255, 255, 255, 0); 
}

.video-js .vjs-big-play-button {
  top: 90% !important;
}

#broadcast_row_01,
#broadcast_row_02,
#broadcast_row_03 {
  display: none;
}

#openBroadcastResultsModal, #openLOTTEBRModal{
  display: none;
}



/* Alerts Modal 전용 닫기 버튼 스타일 */
.modal-header {
  position: relative;
  align-items: center;
}

.btn-close-custom {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0px solid #aaa;
  border-radius: 6px;
  background-color: transparent;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s ease;
}

.btn-close-custom:hover {
  background-color: #f5f5f5;
  border-color: #888;
  color: #222;
}

.btn-close-custom:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(100,100,100,0.2);
}

.sidebar-link, a.sidebar-link {
    padding: .4rem 1.625rem;
}

.ab-assignment-actions {
  display: flex;
  justify-content: flex-end;  /* 오른쪽 정렬 유지 */
  align-items: center;
  gap: 6px;                   /* 버튼 사이 간격 */
}

.simplebar-content .sidebar-header {
padding: .5rem 1.5rem .375rem;

}
