










/* Frontend */

.session_content
{
	width:100vw;
	padding:80px 0 80px 0;
	min-height:calc(100vh - 160px);
}

.operator_session_content
{
    width:100vw;
    padding:0 0 80px 0;
    min-height:calc(100vh - 80px);
}



/* Default, Header Standard */

/* Website Container Padding */


.session_background
{
	position:absolute;
	top:0; 
	width:100vw;
	height:100%;
	background:#fff;
}



/* Header */

.session_header
{
	height:80px;
	padding:20px 20px 20px 80px;
    box-shadow:none !important;
}

.session_header .background
{
	background:#cfc8b8;
}

.session_header .logo, .session_header .back
{
	position: absolute;
    left: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color:rgba(255,255,255,0.2);
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:40% auto !important;
    border-radius: 10px;
    margin-top: -20px;
    cursor: pointer;
    transform:none;
}

.session_header.color_scheme_dark .logo, .session_header.color_scheme_dark .back
{
    background-color:rgba(52,52,52,0.05);
}

.session_header .logo
{
    background-image:url(https://321med.com/cdn/img/321med_logo.svg);
}

.session_header .back
{
    background-image:url(https://321med.com/cdn/img/back_icon.svg);
}

.session_header .logo:hover, .session_header .back:hover
{
    background-color:rgba(255,255,255,0.4);
}

.session_header.color_scheme_dark .logo:hover, .session_header.color_scheme_dark .back:hover
{
    background-color:rgba(52,52,52,0.1);
}

.session_header .title
{
    padding-right:50px;
	line-height:20px;
	font-size:17px;
	font-weight:800;
	text-align:left;
	color:#fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
} 

.session_header.color_scheme_dark .title
{
    color:#393939 !important;
} 

.session_header .subtitle
{
    line-height:20px;
    font-size:15px;
    font-weight:400;
    text-align:left;
    color:#fff;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
    padding-right:50px;
} 

.session_header.color_scheme_dark .subtitle
{
    color:#393939 !important;
} 

.session_header .text
{
	line-height:20px;
	font-size:16px;
	font-weight:300;
	text-align:left;
	color:#fff;
	opacity:0.6;
} 

.session_header.color_scheme_dark .text
{
    color:#393939 !important;
    opacity:0.3 !important;
} 






/* Actions */

.session_actions
{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:777;
	height:auto;
	min-height:80px;
	background:#fff;
	box-shadow:0 3px 30px 3px rgba(52,52,52,0.1);
}

.session_actions.operator_actions
{
    left:20px;
    bottom:20px;
    width:calc(100% - 340px);
    border-radius:10px;
    min-height:60px;
    overflow:hidden;
    box-shadow: 0 10px 25px -10px rgb(50 50 93 / 25%), 0 5px 30px -15px rgb(0 0 0 / 30%);
}

.session_actions .background
{
	position:absolute;
	top:0;
	width:100vw;
	height:100%;
	background:#fff;
}

.session_actions .post_content 
{
    resize: none;
    left:0;
    top:0;
    width:calc(100% - 140px);
    height:20px;
    min-height:20px;
    max-height:120px;
    line-height:20px;
    font-size:16px;
    font-weight:400;
    color:#393939;
    padding:0;
    margin:20px 140px 20px 20px;
    overflow:hidden;
}

.operator_actions .post_content 
{
    width:calc(100% - 240px);
    margin:20px 240px 20px 20px;
}

.session_actions .action_post_content 
{
    position: absolute;
    right: 60px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(52,52,52,0.1);
    border-radius: 10px;
    color: #282828;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    background-size: 12px 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/send_icon.png);
    cursor: pointer;
}

.operator_actions .action_post_content 
{
    right: 10px !important;
}

.session_actions .action_more 
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(52,52,52,0.1);
    border-radius: 10px;
    color: #282828;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    background-size: 12px 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/more_icon.png);
    cursor: pointer;
}

.session_actions .action_session_settings
{
    position: absolute;
    right: 60px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(52,52,52,0.1);
    border-radius: 10px;
    color: #282828;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    background-size: 12px 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/settings_icon_dark.png);
    cursor: pointer;
}

.session_actions .action_session_delete
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(52,52,52,0.1);
    border-radius: 10px;
    color: #282828;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    background-size: 12px 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/delete_icon_dark.png);
    cursor: pointer;
}

.session_actions .info
{
    height:20px;
    border-top:1px solid rgba(52,52,52,0.05);
    line-height:20px;
    font-size:8px;
    font-weight:800;
    color:rgba(52,52,52,0.3);
    text-align:center;
    text-transform:uppercase;
}

.session_actions .info a
{
    float:none;
    display:inline;
    width:auto;
    height:inherit;
    line-height:inherit;
    font-size:inherit;
    font-weight:inherit;
    color:inherit;
    text-transform:inherit;
}

.session_actions .info a:hover
{
    color:rgba(52,52,52,1);
}





.session_actions_more
{
    position:fixed;
    right:10px;
    bottom:90px;
    width:200px;
    z-index:777;
    height:auto;
    min-height:40px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 3px 30px 3px rgba(52,52,52,0.1);
    display:none;
    overflow:hidden;
}

.session_actions_more .action
{
    height:40px;
    line-height:40px;
    padding:0 15px 0 15px;
    font-size:14px;
    font-weight:400;
    text-align:left;
    border-bottom:1px solid rgba(52,52,52,0.05);
}

.session_actions_more .action.main
{
    font-weight:700;
}

.session_actions_more .action:hover
{
    background:rgba(52,52,52,0.05);
    border:none;
}

.session_actions_more .action .post_attachment 
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:rgba(255,255,255,0);
    background:rgba(255,255,255,0);
    opacity:0;
    cursor:pointer;
}

.session_actions_more .action .post_finding
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:rgba(255,255,255,0);
    background:rgba(255,255,255,0);
    opacity:0;
    cursor:pointer;
}

.session_actions_more .action.hidden
{
    position:absolute;
    left:100%;
    top:100%;
    width:0;
    height:0;
    opacity:0;
}






/* Actions */

.session_menu
{
    position:fixed;
    right:0;
    top:0;
    width:300px;
    z-index:777;
    height:100vh;
    overflow:hidden;
    padding:30px;
    overflow-y:auto;
}

.session_menu .background
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(52,52,52,0.05);
}

.session_menu .info_label
{
    line-height: 22px;
    font-weight: 800;
    text-align: left;
    text-transform: none;
    font-size: 13px;
    opacity: 0.4;
}

.session_menu .info_value_icon
{
    line-height:22px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    font-size: 13px;
    padding-left:20px;
    background-size:12px auto !important;
    background-repeat:no-repeat !important;
    background-position:left center !important;
}

.session_menu .info_value
{
    line-height:22px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    font-size: 13px;
}

.session_menu .session_notes .content_textarea
{
    height:50px;
    padding:5px 10px 5px 10px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    font-size: 13px;
    background:rgba(52,52,52,0.1);
    border-radius:5px;
    margin-bottom:10px;
}

.session_menu .action_label
{
    line-height: 22px;
    font-weight: 800;
    text-align: left;
    text-transform: none;
    font-size: 13px;
    color:rgba(52,52,52,0.4);
    margin-bottom:5px;
}

.session_menu .action_label .edit_button
{
    position:absolute;
    right:0;
    top:0;
    width:22px;
    height:22px;
    background-size:12px auto !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    background-image:url('../img/pencil_icon_dark.png');
    opacity:0.4;
    background-color:rgba(52,52,52,0.1);
    border-radius:5px;
}

.session_menu .action_label .edit_button:hover
{
    opacity:1;
}

.session_menu .action_button
{   
    height:30px;
    line-height:30px;
    color:#fff;
    font-weight: 800;
    margin:0 0 10px 0;
    font-size: 12px;
    text-transform:none;
    padding:0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #cfc8b8;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.session_menu .action_button.defaultmessage
{   
    background-color:rgba(52,52,52,0.05);
    padding:0 15px 0 35px;
    background-image: url(../img/action_icon_dark.png) !important;
    background-size: 10px auto !important;
    background-position: left 12px center !important;
    background-repeat: no-repeat !important;
    text-align:left !important;
    color:#393939;
    border-radius:10px 10px 10px 2px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.session_menu .action_button.defaultmessage:hover
{   
    background-color:rgba(52,52,52,0.1);
}

.session_menu .action_button .post_attachment 
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:rgba(255,255,255,0);
    background:rgba(255,255,255,0);
    opacity:0;
    cursor:pointer;
}

.session_menu .micro_button
{   
    height:30px;
    line-height:30px;
    color:#393939;
    font-weight: 800;
    margin:10px 0 0 0;
    font-size: 11px;
    text-transform:none;
    text-align: center;
    cursor: pointer;
    opacity:0.4;
}

.session_menu .security
{
    width:calc(100% + 4px);
    height:24px;
    margin-top:5px;
}

.session_menu .security .block
{
    width:calc(33.33% - 4px);
    margin:0 2px 0 2px;
    height:24px;
    background:rgba(52,52,52,0.1);
}

.session_menu .security .block.first
{
    border-radius:5px 0 0 5px;
}

.session_menu .security .block.last
{
    border-radius:0 5px 5px 0;
}

.session_menu .security .block.active
{
    background:#84a98c;
}

.session_menu .security .block .icon
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:auto 14px !important;
    background-position:center center !important;
    background-repeat:no-repeat;
}

.session_menu .security .block .icon.first
{
    opacity:0.4;
    background-image:url('../img/security_stage_1_dark.png');
}

.session_menu .security .block.active .icon.first
{
    opacity:1;
    background-image:url('../img/security_stage_1_light.png');
}

.session_menu .security .block .icon.second
{
    opacity:0.4;
    background-image:url('../img/security_stage_2_dark.png');
}

.session_menu .security .block.active .icon.second
{
    opacity:1;
    background-image:url('../img/security_stage_2_light.png');
}

.session_menu .security .block .icon.third
{
    opacity:0.4;
    background-image:url('../img/security_stage_3_dark.png');
}

.session_menu .security .block.active .icon.third
{
    opacity:1;
    background-image:url('../img/security_stage_3_light.png');
}







/* Container */

.session_container
{
	padding:30px;
}









/* Feed */

.session_feed
{
	padding:20px;
}

#operator_session
{
    padding-right:320px;
}

.session_feed .session_hero
{
    width:100vw;
    margin:-20px 0 0px 0;
    padding:5px 20px 20px 20px;
}

.session_feed .session_hero .title
{
    max-width:350px;
    line-height:20px;
    font-size:17px;
    font-weight:800;
    text-align:center;
    color:#fff;
} 

.session_feed .session_hero .gradient
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.session_feed .session_post
{
	margin:0 0 10px 0;
}

.session_feed .session_post.hidden
{
    filter:blur(6px);
}

.session_feed .session_post .background
{
    position:absolute;
    width:100vw;
    height:100%;
    box-shadow: inset 0 -30px 30px -30px rgb(0 0 0 / 20%);
}

.session_feed .session_post.main_actions
{
   padding-bottom:20px !important;
}

.session_feed .session_subpost
{
    display:none;
}

.session_feed .session_post .timestamp
{
	line-height:12px;
	font-size:12px;
	font-weight:500;
	text-align:left;
	color:#393939;
	opacity:0.2;
	margin-bottom:10px;
} 

.session_feed .session_post.post_visitor .timestamp
{
	text-align:right;
}

#operator_session .session_post .timestamp
{
    text-align:right !important;
} 

#operator_session .session_post.post_visitor .timestamp
{
    text-align:left !important;
} 

.session_feed .session_post .tags
{
    padding-right:20px;
    margin-top:-10px;
} 

.session_feed .session_post .tags .tag
{
    float:right;
    width:auto;
    height:20px;
    line-height:20px;
    padding:0 7px 0 7px;
    border-radius:5px;
    font-size:12px;
    font-weight:500;
    color:#fff;
} 

.session_feed .session_post .description
{
    line-height:20px;
    font-size:14px;
    font-weight:600;
    text-align:left;
    color:#393939;
    margin:10px 0 5px 0;
} 

.session_feed .session_post .post
{
    width:auto;
    max-width:90%;
    padding:10px 25px 10px 15px;
    border-radius:15px 15px 15px 3px; 
    border:1px solid rgba(52,52,52,0.1);
}

.session_feed .session_post.post_visitor .post
{
	float:right;
    padding:10px 15px 10px 15px;
	border-radius:15px 15px 3px 15px; 
    border:1px solid rgba(52,52,52,0.1);
}  

.session_feed .session_post .post .post_background
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.05;
    border-radius:15px 15px 15px 3px; 
} 

.session_feed .session_post .delete_button
{
    position:absolute;
    left:100%;
    top:calc(50% + 11px);
    width:22px;
    height:22px;
    border-radius:50%;
    background:rgba(52,52,52,0.1) url('../img/delete_icon_dark.png') center center no-repeat !important;
    background-size:9px auto !important;
    cursor:pointer;
    margin:-11px 0 0 10px;
    opacity:0.4;
} 

.session_feed .session_post .delete_button:hover
{
    opacity:1;
} 



.session_feed .action_tracker_post .post
{
    width:auto;
    max-width:90%;
    padding:5px 15px 5px 35px !important;
    background-image: url('../img/action_icon_dark.png') !important;
    background-size:12px auto !important;
    background-position:left 12px center !important;
    background-repeat:no-repeat !important;
    border:none !important;
    background-color:rgba(52,52,52,0.1) !important;
    opacity:0.4 !important;

}

.session_feed .action_tracker_post .post .post_background
{
   display:none !important;
} 




.session_feed .session_post.loading_post
{
    display:none;
}

.session_feed .session_post .loading_post_loader
{
    width:60px;
    max-width:90%;
    height:34px;
    border-radius:15px 15px 15px 3px; 
    border:1px solid rgba(52,52,52,0.1);
    background:url('../img/typing_loader.gif') center center no-repeat;
    background-size:20px auto;
}






#operator_session .session_post .post
{
    float:right !important;
    border-radius:15px 15px 3px 15px;
} 

#operator_session .session_post.post_visitor .post
{ 
    float:left !important;
    border-radius:15px 15px 15px 3px; 
}  

#operator_session .session_post .post .post_background
{
    border-radius:15px 15px 3px 15px;
} 

.session_feed .session_post.post_large .post
{
    min-width:250px;
    padding:40px 30px 30px 30px;
} 

.session_feed .session_post .post .info
{
    position:absolute;
    right:0;
    top:0;
    margin:-5px -5px 0 0;
    height:30px;
    width:auto;
    line-height:30px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    color:#fff;
    padding:0 15px 0 15px;
    border-radius:15px;
    box-shadow:0 2px 20px -2px rgba(52,52,52,0.2);
} 

.session_feed .session_post .post .info.red
{
    background:#BE554A;
} 

.session_feed .session_post .post .info.yellow
{
    background:#F2CC8F;
} 

.session_feed .session_post .post .info.green
{
    background:#84a98c;
} 

.session_feed .session_post .post .title
{
    float:none;
    display:block;
    width:auto;
    line-height:20px;
    font-size:16px;
    font-weight:700;
    text-align:left;
    color:#393939;
    margin-bottom:10px;
} 

.session_feed .session_post .post .label
{
    float:none;
    display:block;
    width:auto;
    line-height:20px;
    font-size:14px;
    font-weight:700;
    text-align:left;
    color:#393939;
    margin-top:5px;
} 

.session_feed .session_post .post .text
{
    float:none;
    display:block;
    width:auto;
    line-height:20px;
    font-size:14px;
    font-weight:400;
    text-align:left;
    color:#393939;
    white-space: pre-wrap;
} 

.session_feed .session_post .post .readreceipt
{
    position:absolute;
    right:5px;
    bottom:5px;
    width:12px;
    height:12px;
    opacity:0.4;
    background-image:url('../img/unseen_icon.png');
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
}

.session_feed .session_post .post .readreceipt.seen
{
    opacity:1;
    background-image:url('../img/seen_icon.png');
}

.session_feed .session_post .post .button
{
    float:none;
    display:inline-block;
    width:100%;
    padding:0 15px 0 15px;
    background-color:#cfc8b8;
    border-radius:8px; 
    height:40px;
    line-height:40px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    color:#fff;
    margin-top:10px;
    cursor:pointer;
    transition:all 0.1s ease-in-out;
    box-shadow: 0 15px 25px -5px rgb(50 50 93 / 10%), 0 7px 15px -7px rgb(0 0 0 / 15%);
}   

.session_feed .session_post .post .button:hover
{
    transform:scale(1.02);
    box-shadow: 0 15px 25px -5px rgb(50 50 93 / 25%), 0 7px 15px -7px rgb(0 0 0 / 30%);
    opacity:0.9;
}   

.color_scheme_dark .session_feed .session_post .post .button
{

}  

.session_feed .session_post .post .button.red
{
    background-color:#BE554A !important;
} 

.session_feed .session_post .post .button.yellow
{
    background-color:#F2CC8F !important;
} 

.session_feed .session_post .post .button.green
{
    background-color:#84a98c !important;
} 

.session_feed .session_post .post .button.gray
{
    background-color:#c4c4c4 !important;
    color:#393939 !important;
    opacity:0.4 !important;
} 

.session_feed .session_post .post .separator
{
    height:10px;
}    

.session_feed .session_post .action_buttons
{
    width:calc(100% + 14px);
}       

.session_feed .session_post .action_button
{
    width:calc(50% - 14px);
    height:40px;
    margin:7px;
    border-radius:9px;
    line-height:20px;
    font-size:14px;
    font-weight:700;
    text-align:left;
    color:#393939;
    overflow:hidden;
    background:rgba(255,255,255,0.2);
    background-position: center left 10px !important;
    background-repeat:no-repeat !important;
    background-size: 14px auto !important;
}   

@media screen and (max-width: 400px) 
{   


}

.session_feed .session_post .action_button .label
{
    position:absolute;
    width:calc(100% - 40px);
    left:35px;
    top:0;
    line-height:40px;
    font-size:13px;
    font-weight:600;
    text-align:left;
    color:#fff;
    text-overflow:ellipsis;
    overflow:hidden; 
    white-space:nowrap;
}     

.session_feed .session_post .action_button .notch
{
    position:absolute;
    width:34px;
    height:34px;
    left:0;
    top:0;
    background-image:url(../img/arrow_right_light.png) !important;
    background-position: center center !important;
    background-repeat:no-repeat !important;
    background-size: 10px auto !important;
}   

.color_scheme_dark .session_feed .session_post .action_button .notch
{
    background-image:url(../img/action_icon_dark.png) !important;
}  

.session_feed .session_post .action_button:hover
{
    background-color:rgba(255,255,255,0.3);
}   

.session_feed .session_post .action
{
	width: auto;
    max-width:90%;
    padding: 5px 15px 5px 30px;
    background-color: #cfc8b8;
    background-image: url(../img/action_icon_light.png) !important;
    background-size: 12px auto !important;
    background-position: left 10px center !important;
    background-repeat: no-repeat !important;
	border-radius:15px; 
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-align:left;
	color:#fff;
    cursor:pointer;
    margin:5px 10px 5px 0;
}   

.color_scheme_dark .session_feed .session_post .action
{
    color:#393939;
    background-image: url(../img/action_icon_dark.png) !important;
}  

.session_feed .session_post .action:hover
{
	opacity:0.9;
}   

.session_feed .session_post .subaction
{
    width: auto;
    max-width:90%;
    padding:5px 15px 5px 25px;
    background-color:rgba(52,52,52,0.05);
    background-image: url(../img/action_icon_dark.png) !important;
    background-size: 10px auto !important;
    background-position: left 10px center !important;
    background-repeat: no-repeat !important;
    border-radius:15px; 
    line-height:20px;
    font-size:12px;
    font-weight:700;
    text-align:left;
    color:#393939;
    cursor:pointer;
    margin:5px 10px 5px 0;
}   

#operator_session .session_post .subaction
{
    float:right !important;
} 

.session_feed .session_post .subaction:hover
{
    opacity:0.9;
}  



.session_feed .session_post .subaction .action
{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    color:rgba(255,255,255,0) !important;
    background:rgba(255,255,255,0) !important;
}

.session_feed .session_post .subaction .action .post_attachment 
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:rgba(255,255,255,0) !important;
    background:rgba(255,255,255,0) !important;
    opacity:0;
    cursor:pointer;
}



.session_feed .session_post .info
{
    width:auto;
    max-width:90%;
    padding:5px 15px 5px 35px;
    background-color:#cfc8b8;
    border-radius:15px; 
    line-height:20px;
    font-size:15px;
    font-weight:800;
    text-align:left;
    color:#fff;
}  

.session_feed .session_post .info.red
{
    background-color:#BE554A !important;
} 

.session_feed .session_post .info.yellow
{
    background-color:#F2CC8F !important;
} 

.session_feed .session_post .info.green
{
    background-color:#84a98c !important;
} 





.session_feed .printview_header
{
    padding:20px;
    background:rgba(52,52,52,0.1);
}

.session_feed .printview_header .info_label 
{
    line-height: 20px;
    font-weight: 800;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    opacity: 0.4;
}

.session_feed .printview_header .info_value 
{
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    margin: 0 0 10px 0;
}










/* Backend */

.session_backend
{
    position:fixed;
    width:calc(100vw - 0px);
    height:calc(100vh - 50px);
    background:#fff;
    margin-top:50px;
}

.session_backend .sessions_holder
{
    width:400px;
    height:100%;
    background:#fff;
}

.session_backend .sessions_holder .menu
{
    width:calc(100% - 50px);
    height:50px;
    box-shadow: 0 10px 50px -15px rgb(57 57 57 / 20%);
}

.session_backend .sessions_holder .menu .item
{
    width:calc(33.3333% - 34px);
    height:50px;
    border-right:1px solid rgba(52,52,52,0.1);
    font-size:12px;
    text-align:center;
    line-height:50px;
    font-weight:800;
}

.session_backend .sessions_holder .menu .item .label
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:50px;
    font-size:12px;
    text-align:center;
    line-height:50px;
    font-weight:800;
}

.session_backend .sessions_holder .menu .item .selected
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
}

.session_backend .sessions_holder .menu .item:last-child
{
    border:none !important;
}

.session_backend .sessions_holder .menu .filter_button
{
    width:51px;
    height:50px;
    font-size:13px;
    text-align:center;
    line-height:50px;
    font-weight:800;
    background:url('../img/filter_icon_dark.png') center center no-repeat;
    background-size:14px auto;
    cursor:pointer;
}

.session_backend .sessions_holder .menu .filter_button:hover
{
    background-color:rgba(52,52,52,0.05);
}

.session_backend .sessions_holder .menu .filter_button.active
{
    background-color:rgba(52,52,52,0.05);
}

.session_backend .sessions_holder .filter_holder
{
    width:calc(100% - 50px);
    height:50px;
    box-shadow: 0 10px 50px -15px rgb(57 57 57 / 20%);
    padding:0 20px 0 20px;
    line-height:50px;
    font-size:13px;
    font-weight:700;
    border-top:1px solid rgba(52,52,52,0.05);
    border-bottom:1px solid rgba(52,52,52,0.05);
    background-image:url('../img/select_icon_dark.png') !important;
    background-position:right 20px center !important;
    background-repeat:no-repeat !important;
    background-size:8px auto !important;
    display:none;
}

.session_backend .sessions_holder .menu .search_button
{
    width:51px;
    height:50px;
    font-size:13px;
    text-align:center;
    line-height:50px;
    font-weight:800;
    background:url('../img/search_icon_dark.png') center center no-repeat;
    background-size:14px auto;
    cursor:pointer;
    border-right:1px solid rgba(52,52,52,0.1);
}

.session_backend .sessions_holder .menu .search_button:hover
{
    background-color:rgba(52,52,52,0.05);
}

.session_backend .sessions_holder .menu .search_button.active
{
    background-color:rgba(52,52,52,0.05);
}

.session_backend .sessions_holder .searchterm
{
    width:calc(100% - 50px);
    height:50px;
    box-shadow: 0 10px 50px -15px rgb(57 57 57 / 20%);
    padding:0 20px 0 20px;
    line-height:50px;
    font-size:13px;
    font-weight:700;
    border-top:1px solid rgba(52,52,52,0.05);
    border-bottom:1px solid rgba(52,52,52,0.05);
    background-image:url('../img/search_icon_dark.png') !important;
    background-position:right 20px center !important;
    background-repeat:no-repeat !important;
    background-size:12px auto !important;
    display:none;
}

.session_backend .sessions_holder .scroll
{
    width:100%;
    height:calc(100% - 50px);
    padding:0 50px 100px 0 !important;
    overflow:auto;
}

.session_backend .sessions_holder .scroll.filters_active, .session_backend .sessions_holder .scroll.search_active
{
    height:calc(100% - 100px) !important;
}

.session_backend .sessions_holder .fade
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100px;
    pointer-events:none;
    background:linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
}

.session_backend .sessions_holder .sessions_loader
{
    position:absolute;
    left:0;
    bottom:0;
    width:calc(100% - 50px);
    height:100px;
    pointer-events:none;
    background:url('../img/dot_loader.gif') center center no-repeat;
    background-size:30px auto;
    display:none;
    opacity:0.4;
}

.session_backend .sessions_holder .logo_holder
{
    width:auto;
    height:20px;
    cursor:pointer;
    filter:grayscale(100%);
    opacity:0.7;
} 

.session_backend .sessions_holder .logo
{
    width:80px;
    height:20px;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
} 

.session_backend .sessions_holder .logo_separator
{
    width:2px;
    height:20px;
    background:rgba(57,57,57,0.2);
    margin:0 7px 0 7px;
} 

.session_backend .sessions_holder .session
{
    height:auto;
    margin:0 0 0 0;
    padding:20px 60px 20px 20px;
    cursor:pointer;
    border-bottom:1px solid rgba(52,52,52,0.05);
}

.session_backend .sessions_holder .session.has_tags
{
    padding:20px 60px 20px 50px !important;
}

.session_backend .sessions_holder .session:hover
{
    background:rgba(52,52,52,0.05);
}

.session_backend .sessions_holder .session_background
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.15;
    display:none;
}

.session_backend .sessions_holder .session.current_opened_session .session_background
{
    display:block;
}

.session_backend .sessions_holder.multi_site .session
{
    margin:0 0 0 0;
}

.session_backend .sessions_holder .session:before
{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:4px;
    height:100%;
    background-color:#BE554A;
    margin:0;
    display:block;
}

.session_backend .sessions_holder .session .site
{
    width:auto;
    max-width:100%;
    height:20px;
    font-size:11px;
    line-height:20px;
    font-weight:700;
    text-align:left;
    padding:0 8px 0 8px;
    background:#cfc8b8;
    margin:0 0 10px 0;
    border-radius:5px;
    color:#fff;
    box-shadow:0 5px 10px -2px rgb(50 50 93 / 10%), 0 3px 6px -3px rgb(0 0 0 / 15%);
    text-overflow:ellipsis;
    overflow:hidden; 
    white-space:nowrap;
}

.session_backend .sessions_holder .session .tag
{
    position:absolute;
    top:0px;
    left:20px;
    height:100%;
    width:20px;
    background-size:16px auto !important;
    background-position:left center !important;
    background-repeat:no-repeat !important;
}

.session_backend .sessions_holder .session .timestamp
{
    position:absolute;
    top:20px;
    right:20px;
    height:20px;
    font-size:10px;
    line-height:20px;
    font-weight:600;
    text-align:right;
    opacity:0.2;
}

.session_backend .sessions_holder .session .interlocutor_name
{
    height:20px;
    font-size:12px;
    line-height:20px;
    font-weight:700;
    text-overflow:ellipsis;
    overflow:hidden; 
    white-space:nowrap;
}

.session_backend .sessions_holder .session .interlocutor_insurance
{
    float:none;
    display:inline-block;
    width:20px !important;
    height:20px;
    font-size:12px;
    line-height:20px; 
    font-weight:700;
    text-align:center;
    border-radius:4px;
    margin-left:10px;
}

.session_backend .sessions_holder .session .last_message
{
    height:20px;
    font-size:12px;
    line-height:20px;
    font-weight:400;
    text-overflow:ellipsis;
    overflow:hidden; 
    white-space:nowrap;
    opacity:0.6;
}

.session_backend .sessions_holder .session .readreceipt
{
    position:absolute;
    right:20px;
    bottom:23px;
    width:12px;
    height:12px;
    opacity:0.4;
    background-image:url('../img/unseen_icon.png');
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
}

.session_backend .sessions_holder .session .readreceipt.seen
{
    opacity:1;
    background-image:url('../img/seen_icon.png');
}

.session_backend.sessions_holder .session_open
{

}

.session_backend .sessions_holder .session_closed
{
    opacity:0.6;
}

.session_backend .sessions_holder .session_seen_true:before
{
    display:none;
}





.session_backend .session_frame
{
    position:absolute;
    left:350px;
    top:0;
    width:calc(100% - 350px);
    height:100%;
    background:#fff;
    box-shadow: 0 0 30px -1px rgba(52,52,52,0.2);
}






.session_none
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.session_none .text
{
    position:absolute;
    width:auto;
    max-width:600px;
    line-height:30px;
    font-size:20px;
    font-weight:800;
    color:#393939;
    text-align:center;
    opacity:0.2;
}






.session_faq
{
    padding:10px 35px 10px 15px;
    border-radius:10px;
    box-shadow: 0 10px 25px -10px rgb(50 50 93 / 25%), 0 5px 30px -15px rgb(0 0 0 / 30%);
    line-height:20px;
    font-size:15px;
    font-weight:800;
    text-align:left;
    color:#393939;
    margin:0 0 20px 0;
    background:#fff url(../img/arrow_right_dark.png) right 15px center no-repeat;
    background-size: 12px auto;
}

.session_file
{
    padding:10px 35px 10px 15px;
    border-radius:10px;
    box-shadow: 0 10px 25px -10px rgb(50 50 93 / 25%), 0 5px 30px -15px rgb(0 0 0 / 30%);
    line-height:20px;
    font-size:15px;
    font-weight:800;
    text-align:left;
    color:#393939;
    margin:0 0 20px 0;
    background:#fff url(../img/download_icon_dark.png) right 15px center no-repeat;
    background-size: 12px auto;
}




.session_iframe_content
{
    width:100vw;
    height:calc(100vh - 80px);
    margin:0 0 -80px 0; 
}











.site_selection
{
    width:80%;
    max-width:400px;
    height:auto;
}

.multisite_selection
{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:0 10% 0 10%;
    overflow-y:auto !important;
    background:#fff;
    display:none;
}

.multisite_selection .close
{
    position:absolute;
    right:10%;
    top:120px;
    width:30px;
    height:30px;
    background:rgba(52,52,52,0.1);
    border-radius:12px;
}

.selection_headline
{
    line-height: 30px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 800;
    text-align: center;
    font-size: 22px;
}









.session_feed .dataprotection_post
{
    margin:20px 0 20px 0;
    padding:7px;
    font-size:11px;
    line-height:19px;
    background:rgba(52,52,52,0.025);
    border:1px solid rgba(52,52,52,0.05);
    text-align:center;
    border-radius:10px;
    color:rgba(52,52,52,0.4);
}

.session_feed .dataprotection_post .inline_link
{
   width:auto;
   float:none;
   display:inline;
   font-size:inherit;
   line-height:inherit;
   color:inherit;
   font-weight:800;
}

.session_feed .dataprotection_post .inline_link:hover
{
    color:rgba(52,52,52,1);
}

.session_feed .dataprotection_post .accept_button
{
   width:auto;
   font-size:11px;
   line-height:19px;
   font-weight:800;
   color:#fff;
   padding:0 7px 0 7px;
   border-radius:5px;
   margin-top:3px;
}











.form_steps
{
    position:absolute;
    left:50%;
    top:0;
    width:100vw;
    min-height:calc(100vh - 80px);
    background:#fff;
    transform:translateX(-50%);
}

.form_steps .form_step
{
    position:absolute;
    top:0;
    left:0;
    margin-left:50%;
    width:calc(100% - 40px);
    max-width:1080px;
    height:100%;
    transform:translateX(-50%);
    padding:70px 0 70px 0;
    overflow-y:scroll;
}

.form_steps .form_step .form_step_headline 
{
    line-height:30px;
    margin:0 0 30px 0;
    padding:0;
    font-weight:700;
    text-align:center;
    font-size:19px;
}

.form_steps .form_step .form_step_headline.small_margin 
{
    margin: 0 0 15px 0;
}

.form_steps .form_step .form_step_text
{
    line-height: 24px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    opacity:0.6;
}

.form_steps .form_step .back_button
{
    position:absolute;
    left:50%;
    top:20px;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    opacity: 0.3;
    padding: 0 0 0 20px;
    background-size: 10px auto !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/back_icon_dark.png);
    transform:translateX(-50%);
}

.form_steps .form_step .back_button:hover 
{
    opacity: 1;
}









.form_step .form_notice
{
    position:absolute;
    top:0;
    left:0;
    margin-left:50%;
    width:90vw;
    max-width:1080px;
    height:100vh;
    transform:translateX(-50%);
    padding:70px 0 70px 0;
    overflow-y:scroll;
    z-index:999999;
    display:none;
    background:#fff;
}

.form_step .form_notice .form_notice_headline 
{
    line-height: 30px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 800;
    text-align: center;
    font-size: 20px;
}

.form_step .form_notice .form_notice_text
{
    line-height: 24px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    opacity:0.6;
}

.form_step .form_notice .form_notice_close 
{
    position:absolute;
    left:0;
    top:0;
    margin-top: 20px;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    opacity: 0.3;
    padding: 0 0 0 20px;
    background-size: 10px auto !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/back_icon_dark.png);
}

.form_step .form_notice .form_notice_close:hover {
   
    opacity: 1;
}





#session_active_operators_content
{
    position:absolute !important;
    left:100% !important;
    top:100% !important;
    display:none !important;
    opacity:0 !important;
    width:1px !important;
    height:1px !important;
}




#session_active_operators
{
    height:auto !important;
}

#session_active_operators .active_operator
{
    width:auto;
    height:24px;
    padding:0 7px 0 7px;
    line-height:24px;
    font-size:12px;
    font-weight:700;
    border-radius:4px;
    margin:5px 5px 0 0;
}


