/**
 *  CSDev.css
 *  For Material Kit 2.x
 */

/**
 * CRITICAL
 * Body, Header, Titles, Section, paragraph
 */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}



.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: inherit;
    padding: .9375rem;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
}

/**
 * Rewriting de estilos pedido por Ade 13-9-21
 * DIE, PURPLE DIE!
 */

a, a:focus, a:hover {
    color: #293ad6;
}


btn.btn-rose:hover {
		box-shadow: 0 14px 26px -12px rgb(14 18 34 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(59 89 152 / 20%) !important;
}

.btn-rose, .btn.btn-rose.focus, .btn.btn-rose:focus, .btn.btn-rose:hover {
    color: #fff;
    background-color: #293ad6 !important;
    border-color: #4856dd !important;
		box-shadow: 0 14px 26px -12px rgb(14 18 34 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(59 89 152 / 20%) !important;
}

.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(156, 134, 39, 0.97), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgba(156, 134, 39, 0.77) !important;
}
.btn-primary,.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
    color: #fff;
    background-color: #9c8627f7 !important;
    border-color: #8c6648 !important;
		box-shadow: 0 14px 26px -12px rgba(156, 134, 39, 0.97), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgba(156, 134, 39, 0.77) !important;
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a.active, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    background-color: #293ad6 !important;
    color: #fff!important;
}


.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #293ad6;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(156 39 176 / 60%);
}


.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
    background-color: #293ad6;
    border-color: #293ad6;
}

.card .card-header-primary {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(156 39 176 / 60%);
}
.card.bg-primary, .card .card-header-primary, .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg,#293ad6,#293ef5);
}


.icon.icon-primary {
    color: #293ad6;
}


/**
 * Headings & Headers & Paragraphs
 */
@media (max-width: 600px) {
	h1 {
		font-size: 1.7em;
	}
}

.h2,h2 {
	font-size: calc(1em + 2vw);
	line-height: 1.5em;
}

.header-title {
	font-size: 60px;
	color: floralwhite;
	font-weight: 900;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.header-title {
		font-size: 35px;
	}
}

@media (min-width: 991.98px) and (max-width: 1200.00px) {
	.narrow-section {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
}
@media (min-width: 1200.01px) {
	.narrow-section {
		padding-right: 300px !important;
		padding-left: 300px !important;
	}
}

.info p {
    color: darkslategray;
}

/**
 *  Cards
 */

.card-description,
.description {
	color: darkslategray !important;
}


.card-description,
.card-category {
	min-height: 3rem;
	line-height: 1.5rem;
}

/**
 * Tables
 */
.auctions-table td {
    border-width: 1px !important;
    border-color: darkgray !important;
		font-weight: normal !important;
		color: black;
}

.auctions-table h2, .auctions-table h3, .auctions-table h4, .auctions-table h5, .auctions-table h6 {
		font-weight: 500 !important;
}


/**
 * Borders, Padding, Margins
 */

.border-bottom-hidden {
		border-bottom-style: hidden !important;
}

.border-top-hidden {
		border-top-style: hidden !important;
}

.border-left-4 {
	border-left-width: 4px !important;
	border-left-style: solid !important;
	border-left-color: darkgray !important;
}

@media (min-width: 768px) {
	.border-left-md-4 {
		border-left-width: 4px !important;
		border-left-style: solid !important;
		border-left-color: darkgray !important;
	}
}

/**
 * Forms
 */
.help-block.with-errors {
	color: palevioletred;
	font-weight: bolder;
	font-size: 80%;
}

/**
 * Navbar
 */

/**
 *  ICONS & BUTTONS
 */
.icon-color,
.cs-icon-color {
	color: #d9ad5a !important;
}
/*
.btn.btn-primary {
	background-color: #9C277A !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
		opacity: 0.85;
    background-color: darkmagenta !important;
    border-color: darkmagenta !important;
} */

/**
 * Carousel
 */

.page-header .carousel .carousel-indicators {
	bottom: -40px !important;
}

.carousel .carousel-indicators li {
		background: chocolate !important;
}

.cs-carousel-controls {
    position: absolute;
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.375rem;
    transition: all .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: .8088235294rem;
    line-height: 2.625rem;
    text-align: center;
    z-index: 10;
}

/**
 * Footer
 */

.footer-title {
	color: blanchedalmond;
	font-size: 16px;
	font-weight: bolder;
}

.footer-links a,
.footer-links a:active,
.footer-links a:hover {
	display: block;
	font-size: 14px;
	line-height: 36px;
}

.footer a:focus, .footer a:hover {
    color: palegoldenrod !important;
    text-decoration: none;
}

.footer-big p {
    color: white !important;
}

/**
 * SCROLL TO TOP
 */
.scroll-top {
    display: block;
    position: fixed;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity 0.3s,background-color 0.25s ease-in-out;
    border-radius: 50%;
    background-color: rgba(43,52,69,0.25);
    color: #fff;
    text-align: center;
		opacity: 0;
    z-index: 1025;
		/* no show */
		right: -4.125rem;
}

.scroll-top.show {
		right: 1.25rem;
		opacity: 1;
}

.scroll-top i {
	font-size: 32px;
	line-height: 2.625rem;
}

.scroll-top:focus, .scroll-top:hover {
    color: #fff !important;
    text-decoration: none;
}

.scroll-top :hover {
	opacity: 2;
	color: goldenrod !important;
}

/**
 *  SPINNER/LOADER
 */
/* https://codepen.io/MattIn4D/pen/LiKFC */
/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: "";
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
		rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
		rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
		rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
		rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
		rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
		rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
		rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
		rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
