/*
Theme Name: WebGoc
Theme URI: https://webgoc.com
Description: Thiết Kế Website Chất Lượng Cao
Author: Võ Vương
Author URI: https://webgoc.com
Version: 2.0.0
Text Domain: webgoc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	font-size: 16px;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
[class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	[class*='col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans';
	font-size: 0.875rem;
	font-weight: 400;
	color: #34495e;
	background: #E9ECF3;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #3598DC;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #F2784B;
}
small,
.small {
	font-size: 85%;
}
.font-body {
	font-size: inherit !important;
}
.font-weight-semibold {
	font-weight: 600;
}
.text-primary {
	color: #3598DC !important;
}
.text-secondary {
	color: #f2784b !important;
}
.bg-primary {
	background-color: #3598DC !important;
}
.bg-light {
	background-color: #F2F6F9 !important;
}
.border-primary {
	border-color: #3598DC !important;
}
.zoom {
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.zoom:hover {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #A7BDCD;
}
.form-control::-moz-placeholder {
	color: #A7BDCD;
}
.form-control:-ms-input-placeholder { 
	color: #A7BDCD;
}
.form-control:-moz-placeholder { 
	color: #A7BDCD;
}
.form-control,
.btn {
	font-size: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control {
	color: inherit;
}
.form-control:focus {
	border-color: #3598DC;
}
.btn {
	box-shadow: none !important;
}
.btn-sm {
	font-size: 0.75rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #3598dc;
	border-color: #3598dc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #217EBD;
	border-color: #217EBD;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #F2784B;
	border-color: #F2784B;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #D26942;
	border-color: #D26942;
}
.btn-outline-secondary,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	color: #F2784B;
	background: #FFF;
	border-color: #F2784B;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #F2784B;
	border-color: #F2784B;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
	padding-right: 0.5rem;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
	color: #A7BDCD;
}
.breadcrumb-item.active {
	color: #687991;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-pagination {
	display: flex;
	justify-content: center;
	padding-bottom: 1.5rem;
}
.pagination {
	margin: 0;
}
.pagination .page-item {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.pagination .page-link {
	background-color: #fff;
	padding: 0.3125rem 0.625rem;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
	color: #FFF;
	background-color: #3598DC;
	border-color: #3598DC;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-header {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.modal-header .close {
	font-size: 1.25rem;
	padding: 1rem;
	margin: -0.75rem -1rem -0.75rem auto;
}
.modal-content {
	border-radius: 0;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.nav-tabs .nav-link {
	border-radius: 0;
	border-top-width: 0.25rem;
}
.nav-tabs .nav-link.active {
	border-top-color: #F2784B;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
    transition: none;
}
.site-nav .menu a:hover,
.site-nav .menu li.current-menu-item > a {
	color: #3598dc;
	background: #f2f6f9;
    transition: none;
}
.site-nav li.menu-item-has-children {
	margin-top: 0.5rem;
}
.site-nav li.menu-item-has-children > a,
.site-nav li.menu-item-has-children > a:hover {
	font-weight: 600;
	text-transform: uppercase;
	color: #3598dc;
	background: transparent;
}
.site-nav .menu a > i {
	color: #a7bdcd;
	transition: all 0.3s ease 0s;
}
.site-nav .menu a:hover > i {
	color: inherit;
}

/*--------------------------------------------------------------
# dashboard
--------------------------------------------------------------*/
.dashboard-stat {
	display: block;
	margin-bottom: 1.25rem;
	overflow: hidden;
}
.dashboard-stat:after, 
.dashboard-stat:before {
	content: " ";
	display: table;
}
.dashboard-stat .visual {
	display: block;
	float: left;
	font-size: 2.25rem;
	height: 5rem;
	line-height: 2.25rem;
	margin-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-top: 0.625rem;
	width: 5rem;
}
.dashboard-stat .visual > i {
	font-size: 6.875rem;
	color: #fff;
	opacity: 0.1;
	line-height: 6.875rem;
	margin-left: -2.25rem;
}
.dashboard-stat .details {
	color: #fff;
	padding-right: 0.9375rem;
	position: absolute;
	right: 0.9375rem;
}
.dashboard-stat .details .number {
	font-size: 1.875rem;
	letter-spacing: -1px;
	line-height: 2.125rem;
	margin-bottom: 0;
	padding-top: 1.5rem;
	text-align: right;
}
.dashboard-stat .details .desc {
	font-size: 0.9375rem;
	letter-spacing: 0;
	text-align: right;
}
.dashboard-stat .more {
	clear: both;
	display: block;
	font-size: 0.6875rem;
	opacity: 0.7;
	padding: 0.375rem 0.625rem;
	position: relative;
	text-transform: uppercase;
}
.dashboard-stat .more > i {
	font-size: 1rem;
	float: right;
}
.dashboard-stat.blue {
	background-color: #3598dc;
}
.dashboard-stat.red {
	background-color: #e7505a;
}
.dashboard-stat.green {
	background-color: #32c5d2;
}
.dashboard-stat.purple {
	background-color: #8e44ad;
}
.dashboard-stat.blue .more {
	background-color: #258fd7;
	color: #fff;
}
.dashboard-stat.red .more {
	background-color: #e53e49;
	color: #fff;
}
.dashboard-stat.green .more {
	background-color: #2bb8c4;
	color: #fff;
}
.dashboard-stat.purple .more {
	background-color: #823e9e;
	color: #fff;
}

/*--------------------------------------------------------------
# single manga
--------------------------------------------------------------*/
.manga-taxonomies li {
	border-left: 0.3125rem solid #eee;
}
.manga-taxonomies li.author {
	background-color: #c9f0f3;
	border-color: #60d2dc;
}
.manga-taxonomies li.trans {
	background-color: #eef1f5;
    border-color: #b0c1d2;
}
.manga-taxonomies li.status {
	background-color: #f5f8fd;
	border-color: #8bb4e7;
}
.manga-taxonomies li.cat {
	background-color: #fef7f8;
	border-color: #f0868e;
}
.list-chapter {
	max-height: 100%;
	overflow: auto;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-fullscreen {
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}
.entry-content {
	font-family: 'Palatino Linotype', 'Tahoma', 'Times New Roman', serif;
	font-size: 1.25rem;
	line-height: 1.8;
}
.entry.bg-black {
	color: #fff;
	background-color: #000 !important;
}

/*--------------------------------------------------------------
# Scroll top
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	z-index: 999;
	bottom: 1rem; 
	right: 1rem;
	width: 2rem;
	height: 2rem;
	line-height: 1.75rem;
	text-align: center;
	font-size: 1rem; 
	color: #687991;
	border: 0.125rem solid #687991;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.scroll-top.visible {
	visibility: visible;
	opacity: 1;
}
.scroll-top:focus,
.scroll-top:focus {
	color: #687991;
	border-color: #687991;
}
.scroll-top:hover {
	color: #fff;
	background-color: #687991;
}