h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Be Vietnam', sans-serif;
}
main {
	margin-left: 260px;
	padding: 0 15px;
	width: 100%
}
/*
 * Sidebar
 */
#nav-sidebar {
    position: fixed;
    width: 260px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 14px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1976d2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar-expand button {
	font-size: 2.5rem;
	line-height: 1.1;
	color: #000;
	background: 0 0;
	border-width: 0;
	border-color: rgba(255, 255, 255, .1);
	cursor: pointer;
	transition: all 0.5s ease;
}
.sidebar-header {
	padding: 0 1rem;
}
/*
 * Transforms
 */

.rotate-90cw {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.rotate-180cw {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.rotate-90ccw {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.rotate-180ccw {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.flip-y {
	transform: perspective(100px) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateY(180deg);
	-moz-transform: perspective(100px) rotateY(180deg);
	-ms-transform: perspective(100px) rotateY(180deg);
}

.flip-x {
	transform: perspective(100px) rotateX(180deg);
	-webkit-transform: perspective(100px) rotateX(180deg);
	-moz-transform: perspective(100px) rotateX(180deg);
	-ms-transform: perspective(100px) rotateX(180deg);
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 15px;
    left: 5px;
}
thead tr th {
    font-size: 15px;
    font-weight: 500;
}
.page-item.active .page-link {
    background-color: #2c9bb4;
    border-color: #2c9bb4;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #2c9bb4;
}
.dataTables_info {
    font-size: 15px;
}
.dataTables_length label {
    font-size: 15px;
}
.table tr th{
	white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    color: #484747;
}

/* ===========  My css ============ */
/* Nav active class start */
.navigation {
  	&__link {
		display: block;
    	color: #ddd; 
    	text-decoration: none;
    	padding: 1em;
		font-weight: 400;
		
		&:hover {
			background-color: #aaa;
		}
	
	   &.active {
	   	color: white;
			 background-color: rgba(0,0,0,0.1);
	   }
  	}
}
/* Nav active class end */

p {
    font-size: 14px;
    color: #545454;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.table tr td{
	font-size: 13px;
        letter-spacing: 0.2px;
}
.nav-link {
    padding: .4em 1em;
}
.side_menu li {
    font-weight: 500;
}
.side_menu li a {
    border-radius: 0 !important;
    font-size: 13px;
    color: #fff;
    padding-left: 19px;
    font-family: 'Be Vietnam', sans-serif;
}
.side_menu li a.active {
    color: #222 !important;
    background-color: #f1f1f1 !important;
}

.bottom_menu {
    margin-top: 1vw;
    border-top: 1px solid #ffffff8f;
    padding-top: 1vw;
}
.bottom_menu li a {
    font-size: 11px;
    line-height: 10px;
}
.leftsec{
        background: #f2f7fb;
}
.pdright0{
	padding-right: 0;
}
.block_title{
	background:#5195d8;
	margin-bottom: 15px;	
}
.block_title h5 {
    color: #fff;
    padding: 14px 15px;
    font-size: 18px;
}
.block_content{
    padding: 15px 15px;
    background: #fff;
    margin: 20px 15px;
}
.pdtop50{
	background: #000000d4;
    padding-bottom: 50px;
}
.code-api {
    background: #222;
    height: 100%;
    padding: 10px 15px;
}
.code-api xmp {
    color: #FFF;
    margin: 0;
    white-space:pre-wrap;
    padding: 0 15px 15px;
    margin-bottom: 20px;
    word-break: break-all;
}
.code_title {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}
.tf_title {
    padding: 6px 8px 12px;
    background:#1976d2;
    font-size: 20px;
}
.block_content h4 {
    font-size: 20px;
}
.block_content h5 {
    font-size: 17px;
}
.ul_list {
    padding-left: 0;
}
.ul_list li {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
    color: #545454;
}
.ul_list li:before {
    content: '';
    background-image: url(../images/right-arrow.svg);
    position: absolute;
    left: 0;
    top: 9px;
    height: 11px;
    width: 11px;
}

/*Start popup image*/
.popup{
    text-align: center
}
.popup img{
    width: 100%;
    cursor: pointer
}
.show{
    z-index: 999;
    display: none;
    position: fixed;
}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show {
    width: 130vh;
    height: 80vh;
    position: absolute;
    top: 44vh;
    left: 38vw;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.img-show span{
    position: absolute;
    top: 2px;
    right: -8px;
    z-index: 99;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    padding: 9px 14px;
}
.img-show img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: -1px -2px 9px 1px #000000;
}
/*End popup image*/
