/* Code by: Electroalek<http://electroalek.com>, 2020; */

.text-upper{
	text-transform: uppercase;
}

.border{
	border-color: #202225 !important;
}

.border-2{
	border-width: 2px !important;
}

.border-2-primary{
	border: 2px solid #2fbe96 !important;
}

@media only screen and (min-width: 768px) {

	.border-responsive{
		border-right: 2px solid #2fbe96 !important;
	}

}

.bg-gradient{
	background: linear-gradient(160deg, #2FBE96 0%, #111112 100%);
	border-radius: 0px 0px 10px 10px;
}

@media only screen and (max-width: 768px) {

	.border-responsive{
		border-bottom: 2px solid #2fbe96 !important;
	}

}

.border-primary{
	border: 1px solid #2fbe96 !important;
}

.hover-border-primary:hover{
	border-color: #2fbe96 !important;
}

.form-control:focus {
	outline: 0;
	border-color: #2fbe96 !important;
	box-shadow: 0 0 0 0.2rem rgba(155,66,242,.25);
}

.bg-primary{
	background-color: #2fbe96 !important;
}

.badge-primary{
	background-color: #2fbe96 !important;
}

.text-primary{
	color: #2fbe96 !important;
}

.text-primary-alt{
	color: #8237CC !important;
}

a,
a:hover{
	color: #2fbe96;
}

.btn, .form-control, .card, .modal-content{
	border-radius: 10px;
}

.rounded{
	border-radius: 10px !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-primary{
	color: #ffffff;
	background-color: #111112;
	border: #2fbe96;
}

.btn-outline-primary{
	color: #2fbe96;
	border-color: #2fbe96;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
	color: #ffffff;
	background-color: #2fbe96;
	border-color: #2fbe96;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(155,66,242,.25);
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
	color: #ffffff;
    background-color: #8237CC !important;
	border-color: #8237CC !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(155,66,242,.25);
}

.btn-primary.focus, 
.btn-primary:focus {
	color: #ffffff;
    background-color: #8237CC !important;
	border-color: #8237CC !important;
	box-shadow: 0 0 0 0.2rem rgba(155,66,242,.25);
}

a.bg-primary:focus, 
a.bg-primary:hover, 
button.bg-primary:focus, 
button.bg-primary:hover {
    background-color: #8237CC!important;
}

a.bg-dark:focus, 
a.bg-dark:hover, 
button.bg-dark:focus, 
button.bg-dark:hover {
    background-color: #ffffff!important;
}

a.bg-light:focus, 
a.bg-light:hover, 
button.bg-light:focus, 
button.bg-light:hover {
    background-color: #202225!important;
}

.btn.focus, 
.btn:focus {
    outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(155,66,242,.25);
}

.btn-link.focus, 
.btn-link:focus {
	box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: #2fbe96;
    background-color: #2fbe96;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #ffffff;
    background-color: #8237CC;
    border-color: #8237CC;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(155,66,242,.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #2fbe96;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #2fbe96;
}

.mutliselect h5,
.mutliselect .fa{
	color: #6c757d;
}

.mutliselect.active h5,
.mutliselect:hover h5,
.mutliselect.active .fa,
.mutliselect:hover .fa{
	color: #2fbe96;
}

.mutliselect{
	transition: all 0.3s ease;
}

.mutliselect.active,
.mutliselect:hover{
	border-color: #2fbe96;
}

.mutliselect,
.mutliselect label{
	cursor: pointer !important;
}

.category-card{
	min-height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background: rgba(0, 0, 0, 0.51);
}