@charset "ISO-8859-1";

.v-main__wrap > .container, .v-main__wrap > .v-window {
	padding-left: 55px !important;
}

#top-bar {
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	color: #757575;
	height: 69px;
	box-shadow: 0px 2px 2px #dee4e9;
	z-index: 98;
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(start-colorStr='#ffffff',
		end-colorStr='#ffffff', gradientType='1');
	position: fixed;
	position: fixed;
}

#side-bar {
	position: absolute;
	z-index: 99;
}

#side-bar .v-navigation-drawer {
	z-index: 99;
}

#side-bar .v-navigation-drawer .v-list-item__title {
	color: white;
}

#layout-content {
	padding: 8px;
	margin-top: 60px;
}

.site-logo {
	width: auto;
	height: 110%;
	padding: 10px 0px;
}

#site-name {
	font-size: 14px;
	height: 50%;
	padding: 8px;
	border-left: 2px solid #ececec;
}

#quillit-guide {
	text-decoration: underline;
	margin-left: auto;
	background-color: #1c9237; 
	color: white;
}

#buttonVideoEditingTools {
	text-decoration: underline;
	margin-left: 10px;
}

#side-bar .site-logo {
	width: 135px;
	height: auto;
}

.active {
	color: #00aebf !important;
}

.v-navigation-drawer{
	position: fixed;
}

.caption {
	line-height: 1.0rem !important;
}

#notificationVueJsDropDown {
	position: absolute;
    background: white;
    border: 1px solid;
    border-radius: 5px;
    width: 25em;
    height: 50vh;
    min-height: 25em;
    top: 40px;
    right: 0px;
}

#notificationVueCount {
	position: absolute;
    top: -5px;
    left: 30px;
    background: #1976d2;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    padding: .3em;
}

.notificationVueJsDropDown_header {
	display: flex;
    border-bottom: 1px solid #757575;
    margin: 0.3em;
    padding: .3em 0px;
}

.notificationVueJsDropDown_header .header_1 {
	width: 50%;
	font-weight: bold;
    padding: 0px .3em;
}

.notificationVueJsDropDown_header .header_2 {
	width: 50%;
    display: flex;
    justify-content: flex-end;
    padding: .1em;
}

.notificationVueJsDropDown_header .header_2>button {
	background: none;
    min-width: auto !important;
    font-size: 12px;
    margin: 0px;
    height: auto !important;
    text-decoration: underline;
    color: #1976d2;
}

.hover-glide-div:hover {
	border-left: 5px solid #05b4c5;
}

.notification-on-view .message-photo {
	width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-on-view .message-photo>div {
	width: 10px;
    height: 10px;
    background: #05b4c5;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar {
	width: 4px;
}

.scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #cacaca;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: gray;
}

#announcementBox {
	float: right;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

/* #buttonAnnouncement {
	float: right;
	position: fixed;
	right: 20px;
	bottom: 20px;
} */

.user-placeholder {
	width: 35px; 
	height: 35px; 
	padding: 6px; 
	font-size: 14px; 
	background: rgb(128, 128, 128); 
	color: rgb(255, 255, 255);
}

#dialog-maximize-buttons {
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: flex;
}

#user-profile>span {
    width: 50px !important;
    height: 50px !important;
}

#user-profile>span #user-profile-img {
	width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0px !important;
}

#user-profile-img-container {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
}