@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0%;
}
body{
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #545454;
    background-color: #ffffff;
    padding-top: 25px;
}
:root{
    --lightblue: #b9bff8;
    --pastelorange: #ffe7ca;
}
a{
    text-decoration: none;
    color: unset;
    display: inline-block;
}
li{
    list-style: none;
}
.container{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    align-items: flex-start;
}
.ai-top{
    align-items: center!important;
}
main{
    margin: auto;
    padding: 10px;
    margin-left: 310px;
    
}

.md-2, .md-3, .md-4, .md-6, .md-8, .md-12{
    padding: 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{
    background: rgb(250, 250, 250);
    padding: 15px;
    max-width: 1440px;
    border-radius: 10px;
    margin: 15px auto;
}
h2{
    font-weight: 500;
}
h3{
    padding: 15px;
}
.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;
    border: 0;
    outline: 0;
}
.btn-info{
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff;
}
.btn-block{
    display: block;
    width: 100%;
}
.btn-lg{
    padding: 12px 25px;
    font-size: 18px;
}
.btn-md{
    padding: 9px;
}
.navigation{
    position: fixed;
    top: 25px;
    left: 10px;
    height: calc(100vh - 50px);
    border-radius: 20px;
    width: 300px;
    background: #000000;
    border-left: 10px solid #000000;
    overflow-x: hidden;
    transition: width .5s;
    z-index: 100;
}

.navigation ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 5px;
    padding-top: 40px;
}
.navigation ul li{
    position: relative;
    list-style: none;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.active-link{
    background: #ffffff;
}
.navigation ul li.active-link a::before{
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000000;
    box-shadow: 15px 15px 0 #ffffff;

}
.navigation ul li.active-link a::after{
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000000;
    box-shadow: 15px -15px 0 #ffffff;
}
.navigation ul li a{
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: white;
}
.active-link a{
    color: black!important;
}
.navigation ul li a .icon{
    position: relative;
    display: block;
    min-width: 50px;
    height: 40px;
    text-align: center;
    line-height: 70px;
    text-align: center;
}
.navigation ul li a .icon ion-icon{
    position: relative;
    font-size: 1.5em;
    z-index: 1;
}
.navigation ul li a .title{
    position: relative;
    display: block;
    padding-left: 10px;
    line-height: 60px;
    white-space: nowrap;
}
.search-input{
    padding: 20px 20px;
    background: rgb(243, 243, 243);
    border: 0;
    outline: 0;
    width: 100%;
    border-radius: 15px;
}
h4{
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}
.project-box{
    transition: .3s;
    padding: 20px;
    display: table-cell;

}
.project-box:hover{
    background: black!important;
    color: white!important;
}
.project{
    display: flex;
    align-items: center;
}
.project span{
    flex: 1;
}
.right{
    text-align: right;
}
.middle{
    text-align: center;
}
.status{
    background: rgb(209, 246, 209);
    color: black;
    padding: 6px;
    border-radius: 5px;
    font-size: 12px;
}
.profile{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 22px;
}
.profile span{
    font-size: 17px;
    margin-right: 10px;
}
.profile-image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.1);
    margin: auto;
}
.notifications{
    margin-right: 16px;
    font-size: 26px;
    position: relative;
    padding: 10px;
    transition: .3s;
    border-radius: 5px;
}
.notifications:hover{
    background: rgba(0,0,0,.1);
}
.drop-btn{
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
}
.drop-btn ion-icon{
    transition: .3s;
}
.drop-btn:hover ion-icon{
    transform: rotate(-180deg);
}
.count{
    position: absolute;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 18px;
    height: 18px;
    background: red;
    color: white;
    bottom: 8px;
    right: 3px;
    border-radius: 50%;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  top: 40px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  padding: 12px 0;
  z-index: 1;
  font-size: 14px;

}
.drop-btn:hover .dropdown-content {
  display: block;
}
.dropdown-content li a{
    margin: 6px auto;
    padding:10px;
    color: unset;
    text-decoration: none;
    transition: .3s;
    width: 100%;
}
.dropdown-content li a:hover{
    background: rgba(0,0,0,.1);
}
a{
    text-decoration: none;
    color: unset;
}
.task{
    display: flex;
    align-items: center;
    font-size: 15px;
}

.task div{
    flex: 2;
    padding: 10px;
}
.task span{
    display: block;
}
.date{
    font-size: 18px;
}
.taskname{
    font-size: 15px;
}
.task-status{
    flex: 1;
}

.status-box{
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    width: max-content;
}
.task-company{
    font-size: 20px;
}
.yellow{
    background: #ff9b21;
    color: #f8f8f8;
}
.task-details{
    text-align: right;
    flex: 1;
}
.tasks{
    transition: .2s;
    cursor: pointer;
    display: block;
}
.tasks:hover{
    background: rgba(15, 15, 15, 0.1);
}
.task-date{
    position: relative;
    padding-right: 20px;
}
.task-date ion-icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: red;
}
.task-count-box{
    background: rgb(243, 243, 243);
    padding: 15px;
}
.task-count{
    display: flex;
    align-items: center;
}
.task-count div{
    flex: 1;
}
.counter{
    text-align: center;
    font-weight: 600;
    position: relative;
}
.counter span{
    font-size: 28px;
    display: block;
}
.yellow-text{
    color: #ff9b21;
}
.grey-text{
    color: rgb(172, 172, 172);
}
.red-text{
    color: red;
}
.green-text{
    color: green;
}
.right-line:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,.1);
}
.message{
    display: flex;
    align-items: center;
}
.message-profile{
    margin: auto 20px;
}
.profile-name{
    font-size: 15px;
}
.message-date{
    letter-spacing: 2px;
    color: rgb(151, 151, 151);
    font-size: 13px;
}
.red-bg{
    background: red;
    color: white;
    width: max-content;
    flex: unset!important;
    padding: 10px;
    margin-right: 25px;
}
.orange-bg{
    background: #ff9b21;
    color: white;
    width: max-content;
    flex: unset!important;
    padding: 10px;
    margin-right: 25px;
}
.small{
    font-size: 13px!important;
}
.plus-work{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 50px;
    background: var(--lightblue);
    color: rgb(82, 66, 228);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 61px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 61px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 61px -13px rgba(0,0,0,0.75);
    transition: .3s;
    cursor: pointer;
    z-index: 100;
}
.plus-work:hover{
    transform: scale(1.2);
}
footer{
    background: black;
    padding: 25px;
    border-radius: 10px;
    color: white;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 50px;
}
h5{
    font-weight: 500;
}
label{
    display: flex;
    align-items: center;
    margin: 20px auto;
}
label b{
    flex: 1;
    font-weight: 400;
}
.input{
    flex: 2;
    outline: 0;
    border: 0;
    background: white!important;
    padding: 10px;
    width: 100%;
    -webkit-appearance:none;

}
.darker{
    background: rgb(212, 224, 238);
}
.ckeditor{
    flex: 1!important;
    border: none!important;

}
.lighter{
    background: var(--pastelorange);
}
.lighter ion-icon{
    font-size: 24px;

}
datalist option{
    width: 100px;
    background: white;
    color: black;
}
.price{
    position: relative;
    z-index: 1;
}
.pull-right{
    float: right;
}
.ai-center{
    align-items: center;
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
}
.ai-center ion-icon{
    margin-right: 12px;
    font-size: 17px;
}
.mini-nav{
    display: flex;
}
.mini-nav li{
    display: inline-block;
    background: rgb(209, 246, 209);
    margin: 10px;
    padding: 12px;
    border-radius: 4px;
}
.alert{
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.alert-success{
    background: rgb(45, 216, 45);
    color: white;
}
.alert-danger{
    background: rgb(216, 45, 45);
    color: white;
}
.coming-soon{
    background: white;
    filter: blur(8px);
    position: relative;
    z-index: 0;
}
.text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: blur(0)!important;

}
.pagination{
    display: flex;
    width: 100%;
    justify-content: center;
}
.pagination a{
    background: black;
    color: white;
    padding: 8px 10px;
    border-radius: 7px;
    margin: 3px;
}
.numbers{
    text-align: center;
    flex: 1;
}
.first-page{
    flex: 3;
    text-align: center;
}
.active-page{
    background: rgb(153, 29, 29)!important;
    flex: 1;
    text-align: center;
}
.top-bar{
    position: relative;
    z-index: 100;
}
img{
    width: 100%;
}
.profile-img{
    max-width: 200px;
    margin: 20px auto;
    display: block;
}
@media (max-width:1200px){
    .flex-reverse{
        flex-direction: column-reverse;
        width: 100%;
        justify-content: flex-end!important;
    }
    .flex-reverse .md-6{
        width: 100%!important;
        text-align: right;
    }
    .navigation{
        width: 60px;
        border-left: 0px solid black;
    }
    main{
        margin-left: 60px;
    }
    .md-6, .md-4, .md-8{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .counter{
        font-weight: 500;
        font-size: 13px;
    }
    .counter span{
        font-size: 18px;
        display: block;
    }
}
@media (max-width:850px){
    .task-count{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: .5em;
    }
    .right-line:after{
        display: none;
    }
    .drop-btn span{
        display: none;
    }
    h2{
        font-size: 16px;
    }
    p{
        font-size: 13px;
    }
    .task{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .message{
        display: block;
    }
    .profile-name{
        margin: 10px auto;
        text-align: center;
    }
    .project{
        font-size: 13px;
    }
    label{
        display: block;
    }
}