@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cuprum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@500&display=swap');

body {
	font-family: 'STIX Two Math', serif;
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
code {
	color: #3f51b5;
	font-size: 15px;
	-webkit-user-select: all;  /* Chrome all / Safari all */
    -moz-user-select: all;     /* Firefox all */
    -ms-user-select: all;      /* IE 10+ */
    user-select: all;
}
hr {
	background: #0d2a46;
    opacity: 0.5;
}
a {
    color: #4ab4ff;
	text-decoration: none;
}
a:hover {
	color: #4ab4ff;
	text-decoration: underline;
	text-decoration-style: dotted;
}
img {
	max-width: 100%;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 15px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.title_web {
	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
}
.description_web_content {
	font-size: 16px;
}
.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.dropdown-item {
	text-transform: capitalize;
}
#breadcrumbs {
	border-bottom: 1px solid #0e448c;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: flex;
}
#breadcrumbs,
#breadcrumbs a {
	color: #0e448c;
}
#breadcrumbs a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#breadcrumbs .breadcrumbs {
	text-align: right;
	width: 50%;
}
#breadcrumbs #boloc_select {
	width: 50%;
}
#breadcrumbs #boloc_select select {
	padding: 3px 2px;
    border-radius: 3px;
    border: 1px solid #15448c;
    color: #15448c;
    font-family: sans-serif;
    font-size: 15px;
    margin: 3px;
    background: #FFF;
    max-width: 150px;
}
#breadcrumbs #boloc_select option:checked {
    color: #e21125;
}
#breadcrumbs #boloc_select select.select_active {
	border: 2px solid #ba1928;
}
#selectviewlist {
	background: #0d2a468c !important;
    color: #FFF !important;
}
#selectviewlist option:checked {
	color: inherit !important;
}

.card {
	border: 1px solid rgb(160 181 210);
}
.p-4 {
    padding: 1rem !important;
}
.listingcontainer .fw-bolder,
.listingcontainer .fw-bolder a,
.listingcontainer .fw-bolder a:hover {
    color: #3f51b5;
}
.listingcontainer .fw-bolder i.info {
	cursor: pointer;
}
.listingcontainer .fw-bolder i.info:hover {
	zoom: 0.95;
	color: #d30061;
}
.listingcontainer .info_view {
	background-color: #FFF;
    box-shadow: 0px 0px 6px 2px #3f51b5;
    border-radius: 3px;
    position: absolute;
    padding: 15px;
    top: 10%;
    z-index: 1;
    width: 100%;
    opacity: 0.96;
}
.listingcontainer .info_view i.close {
	text-align: right;
    display: block;
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: crimson;
    cursor: pointer;
}
.listingcontainer .info_view > div {
	margin-bottom: 10px;
	display: grid;
}
.listingcontainer .info_view > div:last-child {
	margin-bottom: 0;
}
.listingcontainer .card .toppin {
	top: 0.5rem;
    left: 0.5rem;
    background-color: #d30061 !important;
}
.listingcontainer .card .toppin:hover {
	opacity: 0.8;
}
.listingcontainer .card .toppin a,
.listingcontainer .card .toppin a:hover {
	color: inherit;
	text-decoration: none;
}
.listingcontainer .card .tobuy {
	top: 0.5rem;
    right: 0.5rem;
    background-color: #3f51b5 !important;
}
.listingcontainer .card .comingsoon {
	top: 0.5rem;
    right: 0.5rem;
    background-color: #767779 !important;
}
.listingcontainer ver {
	display: block;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: bold;
}
.listingcontainer ver,
.listingcontainer ver a {
    color: #d30061;
}
.listingcontainer .description {

}
.listingcontainer .card-footer a.online {
	background: #2a8e2e;
    color: #FFF;
    border-color: #0f7213;
}
.listingcontainer .card-footer a.cart {
	background: #4c60cc;
    color: #FFF;
    border-color: #2a3c9a;
}
.listingcontainer .card-footer a.online:hover,
.listingcontainer .card-footer a.cart:hover {
	opacity: 0.8;
	text-decoration: none;
}
.listingcontainer .card-footer a.notcart {
	filter: grayscale(90%);
	pointer-events: none;
}
.listingcontainer .listing .card:hover {
	background-color: #b4dcff;
}
.tags,
.sources {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.sources {
	margin-top: 10px;
}
.tag {
    border: 1px solid #bd003d;
    background: #d30061;
    color: #FFF;
    padding: 0px 6px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    font-size: 13.5px;
    min-width: 50px;
    cursor: help;
}
.tag a {
    color: #FFF;
}
.tag:hover {
	opacity: .8;
}
.tag a:hover {
	text-decoration: none;
}
.source {
	border: 1px solid #3f51b5;
	padding: 0px 6px;
	color: #3f51b5;
	font-size: 13.5px;
	cursor: help;
	display: inline-block;
	background: #FFF;
}

.bg-dark {
    background-color: #0d2a46 !important;
}
.listingcontainer .listing_dev {
	filter: grayscale(60%);
    opacity: 0.6;
    cursor: grab;
}
.listingcontainer .listing_dev .card-footer .developing {
	background-color: #767779;
	color: #FFF;
    border-color: #0d2a46;
}
.no_data {
	text-align: center;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}

.nav_loops {
	text-align: center;
    padding: 15px 5px 10px 5px;
    background: #FFF;
}
.nav_loops a {
	color: #3f51b5;
    margin: 3px;
    border: 1px solid;
    padding: 0px 10px;
    line-height: 2.2;
    display: inline-block;
    border-radius: 3px;
}
.nav_loops a:hover {
	background: #3f51b5;
	color: #FFF;
}
.nav_loops a.current {
	font-weight: bold;
    background: #3f51b5;
    color: #FFF;
}
.nav_loops .nav-left {

}
.nav_loops .nav-right {

}
.nav_loops .nav-center {
	border: 0;
    padding: 0;
    pointer-events: none;
}

.toggle,
.toggle_foot {
	display: none;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-size: 22px;
}
.toggle:hover,
.toggle_foot:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
}
.toggle.show {
	margin-bottom: 15px;
}
.toggle_foot.show {
	margin-top: 15px;
}
.toggle.show:before,
.toggle_foot.show:before {
	content: '▲';
}
.toggle:before,
.toggle_foot:before {
	content: '▼';
}
.description_web.show,
.copyright.show {
	display: block !important;
}
.container.mt-5 {
	margin-top: 1.5rem !important;
}
.form_step.step3 {
	display: grid;
}
.form_step.step3 .list-group-item a {
	color: inherit;
}
.form_step.step3 > div {
	margin-bottom: 5px;
}
.form_step.step3 > div:empty {
	margin-bottom: 10px;
}
.form_step.step3 > div:last-child {
	margin-bottom: 0;
}
.form_step .buydone {
	text-align: center;
	margin: 25px !important;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #4caf50;
    box-shadow: 0px 0px 6px 2px #4caf50;
}
.form_step .buydone h5 {
	color: green;
    font-size: 26px;
    font-family: sans-serif;
}
.form_step .buydone p {
	text-align: justify;
}
.form_step .buydone p:last-child {
	margin-bottom: 0;
}
.find_order {
	width: fit-content;
	width: max-content;
    margin: auto;
    margin-top: 30px;
}
.find_order form {
	margin: auto;
}
.search {
	width: fit-content;
	width: max-content;
    margin: auto;
    margin-right: 0px;
}
.search form {
	margin: auto;
}
.navbar .cart-icon {
	display: block !important;
    text-align: right;
}
.dropdown-menu.show {
	margin-bottom: 10px;
}
i.newupload {
	color: #f44336;
	cursor: help;
}
.breadcrumbs-nav {
	margin-bottom: 1rem;
	text-align: center;
	font-weight: bold;
    color: #3f51b5;
}

.listingcontainer-table .card-body ver {
	margin-bottom: 0;
    margin-top: 2px;
    margin-right: 10px;
}
.listingcontainer-table .card .tobuy,
.listingcontainer-table .card .comingsoon {
	bottom: 0.5rem;
    top: unset;
}
.listingcontainer-table .info_view {
	left: 0;
}
.listingcontainer-table .info_view > div {
	display: flow-root;
}
.listingcontainer-table .listing_dev .card-footer .developing {
	font-size: 15px;
}

.current_url_app {
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 15px 15px 8px 15px;
    color: crimson;
    word-wrap: break-word;
    -webkit-user-select: all;  /* Chrome all / Safari all */
    -moz-user-select: all;     /* Firefox all */
    -ms-user-select: all;      /* IE 10+ */
    user-select: all;
}
.dieukhoanbaomat {
	font-style: italic;
    margin: 15px auto;
    margin-bottom: 0;
    color: grey;
}
footer .copyright {
	font-family: 'Rokkitt', serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
}
footer .copyright p {
	margin: 0;
}
.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    font-size: 25px;
    line-height: 0;
    opacity: 0.6;
    color: #0d2a46;
    border: 1px solid;
    display: none;
}
.back-to-top:hover {
	opacity: 1;
}

@media (max-width: 768px) {
	.listingcontainer-table .listing .card-footer,
	.listingcontainer-table .listing_dev .card-footer {
		margin-bottom: 25px;
	}
}
@media (max-width: 600px) {
	.toggle,
	.toggle_foot {
		display: block;
	}
	.description_web {
		/*display: none;*/
	}
	.copyright {
		display: none;
	}
	#breadcrumbs {
		display: block;
	}
	#breadcrumbs #boloc_select,
	#breadcrumbs .breadcrumbs {
		width: unset;
		text-align: center;
	}
	#breadcrumbs #boloc_select {
		margin-bottom: 10px;
	}
	.search {
		margin-right: auto;
	}
	.listingcontainer-table .card-body .col-4 {
		width: 44.44444444%;
	}
	.listingcontainer-table .card-body .col-8 {
		width: 55.555555556%;
	}
}
@media (max-width: 450px) {
	.row-cols-2 > * {
		width: unset;
	}
	.listingcontainer-table .card-body .col-4 {
		width: unset;
		margin-bottom: 20px;
	}
	.listingcontainer-table .card-body .col-8 {
		width: unset;
	}
}