/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body
{
	background-color:#000000;
	font-family: poppins;
	color: #fefefe;
  
}
.am-top-border
{
padding:15px;
}
.am-popup-header
{
	background-color:#000000 !important;
	color: #ffffff !important; 
	font-family: poppins !important;
	font-size:  20px !important;
	font-weight: 300;
	padding:10px !important;
}


.am-info
{
	background-color: #000000;
	color: #ffffff !important; 
	font-family: poppins !important;
	font-size: 1vw; 
	font-weight: 300;
	padding:10px !important;
}


.ajax-link
{
	color: #f1e100;
}

h1
{
	font-size: 5vw; 
	font-weight: 300;
	text-transform:uppercase;
	text-decoration:none;
}

.am-body-shape
{
	width: 1600px;
  max-width 1600px;
  margin:auto;
}

input#pass-confirm
{
width: 254px !important;
}


input#_name-0
{
width: 512px !important;
}



input#email-O
{
width: 512px !important;
}



input#login-0
{
width: 512px !important;
}

























a:link {color:#ffffff;} /* sets normal link color */
a:visited {color:#ffffff;} /* sets visited link color */
a:active {color:#ffffff;}

.cpt-modal-primary
{
    border-top: 10px solid #0d6efd !important;
}

.cpt-modal-warning
{
    border-top: 10px solid #f9c000 !important;
}

.cpt-modal-danger
{
    border-top: 10px solid #d33242 !important;
}

.cpt-modal-secondary
{
    border-top: 10px solid #6D757D !important;
}


h4.modal-title {
    color:	#000000 !important;
    font-family: "Segoe UI";
    text-align: center;
    font-size: 14pt;
}
.cpt_exchange_image img
{
    width:20px;
    height:20px;
}



.nav-link a:hover, .nav-item a:hover
{
    color: #007bff !important;
}





a , a:hover , a.nav-link:hover {
    color: #007bff;
}

.site-navbar
{
    text-transform: none !important;
}


.site-navbar .site-navigation .site-menu > li > a {
    text-transform: none !important;
}




















.nav-link
{
    color: #ffffff;
    font-family : "Segoe UI";
    font-size: 16px;

}

.nav-link :hover
{
    color: #007bff;

}


