/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-style:none!important;
}
@font-face {
    font-family: myFirstFont;
    src: url('../font/PANTON/Panton-Regular.otf');
}

body{
    font-family: myFirstFont!important;
}

.svgImage120{
	height: 120px;
}

.svgImage140{
	height: 140px;
}

.icons .card-body{
	background: rgba(70, 162, 188, 0.2);
	border-radius: 12px;
}
.icons .card-body img{
	height: 80px;
}
@media only screen and (max-width: 600px) {
	.svgImage120{
		height: 80px;
	}
	
	.svgImage140{
		height: 100px;
	}  

	.icons .card-body img{
		height: 50px;
	}
}


.swap .card{
	background: linear-gradient(180deg, #A1D4DF 0%, rgba(217, 217, 217, 0) 36.67%);
	border-radius: 13.1084px;
}

.card-congratulations{
    background: linear-gradient(118deg, #6bdcee, rgb(107 220 238 / 35%))!important;
}

.linkPage a{
	color: #6e6b7b;
}

.custom-option-item-check:checked + .custom-option-item{
	color: #152251!important;
    background-color: rgb(107 220 238)!important;
    border-color: #6bdcee!important;
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box{
	background-color: #6bdcee!important;
    box-shadow: 0 3px 6px 0 rgb(107 220 238 / 59%)!important;
}