* {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	font-family: Nunito, sans-serif;
}
#app,
body,
html {
	min-height: 100%;
}
.primary-color {
	color: #673ae2;
}
.primary-background {
	background: #673ae2;
}
.blue-text {
	color: #405cff;
}
.blue-bg {
	background: #405cff;
	color: #fff;
}
script {
	display: none !important;
}
.normal-button {
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none;
}
.update_available {
	padding: 20px 15px 20px 20px !important;
	font-size: 16px !important;
	margin-bottom: 40px !important;
}
.update_available a {
	float: right;
	background: #224c6c;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	margin-top: -10px;
	text-decoration: none;
}
.update_available a:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
#blogs .blog-item {
	margin-bottom: 30px;
}
#blogs .blog-item a {
	background: #eee;
	padding: 15px 25px;
	border-radius: 0.65em;
	text-decoration: none;
	color: #111;
	display: block;
}
#blogs .blog-item a span.title {
	font-size: 19px;
	font-weight: 700;
}
#blogs .blog-item a span.excerpt {
	line-height: 1.5em;
	max-height: 4.5em;
	overflow: hidden;
	display: block;
}
#blogs .content-loader {
	background: #eee;
	border-radius: 0.65em;
}
#blogs .content-loader i {
	text-align: center;
	padding: 30px;
	font-size: 24px;
	width: 100%;
}
#blogs .no-content {
	background: #eee;
	border-radius: 0.65em;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}
header {
	height: 6.25em;
}
header > div.container-fluid,
header > div.container-fluid > div.row {
	min-height: 100%;
}
header .tm-logo {
	background: #673ae2;
	height: 6.25em;
	padding-top: 2.5em;
}
header .tm-logo img {
	margin: 0 auto;
	display: block;
}
header .tm-menu {
	position: fixed;
	right: 0;
	top: 0;
	height: 6.25em;
	border-bottom: 1px solid #ddd;
	background: #fff;
	z-index: 99;
}
header .tm-menu nav ul {
	list-style-type: none;
	padding: 2.2em 0;
}
header .tm-menu nav ul li {
	display: inline;
}
header .tm-menu nav ul li a {
	text-decoration: none;
	color: #111;
	font-weight: 600;
	padding: 0.35em 0.65em;
}
header .tm-menu nav ul li a:hover {
	color: #673ae2;
}
header .tm-menu nav.main ul {
	padding-left: 1.5em;
}
header .tm-menu nav.main ul li a {
	font-size: 1em;
	margin-right: 1.5em;
}
header .tm-menu nav.main ul li a:hover {
	border-bottom: 2px solid #673ae2 !important;
}
header .tm-menu nav.main ul li a.active {
	border-bottom: 2px solid #111;
}
header .tm-menu nav.main ul li.special a {
	margin: 0;
	border: 2px dashed #000;
	border-radius: 4px;
	padding: 0.5em 1.5em;
}
header .tm-menu nav.social ul {
	float: right;
	padding: 2em 0;
}
header .tm-menu nav.social ul li a {
	font-size: 1.25em;
}
header .tm-menu nav.social ul li a.youtube {
	color: #c4302b;
}
header .tm-menu nav.social ul li a.facebook {
	color: #3b5998;
}
header .tm-menu nav.social ul li a.twitter {
	color: #38a1f3;
}
header .tm-menu nav.social ul li a.googleplus {
	color: #c33;
}
header .tm-menu nav.social ul li select {
	border: none;
	border-bottom: 1px solid #111;
	color: #111;
	margin-left: 1em;
	outline: none;
	font-weight: 600;
}
header .tm-mobile-menu {
	position: fixed;
	background: #673ae2;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 99;
}
header .tm-mobile-menu.open {
	opacity: 0.9;
	visibility: visible;
	height: 100%;
}
header .tm-mobile-menu.open li {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
header .tm-mobile-menu.open li:nth-of-type(odd) {
	-webkit-animation: fadeInRight 1s ease forwards;
	animation: fadeInRight 1s ease forwards;
}
header .tm-mobile-menu.open li:nth-of-type(2n) {
	-webkit-animation: fadeInLeft 1s ease forwards;
	animation: fadeInLeft 1s ease forwards;
}
header .tm-mobile-menu nav {
	position: relative;
	height: calc(100% - 220px);
	margin-top: 120px;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
	overflow-y: scroll;
}
header .tm-mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
header .tm-mobile-menu ul li {
	display: block;
	position: relative;
	opacity: 0;
	margin-bottom: 1.2em;
}
header .tm-mobile-menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}
header .tm-mobile-menu ul li a.active {
	opacity: 0.5;
}
header .tm-mobile-menu ul li a:active:after,
header .tm-mobile-menu ul li a:focus:after,
header .tm-mobile-menu ul li a:hover:after {
	width: 100%;
}
header .tm-mobile-menu ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #fff;
	transition: 0.35s;
}
header .tm-mobile-menu ul li.special a {
	border: 2px dashed #fff;
	border-radius: 4px;
	padding: 0.5em 1em;
}
header .tm-mobile-menu .social-language-mobile {
	position: absolute;
	bottom: 1em;
	text-align: center;
	width: 100%;
}
header .tm-mobile-menu .social-language-mobile select {
	font-size: 1.5em;
	padding: 0 1em;
	border-radius: 4px;
}
header .tm-mobile-menu .social-language-mobile .social {
	margin-bottom: 1em;
}
header .tm-mobile-menu .social-language-mobile .social a {
	color: #fff;
	font-size: 1.5em;
	margin-right: 1em;
}
header .tm-mobile-menu .social-language-mobile .social a:last-child {
	margin-right: 0;
}
header .tm-mobile-menu-button {
	display: none;
	position: absolute;
	top: 5%;
	right: 2%;
	height: 2em;
	width: 2em;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.25s ease;
}
header .tm-mobile-menu-button.active {
	position: fixed;
}
header .tm-mobile-menu-button.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
}
header .tm-mobile-menu-button.active .middle {
	opacity: 0;
	background: #fff;
}
header .tm-mobile-menu-button.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff;
}
header .tm-mobile-menu-button span {
	background: #fff;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
}
header .tm-mobile-menu-button span:nth-of-type(2) {
	top: 11px;
}
header .tm-mobile-menu-button span:nth-of-type(3) {
	top: 22px;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 30%;
	}
	to {
		opacity: 1;
		left: 0;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 30%;
	}
	to {
		opacity: 1;
		left: 0;
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		right: 30%;
	}
	to {
		opacity: 1;
		right: 0;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		right: 30%;
	}
	to {
		opacity: 1;
		right: 0;
	}
}
main,
main .tm-sidebar,
main > div.container-fluid,
main > div.container-fluid > div.row {
	min-height: calc(100vh - 6.25em);
}
main .tm-sidebar {
	background: #673ae2;
	padding: 4.75em 3.75em 0;
}
main .tm-sidebar .btn-backtoapp {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #fff;
	background-color: hsla(0, 0%, 100%, 0.3);
	padding: 1.25em 2em;
	margin-bottom: 2em;
	border-radius: 0.65em;
	font-size: 1.1em;
	font-weight: 600;
}
main .tm-sidebar .btn-backtoapp i {
	padding-right: 1.25em;
}
main .tm-sidebar .btn-backtoapp:hover {
	background-color: hsla(0, 0%, 100%, 0.4);
}
main .tm-sidebar #actions-flip {
	min-height: 31.25em;
}
main .tm-sidebar #actions-flip .back {
	display: none;
}
main .tm-sidebar .tm-mailid {
	position: relative;
	margin-bottom: 2em;
}
main .tm-sidebar .tm-mailid .current-id {
	margin: 0;
	width: 100%;
	padding: 1em 1.5em;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	background-color: hsla(0, 0%, 100%, 0.1);
	border-radius: 0.65em;
	cursor: pointer;
}
main .tm-sidebar .tm-mailid .current-id div[class|="col"] {
	padding: 0;
}
main .tm-sidebar .tm-mailid .current-id i {
	float: right;
	font-size: 1.25em;
	padding-top: 0.25em;
}
main .tm-sidebar .tm-mailid .current-id input {
	background: transparent;
	border: none;
	color: #fff;
	outline: none;
	width: 100%;
}
main .tm-sidebar .tm-mailid .all-ids {
	margin: 0;
	display: none;
	position: absolute;
	z-index: 1;
	background: #fff;
	border-bottom-left-radius: 0.65em;
	border-bottom-right-radius: 0.65em;
	width: 100%;
	max-height: 22.8em;
	overflow-y: scroll;
}
main .tm-sidebar .tm-mailid .all-ids div[class|="col"] {
	padding: 0;
}
main .tm-sidebar .tm-mailid .all-ids a {
	display: block;
	padding: 1em 1.5em;
	font-size: 1.1em;
	color: #111;
	text-decoration: none;
}
main .tm-sidebar .tm-mailid .all-ids:last-child {
	padding-bottom: 1em;
}
main .tm-sidebar .tm-mailid:hover .all-ids {
	display: block;
}
main .tm-sidebar .tm-mailid:hover .current-id {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	color: #111;
}
main .tm-sidebar .tm-mailid:hover .current-id i {
	color: #555;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
main .tm-sidebar .tm-mailid:hover .current-id input {
	color: #111;
}
main .tm-sidebar .tm-nav div.action-item {
	margin-bottom: 2em;
	display: block;
	text-align: center;
	padding: 2em 0;
	color: #fff;
	font-weight: 400;
	background-color: hsla(0, 0%, 100%, 0.1);
	border-radius: 0.65em;
	cursor: pointer;
}
main .tm-sidebar .tm-nav div.action-item:hover {
	background-color: hsla(0, 0%, 100%, 0.2);
}
main .tm-sidebar .tm-nav div.action-item .icon {
	display: block;
	font-size: 2.2em;
	margin-bottom: 0.65em;
}
main .tm-sidebar .tm-nav div.action-item .pause-spinner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
main .tm-sidebar .tm-nav div.action-item .text {
	font-size: 1em;
}
main .tm-sidebar .tm-create input {
	border: none;
	outline: none;
	width: 100%;
	color: #fff;
	background-color: hsla(0, 0%, 100%, 0.1);
	padding: 1em 1.5em;
	margin-bottom: 2em;
	border-radius: 0.65em;
	font-size: 1.1em;
	font-weight: 600;
}
main .tm-sidebar .tm-create input::-webkit-input-placeholder {
	color: #ddd;
}
main .tm-sidebar .tm-create input:-ms-input-placeholder {
	color: #ddd;
}
main .tm-sidebar .tm-create input::-ms-input-placeholder {
	color: #ddd;
}
main .tm-sidebar .tm-create input::placeholder {
	color: #ddd;
}
main .tm-sidebar .tm-create input[action="Create"][type="submit"] {
	background: #8fcb21;
}
main .tm-sidebar .tm-create input[action="Random"][type="submit"] {
	background: #de881e;
}
main .tm-sidebar .tm-create .tm-domain-selector {
	position: relative;
	margin-bottom: 2em;
}
main .tm-sidebar .tm-create .tm-domain-selector #selected-domain {
	text-align: left;
}
main .tm-sidebar .tm-create .tm-domain-selector .current-id {
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 1em 1.5em;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	background-color: hsla(0, 0%, 100%, 0.1);
	border-radius: 0.65em;
	cursor: pointer;
}
main .tm-sidebar .tm-create .tm-domain-selector .current-id div[class|="col"] {
	padding: 0;
}
main .tm-sidebar .tm-create .tm-domain-selector .current-id i {
	float: right;
	font-size: 1.25em;
	padding-top: 0.25em;
}
main .tm-sidebar .tm-create .tm-domain-selector .all-ids {
	margin: 0;
	display: none;
	position: absolute;
	z-index: 1;
	background: #fff;
	border-bottom-left-radius: 0.65em;
	border-bottom-right-radius: 0.65em;
	width: 100%;
	max-height: 22.8em;
	overflow-y: scroll;
	text-align: left;
}
main .tm-sidebar .tm-create .tm-domain-selector .all-ids div[class|="col"] {
	padding: 0;
}
main .tm-sidebar .tm-create .tm-domain-selector .all-ids a {
	display: block;
	padding: 1em 1.5em;
	font-size: 1.1em;
	color: #111;
	text-decoration: none;
}
main .tm-sidebar .tm-create .tm-domain-selector .all-ids:last-child {
	padding-bottom: 1em;
}
main .tm-sidebar .tm-create .tm-domain-selector.open .all-ids {
	display: block;
}
main .tm-sidebar .tm-create .tm-domain-selector.open .current-id {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	color: #111;
}
main .tm-sidebar .tm-create .tm-domain-selector.open .current-id i {
	color: #555;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
main .tm-sidebar .tm-create span {
	text-align: center;
	margin-bottom: 2em;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
}
main .tm-sidebar .tm-create #btn-cancel {
	width: 100%;
	color: #fff;
	background-color: hsla(0, 0%, 100%, 0.1);
	padding: 0.65em 0.95em;
	margin-bottom: 2em;
	border-radius: 0.65em;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}
main .tm-sidebar .tm-ads {
	overflow: hidden;
}
main .tm-sidebar .tm-ads * {
	display: block;
	margin: 0 auto 1.25em;
	cursor: pointer;
}
main .tm-mailbox {
	border-right: 1px solid #ddd;
	background: #fff;
	padding: 0;
}
main .tm-mailbox #mails > p {
	font-size: 1.5em;
	text-align: center;
	font-weight: 400;
	line-height: calc(100vh - 10em);
	color: #b1c0c5;
}
main .tm-mailbox .search {
	border-bottom: 1px solid #ddd;
	margin: 0;
	height: 4.75em;
	line-height: 4.75em;
}
main .tm-mailbox .search .icon {
	text-align: center;
	font-size: 1.1em;
	padding-left: 1.25em;
	color: #444;
}
main .tm-mailbox .search .input input {
	height: 4em;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	font-size: 1.1em;
	font-weight: 600;
}
main .tm-mailbox .mail-item {
	padding: 1.25em 2em;
	border-bottom: 1px solid #ddd;
	font-size: 1em;
	cursor: pointer;
}
main .tm-mailbox .mail-item:last-child {
	border-bottom: none !important;
}
main .tm-mailbox .mail-item.active,
main .tm-mailbox .mail-item:hover {
	background: #bde894;
}
main .tm-mailbox .mail-item .sender-time {
	color: #555;
	font-weight: 600;
}
main .tm-mailbox .mail-item .sender-time .time {
	text-align: right;
}
main .tm-mailbox .mail-item .subject {
	color: #111;
	font-weight: 600;
	font-size: 1.1em;
}
main .tm-mailbox .mail-item .message {
	margin-top: 0.35em;
	font-size: 1em;
	color: #444;
}
main .tm-message {
	background: #fff;
	padding: 2em 2.5em;
}
main .tm-message #tm-message > div,
main .tm-message span.ad_space_2,
main .tm-message span.ad_space_3 {
	display: none;
}
main .tm-message .mail-delete,
main .tm-message .mail-download {
	margin-top: 1em;
	display: inline-block;
	margin-right: 10px;
}
main .tm-message .mail-delete i,
main .tm-message .mail-download i {
	font-size: 1.5em;
	color: #673ae2;
	cursor: pointer;
}
main .tm-message .mail-content {
	max-width: 100%;
}
main .tm-message .mail-content .message {
	max-width: 100%;
	overflow-x: scroll;
}
main .tm-message .close-mail-content {
	cursor: pointer;
	display: none;
	padding: 1em;
	background: #673ae2;
	color: #fff;
	text-align: center;
	border-radius: 0.65em;
	font-size: 1em;
	margin-bottom: 2em;
}
main .tm-message .close-mail-content i {
	padding-right: 0.5em;
}
main .tm-message .no-mails {
	margin-top: 25vh;
	display: block;
	text-align: center;
}
main .tm-message .no-mails img {
	margin: 0 auto;
	display: block;
	max-width: 40%;
}
main .tm-message .subject {
	color: #673ae2;
	font-weight: 600;
	font-size: 1.25em;
}
main .tm-message .sender-time .time {
	text-align: right;
}
main .tm-message .message {
	padding: 2em 0;
}
main .tm-message .attachments a {
	display: inline-block;
	padding: 0.65em 1.25em;
	border: 1px solid #673ae2;
	text-decoration: none;
	border-radius: 0.35em;
	margin-right: 1.25em;
	margin-bottom: 1.25em;
}
main .tm-message .attachments a i {
	padding-right: 0.65em;
}
main .tm-message .attachments a:hover {
	background: #673ae2;
	color: #fff;
}
main .tm-content {
	color: #111;
	padding: 3.2em 3.75em;
}
main .tm-content .page_title {
	font-weight: 700;
}
main .tm-content .page_content {
	margin: 3.2em 0;
}
main .tm-content p {
	font-size: 16px;
	margin-bottom: 0;
}
main .tm-admin {
	margin-top: 3em;
}
#snackbar {
	visibility: hidden;
	min-width: 15em;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 1em 2em;
	position: fixed;
	z-index: 10000;
	right: 2em;
	bottom: 2em;
	font-size: 1.2em;
}
#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
	0% {
		right: 0;
		opacity: 0;
	}
	to {
		right: 2em;
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		right: 0;
		opacity: 0;
	}
	to {
		right: 2em;
		opacity: 1;
	}
}
@-webkit-keyframes fadeout {
	0% {
		right: 2em;
		opacity: 1;
	}
	to {
		right: 0;
		opacity: 0;
	}
}
@keyframes fadeout {
	0% {
		right: 2em;
		opacity: 1;
	}
	to {
		right: 0;
		opacity: 0;
	}
}
@media only screen and (max-width: 1200px) {
	body header .tm-logo {
		padding-top: 2em;
		position: fixed;
		z-index: 999;
		height: 8.25em;
	}
	body header .tm-logo img {
		margin-left: 1em;
		display: initial;
	}
	body header .tm-menu {
		display: none;
	}
	body header .tm-mobile-menu-button {
		top: 3em;
		display: block;
		margin-right: 2em;
	}
	body main {
		overflow-x: hidden;
	}
	body main,
	body main > div.container-fluid,
	body main > div.container-fluid > div.row {
		min-height: 0;
	}
	body main .tm-sidebar {
		padding: 2em;
		min-height: 0;
	}
	body main .tm-sidebar #actions-flip {
		min-height: 15em;
	}
	body main .tm-sidebar .tm-nav div[class|="col"] {
		width: 25%;
		padding: 0;
	}
	body main .tm-sidebar .tm-nav div[class|="col"]:first-child {
		padding-left: 15px;
	}
	body main .tm-sidebar .tm-nav div[class|="col"]:first-child div.action-item {
		border-bottom-left-radius: 0.65rem;
		border-top-left-radius: 0.65rem;
	}
	body main .tm-sidebar .tm-nav div[class|="col"]:last-child {
		padding-right: 15px;
	}
	body main .tm-sidebar .tm-nav div[class|="col"]:last-child div.action-item {
		border-bottom-right-radius: 0.65rem;
		border-top-right-radius: 0.65rem;
	}
	body main .tm-sidebar .tm-nav div.action-item {
		display: block;
		text-align: center;
		padding: 1em 0;
		color: #fff;
		font-weight: 400;
		background-color: hsla(0, 0%, 100%, 0.1);
		border-radius: 0;
		cursor: pointer;
	}
	body main .tm-sidebar .tm-nav div.action-item:hover {
		background-color: hsla(0, 0%, 100%, 0.2);
	}
	body main .tm-sidebar .tm-nav div.action-item .icon {
		display: block;
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	body main .tm-sidebar .tm-nav div.action-item .text {
		font-size: 0.9em;
	}
	body main .tm-sidebar .tm-create.show-button form,
	body main .tm-sidebar .tm-create.show-button span {
		display: none;
	}
	body main .tm-message {
		padding: 0;
	}
	body main .tm-message .no-mails {
		display: none;
	}
	body main .tm-message .close-mail-content {
		display: block;
	}
	body main .tm-message .mail-content {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		background: #fff;
		padding: 2em 2.5em;
		height: 100%;
		overflow: scroll;
	}
	body main .tm-message .mail-content .time {
		text-align: left;
	}
}
