@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background-color: #f5f6fa;
    color: #545454;
}
a{
    text-decoration: none;
    color: unset;
}
a:hover{
    opacity: .8;
}
li{
    list-style: none;
}
body .topbar+.main-container, body .topbar+main {
    padding-top: 64px;
}
.sidebar ~ .topbar, .sidebar ~ main {
    margin-left: 260px;
}
body .main-container, body>main, body>div>main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    -webkit-transition: margin-left .3s ease-out;
    transition: margin-left .3s ease-out;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    background-color: #3f4a59;
    white-space: nowrap;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    display: block;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 997;
    transform: translateZ(0);
    transition: .3s ease;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    will-change: transform;
}
.sidebar::-webkit-scrollbar{
    display: none;
}
.sidebar-header{
    background-color: #926dde;
    padding: 0 12px;
    height: 64px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    letter-spacing: 3px;
    font-weight: 200;
}
.topbar {
    padding: 0 18px;
    height: 64px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 995;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
    background-color: #fff;
    -webkit-box-shadow: 4px 0 5px rgb(0 0 0 / 8%);
    box-shadow: 4px 0 5px rgb(0 0 0 / 8%);
}
.main-content {
    padding: 30px 30px 0;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}
.sub-title{
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 1;
    color: #8b95a5;
    font-size: 13px;
    letter-spacing: .5px;
    margin: 2rem auto;
    width: 100%;
}
.sub-title:before, .sub-title:after{
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid #dbdbdb;
}
.sub-title:after{
    margin-left: 15px;
}
.sub-title:before{
    margin-right: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.md-2, .md-3, .md-4, .md-6, .md-8, .md-12{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.md-2{
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.md-3{
    flex: 0 0 25%;
    max-width: 25%;
}
.md-4{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.md-6{
    flex: 0 0 50%;
    max-width: 50%;
}
.md-8{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.md-12{
    flex: 0 0 100%;
    max-width: 100%;

}
.box{
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 3%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 3%);
    background: white;
    padding: 10px;
}
.btn{
    font-size: 14px;
    padding: 5px 16px;
    line-height: inherit;
    color: #8b95a5;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: #fff;
    border-color: #ebebeb;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
}
.btn-info{
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff;
}
.btn-block{
    display: block;
    width: 100%;
}
.btn-lg{
    padding: 12px 25px;
}
.mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu a,
.mainmenu label {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: white;
  font-size: 14px;
  height: 56px;
  padding: 1rem 20px 0.5rem;
}
.mainmenu a:hover, .mainmenu label:hover{
    background-color: #2d343f;
}
.mainmenu input {
  display: none;
}
.mainmenu :checked+.submenu {
  display: block;
  max-height: 600px;
}
.submenu a:hover {
    background-color: #2d343f;
}
.submenu a{
    font-size: 12px;
}
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.menu-category, label b{
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 32px;
    padding: 1rem 20px 0.5rem;
    color: #fff;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
label b{
    color: #545454;
    opacity: 1;
    line-height: 20px;
    padding: 1rem 0px 0.5rem;
}
.menu-category::after, label b:after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px dashed #fff;
    vertical-align: middle;
    margin-left: 1.5rem;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    margin-top: 3px;
}
label b:after{
    border-top: 1px dashed #3f4a59;

}
.topbar-left{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.form-control{
    height: 64px;
    line-height: 64px;
    background-color: transparent;
    padding-left: 38px;
}
.topbar input{
    border: none;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    z-index: 2;
    outline: 0;
}
.w-300{
    width: 400px;
}
.topbar input::placeholder{
    color: #979696;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 11px;
}
.icon svg{
    height: 18px;
    fill: #3f4a59;
}
.topbar-left label{
    display: flex;
    align-items: center;
}
.topbar-left label:before{
    border-left: 1px solid #979696;
    content: '';
    width: 1px;
    height: 15px;
    margin-right: 10px;
}
table{
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    table-layout: auto;
    border-collapse: separate!important;
    border-spacing: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    font-size: 12px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    line-height: 16px;
    font-size: 12px;
    border-spacing: 0;
    transition: .2s;
}
tr:hover{
    background: #f0f0f0;
}
th{
    border-bottom: 2px solid #9E9E9E;
    border-top: none!important;
    padding: 16px 4px 4px 0!important;
    text-align: left;
    width: auto;
    text-transform: uppercase;
    color: #8b95a5;
    font-weight: 400;
}
td{
    text-align: left;
    padding: 8px 8px 8px 0;
    height: 100%;
    margin: 0;
    vertical-align: middle;
    border-top: 1px solid #dbdbdb;
    overflow: hidden;
    color: #2d343f;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
td i{
    color: #8b95a5;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
}
.box span{
    display: block;
    font-size: 32px;
    color: rgb(184, 9, 9);
}

.uppercase{
    text-transform: uppercase;
}
.pull-right{
    float: right;
}
.lightblue-btn{
    background: rgb(175, 224, 253);
}
.darkblue-btn{
    background: rgb(63, 108, 134);
    color: white;
}
.lightgreen-btn{
    background: rgb(108, 233, 108);
}
.darkgreen-btn{
    background: rgb(4, 136, 4);
    color: white;
}
.red-btn{
    background: rgb(184, 9, 9);
    color: white;
}
.status{
    font-size: 11px;
    font-weight: 400;
}
.warning, .coming, .soon{
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(184, 9, 9);
    font-size: 13px;
    font-weight: 300;
    color: white;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
}
.coming{
    background: orange;
}
.soon{
    background: rgb(9, 173, 58);
}
.lejart{
    color: rgb(184, 9, 9);
}
.pagination li{
    display: inline-block;
}
.pagination li a{
    padding: 6px 10px;
    font-size: 13px;
    border: 1px solid #dbdbdb;
}
.m-15{
    margin: 15px 0;
}
.active-btn{
    background: #48b0f7;
    color: white;
}
label{
    width: 100%;
    margin: 12px 0;
}
.input{
    border: 0;
    outline: 0;
    padding: 10px;
    background: rgba(0,0,0,.05);
    display: block;
    width: 100%;
}
.sub-title-in{
    background: #48b0f7;
    color: white;
    padding: 10px;
    font-weight: 400;
}
.status-1{
    width: 15px;
    height: 15px;
    background: #48b0f7;
}
.status-change{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.status-change h2{
    flex: 3!important;
    font-size: 36px;
    font-weight: 300;
}
.status-change b{
    flex: 3;
    margin-right: 20px;
}
.select{
    max-width: 300px;
}
.btn-box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-box a{
    margin: 10px;
}
.accept-btn{
    background: rgb(9, 173, 58);
    color: white;
}
.new-todo{
    align-items: center;
    display: flex;
    margin: 30px 0;
}
.new-todo h3{
    flex: 1;
}
.profile{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.profile-data{
    display: flex;
    align-items: center;
    flex: 1;
}
.profile-image{
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(0,0,0,.1);
}
h4{
    display: inline-block;
}
.todo-description{
    padding: 20px 50px 20px 0;
}
.mb-20{
    margin-bottom: 20px!important;
}
.w-100{
    max-width: 100%!important;
}