
.content-editor-section .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
.content-editor-section .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    min-height: 200px;
    max-height: 400px;
    border: 1px solid #bed3e4 !important;
    border-top: none !important;
}

.content-editor-section .ck.ck-toolbar {
    border: 1px solid #bed3e4 !important;
}

.content-editor-section .ck.ck-editor__main {
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.content-editor-section .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    box-shadow: none !important;
}

.history-drawer,
#history-drawer {
    position: fixed;
    top: 0px;
    right: -560px;
    width: 560px;
    height: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.18) -8px 0px 24px;
    transition: right 0.25s;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

#history-drawer.is-open {
    right: 0px;
}

#history-drawer-backdrop {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s;
    z-index: 1040;
}

#history-drawer-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

#history-drawer-body {
    padding: 18px 20px;
    overflow-y: auto;
    flex: 1 1 0%;
}

#history-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #bed3e4;
}

.border-color-blue-gray-300 {
    border: 1px solid #bed3e4 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.hide{
    display: none !important;
}

.select-n-action-panel {
    top: 4px;
    inset-inline-end: 10px;
    position: absolute;
}

.select-n-details-list ul{
    list-style-type: disc !important;
}

.quote-icon {
    font-size: 12px;
    line-height: 1;
    color: black;
    opacity: 0.85;
    z-index: 1;
}

.assessor-comment-content-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.assessor-comment-content {
  flex: 1;
  min-width: 0;
}

.quote-icon-left {
  align-self: flex-start;
}

.quote-icon-right {
  text-align: right;
  align-self: flex-end;
}

.assessor-comment-section-wrapper {
    border-radius: 8px;
}

.band-analysis-assessor-comment-section-wrapper, .select-n-assessor-comment-section-wrapper {
    background-color: white;
}

.edit-action-btn .icon, .history-action-btn .icon{
    margin-inline-end: 0.125rem;
}

/* ===== btn-primary ===== */


.btn-primary {
  color: #ffffff;
  background: #0b41ad;
  border-color: #0b41ad;
  box-shadow: 0 0 0 !important;
}

.btn-primary:hover {
  background: #2C6EF2 !important;
  border-color: #2C6EF2 !important;
  color: #ffffff;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background: #2C6EF2;
  border-color: #2C6EF2 !important;
  color: #ffffff;
}

.btn-primary:focus-visible {
  box-shadow: 0 0 0;
}

.btn-primary:active {
  background: #0E53DD !important;
  border-color: #0E53DD !important;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary.dropdown-toggle.show {
  background-color: #0E53DD;
  border-color: #0E53DD !important;
  color: #ffffff;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff;
  background-color: #0b41ad66;
  border-color: #0b41ad66;
}

/* ===== btn-outline-secondary-gray ===== */

.btn-outline-secondary-gray {
  color: #001F52;
  border-color: #BED3E4;
  background: #ffffff;
}

.btn-outline-secondary-gray:hover {
  background: #F8FAFC !important;
  border-color: #BED3E4 !important;
  color: #0B41AD !important;
}

.btn-check:focus + .btn-outline-secondary-gray,
.btn-outline-secondary-gray:focus {
  background: #F8FAFC;
  color: #0B41AD;
}

.btn-check:checked + .btn-outline-secondary-gray,
.btn-check:active + .btn-outline-secondary-gray,
.btn-outline-secondary-gray:active,
.btn-outline-secondary-gray.active,
.btn-outline-secondary-gray.dropdown-toggle.show {
  background-color: #F8FAFC !important;
  border-color: #BED3E4 !important;
  color: #001F52 !important;
}

.btn-check:checked + .btn-outline-secondary-gray:focus,
.btn-check:active + .btn-outline-secondary-gray:focus,
.btn-outline-secondary-gray:active:focus,
.btn-outline-secondary-gray.active:focus,
.btn-outline-secondary-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}

.btn-outline-secondary-gray:disabled,
.btn-outline-secondary-gray.disabled {
  color: #BED3E4;
  border-color: #BED3E4;
}

/* ===== btn-link-primary ===== */

.btn-link-primary {
  color: #0b41ad;
  border: 0;
  background: transparent;
}

.btn-link-primary:hover {
  background: rgba(11, 65, 173, 0.05) !important;
  color: #0b41ad !important;
  border: 0 !important;
}

.btn-check:focus + .btn-link-primary,
.btn-link-primary:focus {
  background: rgba(11, 65, 173, 0.05);
  color: #0b41ad;
  border: 0;
}

.btn-check:checked + .btn-link-primary,
.btn-check:active + .btn-link-primary,
.btn-link-primary:active,
.btn-link-primary.active,
.btn-link-primary.dropdown-toggle.show {
  background-color: #0b41ad1a !important;
  color: #0b41ad !important;
  border: 0;
}

.btn-check:checked + .btn-link-primary:focus,
.btn-check:active + .btn-link-primary:focus,
.btn-link-primary:active:focus,
.btn-link-primary.active:focus,
.btn-link-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}

.btn-link-primary:disabled,
.btn-link-primary.disabled {
  color: #0B41AD;
  background-color: transparent;
  border: 0;
}

.save-btn, .discard-btn, .edit-action-btn, .history-action-btn {
    padding: 10px 16px;
}

.action-panel-negative-margin {
    margin-bottom: -30px;
}

.action-panel-default-margin {
    margin-bottom: 8px;
}

.edit-action-btn-dark-mode, .history-action-btn-dark-mode {
    color: white !important;
}

.edit-action-btn-dark-mode:hover, .history-action-btn-dark-mode:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

.save-btn-dark-mode{
    color: #001F52 !important;
    background: rgba(255, 255, 255) !important;
    border-color: rgba(255, 255, 255) !important;
}

.save-btn-dark-mode:hover{
    color: #001F52 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255) !important;
}

.discard-btn-dark-mode{
    color: white !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.discard-btn-dark-mode:hover{
    color: white !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
}