.tm-sidebar-left {
    position: fixed;
    top: 0px;
    bottom: 0;
    box-sizing: border-box;
    width: 260px !important;
    padding: 20px 40px 60px 40px;
    border-right: 1px #e5e5e5 solid;
    overflow: auto;
    text-align: right;
}
.tm-sidebar-right {
    position: fixed;
    top: 0px;
    left: calc(100% - 260px);
    width: 260px !important;
    height:100%;
    box-sizing: border-box;
    border-left: 1px #e5e5e5 solid;
    padding: 20px 60px 40px 40px;
    overflow: auto;
}
.m1{
    margin-bottom: 20px;
    margin-top: 20px;
    padding:0px;
}
.uk-card-body {
    padding:20px 5px 20px 5px;
}
.uk-card-header {
    padding:5px 5px 5px 5px;
}
.uk-card-default {
    box-shadow: 0 0px 0px rgba(0,0,0,.08)
}
.c-b {
    border: 1px solid #e5e5e5;
}
.t1{
    text-align: center;
    padding-bottom: 10px;
}
.tm-nav>li.uk-active>a {
    color: #1e87f0;
}
.t2{
    font-size: 18px;
}
.t3{
    margin-top: 40px;
}
