html{
	font-size:16px;
}

body {
	border:0px solid red;
	position:relative;

	/* Disables pull-to-refresh and overscroll glow effect.
     Still keeps swipe navigations. */
  	overscroll-behavior-y: none;

}

/* .current-resolution::before { */
/*   content: "mobile-ui.css"; */
/* } */

.app_logo {
	height: 31px;
	padding-left: 10px;
}

.app_home_icon {
	display: none !important;
}

.app_partition {
	display: grid;
	height: 100%;
	grid-template-columns: 1fr;
}

.app-container{
	width: 100% !important;
    display: grid;
    grid-template-rows: 50px 1fr 35px;
    overflow-y: hidden;
}


.uk-offcanvas-bar {
    top: 50px;
    width: 200px !important;
    background: #222222f7;
    padding: 10px 10px;
}

.welcome-font{
    font-size: 0.75rem;
    padding-top: 5px;
}

.ui-navbar-profile-image{
	margin-left: 15px;
	height: 30px;
	width: 30px;
	object-fit: cover;
	transition: 1s linear;
}

.uk-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .675rem;
}

.uk-nav-default {
    font-size: 0.875rem;
}

.adk-mobile-navbar{
	background: #252525;position:relative;overflow-x: hidden;
}

#navbarNotificationBar{
	position: absolute;
    top: 10px;
    right: -150px;
    bottom: 7px;
    display: grid;
    place-content: center start;
    color: white;
    background-color: #E91E63;
    border: 5px solid transparent;
    border-top: 2px;
    border-bottom: 2px;
    border-radius: 2px;
    width: 135px;
    max-width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: 0.8rem;
    display: grid;
    grid-template-columns: auto 1fr;
    transition: all 1s linear;
}

#navbarNotificationBar.on-show{
    right: 10px !important;
}

.navbar-live-label{
	background-color: #d21f5b;color: #ffffff;z-index: 1;padding-right: 5px;padding-left: 5px;border-radius: 3px;
}

.navbar-notification-message {
  display: inline-block;
  white-space: nowrap;
  animation: floatText 10s infinite linear;
  padding-left: 100%;
  padding-right: 100%;
  /*padding-left: 100%; /*Initial offset*/
}
.navbar-notification-message:hover {
  animation-play-state: paused;
}
.navbar-notification-message:focus {
  animation-play-state: paused;
}
@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}

.control_bar_buttons{
    display:none;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}


.adk_conf_notification {
    transition: all 0.2s linear;
    border: 0.05em solid #cccaca !important;
    min-width: 65%;
}
.adk_conf_notification div {
    display: grid;
    place-items: center start;
}


.conf_active {
    color: #4CAF50 !important;
}

.conf_active::before {
    border-bottom: 1px solid #4caf5066 !important;
}

.conf_inactive {
    color: #2196F3 !important;
}

.conf_inactive::before {
    border-bottom: 1px solid #2196F3 !important;
}

.ui_button_small{
    cursor: pointer;
    font-size: 0.65rem;
    padding: 0px 0px !important;
    line-height: 20px;
    border: 0.05em solid #e8e8e8;
    font-weight: normal !important;
    color: #6A6A6D !important;
    transition: all 0.2s linear;
}

.ui_button_small:hover{
    border: 0.05em solid #2196F3;
    color: #2196F3 !important;
}

.work-status-container {
  grid-template-rows:40px auto;
  font-size: 0.9rem;
}

.work-status-container.expanded {
  grid-template-rows:100px auto;
}

.work-status-update-button {
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: normal !important;
    transition: all 0.2s linear;
    line-height: 25px;
    padding: 5px !important;
    border: 0.05em solid rgb(76, 175, 80);
    background: rgb(76, 175, 80) !important;
    color: white !important;
}

.work-status-update-button.expanded{
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #dde5ec;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.custom-scroll-bar::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;
}

.uk-card-body {
    padding: 20px 20px;
}

.uk-card-title {
    font-size: 1rem;
    line-height: 1.4;
}


.workStatusContainer {
  grid-template-rows:50px auto;
}

.workStatusContainer.expanded {
  grid-template-rows:100px auto;
}

.workStatusButton{
  padding: 0px 10px !important;
  border: 0.05em solid #e8e8e8;
  font-weight: normal !important;
  color: #6A6A6D !important;
  transition: 0.2s ease-in-out;
}

.workStatusButton.expanded{
  border: 0.05em solid #4CAF50;
  background: #4CAF50 !important;
  color: white !important;
}

.drop-shadow{
  box-shadow:rgba(0, 0, 0, 0.08) 7px 3px 15px;
  box-shadow:inset rgba(0, 0, 0, 0.08) 0px -1px 7px 0px;
}


.accessory_section {
	display: none !important;
}




.video_section_2_participants {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "participant_0 participant_0"
		"participant_1 participant_1";
}

.video_section_3_participants {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "participant_1 participant_2"
		"participant_0 participant_0";
}

.video_section_4_participants {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "participant_0 participant_1"
		"participant_2 participant_3";
}

.video_section_6_participants {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "participant_0 participant_1"
		"participant_2 participant_3" "participant_4 participant_5";
}

.ui-call-control-bar{
	z-index: 11;
    padding: 5px;
    color: black;
    position: absolute;
    left: 0px;
    bottom: -50px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    transition: all 0.2s linear;
    display: grid;
    grid-template-columns: auto auto auto auto 1fr;
    column-gap: 10px;
}

.ui-call-control-bar.on-show{
	bottom:0px;
}

assignee {
	color: grey;
  background-color: #efefef;
  padding: 3px 10px;
  border-radius: 15px;
}

.unreadCounter{
	background-color: white!important;
  color: rgb(3, 169, 244)!important;
  border-radius: 10%;
  padding: 2px 5px;
  font-size: 0.55rem !important;
}

.bg_image{
	/*background-image: url(../images/header.png) !important;*/
}

.right-bubble-container {
	position: relative;
	background-color: #e8e8e8;
	color: #33383b;
	border-radius: 5px;
	padding: 10px 10px 15px !important;
	min-height: 20px;
	z-index: 0;
	word-break: break-word;
}

.right-bubble-container::after {
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
	  right: -10px;
		left: auto;
	  top: 0px;
		bottom: auto;
		border: 22px solid;
		border-color: #e8e8e8 transparent transparent transparent;
		z-index: -1;
}

.left-bubble-container {
	position: relative;
	background-color: #41c9ff;
	color: #fff;
	border-radius: 5px;
	padding: 10px 10px 15px !important;
	min-height: 20px;
	z-index: 0;
	word-break: break-word;
}

.left-bubble-container::after {
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
	  left: -10px;
		right: auto;
	  top: 0px;
		bottom: auto;
		border: 22px solid;
		border-color: #41c9ff transparent transparent transparent;
		z-index: -1;
}

.image-preview {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 10px solid #f6f7f8;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background: white;
    margin: 0px;
    padding: 0px;
}
