html{
    font-size: 10px;
}
body{
    font-family: 'Rubik', sans-serif;
    color:#000000;
    position: relative;
    
}
a{
    text-decoration: none; 
    transition: all 0.3s cubic-bezier(0.22, 0.44, 0, 1) 0s;
}
a:hover, a:focus{text-decoration:none;outline:0px;}
img{max-width:100%; height:auto; width:auto;}
button:focus, input:focus{outline:none;}
button, input, optgroup, select, textarea{ font-family: 'Rubik', sans-serif;}
input:focus,textarea:focus, button:focus{outline:none;}
input[type="text"], textarea{-webkit-appearance:none;}
ol, ul, dl{
    padding: 0;
    margin: 0;
}
ul{list-style: none;}

h1{font-size: 52px; line-height: 62px; color: var(--primary); font-weight:600; margin:0;}
h2{font-size:48px; line-height:52px; margin:0; font-weight:500; color: var(--primary);}
h3{font-size:30px; line-height:36px; margin:0; font-weight:500;}
h4{margin:0;  font-size:24px; line-height:32px; font-weight:500;}
h5{margin:0; font-size:22px; line-height:30px; color: #000000; padding:0; font-weight:500;}
p{padding:0; margin:0; font-size:16px; color:#000000; line-height:24px; font-weight:400; }

.fs-5 {
    line-height: 2.4rem;
}
.fs-7 {
    font-size: 1.2rem;
    line-height: 1.4;
}
.cursor-pointer{
    cursor: pointer;
}
.btn-cancel{
    background: #EDF1F6;
    color: #000000;
}
.text-gray{
    color: #A9A9A9;
}
.text-black{
    color: #000000;
}
.text-review{
    color: #FFC001;
}
.text-complete{
    color: #4CAF50;
}
.text-new{
    color: #2E72B9;
}
.minh-100{
    min-height: 100% !important;
}
.row-sm{
    margin-left: -8px;
    margin-right: -8px;
}
.row-sm > *{
    padding-left: 8px;
    padding-right: 8px;
}
.slug-badge{
    width: 22px;
    height: 22px;
    border-radius: 2px;
    flex: 0 0 auto;
    background: #0A2463;
    text-align: center;
    line-height: 22px;
}
.badge-plus{
    background: #41D889;
}
.abc-badge{
    background: #FF9800;
    line-height: 12px;
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
}
.impo-badge{
    background: #EDF1F6;
    border-radius: 2px;
    min-width: 80px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.impo-badge i{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 4px;
}
.impo-badge i.green{
    background: #4CAF50;
}
.impo-badge i.medium{
    background: #FFC001;
}
.impo-badge i.high{
    background: #FF0000;
}

.from-group{
    margin-bottom: 15px;
}
.form-control{
    border: 1px solid #626262;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000000;
    padding: 6px 10px;
}
.form-control.datepicker{
    background: url("../images/date.svg") no-repeat 4px center #EDF1F6;
    border-color: #EDF1F6;
    padding-left: 27px;
    border-radius: 2px;
}
.form-control.form-password{
    background-image: url("../images/eye.svg");
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 27px;
}
textarea.form-control{
    height: 66px;
}
.form-label{
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000000;
    font-weight: 400;
}
.form-label .required{
    color: #FF0000;
}
.form-select{
    background-color: #EBF4FF;
    border:none;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.container{
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.question-icon{
    width: 12px;
    height: 12px;
    background: url("../images/question-icon.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.createproject-icon{
    width: 17px;
    height: 19px;
    background: url("../images/create-project.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.filter-icon{
    width: 16px;
    height: 16px;
    background: url("../images/filter-icon.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.exoand-icon{
    width: 16px;
    height: 16px;
    background: url("../images/expand-icon.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.analytic-icon{
    width: 16px;
    height: 16px;
    background: url("../images/analytics.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.check-icon{
    width: 11px;
    height: 11px;
    background: url("../images/check.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.dependency-icon{
    width: 10px;
    height: 10px;
    background: url("../images/dependency.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.play-icon{
    width: 14px;
    height: 14px;
    background: url("../images/play.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}
.abcfile-icon{
    width: 16px;
    height: 22px;
    background: url("../images/file.svg") no-repeat center center;
    display: inline-block;
    vertical-align: top;
}

.login{
    background: url("../images/login-bg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}
.login-wraper{
    background: #FFFFFF;
    max-width: 685px;
    min-height: 430px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.login-wraper.open{
    opacity: 1;
    visibility: visible;
}
.logo span{
    font-size: 4.5rem;
    line-height: 5rem;
    padding-left: 1rem;
    color: #0A2463;
}
.login-from{
    max-width: 325px;
}
.login-from .form-control{
    border-color: #A8A8A8;
    border-radius: 0.4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0.7rem 1.5rem;
}
.login-from .form-control::-webkit-input-placeholder {
    color: #A8A8A8;
    opacity: 1;
}
.login-from .form-control:-ms-input-placeholder {
    color: #A8A8A8;
    opacity: 1;
}
.login-from .form-control::placeholder {
    color: #A8A8A8;
    opacity: 1;
}
.login-from .form-control:focus{
    border-color: #0A2463;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.login-from .from-group{
    margin-bottom: 22px;
}
.login-from .prev-detail{
    text-align: center;
    padding-bottom: 1.3rem;
    color: #A8A8A8;
}
.login-other p{
    text-align: center;
    padding-bottom: 1.3rem;
    color: #0A2463;
}
.login-link{
    color: #2E72B9;
}
.login-link:hover{
    color: #EE6C4D;
}
.login-from h4.fs-2{
    color: #0A2463;
}
.login-with{
    display: flex;
    justify-content: space-around;
    max-width: 325px;
    margin: 0 auto;
    padding-bottom: 3.8rem;
}
.login-with a{
    background: #EDF1F6;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    color: #000000;
}
.login-with a img{
    display: block;
    margin-right: 8px;
}
.icon-link{
    color: #0A2463;
    display: flex;
    align-items: center;
}
.icon-link:hover{
    color: #EE6C4D;
}
.icon-link i{
    margin-right: 15px;
    display: block;
}
.icon-link i.arrow-left{
    background: url("../images/arrow-left.svg") no-repeat center center;
    width: 8px;
    height: 14px;
    margin-top: -2px;
}

.header{
    background: #0A2463;
    padding: 5px 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header .header-logo img{
    width: 40px;
}
.header .header-logo span{
    font-size: 2.5rem;
    line-height: 2.2rem;
    padding-left: 5px;
    color: #FFFFFF;
}
.menu-toggle{
    background: transparent;
    position: relative;
    cursor: pointer;
    display: none;
    outline: none;
    border: none;
    padding: 0;
    box-shadow: none;
    width: 22px;
    height: 36px;
    margin-left: 15px;
}
.menu-toggle .menu-bars {
    position: absolute;
    display: block;
    width: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    height: 2px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-toggle .menu-bars:before, .menu-toggle .menu-bars:after {
    content: "";
    position: absolute;
    right: 0;
    width: 22px;
    background: #FFFFFF;
    height: 2px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-toggle .menu-bars:before {
    top: -6px;
}
.menu-toggle .menu-bars:after {
    bottom: -6px;
}
.menu-open .menu-toggle .menu-bars {
    background: transparent;
}
.menu-open .menu-toggle .menu-bars:before {
    top: 0;
    transform: rotate(45deg);
    width: 22px;
}
.menu-open .menu-toggle .menu-bars:after {
    top: 0;
    transform: rotate(-45deg);
    width: 22px;
}
.nav-list{
    padding-left: 30px;
}
.nav-list > li{
    padding: 5px 0;
    margin-left: 15px;
    list-style: none;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #FFFFFF;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-list > li a{
    font-size: 1.4rem;
    line-height: 2rem;
    color: #FFFFFF;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.nav-list > li a i + span{
    padding-left: 7px;
}
.nav-list > li a i{
    font-size: 1.2rem;
}
.nav-list > li a ~ i{
    margin-left: 5px;
    cursor: pointer;
}
.nav-list li .sub-menu{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #00000040;
    padding: 10px 17px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.nav-list li.open-sub .sub-menu{
    opacity: 1;
    visibility: visible;
}
.nav-list li .sub-menu li{
    padding-bottom: 7px;
}
.nav-list li .sub-menu li a{
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 400;
    white-space: nowrap;
}
.dashboard-icon{
    width: 12px;
    height: 12px;
    background: url("../images/dashboards-icon.svg") no-repeat center center;
}

.footer{
    background: #E7E8EA;
}
.footer p{
    padding: 14px 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.user-info strong{
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 10px;
}
.user-info strong span{
    display: block;
    font-size: 12px;
}
.logout{
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #FFFFFF;
    font-weight: 400;
    margin-left: 15px;
}

.page-wraper{
    padding-top: 50px;
    min-height: calc(100vh - 45px); 
}

.breadcrum{
    background: #FFFFFF;
    border-bottom: 1px solid #A9A9A9;
    padding: 16px 30px;
}
.breadcrum-list li{
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000000;
    padding: 0 5px;
}
.breadcrum-list li:first-child{
    padding-left: 0;
}
.breadcrum-list li a{
    color: #000000;
}
.dashboard-pin{
    width: 20px;
    height: 20px;
    background: url("../images/pin.svg") no-repeat center center #EDF1F6;
    margin-left: 5px;
}
.invite-link{
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    min-width: 95px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 3px 7px;
    color: #FFFFFF;
}

.page-title{
    padding: 10px 30px;
    display: flex;
    align-items: center;
}
.page-title h2{
    font-size: 1.8rem;
    line-height: 2rem;
    color: #0A2463;
    font-weight: 400;
}
.page-title h2 i{
    font-size: 1.4rem;
    margin-left: 4px;
}
.page-title h2 i.fa-file-lines{
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 4px;
}
.page-title h2 .info-icon{
    width: 18px;
    height: 18px;
    background-size: 18px auto;
}
.page-title h2 .project-info-icon{
    width: 18px;
    height: 18px;
    background-size: 18px auto;
}
.page-title .btn{
    min-width: 106px;
    line-height: 2rem;
}

.dashboard-main{
    background: #E7E8EA;
    padding: 28px 45px;
}
.dashboard-row.row{
    margin: 0 -4px;
}
.dashboard-row.row .col-4{
    padding-left: 4px;
    padding-right: 4px;
}
.dashboard-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #00000040;
    padding: 10px 17px;
    border-radius: 5px;
    margin-bottom: 8px;
    min-height: 305px;
}
.dashboard-card-head h3{
    padding-bottom: 10px;
}
.dashboard-card-body h4{
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 5px;
    margin-bottom: 4px;
}
.review-list li{
    display: flex;
    align-items: flex-start;
    position: relative;
}

.review-list li{
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #A9A9A9;
    padding-right: 35px;
}
.review-list li h5{
    line-height: 16px;
    padding-left: 7px;
}
.review-list li h5 .abc-badge{
    margin-left: 4px;
}

.review-list + h4{
    padding-top: 8px;
}
.date-attach{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.date-attach .date{
    color: #A9A9A9;
    display: block;
}
.date-attach .attach i{
    color: #A9A9A9;
    font-size: 1.1rem;
    transform: rotate(-45deg);
}
.image-file{
    margin-top: 8px;
}
.image-file img{
    border-radius: 4px;
}
.info-icon{
    width: 13px;
    height: 13px;
    background: url("../images/info-icon.svg") no-repeat center center;
    background-size: 14px auto;
    display: inline-block;
    vertical-align: top;
}
.project-info-icon{
    width: 13px;
    height: 13px;
    background: url("../images/project-info-icon.svg") no-repeat center center;
    background-size: 14px auto;
    display: inline-block;
    vertical-align: top;
}
.more-link{
    font-size: 1.2rem;
    color: #000000;
    margin-left: 6px;
}
.create-filter{
    padding: 10px 30px;
    border-bottom: 1px solid #A9A9A9;
}
.create-filter li{
    padding-right: 15px;
}
.create-main{
    padding: 30px;
}
.create-feature{
    padding-bottom: 20px;
}
.feature-card{
    border: 1px solid #626262;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    height: 130px;
}
.feature-card p{
    font-size: 18px;
    line-height: 20px;
}
.feature-card p.position-relative{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.feature-card h3{
    font-size: 35px;
    line-height: 38px;
    padding-top: 20px;
}
.chart-row > *{
    display: flex;
}
.chart-card{
    border: 1px solid #626262;
    border-radius: 10px;
    padding: 15px 25px;
    width: 100%;
}
.chart-card h4{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 30px;
}
.chart-card .apexcharts-toolbar{
    display: none;
}
.pai-chart .apexcharts-canvas{
    margin: 0 auto;
}

.search-btn{
    background: #EDF1F6;
    border-radius: 2px;
    padding: 3px 10px;
}
.search-btn i{
    font-size: 1rem;
    margin-right: 5px;
}
.get-started{
    background: #EDF1F6;
    border-radius: 2px;
    padding: 3px 10px;
}
.get-started strong{
    width: 66px;
    background: #CAD3E2;
    height: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 0 8px;
}
.get-started strong span{
    position: absolute;
    height: 100%;
    border-radius: 4px;
    background: #08CF65;
}
.get-started .question-link{
    line-height: 12px;
}

table.dataTable>thead>tr>th{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 500;
    border-top:1px solid #A8A8A8;
}
table.dataTable tbody td{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
table.dataTable tbody td .abc-badge{
    vertical-align: middle;
    margin-right: 3px;
}
table.dataTable tbody td .edit{
    color: #2E72B9;
}
.custom-toggle{
    display: inline-block;
    position: relative;
}
.custom-toggle input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-toggle span{
    width: 22px;
    height: 14px;
    border-radius: 14px;
    border: 2px solid #000000;
    display: block;
    position: relative;
    cursor: pointer;
}
.custom-toggle span:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000000;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: left 0.3s ease;
}
.custom-toggle input:checked ~ span:before{
    left: 10px;
}
.custom-toggle.toggle-green span{
    border-color: #4CAF50;
}
.custom-toggle.toggle-green span:before{
    background: #4CAF50;
}
.custom-toggle.toggle-red span{
    border-color: #FF0000;
}
.custom-toggle.toggle-red span:before{
    background: #FF0000;
}
.dataTables_wrapper .dataTables_length{
    padding-top: 20px;
}
.dataTables_wrapper .dataTables_length label{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.dataTables_wrapper .dataTables_length label select{
    background: #EDF1F6;
    border-radius: 2px;
    height: 30px;
    border: none;
    margin: 0 4px;
}
.dataTables_wrapper .dataTables_filter{
    text-align: left;
    padding-bottom: 25px;
}
.dataTables_wrapper .dataTables_filter label{
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #000000;
}
.dataTables_wrapper .dataTables_filter input{
    display: block;
    background: url("../images/search.svg") no-repeat 8px center #EDF1F6;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #000000;
    border: none;
    border-radius: 2px;
    width: 330px;
    margin: 8px 0 0;
    padding: 0 12px 0 25px;
}
.dataTables_wrapper .dataTables_info{
    font-size: 12px;
    line-height: 16px;
}
.dataTables_wrapper .dataTables_paginate{
    padding: 0;
    border: 1px solid #626262;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    border-radius: 0;
    border: none;
    border-right: 1px solid #626262;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: none;
    border-right: 1px solid transparent;
    background: #EE6C4D;
    color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: none;
    border-right: 1px solid transparent;
    background: #EE6C4D;
    color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous{
    border-right: 1px solid transparent;
    background: transparent !important;
    color: #000000 !important;
}
.datepicker td, .datepicker th{
    line-height: 20px;
}

.modal-backdrop{
    background: #0A2463;
}
.modal-dialog{
    max-width: 630px;
}
.modal-content{
    border-radius: 6px;
    border: none;
}
.modal-header{
    position: relative;
    border: none;
    padding: 15px 18px 15px;
}
.modal-header .btn-close{
    position: absolute;
    right: 11px;
    top: 11px;
    opacity: 1;
    border-radius: 0;
    margin: 0;
    background-size: 14px auto;
}
.modal-title{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #0A2463;
}
.modal-title i{
    margin-right: 10px;
}

.createproject-wraper{
    max-width: 265px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 40px;
}
.from-btn .btn{
    border-radius: 2px;
    margin: 0 8px;
    min-width: 62px;
}

.projectinfo-modal .modal-dialog{
    max-width: 690px;
    margin: 0 0 0 auto;
    border-radius: 6px 0 0 6px;
    background: #FFFFFF;
    min-height: 100%;
}
.projectinfo-modal.fade .modal-dialog{
    transform: translate(100%, 0);
}
.projectinfo-modal.modal.show .modal-dialog{
    transform: none;
}
.projectinfo-modal .modal-content{
    border-radius:0;
}
.projectinfo-modal .modal-body{
    padding: 0;
}
.projectinfo-filter{
    padding: 5px 15px 16px;
    border-bottom: 1px solid #A9A9A9;
}
.projectinfo-filter li{
    background: #EDF1F6;
    border-radius: 2px;
    min-height: 48px;
    padding: 8px 7px 3px 7px;
    margin-right: 7px;
    flex: 1;
}

.projectinfo-filter li:last-child{
    margin-right: 0;
    flex: 0 0 auto;
    max-width: inherit;
}
.projectinfo-filter li h5{
    font-size: 12px;
    line-height: 16px;
    color: #A9A9A9;
    font-weight: 400;
    padding-bottom: 4px;
}
.projectinfo-filter li p{
    font-size: 10px;
    line-height: 14px;
    color: #A9A9A9;
    font-weight: 400;
}
.projectinfo-filter li label{
    display: block;
    padding-top: 3px;
}
.projectinfo-filter li input[type="checkbox"]{
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #0A2463;
}
.projectinfo-filter li .form-select{
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #0A2463;
    box-shadow: none;
    min-width: 63px;
    width: auto;
    margin-left: 6px;
}
.projectinfo-filter li.morelink{
    background: #EBF4FF;
    display: flex;
    align-items: center;
}
.projectinfo-filter li.active{
    background: #CBD8F6;
}
.projectinfo-filter li.active h5{
    color: #0A2463;
}
.projectinfo-filter li .projectinfo-more{
    font-size: 14px;
    line-height: 16px;
    color: #0A2463;
    font-weight: 400;
}

.projectinfo-extra{
    padding: 15px 15px;
}
.projectinfo-extra li{
    padding-right: 15px;
}
.projectinfo-extra li a{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.projectinfo-extra li a i{
    margin-right: 5px;
}
.projectinfo-extra li a i ~ i{
    margin-right: 0;
    margin-left: 5px;
}
.projectinfo-extra li.timer{
    padding-left: 15px;
    border-left: 1px solid #A9A9A9;
}

.projectinfo-headlink{
    display: flex;
    align-items: center;
    position: absolute;
    right: 44px;
    top: 13px;
}
.projectinfo-headlink a{
    color: #000000;
    font-size: 1.6rem;
    margin-left: 12px;
    line-height: 16px;
}
.adddiscription{
    padding: 0 15px 7px;
}
.adddiscription textarea{
    padding: 7px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000000;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 70px;
}
.projectinfo-chat{
    padding: 5px 15px;
    min-height: 65vh;
}
.projectinfo-chat label{
    text-align: center;
    display: block;
    padding-bottom: 15px;
}
.chat-filter{
    text-align: right;
    position: relative;
    padding-right: 35px;
    margin: 5px 0;
}
.chat-filter:before{
    content: "";
    height: 1px;
    background: #A9A9A9;
    width: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 0;
}
.chat-filter a{
    background: #FFFFFF;
    padding: 0 5px;
    position: relative;
}
.chat-items{
    display: flex;
    padding-bottom: 10px;
}
.chat-items .slug-badge{
    flex: 0 0 auto;
}
.chat-text{
    padding-left: 6px;
    min-width: 240px;
}
.chat-text h4{
    padding-bottom: 5px;
}
.chat-text h4 span{
    font-size: 9px;
    color: #A9A9A9;
    padding-left: 3px;
}
.chat-text p{
    color: #A9A9A9;
    padding-bottom: 3px;
}
.chat-text p a{
    color: #2E72B9;
}
.chat-text p strong{
    font-weight: 400;
    color: #000000;
}
.chat-items.typing p{
    color: #000000;
}
.chat-items.typing .chat-text{
    background: #EDF1F6;
}
.chat-field{
    display: flex;
    position: relative;
    margin: 0 15px 23px;
}
.chat-field .chat-input{
    margin-left: 6px;
    width: calc(100% - 28px);
    height: 83px;
    border: 1px solid #A9A9A9;
    border-radius: 5px;
    padding: 7px 15px 36px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000000;
}
.chat-field .chat-send{
    background: #EDF1F6;
    border: 1px solid #000000;
    width: 65px;
    height: 24px;
    position: absolute;
    bottom: 9px;
    right: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    text-align: center;
    box-shadow: none;
    padding: 0;
}
.chat-field .chat-send:hover{
    background: #EE6C4D;
    border-color: #EE6C4D;
    color: #FFFFFF;
}

.inbox-row{
    border-top: 1px solid #A9A9A9;
    display: flex;
    flex-wrap: wrap;
}
.inbox-left{
    border-right: 1px solid #A9A9A9;
    width: 41%;
    position: relative;
    padding-top: 15px;
}
.inbox-left .nav-tabs{
    border-bottom: 1px solid #A9A9A9;
    padding: 5px 0 13px;
}
.inbox-left .nav-tabs .nav-item{
    padding-right: 50px;
}
.inbox-left .nav-tabs .nav-link{
    border: none;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #626262;
    font-weight: 400;
    padding: 0 0 5px;
    position: relative;
}
.inbox-left .nav-tabs .nav-link:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #0A2463;
    transition: all 0.3s ease;
}
.inbox-left .nav-tabs .nav-link.active{
    color: #0A2463;
}
.inbox-left .nav-tabs .nav-link.active:before{
    width: 100%;
}
.inbox-right{
    width: 59%;
}
.inbox-right .modal-body{
    padding: 0;
}
.inbox-left .projectinfo-headlink{
    right: 18px;
    top: 19px;
}


.incoming-list .incoming-date{
    border-bottom: 1px solid #A9A9A9;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    font-weight: 400;
    color: #626262;
}
.incoming-items{
    padding-right: 18px;
}
.incoming-items h5{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #626262;
    padding: 10px 68px 15px 0;
    position: relative;
}
.incoming-items h5 span{
    padding-left: 12px;
}
.incoming-items h5 strong{
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 10px;
}
.incoming-items p{
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.incoming-items p .title{
    flex: 0 0 auto;
    padding-right: 5px;
}