/*Popover head是单独设置的字体*/
:lang(Japanese){
    font-family: 'M PLUS Rounded 1c'!important;
    /*font-weight: lighter;*/
    /*font-size: 90%;*/
}
:lang(English){
    font-family: 'Noto Sans SC'!important;
    /*font-weight: lighter;*/
    /*font-size: 100%;*/
}

:lang(Thai){
    font-family: 'Prompt', 'Noto Sans SC'!important;
}

.logo{
    width: 50px;
    height: 50px;
}
.textshadow {
    text-shadow: 1px 1px 0px #999999; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

p.lead{
    font-size: 1.2rem;
}
li{
    padding-left:10px;
}

.srilankanbluetext{
    color: #034694
}

.no-border{
    border: 0
}

.mostSmallFont{
    font-size: 0.6rem;
}

.smallerFont{
    font-size: 0.9rem;
}

.bold{
    font-weight: 600;
}

.primaryColor {
    color: #541e41
}

.lightYellowBG {
    background-color: #f6f0e0
}

.brightYellowBG {
    background-color: #f6cd5c;
}

.lightYellow {
    background-color: #f6f0e0
}

.brightYellow {
    background-color: #f6cd5c;
}

.transparent { 
    background-color: transparent;
}

.radius-md {
    border-radius: 1rem;
}

.circle-background{
    background-image: url('https://res.cloudinary.com/imenu2018/image/upload/v1601282872/temp/Circle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.emphasisColor {
    color: #e35945;
}

.biggerFont {
    font-size: 1.2rem;
}

.lightBlueFont {
    color: #71a6ff;
}

.radius-top-only {
    border-radius: 1rem 1rem 0rem 0rem;
}