﻿@font-face {
    font-family: Pyidaungsu-bold;
    font-weight: 700;
    src: local('Pyidaungsu'),url(https://portalvhdslvb28rs1c3tmc.blob.core.windows.net/yammo/resource/Pyidaungsu-2.5.3_Bold.ttf) format('truetype'),url(https://portalvhdslvb28rs1c3tmc.blob.core.windows.net/yammo/resource/Pyidaungsu-2.1_Regular.woff) format('woff')
}

@font-face {
    font-family: Pyidaungsu;
    src: local('Pyidaungsu'),url(https://portalvhdslvb28rs1c3tmc.blob.core.windows.net/yammo/resource/Pyidaungsu-2.5.3_Regular.ttf) format('truetype'),url(https://portalvhdslvb28rs1c3tmc.blob.core.windows.net/yammo/resource/Pyidaungsu-2.1_Regular.woff) format('woff')
}

.redstar{
    color: red;
}

.main-sidebar {
    background-color: #1d2b36 !important
}


.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: -10px;
    max-height: 48px;
    width: auto;
}


body {
    font-family: "Montserrat", sans-serif!important;
    font-style: normal;
}

.mmfont {
    font-family: Pyidaungsu !important;
}


.mmfont-bold {
    font-family: Pyidaungsu-bold !important;
}

tbody tr td {
    font-family: Pyidaungsu !important;
}

tbody .fa{
    padding-top:5px!important
}


.overlay {
    background-color: rgba(0,0,0,.8) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
}


.preloader {
    background-color: rgba(0,0,0,.8) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
}


.loading-overlay {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    opacity: 1;
}



.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #6146d6;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.theme-color {
    color: #377dff
}

.login-header {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    letter-spacing: -0.04em;
    color: #0F172A;
}

.login-label {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #64748B;
}

.login-box-msg{
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 20px
}

.has-error .select2-selection {
    border-color: red !important;
}


.table th {
    font-family: Pyidaungsu-bold !important;
}

select option {
    font-family: Pyidaungsu-bold !important;
}

select {
    font-family: Pyidaungsu !important;
}

.badge{
    font-size:15px!important
}


.left-icon{
    font-size:25px;
    margin-top:5px
}

.cursor-pointer{
    cursor:pointer
}

.text-black{
    color:#000!important
}