@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1d1d1d;
}

.bg-primary {
	background-color: #fd8b19 !important;
}
.text-primary {
	color: #fd8b19!important;
}
.text-color-01 {
	color: #0afff8;
}
.text-color-02 {
	color: #ffb524;
}
.text-color-03 {
	color: #ff6161;
}
.text-color-04 {
	color: #c561ff;
}
a.text-primary:focus,
a.text-primary:hover {
	color: rgba(126, 126, 126, 1.00) !important;
}
.btn-primary {
	color: #fff;
	background-color: #fd8b19;
	border-color: #fd8b19;
	font-weight: 100;
	font-size: 13px;
	padding: 10px 25px;
}
.btn-primary:hover {
	color: #fd8b19;
	background-color: #ffffff;
	border-color: #fd8b19;
}
.btn {
	border-radius: 0 !important;
}
.btn-outline-primary {
	color: #fd8b19;
	background-color: rgba(255, 255, 255, 0);
	border-color: #fd8b19;
	font-weight: 100;
	font-size: 13px;
	padding: 10px 25px;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #fd8b19;
	border-color: #fd8b19;
}
.btn-secondary {
	color: #fff;
	background-color: #333333;
	border-color: #656565;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #e47b00 !important;
}
.nav-link {
	color: #fff;
}
hr.dark {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dropdown-menu {
	background-color: #292929;
	color: #fff;
	top: 44px;
	border: 0;
	border-bottom: 2px solid #ff8b00;
	border-radius: 0;
}
.dropdown-item {
	color: #fff;
	font-size: 13px;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #ff8b00;
}
.navbar {
	background-color: #292929;
}
.navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	margin: 0 20px;
}
.navbar-nav .nav-link.active {
	color: #fd8b19 !important;
}
.lang-switch.dropdown-item.active, 
.lang-switch.dropdown-item:active {
    background-color: #fd8b19 !important;
    color: #fff !important;
}
.bg-02 {
	background-color: #525252;
	color: #fff;
}
.bg-03 {
	background-color: #fff;
	color: #292929;
}
.login-wrap {
	background-color: #fff;
	margin-top: 50px;
}
.box-01 {
	background-color: #292929;
	color: #bfbfbf;
}
.box-01-clear {
	background-color: #292929;
	color: #fff;
}
.member-sec-02 {
	background-color: #fff;
	margin-top: 25px;
	padding: 15px;
}
.card-body h5,
.card-body p {
	color: #1d1d1d;
}
.card-body .date-color {
	color: rgba(121, 121, 121, 1.00);
}
.breadcrumb {
	background: none;
}
.breadcrumb-item a {
	color: #fff;
}
.card-custom-01.card-01 {
	box-shadow: 5px 5px 0px #f73e15;
}
.card-custom-01.card-02 {
	box-shadow: 5px 5px 0px #1a6cc3;
}
.card-custom-01.card-03 {
	box-shadow: 5px 5px 0px #fe8a00;
}
.card-custom-01.card-01 > .btn-default {
	background-color: #f73e15;
	color: #fff;
}
.card-custom-01.card-02 > .btn-default {
	background-color: #1a6cc3;
	color: #fff;
}
.card-custom-01.card-03 > .btn-default {
	background-color: #fe8a00;
	color: #fff;
}
.card-custom-01.card-01 .text-default {
	color: #f73e15;
}
.card-custom-01.card-02 .text-default {
	color: #1a6cc3;
}
.card-custom-01.card-03 .text-default {
	color: #fe8a00;
}
.card-custom-01 > .btn-default:hover {
	color: #000;
}
.table-header-02 > div {
	padding: 5px;
	background-color: #454d55;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
}
.table-body-02 > div {
	padding: 5px;
	background-color: #596675;
	margin-right: 1px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1px;
}
.modal.custom-modal-01 .modal-header {
	background-color: #fd8b19;
	color: #fff;
}
.modal.custom-modal-01 .modal-header .modal-title {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.modal.custom-modal-01 .modal-header .close {
	color: #fff;
	opacity: 0.9;
	position: absolute;
	right: 20px;
}
.modal.custom-modal-01 .modal-content {
	border: 0;
}

footer {
	color: #fff;
	text-align: center;
	padding: 1rem 0rem;
}

footer p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.navbar-nav .nav-link {
		margin: 0px;
	}
	.dropdown-menu {
		background-color: #292929 !important;
		border-right: 2px solid #ff8b00 !important;
		border: 0;
		top: 41px;
	}
}