body {
    background-color: #f7f8fc;
}

.borad-10 {
    border-radius: 10px !important;
}

.borad-15 {
    border-radius: 15px !important;
}

.borad-20 {
    border-radius: 20px !important;
}

.footer-dik {
    background-color: black;
    width: 100%;
    height: 50px;
    color: white;
    position: relative;
    z-index: 200;
}

.left-sidebar {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-nav {
    position: fixed;
}

.loader {
    width: 28px;
    height: 28px;
    border: 4px solid;
    border-color: #FF3D00 transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

.btn-icon {
    --bs-btn-active-border-color: transparent;
    padding: 0;
    width: calc(2.2505001rem + calc(var(--bs-border-width) * 2));
    height: calc(2.2505001rem + calc(var(--bs-border-width) * 2));
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center
}

.btn-icon.btn-xl,
.btn-group-xl>.btn-icon.btn {
    width: calc(3.250875rem + calc(var(--bs-border-width) * 2));
    height: calc(3.250875rem + calc(var(--bs-border-width) * 2))
}

.btn-icon.btn-xl>span,
.btn-group-xl>.btn-icon.btn>span {
    font-size: 1.125rem
}

.btn-icon.btn-lg,
.btn-group-lg>.btn-icon.btn {
    width: calc(2.8755215rem + calc(var(--bs-border-width) * 2));
    height: calc(2.8755215rem + calc(var(--bs-border-width) * 2));
    font-size: 1.0625rem
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
    width: calc(1.7505535rem + calc(var(--bs-border-width) * 2));
    height: calc(1.7505535rem + calc(var(--bs-border-width) * 2));
    font-size: .8125rem
}

.btn-icon.btn-xs,
.btn-group-xs>.btn-icon.btn {
    width: calc(1.250983rem + calc(var(--bs-border-width) * 2));
    height: calc(1.250983rem + calc(var(--bs-border-width) * 2));
    font-size: .625rem
}

.doc {
    /* size: 7in 9.25in; */
    max-width: 210mm;
    width: 100%;
    /* margin: 27mm 16mm 27mm 16mm; */
    color: black !important;
}

.img-qr {
    width: 100px;
    height: 100px;
}

.table-doc {
    --bs-table-color: black;
}

.nav-small-cap {
    margin-top: 10px;
}

.img-menu {
    height: 300px;

    @media screen and (max-width: 600px) {
        height: 200px;

    }
}

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

.bg-outline-success {
    background-color: transparent !important;
    border-color: #13DEB9 !important;
    color: #13DEB9;
    border: 1px solid;
}



.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #767575;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}

.checkbox-danger-19 {
    --background-color: #fff;
    --checkbox-height: 25px;
}

.checkbox-danger-19 input[type=checkbox] {
    display: none;
}

.checkbox-danger-19 .check-box-danger {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #767575;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.checkbox-danger-19 .check-box-danger::before,
.checkbox-danger-19 .check-box-danger::after {
    position: absolute;
    height: calc(var(--checkbox-height) * 0.8);
    width: calc(var(--checkbox-height) * 0.1);
    background-color: transparent;
    display: inline-block;
    content: "";
    transform-origin: center;
    opacity: 0;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.checkbox-danger-19 .check-box-danger::before {
    top: 12%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.checkbox-danger-19 .check-box-danger::after {
    top: 12%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

.checkbox-danger-19 input[type=checkbox]:checked+.check-box-danger {
    border-color: red;
    background-color: red;
    border: calc(var(--checkbox-height) * .0) solid #767575;
}

.checkbox-danger-19 input[type=checkbox]:checked+.check-box-danger::before,
.checkbox-danger-19 input[type=checkbox]:checked+.check-box-danger::after {
    background-color: white;
    opacity: 1;
}

.wrapper {
    display: inline-flex;
    background: #fff;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 15px;
    padding: 20px 0px;
}

.wrapper .option-perizinan {
    background: #fff;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.wrapper .option-perizinan .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option-perizinan .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.option-perizinan-diterima .dot::before {
    background: #28a745;
}



input[type="radio"] {
    display: none;
}

#option-1:checked~.option-perizinan-ditolak,
#option-2:checked~.option-perizinan-diterima {
    border-color: #000000;
    background: #000000;
}


#option-1:checked~.option-perizinan-ditolak {
    border-color: #dc3545;
    background: #dc3545;
}

#option-2:checked~.option-perizinan-diterima {
    border-color: #28a745;
    background: #28a745;
}

#option-1:checked~.option-perizinan-ditolak .dot,
#option-2:checked~.option-perizinan-diterima .dot {
    background: #fff;
}

#option-1:checked~.option-perizinan-ditolak .dot::before,
#option-2:checked~.option-perizinan-diterima .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option-perizinan span {
    font-size: 20px;
    color: #808080;
}

#option-1:checked~.option-perizinan-ditolak span,
#option-2:checked~.option-perizinan-diterima span {
    color: #fff;
}

.btn-outline-success {
    background-color: transparent !important;
    border-color: #13DEB9 !important;
    color: #13DEB9;
    border: 1px solid;
}

.container-siap {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 90px !important;
    padding-bottom: 10px !important;
}