.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.icon-active {
    display: none;
}

.nav-item.active .icon-active {
    display: block;
}

.nav-item.active .icon-default {
    display: none !important;
}

.photo-wrapper {
    display: inline-block;
    position: relative;
    height: 36px;
}

.photo-profile {
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
}

.dot-circle {
    position: absolute;
    top: 0;
    left: -20px;
    width: fit-content;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    height: fit-content;
    padding: 2px 7px;
    background-color: #ED1C24;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body,
.tooltip {
    font-family: Lato !important;
    background-color: #ECECEC;
}

body,
.btn,
.form-control,
.form-select,
.table,
.tooltip,
.dropdown-menu,
.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: .8rem;
}

a {
    color: #ED1C25;
    text-decoration: none;
}

a:hover {
    color: #ED1C25;
}

.navbar-brand {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.15em;
    text-align: left;
    color: black !important;
    margin-right: 0 !important;
}

.icon-input {
    position: absolute !important;
    top: 10px;
    left: 20px;
}

.icon-input-end {
    position: absolute !important;
    bottom: 26px;
    right: 25px;
}

.nav-devider {
    border-right: 1px solid #D3D3D3;
    margin: 6px 20px;
}

.nav-link {
    color: black !important;
}

.text-main {
    color: #ED1C25;
}

.btn-main {
    color: #fff;
    background-color: #ED1C25;
    border-color: #ED1C25;
}

.btn-main-line {
    color: #ED1C25 !important;
    border-color: #ED1C25;
}

.btn-secondary-line {
    color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .125);
}

.btn-secondary-line:hover {
    color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .25);
}

.btn-disabled,
.btn-disabled:hover {
    color: #fff;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.btn-main:hover,
.btn-blue:hover,
.btn-silver:hover {
    color: #fff;
}


.btn-blue {
    color: white;
    background-color: rgba(63, 158, 245, 1);
}

.btn:disabled {
    color: white;
    background-color: rgba(192, 192, 192, 1) !important;
    border-color: rgba(192, 192, 192, 1) !important;
}

.btn-lime {
    color: white !important;
    background-color: #7ecb26;
}


hr {
    background-color: #7f7f7f !important;
}

label {
    margin-bottom: 5px;
}

.form-select,
.form-control {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    padding: 7px 15px;
    border-radius: 10px;
}

.form-select {
    padding-right: 35px;
}

.btn {
    border-radius: 50rem;
    padding: 0.375rem 1rem;
}

.rounded-4 {
    border-radius: 10px;
}

[class^="col-md"] {
    margin-bottom: 15px;
}

.select2 {
    border-radius: 10px;
}

.container .form-control,
.container .select2 {
    margin-bottom: 0px;
}

.select2-container--bootstrap-5 .select2-selection {
    border-radius: 10px;
}

.required::after {
    content: '*';
    margin-left: 5px;
    color: #ED1C25;
}

.input-radio {
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    display: block;
    padding: 7px 34px;
}

.form-check-input:checked {
    background-color: #ED1C25;
    border-color: #ED1C25;
}

.milestone .btn {
    width: 40px;
    height: 40px;
}

/*.text-muted{
  color: #D3D3D3 !important;
}*/

.form-control:disabled,
.form-control[readonly] {
    background-color: #f8f9fa;
}

.nonproject-input {
    display: none;
}

.flatpickr-current-month {
    font-size: 100%;
    padding-top: 10px;
    font-size: 1rem;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #ED1C25;
    border-color: #ED1C25;
}

.ui-autocomplete {
    min-width: 400px !important;
    width: 400px !important;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*            border-top-left-radius: 0px;
  border-top-right-radius: 0px;*/
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 6px 15px;
}

.ui-menu-item:first-child .ui-menu-item-wrapper.ui-state-active {
    /*margin-top: 10px;*/
    /*            border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
    /*border-top: solid 1px rgb(0 0 0 / 15%); */
}

.ui-menu-item:last-child .ui-menu-item-wrapper.ui-state-active {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border-bottom: solid 1px rgb(0 0 0 / 15%); */
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: rgb(255 0 0 / 15%) !important;
    border: solid 1px transparent;
    border-right: solid 1px rgb(0 0 0 / 15%);
    border-left: solid 1px rgb(0 0 0 / 15%);
    color: #ED1C25;
}

.token-label-preview {
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 8px;
    color: black;
    background-color: #e6e6e6;
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.sublabel {
    font-size: 8px;
    font-style: italic;
    display: block;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: -4px;
    color: grey;
}

/*td .token-label-preview{
  padding: 0px;
  background-color: transparent;
  color: #212529;
  white-space: nowrap;
}*/
.ui-widget {
    font-family: Lato !important;
}

.ui-autocomplete:before {
    margin-top: 20px;
}

.ui-autocomplete {
    box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 15%);
}

.table th {
    font-weight: normal;
    font-size: .8rem;
}

.card-document .form-control {
    margin-bottom: 10px;
}

.card-document .icon-input-end {
    bottom: 20px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: rgb(255 0 0 / 15%);
    color: #ED1C25;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #86b7fe !important;
    outline: 0;
    /*box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 15%); */
}

.select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-color: #f8f9fa;
    border: solid 1px #f8f9fa;
}

.form-control[disabled] {
    background-image: url("../icon/icon-lock.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 35px;
}

.flatpickr {
    background-image: url("../icon/icon-calendar.svg") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

input.form-control[type='search'] {
    background-image: url("../icon/icon-search.svg");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    padding-left: 2.2rem;
}

.modal-content {
    border-radius: 10px;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-title {
    color: #434F65;
    font-weight: 700;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/8px auto no-repeat;
    box-shadow: none !important;
}

.btn-close:hover {
    color: #f00;
}

.modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem -1.5rem;
}


.progress {
    background: linear-gradient(90deg, rgba(227, 76, 68, 1) 0%, rgba(211, 211, 211, 1) 100%);
}

.progress-bar {
    background-color: #ED1C25;
}

.table>:not(caption)>*>* {
    border-bottom: none;
}

.table td,
.table th {
    vertical-align: middle;
}

td .select2-container {
    width: auto !important;
}

.bs-stepper .step-trigger:focus {
    color: #ED1C25;
}

.active .bs-stepper-circle {
    background-color: #ED1C25;
}

.bs-stepper-header {
    min-width: 600px;
    width: 600px;
}

.bs-stepper-label {
    font-size: .8rem;
}

.bs-stepper .line,
.bs-stepper-line {
    background: none;
    background-image: url("../icon/milestone-separator.svg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 2px;
}

.bs-stepper .line.line-disabled,
.bs-stepper-line {
    background-image: url("../icon/milestone-separator-muted.svg");
}

.bs-stepper-circle {
    background-color: rgba(78, 78, 78, .45);
}

.bs-stepper .step-trigger {
    padding-left: 15px;
    padding-right: 15px;
    color: #4e4e4e;
}

.bs-stepper .step-trigger.disabled,
.bs-stepper .step-trigger:disabled {
    opacity: 0.5;
}

.table .btn-trash {
    padding: 2px;
    opacity: .9;
}

.table .btn-trash:hover {
    cursor: pointer;
    opacity: 1;
}

#frequency_time {
    background-image: url("../icon/icon-wib.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    /*background-size: 16px 12px;*/
}

.bs-stepper-content {
    padding: 0;
}

.table .form-control {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bs-stepper-header {
        min-width: 300px;
        width: 300px;
    }
}


/* validation */
.invalid-feedback {
    font-size: .7rem !important;
    color: #ff0019 !important;
}


/* upload file */



.dropzone {
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px dashed #C8C8C8;
    border-image: none;
    /*max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
    min-height: 160px;
}

#docPendukung.dropzone .dz-preview {
    display: none;
}

.card-specimen .dropzone .dz-preview {
    display: none !important;
}

.card-specimen .specimen-signature img {
    border: .12rem dashed #ED1C25 !important;
    border-radius: 5px;
}

.card-specimen .specimen-paraf img {
    border: .12rem dashed rgba(63, 158, 245, 1) !important;
    border-radius: 5px;
}

.dropzone .dz-preview {
    /*display: none;  */
    margin: 0;
    padding-top: 3px;
}

.dropzone .dz-message {
    display: block;
    margin: 0;
}

.dropzone.dz-drag-hover {
    background-color: rgb(255, 0, 0, .1);
    border: 1px dashed rgb(255, 0, 0, .5);
}

.dropzone .dz-remove {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 999;
}

.dropzone .dz-remove svg {
    font-size: 16px !important;
}

.dropzone .dz-remove svg {
    cursor: pointer;
}

.dropzone .dz-preview .dz-image {
    width: 115px;
    height: 115px;
}

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 13px;
}

.dropzone .dz-preview .dz-details {
    font-size: 12px;
    margin-top: 10px;
}

.dz-single .dz-preview,
.dz-single .dz-preview .dz-image {
    width: 100%;
}

.dz-single {
    padding: 10px;
}

.dz-single .dz-message {
    margin-top: 10px;
}

.dz-header {
    margin-left: 0.25rem;
    margin-bottom: 0.25rem;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 10px;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255 76 84, 0.2);
    padding: 1px 15px;
    border-radius: 20px;
}

#tUploadDoc th {
    white-space: nowrap;
}

#tUploadDoc td {
    padding: 0.35rem 0.35rem;
}

#tUploadDoc .doc-title {
    background-image: url("../icon/icon-upload-lg.svg");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    padding: 7px 2.5rem;
    background-size: 20px 18px;
}

.fileupload_progress {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
}


.icon-file {
    height: 14px;
    padding-right: 8px;
    margin-top: -3px;
}


.ellipsis {
    /*display: inline-block;*/
    width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}



/* upload file */

.nav-item.active>.nav-link {
    background-color: rgb(255 0 0 / 15%);
    border-radius: 10px !important;
    padding: 1px;
    margin: 7px;
}


/*table*/
.table.dataTable th {
    height: 40px !important;
    color: #C4C4C4;
}

.sorting_disabled:before,
.sorting_disabled:after {
    display: none !important;
}

.dt-button {
    display: none;
}

.container-pid {
    background-color: #f1b9b9;
}

.dataTables_filter {
    display: none;
}

.dataTables_wrapper {
    padding-bottom: 10px;
}

.page-link {
    color: #6c757d;
    border: none;
    border-radius: 50px;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50px;
    background-color: #ED1C25;
    border: 1px solid #ED1C25;
    color: white;
}

.page-item:first-child .page-link {
    margin-right: 10px;
}

.page-item:last-child .page-link {
    margin-left: 10px;
}

.page-item.disabled:first-child .page-link,
.page-item.disabled:last-child .page-link {
    color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .125);
    background: none;
}

.page-item.active .page-link {
    background: none;
    border: none;
    color: #ED1C25;
}

/*breadcumb*/

.breadcrumb {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.card-history {
    border-radius: 10px;

}


.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    border-radius: 10px;
    border: none;
    width: 300px;
    /*  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.2rem rgb(13 110 253 / 25%);*/
}

@media (max-width: 768px) {
    .dropdown-menu {
        width: 85%;
    }
}


.dropdown-item:focus {
    background-color: red !important;
}

.dropdown-divider {
    margin: 0.25rem 0;
}

.border-main+.select2,
.border-main {
    border: 1px solid #ED1C25;
}

.required-element:has(> div),
.required-element,
.required-element+.flatpickr,
.required-element+.select2 {
    border: 1px solid #ED1C25;
}



.token-label-preview:last-child {
    margin-bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(237, 28, 37, .1) !important;
    color: black;
}

.td-minwidth-300 {
    min-width: 300px;
}

.td-minwidth-200 {
    min-width: 200px;
}


.change-label {
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}

/*status*/

td .badge {
    white-space: nowrap;
}

.s-Fully-Approved {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #CEF4AF;
    color: #56C400;
    white-space: nowrap;
}

.s-On-Hold {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #FFEEB2;
    color: #F4BF00;
    white-space: nowrap;
}

.s-Partially-Approved {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #FFD9B6;
    color: #FF7A00;
    white-space: nowrap;
}

.s-Submitted {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #B2DAFF;
    color: #0080F5;
}

.s-Rejected {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #FBBEC1;
    color: #ED1C25;
}

.s-Recall {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #d7d7d7;
    color: #8b8b8b;
}

.s-Return {
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #FBBEC1;
    color: #ED1C25;
}

.w-fit {
    width: fit-content !important;
}

/*swal*/

/* validated */
/*.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
  color: #212529;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid{
  border-color: 1px solid rgba(0,0,0,.25) !important;
}

*/


/*swal*/
.swal2-popup .swal2-content {
    font-family: Lato !important;
    /*font-size: .8rem !important; */
}

.swal2-popup {
    border-radius: 10px !important;
    /*padding-top: 2rem !important;*/
    width: 22em !important;
    padding: 0 0 1.5em !important;
}

.swal2-popup .swal2-title {
    /*font-size: 1.2rem !important;*/
    font-weight: normal !important;
    color: rgba(0, 0, 0, .8) !important;
}

.swal2-html-container {
    /*font-size: .8rem !important; */
    color: rgba(0, 0, 0, .8) !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
    color: rgba(0, 0, 0, .3) !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    background-color: white !important;
    border-radius: 50px !important;
    font-size: .8rem !important;
    padding: 0.375rem 2rem;
}

.swal2-popup .swal2-styled.swal2-confirm {
    color: white !important;
    border: 1px solid #ED1C25 !important;
    background-color: #ED1C25 !important;
    border-radius: 50px !important;
    font-size: .8rem !important;
    padding: 0.375rem 2rem;
}

.swal2-icon.swal2-question {
    color: #ee1d24 !important;
    border-color: #ee1d24 !important;
}

.swal2-title {
    font-size: 18px !important;
}

.swal2-html-container {
    font-size: 14px !important;
}


.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #72B96C !important;
}

.swal2-icon.swal2-success {
    border-color: #72B96C !important;
}

.swal2-icon.swal2-error {
    border-color: #ED1C25 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #ED1C25 !important;
}

.card-widget {
    cursor: pointer;
}

.card-widget:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}


body {
    background-color: white;
}

.sidebar .nav-link span {
    color: #6c6c79;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.sidebar .nav-link:hover span {
    color: #ED1C25;
}

li {
    list-style-type: none;
}

.text-red {
    color: #ED1C25 !important;
}

.badge.bg-red {
    background-color: #ED1C25;
    color: white !important;
    font-weight: normal;
    font-size: 12px !important;
    border-radius: 20px;
    padding: 3px 7px;
    margin-top: 3px;
}

.card {
    border-radius: 10px;
}

.card-header {
    background-color: white;
    border-radius: 10px 10px 0 0 !important;
}

.card-body {
    border-radius: 0 0 10px 10px !important;
}

.doc-icon {
    height: 18px;
    margin-right: 8px;
    margin-top: -4px;
}

.nav-item.active>.nav-link {
    background-color: rgb(255 0 0 / 15%);
    border-radius: 10px;
    padding: 8px 16px;
    margin: 0;
}

.nav-item.active li.active>a span.ms-0 {
    color: #ED1C25 !important;
}

.nav-pills .nav-link.new-submit {
    background-color: #ED1C25 !important;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.new-submit img {
    padding: 0 3px;
}

.new-submit span {
    color: white !important;
}

@media (min-width: 992px) {
    .right-side {
        height: 100vh;
        overflow-y: scroll;
    }
}

@media (max-width: 991.98px) {
    .right-side {
        height: auto;
        overflow-y: visible;
    }
}



.bs-stepper .step-trigger {
    padding: 5px 20px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #808080 !important;
}

.bs-stepper-header {
    width: 90% !important;
}

@media(max-width: 768px) {
    .bs-stepper-header {
        width: 100px !important;
        min-width: 100px !important;
        zoom: .5;
    }
}

.form-check {
    min-height: 1px !important;
}

.form-check,
.form-check .form-check-label {
    margin-bottom: 0;
}

.border-silver {
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 6px 15px;
}

.dynamic-table th {
    color: #C4C4C4;
}

.dynamic-table .btn {
    white-space: nowrap;
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none !important;
    border-bottom: 2px solid #ED1C25;
}

#signsetting-part .nav-pills .nav-link {
    border-radius: 0 !important;
}

.step.visited .bs-stepper-circle {
    background-color: #ED1C25;
}

.line.visited,
.bs-stepper-line {
    background-image: url(../icon/milestone-separator-main.svg) !important;
    opacity: .5;
}

.line-next {
    background-image: url(../icon/milestone-separator.svg) !important;
}


.resize-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../icon/resize-bottom-right.png');
    /* Replace with your icon path */
    background-size: cover;
    cursor: se-resize;
    bottom: 0;
    right: 0;
}



/* jcarousel */

.jcarousel-wrapper {
    border: 10px solid #f1f1f1 !important;
    box-shadow: none !important;
}

.jcarousel li {
    background-color: rgba(241, 241, 241, 1) !important;
    border: none !important;
    width: auto !important;
    /*height: calc(100% - 100px);*/
    height: 420px;
    position: relative;
}

.jcarousel-control-prev {
    left: -15px !important;
}

.jcarousel-control-next {
    right: -15px !important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    -webkit-box-shadow: 0 0 4px #ee1d24;
    -moz-box-shadow: 0 0 4px #ee1d24;
    box-shadow: 0 0 2px #ee1d24;
    background: white;
    color: #ee1d24;
    text-shadow: none;
}

.jcarousel .preview-edit {
    position: absolute;
    right: 12px;
    top: 5px;
}

.jcarousel .preview-page {
    position: absolute;
    bottom: 12px;
    left: 46%;
}

/* jcarousel */


/**/

.icon-tab {
    height: 14px;
    margin-right: 8px;
    margin-top: -5px;
}

.nav-top .nav-link {
    color: #C4C4C4 !important;
}

.nav-top .nav-link.active {
    color: #ED1C25 !important;
}

#pills-tabContent {
    background-color: #EDEDED;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.text-grey {
    color: #434F65;
}

.card-comments {
    /*height: calc(100vh - 165px);*/
    overflow-y: scroll;
    border-radius: 10px;
}

.comment-status {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-comments>.card:last-child {
    margin-bottom: 0 !important;
}

.card-review {
    min-height: calc(100vh - 198px);
}

.card-sign {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
}

.card-sign .card-footer {
    padding: 0.75rem 1rem;
    border-top: 1px solid #ededed;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-link {
    padding: 0.5rem 0.5rem 0.5rem .75rem;
}

.card-sign .nav-pills .nav-link {
    border-radius: 0;
}

.sidebar .nav-link span.badge {
    margin-left: 0;
}

.approval-card>.nav-pills {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.approval-card .card-sign {
    /*border-bottom-right-radius: 0; */
    height: 100%;
    /*border-right: 1px solid rgba(0,0,0,.125);*/
}

.approval-card #pills-sign .document-container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* preview signature */

#previewDocument .canvas-pages {
    display: inline-block;
}

#previewDocument .canvas-pages canvas {
    margin: 0 10px;
}

#mPreview .comments {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(241, 241, 241, 1) !important;
}

#mRecall .comments,
#mReject .comments {
    border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(241, 241, 241, 1) !important;
}

#mPreview .comments-story,
#mReject .comments-story {
    height: 300px;
    overflow-y: scroll;
}

.input-otp {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0 10px 0;
    text-align: center;
    border: 2px solid #d3d3d3;
}

.dropzone.required-element {
    border: 1px dashed #ED1C25;
}

.table>:not(caption)>*>* {
    padding: 0.4rem 0.5rem;
}

#formKewenangan .table>tbody>tr>td {
    vertical-align: top !important;
}

.swal2-warning {
    /*  border-color: #ee1d24 !important;
  color: #ee1d24 !important;*/
    border-color: #eeca1d !important;
    color: #eeca1d !important;
}

.jcarousel {
    background-color: #f1f1f1;
}

.invalid-feedback:first-letter {
    text-transform: uppercase;
}

.read-false td {
    background-color: rgb(255 0 0 / 15%);
}

.notif-count {
    position: absolute;
    background-color: red;
    color: white;
    border-radius: 20px;
    padding: 0px 7px;
    font-size: 12px;
    right: -9px;
    text-align: left;
    top: 14%;
}

.badge {
    font-size: .8rem;
    font-weight: normal;
    border-radius: 20px;
}

.document-pagination {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.document-pagination .btn {
    margin: 0 2px;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 7px;
    color: white !important;
    border: none;
}

.document-pagination .btn:disabled {
    background-color: #C4C4C4 !important;
}

.document-pagination .btn:disabled svg {
    color: white !important;
}


.dropdown-item:disabled svg {
    color: #adb5bd !important;
}

.btn-outline-main {
    color: #ee1d24 !important;
    border-color: rgba(0, 0, 0, .125);
}

.btn-check:active+.btn-outline-main,
.btn-check:checked+.btn-outline-main,
.btn-outline-main.active,
.btn-outline-main.dropdown-toggle.show,
.btn-outline-main:active {
    /*color: #6c6c79 !important;*/
    background-color: rgb(255 0 0 / 15%);
    /*border-color: #ee1d24;*/
}

.img-sign-ttd {
    max-width: 100%;
    max-height: 100%;
    /*margin-top: 10px;*/
}

.img-sign-paraf {
    max-width: 100%;
    max-height: 100%;
    /*margin-top: 30px;*/
}

.invisible-sign {
    position: absolute;
    left: 0;
    opacity: 0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #ffe0dd;
    top: auto;
    margin-top: 1px;
    padding: 2px;
    border: none;
    color: red;
    box-shadow: none;
    font-weight: bold;
    content: ">";
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #ffe0dd;
    top: auto;
    margin-top: 1px;
    border: none;
    padding: 2px;
    border: none;
    color: red;
    box-shadow: none;
    font-weight: bold;
    content: "<";
}

.input-otp {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0 10px 0;
    text-align: center;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #c2c2c2;
}


.btn-action {
    padding: 2px 10px;
    margin-top: -2px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.signature-trigger {
    white-space: nowrap;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Spinner Wrapper */
.right-side>.loader {
    margin-left: -12px;
    z-index: 99999;
}

.loader {
    width: 100vw;
    height: 100vh;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Spinner */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /*background: #333;*/
    background: #fff;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}




/* MAX */


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-toggler {
        zoom: .8;
    }

    .container-fluid {
        padding: 0 10px;
    }

    .sidebar {
        min-width: 240px;
        display: none;
        position: relative;
        z-index: 1000;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .navbar-collapse {
        flex-basis: auto !important;
        flex-grow: unset !important;
    }

    .nav-devider {
        border: none;
    }

    .right-side {
        padding: 0 1rem;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .document-pages,
    .document-zoom {
        zoom: .85;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}
