.d-msg-notcnt, .d-room-notcnt, .d-todos-notcnt{
    display:none;
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 10px;
    background: red;
    color: #fff;
    width: 17px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 3px;
    font-weight:700;
}
.d-msg-notcnt::after, .d-room-notcnt::after, .d-todos-notcnt::after{
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
    transform: rotate( -57deg );
    right: 2px;
    top: 13px;
}

#nochat_msgbox{ font-size:12px; color:#ccc; }
#chatsave-loader{
    display:none;
	position: absolute;
    top: 0; text-align:center;
    color: #fff;
    background: #0000009e;
    width: 100%;
    height: 100%;
}
#chatsave-loader .fa{ font-size:8px; }
.dry-chatbox-outercontainer{ height:100%; }
.dry-chatusers-container{
	display:none;
	background: #fff;
    padding: 5px 5px 0 5px;
	height:325px; overflow-y:auto;
	border-radius:6px 6px 0 0;
	vertical-align:bottom;
	width:270px;
}
.dry-chatusers-container.openchatlist{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 34px;
    border: 1px solid #eee;
}
.dry-chatusers-container ul{
    margin:0;
}
.dry-chatusers-container ul li {
list-style:none; cursor:pointer;
padding:5px; font-size:12px;
}
.chatuserlist_item img, .chatpanel-titlebar img{ border-radius:100%; margin-right:3px; width:30px; height:30px; object-fit:cover; }
.chatbox-container{ 
    display: inline-block;
    height: 358px;
    position: absolute;
    right: 280px;
    bottom: 0;
}
.chatbox-container .userchatbox-panel{
    display: inline-block;
    background: #fff;
    border-radius: 6px 6px 0 0;
    width: 260px;
    box-shadow: 0px 0px 3px 0px #333;
}
.chatpanel-titlebar{
    font-size: 13px;
    border-bottom: 1px solid #eee;
    height: 38px;
    padding: 0;
    font-weight:600;
}
.chatpanel-titlebar > span:last-child{ float:right; position:relative; }
.chatpanel-titlebar > span .fa{ cursor:pointer; }
.chatpanel-titlebar > span .fa-video-camera{
    padding-top: 5px;
    color: #0088ff;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}
.chatpanel-titlebar > span .fa-video-camera:hover{ opacity:0.8; }
.chatpanel-commentbox{
    border-top: 1px solid #eee;
    background: #fff; position:relative;
}
#main_inner_msgsection{ padding:8px 4px; height: 506px; overflow-y: auto; overflow-x:hidden; }
.chatpanel-commentbox #chatmessage_field{ 
	border: none;
    height: 30px;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0;
    width: 90%;
    resize: none;
    display: inline-block;
    padding: 8px 12px 0;
}
.chatpanel-commentbox #chatmessage_field:placeholder{ color:#eee; }
.chatpanel-commentbox #chatmessage_field:focus{ border:none; outline:none; }
.chat-attach-file-box{ vertical-align:top; }
.chatpanel-commentbox .fa{ margin:8px 0 0 4px; cursor:pointer; font-size:18px; }
.chatmsg-item{ display:inline-block; width:100%; }
.chat-item { float: left; display: inline-block; background: #eee;     border-radius: 13px; font-size: 12px; padding: 8px 14px 8px; line-height:15px; }
.chat-item.my-chat-msg {     float: right;     background: #b2ccff;     color: #000;     line-height: 15px; }
.chat-item.video-call-msg{ background:#0088ff; color:#fff; }
.chat-item.chatmsg-file{ font-size:11px; word-break: break-word; text-transform:uppercase; }
.chat-item.my-chat-msg a{ color:#fff; }
.chat-item.chatmsg-file img{ border-radius:12px; margin:8px 0 6px; }
#previouschat-loader{ 
	text-align: center;
    font-size: 3px;
    display: none;
    position: absolute;
    width: 100%;
}

.open-chat-iconbox{
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #eee;
    font-size: 20px;
    border-radius: 6px 6px 0 0;
    width: 270px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: -1px 0px 4px 2px #8cbdff;
}
.open-chat-iconbox a{ color: #fff;
    display: inline-block; padding: 5px 15px;
    width: 100%; }
.open-chat-iconbox a:hover,.open-chat-iconbox a:visited{ text-decoration:none; color: #fff; }
.open-chat-iconbox a > span.chat-msg-icontext{ 
    font-size: 14px;
    color: #0037ff; 
    font-weight:600;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.open-chat-iconbox a .fa-comments{ font-size:20px; color: #0037ff; vertical-align: middle; }
.dry-chaticons-container {
    display: inline-block;
    position: fixed;
    left: 0; 
    height:36px;
    top: 35%;
}
.dry-dashboardicons-box{
    width:480px;
    display: none;     
    position: absolute;     
    left: 32px;     
    background: #0d66d9;     
    border-radius: 0 5px 5px 5px;     
    padding: 11px 0px 11px 16px; 
}
.dry-dashboardicons-box ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}
.dry-dashboardicons-box ul li{ 
    display: list-item;     
    float: left;     
    text-align: center;     
    padding: 10px 0px 5px;
    width: 105px;
    height: 85px;  
    border: 1px solid #c3c3c3;     
    margin: 4px;     
    border-radius: 5px;
}
.dry-dashboardicons-box ul li a{ color:#fff; }
.dry-dashboardicons-box ul li .dicon-menutitle{
    display: inline-block;
    width: 90px;
    font-size: 10px;
    overflow-wrap: break-word;
    text-transform: uppercase;
    line-height: 16px;
}
.chat-dashboard-iconbox > span{ 
    color: #fff;
    cursor: pointer;
    background: #0d66d9;
    padding: 11px 0 9px 0;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    width: 32px;
    height: auto;
    box-shadow: -1px 0px 4px 2px #8cbdff;
    text-align: center;
}
.user-dbicon-img{
    width: 22px;
    height: 22px;
    object-fit: cover;
    border-radius: 100%;
    margin:0 5px;
}
.user-dbicon-name{
    text-orientation: upright;
    writing-mode: tb;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 12px;
}
.chat-dashboard-iconbox .dryfta_profile_circle.c-thumb{
	border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    height: 22px;
    width: 22px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: tomato;
    margin:0 5px;
}
.chat-dashboard-iconbox > span:hover{ box-shadow:none; border-radius:0; }
.chat-dashboard-iconbox > span .fa-tachometer{
    margin: 5px 0 0 10px;
}
.chat-dashboard-iconbox > span.visible-dbicons{ box-shadow:none; border-radius:0; }
.dry-dashboardicons-box .fa{ font-size:18px; }
#chat_notification_box{
	position: fixed;
    right: 0; display:none;
    top: 35%;
    width: 300px;
    color: #000;
    font-size: 12px;
    padding: 5px 8px;
}
#chat_notification_box .chat-notify-item{ 
	display: inline-block;
    width: 100%;
    background: #3ce5ad;
    border: 1px solid #3ce5ad;
    color: #000;
    margin-bottom: 3px;
    border-radius: 3px;
    padding: 1px 6px;
    font-style: italic;
}
#chat_notification_box .chat-notify-item .fa{ float:right; cursor:pointer; }
#chat_notification_box .chat-notify-item a{ margin-left:10px; font-weight:600; }
#chatpic{ 
	opacity: 0;
    position: absolute;
    right: 0;
    width: 16px;
    top: 0;
    cursor: pointer;
    height: 32px;
}
.chatlist-connection-head{
	text-transform: uppercase;
    font-size: 11px;
    color: #b8b7b7;
}
.close-chatuserlist-icon{ float:right; position:relative; margin: -2px 1px 0 0;}
.chat-attachment-preview{ 
	font-size: 10px;
    padding: 5px;
    bottom: 50px;
    background: #0a0a0a85;
    width: 98%;
    display: none;
    position: absolute;
    border-radius: 2px;
    color: #fff;
}
.chat-attachment-preview .pageloader_fileprogress_box .file_upload_progress_bar {
    width: 100%;
    margin: 0;
    font-size: 8px;
}
.chatbox-closeicon{ 
    color: #ebd3d3;
    top: -5px;
    font-size: 13px;
    right: -1px;
    position: absolute;
}

.videocall-notify-item{ text-align:center; }
.videocall-notify-item > div{ 
    display: inline-block;
    text-align: center;
    background: #ffffff;
    width: 66%;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px #999;
    height: 265px;
    padding-top: 25px;
}
.videocall-notify-item > div > div{ display:inline-block; width:100%; }
.vc-callername{ font-size:16px; margin:20px 0; }
.vc-notify-topimage{ height:130px; }
.vc-notify-topimage img{ height:130px; width:130px; border-radius: 100%; }
.vc-acc-rej-sec > span{ display:inline-block; width:30%; }
.vc-acc-rej-sec a{
    padding: 8px 10px 6px;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 18px;
}
.vc-acc-rej-sec a:hover{ box-shadow:0px 0px 5px 1px #c27070; }
.vc-acc-rej-sec .vc-reject-btn{ background:#f83831; }
.vc-acc-rej-sec .vc-accept-btn{ background:#4cd361; }
.sendMessageBtnBox,.makeCallBtnBox{ display:inline-block; }
.moddry-chatbox-maincontainer{
    position: fixed;
    right: 10px;
    bottom: 0; height:38px;
    z-index: 99999;
}

.match-user-profile .dry_b_vcardrequest input[type="button"]{ margin:6px; }
.dry_b_vcardrequest input[type="button"], .dry_b_vcardrequest .vCardRequestBtnBox input[type="button"]{
    background-color:#666;
}
.dry_b_vcardrequest .MeetingRequestBtnBox input[type="button"], .dry_b_vcardrequest > div input[type="button"]{
    background-color:#0036ce;
}
.dry_b_vcardrequest .MeetingRequestBtnBox input[type="button"].req-pending-btn{
    background-color:#aaa;
}
.sendMessageBtnBox input[type="button"], .dry_b_vcardrequest .sendMessageBtnBox input[type="button"]{
    background-color:#d3312c;
}
.makeCallBtnBox input[type="button"], .dry_b_vcardrequest .makeCallBtnBox input[type="button"]{
    background-color:#2487f6;
}

.open-chat-iconbox .switch {
    position: absolute;
    height: 23px;
    width: 57px;
    margin-left: 0 !important;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    bottom: 7px;
    right: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.open-chat-iconbox .switch-input {
    display: none;
}
.open-chat-iconbox .switch-label-on {
	padding: 0;
    right: 0px;
    font-weight: 400;
    text-align: right;
    background: #c00;
}
.open-chat-iconbox .switch-label {
    position: relative;
    z-index: 0;
    float: left;
    width: 53px;
    line-height: 18px;
    clear: none;
    position: absolute;
    font-weight: 400;
    margin: 2px;
    height: 20px;
    padding: 2px 8px;
    border-radius: 25px;
    font-size: 10px;
    color: #fff;
    text-align: right;
    cursor: pointer;
}
.open-chat-iconbox .switch .switch-input:checked + .switch-label {
    font-size: 0;
    z-index: 1;
    left: -85px;
    color: rgba(0, 0, 0, 0.65);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.open-chat-iconbox .switch-label-off {
    padding-left: 33px;
    font-weight: 400;
    left: 0px;
    background: #46bf83;
}
.open-chat-iconbox .switch-selection {
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.open-chat-iconbox .switch-selection:after {
    content: "\f00d";
    color: #c00;
    margin-left: 3px;
    margin-top: 0;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
	font-size:10px;
}
.open-chat-iconbox .switch-input:checked + .switch-label-on ~ .switch-selection:after {
    content: "\f00c";
    color: #46bf83;
    margin-left: 2px;
    margin-top: 0;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: 10px;
}

#top_menu_login li a .fa{ text-align:center; } 
#top_menu_login .fa-space-shuttle{
    transform: rotate(-90deg);
}
#top_menu_login li#logout_menu_item a .fa{ display:inline-block; }

::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 6px;
}
::-webkit-scrollbar-track{
    background: #f3f3f3;
}

/* orcid login btn Date: - 24/04/22 */
.signin-with-orcid-btn{ margin-top: 18px;margin-bottom: 10px; }

.signin-button {
    background-color: #447405;
    border: 2px solid #447405;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    letter-spacing: 0.5px;
    font-size: inherit;
}

.signin-with-orcid-btn a:hover{
    text-decoration: none;
    color: #fff;
}

@media (max-width: 780px){
    .dry-chaticons-container{
        height: 26px;
        top: 16%;
    }
	.chat-dashboard-iconbox > span{
		font-size: 18px; height:30px; width:33px;
		padding: 0 4px 2px 6px;
	}
	.chat-dashboard-iconbox > span .fa-tachometer{ margin:4px; }
    .dry-dashboardicons-box{
        max-width:305px;
		right: 27px;
		padding: 2px 0 2px 5px;
    }
	.dry-dashboardicons-box ul li{
		padding: 5px;
		width: 70px;
		height: 72px;
	}
}

@media (min-width: 1100px){
.user_login_top_module::after{
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    transform: rotate( -57deg );
    right: 2px;
    top: -6px;
}
}