body {
    position: relative;
	font-size:14px;
    font-family: PyidaungSu, sans-serif;
}

.navbar {
    background-color: #0f4c8d !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}

.navbar-toggler i {
    color: #fff;
}

.nav-btn {
    border: 1px solid #fff;
    border-radius: 18px;
    display: block;
    width: 180px;
    padding: 5px;
    text-align: center;
    margin-bottom: 18px;
}

.nav-btn:active {
    border: 1px solid #9e2de2;
}

.app-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-toggler {
	padding: 0;
	border: 0;
}

.logo {
    margin-left: -35px;
}

.logo img {
    width: 180px;
    height: 40px;
}

.app-container {
    margin-top: 40px;
	background-image: url(market.doca.gov.mm/market/image/app_background.jpg);
}

.app-header {
    margin: 30px 0;
    text-align: center;
    background-color: #4a00e0;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
}

.app-header h5 {
    font-weight: 900;
    font-size: 16px;
    padding-top: 5px;
}

.seller {
    margin: 5px;
    border-radius: 8px;
    cursor: pointer;
    padding: 0 16px;
    font-size: 16px;
    background-color: #fff;
    height: 50px;
}

.sellers-checkbox {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    height: 100px;
}

.input-select {
    width: 100%;
    height: 45px;
}

input[type='checkbox'] {
    margin-bottom: 12px;
}

.category {
    margin: 5px;
    border-radius: 8px;
    cursor: pointer;
    padding: 0 16px;
    font-size: 16px;
    background-color: #fff;
    height: 50px;
}

.search-btn {
    border-radius: 12px;
    background-color: #0F4C8D;
	width: 80px;
    height: 40px;
    color: #fff;
}

.search-btn  i {
	font-weight: 900;
	color: #fff;
}

.input-date {
    height: 40px;
}

.tb-container {
    margin: 12px;
}

.data-table {
    background-color: #fff;
    margin-top: 14px;
    border-radius: 8px;
    width: 100%;
}

.tb-heading {
    background-color: #025dbf;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.tb-subheading  td {
    background-color: #0f6fd6;
    color: #FFFFFF;
	font-family: PyidaungSu;
	font-size: 14px;
    font-weight: bold;
}

td > a {
    color: #333;
    font-weight: 700;
    line-height: 1.2rem;
}

tr:nth-child(even) {
    background-color: #59d5ef;
}

.flex-column {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.menu-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
	height: 580px;
	margin-top: 20px;
	background-image: url('http://market.doca.gov.mm/market/image/app_background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.menu-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width:150px;
	min-height:150px;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
    justify-content: center;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, #dfd11b, #ddd51d, #dada1f, #d7de22, #d4e225, #cae223, #c0e221, #b6e221, #a2de1c, #8dda1a, #76d61a, #5cd11d);
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.menu-item i {
    font-size: 50px;
	padding: 10px;
    font-weight: bold;
    color: #0f4c8d;
	
}

.menu-item p {
    font-size: 14px;
    font-weight: 800;
    color: #0f4c8d;
}

.menu-item a {
    text-decoration: none;
    color: #0f4c8d;
}

/* CSS */
.menu-button {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .menu-button {
        padding: 19px 32px;
    }
}

.menu-button:before,
.menu-button:after {
    border-radius: 80px;
}

.menu-button:before {
    background-color: hsl(243, 45%, 51%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.menu-button:after {
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.menu-button:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.menu-button:active:not(:disabled) {
    color: #ccc;
}

.menu-button:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(144deg, #AF40FF, #5B42F3 50%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.menu-button:disabled {
    cursor: default;
    opacity: .24;
}

.menu-button span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.menu-button:hover span {
    background: none;
}


.price-update-alert {
    margin-top: 18px;
    text-align: center;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1rem;
}


.pagination {
    margin-top: 8px;
}

.contact-card {
    background-color: #F9FBFC;
    border-radius: 18px;
}

.contact-card .card-title {
    font-size: 20px;
}

.contact-card .card-subtitle {
    font-size: 16px;
    font-weight: 700;
}

.contact-card p {
    font-size: 14px;
}

.contact-card .contact-info {
    font-size: 14px;
    font-weight: 600;
}

.contact-icon {
    background-color: #0F4C8D;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: 50px;
    height: 45px;
}

.bootstrap-datetimepicker-widget {
    inset: 316px 15px auto auto !important;
}


.footer
{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0F4C8D;
	color: #fff;
	height: 80px;
}

footer {
	background-color: #0F4C8D;
}

footer p {
	
	font-size: 14px;
	font-weight: 600;
}


/* Sidebar Navigation */
.sidebar {
    position: fixed;
    overflow: hidden;
    margin-top: 48px;
    top: 0;
    left: 0;
    height: 100%;
    width: 320px;
    background: #0F4C8D;
    transition: all 0.4s;
    z-index: 999;
    display: none;
}

.sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 0 1rem 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-left: 3px solid transparent;
    transition: all 0.4s;
}

.sidebar-header:hover {
    border-left: 3px solid #bdbdbd;
}

.sidebar-burger {
    width: 70px;
    background-color: #4a00e0;
    height: 70px;
    display: grid;
    place-items: center;
}

.sidebar-burger>i,
.sidebar-burger>i {
    font-size: 25px;
    color: #f9f9f9;
    transition: all 0.4s;
}

.sidebar-burger:hover>i,
.sidebar-burger:hover>i {
    color: #bdbdbd;
}

.sidebar-logo {
    height: 30px;
    opacity: 0;
    transition: all 0.4s;
}

.sidebar-logo {
    opacity: 1;
    transition: all 0.4s;
}

.sidebar-menu {
    display: grid;
}

.sidebar-menu>button {
    display: flex;
    background-color: #0F4C8D;
    gap: 12px;
    align-items: center;
    height: 55px;
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 18px;
    border-left: 3px solid transparent;
    transition: all 0.4s;
}

.sidebar-menu>button:hover {
    border-left: 3px solid #f9f9f9;
}

.sidebar-menu>button.has-border {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 1rem;
}

.sidebar-menu>button>a {
    text-decoration: none;
    color: #fff;
}

.sidebar-menu>button>i {
    font-size: 25px;
    color: #f9f9f9;
    transition: all 0.4s;
}

.sidebar-menu>button:hover>i,
.sidebar-menu>button:hover>span {
    color: #bdbdbd;
}

.sidebar-menu>button>span {
    color: #f9f9f9;
    opacity: 0;
    transition: all 0.4s;
}

.sidebar-menu>button>span {
    opacity: 1;
    transition: all 0.4s;
}

.table-responsive{
	border:1px solid #025dbf;
	
}

.container{
	margin-top:35px;
}