@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
}

a {
	color: #1434cb;
}

a:hover {
	color: #fcc015;
}

html body.task-login #layout-content {
	background: linear-gradient(135deg, #0b163f 0%,#1434cb 99%);
}

.btn-primary {
	color: #fff;
	background: #fcc015;
	border-color: #fcc015;
	border-radius: 0px;
	font-size: 14px !important;
}

.btn-primary:hover, .btn-primary:hover:not(:disabled) {
	background: #ffd700;
	border-color: #ffd700;
}

#login-footer {
	color: #fff;
}

html body.task-login .input-group .icon.input-group-text {
	background: #707dbd;
	border: none;
	border-radius: 0px;
	color: #fff;
}

html body.task-login #rcmloginuser, html body.task-login #rcmloginpwd {
	-webkit-box-shadow: 0 0 0px 1000px #707dbd inset;
	-webkit-text-fill-color: #fff; 
	border: none;
	border-radius: 0px;
	font-size: 14px !important;
}

#login-form .row {
	margin-bottom: 15px;
}

html body.task-login .input-group::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 30%;
    width: 1px;
    height: 40%;
    background-color: #fff;
	z-index: 9;
}

.task-login #logo {
	max-height: 80px;
}

#layout-menu .popover-header img {
	max-width: 46px;
}

@media screen and (min-width: 481px) {
	#layout-menu {
		background: #fff;
		box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
		z-index: 996;
	}
	#taskmenu .special-buttons {
		background: transparent;
	}
	#layout-menu .popover-header {
		background: transparent;
	}
	#layout-menu {
		width: 58px;
	}	
	#taskmenu a {
		color: #777;
	}	
	#taskmenu a.selected {
		color: #777;
		background: #f9fafb;
		border-radius: 4px;
	}
}

@media screen and (min-width: 1025px) {
	#taskmenu {
		margin-top: 10px;
	}
	#taskmenu a {
		width: 48px;
		height: 48px;
		margin: 3px 5px;
		padding: 0px;
		line-height: 48px;
	}
	#taskmenu a.selected {
		color: #777;
		background: #efefef;
	}
	#taskmenu a.selected:hover {
		color: #1434cb;
		background: #f9fafb;
	}
	#taskmenu a:hover {
		color: #1434cb;
		background: #f9fafb;
	}	
	#taskmenu a::before {
		color: #899bbd;
	}	
}

#layout > div > .header {
	background: #fff;
	box-shadow: 0px 15px 20px -15px rgba(1, 41, 112, 0.1);
	border-bottom: none;
	z-index: 998;
}

.menu.toolbar a {
	color: #777;
}

.menu.toolbar a::before {
	color: #899bbd;
}

a.disabled:not(.btn) {
	opacity: 0.4;
}

.listing li a, .listing tbody td {
	color: #777;
}

.folderlist li a::before {
	color: #899bbd;
}

a.support-link {
	color: rgba(255,255,255,0.5);
}

.folderlist li.mailbox .unreadcount {
	background: #fcc015;
}

@media screen and (min-width: 481px) {
	#taskmenu a.logout {
		color: #777 !important;
	}
}

@media screen and (min-width: 481px) {
	#layout-menu .popover-header {
		background-color: #fff !important;
		box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
	}
}

.quota-widget .value {
	background-color: #1434cb;
}

#layout > div > .header {
	border-right: 1px solid #fff;
	margin-right: -1px;
}

#layout > div > .header .header-title {
	text-align: left;
	font-weight: 500;
}

#layout > div > .header .header-title.username, #rcmbtn110 { display: none; }

.listbox .scroller {
	background: #f9fafb;
	padding: 10px;
}

ul.treelist li.selected > a, ul.treelist li.selected > div > a {
	background-color: #fff;
	border-radius: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#taskmenu .action-buttons a.compose { display: none !important; }

#taskmenu span.inner { display: none !important; }

#folderlist-content a.compose {
	background: #1434cb;
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-decoration: none;	
}

#folderlist-content a.compose::before {
	font-family: Icons;
	content: "\f044";
	padding-right: 5px;
}

#folderlist-content a.compose:hover {
	background: #fcc015;
	text-decoration: none;	
}

ul.treelist li:hover > a, ul.treelist li:hover > div > a {
	background-color: #fff;
	border-radius: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

html:not(.touch) .listing li > a:focus, html:not(.touch) .listing.focus tbody tr.focused > td:first-child, html:not(.touch) .listing.focus:not(.withselection) tbody tr.focused > td.selection + td {
	border-left: 2px solid #1434cb;
}

.messagelist td.subject span.fromto, .messagelist td.subject span {
	padding-left: .2rem;
}

.messagelist td.subject span.msgicon.status::before {
	display: none;
}

.listing li.selected, .listing tr.selected td {
	background-color: #fff;
}