
html{
    height: 100%;
}
body{
    height: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
    background-attachment: fixed;
}
.wrapper{
    padding: 15px;
}
.blackpastel{
    background: #313131;
}
.a-light{
    color: #f9f9f9;
}
.a-light:hover{
    color: #ffd271;
}
.a-orange{
    color: #ff7315;
}
.a-orange:hover{
    color: #ffd271;
}
.menu{
    width: 250px;
    position: fixed;
    height: 95%;
    border-radius: 10px;
}
.menu-wrapper{
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.main{
    margin-left: 0;
}
.text-orange{
    color: #ffd271;
}
.bg-oren{
    background: #ffd271;
}
.my-lh{
    line-height: .8rem;
}
.my-lh-1{
    line-height: 1rem;
}
.jenis-sek{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-small{
    font-size: .8rem;
}
.text-smaller{
    font-size: .6rem;
}
.senarai-sekolah{
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.my-list:hover, .my-list:active{
    background: #ff7315;
    color: #f9f9f9;
}
.tajuk-info{
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.masa-info{
    padding: 0 10px;
    background: white;
    position: absolute;
    top: -10px;
    right: 15px;
}
#info-tab{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cal{
    width: 25%;
}
.d-takwim{
    width: 75%;
    padding: 5px 10px;
    line-height: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.i-takwim{
    max-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-takwim{
    max-height:15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#list-takwim{
    max-height: 400px;
    overflow: scroll;
}
.menu-list .nav-link{
    padding: 3px 10px 3px 30px;
    display: flex;
    align-items: center;
}
.menu-list .nav-link:hover{
    background: rgb(97,97,97);
    background: linear-gradient(180deg, rgba(97,97,97,1) 0%, rgba(88,88,88,1) 100%);
}
.menu-list .nav-link:last-child{
    padding-bottom: 15px;
}
.menu-list .nav-link:first-child{
    padding-top: 10px;
}
.menu-list .active{
    background: rgb(97,97,97);
    background: linear-gradient(180deg, rgba(97,97,97,1) 0%, rgba(88,88,88,1) 100%);
    color: #ffd271;
}
.menu-header{
    background: rgb(97,97,97);
    background: linear-gradient(180deg, rgba(97,97,97,1) 0%, rgba(88,88,88,1) 100%);
    height: 35px;
    font-weight: bold;
    font-size: 1.1rem;
    display:flex;
    align-items: center;
}
#menu-info-tab .active{
    background: rgb(255,210,113);
    background: linear-gradient(180deg, rgba(255,210,113,1) 0%, rgba(255,255,255,1) 90%);
}
.bg-oren-grad{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,210,113,1) 100%);
}
.bg-oren-grad-2{
    background: rgb(255,229,173);
    background: linear-gradient(180deg, rgba(255,229,173,1) 0%, rgba(255,210,113,1) 100%);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar {
    width: 5px;
	height: 5px;
}
.hide-scroll::-webkit-scrollbar-thumb {
    background: #ff7315;
    border-radius: 10px;
}

.aplikasi-list{
    height: 30vh;
    overflow: scroll;
    padding-bottom: 20px;
}
.menu-list .fa{
    margin-right: 10px;
}

.kad-jawatan{
    border: 1px solid #313131;
    display: flex;
    width: 100%;
    height:80px;
    background: #ffd271;
    overflow: hidden;
}
.kad-jawatan img{
    width: 50px;
    object-fit: cover;
}
.kad-jawatan div{
    flex-grow: 1;
    text-align: center;
}
.kad-jawatan--jawatan{
    width:100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    color: white;
    line-height: .6rem;
    padding: 0 5px;
}
.kad-jawatan--body{
    height: 50px;
    line-height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.kad-jawatan--body .nama{
    font-size: .7rem;
    font-weight: bold;
}
.kad-jawatan--body .emel{
    font-size: .6rem;
}
.org-tabs .nav-link.active, .org-tabs .show>.nav-link {
    color: #313131;
    background-color: #ffd271;
}
.org-tabs a{
    color: #FF7518;
}
.piagam{
    text-align: justify;
    text-justify: inter-word;
}
.piagam-list li{
    margin-bottom: 10px;
}
.sidemenu{
    position: fixed;
    z-index: 9999;
    top: 15px;
    left: -250px;
    transition: left .3s;
}
.sidemenu-open{
    left: 15px;
}
.close-sidemenu{
    position: absolute;
    right: -40px;
    top: 10px;
    font-size: 1.8rem;
    background: rgb(49, 49, 49,.7);
    color: white;
    padding: 10px 10px;
    border-radius: 0 5px 5px 0;
    border-width: 0;
    display: flex;
    align-items: center;
}
.close-sidemenu:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.infografik-wrapper{
    min-height: 400px;
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}
.profil-pic{
    height :70px;
    overflow: hidden;
    position: relative;
}
.pro-pic{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: ani 30s linear infinite;
}
@keyframes ani {
    0% {
        top: 0;
    }
    50% {
        top: -250%;
    }
    100% {
        top: 0;
    }
}
#menu-sektor-tab .nav-link{
    padding: .5rem .5rem;
}
@media (min-width: 992px) {
    .main{
        margin-left:280px;
    }
    .wrapper{
        padding: 20px;
    }
}