
@import url('https://mmwebfonts.comquas.com/fonts/?font=Pyidaungsu');
@import url('https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css');

button {
  background: none;
  border: none;
}
 button::-moz-focus-inner {
 border: 0;
}

:focus { outline: none; }
 
 ::-moz-focus-inner {
 border: 0;
}

.btn-nav:hover { cursor: pointer; }

.btn-nav:hover .bar { background: #fff; }

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background: #fff;
  margin: 10px auto;
}

.btn-nav {
  display: block;
    padding: 3px 0;
    width: 56px;
    position: fixed;
    left: 1px;
    top: 10px;
    background: #000;
    background-image: linear-gradient(to right top, #ff882a, #ffa21a, #ffbc02, #ffd700, #fff200);
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 4px 1px #966f21;
    -webkit-box-shadow: 1px 1px 4px 1px #966f21;
    -moz-box-shadow: 1px 1px 4px 1px #966f21;
    height: 41px;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.close-nav{
  position: absolute;
    float: right;
    right: 0;
        width: 34px;
        padding: 5px;
}
.btn-nav:focus { outline: none; }

.middle { margin: 0 auto; }

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

/*.animated { z-index: 0; }

.animated .arrow-top-r {
  -webkit-transform: rotateZ(-45deg) translateY(11px);
  -moz-transform: rotateZ(-45deg) translateY(11px);
  -ms-transform: rotateZ(-45deg) translateY(11px);
  -o-transform: rotateZ(-45deg) translateY(11px);
  transform: rotateZ(-45deg) translateY(11px);
  width: 23px;
}

.animated .arrow-middle-r {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
  width: 28px;
}

.animated .arrow-bottom-r {
  -webkit-transform: rotateZ(45deg) translateY(-11px);
  -moz-transform: rotateZ(45deg) translateY(-11px);
  -ms-transform: rotateZ(45deg) translateY(-11px);
  -o-transform: rotateZ(45deg) translateY(-11px);
  transform: rotateZ(45deg) translateY(-11px);
  width: 23px;
}*/

.nav-container {
  position: absolute;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  width: 260px;
  z-index: 99999 !important;
  min-height: 800px;
   
}

.nav-list {
  cursor: pointer;
  list-style-type: none;
  /*top: 217px;*/
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  
  z-index: 0;
  overflow-y: scroll;
  height: calc(100vh - 150px);
  display: inline-block;
  width: 100%;
}

.list-item {
  /*margin: 20px auto;*/
  border-bottom: 1px solid #f0f3f7;
  /*width: 85%;*/
  padding: 9px 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: 40px;
}



.list-item a {
  color: #353538 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}
.list-item a:hover{
  color: #353538;
}
div.dropdownmenu ul a i.fa,div.dropdownmenu ul a i.fas{
    display: inline-block;
    border-radius: 50%;
    /* box-shadow: 0px 0px 2px #084392; */
    padding: 0.5em;
    width: 23px;
    border: 1px solid #0c5eca;
    height: 23px;
    font-size: 10px;
    color: #0c5eca;
    text-align: center;
}
.list-item a i.fa,.list-item a i.fas{
    display: inline-block;
    border-radius: 50%;
    /* box-shadow: 0px 0px 2px #084392; */
    padding: 0.5em;
    width: 23px;
    border: 1px solid #0c5eca;
    height: 23px;
    font-size: 10px;
    color: #0c5eca;
    text-align: center;
}
.profile_frame i.fa, i.fas{
    display: inline-block;
    border-radius: 50%;
    /* box-shadow: 0px 0px 2px #084392; */
    padding: 0.5em;
    width: 23px;
    border: 1px solid #fff;
    height: 23px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}
 
/*.list-item .fa {
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #0C5ECA;
    font-size: 19px;
    vertical-align: middle;
}*/
 @keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}
 @-webkit-keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}
 @-moz-keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}
 @-o-keyframes 
showNav { from {
 left: -100%;
}

to { left: 0; }
}

.showNav {
  -webkit-animation: showNav .5s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav .5s ease forwards;
   
}
 @keyframes 
hideNav { from {
 left: 0;
 z-index: 0;
}

to { left: -100%; }
}
 @-webkit-keyframes 
hideNav { from {
 left: 0;
 z-index: 0;
}

to { left: -100%; }
}
 @-moz-keyframes 
hideNav { from {
 left: 0;
 z-index: 0;
}

to { left: -100%; }
}
 @-o-keyframes 
hideNav { from {
 left: 0;
 z-index: 0;
}

to { left: -100%;z-index: 0; }
}

.hideNav {
  -webkit-animation: hideNav 0s ease forwards;
  -moz-animation: hideNav 0s ease forwards;
  -o-animation: hideNav 0s ease forwards;
  animation: hideNav 0s ease forwards;
}

.hidden { display: none; }
h1 { position:absolute; top:150px; left:250px; color:#fff;}
.jquery-script-ads { position:absolute; top:350px; left:250px;}

#title {
   line-height: 1em;
    /* margin: 0 0 1.4em 0; */
    /* font-size: 16px; */
    color: #fff;
    width: 100%;
    background: #084392;
    border-bottom: 2px solid #ffe600;
    /* border-radius: 0 0 11px 11px; */
    padding: 6px;
    /* margin-top: 13px; */
    height: 150px;
    /* margin-bottom: 115px; */
    position: relative;
    display: inline-block;
}

.top_profile {
    display: table;
    position: relative;
    /* width: 51%; */
    padding-left: -3%;
    float: left;
    padding: 1px;
    left: 1px;
    margin-top: 4px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 15px;
}

.user_profile_frame{
    position: absolute;
    margin-top: -100px;
}
.top_profile img{
    position: absolute;
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.my_profile_frame{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    display: block;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    border-radius: 50%;
    box-sizing: border-box;
}
.my_profile_frame img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.top_name {
    display: table;
    position: relative;
    /* width: 50%; */
    /* float: right; */
    left: 0;
    padding: 16px 5px;
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}
.top_username a {
    font-size: 14px;
    color: #ffec00;
    font-weight: bold;
    font-family: Pyidaungsu;
}
