
.wrapper .sidebar{
  background: #05084D;
  position: fixed;
  top: 0;
  left: 0;
  width: 225px;
  height: 100%;

}

.wrapper .sidebar .profile{
  text-align: center;
  background: #fff;
  width: 205px;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
}
.wrapper .sidebar i.fa.fa-user-circle {
  font-size: 60px;
  color: #ddd;
}
.wrapper .sidebar .profile img{
  width: 190px;
}

.wrapper .sidebar .profile h3{
  color: #05084D;
  margin: 10px 0 5px;
}

.wrapper .sidebar .profile p{
  color: #000;
  font-size: 14px;
}

.wrapper .sidebar ul li a{
  display: block;
  padding: 13px 20px;
  border-bottom: 1px solid #05084D;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.wrapper .sidebar .profile .buttonB {
  width: 85px;
  margin-bottom: 5px;
}
.wrapper .sidebar ul li a .icon{

  width: 30px;
  display: inline-block;
}

 

.wrapper .sidebar ul li .sub{
  color: #05084D;
  font-size: 14px;
  background:#f7f9f9;
    border-right: 1px solid #05084D;
    
}

.wrapper .sidebar ul li .sub .item{
  padding-left: 20px;
}

.wrapper .sidebar ul li .sub:hover{
  background: #f4fbff;
}

.wrapper .section{
  width: calc(100% - 225px);
  margin-left: 225px;
  transition: all 0.5s ease;
}

.wrapper .section .top_navbar{
  background: rgb(7, 105, 185);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px;
 
}

.wrapper .section .top_navbar .hamburger a{
  font-size: 28px;
  color: #f4fbff;
}

.wrapper .section .top_navbar .hamburger a:hover{
  color: #a2ecff;
}

 .wrapper .section .container{
  margin: 30px;
  background: #fff;
  padding: 50px;
  line-height: 28px;
}

body.active .wrapper .sidebar{
  left: -225px;
}

body.active .wrapper .section{
  margin-left: 0;
  width: 100%;
}

h4.i_title {
  display: flex;
  align-items: baseline;
  align-content: center;
  color: #545454;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

h4.i_title i {
  margin-right: 5px;
}
.width_300 th{
  width: 260px !important;
}
span.th_note {
  color: #545454;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.data_pro {
  display: flex;
  margin-bottom: 20px;
}
.data_pro_plus {
  display: flex;
  margin-bottom: 5px;
}
.data_pro_plus .tooltip {
  position: absolute;
  right: 50px;
  margin-top: 4px;
  color: #05084D;
  cursor: pointer;
}
