﻿@font-face {
    font-family: 'Pyidaungsu';
    src: url('/_content/CRM.Shared/asset/fonts/Pyidaungsu.ttf');
}

.w100per {
    width: 100% !important;
}

@font-face {
    font-family: 'kanit';
    src: url('/_content/CRM.Shared/asset/fonts/Kanit-Regular.ttf');
}

html, body {
    font-family: 'kanit', 'Pyidaungsu' !important;
}



.wimg {
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: 50% 50%;
}

.wbox {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 200px;
}

    .wbox .title {
        width: 100%;
        position: relative;
        display: flex;
        height: 60px;
        justify-content: center;
    }


        .wbox .title .block {
            width: 0%;
            height: inherit;
            background: #ffb510;
            position: absolute;
            display: flex;
        }

        .wbox .title .hello {
            font-family: 'Poppins';
            color: var(--core-color,#463d81);
            font-size: 32px;
            -webkit-animation: icon 2s forwards;
            -o-animation: icon 2s forwards;
            animation: icon 2s forwards;
            animation-delay: 0.6s;
            opacity: 0;
            display: flex;
            align-items: baseline;
            position: relative;
        }

            .wbox .title .hello span {
                width: 0px;
                height: 0px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background: #ffb510;
                -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                animation-delay: 2s;
                margin-left: 5px;
                margin-top: -10px;
                position: absolute;
                bottom: 13px;
                right: -12px;
            }

.bname {
    color: #fb0000 !important;
    font-family: "Kanit" !important;
    font-size: 25px !important;
    margin: 10px 0;
    text-align: center;
    transform: translateY(-50%);
    text-shadow: #999797 0 0 1px, #fff 0 -1px 2px, #fff 0 -3px 2px, rgb(131 125 125 / 80%) 0px 4px 4px;
}



.wbox .role {
    width: 100%;
    position: relative;
    align-items: center;
    height: 30px;
    margin-top: -10px;
}

    .wbox .role .block {
        width: 0%;
        height: inherit;
        background: var(--core-color);
        position: absolute;
        animation-delay: 2s;
        display: flex;
    }

    .wbox .role span {
        animation: secFadeIn 2s forwards;
        animation-delay: 1.5s;
        opacity: 0;
        font-weight: 400;
        font-family: 'Lato';
        color: var(--promo-Font-color);
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

.welcme {
    margin: 14px 0 0 19px;
    font-size: 18px;
    color: #8b8784;
    opacity: 0;
    -webkit-animation: icon 2s forwards;
    -o-animation: icon 2s forwards;
    animation: icon 2s forwards;
    animation-delay: 0.6s;
}

    .welcme span {
        font-size: 18px !important;
    }

.wcfooter {
    width: 0%;
    animation: secBlock 2s forwards;
    animation-delay: 2s;
}

/*#percent {
                    animation: progressFadeIn 2s forwards;
                    animation-delay: 2s;
                    opacity: 0;
                }*/

.font-20 {
    font-size: 20px !important;
}

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

@keyframes popIn {
    0% {
        width: 0px;
        height: 0px;
        background: var(--core-light-color);
        border: 0px solid #ddd;
        opacity: 0;
    }

    50% {
        width: 20px;
        height: 20px;
        background: var(--core-light-color);
        opacity: 1;
        bottom: 45px;
    }

    65% {
        width: 7px;
        height: 7px;
        bottom: 0px;
        width: 15px;
    }

    80% {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }

    100% {
        width: 7px;
        height: 7px;
        background: var(--core-color);
        border: 0px solid #222;
        bottom: 24px;
    }
}
@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes progressFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes icon {
    0% {
        position: absolute;
        opacity: 0;
        transform: scale(0);
        bottom: -80px;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        position: relative;
        bottom: 0px;
    }
}

@media (max-width : 767px) {
    .bname {
        font-size: 18px !important;
    }

    .wbox {
        min-height: 220px !important;
    }

/*    .progressbar_container 
    {
        max-width: 500px !important;
    }*/
}

@media (max-width : 534px) {
    .wbox {
        min-height: 240px !important;
    }

    .progress {
        margin-top: 13px !important;
    }
}

@media (max-width : 375px) {
    .bname {
        font-size: 15px !important;
    }

    #btype {
        font-size: 11px !important;
    }

    .wbox {
        min-height: 270px !important;
    }

    .progress {
        margin-top: 20px !important;
    }
}

@media (max-height : 500px) {
    .prograssbar-img {
        display: none !important;
    }
}

.mapchange-btn {
    display: none;
    width: 50px;
    height: 50px;
    border: 2px solid black;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    bottom: 40px;
    color: white;
    background-image: url(image/satellitemap.png) !important;
}