
.mod_stack_message {
    position: relative;
    width:90%;
    margin:4px;
    margin-right:10%;
    background-color:rgba(0,0,0,0.1);
    padding-bottom:45px;
    border-radius:3px;
}

.mod_stack_time {
    position: absolute;
    bottom:20px;
    left:20px;
    font-size: 12px;
    font-weight:500;
    line-height: 1;    
}

.mod_stack_sender {
    position: absolute;
    bottom:20px;
    right:20px;
    font-size: 12px;
    font-weight:500;
    line-height: 1;
}

.mod_stack_content {
    position: relative;
    padding:20px;
    font-size: 15px;
    font-weight:400;
    padding-bottom:0px;
}

.mod_stack_attachment {
    position: relative;
    padding:3px;
    padding-left:30px;
    margin:15px;
    margin-bottom:4px;
    font-size: 13px;
    font-weight:600;
    background-color:var(--color-2-light);
    box-shadow:var(--color-2) 2px 2px 0px;
    color:white;
    border-radius:3px;
}

.mod_stack_project_infos  {
    font-size:13px;
    font-weight:700;
    color:rgba(0,0,0,0.3);
}

.mod_stack_project_title {
    font-size:20px;
    font-weight:600;
    color:var(--color-1);
}

.mod_stack_project {
    position: relative;
    transition: all 0.3s ease;
    padding:0px;
    background-color:rgba(0,0,0,0);
}

.mod_stack_project:hover {
    background-color:rgba(0,0,0,0.05);
}

.mod_stack_project:active {
    background-color:rgba(0,0,0,0.13);
}

.mod_stack_col {
    padding:0px !important;
    background-color:rgba(0,0,0,0.05);
}

.selected {
    background-color:rgba(0,0,0,0.1) !important;
}

.mod_stack_message_sender {
    position: relative;
    right:0px; 
    margin:4px;
    margin-left:10%;
    margin-right:4px;
    background-color:var(--color-1-light);
    padding-bottom:45px;
    border-radius:3px;
    left:0px;
}

.mod_stack_message_container {
    position: absolute;
    width:100%;
    background-color:red;
}

.mod_stack_sending {
    position: absolute;
    bottom:0px;
    height:100px;
    background-color:var(--color-1-xlight);
    left:0px;
    right:0px;
}

.mod_stack_type {
    background-color:rgba(0,0,0,0);
    border:none;
    width:100%;
    height:50px;
    padding:10px;
    font-size:15px;
    font-weight:400;
    resize:none;
    outline-color:rgba(0,0,0,0);
    outline:none;
}

.mod_stack_button {
    border:none;
    background-color:rgba(0,0,0,0);
    position: absolute;
    bottom:10px;
    right:10px;
    font-size:15px;
    font-weight:700;
    color:var(--color-1);
    
}

.mod_stack_button_opp {
    border:none;
    background-color:rgba(0,0,0,0);
    position: absolute;
    bottom:10px;
    left:10px;
    font-size:15px;
    font-weight:500;
    color:rgba(0,0,0,0.8);
    
}

.mod_stack_messagebox {
    overflow-y:auto; 
    height:calc(100vh - 200px - 25px); 
    left:0px; 
    right:0px;
    margin-bottom:100px;
}

.mod_stack_content_options {
    position: absolute;
    width:60px;
    left:-80px;
    height:100%;
    top:0px;
    display: none;
    align-items: center;
    justify-content: space-between;
    grid-template-columns:30px 30px;
    margin-right:20px;
    padding-left:20px;
    font-weight:800;
}

.mod_stack_message_sender:hover .mod_stack_content_options {
    display: grid;
}
.mod_stack_message:hover .mod_stack_content_options_opp {
    display: grid;
}

.xf_messa {
    display: grid;
    position: absolute;
    height:calc(100%);
    top:0px;
    width:100%;
    left:0px;
    background-color:rgba(0,0,0,0.3);
    align-items: center;
    justify-content: center;
    grid-template-columns:300px;
    z-index:3000;
}

.mod_stack_alert {
    position: relative;
    background-color:white;
    padding:15px;
    box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    border-radius:5px; 
    font-size:15px;
    padding-bottom:50px;
}



.mod_stack_content_options_opp {
    position: absolute;
    width:60px;
    right:-60px;
    height:100%;
    top:0px;
    display: none;
    align-items: center;
    justify-content: center;
    grid-template-columns:20px;
    font-weight:800;
}

.mod_stack_sender_picture {
    position: absolute;
    height:20px;
    width:20px; 
    background-color:rgba(0,0,0,0.2);
    left:-27px;
    top:-4px;
    border-radius:20px;
}



.mod_stack_message_date {
    position: relative;
    width:100%;
    text-align: center;
    font-weight:600;
    font-size:12px;
    padding:20px;
}

.mod_stack_project_options {
    position: absolute;
    right:0px;
    height:100%;
    top:0px;
    align-items: center;
    justify-content: center;
    grid-template-columns:auto auto;
    display:none;
    padding:12px;
    color:rgba(0,0,0,1);
}

.mod_stack_project:hover .mod_stack_project_options {
    display:grid;
}

.mod_stack_icons {
    margin:8px;
    color:var(--color-1);
}

.xf_alert {
    display: grid;
    position: absolute;
    height:calc(100%);
    top:0px;
    width:100vw;
    left:0px;
    background-color:rgba(0,0,0,0.3);
    align-items: center;
    justify-content: center;
    grid-template-columns:300px;
    z-index:3000;
}

.mod_stack_project_link {
    position:relative; 
    width:calc(100% - 92px); 
    padding:10px;
    padding-left:18px;
}

.mod_stack_modif_affect {
    padding:20px;
}

.mod_stack_modif_text {
    display:inline-block;
    vertical-align: middle;
    border:var(--color-1-light) solid 1px;
    border-left:none;
    border-radius:0px 8px 8px 0px;
    outline:none;
    height:40px;
    width:50%;
    padding-left:10px;
}

.mod_stack_modif_at {
    display: inline-block;
    height:40px;
    width:40px;
    vertical-align: middle;
    text-align: center;
    background-color: var(--color-1-light);
    border:var(--color-1-light) solid 1px;
    border-right:none;
    margin-right:-5px;
    border-radius:8px 0px 0px 8px;
    font-size:15px;
    font-weight:600;
    line-height: 1;
    color:var(--color-1);
}

.mod_stack_modif_submit {
    display: inline-block;
    height:40px;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    background-color: var(--color-1-light);
    border:var(--color-1-light) solid 1px;
    border-right:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    padding-left:20px;
    padding-right:20px;
    color:var(--color-1);
}

.mod_stack_modif_user {
    align-items: center;
    justify-content: left;
    grid-template-columns:auto auto auto auto;
    display:grid;
}

.mod_stack_modif_userpp {
    background: rgba(0,0,0,0.1);
    width:30px;
    height:30px;
    border-radius:20px;
    margin:10px;
}

.mod_stack_project_add {
    padding:10px;
    align-items: center;
    justify-content: left;
    grid-template-columns:auto auto;
    display:grid;
    background-color:rgba(0,0,0,0.05);
}
