.navbar-nav.toggled .arrow::after {
   position: absolute;
   right: 10px;
   top: 25%;
   border: 0;
   font-weight: 900;
   content: "\f105";
   font-family: "Font Awesome 5 Free";
   transition: all 0.3s;
}

.navbar-nav.toggled .nav-link:not(.collapsed) .arrow::after {
   transform: rotate(-90deg);
}

.caret-off::before {
   display: none;
}

.caret-off::after {
   display: none;
}

.white-popup-block {
   background: #fff;
   padding: 20px 30px;
   text-align: left;
   max-width: 650px;
   margin: 40px auto;
   position: relative;
}

.select2-selection__choice__remove {
   color: var(--red) !important;
}

.select2-selection__choice__display {
   color: var(--dark) !important;
}

h1 {
   color: #000;
}

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

.editor-container > * {
   min-width: 100%;
}

.selection > .select2-selection {
   min-height: 2.5rem !important;
}

.select2-selection__choice__remove {
   color: var(--red) !important;
}

.select2-selection__choice__display {
   color: var(--dark) !important;
}

.li-primary::marker {
   color: var(--primary);
}

.container-alur-penyetaraan {
   grid-template-columns: repeat(3, 1fr);
}

.container-alur-penyetaraan div:nth-child(1) {
   grid-row-end: span 3;
   display: flex;
   justify-content: center;
}

.container-alur-penyetaraan div:nth-child(5) {
   grid-row-end: span 2;
   display: flex;
   justify-content: center;
}

.number-alur-penyetaraan {
   background-color: #ffbb33;
   padding: 0.5rem 1.5rem;
   border-radius: 10px;
   display: block;
   width: max-content;
   /* margin: auto; */
   color: white;
   font-size: 2em;
   margin-bottom: 1em;
}

.text-black {
   color: #000;
}

.card-alur-penyetaraan h3 {
   font-weight: bold;
   font-size: 1.5em;
}

.footer-image-map {
   width: 100%;
   min-height: 20rem;
   background-color: red;
   background-image: url(../images/map.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}

.bs-stepper-header {
   overflow: scroll;
   scrollbar-width: none;
   -ms-overflow-style: none;
}

.bs-stepper-header::-webkit-scrollbar {
   display: none;
}

.btn-reset-style {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: inherit;
}

.select2-container > .selection > .select2-selection {
   display: flex;
   align-items: center;
   height: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
   margin-left: 0 !important;
}

.is-invalid ~ .select2-container > .selection > .select2-selection {
   border-color: #e74a3b;
}

.is-valid ~ .select2-container > .selection > .select2-selection {
   border-color: #1cc88a;
}

.select2-container
   > .selection
   > .select2-selection
   > .select2-selection__rendered {
   padding-left: 0.75rem;
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
   line-height: 1.5;
}

.select2-container
   > .selection
   > .select2-selection
   > .select2-selection__arrow {
   top: 20%;
}

.select2.select2-container.select2-container--default {
   width: 100% !important;
}

label.required-star::after {
   content: "*";
   color: #e74a3b;
}

.select2.select2-container.select2-container--default {
   width: 100% !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
   pointer-events: none;
   touch-action: none;
}

select[readonly].select2-hidden-accessible
   + .select2-container
   .select2-selection {
   background: #eee;
   box-shadow: none;
}

select[readonly].select2-hidden-accessible
   + .select2-container
   .select2-selection__arrow,
select[readonly].select2-hidden-accessible
   + .select2-container
   .select2-selection__clear {
   display: none;
}

.btn-orange {
   background-color: var(--orange);
   color: var(--white);
}

.btn-orange:hover {
   background-color: #f36f02;
   color: var(--white);
}

.form-group .filepond--root {
   margin-bottom: 0;
}

.filepond--credits {
   left: 45%;
}

.title-sm-1 {
   font-size: 1.5em;
}

.title-sm-2 {
   font-size: 1.75em;
}

.title-md-1 {
   font-size: 2em;
}

h1 {
   font-size: 1.75em;
}

.bg-btn-penyetaraan {
   display: flex;
   flex: 1 1 0px;
}

.holder {
   display: flex;
}

.button-penyetaraan {
   padding: 1.25rem 2rem;
   display: flex;
   background: #3d4c53;
   margin: 20px auto;
   justify-content: center;
   align-items: center;
   width: 100%;
   overflow: hidden;
   text-align: center;
   transition: 0.2s;
   cursor: pointer;
   border-radius: 3px;
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
   position: relative;
}

.btnOne {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   width: 100%;
}

.btnTwo {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   width: 50px;
   height: 100%;
   top: 0;
   background: #f36f02;
   left: -250px;
   transition: 0.3s;
}

.btnText {
   color: white;
   transition: 0.3s;
   width: 100%;
   margin-bottom: 0px !important;
}

.btnText2 {
   color: white;
   transition: 0.3s;
   width: 100%;
   margin-bottom: 0px !important;
}

.button-penyetaraan:hover .btnTwo {
   left: 0px;
}

.button-penyetaraan:hover .btnText {
   margin-left: 65px;
}

.button-penyetaraan:active {
   box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}

.syarat-text {
   position: relative;
}

.button-hover-upsize {
   transition: 0.2s;
}

.button-hover-upsize:hover {
   transform: scale(1.1);
}

.social-button {
   display: flex;
   align-items: center;
   gap: 1em;
   text-decoration: none !important;
   font-size: 0.85em;
}

.social-button > i {
   font-size: 1.5em;
}

.social-instagram {
   color: var(--orange);
}

.social-instagram:hover {
   color: #f36f02;
}

.scale1 {
   transform: scale(1.5) !important;
   margin: 2rem;
}

@media (min-width: 992px) {
   .bg-left-title {
      position: sticky;
      top: 8rem;
   }
}

.btn-warning-reverse {
   color: #f6c23e;
   background-color: #fff;
   border-color: #f6c23e;
}

.btn-warning-reverse:hover {
   color: #fff;
   background-color: #f4b30d;
   border-color: #fff;
}

.container-login {
   padding: 3rem;
}

.collapse {
   z-index: 99 !important;
}

@media (max-width: 767.98px) {
   .proposal-button-group-right {
      flex-direction: column;
   }

   .w-sm-100 {
      width: 100% !important;
   }
}

@media (max-width: 575.98px) {
   .w-xs-100 {
      width: 100% !important;
   }
   .btn-welcome-entry {
      width: 100%;
   }
}

@media screen and (max-width: 991px) {
   .topbar-username {
      max-width: 5ch;
   }

   .container-login {
      padding: 2rem;
      width: 100%;
   }
}

.select2-selection--multiple > * textarea::placeholder {
   color: #999 !important;
}

.select2-selection--multiple > * textarea {
   font-family: inherit !important;
   height: 1.5rem !important;
}
