@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body{
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-top:60px;
    padding-left:350px;
    color:#404040;
}
a,a:hover{
    text-decoration: none !important;
}
.main-sidebar-section{
    width:70px;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background:#004080;
    padding:60px 15px 15px 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
.logo-main-sidebar{
    position: absolute;
    left:0;
    right:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    height:60px;
}
.add-new-project{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 40px;
    border-radius: 50%;
    background: #41E398;
    padding: 6px;
}
.add-new-project svg{
    width:100%;
    height: 100%;
}
.main-sidebar-navigation a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
}
.main-sidebar-navigation a{
    background:rgba(255, 255, 255, 0.1);
    width:40px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom:15px;
    border-radius: 50%;
}
.main-sidebar-navigation a.active{
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
    background:rgba(255, 255, 255, 1);
}
#header{
    position:fixed;
    height: 60px;
    left:70px;
    z-index: 100;
    right:0;
    border-bottom:1px solid #E2E2E2;
    background:#fff;
    top:0;
}
.page-content-wrapper{
    width:100%;
    min-height: calc(100vh - 60px);
}
.page-content-sidebar{
    width:280px;
    border-right: 1px solid #E2E2E2;
    position:fixed;
    left:70px;
    top:60px;
    overflow-y: auto;
    bottom:0;
    background:#fff;
}
.page-content-sidebar-item{
    padding: 10px 0 10px 0;
    border-bottom:1px solid #e2e2e2;
}
.page-content{
    padding:25px;
    background:#FAFAFA;
    /*min-height: 100vh;*/
}
.section-subtitle{
    font-size:14px;
}
.page-content-sidebar .section-subtitle{
    padding:20px 20px 0 20px;
    margin:0;
    color:rgba(64,64,64,0.5);
}
.page-content-sidebar-item:last-child{
    border-bottom:0;
}
.page-content-collapse-category{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20px 0px 20px;
}
.page-content-collapse-title{
    display:flex;
    align-items: center;
    flex:1;
    margin: 0;
    text-decoration: none;
    color:#000;
}

.page-content-collapse-title-arrow{
    width:20px;
    height:20px;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:5px;
    transition: transform .2s ease-in-out;

}
.page-content-sidebar-item.active .page-content-collapse-title-arrow{
    transform: rotate(-180deg);
}
.page-content-sidebar-item.active .page-content-collapse-title-arrow svg{
    stroke:#0d6efd;
}
.page-content-collapse-title-arrow svg{
    width:100%;
    height:100%;
}
.page-content-collapse-title-text{
    font-size:13px;
    font-weight: 400;
}
.page-content-collapse-order-btn{
    width:24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 10px;
    cursor: pointer;
}

.page-content-collapse-order-btn svg{
    width:100%;
    height:100%;
    stroke: rgba(64,64,64,0.3);
}
.page-content-collapse-order-btn:hover svg{
    stroke:rgba(64,64,64,0.8);
}
.add-item{
    width:24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    border:1px solid #E2E2E2;
    border-radius: 2px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.add-item svg{
    width:100%;
    height:100%;
    stroke:rgba(64,64,64,0.3);
}
.add-item:hover{
    background:#f0f0f0;
    border-color:#f0f0f0;
}
.add-item:hover svg{
    stroke:rgba(64,64,64,0.8);
}
.page-content-collapse-title:hover{
    cursor: pointer;
}
.project-sidebar-item{
    display:flex;
    align-items: center;
    padding:10px 20px;
    position:relative;
    text-decoration: none !important;
    width:100%;
}
.project-sidebar-icon{
    border:1px solid #e2e2e2;
    width:40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 4px;
    padding:8px;
    margin-right:10px;
    background:#fff;
    line-height: 1;
}
.project-sidebar-icon svg{
    width:100%;
    height:100%;
    stroke:rgba(64,64,64,0.6);
    line-height: 1;
}
.project-sidebar-title{
    margin:0;
    font-size:14px;
    color:#000;
    padding-bottom:3px;
}
.project-sidebar-item.active .project-sidebar-icon svg{
    stroke:#0d6efd;
}
.project-sidebar-item.active .project-sidebar-icon{
    border-color:rgba(13,110,253,1);
   
}
.time-project-changed{
    font-size:0.7rem;
    font-weight: 400;
    color:rgba(64,64,64,0.6);
    display:flex;
    width:100%;
    align-items: center;
}
.changed-counter{
    padding:1px 10px;
    color:#fff;
    margin-right:5px;
    background:#EA4C88;
    border-radius:30px;
}
.project-sidebar-item:hover{
    background:#f0f0f0;
    background: #fafafa;
}
.project-sidebar-item:hover:after{
    width: 4px;
}
.project-sidebar-item:after{
    width:0;
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    content: "";
    display:block;
    background: #41E398;
    -webkit-transition: all 0.3;
  -moz-transition:  all 0.3;
  -o-transition:  all 0.3s;
  transition:  all 0.3s ;
}
.page-content-collapse-data{
    display:none;
    animation: popoverEnter 0.5s;
    padding-top:5px;
}


.scroll-box::-webkit-scrollbar {
    width: 6px;
    background:#f0f0f0;
}

.scroll-box::-webkit-scrollbar-track {
    border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 4px; 
    background:#ececec;
} 
.scroll-box::-webkit-scrollbar-thumb:hover{
    background:#ccc;
}
.user-profile{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:280px;
    display:flex;
    align-items: center;
    border-right: 1px solid #e2e2e2;
    padding:5px 20px;
    height:60px;
}
.user-profile-image{
    width:32px;
    height:32px;
    min-width: 32px;
    min-height: 32px;
    margin-right:5px;
    border-radius: 50%;
}
.header-search-menu{
    position:absolute;
    left:270px;
    top:0;
    bottom:0;
    width:100%;
    display:flex;
    align-items: center;
    border-right: 1px solid #e2e2e2;
    padding:5px 20px;
    height:60px;
}
.page-title{
    position:absolute;
    left:280px;
    top:0;
    bottom:0;
    right:380px;
    height:60px;
    display:flex;
    align-items: center;
    padding:5px 20px;
    font-size:1rem;
    color:rgba(64,64,64,0.6);
}
.create-new-project{
    display:flex;
    align-items: center;
    justify-content: center;
    height:38px;
    border-radius: 4px;
    width:150px;
    right:240px;
    top:0;
    bottom:0;
    position: absolute;
    margin:auto;
    padding:5px 15px;
    border:1px solid rgb(204, 204, 204,0.5);
    box-shadow: 0px 3px 6px rgba(64,64,64,0.08);
}
.create-new-project:hover{
    border-color:#0d6efd;
    background:rgba(10, 88, 202,0.1);
}
.new-project-icon{
    width:24px;
    height:24px;
    margin:auto 5px auto 0;
    min-width: 24px;
    min-height: 24px;
} 
.new-project-icon svg{
    width:100%;
    height:100%;
    stroke: #0d6efd;
}
.new-project-text{
    font-size:0.8rem;
}
.header-buttons{
    width:240px;
    padding:0 20px;
    display:flex;
    align-items: center;
    position: absolute;
    right:0;
    height: 60px;
}
.header-buttons a{
    width:20%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.header-buttons a:hover{
    opacity: 0.6;
}
.header-buttons a svg{
    width:24px;
    height:24px;
    stroke: #404040;
}
.header-btn-counter{
    background:#EA4C88;
    color:#fff;
    font-size:0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width:16px;
    height:16px;
    border-radius: 50%;
    position:absolute;
    top:-3px;
    right:3px;
}
.user-profile-name{
    font-size:0.9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-subtitle{
    font-size:20px;
    font-weight: 500;
    color:rgb(64, 64, 64);
}
.small-title{
    font-weight: 400;
    font-size:13px;
    color:rgba(64,64,64,0.8);
}
.projects-cards-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -12.5px;
}
.project-card-item{
    padding-bottom:70px;
    position:relative;
    border:1px solid rgb(204, 204, 204,0.5);
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(64,64,64,0.08);
    width:calc(25% - 25px);
    margin:0 12.5px 25px 12.5px;
    display: block;
    background:#fff;
}
.project-event-counter{
    background:#EA4C88;
    color:#fff;
    font-size:0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:20px;
    height:16px;
    border-radius: 8px;
    position:absolute;
    top:20px;
    right:20px;
}
.project-content{
    display: flex;
    width:100%;
    padding:25px;
}
.project-company-image{
    width:64px;
    height:64px;
    border:1px solid #e2e2e2;
    padding:5px;
    display: flex;
    min-width: 64px;
    min-height: 64px;
    margin-right:15px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.project-company-image svg{
    width:32px;
    height:32px;
    max-width: 32px;
    max-height: 32px;
}
.project-name{
    font-weight: 400;
    font-size:15px;
    color:#404040;
    margin-bottom:5px;
}
.project-category{
    display:flex;
    align-items: center;
    padding-bottom:5px;
    width:100%;
}
.project-category-icon{
    width:16px;
    min-width: 16px;
    min-height:16px ;
    height:16px;
    margin-right:5px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.svg-full{
    width:100%;
    height:100%;
}
.project-category-icon svg{
    width:100%;
    width:100%;
    stroke:rgba(64,64,64,0.5);
}
.project-category-text,.project-latest-update{
    font-size:0.7rem;
    color:rgba(64,64,64,0.5);
}
.project-info-data{
    position:absolute;
    left:104px;
    bottom:25px;
    right:25px;
    display:flex;
    border-top:1px solid rgba(204,204,204,0.5);
    padding-top:15px;
}
.users-list{
    display:flex;
    align-items:center;
    
}
.project-info-small-title{
    font-size:0.65rem;
    color:rgba(64,64,64,0.5);
}
.project-latest-update{
    
}
.user-item{
    width:32px;
    min-width: 32px;
    min-height: 32px;
    height:32px;
    margin-right:-10px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    
    -webkit-transition: all 0.3;
    -moz-transition:  all 0.3;
    -o-transition:  all 0.3s;
    transition:  all 0.3s ;
}
.user-item:hover{
    z-index: 15;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,128,255,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,128,255,1);
    box-shadow: 0px 0px 0px 3px rgba(0,128,255,1);

}
.all-users{
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    z-index: 10;
    border-radius: 50%;
    justify-content: center;
    background:#e5f2ff;
    font-size:0.8rem;
    -webkit-transition: all 0.3;
    -moz-transition:  all 0.3;
    -o-transition:  all 0.3s;
    transition:  all 0.3s ;
}
.all-users:hover{
    background:#0080ff;
   color:#fff;
   -webkit-box-shadow: 0px 0px 0px 3px rgba(0,128,255,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,128,255,1);
    box-shadow: 0px 0px 0px 3px rgba(0,128,255,1);

}
.user-item img{
    border-radius: 50%;
}
.project-progress-value,.project-priority-value{
    font-size:13px;
}
.project-progress-value{
    color:#41E398;
}
.project-progress,.project-priority{
    width:160px;
    padding-right:5px;
}
.project-users{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    width:calc(100% - 120px);
}
.blue{
    color:#0080ff;
}
.yellow{
    color:#FFBB00;
}
.red{
    color:#EA4C88;
}
.white-box{
    border:1px solid rgb(204, 204, 204,0.5);
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(64,64,64,0.08);
    padding:25px;
    margin-bottom:30px;
    background:#fff;
}
.overview-list-item-description{
    display:block;
    text-align: center;
    padding-top:5px;
    font-size:0.7rem;
    color:rgba(64,64,64,0.5);
}
.overview-list-item{
    width:20%;
    border-right:1px solid rgba(204, 204, 204,0.5);
    padding:0 5px;
}
.overview-list-item:last-child{
    border-right:0;
}
.overview-list{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.overview-data{
    display:flex;
    align-items: flex-start;
    justify-content: center;
}
.overview-data-icon{
    width:32px;
    height:32px;
    min-width: 32px;
    min-height: 32px;
    margin-right:5px
}
.overview-data-icon svg{
    stroke:#0080ff;
    width:100%;
    height: 100%;
}
.overview-data-number{
    font-size:1.2rem;
}
.bottom-boxes{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -15px;
}
.bottom-boxes .white-box{
    margin:0 15px 30px 15px;
}
.bottom-box-60{
    width:calc(60% - 30px);
}
.bottom-box-20{
    width:calc(20% - 30px);
}
.information-box-data-icon{
    background:#0080ff;
    display:flex;
    border-radius: 6px;
    justify-content: center;
    width:32px;
    height:32px;
    min-height: 32px;
    min-width:32px;
    align-items: center;
    margin-right:10px;
    padding:5px;
}
.information-box-data-icon svg{
    width:100%;
    height:100%;
    stroke:#fff;
}
.information-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.information-box-data{
    display:flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-right:10px;
}
.information-box-data-small{
    font-size:11px;
    padding-bottom:0;
    margin:0;
   color:rgba(64,64,64,0.6);
}
.information-box-data-big{
    font-size:14px;
}
.information-data-value{
    font-size:18px;
    display:block;
    text-align: center;
}
.information-data-text{
    font-size:11px;
    padding-bottom:0;
    margin:0;
    color:rgba(64,64,64,0.6);
}
.information-data-value-box{
    text-align: center;
    width:50px;
}
.white-box-one-half{
    width: calc(50% - 30px);
}
.white-box-one-three{
    width:calc(25% - 30px);
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title{
    font-size:1rem;
    font-weight: 400;
}
.modal-header{
    padding:20px 25px;
    border-bottom:1px solid rgba(64,64,64,0.16);
}
.modal-body{
    padding:0 25px 25px 25px;
}
.modal-user-item{
    padding:15px 0 15px 0;
    border-bottom:1px solid rgba(64,64,64,0.16);
    display: flex;
    align-items: center;
}
.modal-user-image{
    width:48px;
    height:48px;
    margin-right: 10px;
    border-radius: 50%;
}
.modal-user-image img{
    border-radius: 50%;
}
.modal-user-email{
    display:block;
    font-size:12px;
    font-weight: 400;
}
.modal-user-name{
    font-size:15px;
}
.modal-user-position{
    font-size:13px;
    color:rgba(64,64,64,0.6);
}
.modal-user-item:last-child{
    border-bottom:0;
}
.project-card-item.no-project{
    padding-bottom:0px;
    pointer-events: none !important;
}
.page-subtitle-users{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.page-content-project-view{
    padding:0 350px 70px 0px !important;
    padding-bottom:70px !important;
    max-height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    position: relative;
}
.project-project-view-wrapper{
    padding:25px 25px 85px 25px;
    max-height: calc(100vh - 70px);
}
.btn{
    font-size:15px;
    padding: 5px 20px;
    border-radius: 4px;
    height:38px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.btn-primary{
    border-color:#0080ff;
    color:#fff;
    background:#0080ff;
}
.btn-primary:hover,.btn-primary:focus{
    background:#0080ff;
    border-color:#0080ff;
    color:#fff;
}
.comments-wrapper{
    position:absolute;
    right:0;
    bottom:0px;
    top:0;
    width:350px;
    background:#fff;
    border-left: 1px solid rgb(204, 204, 204, 0.5);
}
.submit-file-section-wrapper{
    border-top: 1px solid rgb(204, 204, 204, 0.5);
    position:absolute;
    left:0;
    right:350px;
    bottom:0px;
    height:70px;
    background:#fff;
}
.project-submit-box{
    border: 1px solid rgb(204, 204, 204, 0.5);
    box-shadow: 0px 3px 6px rgba(64,64,64,0.08);
    background:#fff;
    display:inline-flex;
    flex-direction: column;
    
    border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	width: 100%;
}
.submit-box-header{
    padding: 15px 25px;
    border-bottom: 1px solid rgb(204, 204, 204, 0.5);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.submit-box-content{
    padding:25px 25px 25px 25px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.project-user-item{
    display:flex;
    align-items: center;
}
.project-user-item-image{
    width:48px;
    height:48px;
    margin-right:10px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
}
.rounded-image{
    border-radius: 50%;
}
.rounded-image img{
    border-radius: 50%;
}
.project-user-name{
    display:flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.project-user-position{
    position:relative;
}
.project-user-position{
    font-size:0.85rem;
    color:rgba(64,64,64,0.5);
}
.comments-inner{
    padding-left:25px;
}
.preview-boxes{
    display:flex;
    align-items: stretch;
    margin:0 -15px;
    flex-wrap: wrap;
}
.preview-box{
    width:100%;
    height:450px;
    padding:25px;
    border: 1px solid rgb(204, 204, 204, 0.5);
    box-shadow: 0px 3px 6px rgba(64,64,64,0.08);
    background:#fff;
    border-radius: 6px;
    margin: 0 15px 15px 15px;
}
.file-information{
    display:flex;
    align-items: center;
}
.file-logo{
    width:64px;
    height:64px;
    border: 1px solid rgb(204, 204, 204, 0.5);
    padding:10px;
    min-width: 64px;
    min-height: 64px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.file-description{
    padding:0 10px;
    flex-grow: 1;
}
.file-name{
    font-weight: 400;
    font-size: 15px;
    color: #404040;
}
.file-information{
    font-size: 0.7rem;
    color: rgba(64, 64, 64, 0.5);
}
.btn-outline-secondary{

    border: 1px solid rgb(204, 204, 204, 0.5);
    box-shadow: 0px 3px 6px rgba(64, 64, 64, 0.08);
    min-width:95px;
    text-align: center;
    background:#fafafa;
}
.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active,.btn-outline-secondary:visited{
    background:#404040;
    color:#fff;
    border-color: #404040;
}
.custom-select .btn-outline-secondary:hover,.custom-select .btn-outline-secondary:focus,.custom-select .btn-outline-secondary:active,.custom-select .btn-outline-secondary:visited{
    background:#fafafa !important;
    color:#404040 !important;
    border: 1px solid rgb(204, 204, 204, 0.5) !important;
    box-shadow: 0px 3px 6px rgba(64, 64, 64, 0.08) !important;
}

.custom-select .btn-check:checked+.btn, .custom-select .btn.active, .custom-select .btn.show,.custom-select  .btn:first-child:active, .custom-select :not(.btn-check)+.btn:active {
    background:#fafafa !important;
    color:#404040 !important;
    border: 1px solid rgb(204, 204, 204, 0.5) !important;
    box-shadow: 0px 3px 6px rgba(64, 64, 64, 0.08) !important;
}
.preview-bg{
    width:100%;
    height:300px;
    margin-bottom:30px;
}
.uploader{
    width:230px;
    height:40px;
    display:flex;
    align-items: center;
    position:absolute;
    padding-right:30px;
    right:125px;
    top:0;
    bottom:0;
    margin:auto;
}
.submit-wrapper{
    display:flex;
    align-items: center;
    position: relative;
    padding: 15px 370px 15px 25px;
}
.uploader-btn{
    display:flex;
    align-items: center;
    height:40px;
    cursor: pointer;
}
.uploader-preview{
    display:flex;
    align-items: center;
    flex-grow: 1;
}
.uploader-preview-icon{
    min-width:24px;
    min-height: 24px;
    width:24px;
    height:24px;
    margin-right:8px;
}
.uploader-preview-icon svg{
    width:100%;
    height:100%;
    stroke:rgba(64, 64, 64, 0.5);
}
.uploader-btn{
    width:200px;
    position:relative;
    overflow: hidden;
}
.uploader-preview-size{
    font-size: 0.7rem;
    color: rgba(64, 64, 64, 0.5);
}
.uploader-preview-name{
    font-weight: 400;
    font-size: 15px;
    color: #404040;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:165px;
}
.submit-btn{
    position:absolute;
    right:25px;
    top:0;
    bottom:0;
    height:38px;
    margin: auto;
}
.uploader-preview-info{
    position:absolute;
    width:20px;
    height:20px;
    right:3px;
    top:0;
    bottom:0;
    margin:auto;
}
.uploader-preview-info svg{
   opacity: 0.4;
    width:100%;
    height:100%;
}
.form-control{
    height: 38px;
    border-radius: 4px;
    color:rgba(64, 64, 64, 0.5);
    padding-left:20px;
    padding-right:20px;
    font-size:13px;
    box-shadow: 0px 3px 6px rgba(64, 64, 64, 0.08) !important;
}
#fileUpload{
    visibility: hidden;
    position: absolute;
    opacity: 0;
    right:-100%;
    bottom:-100%;
}
.uploader-preview-content{
    flex-grow: 1;
    padding-right:5px;
}
.form-control:focus{
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
    border-color:#ccc;
}
.comments-header{
    padding:25px;
    height:170px;
    border-bottom: 1px solid rgb(204, 204, 204, 0.5);
}
.comments-users{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom:10px;
}
.comments-users .users-list{
    margin-right:15px;
}
.btn-small{
    font-size:13px;
    padding: 3px 15px;
    border-radius: 4px;
    height:32px;
    width:auto;
}
.btn-link{
    text-decoration: none !important;
    color:rgba(64, 64, 64, 0.5);
}
.btn-link:hover,.btn-link:focus{
    color:rgba(64, 64, 64, 1);
}
.button-group-custom{
    display: flex;
    justify-content: flex-end;
}
.comment-item-header .project-user-item-image{
    width:32px;
    height:32px;
    min-width: 32px;
    min-height: 32px;
}
.comment-item-header .project-user-name{
    font-size:13px;
}
.project-user-name-value{
    padding-right:5px;
    line-height: 1.35;
}
.project-user-position{
    font-size:0.75rem;
}
.comment-item-header{
    position:relative;
    padding:20px 60px 10px 25px;
}
.dropdown-comment .dropdown-toggle{
    width:32px;
    height:32px;
    padding:5px;
    display:flex;
    align-items: center;
    justify-content: center;
   
}
.dropdown-comment{
    position: absolute;
    right:25px;
    top:0;
    bottom:0;
    margin:auto;
    width:32px;
    height:32px;
}
.dropdown-comment .dropdown-toggle svg{
    width:100%;
    height:100%;
    
    opacity: 0.5;
}
.dropdown-comment  .dropdown-toggle::after{
    display:none !important;
}

.dropdown-menu{
    padding:0;
    border: 1px solid rgb(204, 204, 204, 0.5);
    box-shadow: 0px 3px 6px rgba(64, 64, 64, 0.08);
}
.dropdown-menu a{
    font-size:12px;
}
.dropdown-item:focus,.dropdown-item:hover{
    background:#404040;
    color:#fff;
}
.comment-item-content{
    padding:0 25px 10px 25px;
    font-size:12px;
    color:rgba(64, 64, 64, 0.8);
}
.reply,.replys{
    display:inline-flex;
    align-items: center;
    font-size:12px;
    cursor:pointer;
}
.reply:hover,.replys:hover{
    color:#0080ff;
}
.reply:hover svg,.replys:hover svg{
    stroke:#0080ff;
}
.reply-wrapper{
    padding:0 25px 25px 25px;
}
.comment-item:nth-child(odd){
    background:#fafafa;
}
.reply-form{
    display:none;
}
.comments-inner{
    display:none;
}
.reply-wrapper.visible .comments-inner{
    display:block;
}
.reply-wrapper .replys svg{
    transition: transform .2s ease-in-out;
}
.reply-wrapper.visible .replys svg{
    transform: rotate(-180deg);
}
.comments-inner .comment-item:nth-child(even),.comments-inner .comment-item:nth-child(odd){
    background:transparent;
}
.comments-inner .comment-item .comment-item-header {
    padding: 15px 40px 15px 0px;
}
.comments-inner .comment-item .comment-item-header .dropdown-comment{
    right:0;
}
.comments-inner .comment-item .comment-item-content {
    padding: 0 0 10px 0;
}
.comments-list{
    max-height: calc(100vh - 230px);
}
.scroll-box{
    overflow-y:auto;
}
.add-position-wrapper{
    text-align: right;
}
.add-position{
    display:inline-flex;
    font-size:14px;
    align-items: center;
}
.add-position:hover{
    opacity: 0.8;
}
.add-position-text{
    padding-left:5px;
    color:#0080ff;
}
.add-position-icon{
    width:24px;
    height:24px;
    min-width: 24px;
    min-height: 24px;
}
.add-position-icon svg{
    stroke:#0080ff;
}
.owners-list{
    margin-bottom:10px;
}
.owner-edit{
    display:inline-flex;
    font-size:14px;
    align-items: center;
    color:#404040;
}
.owner-edit:hover{
    opacity: 0.6;
}
.icon-wrapper-24{
    margin-right:5px;
    width:24px;
    height:24px;
    min-width: 24px;
    min-height: 24px;
}
.square-box-64{
    width: 64px;
    height: 64px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    display: flex;
    min-width: 64px;
    min-height: 64px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.owner-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom:1px solid rgba(204, 204, 204,0.5);
    padding:10px 0;
}
.owner-item:last-child{
    border-bottom:0;
}
.owner-project-company{
    font-size:16px;
    color:rgba(64, 64, 64, 0.6);
    margin:0;
    font-weight: 400;
}
.owner-project{
    display:flex;
    align-items: center;
}
.table-profile{
    display:flex;
    align-items: center;
}
.table-profile-image{
    width:32px;
    min-width: 32px;
    max-width:32px;
    height:32px;
    margin-right:10px;
}
.table-profile-name{
    font-size:14px;
}
.table-profile-company{
    font-size:12px;
    color:rgba(64, 64, 64, 0.5);
}
table.dataTable{
    width:100% !important;
}
.dataTable th{
    font-weight: 400 !important;
    font-size: 13px;
    color: rgba(64, 64, 64, 0.8);
}
table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
    /* box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023); */
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
div.dt-container.dt-empty-footer tbody>tr:last-child>*{
    border-bottom:0;
}
table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1{
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0);
}
table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0);
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0);
}
table.dataTable.display tbody tr:hover> td{
    background:#fff !important;
}
table.dataTable.display tbody tr:hover{
    background:#fff !important;
}
table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 2px solid rgba(0, 0, 0, 0); 
     outline-offset: 0; 
}
table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0);
}
.modal-icon{
    background:#0080ff;
    width:32px;
    height:32px;
    margin-right: 10px;
    display:block;
    border-radius: 4px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.modal-icon svg{
    stroke: #fff;
}
.modal-title{
    display:flex;
    align-items: center;
}
.modal-body-space{
    padding:50px 150px;
}
.custom-form-label{
    display:block;
    font-size:13px;
    padding-bottom:5px;
    font-weight: 400;
}
.bootstrap-select .dropdown-toggle:focus,.bootstrap-select .dropdown-toggle{
    outline: none !important;
}
.dropdown-item.active, .dropdown-item:active{
    background:#0080ff;
}
.bootstrap-select{
    width:100% !important;
}
.filter-option-inner{
    height:26px;
}
.filter-option-inner-inner{
    line-height: 2;
    font-size:13px;
}
.upload-area{
    padding:25px;
    border-radius: 6px;
    background:rgba(0,128,255,0.1);
    display:block;
    width:100%;
    overflow: hidden;
    position:relative;
    margin-bottom:20px;
}
.btn-upload-area{
    display:inline-flex;
    background:#fff;
    border-radius: 4px;
    padding:5px 20px;
    align-items: center;
    justify-content: center;
    color:#0080ff;
    font-size:15px;
}
.btn-upload-area:hover{
    opacity: 0.7;
}
.btn-upload-area-icon svg{
    stroke:#0080ff;
}
.btn-upload-area-icon{
    margin-right:5px;
}
.upload-file-sizes{
    text-align: center;
    font-size: 0.7rem;
    color: rgba(64, 64, 64, 0.5);
}
.upload-info{
    padding:5px 0;
    font-size:14px;
    text-align: center;
}
.upload-file-area{
    visibility: hidden;
    opacity: 0;
    position:absolute;
    right:100%;
    bottom:100%;
}
.upload-view-list > div{
    padding:6px 0 6px 28px;
    background:url(../images/file.svg) no-repeat left center;
    font-size:0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.data-company-select{
    display:flex;
    align-items: center;
}
.data-company-select-icon{
    width:26px;
    height:26px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
    min-width: 26px;
    min-height: 26px;
}
.datepicker-days table{
    font-size:13px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.datepicker-wrapper{
    position:relative;
}
.datepicker-wrapper .datepicker{
    padding-left:40px;
}
.datepicker-icon{
    position:absolute;
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    left:5px;
    top:0;
    bottom:0;
    margin:auto;
    pointer-events: none;
}
.datepicker-icon svg{
    stroke:#0080ff;
}
.select-profile-position{
    display:block;
    font-size:10px;
    color:rgba(64, 64, 64, 0.6);
}
.select-profile-name{
    line-height: 1.2;
}
.dropdown-item.active .select-profile-position, .dropdown-item:active .select-profile-position{
    color:#fff;
}

.dropdown-item:hover .select-profile-position , .dropdown-item:active .select-profile-position{
    color:#fff;
}
.dtr-title{
    font-weight: 400 !important;
    font-size: 13px;
    color: rgba(64, 64, 64, 0.8);
}
.sidebar-toggle{
    align-items: center;
    position:fixed;
    left:70px;
    right:0;
    bottom:0;
    height:50px;
    z-index: 100;
    justify-content: center;
    background:#e5f2ff;
    display:none;
    cursor: pointer;
}
.sidebar-toggle-icon{
    margin-right:5px;
    transition: transform .2s ease-in-out;
}
.visible-mobile-sidebar .sidebar-toggle-icon{
    transform: rotate(-180deg);
}
.sidebar-toggle-icon svg{
    stroke:#0080ff;
}
.sidebar-toggle-text{
    font-size:14px;
    color:#0080ff;
}
.hidden-title{
    display:none;
}
.body-login{
    background:#004080;
    padding:20px 0;
}
.login-box-wrapper{
    max-width:600px;
    background:#fff;
    margin:0 auto;
    padding:70px 100px;
    border-radius: 6px;
}
.prooflink-logo{
    max-width: 180px;
}
.login-title{
    text-align: center;
    margin:20px 0 0px 0;
    color:#000;
}
.login-subtitle{
    text-align: center;
    color:rgba(64, 64, 64, 0.6);
    font-size:14px;
    margin-bottom:30px;
}
.login-label{
    padding-bottom:5px;
    display:block;
    font-size:14px;
    color:rgba(64, 64, 64, 0.8);
}
.login-box-wrapper .form-check{
    font-size:12px;
    color:rgba(64, 64, 64, 0.6);
    padding-top:5px;
}
.forgot-password{
    display:inline-block;
    font-size:12px;
    color:rgba(64, 64, 64, 0.6);
    text-decoration: underline !important;
}
.or-wrapper{
    position:relative;
    padding:15px 0;
    text-align: center;
}
.or-line{
    height:1px;
    position:absolute;
    display:block;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background:rgba(64, 64, 64, 0.1);
    z-index: 1;
}
.or-text{
    display:inline-block;
    background:#fff;
    padding:5px 15px;
    font-size:11px;
    text-transform: uppercase;
    color:rgba(64, 64, 64, 0.6);
    position:relative;
    z-index: 10;
}
.forgot-password-wrapper{
    text-align: right;
}
.login-button{
    border-radius: 6px;
    padding:10px;
    display: flex;
    width:100%;
    margin-bottom:10px;
    align-items: center;
    justify-content: center;
    background:#f0f0f0;
}
.login-button-icon{
    margin-right:5px;
    width:24px;
    height:24px;
}
.login-button-icon img{
    width:100%;
    height:100%;
}
.btn-login{
    width:100%;
    padding:15px 10px;
    height:46px;
}
.login-button-text{
    color:rgba(64, 64, 64, 0.8);
    font-size:13px;
}

.login-button:hover{
    background:#e1e1e1;
}
.btn-primary:hover{
    background:#0a58ca;
}
.small-info-text{
    font-size:0.6rem;
    color:rgba(64, 64, 64, 0.6);
    display:block;
}
.small-info-text a:hover{
    color:rgba(64, 64, 64, 0.8);
}
.small-info-text a{
    text-decoration: underline !important;
    color:rgba(64, 64, 64, 0.6);
}

#image-container {
      position: relative;
      display: inline-block;
    }

    .dot {
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: red;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
    }

.highlight-comment {
	background-color: #f2e184 !important;
}

    .comment-balloon {
      position: absolute;
      background-color: white;
      border: 1px solid black;
      padding: 5px;
      z-index: 100;
      display: none;
    }

    .comment-item:hover {
      background-color: lightgray;
      cursor: pointer;
    }

    
	
@media(max-width:1600px){
    .project-card-item{
        width:calc(33.33% - 25px) !important;
    }
    .white-box-one-half{
        width: calc(100% - 30px);
    }
    .white-box-one-three{
        width:calc(50% - 30px);
    }
}
@keyframes popoverEnter {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
@media(max-width:998px){
    .project-card-item{
        width:calc(50% - 30px) !important;
    }
    body {
        padding-left: 70px;
    }
    .sidebar-toggle{
        display:flex;
    }
    .page-content-sidebar{
        z-index: 100;
        left:70px;
        right:0;
        bottom:50px;
        width:auto;
        display: none;
    }
    .visible-mobile-sidebar .page-content-sidebar{
        display:block;
    }
    .page-content {
        padding: 25px 25px 65px 25px;
    }

    .page-title{
        display:none;
    }

    .submit-file-section-wrapper {
        position: relative;
        left: initial;
        right: initial;
        bottom: initial;
        height: auto;
    }
    .comments-wrapper {
        position: relative;
        left: initial;
        right: initial;
        bottom: initial;
        top:initial;
        width:100%;
    }
    .project-project-view-wrapper{
        padding:25px !important;
        height:auto !important;
        max-height: initial !important;
        overflow: visible;
    }
    .page-content-project-view{
        padding: 0 0px 70px 0px !important;
    }
    .submit-file-section-wrapper{
        border-bottom: 1px solid rgb(204, 204, 204, 0.5);
    }
    .submit-wrapper{
        flex-wrap: wrap;
    }
    .uploader{
        width:100%;
        position:relative;
        left:initial;
        right:initial;
        bottom:initial;
        top:initial;
        padding:10px 40px 10px 0;
        width:100%;
        height:60px;
    }
    .submit-wrapper {
        padding: 15px 25px 15px 25px;
    }
    .submit-btn{
        position:relative;
        width:100%;
        left:initial;
        right:initial;
        bottom:initial;
        top:initial;
    }
    .hidden-title{
        display:block;
        font-weight: 400;
        font-size: 18px;
        color: #404040;
        padding:20px  25px 0 25px;
        margin-bottom:0;
    }
    .modal-body-space {
        padding: 50px;
    }
}
@media(max-width:768px){
    .project-card-item{
        width:100% !important;
        margin:0 0 12.5px 0;
    }
    .projects-cards-list {
        margin:0;
    }
    .page-title{
        display:none;
    }
    #header .user-profile-name{
        display:none;
    }
    #header .user-profile{
        width:50px;
        padding: 5px 10px;
        border-right:0;
    }
    .create-new-project .new-project-text{
        display:none;
    }
    .create-new-project {
        width:40px;
    }
    .create-new-project .new-project-icon{
        margin:0;
    }.header-buttons {
        width: 200px;
        padding: 0;
    }
    .create-new-project{
        right:200px;
    }
    .white-box-one-three {
        width: 100%;
        margin-bottom:15px !important;
    }
    .overview-list-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        padding: 10px 0;
    }
    .overview-list-item:last-child{
        border-bottom:0;
    }
    .owner-edit{
        margin-top:15px;
        width:100%;
        justify-content: center;
        background:#fafafa;
        border-radius: 4px;
        border: 1px solid rgb(204, 204, 204, 0.5);
        box-shadow: 0px 3px 6px rgba(64, 64, 64, 0.08);
        padding:5px 10px;
    }
    .modal-body-space {
        padding: 25px;
    }
    .body-login{
        padding:20px;
    }
    .login-box-wrapper{
        padding:30px;
    }
}