body,* {
	/*font-family: 'Krub', sans-serif !important;*/
	 font-family: 'Nunito', sans-serif !important; 
	 /*font-family: 'Roboto', sans-serif; */
}

header {
	height: 55px;
	/*background: linear-gradient(145deg,#E91E63 0,#9C27B0);*/
	/*background: linear-gradient(145deg,#ff7369 0,#ffe995);*/
	/* background: linear-gradient(45deg,#F87062, #ff4c94); */
	background: linear-gradient(160deg,#de48a5 0,#732f82);
	box-shadow: 0px 0px 10px #424242;
}

header h2 {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 600;
	color: #fff;
	padding: 15px;
	font-size: 1.2rem;
	margin: 0;
}

#appname {
    font-size: 2.7em;
}

#menu {
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    margin-top: 0px !important;
    background: none;
	color: #fff;
	margin-right: 15px;
}

.tab-nav {
	z-index: 999;
	background: #f8f8f8;
	margin-bottom: 0;
	padding: 5px;
	border-top: 1px solid #a9a9a963;
}

.uk-tab>.uk-active>a {
    color: #333;
    border-color: #ff4f96;
}

ul.uk-switcher > div {
	margin-bottom: 50px;
}

.v-hidden {
	display: none;
}

body {
	min-height: 100vh;
	background: #ffffff;
	/*background: url("pattern-bg.png") repeat;*/
	/*background: url("/instagetter-bg.jpg") no-repeat;*/
}

.disable-pull-refresh {
	overscroll-behavior: contain;
}

.enable-pull-refresh {
	overscroll-behavior: auto !important;
}


.uk-button {
	text-transform: unset;
}

.uk-inline {
	width: 75%;
	max-width: 450px;
}

.uk-input, button {
	border-radius: 25px;
	font-size: 12px;
	padding: 0px 15px;
}

.text-center {
	text-align: center;
}

#result, .imgsrc-dl{
	display: none;
}

#imgsrc {
	/*height: 200px;*/
}

#caption {
	font-size: 10px;
	margin-top: 5px;
}
#caption strong {
	color: #333333;
	font-size: 11px;
}

.caption-container {
	max-height: 265px;
	overflow: scroll;
}

.uk-modal-dialog {
	min-width: 80%;
}

.uk-card-title {
	font-size: 0.9rem;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}

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

.history-item-info {
	text-align: left;
}

.dl-btn {
	margin-top: 5px !important;
	display: inline;
	border-radius: 25px;
}

.item-action {
	height: 25px;
}

.item-header, .item-action {
	margin: 10px !important;
}

.item-username {
	margin-bottom: 0px;
	text-align: left;
}
.item-username a {   
	color: #666;
}

.item-delete {
	display: none;
	float: left;
}

.item-download {
	float: right;
}

.item-bookmark {
	display: none;
}

#results-container-prepend {
	margin-bottom: 60px;
}

#results-container-prepend li, #results-container-prepend li .uk-card {
	margin-top: 0;
}

#getdl-btn, #getdl-btn-NAV {
	padding:  0px 10px;
	/*background: #f97464;*/
}

.uk-button-primary {
    /*background-color: #fa6e5e !important;*/
    background: linear-gradient(45deg,#F87062, #ff4c94)!important;
}

.float-right {
	float: right;
}

#modal-history {
	margin-top: 55px;
}

#modal-history .uk-modal-dialog {
	padding: 10px;
}

#modal-history .username {
	color: #676767;
	font-size: 14px;
	font-weight: 800;
	font-style: italic;
}

.float-right a {
	float: unset;
	margin-left: 10px;
}

#nav-search-form {
	display: none;
	padding-top: 7px;
	padding-left: 7px;
}

#ads-01 {
	display: none;
}

ins.adsbygoogle {
	background: none;
}


.uk-dotnav-inline {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 640px) {
	.uk-container {
		padding-left: 0;
		padding-right: 0;
	}

	.uk-fieldset {
		padding: 0 15px;
	}

	.history-list {
		padding: 0px 10px;
	}

	.uk-card-body {
		padding: 0;
	}

	#appname {
		/*display: none;*/
	}

	#nav-search-form {
		display: block;
	}
}

/*@media only screen and (max-width: 960px) {*/
	.full-vh {
		min-height: 100vh;
	}
/*}*/

.history-list li a img {
    object-fit: cover;
    max-width: unset;
    height: 80px;
    width: 80px;
}

#bookmarklet {
	display: none;
    position: fixed;
    top: 55px;
    right: 50px;
    padding: 2px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 13px;
    box-shadow: 0px 7px 20px -4px #e81e65;
    background: #F96985;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.uk-offcanvas-bar {
	/*background-image: linear-gradient(to right bottom, #ff7369, #ff7596, #fa82c2, #e294e6, #bea8ff);*/
	background-image: linear-gradient(45deg,#F87062, #ff4c94);
}

.uk-offcanvas-bar .uk-nav-default>li>a {
	color: #fff !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

#logo img {
	height: 35px;
    top: -2px;
    left: 0px;
    position: relative;
    margin-right: 5px;
    /* border: solid 1px #fff; */
    border-radius: 25px;
}

a.navbar-brand {
	font-family: 'Nunito', sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: -1px;
    padding: 10px 15px;
}

.brand-container {
	padding-top: 10px;
}

.overlay {
    background: #2b3677;
    background: -webkit-linear-gradient(128deg, #ef4bad, #2b3677);
    background: linear-gradient(128deg, #ef4bad, #2b3677);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-list-divider>li:nth-child(n+2) {
    border-top: none !important;
}

.uk-list-divider>li {
    margin-top: 5px !important;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,.08);
}

.item-username img.uk-border-circle {
    margin-right: 5px;
}

/* v2.0 styling */
.navbar-brand:hover {
	text-decoration: none;
}

header {
	width: 100%;
}

.brand-container {
	max-width: 1170px;
    margin: 0 auto;
}

@media only screen and (max-width: 830px) {
	#bookmarklet {
		display: none !important;
	}
}

@media only screen and (min-width: 830px) {
	ul.tab-nav.desktop-nav {
		position: relative!important;
		top: -70px;
		float: right;
		height: fit-content;
		width: fit-content;
		margin-right: 100px;
		background: none;
		border: none;
		text-decoration: none;
	}

	.uk-tab.desktop-nav::before {
		border-bottom: none;
	}

	.desktop-nav span.uk-icon {
		color: #fff;
	}
}