/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.block-content {
	background: #ffffff;
	position: sticky;
}

.slider-element .image_fade .bi-play {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #000;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	padding-left: 4px;
	margin-top: -20px;
	margin-left: -20px;
}

.rotate-text {
	position: absolute;
	left: 40px;
	top: 50%;
	letter-spacing: 3px;
	color: #DDD !important;
	font-weight: 400;
	font-size: 11px;
	writing-mode: vertical-rl;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	white-space: nowrap;
	cursor: pointer;
	z-index: 5;
	text-transform: uppercase;
}

.rotate-text:before {
	padding-bottom: 7px;
	content: '\2190';
	display: inline-block;
}

table.custom-table {
	width: 100%;
}

table.custom-table,
.custom-table th,
.custom-table td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.form-control {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.form-group {
	margin-bottom: 20px;
}

.delete-form {
	display: inline-block;
}

.button-link {
	border: none;
	padding: 0;
	text-decoration: underline;
	font-size: 15px;
	color: #262626;
	cursor: pointer;
}

.button-home-banner {
	background-color: #1abc9c !important;
	border-color: #1abc9c !important;
	color: #ffffff !important;
}

#header-wrap #logo img {
	padding: 5px 0;
}

/* countdown */
.countdown {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
}

@media (max-width: 995px) {
	.countdown {
		flex-wrap: wrap;
	}

	.countdown>div {
		margin-bottom: 25px;
	}
}

.container-day {
	color: #fff;
	background-color: #F74714;
	border-radius: 0;
	width: 200px;
	height: 200px;
}

.container-hour {
	color: #fff;
	background-color: #F7931E;
	border-radius: 0;
	width: 200px;
	height: 200px;
}

.container-minute {
	color: #fff;
	background-color: #FF7BAC;
	border-radius: 0;
	width: 200px;
	height: 200px;
}

.container-second {
	color: #fff;
	background-color: #39B54A;
	border-radius: 0;
	position: relative;
	width: 200px;
	height: 200px;
}

.container-second .content {
	width: 200px;
	height: 200px;
	position: relative;
}

.container-second .content {
	opacity: 0.5;
	background: rgb(59, 133, 99);
}

.container-second .content::before {
	/* content: ""; */
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	top: 4px;
	left: 47%;
}

.container-second .counter {
	position: absolute;
	top: 0;
	width: 100%;
}

.countdown h3 {
	color: #ffffff;
}

.day,
.hour,
.minute,
.second {
	font-size: 2.5rem;
	padding-top: 70px;
	margin-bottom: 0;
	line-height: 35px;
}

.custom-container .row .custom-global-spacing p,
.custom-container .row .custom-global-spacing h1,
.custom-container .row .custom-global-spacing h2,
.custom-container .row .custom-global-spacing h3,
.custom-container .row .custom-global-spacing h4,
.custom-container .row .custom-global-spacing h5,
.custom-container .row .custom-global-spacing h6 {
	margin-bottom: 4px !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-align: justify !important;
}

.custom-container .row .custom-global-spacing h1,
.custom-container .row .custom-global-spacing h2,
.custom-container .row .custom-global-spacing h3,
.custom-container .row .custom-global-spacing h4 {
	line-height: 1.6rem !important;
	margin-bottom: 8px;
}

.custom-section-reset {
	margin-top: 0px !important;
}

.custom-bg-image-text {
	font-size: 1.25rem;
	font-weight: 300;
}

.section-padding-reset {
	padding: 0 0;
}

.label {
	background-color: #ccc;
	font-size: 10px;
	padding: 2px 10px;
}

.label-success {
	background-color: #1d9f3c;
	color: #fff;
}

.label-warning {
	background-color: orange;
	color: #000;
}

.btn.btn-sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

@media only screen and (max-width: 600px) {
	.btn.btn-sticky {
		width: 70px;
		height: 70px;
		font-size: 9px;
	}	
}