* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #f4f7fb;
    overflow-x: hidden;
}

.navbar-brand img{
    object-fit: contain;
}

.navbar-brand small{
    font-size: 12px;
    line-height: 1;
}

.navbar{
    transition: 0.3s;
}

.nav-link{
    font-weight: 500;
}

.nav-link:hover{
    color: #0d6efd !important;
}


.hero{
    position: relative;
    padding: 65px 0;
    overflow: hidden;

}

.container-grid {
  display: relative;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
}


.hero-title{
    font-size: 50px;
    font-weight: 800;
    padding-top: 50px;
}

.hero-text{
    font-size: 19px;
    color: #292929;
}

.hero-text a{
    font-weight: 600;
    text-decoration: none;
}

.hero-text a:hover{
    color: #666;
}


.hero .btn-primary{
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 19px;
    z-index: 3;
    box-shadow:
    0 10px 25px rgba(13,110,253,0.25);
    transition: 0.3s;
}

.hero .btn-primary:hover{
    transform: translateY(-3px);
}

.hero-image-wrap{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hero-image{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}


/* =========================
   INFO CARD
========================= */

.info-card{
    background: rgb(251, 251, 251);
    border: 1px solid rgba(179, 179, 179, 0.237);
    border-radius: 20px;
    padding: 18px;
    text-align: center;
    box-shadow:
    0 15px 35px rgba(0,0,0,0.06);
}


.info-card:hover{
    box-shadow:
    0 20px 40px rgba(0,0,0,0.10);
}


/* =========================
   TITLE
========================= */

.info-title{
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 8px;
}


/* =========================
   VALUE
========================= */

.info-value{
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

/* =========================
   FORM TAB
========================= */

.nav-pills .nav-link{
    border-radius: 12px 12px 0 0;
    padding: 8px 15px;
    font-weight: 600;
    color: #0d6efd;
    background: #eef4ff;
}


.nav-pills .nav-link.active{
    background: #0d6efd;
    color: white;
    cursor: default;
}

.nav-pills .nav-link.active:hover{
    color: white;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 768px){

    .hero{
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        gap: 0;
        
        background:
    linear-gradient(
        45deg,
        #f8f9fa 0%,
        #e0eafd 50%,
        #5da3ff 100%
    );
    }

    .hero-image-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

    .hero-image{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

    .hero-title{
        font-size: 38px;
        font-weight: 800;
    padding-top: 20px;
}

.hero-text{
    font-size: 17px;
}

.hero .btn{
    margin-bottom: 30px;
}


    .info-title{
    font-size: 12px;
    font-weight: 500;
}

    .info-value{
        font-size: 13px;
        font-weight: 600;
    }

    }


/* =========================
   PAGE HEADER
========================= */

.page-header{
    position: relative;
    padding:
    50px 0
    20px;
    overflow: hidden;
    background: #f5f7fb;
}

.page-header::before{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background: #4a73ff;

}


/* =========================
   TITLE
========================= */

.page-title{

    font-size: 52px;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}


.page-subtitle{
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.4;
}

.page-subtitle a{
    color: rgba(255, 255, 55, 0.85);
    text-decoration: none;
    font-weight: 600;
}

.page-subtitle a:hover{
    color: rgba(255, 255, 222, 0.85);
    text-decoration: underline;
}


/* =========================
   CONTENT CARD
========================= */

.page-card{
    background: white;
    border-radius: 14px;
    padding: 30px;
    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

.card-login{
    background: white;
    border-radius: 14px;
    padding: 0;
    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

.card-login img{
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================
   CONTENT
========================= */

.page-header .container{
    position: relative;
    z-index: 3;
}

.page-text{
    color: #666;
}

.page-text a{
    font-weight: 600;
    text-decoration: none;
}

.page-text a:hover{
    color: #666;
}

.page-header small{
    font-size: 11px;
    font-style: italic;
}

.page-header label{
    margin-bottom: 5px;
}

.page-header input::placeholder{
    font-size: 14px;
    font-style: italic;
    color: #a9a9a9;
}

.text-success{
    font-weight: 800;
}

.pin-wrapper{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: stretch;
}

.btn-pin{
    flex: 1;
    min-width: 260px;
    border-radius: 20px;
    padding: 10px 30px;
    text-align: left;
    transition: 0.3s;
    text-decoration: none;
}

.btn-primary-pin{
    background: #0d6efd;
    color: white;
    box-shadow:
    0 12px 30px rgba(13,110,253,0.25);
}

.btn-primary-pin:hover{
    background: #0dd9fd;
    color: #001637;
}

.pin-box{
    flex: 1;
    min-width: 260px;
    padding: 10px 30px;
    border-radius: 20px;
    background:#ffffff;
    color: #0050c7;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 8px;
    border:
    2px dashed rgb(0, 34, 112);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   PIN AKSES BUTTON
========================= */

.akses-wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}


.btn-akses{
    flex: 1;
    min-width: 260px;
    border-radius: 20px;
    padding: 10px 30px;
    text-align: left;
    transition: 0.3s;
    text-decoration: none;
}


.btn-akses:hover{
    transform: translateY(-4px);
}


/* =========================
   PRIMARY
========================= */

.btn-primary-custom{
    background: #0d6efd;
    color: white;
    box-shadow:
    0 12px 30px rgba(13,110,253,0.25);
}

.btn-primary-custom:hover{
    background: #0dd9fd;
    color: #001637;
}


/* =========================
   OUTLINE
========================= */

.btn-outline-custom{
    background: white;
    border: 2px solid #0d6efd;
    color: #0d6efd;
}


.btn-outline-custom:hover{
    background: #0dd9fd;
    color: #001637;
}


/* =========================
   TITLE
========================= */

.akses-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.pin-title{
    font-size: 20px;
    font-weight: 700;
}

.modal{
    z-index: 99999;
}

.modal-backdrop{
    z-index: 99998;
}

.text-mini{
    font-size: 11px;
}

.text-upload {
    font-size: 15px;
    line-height: 1.4;
}


.table-aksi {
    width: 140px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .page-header{

        padding:
        15px 0
        20px;
    }

    .container{
    padding: 4px;
}

    .page-title{
        font-size: 36px;
    }

    .page-card{
        padding: 15px;
    }

    .page-subtitle{
    font-size: 15px;
    line-height: 1.2;
}

.akses-title{
    font-size: 18px;
    margin-bottom: 1px;
}

.pin-wrapper{
    gap: 20px;
}

.mobile-padding{

        padding-left: 20px;

    }

    .text-mini{
    font-size: 10px;
}

.text-profile {
    font-size: x-small;
    line-height: 1;
}

.text-upload {
    font-size: small;
    line-height: 1.2;
}

.table-aksi {
    width: 102px;
}

}

@media (min-width: 992px){

    .desktop-padding{

        padding-left: 35px;
        padding-right: 35px;

    }

}

.profile-photo{
    width: 87px;
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.12);
}


.profile-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   RESUME STYLE
========================= */

.resume {
font-size: 2.17em;
}

.resume-photo{
    width: 130px;
    height: 165px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.12);
}


.resume-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-resume {
    font-size: medium;
}

.text-resume dt{
    margin-top: 5px;
    margin-bottom: 0;
}

.text-resume dd{
    margin-top: 5px;
    margin-bottom: 0;
}

.ganti-photo{
    width: 130px;
    height: 165px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.12);
}


.ganti-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .resume {
font-size: 1.3em;
}

.resume-photo{
    width: 82px;
    height: 108px;
    border-radius: 6px;
}

.ganti-photo{
    width: 90px;
    height: 108px;
    border-radius: 6px;
}
    
.text-resume {
    font-size: small;
}

.text-resume dt{
    margin-top: 0;
    margin-bottom: 0;
}

.text-resume dd{
    margin-top: 0;
    margin-bottom: 0;
}
}

.spinner-wrapper{
    position:relative;
    width:65px;
    height:65px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

/* Spinner Border */
.main-spinner{
    width:65px;
    height:65px;
    border-width:5px;
    position:relative;
    z-index:3;
}

/* Glow Dasar */
.glow{
    position:absolute;
    width:46px;
    height:46px;
    border-radius:50%;
    opacity:0;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}

/* Glow Biru */
.glow-blue{
    background:#0d6efd;
    animation-name:blinkBlue;
}

/* Glow Kuning */
.glow-yellow{
    background:#ffc107;
    animation-name:blinkYellow;
}

/* Animasi Bergantian */
@keyframes blinkBlue{
    0%,100%{
        opacity:1;
        transform:scale(1);
    }
    50%{
        opacity:0;
        transform:scale(.8);
    }
}

@keyframes blinkYellow{
    0%,100%{
        opacity:0;
        transform:scale(.8);
    }
    50%{
        opacity:1;
        transform:scale(1);
    }
}

