.header-login{
    background-image: url(../image/pic/bg-shapes.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 100px 0;
}

.logo img{
    width:120px;
}

.top-notch{
    padding: 20px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
}

.form-basic{
    margin-bottom: 20px;
}

.form-basic label{
    font-size:14px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-basic input, .form-basic select{
    width: 100%;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 5px;
    font-size: 12px;
    color: var(--text-primary);
}

.group-icon{
    position: relative;
}

.group-icon img{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.group-icon span{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.group-icon input{
    padding-left: 38px;
}

.checkbox{
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkbox input{
    width: 10px;
    border: none;
    background-color: var(--cloud);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    cursor: pointer;
}

.checkbox input:checked{
    background-color: var(--primary);
    border: none;
    position: relative;
}

.checkbox input:checked::after{
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.checkbox label{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.header-home{
    background-image: url(../image/pic/bg-home.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px;
}

.top-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav .logo img{
    width:60px;
}

.sliders{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.sliders img{
    width: 100%;
    height: 100%;
}

.menu-top{
    display: flex;
    gap:10px;
    font-size: 11px;
    font-weight: 600;
}

.menu-item{
    color:var(--text-primary);
}

.menu-item img{
    width: 25px;
}

.menu-item span{
    display: block;
    margin-top: 5px;
}

.menu-item:nth-child(1){
    background-color: #FAEDCB;
    padding: 10px;
    width:34%;
    border-radius: 20px 3px 3px 3px;
    text-align:right;
}

.menu-item:nth-child(2){
    background-color: #c9e4de;
    padding: 10px;
    width:34%;
    border-radius: 3px;
    text-align: center;
}

.menu-item:nth-child(3){
    background-color: #c6def1;
    padding: 10px;
    width:34%;
    border-radius: 3px 20px 3px 3px;
}

.menu-bottom{
    display: flex;
    gap:10px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
}

.menu-bottom-item img{
    width: 25px;
}

.menu-bottom-item:first-child{
    background-color: #dbcdf0;
    color:var(--text-primary);
    padding: 10px;
    width:50%;
    border-radius: 3px 3px 3px 20px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.menu-bottom-item:last-child{   
    background-color: #f7d9c4;
    color:var(--text-primary);
    padding: 10px;
    width:50%;
    border-radius: 3px 3px 20px 3px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.tier-wrap{
    margin-top: 20px;
}

.tier-item{
    display: flex;
    gap: 5px;
    align-items: center;
}

.tier-line{
    width:28px;
}

.tier-line img{
    width: 100%;
}

.tier-info{
    width: calc(100% - 28px);
    padding: 10px 0px;
}

.tier-box{
    display: flex;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.tier-right{
    color:white;
    padding: 10px;
    width: 85px;
}

.tier-right small{
    font-size: 10px;
    display: block;
}

.tier-right span{
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.tier-left{
    width: calc(100% - 85px);
    padding: 10px;
}

.text-price{
    font-size: 16px;
    font-weight: 600;
}

.date-badge{
    font-size: 9px;
    font-weight: 600;
    background-color: var(--cloud);
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    margin-top: 5px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.btn-join{
    margin-top: 5px;
    width: 100%;
    text-align: right;
}

.btn-join a{
    font-size: 10px;
    color:white;
    background-color: var(--text-primary);
    padding: 5px 25px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.26);
}

.tier-item.past .tier-right{
    background-color: var(--text-secondary);
}

.tier-item.past .text-price{
    color:var(--text-secondary);
}

.tier-item.now .tier-right{
    background-color: var(--primary);
}

.tier-item.now .text-price{
    color:var(--primary);
}

.tier-item.future .tier-right{
    background-color: var(--text-primary);
}

.tier-item.future .text-price{
    color:var(--text-primary);
}

.tier-item.deposito .tier-right{
    background-image: url(../image/pic/bg-deposito.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tier-item.deposito .text-price{
    color:var(--primary);
}

.bottom-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: -2px -2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 100;
    font-size: 12px;
}

.bottom-nav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 20%;
    color:var(--text-secondary);
}

.bottom-nav a img{
    width: 20px;
}

.bottom-nav a.active{
    color:var(--primary);
}

.bottom-nav a.active img{
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(2000%) hue-rotate(250deg) brightness(60%) contrast(120%);
}

.page-header{
    background-image: url(../image/pic/bg-shapes.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px;
}

.header-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav span{
    color:white;
    font-size: 14px;
    font-weight: 500;
}

.header-nav a img{
    width: 30px;
}

.biginput input{
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid var(--border);
    text-align: center;
    color: var(--text-primary);
    font-size: 30px;
    font-weight: 800;
}

/* Menghilangkan panah pada input number */
.biginput input[type="number"]::-webkit-outer-spin-button,
.biginput input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.biginput input[type="number"] {
    -moz-appearance: textfield;
}

.wrapper-inside{
    margin-right:3px;
    margin-top: 18px;
}

.machine-text{
    width: 200px;
    padding:0;
    margin:0;
    line-height: 1;
}

.box-spinner{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    width: 100%;
    background-color: var(--crimson);
}

.item-number{
    border-radius: 4px;
    width: 20%;
    border: 2px solid gold;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.item-number span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.btn-spinner{
    background: linear-gradient(to right, #ffb800, #ff9900);
    padding: 8px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #75560d;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.25);
    border: 2px solid #ffc01b;
}

.alert-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-in-out;
}

.alert-box{
    background-color: white;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    overflow: hidden;
}

.header-alert{
    background-color: var(--primary);
    padding: 12px;
    color:white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.body-alert{
    padding: 15px;
    font-size: 12px;
}

.btn-alert{
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 15px;
}

.btn-alert a, .btn-alert button{
    font-size: 12px;
    padding: 8px;
}

.box-gray{
    background-color: var(--border);
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

.sm-title{
    font-size: 10px;
    font-weight: 300;
    color:var(--text-secondary);
}

.lg-value{
    font-size: 16px;
    font-weight: 700;
}

.box-task-count{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    position: relative;
    margin-bottom: 35px;
}

.task-item{
    text-align: center;
    width: 30%;
}

.task-item small{
    font-size: 10px;
    font-weight: 600;
    color:var(--text-secondary);
    display: block;
}

.task-item span{
    font-size: 22px;
    font-weight: 800;
    display: block;
    color:var(--primary);
}

.task-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:8px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.task-center span{
    font-size: 24px;
    font-weight: 800;
    color:var(--primary);
}

.menu-bar{
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.menu-bar a{
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: var(--border);
    color:var(--text-secondary);
    font-size: 12px;
    font-weight: 600;
}

.menu-bar a.active{
    background-color: var(--primary);
    color:white;
}

.image-task{
    width: 100%;
    height: 45vw;
    background-color: var(--border);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-left: auto;
    margin-top: 10px;
}

.profile-pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-pic a{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-pic a img{
    width: 100%;
}