@include body-class(true) {

	.membership-upgrade-footer {
		width: 80%;
		margin: 0 auto;
		text-align:center;

		a {
			color: #888888;
			font-size: 13px;
			line-height: 22px;
			margin: 0 auto;

			&:hover {
				color: #888888;
				opacity: .7;
       		}

		}

		i {
			color: #666666;
			font-size: 12px;
			line-height: 12px;
			text-align: center;
			margin-right: 5px;
		}

	}
	.dashui-modal-header{
		margin-bottom: 0 !important;
    }
    .dash-upgrade-main {
        .sui-upgrade-page-header__content {
            margin: 0 auto;
            padding: 60px 30px 0 60px;

            .sui-upgrade-title {
                color: #333333;
                font-size: 22px;
                font-weight: bold;
                letter-spacing: -0.25px;
                line-height: 30px;
                text-align: center;
            }
        }
        .membership-upgrade-footer {
            a {
                letter-spacing: -0.25px;
                font-size: 13px;
                margin-left: 10px;
            }
        }
	}
	#logged-welcome-modal {
		.dash-welcome-modal-logo {
			background: #276EFB;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 10px;
			i {
				&:before{
					color: #fff;
				}
			}
		}
	}
}