

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

#app-container { padding-top: 50px; padding-bottom: 50px;}

/* Tu vi */
#app-container { 
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 500 !important;
}
#app-container .cungStyle .tuvi-thienphu, #app-container .cungStyle .tencung {
    font-family: 'Roboto Condensed', sans-serif !important;
}
#app-container .cungStyle .tuvi-thienphu .dacHam, #app-container .cungStyle .tuvi-thienphu .text-sm {
    font-weight: 800 !important;
    font-size: 15px;
}
#app-container .cungStyle .tencung .text-sm {
    font-size: 14px;
}

#app-container .font-bold, #app-container .font-semibold {
    font-weight: 800 !important;
}
#app-container .cungStyle .text-xs {
    font-weight: 600 !important;
    font-size: 13px;
}

#app-container .text-center.mb-6 { display: none;}

.page-tuvi #thienban { 
    background-size: 22%;
    background-image: url('https://huyenhoc.phongthuylamphong.com/minhphuoc/tuvi/images/tuvi_txt.Bkq2mmZ-.png');
}

.page-tuvi .container-lasotuvi > div.grid  { 
    grid-template-rows: repeat(4, minmax(250px, max-content)) !important;
}

.page-tuvi #thienban .text-sm { font-size: 13px !important;}
.page-tuvi .bg1 {
    background-image: url('https://huyenhoc.phongthuylamphong.com/minhphuoc/tuvi/images/bg_nen.jpg');
    opacity: 0.7;
    background-size: auto 100%;
}
.page-tuvi #chuthich { position: relative; z-index: 100; width: 103%;}  
.page-tuvi svg line { opacity: 0.8 !important;}

.page-tuvi .bl-info h2 {
    position: relative;
    text-indent: -99999px;
    &:before {
        content: 'Tử Vi Phong Thủy Minh Phước';
        display: block;
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
        height: 34px;
        position: absolute;
        top: 0;
        font-size: 18px;
        font-weight: 800;
        color: #000;
        text-align: center;
        text-indent: 0;
    }
}
.page-tuvi .bl-info .text-base {
    position: relative;
    text-indent: -99999px;
    &:before {
        content: '0888.08.1050';
        display: block;
        width: 150px;
        left: 50%;
        transform: translateX(-50%);
        height: 34px;
        position: absolute;
        top: -4px;
        font-size: 16px;
        font-weight: 500;
        color: #ef4444;
        text-align: center;
        text-indent: 0;
        border-top: 1px solid #ef4444;
        padding-top: 6px;
    }
}