@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway);

body{
    font-family: 'Inter', sans-serif;
    background: #F9FAFB;
    line-height: 24px;
    font-size: 16px;
    color: #101828;
    font-weight: 600;
}

a{
    text-decoration: none;
}

ul, ol, p, h1, h2, h3, h4{
    list-style: none;
    margin: 0;
    padding: 0;
}

input, textarea, select{
    font-size: 14px !important;
}

.wrapper-form{
    background: #fff;
    padding: 25px;
    font-size: 14px;
}

.wrapper-form h4{
    color: #475467;
}

.wrapper-auth{
    width: 380px;
}

.auth-toolbar{
    color: #475467;
    font-weight: 400;
    font-size: 14px;
}

.auth-toolbar a{
    color: #707070;
    text-decoration: none;
}

.auth-toolbar a:hover{
    text-decoration: underline;
}

#main{
    background: #fff;
}

.content{
    width: 100%;
    padding: 32px;
}

.sidebar{
    border-right: 1px solid #EAECF0;
    padding: 0 16px;
    background: #fff;
    box-sizing: border-box;
}

.navigation{
    margin-top: 25px;
}

.navigation li{
    padding: 8px 15px;
    margin: 4px 0;
    border-radius: 6px;
}

.navigation li:hover{
    background: #F9FAFB;
}

.navigation a{
    color: #344054;
}

.navigation a:hover{
    color: #101828;
}

.navigation li i{
    margin-right: 10px;
}

.wrapper-block{
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
}

.default-table{
    width: 100%;
    font-size: 14px;
    border-spacing: 0
}

.default-table a{
    color: #344054;
    font-weight: 600;
}

.default-table thead th{
    font-style: normal;
    font-weight: 600;
    color: #101828;
}

.default-table tbody td{
    color: #475467;
    font-weight: 400;
    word-wrap: break-word;
}

.default-table thead tr, .default-table tbody tr{
    border-bottom: 1px solid #EAECF0;
}

.default-table tbody tr:last-child{
    border-bottom: none;
}

.default-table thead th, .default-table tbody td{
    padding: 13px 24px;
}

.wrapper-block footer{
    border-top: 1px solid #EAECF0;
}

.wrapper-block header{
    border-bottom: 1px solid #EAECF0;
}

.wrapper-block > footer, .wrapper-block > header, .wrapper-block > article{
    padding: 12px 24px;
    font-weight: normal;
}

.bg-blue{
    background: #EFF8FF;
    color: #175CD3;
    padding: 2px 8px;
    border-radius: 16px;
}

.column-small{
    width: 50px;
}

.up-pagination li{
    box-sizing: border-box;
    padding: 8px 14px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.up-pagination li a{
    color: #344054;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter', sans-serif !important;
}

.up-prev{
    margin-right: 20px;
}

.up-next{
    margin-left: 20px;
}

.up-page{
    margin-right: 10px;
}

.page-item:hover{
    background: #f1f1f1;
}

.up-pagination li:nth-last-child(-n+2){
    margin-right: 0;
}

.up-pagination .active{
    background: #ECFDF3;
}

.up-pagination .active .a{
    color: #027A48;
}

.grey-wrapper{
    padding: 14px;
    background: #F9FAFB;
    border-radius: 12px;
    color: #344054;
    font-size: 14px;
}

.breadcrumb{
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 20px;
}

.breadcrumb a, .breadcrumb{
    color: #475467 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.breadcrumb li{
    padding: 4px 8px;
}

.breadcrumb li.active{
    background: #F9FAFB;
    border-radius: 6px;
}

.user-block{
    position: absolute;
    bottom: 32px;
}

.user-block{
    font-size: 14px;
    display: flex;
}

.profile-form-block{
    margin-top: 30px;
}

.profile-form-block header{
    border-bottom: 1px solid #EAECF0;
    padding: 20px 0;
}

.profile-form-block header h4{
    font-weight: 600;
    font-size: 18px;
    color: #101828;
}

.profile-form-block header p{
    font-weight: 400;
    font-size: 14px;
    color: #475467;
}

.company-info{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #475467;
}

.column-btn{
    width: 90px;
}

.column-btn a{
    color: #344054;
}

.column-btn a:hover:first-child{
    color: #5199c3;
}

.column-btn a:hover:last-child{
    color: #d92d55;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.wrapper-auth .logo{
    margin-bottom: 20px;
    text-align: center;
}

.wrapper-auth .logo img{
    width: 60%;
}

.hide-block{
    display: none;
}

.task-info{
    font-size: 14px;
    font-weight: normal;
}

.task-info li{
    padding: 12px 24px;
    border-bottom: 1px solid #EAECF0;
}

.task-block{
    font-weight: normal;
    font-size: 14px;
}

.task-block header{
    font-weight: 600;
    font-size: 16px;
}

.sceditor-container{
    width: 100% !important;;
}

.wrapper-comment{
    margin-top: 25px;
}

.wrapper-comment h4{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.comment{
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #EAECF0;
    word-wrap: break-word;
}

.comment article{
    padding: 5px 0;
    font-weight: 400;
}

.comment footer a{
    color: #344054;
    font-weight: 600;
}

@media (min-width: 767px) {
    .inner{
        width: 100%;
        display: -webkit-flex;
        display: flex;
        min-height: 100vh;
    }

    .content{
        margin-left: 250px;
    }

    .sidebar{
        position: fixed;
        min-height: 100vh;
        background: #fff;
        width: 250px;
    }

    #header{
        display:none;
    }

    .profile-form-block input{
        width: 25%;
    }

    .sidebar .logo{
        margin-top: 32px;
    }

    #create-product-form input,#create-product-form textarea, #edit-product-form input, #edit-product-form textarea{
        width: 25%;
    }

    .wrapper-task-from form > div{
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    #students-form div{
        width: 100%;
        margin-bottom: 15px;
    }

    #students-form div:last-child{
        margin-bottom: 0 !important;
    }

    #create-product-form input,#create-product-form textarea, #edit-product-form input, #edit-product-form textarea{
        width: 100%;
    }

    .content{
        min-height: 100vh;
    }

    .profile-form-block input{
        width: 100%;
    }

    .sidebar{
        display: none;
    }

    #header{
        background: #fff;
        border-bottom: 1px solid #EAECF0;
    }

    #header > div{
        padding: 15px 32px;
    }

    .collapse{
        border-top: 1px solid #EAECF0;
    }

    .collapse > nav{
        margin-top: 0px;
    }

    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon1 span {
        background: #101828;
    }

    .animated-icon2 span {
        background: #e3f2fd;
    }

    .animated-icon3 span {
        background: #f3e5f5;
    }

    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }

    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
        top: 10px;
    }

    .animated-icon2 span:nth-child(4) {
        top: 20px;
    }

    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    /* Icon 4 */

    .animated-icon3 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 8px;
    }

    .animated-icon3.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .animated-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px;
    }

    .open-collapse{
        display: block;
    }

    input{
        width: 100%;
    }

    #header .logo{
        width: 50%;
    }

    .wrapper-task{
        flex-direction: column-reverse;
    }

    .project-task, .responsible-task, .create-date-task{
        display: none;
    }

    .task-block{
        margin-top: 25px;
    }
}

.checlkist{
    margin-bottom: 15px;
}

.checlkist:last-child{
    margin-bottom: 0 !important;
}

.checlkist h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.checlkist p{
    border-bottom: 1px solid #EAECF0;
    padding: 7px 0;
}

.checlkist input{
    margin-top: 0 !important;
    margin-right: 7px !important;
}

.task-block article{
    word-wrap: break-word;
}

.task-block article img{
    max-width: 100%;
}

.status-task{
    text-align: center;
}

.task-description ol{
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.task-description ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

