/*Modal Style*/
.ns_t3al--modal-full .modal-content,
.ns_t3al--modal-large .modal-content,
.ns_t3al--modal-medium .modal-content,
.ns_t3al--modal-default .modal-content,
.ns_t3al--modal-small .modal-content {
  width: 100%;
}

.ns_t3al--modal.modal-severity-notice .modal-header {
  background-color: #0078e6;
  color: #fff;
  border-bottom-color: #006ccf
}

.ns_t3al--modal.modal-severity-info .modal-header {
  background-color: #333;
  color: #fff;
  border-bottom-color: #2e2e2e;
}

.ns_t3al--modal .modal-dialog {
  padding: 0 5%;
}

.ns_t3al--modal .modal-content {
  border: 0;
}
.ns_t3al--modal.ns_t3al--modal-full .modal-content {
  height: 100vh;
  max-width: 100%;
  width: 100%;
}

.ns_t3al--modal.ns_t3al--modal-large .modal-content {
  height: 90vh;
  max-width: 1600px;
  width: 100%;
}

.ns_t3al--modal.ns_t3al--modal-medium .modal-content {
  height: 73vh;
  max-width: 1000px;
  width: 100%;
}

.t3-ai-video-modal.ns_t3al--modal.ns_t3al--modal-medium .modal-content {
  height: 675px;
}

.ns_t3al--modal.ns_t3al--modal-default .modal-content {
  height: 500vh;
  max-width: 800px;
  width: 100%;
}

.ns_t3al--modal.ns_t3al--modal-small .modal-content {
  max-width: 600px;
  min-height: 400px;
  width: 100%;
}

.modal-footer .btn {
    align-items: center;
    display: inline-flex;
    margin-inline-end: 0;
    padding-inline: 1em;
}

/*Buttons*/
.btn-notice {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(30, 30, 30);
    --bs-btn-border-color: rgb(30, 30, 30);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #404040;
    --bs-btn-hover-border-color: #353535;
    --bs-btn-focus-shadow-rgb: 64, 64, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4b4b4b;
    --bs-btn-active-border-color: #353535;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(30, 30, 30);
    --bs-btn-disabled-border-color: rgb(30, 30, 30);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(115, 115, 115);
    --bs-btn-border-color: rgb(115, 115, 115);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #626262;
    --bs-btn-hover-border-color: #5c5c5c;
    --bs-btn-focus-shadow-rgb: 136, 136, 136;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5c5c5c;
    --bs-btn-active-border-color: #565656;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(115, 115, 115);
    --bs-btn-disabled-border-color: rgb(115, 115, 115);
}
  
.btn-group {
    font-size: 12px;
}  

/*Loader*/
#ns-t3al__loader {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#ns-t3al__loader.ns-show-overlay {
  display: block;
  z-index: 99999;
}

#ns-t3al__loader.ns-show-overlay::after {
  background-color: light-dark(#fff, #262626);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#ns-t3al__loader.ns-show-overlay .icon-t3al-loading {
  --icon-size: 100px;
  height: var(--icon-size);
  width: var(--icon-size);
}

#ns-t3al__loader .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

#ns-t3al__loader .loader-text {
  font-size: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% + 65px));
  z-index: 9;
}

.t3al-btn-icon * {
    pointer-events: none;
}

.ns-t3al .modal-footer {
  border-top-color: light-dark(rgb(191, 191, 191), rgb(64, 64, 64));
}

.form-description {
  margin-bottom: 10px;
}

.toggle-all-button + .expand-all-button .icon-actions-toggle-on,
.toggle-all-button:checked + .expand-all-button .icon-actions-toggle-off {
  display: none;
}

.toggle-all-button:checked + .expand-all-button .icon-actions-toggle-on {
  display: inline-block;
}