@font-face {
    font-family: 'RNHouseSans';
    src: url('/fonts/Font/RNHouseSans-Regular.ttf');
    /* Safari, Android, iOS */
}

a,
button {
    cursor: pointer;
}

.tablePaddedBox {
    background-color: white;
    padding: 1.9rem 1.5rem;
    border-radius: 10px;
}

body {
    /* font-family: 'RNHouseSans' !important; */
    margin-top: 53px;
}

.content-wrapper {
    background-color: #f7f7f5 !important;
}

.image-placeholder {
    background-color: #eee;
    display: flex;
    height: 100%;
    width: 100%;
}

.custom-button {
    /* width: 128px; */
    height: 34px;
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background-color: #0928b2;
}

.navbar {
    margin-bottom: 50px;
    background-color: #ffcf40 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed-bottom .mx-auto {
    background-color: #ffcf40!important;
}

.active-side-menu {
    background-color: #ffcf40;
    border-radius: 50%;
    fill: white;
    padding: 2px;
}

.errorModal-dialog {
    max-width: 250px;
    text-align: center;
    margin-top: 25%;
}

.errorModal-dialog-content {
    text-align: center;
}

.errorModalImage {
    height: 100%;
    width: 100%;
    max-width: 30%;
    margin-left: 35%;
    margin-top: 15px;
}

#errorModalBody {
    text-align: center;
}

.comingSoonImage {
    width: 80%;
    padding: 10px;
    display: none;
    margin-top: 20px;
    margin-left: 10%;
}

.errorModalBnt {
    width: 230px;
    height: 34px;
    border-radius: 5px;
    font-family: Helvetica;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background-color: #06276a;
    margin: auto;
    margin-bottom: 10px;
}

.container-fluid.landing{
    margin-top: 15%;
}

.magnetLogoText{
    font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
    color: #ffffff;
    margin-left:12px;
}

.magnetLogoTextNav{
    font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
    color: #0928b2;
    margin-left:12px;
    float: right;
}

.magnetLogoLinks{
    margin-right: 20px;
}

#connectModal .modal-dialog {
    min-width: 439px;
    border-radius: 6px;
    background-color: #ffffff;
	box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.5);
	border-top: #0928b2 solid 2px;
}

#connectModal .modal-body img {
    margin: auto;
    margin-top: 30px;
    margin-right: 10px;
    width: 31px;
    float: left;
}

#connectModal .modal-footer {
    border-top: none;
}

#connectModal .btn-secondary,
#connectModal .btn-secondary:hover {
    width: 172px;
    height: 49px;
    border-radius: 5px;
    border: solid 1px #ffcf40;
    font-family: RNHouseSans;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #ffcf40;
    background: white;
}

#connectModal .btn-primary,
#connectModal .btn-primary:hover {
    width: 172px;
    height: 46px;
    border-radius: 5px;
    background-color: #1f9acc;
    box-shadow: 0 3px 0 0 #7bc3e1;
    font-family: RNHouseSans;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

#connectModalText {
    font-family: Helvetica;
    font-size: 16px;
    text-align: left;
    padding: 0px;
    margin: 34px 0px 0px 0px;
    max-width: none;
}

#connectModal .addAnotherBtn{
	width: 230px;
	height: 34px;
	border-radius: 5px;
	font-family: Helvetica;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
	background-color: #4063ff;
	margin-bottom: 14px;
}

#connectModal .goDashBtn{
	width: 230px;
	height: 34px;
	border-radius: 5px;
	font-family: Helvetica;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
	background-color: #0928b2;
	margin-bottom: 14px;
}

#connectModal .modalBtnSecion{
	text-align: center;
	margin-top: 27px;
	margin-bottom: 27px;
}

.form-text {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	color: #666666;
}

.foot-banner {
    margin: 0px 50px;
    background-color: #ffcf40;
    height: 50px;
    bottom: 0;
    color: #0928b2;
    padding: 15px;
}
