.btn-yinmn-blue {
    color: #ffffff !important;
    background-color: #133139 !important;
    border-color: #133139 !important;
}

.btn-yinmn-blue:hover {
    color: #ffffff !important;
    background-color: #062d50 !important;
    border-color: #062d50 !important;
}

.btn-yinmn-blue:focus,
.btn-yinmn-blue.focus {
    color: #ffffff;
    background-color: #062d50;
    border-color: #062d50;
    box-shadow: 0 0 0 0.2rem rgba(34, 88, 134, 0.5);
}

.btn-yinmn-blue.disabled,
.btn-yinmn-blue:disabled {
    color: #ffffff;
    background-color: #225886;
    border-color: #225886;
}

.btn-yinmn-blue:not(:disabled):not(.disabled):active,
.btn-yinmn-blue:not(:disabled):not(.disabled).active,
.show > .btn-yinmn-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #062d50;
    border-color: #062d50;
}

.btn-yinmn-blue:not(:disabled):not(.disabled):active:focus,
.btn-yinmn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-yinmn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 88, 134, 0.5);
}

.bg-yinmn-blue {
    background-color: #133139 !important;
}

.btn-maize {
    color: #ffffff !important;
    background-color: #ffc950 !important;
    border-color: #ffc950 !important;
}

.btn-maize:hover {
    color: #ffffff !important;
    background-color: #d69e26 !important;
    border-color: #d69e26 !important;
}

.btn-maize:focus,
.btn-maize.focus {
    color: #ffffff;
    background-color: #d69e26;
    border-color: #d69e26;
    box-shadow: 0 0 0 0.2rem rgba(255, 201, 80, 0.5);
}

.btn-maize.disabled,
.btn-maize:disabled {
    color: #ffffff;
    background-color: #ffc950;
    border-color: #ffc950;
}

.btn-maize:not(:disabled):not(.disabled):active,
.btn-maize:not(:disabled):not(.disabled).active,
.show > .btn-maize.dropdown-toggle {
    color: #ffffff;
    background-color: #d69e26;
    border-color: #d69e26;
}

.btn-maize:not(:disabled):not(.disabled):active:focus,
.btn-maize:not(:disabled):not(.disabled).active:focus,
.show > .btn-maize.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 201, 80, 0.5);
}

.bg-maize {
    background-color: #ffc950 !important;
}

.datatables-collapse td:first-child.main {
    background: url("https://datatables.net/examples/resources/details_open.png")
        no-repeat center center;
    cursor: pointer;
}

.datatables-collapse tr.shown td:first-child.main {
    background: url("https://datatables.net/examples/resources/details_close.png")
        no-repeat center center;
}

.ql-toolbar.ql-snow {
    display: none;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 500px;
}

.form-sub-question .ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 100px;
}

.form-sub-question .ck-editor__main {
    min-width: 100%;
}

.w-70 {
    width: 70%;
}

.w-15 {
    width: 15%;
}

.cop-mail {
    width: 100% !important;
    margin: auto;
    display: flex;
}

.errors-form {
    font-size: 11px;
}

.form-sub-question .text-underline {
    text-decoration: underline;
}

.form-sub-question trix-editor,
.note-editor.note-frame {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
    background-color: white !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top: 0 !important;
}

.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.view-question-modal ul.todo-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.question-table th,
.question-table td {
    padding: 0 !important;
}

.dynamic-body-bobot .trix-button-row,
.dynamic-table-check .trix-button-row {
    display: none !important;
}

.table-print-view table,
.table-print-view th,
.table-print-view td {
    border: 1px solid black;
    border-collapse: collapse;
    color: black;
}

@media screen {
    #printSection {
        display: none;
    }
}

.input-print {
    font-size: 14px;
}

.w-89 {
    width: 89%;
}

.w-81 {
    width: 81%;
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection,
    #printSection * {
        visibility: visible;
    }

    .label-ttd {
        display: none;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    .print-view {
        margin: 0px auto;
        top: 0px;
        bottom: 0px;
        width: auto;
    }

    .print-hidden{
        display: none!important;
    }

    .print-show{
        display: inline-block!important;
    }

    .input-print {
        border-color: transparent;
        -webkit-appearance: none;
        padding: 0;
    }

    ol {
        padding-left:18px!important;
        margin-bottom: 0!important;
    }
    .preview-table tr td {
        padding: 5px;
    }
}

.print-show{
    display: none;
}

.dt-button {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #ffffff;
    background: linear-gradient(11deg, rgba(255, 162, 0,1) 0%, rgba(255, 162, 0,1) 35%, rgba(255, 162, 0,0.6181066176470589) 100%);
    border-color: #ffa200;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}
input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}
input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

figure {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}

.text-black {
    color: #000000 !important;
}

.text-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.hidden {
    display: none;
}

.h-75-px {
    min-height: 75px !important;
}

.items-center {
    align-items: center;
}

.w-70 {
    width: 70%;
}

.border-input{
    border: 1px solid #dee2e6;
}

.border-b-bold{
    border-bottom: 3px solid black;
}

.border-b-medium{
    border-bottom: 2px solid black;
}

.border-b-small{
    border-bottom: 1px solid black;
}
.border-b-small td {
    padding: 1px;
}

.modal-fullscreen {
    width: 80%!important;
    min-width: 1140px;
    max-width: 100%!important;
}

nav.navbar {
    .nav-heading {
        font-size: 16px;
        font-weight:700;

        .fe {
            font-size: 18px;
            font-weight:900;
        }
    }
    .nav-link {
        font-size: 14px;
        font-weight:300;
    }
    .not-link {
        font-weight:600;
    }
}

.vertical .sidebar-left .navbar-nav > .nav-item:not(:has(.not-link)),
.vertical.hover .sidebar-left .navbar-nav > .nav-item:not(:has(.not-link)),
.narrow.open .sidebar-left .navbar-nav > .nav-item:not(:has(.not-link)) {
    &:hover {
        position: relative;

        &:after {
            content: "";
            position: absolute;
            left: -1rem;
            top: 0;
            bottom: 0;
            width: 3px;
            background-color: white;
        }
    }
}
.page-title {
    font-weight: 900!important;
}
.modal-title {
    font-size: 18px;
    font-weight: 700;
}

.form-group {
    label {
        font-weight: 500;
        &:before {
            content : '[';
        }
        &:after {
            content : ']';
        }
        &.required {
            &:after {
                content : '] *';
            }
        }
    }
}

input:required,
select:required,
textarea:required {
    border-color: #dc3545;

}

.no-bullets {
    list-style-type: none;
    padding: 0;

    li {
        margin: 2px 0;
    }
}

table thead > tr > th {
    border-width: 0!important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.bg-fe {
    background: url('/assets/icon/bg.jpg');
}

.wraper_request,
.wraper_communication {
    border: 1px solid #dc3545;
    border-radius: 10px;
    margin: 10px 3px 20px 3px!important;
    padding: 15px;
}

.nav-profile {
    font-size: 14px;
    list-style-type: none;
}

#wrapper-photo img {
    object-fit: cover;
    object-position: center;
}

.wrapper-text {
    width: 150px;
}

.wrapper-text span {
    display: inline;
    word-break: break-word;
}

#preview-number-spt {
    word-break: break-all;
}

.preview-spd-out .wrap-preview-table {
    font-size: 13px;
}

.preview-spd-out .wrap-preview-table ol{
    padding-left:14px!important;
    margin-bottom: 0!important;
}

.preview-spd-out .wrap-preview-table table.preview-table tr td{
    padding: 5px!important;
}

.preview-spd-out .wrap-preview-kwitansi {
    font-size: 13px;
}

.preview-spd-out .wrap-preview-kwitansi .title{
    font-size: 16px;
}

.preview-spd-out .wrap-preview-kwitansi tbody tr td {
    padding: 5px;
}

.preview-spd-in {

}

.wrap-trip-report {
    color: black!important;

    p.title {
        font-size: 18px;
        color: black!important;
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
    }
    .line {
        margin: 20px 0;
        height: 1px;
        border-top: 3px solid black;
        border-bottom: 1px solid black;
    }
}

ol.upper-alpha {
    list-style-type: upper-alpha;
    padding-left: 20px;

    > li::marker {
        font-weight: bold;
    }

    ul {
        margin: 5px 0 20px 0;
        list-style-type: none;
        padding-left: 0px;
    }
}
.font-bold {
    font-weight: 700;
}
.font-semibold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-light {
    font-weight: 300;
}
.font-thin {
    font-weight: 200;
}
.font-extralight {
    font-weight: 100;
}
.font-black {
    font-weight: 900;
}
.font-extrabold {
    font-weight: 800;
}

.select2-container--bootstrap4.select2-container--disabled {
    .select2-selection__clear {
        color: transparent;
        background: transparent;
    }
}

.dataTables_length {
    margin-top: 20px;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 0px !important;
    font-size: 0px !important;
    background-color: transparent;
    height: 60px !important;
    width: 60px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  80.99%{transform:scaleY(1)  rotate(135deg)}
  90%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.flex-column {
    flex-direction: column;
}