html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

* {
    font-family: Mulish;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.project-title{
    font-size:48px;
    font-weight:700;
    padding-top:20px;
    color:black;
}

.house-container{
    display:flex;
    flex-direction:row;
    gap:24px;
    width:100%;
    margin-bottom:20px;
}

.house-left{
    display:flex;
    flex-direction:column;
    width:70%;
}

.house-right{
    display:flex;
    flex-direction:column;
    width:30%;
}

.hartanah-item{
    width:290px;
    display:flex;
    flex-direction:row;
    /* align-items:center; */
    white-space:normal;
    word-break:normal;
    margin-top:10px;
    margin-right:10px;
    font-size: 16px;
}

.butiran-skim-item-font{
    font-size:20px;
    font-weight:600;
}

.content-syarat-wrapper {
    font-family: Arial, sans-serif;
}

.content-syarat {
    max-height: 70px; /* Adjust the height to fit the initial "short" text */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.read-more-toggle {
    display: none;
}

.read-more-label {
    display: inline-block;
    color: blue;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}

.read-more-toggle:checked ~ .content-syarat {
    max-height: 1000px;
}

.read-more-toggle:checked ~ .read-more-label {
    content: "Tutup";

}

.read-more-toggle:checked + .content-syarat + .read-more-label i {
    transform: rotate(180deg);
}

#map {
    height: 400px;
    width: 100%;
}

.permohonan-container-mobile{
    display:none;

}

.share-button{
    width:143px;
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:10px;
    font-size:24px;
    font-weight:500;
    cursor:pointer;
    color:black;
}

.butiran-skim-container{
    width:100%;
    gap:10px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding-top:10px;

}

.butiran-unit{
    width:472px;
    /* height:24px;  */
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-right: 10px;
    margin-top: 10px;
    /* margin:10px; */
    font-size:16px;
    font-weight:500;

}

.butiran-unit > i {
    padding-right:10px;
}

.centered-link{
    display:flex;
    justify-content:center;
    align-items:center;
}


.house-card {
    display: flex;
    flex-direction: column;
    height: 393px;
    width:281px;
    border-radius: 12px;
    cursor:pointer;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.3);
    background-color:white;
}

.house-card:hover {
    box-shadow: 0px 10px 25px -13px rgba(16, 24, 40, 0.3);
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex: 1;
}

.card-img-top {
    object-fit: cover;
}

.badge-outline-primary {
    color:#667085;
    border: 1px solid #D0D5DD;
    background-color: transparent;
    border-radius: 25px;
    font-size:12px;
    font-weight:400;
}



.badge-outline-endsale{
    color: #D92D20;
    border: 1px solid #FDA29B;
    background-color: #FEF3F2;
    border-radius: 25px;
    font-size:12px;
    font-weight:400;
}

.badge-outline-status{
    color: #475467;
    border: 1px solid #D0D5DD;
    background-color: #F9FAFB;
    width:84px;
    height:24px;
    border-radius: 25px;
    font-size:12px;
    font-weight:400;
    display:flex;
    justify-content:center;
    align-items:center;
}

h5{
    font-size:18px;
    font-weight:600;
    margin-top:5px;
    color:#101010;
}

.card-text{
    font-size:14px;
    font-weight:400;
    margin-top:8px;
    color:#475467;
}

.price{
    display:flex;
    justify-content:flex-end;
    flex-direction: column;
    text-align:right;
    margin-bottom: 10px;
    margin-top:16px;

}

.lihat-semua-button-mobile{
        display:none;
}

.card-2{
    height:201px;
    width:282px;
    /* margin:10px; */
}

.search-card{
    width:100%;
    max-width: 970px;
    height: 238px;
    border-radius: 20px;
    background-color:white;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display:flex;
    box-sizing: border-box;
    padding:32px 24px 24px 24px;
    border: 1px solid #D0D5DD;
    flex-direction:column;
    gap:20px;
    box-shadow: 0px 10px 25px -13px rgba(16, 24, 40, 0.3);
    position:relative;;
}

.search-card > input{
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    background-color: white;
    background-image: url('../img/search-sm.svg');
    background-repeat:no-repeat;
    background-position: 10px 10px;
    background-size: 24px 24px;
    padding: 12px 20px 14px 40px;
}

.select-group > select{
    width:24%;
    height:48px !important;
    background-color:white;
    padding:8px;
    border: 1px solid #D0D5DD;
    border-radius: 6px !important;
    color:#667085;
}

.select-group{
    display:flex;
    justify-content:space-around;
}

.search-button-container{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    height: 100%;

}

.banner-container{
    height: 70vh;
    width:100%;
    border-radius: 24px;
    display:flex;
    flex-direction:row;
    justify-items:center;
    align-items:center;
    background-color: rgba(0,0,0,0.2);
    /* background-color:black; */
}

.banner-caption-container{
    /* top:100px; */
    width:100%;
    /* max-width:1200px; */
    height:auto;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.banner-caption{
    width:80%;
    /* max-width:600px; */
    height:auto;
    max-width:1200px;
    word-wrap: break-word;
}


.banner-container > img{
    width:50%;
    object-fit:cover;
}

.black-thing {
    width:50%;
    background-color:black;
}

.red-thing{
    width:50%;
    background-color:red;
}

.senarai-container-container{
    width:100%;
    max-width:1200px !important;
}

.button-group{
    display:flex;
    justify-content:flex-start;
    gap:10px;
    /* flex-wrap:wrap; */
}

.lihat-semua-button{
    width:166px;
    height:48px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:12px;
    border: 1px solid #D0D5DD;
    background-color:#FFFFFF;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
}

.lihat-semua-button-2{
    width:166px;
    height:48px;
    border-radius:12px;
    border: 1px solid #D0D5DD;
    background-color:#FFFFFF;
    font-weight:600;
    margin-top:10px;
}

.calculator-container{
    /* background-color:#0F62FE; */
    width:100%;
    max-width:1200px;
    height:440px;
    border-radius:20px;
    /* background-color: #0F62FE;
    background-image:  url('../img/Triangle-Pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-size: 884px 461px; */
    display:flex;
    padding:40px;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;

}

.calculator-left{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:90%;
    width:50%;
}

.calculator-left-input > input{
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border:none;
    border-radius: 12px;
    background-color:rgba(255,255,255, 0.3);
    color:white;
    background-image: url('../img/Paragraph.png');
    background-repeat:no-repeat;
    background-position: 10px 16px;
    background-size: 24px 15px;
    padding: 12px 20px 14px 45px;

}

.calculator-left-input > input:focus {
    background-image: url('../img/Paragraph_invert.png');
}

.calculator-left-input > input::placeholder {
    color: white;
    opacity: 1;
}


.calculator-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    flex-direction: column; /* Stacks children vertically */
}

.calculator-right > img {
    border-radius: 20px;
    height: 286.67px;
    width: 286.67px;
    object-fit: cover;
    object-position: 40% center;
    position: relative; /* Ensures other elements align relative to the image */
}

.berita-container{
    display:flex; justify-content:center; align-items: center; flex-direction:row

}

.berita-card{
    width:279px;
    height:311.33px;
    display:flex;
    flex-direction:column;
    /* background-color:purple; */

}

.clamper{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.berita-card > img{
    width:279px;
    height:187.33px;
    border-radius:12px;
}

.prima-1 {
    position: absolute;
    background-color: #FFFFFF;
    width: 211px;
    height: 76px;
    top: 30%;
    left: 85%;
    transform: translate(-50%, -100%);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index:99;
}

.prima-2 {
    position: absolute;
    background-color: #FFFFFF;
    width: 211px;
    height: 76px;
    top: 85%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index:99;
}


.prima-title{
    font-size:16px; font-weight:400; color:#093B98;
}

.prima-sub{
    font-size:16px; font-weight:600; color:black;
}

.daftar-akaun-container {
    background-color: #002E6D;
    background-image: url('../img/Layer_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 860px 16px;
    background-size: 1124px 515px;
    width:100%;
    height:434px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.daftar-akaun-container-flex{
    display:flex;
    flex-direction:row;
    justify-content:center;
    /* align-items:center; */
}

.daftar-senarai-left{
    /* background-color:purple; */
    display:flex;
    flex-direction:column;
    /* justify-content: start; */
    width:50%;
    height:100%;
    gap:10px;
}

.item-daftar-akaun{
    padding:24px;
    width:90%;
    gap:20px;
}

.daftar-senarai-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:45%;
    height:90%;
}

.row-daftar {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.row-daftar img {
    max-width: calc(50% - 10px);
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: contain;
}

.btn-width{
    width:100%;
    max-width:201px;
}

.minat-container{
    background-color:#CD1328;
    width:100%;
    max-width:1200px;
    height:440px;
    border-radius:20px;
    display:flex;
    /* padding:100px; */
    flex-direction:row;
    align-items:center;
    justify-content:space-between;

}

.minat-left{
    display:flex;
    flex-direction:column;
    padding: 40px;
    justify-content:space-between;
    height:100%;
    width:50%;
}

.minat-badge{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width:124px;
    height:28px;
    border-radius:20px;
    background-color: rgba(255,255,255, 0.3);
    color:white;
    text-align:center;
}

.minat-title{
    font-weight:600;
    color:white;
    font-size:30px;
}

.minat-sub{
    font-weight:400;
    font-size:18px;
    color:white;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: normal;
}

.minat-right{
    width:50%;
    height:100%;
    position: relative;
    overflow:hidden;
}

.minat-right img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.soalan-container{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    max-width:1200px;

}

.soalan-left{
    width:40%;
    font-size:30px;
    font-weight:600;
    /* background-color:blue; */
}

.soalan-right{
    width:60%;
    /* background-color:purple; */
}

.la-angle-up {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn.collapsed .la-angle-up {
    transform: rotate(0deg);
}

.btn:not(.collapsed) .la-angle-up {
    transform: rotate(180deg);
}

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

.mb-0 > .btn-link{
    display:flex;
    width:100%;
    justify-content:space-between;
    text-decoration: none;

}



.skim-card-width{
    width:577px;
    height:612px;
}

.skim-card-width:hover{
    box-shadow: 0px 10px 25px -13px rgba(16, 24, 40, 0.3);
}

.scheme-item:hover{
    box-shadow: 0px 10px 25px -13px rgba(16, 24, 40, 0.3);
}

.baca-lanjut-button-width{
    width:146px;
}

.header-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 10px 0px;
}

.house-content{
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
}

.header-container {
    background-color: #F0F9FF;
    width:100%;
    /* max-width:1200px; */
    background-image: url('../img/Layer_1 grey.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-size: 1000px 415px;
    position: relative;
    height: 350px;
    /* padding: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 10px;
}

.header-container .header-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
}


.syarat-kelayakan-button-group{
    width:100%;
    padding-top:10px;
    display:flex;
    flex-direction:row;
    gap:10px;

}

.filter-badge-button{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    width:94px;
    height:40px;
    border:1px solid black;
    margin:5px;
    border-radius:9999px;
    font-size:16px;
    font-weight:600;

}

.filter-badge-button-active{
    background-color:black;
    color:white;
}


.filter-badge-button-on-tablet{
    display: none;
}

.modal-input-group{
    display:flex;
    flex-direction:row;
    align-items:center;
    width:100%;
    gap:10px;

}

.modal-input-group > input{
    width:100%;
}

.modal-input-group > .form-group{
    width:100%;
}

.modal-footer-flex{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    gap:5px;
}

#statusSelect{
    height:40px;
    background-color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    color:#667085;
    width:229.6px;
}

#sortselect{
    height:40px;
    background-color:white;
    /* padding:8px; */
    display:flex;
    justify-content:center;
    align-items:center;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    color:#667085;
    width:229.6px;
    /* padding-top:10px; */
}

.daerah-left{
    width:3%;
}

.daerah-right{
    width:97%;
}

#pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.input-group-custom{
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    align-items:center;
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
    flex-wrap:nowrap;

    /* border-bottom:1px solid #D0D5DD; */
}

.input-group-custom input{
    background-color: white;
    background-image: url('../img/search-sm.svg');
    background-repeat:no-repeat;
    background-position: 10px 14px;
    background-size: 18px 18px;
    padding: 16px 14px 16px 35px;
    height:48px;
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    width:19%;
}

.badge-group{
    display:flex;
    justify-content:flex-end;
    flex-direction:row;
    align-items:center;
    padding-top:20px;
    padding-bottom:20px;

}

.select-group-2{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:80%;
    /* gap:5px; */
}

.select-group-2 > select{
    width:24.6%;
    height:48px !important;
    background-color:white;
    padding:8px;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    color:#667085;
    padding-top:10px;
}

.left-register-container{
    background-image: url('../img/family-image.png');
    object-fit:cover;
    border-radius:6.5px;
    color:white;
    padding-top:50px;
    padding-left:20px;
    padding-right:20px;

}

.minat-header-container{
    background-color:#CD1328;
    width:100%;
    /* max-width:1200px; */
    height:294px;
    /* border-radius:20px; */
    display:flex;
    /* padding:100px; */
    flex-direction:row;
    align-items:center;
    justify-content:space-between;

}

.minat-header-left{
    display:flex;
    flex-direction:column;
    padding: 100px;
    justify-content:center;
    height:100%;
    width:50%;
    padding-left:15%;
}

.minat-header-right{
    width:50%;
    height:100%;
    position: relative;
    overflow:hidden;
}

.minat-header-right img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.minat-form-group > input{
    height:48px;
    border-radius:12px;
}

.minat-form-group > label{
    margin-top:24px;
    font-size:16px;
    font-weight:500;
    color: #667085;
}

.minat-form-group > select{
    height:48px;
    border-radius:12px;
}

.tel-emel-container{
    display:flex;
    flex-direction:row;
    width:100%;
    gap:50px;
}

.tel-emel-container > .minat-form-group{
    width:90%;
}

.button-hantar{
    max-width:120px;
    width:100%;
    height:48px;
    border-radius:12px;

}

.scheme-faq-header-container {
    background: linear-gradient(90deg, #41425C 50%, transparent 100%),
                url('../img/scheme-faq.jpg') no-repeat center right;
    position: relative;
    height: 350px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    color: #fff;
}

.header-content {
    max-width: 50%;
    z-index: 1;
}

.scheme-faq-header-container h1 {
    font-size: 3rem;
    /* font-weight: bold; */
    margin-bottom: 15px;
}

.scheme-faq-header-container p {
    font-size: 1rem;
    font-weight: normal;
}

.scheme-faq-card{
    width:100%;
    max-width: 970px;
    height: 450px;
    border-radius: 20px;
    background-color:white;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display:flex;
    box-sizing: border-box;
    padding:32px 24px 24px 24px;
    border: 1px solid #D0D5DD;
    flex-direction:column;
    gap:10px;
    box-shadow: 0px 10px 25px -13px rgba(16, 24, 40, 0.3);
    position:relative;;
}

.scheme-faq-input{
    width:100%;
    height:48px;
    background-color:white;
    padding:8px;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    color:#667085;
}

.bg-grey-none-print{
    background-color:#F9FAFB;
}

.scheme-faq-select-group{
    display:flex;
    justify-content:space-between;
}

.input-container{
    display:flex;
    flex-direction:column;
    width:49%;
}

.sign-in-bg {
    background: linear-gradient(45deg,#a8c0ff,#c3dedd, #d7dbdb, white);
}

.form-signin {
    width: 100%;
    max-width: 540px;
    padding: 15px;
    margin: auto;
    background-color: white;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.term-checkbox {
    accent-color: #0F62FE;
    width: 20px;
    height: 20px;
    border-radius: 30px;
}
.search-input{
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    background-color: white;
    background-image: url('../img/search-sm.svg');
    background-repeat:no-repeat;
    background-position: 10px 10px;
    background-size: 24px 24px;
    padding: 12px 20px 14px 40px;
}

.scheme-terms td {
    line-height: 1.5em;
    vertical-align: top;
}

.header-container{
    display:flex;
    flex-direction:row;

}

.nav-item a{
    color:black;
}

.hidden-in-print {
    display:flex;
}

.show-in-print{
    display:none;
}

.mobile-print-dissapear{
    display:flex;
}

.parallax-mirror{
    border-radius:20px;
}


/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/*class for general use*/
.line-clamp-2-line{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standard-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.standard-column{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    flex-direction:column;
}

.standard-row-that-turn-into-column-on-tablet{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.center-item-only-in-pc{
    align-items:center;
}

.standard-width-50-to-100-on-tablet{
    width:50%;
}

.standard-width-80-to-100-on-tablet{
    width:80%;
}


.standard-width-48-to-100-on-tablet{
    width:48%;
}

.standard-width-17-to-100-on-tablet{
    width:17%;
}

.height-100-on-tablet{
    height:100%;
}

.max-width-1200{
    width:90%;
    max-width:1200px;
}

.mobile-flex-things-dissapear{
    display:flex;
}

.mobile-flex-things-appear{
    display:none;
}

.mobile-flex-things-766{
    display:none;
}


.navinfoheight{
    padding-top:41vh;

}

.container-senarai-turn-to-no-padding-in-mobile{
    padding: 30px 20px 30px 20px;
    width:100%;
}


/*used for page like login and forgot password*/
.margin-top-bottom-200{
    margin-top:200px;
    margin-bottom:200px;
}

.standard-top-margin{
    margin-top:30px;
}

.standard-padding-bottom-grey-border{
    padding-bottom:30px;
    border-bottom:1px solid #D0D5DD;
}

.icon-large-1{
    font-size:1.5em;
}

.icon-large-2{
    font-size:2em;
}

.chevron-icon{
    font-size:1.4em;
}

.blog-post-meta{
    font-size:18px;
    font-weight:400;
}


.justify-start-then-justify-center-in-tablet{
    display:flex;
    -ms-flex-pack:start;
    justify-content:flex-start !important;
}

.justify-space-then-justify-center-in-tablet{
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between !important;
}

.justify-start-then-justify-center-in-690{
    display:flex;
    -ms-flex-pack:start;
    justify-content:flex-start !important;
}

.tablet-block-thing-appear{
    display:none;
}

.tablet-block-thing-disappear{
    display:block;
}

.center-container{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.center-container-no-justify{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.pagination {
    display:flex;
    flex-wrap:wrap;
}

.sticky-top{
    position:sticky;
    top:80px;
}

.justify-end-to-start-when-mobile{
    justify-content: flex-end;
}

.margin-left-rigt-15-0-tablet{
    margin-left:15px;
    margin-right:15px;
}


/*------------------*/


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

@media (max-width:690px){
    .justify-start-then-justify-center-in-690{
        display:flex;
        -ms-flex-pack:center;
        justify-content:center !important;
    }

}

@media (max-width:1352px){
    .justify-content-when-under-1352{
        justify-content:center;
    }
    .skim-card-width{
        width:281px;
        height:493px;
    }
}

@media screen and (max-width:1045px){
    .row-daftar img {
        width:70%;
        height:70%;
    }
}

@media screen and (max-width:850px){
    .minat-header-left{
        padding:10px;
    }
}


@media screen and (max-width: 767px ){
    .search-card{
        height: 406px !important;
        display: block !important;
        width:90% !important;
    }

    .select-group{
        flex-direction:column;
        padding-top:10px;
        gap:10px;
    }

    .select-group > select{
        width:100% !important;
    }

    .select-group-2 {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding-top: 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .select-group-2 > select {
        width: 169px;
    }

    .search-button-container{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        width: 100% !important;
        height: 20% !important;
    }

    .search-button-container > button{
        width:100% !important;
        max-width:100% !important;
    }

    .banner-caption{
        width:90% !important;
    }

    .banner-container > img{
        width:100% !important;
    }

    .black-thing{
        width:0% !important;
    }

    .calculator-container{
        flex-direction:column-reverse;
        height: 790.67px;
        padding:50px;
        border-radius:0px;
        /* justify-content: center;
        align-items:center; */
    }

    .lihat-semua-button-2{
        width:100%;

    }

    .calculator-right{
        width:100%;
        align-items:center;
        justify-content:center;
        height:40%;
    }

    .calculator-left{
        /* background-color:purple; */
        width:90%;
        height:50%;
        justify-content:space-evenly;
    }

    .prima-1{
        width:183.97px;
        height:66.47px;
        left: 65%;

    }

    .prima-2{
        width:183.97px;
        height:66.47px;
        left: 35%;

    }

    .prima-title{
        font-size: 14px;

    }

    .prima-sub{
        font-size: 14px
    }

    .daftar-akaun-container{
        height:766.94px;
    }

    .daftar-akaun-container-flex{
        flex-direction:column-reverse;
        align-items: center;
    }

    .daftar-senarai-left{
        padding-top:10px;
        width:90%;
    }

    .daftar-senarai-right{
        /* padding-top:10px; */
        /* background-color:purple; */
        justify-content:center;
        align-items:center;
        width:70%;
    }

    .row-daftar {
        justify-content:center;
    }

    .btn-width{
        max-width:100%;
    }

    .minat-container{
        flex-direction:column-reverse;
        height:660px;
        border-radius:0px;
    }

    .minat-left{
        width:100%;
        height:50%;
        /* margin-left: 10px; */
        /* background-color:green; */
        padding:20px;
    }

    .minat-right{
        width:100%;
        height:50%;
    }

    .minat-right img{
        border-radius:0px;
    }

    .baca-lanjut-button-width{
        width:100%;
    }

    .house-left{
        width:55%;
    }

    .house-right{
        width:45%;
    }

    .badge-group{
        flex-direction:column;

    }

    .input-group-custom input{
        width:100%;
    }

    .minat-header-left{
        padding:10px;
    }

    .tel-emel-container{
        flex-direction:column;
        gap:0px;
    }

    .tel-emel-container > .minat-form-group{
        width:100%;
    }

    .button-hantar{
        max-width:100%;
    }

    .scheme-faq-header-container{
        background: linear-gradient(0deg, #41425C 40%, transparent 100%),
                url('../img/scheme-faq.jpg') no-repeat center right;
        background-position-x:-800px;
        height:650px;
    }

    .header-content {
        max-width: 100%;
    }

    .scheme-faq-header-container h1{
        margin-top:140px;
    }

    .scheme-faq-select-group{
       flex-direction:column;
       gap:15px;
    }

    .scheme-faq-card{
        height: auto;
        width:90%;

    }

    .input-container{
        display:flex;
        flex-direction:column;
        width:100%;

    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background-color:#0d111d;
        color:white;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 500ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }


    /* .nav-item a{
        color:white;
    }

    .nav-item a:hover {
        color: white;
    } */

    .white-nav-item-mobile a{
        color:white;
    }

    .white-nav-item-mobile a:hover {
        color: white;
    }


    .mobile-flex-things-766{
        display:flex;
    }

    .header-button-size{
        width:100%;
        display:flex;
        justify-content:center;
        align-items: center;
    }

    .header-mobile-active{
        background-color:#252934;
        border-left:solid 4px #175CD3;
    }

    /*class for general use*/

    .mobile-flex-things-dissapear{
        display:none;
    }

    .mobile-flex-things-appear{
        display:flex;
    }

    .standard-row-that-turn-into-column-on-tablet{
        display:flex;
        flex-direction:column;
        flex-wrap:wrap;
    }

    .center-item-only-in-pc{
        align-items:normal;
    }

    .standard-width-50-to-100-on-tablet{
        width:100%;
    }

    .standard-width-48-to-100-on-tablet{
        width:100%;
    }

    .standard-width-80-to-100-on-tablet{
        width:100%;
    }

    .standard-width-17-to-100-on-tablet{
        width:100%;
    }

    .justify-start-then-justify-center-in-tablet{
        -ms-flex-pack:center;
        justify-content:center !important;
        -ms-flex-positive:1;
        flex-grow:1;
    }

    .justify-space-then-justify-center-in-tablet{
        -ms-flex-pack:center;
        justify-content:center !important;
        -ms-flex-positive:1;
        flex-grow:1;
    }

    .mobile-print-dissapear{
        display:none;
    }

    .project-title{
        font-size:24px;
        font-weight:600;
    }

    .blog-post-meta{
        font-size:16px;
    }

    .margin-left-rigt-15-0-tablet{
        margin-left:0px;
        margin-right:0px;
    }

    .parallax-mirror{
        border-radius:0px;
    }

    .container-senarai-turn-to-no-padding-in-mobile{
        padding:0px;
        padding: 30px 0px 30px 0px;
    }

    .item-daftar-akaun{
        width:100%;
        padding:0px;
        gap:10px;
        /* align-items:center; */
        justify-content:center;
        margin-top:20px;
    }

    .tablet-block-thing-appear{
        display:block;
    }

    .tablet-block-thing-disappear{
        display:none;
    }

    .house-left{
        width:100%;
    }

    .house-right{
        display:none;
    }

    .permohonan-container-mobile{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        padding:20px;
        position:sticky;
        bottom:0;
        z-index:1000;
        background-color:white;

    }


    /*---------------------------------*/
}


/* use 430 px instead of 425 because ip-14 width is 430 */
@media screen and (max-width: 430px ){

    .skim-card-width{
        width:100%;
        /* background-color:green; */
    }

    .search-card{
        width:100% !important;
        top: -50px !important;
    }

    .lihat-semua-button{
        display: none;
    }

    .lihat-semua-button-mobile{
        justify-content: center;
        align-items: center;
        width:100%;
        max-width:90%;
        border-radius:12px;
        border: 1px solid #D0D5DD;
        background-color:#FFFFFF;
        height: 48px;
        font-weight:600;
        display:flex;
    }

    .black-thing{
        width:100% !important;
        height:100% !important;
    }

    .banner-container > img{
        width:0% !important;
    }

    .btn-mobile{
        width:100% !important;
    }

    .button-group{
        flex-direction:column;
        gap:0px;
    }

    .prima-1{
        left: 70%;
    }

    .prima-2{
        left: 30%;

    }

    .calculator-left{
        width:90%;
        height:60%;
        justify-content:space-evenly;
    }

    .calculator-container{
        padding:0px;
    }

    .daftar-akaun-container-flex{
        padding:20px;
    }

    .daftar-akaun-container{
        height:566.94px;
    }

    .minat-container{
        height:760px;
    }

    .minat-title{
        font-size:24px;
    }

    .minat-sub{
        font-size:16px;
    }

    /* .minat-right img{
        border-radius:0px;
    } */

    .minat-badge{
        display:none;
    }

    .soalan-container{
        flex-direction:column;

    }

    .soalan-right{
        width:100%;
        padding-bottom:20px;
    }

    .soalan-left{
        width:100%;
        padding-top:20px;
        padding-bottom:20px;
    }

    .berita-card{
        width:100%;
        justify-content:center;
        align-items:center;
    }

    .daftar-senarai-right{
        width:100%;
        /* height:90%; */
    }


    .modal-input-group{
        flex-direction:column;
    }

    .modal-footer-flex{
        flex-direction:column;
        width:100%;

    }

    .modal-footer-flex > .button{
        width:100% !important;
    }

    .minat-header-container{
        flex-direction:column-reverse;
        height:445px;
    }

    .minat-header-left{
        width:100%;
        height:50%;
    }

    .minat-header-badge{
        width:124px;
        height:28px;
        border-radius:20px;
        background-color: rgba(255,255,255, 0.3);
        color:white;
        text-align:center;
    }

    .minat-header-right{
        width:100%;
    }

    .scheme-faq-card{
        height: 650px;

    }

    .header-container .header-title {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin: 0;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .banner-caption > h1{
        font-size:36px;
    }

    .navbar-toggler{
        padding:none;
        border:none;
        height:36px;
        width:36px;
    }

    .navbar-toggler-icon{
        width:20px;
        height:20px;
    }

    .banner-container{
        height: 653px;
    }

    .hero-overlay-mobile{
        background-color: rgba(0,0,0,0.2);
    }

    .justify-end-to-start-when-mobile{
        justify-content: flex-start;
    }
}

@media screen and (max-width: 420px){
    .sticky-top{
        width: 96vw;
        left:0;
        right:0;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media print{
    .hidden-in-print {
        display:none
    }

    .show-in-print{
        display:flex;
    }

    .break-after-cont{
        page-break-after: always;
    }

    .center-row-print{
        flex-direction:row;
        justify-content: center;
        align-items:center;
    }

    .fade{
        visibility: hidden;
    }

    .invisible-print{
        visibility: hidden;
    }

    .bg-grey-none-print{
        background-color:white;
        padding-bottom:30px;
    }

    .house-card {
        background-color: #ececec;
    }

    .mobile-print-dissapear{
        display:none;
    }

    .dont-break-container-in-print{
        break-inside: avoid;
        page-break-inside: avoid;
    }
}


/* Exclude Line Awesome icons */
[class~="la-print"], [class~="la-link"] {
    font-family: 'Line Awesome Free', 'Line Awesome Brands' !important;
    font-weight: 900; /* Ensure bold icons render properly */
}

.container-content {
    padding: 0px 20px 30px 20px;
    margin-left: 272px;

}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    color: grey;
    text-align: center;
    padding: 5px;
    border-radius: 5px;

    position: absolute;
    bottom: -110%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

    opacity: 0;
    transition: opacity 0.3s;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


@media (max-width: 768px) {
    .container-content {
        margin-left: 0;
    }

    .butiran-skim-container{
        flex-direction:column;
    }

    .syarat-kelayakan-button-group{
        flex-direction:column;
    }

    .house-card{
        margin-top:10px;
    }

    .dissapear-on-tablet{
        display:none;
    }

    .filter-badge-button-on-tablet{
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        width:94px;
        height:40px;
        border:1px solid black;
        margin:5px;
        border-radius:9999px;
    }

    .daerah-left{
        width:10%;
    }

    .daerah-right{
        width:90%;
    }

    /* .input-group-custom{
        flex-direction:column;
    } */
}

@media (max-width: 767px){
    .remove-left-right-padding-tablet{
        padding-left:0px;
        padding-right:0px;
    }
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}
