.layout {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.sidenav-rekomtek {
    background-color: #74C6EA33 !important;
    width: 22% !important;
    height: 100%;
    position: fixed;
    display: block;
    transition: all 0.2s ease-in-out;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
}

/* sidebar kalau dikecilin */
.sidenav-rekomtek.collapsed {
    width: 80px !important;
}

.sidenav-rekomtek.fixed-start+.main-content {
    margin-left: 22%;
}

.sidenav-rekomtek.collapsed ~ .main-content {
    width: calc(100% - 80px);
    margin-left: 80px;
}

.sidenav-rekomtek .navbar-brand,
.sidenav-rekomtek .navbar-heading {
    display: block;
}

.sidenav-rekomtek .navbar-heading .docs-mini {
    padding-left: 3px;
}

.sidenav-rekomtek .navbar-heading {
    transition: all 0.1s ease;
}

.sidenav-rekomtek .navbar-brand-rekomtek {
    padding: 1.5rem 1rem;
}

.sidenav-rekomtek.collapsed .navbar-brand-rekomtek {
    padding: 1.5rem 0;
    display: block;
    white-space: nowrap;
    width: auto;
}

.g-sidenav-show .sidenav-rekomtek .nav-item .collapse {
    height: auto;
    transition: all 0.2s ease-in-out;
}

.g-sidenav-show .sidenav-rekomtek .nav-link-text {
    transition: 0.3s ease;
    opacity: 1;
}

.img-circle {
    border-radius: 50%;
    object-fit: cover;
}

.active-menu {
    background-color: #5F83B666;
}

/* tombol bulat */
.toggle-btn {
  position: absolute;
  top: 10%;
  right: -15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #3498db;
  color: white;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.sidenav-rekomtek .sidenav-text {
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
  }

.collapsed .sidenav-text {
    opacity: 0;
    width: 0;
}

.color-secondary {
    color: #1887A9
}

.background-secondary {
    background-color: #1887A9;
    color: #E6E9FB;
}

.background-2C9DC0 {
    background: #2C9DC0;
    color: #EDF3F6;
}

html body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

html body .card .card-body{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.18px;
    vertical-align: middle;
    font-family: "Mulish", sans-serif;
}

.subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.navbar-brand-rekomtek {
    width: fit-content;
    display: flex;
    font-size: 16px;
    white-space: normal;
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
}

.navbar-brand-rekomtek .navbar-brand-img-rekomtek{
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    max-height: 2rem;
}

.btn-permohonan {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.btn-submit {
    background-color: #00529C;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

.btn-submit2 {
    background-color: #006CA3CC;
    color: #FFFFFF;
}

.btn-view {
    width: 80px;
    display: block;
    opacity: 1;
    border-radius: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #23B4E4;
    color: #FFFFFF;
    text-align: center;
}

.btn-verifikasi {
    background: #006CA3CC;
    box-shadow: 0px 1px 2px 0px #1018280D;
    height: 46px;
    gap: 8px;
    opacity: 1;
    border-radius: 8px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    color: #FFFAFA;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.card-bordered {
    border-radius: 8px;
    opacity: 1;
    border: 1px solid #CAD0DA;
}

.card-dashboard {
    box-shadow: 2px 2px 4px 0px #00000040;
    min-height: 180px;
    opacity: 1;
    border-radius: 8px;
}

.card-dashboard p {
    line-height: 24px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0.1px;
    font-size: 20px;
}

.card-dashboard p.summary{
    font-size: 56px;
}

.card-dashboard-2 {
    box-shadow: 2px 2px 4px 0px #00000040;
    min-height: 180px;
    opacity: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, #DBEAF2 0%, rgba(255, 245, 238, 0.1) 100%);
    color: #4D585F;
}

.card-dashboard-2 p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.card-dashboard-2 p.summary{
    font-size: 48px;
}

.notification {
    background-color: #FFFFFF;
    min-height: 116px;
    opacity: 1;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-bottom:1rem
}

.notification:hover {
    background-color: #EEF0F2;
}

.btn-outline-dashboard {
    color: #DBEAF2;
    border-color: #DBEAF2;
}

.btn-check:checked+.btn-outline-dashboard {
    color: #ffffff;
    background-color: #2C9DC0;
    border-color: #2C9DC0;
}

.title-berkas {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 22px !important;
    letter-spacing: 0.25px !important;
    vertical-align: middle !important;
    color: #00517A;
}

.subtitle-berkas {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 22px !important;
    letter-spacing: 0.25px !important;
    vertical-align: middle !important;
    color: #16191D;
}

.img-name {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: center;
}

.label-rekomtek {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #FFFBEA;
    border: 1px solid #f3e4a7;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.info-box ul {
    margin: 0;
    padding-left: 20px;           /* jarak bullet */
}
  
.info-box li {
    margin-bottom: 6px;
}

.info-box .icon {
    font-size: 18px;
    color: #e6b800; /* kuning */
    margin-top: 2px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        max-width: 862px;
        margin: 1.75rem auto;
    }
}

.custom-close {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: transparent;
    cursor: pointer;
}

.custom-close::before,
.custom-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #777;
    transform-origin: center;
}

.custom-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.custom-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.rekomtek .btn.btn-file.btn-primary {
    background: #006CA3CC;
    color: #FFFFFF;
}