﻿/*#region Variable*/
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/materialiconsround.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/materialicons.woff2) format('woff2');
}

@font-face {
    font-family: 'Be VietNam Pro';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/BeVietnamPro-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'SmoochSans';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/SmoochSans-Medium.ttf) format('truetype');
}
* {
    font-family: 'Be Vietnam Pro', sans-serif;
}
.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    color: #000;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
p{
    margin-bottom:0px;
}
#container {
    display: none;
}

#container > div.e-spin-overlay {
    z-index: 998 !important;
}

.dxbl-popup-cell {
    z-index:9999999999999999999999 !important;
}

/*#region Hieu Ung Tuyet Roi*/

@keyframes animationSnow {
    0% {
        transform: translate(0,0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(100px,50vh);
    }
}
/*#endregion Hieu Ung Tuyet Roi*/