.logo_login {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

body,
html {
    background-color: #ecf2f8;
}

html,
body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}

option {
    color: #736949;
    font-weight: bold;
}

option[disabled] {
    color: #aaa;
    font-weight: normal;
}

.progressBarLoginCss {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.loaderDashboardCss {
    margin: auto;
}

.loaderDashboardChildOneCss {
    height: 100vh;
}

.loaderDashboardChildTwoCss {
    font-weight: 300;
}

.bgLoginCss {
    background-position: center;
    background-color: white !important;
}

.bgLoginTwoCss {
    background-position: center;
    background-image: url('../images/ut-login.png');
}

.nav-wrapper>.brand-logo {
    left: 5px;
}

.img-wrapper {
    padding: 6px 12px;
    border-radius: 3px;
    margin-bottom: 2rem;
}

.navbar-img {
    height: auto;
    max-height: 48px;
    width: auto;
    max-width: 128px;
    vertical-align: middle;
}

.brand-wrap {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}

.login-bg,
.login-bg-left {
    background-color: #736949;
    background-position: initial;
    background-size: cover;
    height: 100vh;
}

.login-bg-left>.container {
    width: 400px;
    max-width: 70%;
}

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 30;
}

.customBadge {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 2px;
    font-weight: 600;
}

#dataBatch {
    display: none;
}

.btn-flat.filter-btns[disabled],
.btn-flat.disabled.filter-btns {
    background: #f0f0f0 !important;
}

.kontenSkenario,
.kontenStandarJabatan,
.kontenKamusKompetensi {
    display: none;
}

#realtime #realtime:focus {
    background: aliceblue;
}

#realtime:hover {
    cursor: pointer;
}

.callTemplate {
    margin: 1rem auto;
    background: aliceblue;
    padding: 1rem;
    border-radius: 4px;
    border: 2px solid cornflowerblue;
}

.callTemplate.hide {
    margin: 0;
}

.btn.blue-text.text-darken-3.formElm[disabled] {
    color: #9f9f9f !important;
}

.holderBatchBtn {
    padding: 1rem;
    margin: 1rem 0 1.5rem 0;
    border-radius: 4px;
}

.login-container>.row,
.margin0 {
    margin: 0;
}

.login-container,
.login-container>.row,
.login-container>.row>.col {
    height: 100vh;
}

.font-16,
.font-16>* {
    font-size: 16px;
}

.ql-editor,
.ql-toolbar,
.ql-toolbar.ql-snow,
.ql-picker-label,
.ql-picker-item {
    font-family: "Open Sans", sans-serif;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    z-index: 100;
}

.ql-toolbar.ql-snow {
    border-radius: 0;
    border: 0;
    position: fixed;
    height: 42px;
    top: 50%;
    width: 100vw;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #bbb;
}

.ql-container,
.ql-editor {
    border-radius: 0;
    min-height: 33vh;
    background: #fbfbfb;
    border: 0 !important;
}

.ql-container {
    border: 1px solid #bbb !important;
    margin-top: 41px;
}

.ql-editor>* {
    line-height: 1.5;
    font-size: 14px !important;
}

.ql-editor>h1 {
    font-size: 4.2rem !important;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
}

.ql-editor>h2 {
    font-size: 3.56rem !important;
    line-height: 110%;
    margin: 2.3733333333rem 0 1.424rem 0;
}

.ql-editor>h3 {
    font-size: 2.92rem !important;
    line-height: 110%;
    margin: 1.9466666667rem 0 1.168rem 0;
}

.ql-container,
.ql-toolbar {
    margin-left: 0 !important;
}

#quillModal {
    overflow-x: hidden;
    height: 50%;
    max-height: 50%;
}

#quillModal>.modal-content {
    padding: 0;
}

.qlbt-operation-menu {
    z-index: 1100;
    top: 40% !important;
}

.btn-p {
    width: 45%;
    margin-top: 10px;
}

body {
    overflow-y: hidden;
}

body.auto {
    overflow-y: auto;
}

.webcall-light {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #fafafd;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.row .col {
    padding: 0;
}

.vac {
    display: inline-block;
    vertical-align: middle;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.row .ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 3.3rem !important;
}

.ml2 {
    margin-left: 8px;
}

.ml2:first-child {
    margin-left: 20px;
}

.w100 {
    display: block;
    width: 100%;
}

.w90 {
    width: auto;
    min-width: 80%;
    max-width: 90%;
}

.text-left {
    text-align: left;
}

.input-field .prefix {
    color: #aaa;
}

.grey-hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px auto;
}

.semibold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.italic {
    font-style: italic;
}

a.anchor {
    position: absolute;
    margin-top: -12px;
}

.toast.rounded {
    border-radius: 8px;
    font-weight: bold;
}

.toast.rounded.toast-warning {
    color: brown;
    background: rgb(255, 200, 0);
}

.toast.rounded.toast-success {
    color: darkgreen;
    background: rgb(225, 255, 225);
}

.progress-wrap {
    height: 4px;
    width: 100%;
}

.progress {
    margin: 0;
}

.card {
    margin: 0.2rem;
}

.title {
    border-bottom: 1px solid #ddd;
}

.title,
.subtitle {
    padding: 10px 20px;
}

.subtitle>.row {
    margin: 0;
}

.title>h5,
.title>.row>.col>h5 {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}

#dashboard.card-ie,
.card-ie {
    padding: 24px;
}

.container-custom {
    width: 97vw;
    margin: auto;
}

.logged {
    right: 40px;
}

.webcall,
.fgd {
    height: 560px;
    width: 100%;
}

.a-img-user {
    padding: 0;
    margin: 0;
}

.img-user {
    width: 4rem;
    height: auto;
    border-radius: 4px;
}

.img-small {
    width: 3.4rem;
    height: auto;
}

.a-img-user,
.img-user {
    display: inline-block;
}

.user-avatar {
    width: 160px;
    height: auto;
}

.onWhere {
    font-size: 12px;
    line-height: 1.5;
}

.top-btn {
    margin: 1rem auto;
}

.svgt {
    width: 36px;
    height: 64px;
    vertical-align: top;
}

.dropdown-content {
    min-width: 280px;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #736949;
}

.multiple-select-dropdown {
    max-height: 400px;
}

#infoAccount i {
    height: auto;
    line-height: normal;
}

#infoAccount {
    padding: 10px;
    font-weight: 700;
}

nav ul li.active>a.grey-text {
    color: #736949 !important;
}

.userScoringTable th:first-child,
.userScoringTable td:first-child {
    width: 240px;
    max-width: 300px;
}

.userScoringTable th:nth-child(2),
.userScoringTable td:nth-child(2) {
    width: 96px;
    max-width: 100px;
}

#candidateResultTable_wrapper>.dt-buttons,
#candidateStudyTable_wrapper>.dt-buttons {
    margin: 1rem 0;
    display: block;
    width: auto;
    text-align: center;
}

#aseTable_wrapper>.dt-buttons {
    margin: 1rem auto 0 auto;
    position: static;
}

#candidateResultTable th,
#candidateStudyTable th {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-bottom: 1px solid #ccc;
}

#candidateResultTable th:first-child,
#candidateResultTable td:first-child,
#candidateStudyTable th:first-child,
#candidateStudyTable td:first-child {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

#candidateResultTable>tbody>tr>td>hr,
#candidateResultTable>tbody>tr>td>.item-mail>hr,
#candidateResultTable>tbody>tr>td>.item-mail>div>hr,
#candidateStudyTable>tbody>tr>td>hr,
#candidateStudyTable>tbody>tr>td>.item-mail>hr,
#candidateStudyTable>tbody>tr>td>.item-mail>div>hr {
    border: 1px solid #ccc;
    margin: 0.5rem -10px;
}

.underlined {
    text-decoration: underline;
}

.project-elm,
.user-elm,
.asesor-elm,
.soal-elm,
.webcall-elm {
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
}

.user-penilaian {
    height: calc(100vh - 96px);
}

.row.dashboard {
    margin-bottom: 4px;
}

.input-search,
.bdsi {
    border: 0;
    padding: 0.8rem;
    padding-left: 2rem;
    outline: 0;
    width: 100%;
    transition: all 300ms;
}

.input-search {
    padding: 0.8rem;
    padding-right: 2rem;
    height: 45px;
}

.input-search,
.bdsi,
.mail-id,
.pertanyaan-id {
    background-color: whitesmoke !important;
    border: 1px solid rgba(165, 173, 186, 1);
}

#inputSearchScenario {
    border: 0 !important;
}

.mail-id,
.bdsi,
.pertanyaan-id {
    border-color: transparent !important;
}

.input-search:focus,
.bdsi:focus {
    background-color: #fafafd !important;
}

.bdsi {
    padding: 0.8rem;
}

.duration-left {
    margin-left: 10px;
}

.top-search-prefix {
    margin-top: 0.6rem;
    margin-left: 0.25rem;
}

.connection_state {
    width: 40px;
    cursor: help;
}

#nav-top>li {
    margin: 0 1px;
}

.mailboxForm>.row>.col>.input-field,
.mailboxForm>.mail-item-container,
.mailboxForm>.istirahat-item-container,
.mailboxForm>.interview-item-container,
.mailboxForm>.additional-item-container,
.mail-item>.row>.col>.input-field,
.interview-item>.row>.col>.input-field {
    margin: 5px 10px;
}

.bottom-buttons-container {
    margin-left: 20px;
}

.sif {
    margin-left: 20px !important;
}

.row.sif {
    margin-bottom: 0;
}

.mailboxForm>.row {
    margin-bottom: 0;
}

.line-top {
    margin: 10px 0;
}

.li-soal {
    margin: 0 0 5px 0;
}

#soalListContainer {
    margin-top: 0;
}

.mail-item,
.interview-item {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 20px;
}

.mail-item {
    padding-bottom: 3rem;
    border-radius: 0;
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: 1rem;
}

.mail-item:first-child {
    border-top: 0;
}

.interview-item {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.intfgdtitle {
    padding: 0 10px;
    line-height: 32px;
    min-height: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    background: rgb(136, 151, 168);
    text-align: center;
    margin-bottom: 2px;
}

.autocomplete-content.dropdown-content {
    top: 46px !important;
}

.cardInterviewFGD {
    background: #F5F5F0;
}

.btnFGDedit,
.btn.btnFGDedit {
    min-width: 150px;
    max-width: 100%;
    margin: 0.5rem 0;
}

.noteAsesor {
    resize: none;
    min-height: 140px;
    padding: 6px;
    border-radius: 3px;
    background: #fff;
}

.noteAsesorWrap {
    position: relative;
}

.tribute-container {
    text-align: left !important;
}

.noteBody {
    text-align: left;
}

.markWaktu {
    margin-left: -1.25rem;
    text-align: left;
}

.markWaktu>mark {
    background: #736949;
    display: inline-block;
    padding: 1px 4px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.catatanTitle {
    padding: 10px;
    font-size: 1rem;
    margin: 0 auto;
}

.boards>.card {
    margin: 0.2rem 0.2rem 0.6em 0.2rem;
}

.timelineNote {
    max-height: 320px;
    overflow-y: auto;
    margin: 10px auto;
}

#pertanyaanInterview {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
}

.pad2 {
    padding: 2px;
}

.titleAtas {
    margin: 1rem;
}

.titleBawah {
    background: #ececec;
    padding: 10px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    margin-top: 1rem;
}

.mail-item:last-child,
.istirahat-item:last-child,
.interview-item:last-child {
    border-bottom: 0;
}

.istirahat-item>.row {
    margin: 0;
    margin-bottom: 2rem;
}

.mail-item:first-child,
.interview-item:first-child {
    /*margin-top: 20px;
    border-top: 2px dashed #736949;*/
    padding-top: 1rem;
}

.additional-item {
    padding-top: 0;
}

.avatar-check-span {
    margin-top: 15px;
}

.istirahat-item,
.mail-item,
.mail-priority {
    background: transparent;
}

.absolute {
    width: 36px;
    height: auto;
    position: fixed;
    z-index: 5;
    right: 0;
    top: 40%;
    background: #fff;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 16px 0 0 16px;
    padding: 2px 0;
}

.absolute>.btn {
    margin: 2px;
}

.dropdown-content.select-dropdown {
    max-height: 480px;
}

.ganti_urutan {
    position: absolute;
    left: 0;
    top: auto;
    background: transparent;
    border: 0;
    margin-top: -72px;
}

input.red.lighten-3.error-scenario,
input.red.lighten-3.error-scenario:focus {
    border-bottom: 1px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.header-collapsible-scenario,
.header-collapsible-peserta {
    background: rgba(0, 135, 90, 0.08);
}

.header-collapsible-scenario {
    padding: 14px 20px !important;
}

.warningSkenario {
    padding: 5px 20px;
    border-radius: 20px;
    background: rgba(222, 53, 11, 0.1);
    display: inline-block;
}

.attachment_link {
    display: inline-block;
    margin: 2px 10px 2px 0;
    vertical-align: middle;
}

.attachment_link>span {
    font-size: 12px;
}

.attachment_link>span:first-of-type {
    font-weight: bold;
}

.replies-wrapper {
    margin-left: 1rem;
}

.mailbox-item>td {
    vertical-align: top;
}

.replies-td:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.fs11 {
    font-size: 11px;
    margin-top: 0;
}

.fth12 {
    font-size: 12px;
}

.narrow {
    min-width: 80px;
}

.narrower {
    min-width: 36px;
}

.pll {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.center.narrow.pll.sorting,
.center.narrower.pll.sorting,
.center.narrow.pll.sorting_asc,
.center.narrow.pll.sorting_desc,
.center.narrower.pll.sorting_asc,
.center.narrower.pll.sorting_desc {
    background-position: 90% center;
}

.reply-body {
    margin: 10px 0;
}

.reply-body>* {
    word-break: break-all;
}

.reply-body>h1 {
    font-size: 36px;
}

.reply-body>h2 {
    font-size: 32px;
}

.reply-body>h3 {
    font-size: 28px;
}

.reply-body>h4 {
    font-size: 24px;
}

.reply-body>h5 {
    font-size: 20px;
}

.reply-body>h6 {
    font-size: 18px;
}

/*
.reply-body.raw-response {
    padding: 6px;
    background: #e5e5e5;
    border-radius: 3px;
}*/
.analisis-textarea {
    border: 0;
    background: #f7f7f7;
    padding: 12px;
    border-radius: 3px;
    min-height: 240px;
    outline: none;
    resize: vertical;
    font-size: 1.1rem;
    line-height: 1.3rem;
    border: 2px solid transparent;
}

.analisis-textarea:focus {
    background: aliceblue;
    outline: none;
    border: 2px solid skyblue;
}

table.browser-default:not(.noborder) th,
table.browser-default:not(.noborder) td {
    border: 1px solid #ccc;
}

table.browser-default:not(.noborder) th:first-child,
table.browser-default:not(.noborder) td:first-child {
    border-left: 0;
}

table.browser-default:not(.noborder) th:last-child,
table.browser-default:not(.noborder) td:last-child {
    border-right: 0;
}

table.browser-default.full-border th:first-child,
table.browser-default.full-border td:first-child {
    border-left: 1px solid #ccc !important;
}

table.browser-default.full-border th:last-child,
table.browser-default.full-border td:last-child {
    border-right: 1px solid #ccc !important;
}

table.browser-default td {
    font-size: 12px;
}

table.browser-default.noborder>tr,
table.browser-default.noborder>th,
table.browser-default.noborder>td {
    border: 0 !important;
}

.laporanTable>table.browser-default td {
    font-size: 1rem;
}

.laporanTable>table.browser-default td:first-child,
.laporanTable>table.browser-default th:first-child,
.laporanAkhir>.deskripsiAkhir td:first-child,
.laporanAkhir>table.browser-default th:first-child {
    padding-left: 20px;
}

/* .laporanAkhir > table.browser-default td {
  vertical-align: top;
} */
.laporanAkhir>.deskripsiAkhir td {
    font-size: 1rem;
}

.penilaiAkhir th {
    background: transparent !important;
}

.penilaiAkhir td,
.penilaiAkhir th {
    font-size: 10px !important;
    padding: 8px;
}

table.asepesTable tbody tr td,
table.asepesTable thead tr th {
    word-break: break-all;
    padding: 8px 4px;
}

table.asepesTable tbody tr td:nth-child(1),
table.asepesTable thead tr th:nth-child(1) {
    width: 36px;
    max-width: 36px;
}

table.asepesTable tbody tr td:nth-child(4),
table.asepesTable thead tr th:nth-child(4),

table.asepesTable tbody tr td:nth-child(2),
table.asepesTable thead tr th:nth-child(2),
table.asepesTable tbody tr td:nth-child(3),
table.asepesTable thead tr th:nth-child(3) {
    width: 110px;
    max-width: 110px;
}

table.asepesTable tbody tr td {
    overflow: auto;
}

.yello {
    background: yellow !important;
}

table.cttable thead tr th {
    border-top: 0 !important;
}

table.cttable tbody tr:last-child,
table.cttable tbody tr:last-child td {
    border-bottom: 0 !important;
}

table.vtop tbody tr td {
    vertical-align: top;
}

.btnAssignAsesor,
.btnKosongkanAsesor,
.btnDeleteAsesor {
    padding: 0 6px;
}

.itrans {
    border: 0 !important;
    font-size: 12px !important;
    box-shadow: none !important;
    background: transparent !important;
    text-align: center;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.mb05 {
    margin-bottom: 0.5rem !important;
    min-width: 100px;
}

.nopadding {
    padding: 0 !important;
}

.ulcredential {
    margin-bottom: 10vh !important;
}

.aw,
.cw {
    display: inline-block;
    vertical-align: middle;
}

.aw {
    margin-right: 10px;
}

.back-wrapper {
    margin: 10px 0;
    height: auto;
}

.userScoringTable.browser-default td {
    font-size: 12px;
}

.userScoringTable.browser-default td:first-child,
.userScoringTable.browser-default th:first-child {
    padding-left: 10px !important;
}

table.browser-default th,
.grey-penilaian,
.grey-p {
    background: #f3f3f3;
}

.grey-penilaian>td {
    padding: 0 5px !important;
}

.kompetensi {
    font-size: 1rem !important;
}

.td-textarea,
.td-respon {
    min-width: 150px;
}

.td-respon {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.item-mail-header {
    border-bottom: 2px solid #ccc;
}

table.dataTable thead th {
    border-bottom: 0;
}

.item-mail-header,
.item-mail-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-height: 30px;
}

.item-mail-body {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.item-mail-body:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.item-soal {
    max-height: 360px;
}

[type="checkbox"]+span {
    font-size: 11px !important;
    line-height: 1.25rem !important;
    letter-spacing: 1px;
    color: #777;
}

[type="checkbox"].reset-checkbox,
[type="checkbox"].reset-checkbox:checked,
[type="checkbox"].reset-checkbox:not(checked) {
    opacity: 1;
    position: relative;
}

[type="checkbox"].reset-checkbox+span::before,
[type="checkbox"].reset-checkbox+span::after,
[type="checkbox"].reset-checkbox:checked+span::before,
[type="checkbox"].reset-checkbox:checked+span::after {
    display: none;
}

[type="checkbox"].reset-checkbox+span:not(.lever) {
    padding-left: 10px;
}

.floatThead-container {
    left: 3px !important;
}

.item-mail {
    margin-bottom: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.item-mail:last-of-type {
    margin-bottom: 0;
}

.f1rem {
    font-size: 1rem !important;
}

nav ul li.active {
    background: transparent;
}

.btn:not(.btn-floating),
.mail-item,
.input-search,
.bdsi,
.mail-id,
.pertanyaan-id {
    border-radius: 3px !important;
}

.user-li>.collapsible-header,
.fgd-li>.collapsible-header,
.scenario-li>.collapsible-header {
    padding: 14px 20px;
    display: block;
}

.user-li>.collapsible-header,
.user-li>.collapsible-body,
.fgd-li>.collapsible-body,
.fgd-li>.collapsible-header,
.scenario-li>.collapsible-header,
.scenario-li>.collapsible-body {
    border: 0;
    margin-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0;
    overflow: hidden;
}

.user-li>.collapsible-body,
.fgd-li>.collapsible-body,
.scenario-li>.collapsible-body {
    padding: 1rem 0.5rem;
    border-left: 4px solid #736949;
}

.user-li>.collapsible-header>.row,
.fgd-li>.collapsible-header>.row,
.scenario-li>.collapsible-header>.row {
    margin-bottom: 0;
}

.user-li>.collapsible-header.grey.lighten-3,
.fgd-li>.collapsible-header.grey.lighten-3,
.scenario-li>.collapsible-header.grey.lighten-3 {
    background: #f9f9f9 !important;
}

.scenario-li>.collapsible-header {
    padding-left: 20px;
}

.user-li>.collapsible-body,
.fgd-li>.collapsible-body,
.scenario-li>.collapsible-body {
    background: #F5F5F0;
}

.user-li>.collapsible-header i.tiny {
    font-size: 1rem;
}

.user-li>.collapsible-header i.fa {
    line-height: 1;
}

#credential.collapsible,
#ulFGD.collapsible,
#ulScenario.collapsible {
    box-shadow: none;
    border: 0;
    margin: 0.25rem -0.75rem;
}

strong {
    font-weight: 700;
}

.persentasePrioritas {
    font-size: 2rem;
    margin: 0.25rem auto;
}

p {
    margin: 0.25rem 0 !important;
}

p:first-of-type {
    margin-top: 0 !important;
}

.scenario-item,
.standarJabatan-item,
.kamusKompetensi-item {
    width: 100%;
    text-overflow: ellipsis;
    text-transform: none;
    padding: 12px 24px 12px 14px;
    font-weight: 600;
    margin: 0.2rem 0;
    overflow-x: hidden;
}

.span-truncated-content {
    display: inline-block;
    width: calc(100% - 10px);
}

.scenario-item.highlighted,
.standarJabatan-item.highlighted,
.kamusKompetensi-item.highlighted {
    font-weight: 600 !important;
    background: #736949 !important;
    color: #fff !important;
}

.highlighted::after {
    content: "\276D";
    position: relative;
    width: auto;
    height: auto;
    margin-right: -10px;
    z-index: 1;
    float: right;
}

.scenario-a:hover>.scenario-item,
.standarJabatan-a:hover>.standarJabatan-item,
.kamusKompetensi-a:hover>.kamusKompetensi-item {
    background: #ECEADF;
}

.bg-secondary {
    background: #ECEADF;
}

.fa-small {
    font-size: 9px;
    position: relative;
    top: -2px;
}

.select-penilaian {
    border: 0;
    outline: none;
    width: 60%;
    max-width: 100%;
    font-size: 1rem;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    background: #5a5a5a;
    border-color: #5a5a5a;
}

.dataTables_wrapper {
    margin-bottom: 5px;
    margin-top: -1rem;
}

.dataTables_info {
    margin-left: 5px;
}

.score-narasi {
    width: 60px;
    text-align: center;
    background: #ddd;
    /*border-bottom: 1px solid #464749;*/
    border: 0;
    border-left: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

#kembali {
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}

#onlyOnline>div>div>input.select-dropdown {
    margin: 0;
    font-size: 1rem;
    border: 0;
    width: calc(100% - 22px);
    margin-left: 22px;
}

#kembali:focus,
#closeUserScoring:focus {
    background: transparent;
}

.bb {
    width: 88%;
    margin: 0 auto 0.5rem auto;
    display: block;
}

#kembali>i {
    margin-right: -45px;
}

.ratingAkhir {
    font-size: 2rem;
    background: transparent;
    border: 0;
    border-radius: 3px;
    height: 60px;
    width: 68px;
}

.ratingAkhir:focus {
    outline: none;
    box-shadow: 0 0 2px #736949;
}

.ql-toolbar {
    margin-left: 10px;
}

.rundown th,
.rundown td {
    border: 1px solid #000;
    border-radius: 0;
}

.top-clear-suffix,
.top-search-suffix {
    position: relative;
    float: right;
    z-index: 1;
    margin-left: 1rem;
    margin-top: -2.2rem;
    margin-right: 0.5rem;
    color: #bbb;
}

.top-clear-suffix:hover {
    cursor: pointer;
    color: #aaa;
}

.foto-proctoring {
    min-width: 128px;
    min-height: 128px;
    background-image: url(data:image/gif;base64,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);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 128px;
}

.subtitle {
    margin: 0;
    background: #ececec;
}

.subtitle h5 {
    margin: 0.5rem 0;
}

.subtitle+div+div {
    padding: 0 20px 10px 20px;
    margin-left: 0 !important;
}

.subtitle+div+div+div {
    margin: 0 !important;
    padding: 0 0 0 20px;
}

.pvisibility {
    position: absolute;
    float: right;
    margin-top: 10px;
    margin-left: -40px;
    z-index: 10;
}

.pvisibility:hover {
    cursor: pointer;
}

.lineFill {
    width: 100%;
    height: 30px;
    background: #736949;
}

.lineFill.last,
.lineFill.lastFull {
    border-radius: 0 20px 20px 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.lineFill.lastFull {
    border-radius: 0;
}

.lineFill.zero {
    border-radius: 0 50% 50% 0;
    width: 5px;
}

.lineWrapper {
    background: #f6f6f6;
    width: 100%;
    height: 30px;
}

.penilaiWrap {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    background: #ececec;
}

hr.ghr {
    border: 0;
    height: 1px;
    border-top: 1px solid #ddd;
}

.video-interview-loader,
.video-fgd-loader {
    display: inline-block;
    margin: 1rem auto;
}

.settingProctoringAdmin:hover {
    cursor: pointer;
}

.settingProctoringAdmin:hover>i {
    color: #736949 !important;
}

.nbt {
    padding-left: 10px !important;
    font-size: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.backPeserta:hover {
    cursor: pointer;
}

table.userHeaderTable tr {
    border: 0;
}

table.userHeaderTable th,
table.userHeaderTable td {
    padding: 15px;
}

table.userHeaderTable {
    width: 78%;
}

.print-only {
    height: 0;
    width: 0;
    overflow: hidden;
}

.footerPrint {
    display: none;
}

/* .headerPrint {
    display: none;
}  */

@media print {

    html,
    body,
    div {
        float: none !important;
    }

    html,
    body {
        background: #fff;
    }

    .with-break table {
        page-break-inside: avoid-page;
    }

    .avoid-page-break-inside {
        page-break-inside: avoid;
    }

    .noprint {
        display: none;
    }

    .proctoringPrint {
        display: block;
    }

    .header-space,
    .footer-space {
        height: 0px;
    }

    .header-space.pancaran {
        height: 120px;
    }

    .header-space.ubaya-space {
        height: 280px;
    }

    .print-only {
        height: auto;
        width: auto;
        overflow: auto;
    }

    .footerPrint {
        display: block;
        position: fixed;
        bottom: 0;
        height: 100px !important;
    }

    .headerPrint {
        display: block;
        position: fixed;
        top: 0;
        height: 100px !important;
    }

    .headerPrint.pancaran {
        display: block !important;
        position: fixed !important;
        top: 140px !important;
        margin-left: 2.85rem;
    }

    .card {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .mailbox-item {
        background: transparent;
    }

    .mailbox-item {
        break-after: auto;
    }

    .pagebreak {
        display: block;
        page-break-after: always;
        position: relative;
    }

    .pagebreakbefore {
        page-break-before: always;
    }

    .title>h5 {
        font-size: 1rem;
    }

    .imageVerificationParent {
        margin-top: 1rem;
        width: 50% !important;
    }

    .imageProctoringParent {
        width: 25% !important;
    }

    .bg-print {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .pad4r.identitasDiri {
        padding-top: 0;
    }
}

/*
  color_scheme: #736949
  blue darken-3 #1565c0
*/
.input-field input:focus+label,
.input-field .prefix.active,
.blue-text.text-darken-3,

/*
  Datepicker (Date in Web)
*/
.datepicker-table td.is-today,
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
    color: #736949 !important;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: #736949 !important;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #736949 !important;
}

.datepicker-table td.is-today>.datepicker-day-button {
    font-weight: bold;
}

.datepicker-date-display,
.datepicker-table td.is-selected,
.month-prev:focus,
.month-next:focus {
    background: #736949 !important;
}

.chips.focus {
    border-bottom-color: #736949;
    box-shadow: 0 1px 0 0 #736949;
}

.datepicker-date-display .year-text,
.datepicker-date-display .date-text {
    font-size: 2rem;
}

.datepicker-table td.is-selected>.datepicker-day-button {
    color: #fff;
}

a {
    color: #736949;
}

.blue.darken-3:not([disabled]),
.blue.darken-3>th {
    background: #736949 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* label underline focus color */
.row .input-field input:focus,
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #736949 !important;
    box-shadow: 0 1px 0 0 #736949 !important;
}

.chips .input {
    width: 180px !important;
}

.row .chips.input-field input:focus {
    border: 0 !important;
    box-shadow: none !important;
}

/* TRIBUTE JS */
.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999;
    margin-top: -70px !important;
}

.tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #efefef;
}

.tribute-container li {
    padding: 5px 5px;
    cursor: pointer;
}

.tribute-container li.highlight {
    background: #ddd;
}

.tribute-container li span {
    font-weight: bold;
}

.tribute-container li.no-match {
    cursor: default;
}

.tribute-container .menu-highlighted {
    font-weight: bold;
}

.sedang-diedit {
    background: lightyellow;
    padding: 5px;
    border: 2px solid transparent;
}

.sedang-diedit:focus {
    outline: none;
    border-color: darkgreen;
}

.kecocokanWrap {
    min-width: 280px;
    max-width: 340px;
    height: 165px;
    color: white;
    text-align: center;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-weight: bold;
}

.kecocokanPersen {
    font-size: 70px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
}

.kecocokanJabatan {
    font-size: 10px;
    padding: 5px 20px;
    max-width: 300px;
    word-wrap: break-word;
}

.p20 {
    padding: 20px !important;
}

.p5 {
    padding: 5px !important;
}

.direkomendasikan {
    background-image: url(/images/compressed/cocok-2.png);
}

.direkomendasikan>.kecocokanJabatan {
    color: seagreen;
}

.dipertimbangkan {
    background-image: url(/images/cocok-1.png);
}

.dipertimbangkan>.kecocokanJabatan {
    color: darkorange;
}

.gugur {
    background-image: url(/images/cocok-0.png);
}

.gugur>.kecocokanJabatan {
    color: orangered;
}

.borderJabatan {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.parentTdPenilaian {
    padding: 0;
}

.btnTdPenilaian {
    display: flex;
    cursor: pointer;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

a.aTdPenilaian,
.btn-border-blue {
    margin: 0 auto;
    text-transform: none;
    border: 1px solid #736949 !important;
    box-shadow: none;
    overflow: hidden;
}

a.aTdPenilaian.transparent:not([disabled]) {
    border-bottom: 1px solid #736949;
}

a.aTdPenilaian[disabled] {
    border: 1px solid #bbb;
    box-shadow: none;
    cursor: not-allowed;
}

.btnTdPenilaian:hover {
    background-color: #e3f2fd;
}

.btnTdPenilaian.disabled:hover {
    background-color: transparent;
    cursor: not-allowed;
}

.btnTdPenilaian.disabled:hover>i {
    color: #9e9e9e !important;
}

table#tablePenilaianAsesor tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
}

.blue-bottom-border {
    display: inline-block;
    padding: 20px 0 10px 0;
    border-bottom: 4px solid #736949;
    margin-bottom: -2px;
}

.user-elm.user-asesor,
.user-elm.interaksi-elm {
    height: calc(100vh - 172px);
    min-height: 50vh;
    border-radius: 6px;
}

table th:first-child {
    border-radius: 4px 0 0 0;
}

table th:last-child {
    border-radius: 0 4px 0 0;
}

table thead tr {
    border-bottom-color: transparent;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #888;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    padding: 1rem 0;
    text-align: left;
}

.dataTables_wrapper .dataTables_filter input {
    margin: 0;
}

td,
th:not(:last-child),
th:not(:first-child) {
    border-radius: 0;
}

table.table-bordered td,
table.table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

table.table-bordered th:first-child {
    border-radius: 0;
}

table.table-bordered th:last-child {
    border-radius: 0;
}

table.table-bordered tr {
    border: 0 !important;
}

.projectInfo,
.kamusInfo,
.formInfo {
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.divInfo {
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.blueverylighten {
    background-color: #fdfdfd;
}

.switch.blue-switch label input[type="checkbox"]:checked+.lever {
    background-color: #80caf8;
}

.switch.blue-switch label input[type="checkbox"]:checked+.lever:after {
    background-color: #736949;
}

.bb {
    border-bottom: 1px solid #ddd;
}

.backgroud-star {
    border: 1.5px outset yellow;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    margin-right: 0.2rem;
}

.select-standar-jabatan-final {
    float: right;
    width: auto;
    margin-top: -12.5px;
}

/* LIST VIDEO TWILIO HALAMAN PENILAIAN */
.interview-video-trigger,
.fgd-video-trigger,
.roleplay-video-trigger,
.individualroleplay-video-trigger,
.presentation-video-trigger,
.panelpresentation-video-trigger {
    display: flex;
    margin: 1rem 0px;
    padding: 5px;
    border-radius: 4px;
}

.interview-video-trigger:hover,
.fgd-video-trigger:hover,
.roleplay-video-trigger:hover,
.individualroleplay-video-trigger:hover,
.presentation-video-trigger:hover,
.panelpresentation-video-trigger:hover {
    background: aliceblue !important;
    cursor: pointer;
}

.injectVideo>.plyr {
    border-radius: 4px;
}

.box-standar {
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 0.25rem;
    display: inline-block;
}

/* LAPORAN AKHIR CSS */
.laporan-header {
    padding: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.laporan-h-icon {
    width: 68px;
    height: 72px;
    position: absolute;
}

.tabs {
    background-color: rgba(221, 221, 221, 0.4);
}

.tabs .tab a {
    color: #979797;
    /*Custom Text Color*/
}

.tabs .tab a:hover {
    color: #736949;
    /*Custom Color On Hover*/
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent;
    color: #736949;
}

.tabs .tab a:focus.active {
    color: #736949;
    /*Custom Text Color While Active*/
    background-color: rgba(38, 166, 154, 0.2);
    /*Custom Background Color While Active*/
}

.tabs .indicator {
    background-color: #736949;
    /*Custom Color Of Indicator*/
}

.left-24 {
    margin-left: 24px !important;
}

.left-12 {
    margin-left: 12px !important;
}

.hr {
    border-bottom: 2px solid #d4d4d4;
}

.vr {
    border-right: 2px solid #d4d4d4;
}

.border {
    border: 2px solid #d4d4d4;
}

.right-24 * {
    margin-right: 24px;
}

.space-hor-12 * {
    margin: 0px 12px;
}

.space-ver-12 * {
    margin: 12px 0px;
}

.space-ver-3 * {
    margin: 3px 0px;
}

.kHeader {
    background: #00875a14;
}

.kIndex {
    width: 60px;
    text-align: center;
    color: white;
    background: #0065ff;
    vertical-align: middle;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-direkomendasikan {
    background: #00875a;
}

.index-dipertimbangkan {
    background: darkorange;
}

.index-gugur {
    background: orangered;
}

.k-rating-container {
    display: flex;
}

.potensi {
    border: 2px solid #f9a825;
    border-radius: 4px;
}

.preview {
    width: 180px;
    height: 120px;
}

.flex-mid {
    display: flex;
    align-items: center;
}

.light-blue {
    background: rgb(155, 155, 236) !important;
}

.no-border {
    border: none !important;
}

.table-no-border tr,
.table-no-border th,
.table-no-border td {
    border: 0 !important;
}

.attachmentBg {
    border-radius: 10px;
    display: block;
    padding: 10px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.laporan-header {
    padding: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.laporan-h-icon {
    width: 68px;
    height: 72px;
    position: absolute;
}

.tabs {
    background-color: rgba(221, 221, 221, 0.4);
}

.tabs .tab a {
    color: #979797;
    /*Custom Text Color*/
}

.tabs .tab a:hover {
    color: #736949;
    /*Custom Color On Hover*/
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent;
    color: #736949;
}

.tabs .tab a:focus.active {
    color: #736949;
    /*Custom Text Color While Active*/
    background-color: rgba(38, 166, 154, 0.2);
    /*Custom Background Color While Active*/
}

.tabs .indicator {
    background-color: #736949;
    /*Custom Color Of Indicator*/
}

.left-24 {
    margin-left: 24px !important;
}

.hr {
    border-bottom: 2px solid #d4d4d4;
}

.right-24 * {
    margin-right: 24px;
}

.space-hor-12 * {
    margin: 0px 12px;
}

.space-ver-12 * {
    margin: 12px 0px;
}

.space-12>* {
    margin: 12px;
}

.space-ver-3 * {
    margin: 3px 0px;
}

.kHeader {
    background: #00875a14;
}

.kIndex {
    width: 60px;
    text-align: center;
    color: white;
    background: #0065ff;
    vertical-align: middle;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-direkomendasikan {
    background: #00875a;
}

.index-dipertimbangkan {
    background: darkorange;
}

.index-gugur {
    background: orangered;
}

.k-rating-container {
    display: flex;
    align-items: center;
}

.potensi {
    border: 2px solid #f9a825;
    border-radius: 4px;
}

.preview {
    width: 180px;
    height: 120px;
}

.flex1 {
    flex: 1;
}

.light-blue {
    background: rgb(155, 155, 236) !important;
}

.no-border {
    border: none !important;
}

.border-table>* {
    border: 1px solid #ccc;
}

.border-table>*:first-child,
.border-table>*:nth-child(odd) {
    border-left: 0;
}

.border-table>*:last-child,
.border-table>*:nth-child(odd) {
    border-right: 0;
}

.kSourceItem>* {
    height: 160px;
}

/* breathing room */
.main-pad {
    padding: 1rem !important;
}

.pad-h {
    padding: 0.7rem !important;
}

.with-border {
    border: 2px solid #d4d4d4;
}

.kelebihan {
    background: #d5fade;
    border-radius: 12px;
    margin-bottom: auto;
    flex: 50%;
}

.pengembangan {
    background: #f4f4f4;
    border-radius: 12px;
    margin-bottom: auto;
    flex: 50%;
}

.karakteristik {
    border-radius: 12px;
    margin-bottom: auto;
    margin-right: 0px;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-between {
    justify-content: space-between;
}

.end-container>* {
    margin-inline: 12px;
}

.end-container:last-child {
    flex: 1;
    margin-right: 0px !important;
}

.icon {
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.utils-absolute {
    position: absolute;
    right: -64px;
    top: 0;
}

.select-item {
    min-width: 350px;
    border-radius: 12px;
    cursor: pointer;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-1 {
    flex: 1;
}

.flex-1.start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.pad-2rem {
    padding: 2rem;
}

.gradient-bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(0, 0, 0, 1) 100%);
}

/* INPUT LOGIN */
.input-field input.input-login-elm {
    padding: 0 12px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: none !important;
}

.input-field input.input-login-elm:focus {
    outline: none;
    border: 1px solid #736949;
    box-shadow: none !important;
}

.input-field input.input-login-elm~label:not(.label-icon).active {
    -webkit-transform: translateY(-18px) scale(0.8);
    transform: translateY(-18px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #736949;
}

#password {
    padding-right: 50px;
}

/* BREAK POINTS */
@media (max-width: 992px) {
    .container-custom {
        width: auto;
    }

    body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .login-bg {
        display: none;
        height: 0;
    }

    .scenario-item {
        width: auto;
        margin: 1rem 2px;
    }

    nav .brand-logo {
        transform: none;
    }

    .resetBtn {
        width: auto;
    }

    .editBtnProject {
        width: auto;
    }

    .user-elm,
    .project-elm,
    .asesor-elm,
    .interaksi-elm,
    .soal-elm,
    .webcall-elm,
    .user-penilaian {
        height: auto;
    }

    .user-elm.user-asesor,
    .user-elm.interaksi-elm {
        height: auto !important;
    }

    table {
        width: 100%;
        overflow: auto;
    }
}

@media (max-width: 601px) {

    .interview-timer-action,
    .fgd-timer-action,
    .roleplay-timer-action,
    .individualroleplay-timer-action,
    .presentation-timer-action,
    .panelpresentation-timer-action,
    .injectVideo {
        min-height: auto;
        height: auto !important;
    }

    #qrResult~.left-24 {
        margin-left: 0 !important;
    }

    .interview-video-trigger,
    .fgd-video-trigger,
    .roleplay-video-trigger,
    .individualroleplay-video-trigger,
    .presentation-video-trigger,
    .panelpresentation-video-trigger {
        display: block !important;
    }

    .login-bg-left>.container {
        max-width: 95%;
    }

    #qrResult.container {
        width: 100%;
        max-width: 100%;
    }

    #qrResult>.boards>.title,
    #qrResult>.boards>.row,
    .f1rem {
        font-size: 12px !important;
    }

    .btn-p {
        width: auto;
        margin-top: auto;
    }

    .duration-left {
        margin-left: 0;
    }

    .li-soal {
        margin: 5px;
    }

    .mailboxForm>.row>.col>.input-field,
    .mailboxForm>.mail-item>.row>.col>.input-field,
    .mailboxForm>.interview-item>.row>.col>.input-field,
    .sif {
        margin: 5px 10px !important;
    }
}

/* --- Summernote --- */
.note-editor {
    background-color: white;
}

table.table-bordered td,
table.table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.664) !important;
}

table.table-bordered th:first-child {
    border-radius: 0 !important;
}

table.table-bordered th:last-child {
    border-radius: 0 !important;
}

table.table-bordered tr {
    border: 0 !important;
}

.note-editor>div>div>ul,
.mail-body ul,
.modal-content ul {
    padding-left: 40px;
    list-style-type: initial;
}

.note-editor>div>div>ul>li,
.mail-body ul li,
.modal-content ul li {
    list-style-type: initial;
}

.sn-checkbox-use-protocol>label>input[type="checkbox"],
.sn-checkbox-open-in-new-window>label>input[type="checkbox"] {
    opacity: 1;
    pointer-events: auto;
    margin-left: -1.2rem;
    margin-top: 0.1rem;
}

.sn-checkbox-use-protocol>label,
.sn-checkbox-open-in-new-window>label {
    margin-left: 1rem;
}

.note-modal-footer {
    height: 55px;
}

.note-btn-group.open .note-dropdown-menu,
.note-dropdown-item {
    display: block;
    min-width: 280px;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 238px;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 348px;
}

.btn.btn-light {
    line-height: 1rem;
    height: auto;
    border-radius: 2px;
    background: #fcfcfc;
    color: #000;
    margin: 5px auto !important;
}

.note-editable,
.note-editor.note-frame .note-placeholder {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.note-editor.note-frame .note-placeholder {
    color: #bbb;
    font-style: italic;
}

/* OVERRIDE UL */
ul {
    padding-left: 40px;
    list-style-type: disc;
}