@font-face {
    font-family: "Poppins";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-ExtraLightItalic.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-LightItalic.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Italic.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-MediumItalic.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-SemiBoldItalic.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-BoldItalic.ttf);
}
@font-face {
    font-family: "Salsa";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Salsa/Salsa-Regular.ttf);
}
:root {
    --bg-alice-blue: #f0f8ff;
    --light-yellow: #fbf4d8;
    --light-green: #e9f1e4;
    --bg-pink: #f6efff;
    --blue-btn: #018abe;
}
* {
    font-family: Poppins !important;
    color: #555555 !important;
    font-size: 16px !important;
    font-display: swap;
    font-weight: normal !important;
    line-height: 1.5 !important;
}
.row{
    --bs-gutter-x: 0 !important;
}
.section-home{
    background-color: #F7FAE2;
    background-image: url('../images/hero-line.png');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
}
a {
    text-decoration: none;
}
p, h1, h2{
    margin: 0 !important;
    padding: 0 !important;
}
body{
    position: relative;
}
header{
    background-image: url('../images/header.png');
    background-size: 100% auto;
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 40px;
}
section{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.contain{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.text-orange{
    color: #1264D3 !important;
}
.logo{
    height: 50px;
    width: auto;
}
.btn-utama{
    background-color: #1264D3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    /* letter-spacing: 2px; */
}
.btn-utama:hover, .btn-login:hover, .btn-submit:hover, .btn-refleksi:hover, .btn-profile:hover {
    background-color: #1264D3;
    color: white !important;
}
.btn-login{
    background-color: #1264D3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    font-weight: bold !important;
    border-radius: 50px;
    padding: 9px 30px 0 !important;
}
.btn-login{
    background-color: #1264D3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    font-weight: bold !important;
    border-radius: 50px;
    padding: 10px 30px !important;
}
.btn-submit{
    background-color: #1264D3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    font-weight: bold !important;
    border-radius: 50px;
    width: 100%;
    max-width: 900px;
    padding: 10px 0 !important;
    margin-top: 20px;
}
.btn-refleksi{
    background-color: #1264D3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 10px;
    width: 100%;
    max-width: 900px;
    padding: 5px 20px !important;
    /* margin-top: 20px; */
}
.btn-profile{
    background-color: #1264D3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    font-weight: 500 !important;
    padding: 5px 30px !important;
}
.btn-logout, .btn-logout:hover{
    background-color: #dc3545;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
    font-weight: 500 !important;
    padding: 5px 30px !important;
}
.nav-link.active{
    color: #018abe !important;
    font-weight: bold !important;
}
.navbar-nav{
    --bs-nav-link-padding-y: 0 !important;
}
footer{
    border-top: 1px solid #D9D9D9;
    margin-top: 50px;
}
.logo-footer{
    height: 50px;
    width: auto;
}
.footer-ico{
    margin-top: 40px;
}
footer .container{
    margin-top: 80px;
}
.text-footer{
    padding-right: 100px !important;
}
.title-footer{
    font-family: 'Salsa' !important;
    font-size: 22px !important;
    color: #1264D3 !important;
}
footer ul {
    margin-top: 10px !important;
}
.bg-footer{
    margin-top: 50px !important;
}
.login h3{
    font-size: 35px !important;
    line-height: 1 !important;
    font-family: 'Salsa' !important;
    margin-top: 30px !important;
    text-align: center;
}
.block-login{
    width: 100%;
    max-width: 450px;
    margin: 40px auto;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}
footer ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}
footer ul li::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background-image: url('../images/point-blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidemenu{
    width: 300px;
    background-color: #F9F9F9 !important;
    /* padding: 20px; */
    min-height: 100vh;
    position: fixed;
}
.contentnya{
    padding: 20px 20px 20px 320px;
    width: 100vw;
}
.student-foto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
    background-color: #D9D9D9;
}
.student-foto img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}
.ico-menu{
    width: 40px;
}
.contentnya h1{
    font-size: 30px !important;
    line-height: 1 !important;
    font-family: 'Salsa' !important;
}
.contentnya h2{
    font-size: 22px !important;
    margin-top: 10px;
    font-family: 'Salsa' !important;
    text-decoration: underline;
}
.contentnya h3{
    font-size: 18px !important;
    margin-top: 10px;
}
.biodata{
    margin-top: 30px;
}
.biodata li, .refleksi li{
    padding-left: 20px;
}
.item-data-student{
    width: 300px;
}
.active{
    background-color: white;
}
.active a{
    font-weight: bold !important;
}
table.psikologis th{
    background-color: #9F9A96;
}
table.psikologis td.tertunda, .tertunda{
    background-color: #7B746E;
    color: white !important;
}
table.psikologis td.mungkin, .mungkin{
    background-color: #BBB6B2;
}
.ket-hasil{
    width: 50px;
    border: 1px solid black;
}
.block-tanggal{
    margin: 30px 0 50px;
}
.item-tanggal{
    text-align: center;
    width: 100px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 15px 0;
    border-radius: 5px;
}
.is-today{
    background-color: #1264D3 !important;
}
.is-today p{
    color: white !important;
}
.w-200{
    width: 200px;
}
.w-150{
    width: 150px;
}
.hasil-rapor p{
    margin-bottom: 10px !important;
}
.item-dokumentasi{
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 20px;
}
.title-modal{
    font-size: 22px !important;
    font-family: 'Salsa' !important;
}
.btn-primary, .btn-danger{
    color: white !important;
    padding: 10px 30px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    font-weight: bold !important;
}
.no-urut{
    width: 60px !important;
}
.tempat-upload{
    border: 1px solid var(--blue-btn);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    height: 140px;
    position: relative;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
}
.tempat-upload img{
    width: 100%;
    height: auto;
    object-fit: contain; 
}
strong{
    font-weight: bold !important;
}
@media (max-width: 1199.98px) {
    .footer-ico{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 991.98px){
    .logo{
        height: 40px;
        width: auto;
    }
    .contentnya{
        padding: 20px;
    }
    .item-data-student{
        font-weight: bold !important;
    }
    .w-150, .w-200{
        width: 170px;
        font-weight: bold !important;
    }
    header{
        padding-top: 20px !important;
    }
    .btn-login{
        padding: 10px 30px !important;
    }
}
@media (max-width: 767.98px) {
    .block-tanggal{
        white-space: nowrap;
        width: calc(100vw - 40px);
        overflow-x: scroll;
        height: 140px;
        padding: 0 20px;
    }
    .contentnya h1{
        font-size: 22px !important;
        line-height: 1 !important;
        font-family: 'Salsa' !important;
        margin-top: 30px !important;
    }
    .contentnya h2{
        font-size: 18px !important;
        margin-top: 10px;
        font-family: 'Salsa' !important;
    }
    .item-dokumentasi{
        height: 125px;
    }
    .text-footer{
        padding-right: 0 !important;
    }
    .block-login{
        width: calc(100vw - 40px) !important;
    }
}