html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
	color: #222222;
	background: #ffffff;
}

body {
	padding-top: 120px;
}

body.signin {
  background: #ededee;
}

a, a:hover, a:active, a:visited {
	color: #251f4c;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: "Red Hat Display", sans-serif;
	font-weight: 700;
	color: #251f4c;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#upload-progress {
	width: 100%;
	height: 35px;
	background: #251f4c;
	display: none;
}
#upload-progress-value {
	width: 0%;
	height: 35px;
	background: #251f4c;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.navbar-dark {
	background: #251f4c;
	padding: 20px;
}

.navbar-light {
	background: #ffffff;
	padding: 20px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-link {
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-dark .nav-link {
	color: #ffffff !important;
}
.navbar-dark .nav-link:hover {
	color: #ffffff !important;
}

.navbar-light .nav-link {
	color: #251f4c !important;
}
.navbar-light .nav-link:hover {
	color: #bbbbbb !important;
}

.nav-link.last {
	color: #251f4c !important;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007cff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.btn-primary {
	background: #251f4c;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 5px 30px !important;
	font-weight: bold !important;
}

.btn-primary:hover {
	background: #251f4c !important;
}

.btn-primary.disabled {
	background: #aaaaaa;
}

.home .btn {
	border-radius: 5px !important;
	color: #e2e8f6 !important;
}

.navbar-brand {
	text-indent: -100em;
	overflow: hidden;
	width: 100px;
}

.navbar-dark .navbar-brand {
	background: transparent url("/theme/images/nav-logo-white.png") 0% 50% no-repeat;
	background-size: contain;
}

.navbar-brand {
	background: transparent url("/theme/images/nav-logo.png") 0% 50% no-repeat;
	background-size: contain;
	margin-top: -10px;
	height: 65px;
	width: 170px;
	text-indent: -1000em;
	overflow: hidden;
}



/*
 * Sign In
 */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.shortcuts {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #251f4c ;
	margin-top: -40px;
	margin-bottom: 40px;
}

.form-floating {
	margin-bottom: 15px;
}

.form-floating.submit-wrap {
	margin-top: 30px;
}

.form-floating.color-picker {
	width: 200px;
}

.shortcuts a {
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	color: #ffffff;
	font-weight: bold;
}

.shortcuts .pod-icon {
	width: 55px;
	height: 30px;
	margin-bottom: -6px;
}

.shortcuts .pod-icon.episodes {
	background: url("/theme/images/menu-icon-episodes.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .pod-icon.audience {
	background: url("/theme/images/menu-icon-audience.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .pod-icon.analytics {
	background: url("/theme/images/menu-icon-stats.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .pod-icon.settings {
	background: url("/theme/images/menu-icon-settings.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.episodes, .shortcuts .pod-icon.episodes:hover {
	background: url("/theme/images/menu-icon-episodes-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.audience, .shortcuts .pod-icon.audience:hover {
	background: url("/theme/images/menu-icon-audience-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.analytics, .shortcuts .pod-icon.analytics:hover {
	background: url("/theme/images/menu-icon-stats-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.shortcuts .active .pod-icon.settings, .shortcuts .pod-icon.settings:hover {
	background: url("/theme/images/menu-icon-settings-active.png") 50% 50% no-repeat;
	background-size: contain;
}

.home {
	font-size: 24px;
}

.home h2 {
	color: #251f4c;
}

.header-row {
	background: #251f4c url("/theme/images/crowdapps-header.png") 100% 100% no-repeat;
	background-size: 50vw;
	color: #e2e8f6;
	margin-top: -25px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.header-row.list {
	background: #251f4c url("/theme/images/solution-crowd-list-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.cbadge {
	background: #251f4c url("/theme/images/solution-crowd-badge-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.qanda {
	background: #251f4c url("/theme/images/solution-crowd-qanda-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.screen {
	background: #251f4c url("/theme/images/solution-crowd-screen-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}
.header-row.zap {
	background: #251f4c url("/theme/images/solution-crowd-zap-banner.png") 100% 100% no-repeat;
	background-size: 50vw;
}

.background-list-1 {
	background: #e2e8f6 url("/theme/images/background-list-1.png") 100% 100% no-repeat !important;
	background-size: 40vw !important;
}
.background-list-2 {
	background: #e2e8f6 url("/theme/images/background-list-2.png") 0% 0% no-repeat !important;
	background-size: 40vw !important;
}
.background-list-3 {
	background: #e2e8f6 url("/theme/images/background-list-3.png") 100% 100% no-repeat !important;
	background-size: 40vw !important;
}

@media (max-width: 991px) {
	.header-row {
		background: #251f4c url("/theme/images/crowdapps-header-semi.png") 100% 100% no-repeat;
		background-size: 90vw;
	}
	.header-row.list, .header-row.qanda, .header-row.screen, .header-row.zap, .background-list-1, .background-list-2, .background-list-3 {
		background-size: 0px !important;
	}
}

.contact-row {
	background: #251f4c url("/theme/images/contact-background.png") 0% 0% no-repeat;
	background-size: contain;
	color: #ffffff;
	margin-top: -25px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-row h2 {
	color: #ffffff;
}

.contact-row .hollow {
	border-color: #ffffff;
	background: #251f4c;
}

.contact-row .btn-secondary {
	border-color: #c700bd;
	background: #c700bd;
}

.header-row h2 {
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.header-row .solution-heading {
	font-size: 26px;
}

.header-row .btn-primary {
	border: 1px solid #e2e8f6 !important;
	color: #e2e8f6 !important;
	font-size: 25px;
	border-radius: 30px !important;
}

.header-row .btn-primary:hover {
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: #251f4c !important;
	font-size: 25px;
	border-radius: 30px !important;
}

.container.home {
	width: 90%;
	max-width: 1000px;
}

.about-row {
	background: #e2e8f6;
	color: #251f4c;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-row.white {
	background: #ffffff;
}

.slideshow-row {
	background: #e2e8f6;
	padding-bottom: 40px;
}

.client-row {
	background: #ffffff;
	color: #251f4c;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.client-row.client-dark {
	background: #251f4c;
	color: #ffffff;
}

.image-carousel {
	margin-top: 40px;
}

.image-carousel .carousel-item .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.image-carousel .carousel-item .col img {
  max-width: 70%;
  height: auto;
}

#example-carousel .carousel-item img {
  max-height: 400px !important;
  width: auto !important;
  margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none; /* Remove default Bootstrap arrows */
    color: black; /* Your desired color */
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
    content: '';
    display: inline-block;
    border: solid #251f4c; /* Your desired color */
    border-width: 0 3px 3px 0;
    padding: 5px;
}

.client-row.client-dark .carousel-control-prev-icon, .client-row.client-dark .carousel-control-next-icon {
	color: #ffffff;
}

.client-row.client-dark .carousel-control-prev-icon:after, .client-row.client-dark .carousel-control-next-icon:after {
    content: '';
    display: inline-block;
    border: solid #ffffff; /* Your desired color */
    border-width: 0 3px 3px 0;
    padding: 5px;
}

.carousel-control-prev-icon:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel-control-next-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
}
.carousel-control-prev {
    left: -100px; /* You can adjust this value to suit your needs */
}

.carousel-control-next {
    right: -100px; /* You can adjust this value to suit your needs */
}

.info-row {
	background: #251f4c;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.info-row .quote {
	font-size: 30px;
}

.product-row {
	background: #ffffff;
	color: #251f4c;
	padding-top: 100px;
	padding-bottom: 100px;
}

.product-row.alt {
	background: #f8f9fd;
}

.product-row h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
}

.product-row h3 {
	margin-bottom: 20px;
}

.product-row .product-links {
	margin-top: 40px;
}

.testomany-row {
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.testomany-row h3 {
	color: #ffffff;
	margin-bottom: 20px;
}

.testomany-row em {
	font-size: 75%;
}











.nope {display: none;}

.dashboard {
	margin-bottom: 60px;
}

.dashboard-header {
	margin-bottom: 30px;
}

.actions .option {
	color: #ffffff;
	display: inline-block;
	height: 25.5px;
	width: 30.75px;
	line-height: 25.5px;
	margin-left: 15px;
}

.actions .option.pause {
	background: url("/theme/images/action-pause.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}
.actions .option.pause:hover {
	background: url("/theme/images/action-pause-hover.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}

.actions .option.unpause {
	background: url("/theme/images/action-unpause.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}
.actions .option.unpause:hover {
	background: url("/theme/images/action-unpause-hover.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25.5px;
}

.actions .option.edit {
	background: url("/theme/images/action-edit.png") 50% 50% no-repeat;
	background-size: contain;
}
.actions .option.edit:hover {
	background: url("/theme/images/action-edit-hover.png") 50% 50% no-repeat;
	background-size: contain;
}

.actions .option.delete {
	background: url("/theme/images/action-delete.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25px;
}
.actions .option.delete:hover {
	background: url("/theme/images/action-delete-hover.png") 50% 50% no-repeat;
	background-size: contain;
	width: 25px;
}

.actions .option.disabled {
	opacity: 0.4;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
}

.actions .option.off {
	display: none;
}

.sharebox {
	text-align: center;	
}
.sharebox .share-success {
	display: none;
	position: absolute;
	width: calc(100% - 32px);
	background: rgba(54, 169, 224, 0.8);
	font-weight: bold;
	color: #ffffff;
	padding: 2px 3px;
}

.share-items div {
	clear: left;
	min-height: 70px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.modal-content {
	border-radius: 0px;
}
.modal-footer {
	border: none;
}

#share-url {
	width: 1px !important;
	height: 1px !important;
	border: none;
	padding: 0px;
	margin: 0px;
}

.image-preview {
	padding: 10px;
	background: url("/theme/images/trans-grid.jpg");
	width: 100%;
}


.form-check-input:checked {
    background-color: #251f4c;
    border-color: #251f4c;
}

.side-links {
	margin-top: 8px;
}

.side-links a {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #251f4c;
	padding: 4px 10px;
	text-align: center;
	color: #251f4c;
	border-radius: 5px;
	font-weight: bold;
}

.side-links a:hover {
	border: 1px solid #251f4c;
	background: #251f4c;
	color: #ffffff;
}

.side-links a:hover .fa {
	color: #ffffff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

#stats-panel {
	float: right;
	padding: 0px 8px 0px 8px;
}

#stats-panel a {
    padding-right: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
}

.dashboard .page-header {
	padding: 30px 0px 0px 0px;
}

.dashboard .page {
	padding: 30px 0px;
}

.dashboard h3 {
	color: #251f4c;
}

.dashboard h3 small {
	color: #251f4c;
}


table td.actions {
	text-align: right;
}

table td {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.page-item.active .page-link {
	background-color: #251f4c;
	border-color: #251f4c;
}

.pagination a, .pagination a:visited, .pagination a:hover {
	color: #222222;
}

#subscriber-search input {
	background: url("/theme/images/icon-search.jpg") 5px 50% no-repeat;
	background-size: 22px;
	padding-left: 40px;
}

.alert p {
	margin: 0px;
}

.dashboard .table-header {
	background: #251f4c;
}

.dashboard .table-header.recordings {
	background: #251f4c url("/theme/images/recordings_file.png") 10px 50% no-repeat;
	background-size: auto 65%;
	padding-left: 25px;
}

.dashboard .table-header h3 {
	color: #ffffff;
	padding: 10px 30px;
	margin: 0px;
}

.dashboard .table-header a {
	color: #ffffff;
}

.dashboard .table-header a {
	text-decoration: none;
}

.dashboard .table-header a .fa {
	position: absolute;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;
	display: none;
}

.dashboard .table-header:hover a .fa {
	display: inline-block;
}

.dashboard .table-header .create {
	float: right;
	background: #251f4c url("/theme/images/create_session.png") 0% 50% no-repeat;
	background-size: auto 80%;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 30px 5px 70px;
	font-size: 28px;
	margin: 0px;
	text-decoration: none;
}

.dashboard .table-header .create:hover {
	background: #251f4c url("/theme/images/create_session.png") 0% 50% no-repeat;
	background-size: auto 80%;
	color: #ffffff;
}

.dashboard thead th {
	border-bottom: 1px solid #251f4c;
	padding: 12px 0px;
	color: #251f4c;
	font-weight: bold;
}

.dashboard td {
	border-top: none;
	border-bottom: 1px solid #251f4c;
	color: #251f4c;
	vertical-align: middle;
}

.dashboard .controls {
	text-align: right;
}

.dashboard td .btn {
	margin-bottom: 5px;
}

.dashboard td.no-indent {
	padding-left: 0px;
}

.dashboard th.add-indent {
	padding-left: 10px;
}

.dashboard td a, .dashboard td a:hover {
	color: #251f4c;
	text-decoration: none;
}

.dashboard td.important {
	background: #f0f8fb;
	font-weight: bold;
}

.dashboard td.important, .dashboard td.important a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.dashboard tr:hover td.important {
	background: #cdd4eb;
}

.stats {
	padding: 50px 0px;
}
.stats .fa {
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 10px;
}
.stats .number {
	font-size: 30px;
	font-weight: bold;
}
.stats .metric {
	font-size: 16px;
}

.points {
	padding: 10px 0px;
}

.points .point {
	margin-bottom: 30px;
	margin-top: 30px;
}

.points .fa, .points .fab {
	color: #251f4c;
	font-size: 50px;
}

.points h3 {
	font-size: 20px;
	margin-bottom: 5px !important;
}

.points p {
	font-size: 16px;
	margin-bottom: 0px !important;
}

.linked {
	cursor: pointer;
}

.dashboard td.important .link-icon, .dashboard td.important .view-icon {
	display: none;
}

.dashboard tr:hover td.important .link-icon, .dashboard td:hover .view-icon {
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
}

.dashboard .small-only {
	display: none;
}

.dashboard .trash .fa {
	margin-left: 10px;
	color: #251f4c !important;
	opacity: 0.2;
}

.dashboard .trash:hover .fa {
	opacity: 1;
}

.recordings-wrap {
	padding-bottom: 60px;
}

.dashboard .file-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	text-indent: -1000em;
}

.dashboard .file-icon.hosted {
	background: url("/theme/images/recording_hosted.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .file-icon.dropbox {
	background: url("/theme/images/recording_dropbox.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .file-icon.google {
	background: url("/theme/images/recording_google.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .title-text.editing {
	opacity: 0;
	display: block;
	margin-top: -30px;
}

.dashboard .title-edit {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #251f4c;
	padding: 3px 6px;
	float: right;
	display: block;
}

.dashboard-form .control-group {
	margin: 15px 0px;
}

.dashboard-form .control-group label {
	font-weight: bold;
	color: #251f4c;
	margin: 0px;
}

.dashboard-form .required {
	color: #251f4c;
}

.dashboard-form .text-input {
	width: 100%;
	border: 1px solid #251f4c;
	border-radius: 0px;
	padding: 6px 10px;
}

.video-wrap {
	margin-bottom: 40px;
}

.dot {
	background: #251f4c;
	color: #ffffff;
	font-size: 10px;
	display: inline-block;
	width: 20px;
	margin-left: 6px;
	text-align: center;
	padding: 2px 0px;
	border-radius: 50%;
	float: right;
	margin-top: 3px;
}


.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-solid { background-color: #251f4c; }

.bg-solid-alt { background-color: #52def9; }

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vine { padding-bottom: 100%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

:root {
  --jumbotron-padding-y: 3rem;
}




.contact-details {
	margin-bottom: 30px;
}

.contact-details a:hover {
	text-decoration: none;
}

.form-control {
	border-radius: 0.5rem;
}

footer p {
  margin-bottom: .25rem;
}

footer h4, footer .fa, footer .fab, footer .fas, footer a, footer a:visited {
	color: #ffffff !important;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.footer-logo {
	max-width: 200px;
}

.fa, .fab, .fas {
	color: #251f4c;
}






.image-error {
	display: none;
}

.hidden {
	display: none;
}




.file-picker {
}

.file-picker .btn {
	width: 200px;
	border-color: #251f4c;
	color: #251f4c;
}

.file-picker .btn:hover {
	background-color: #251f4c;
	color: #ffffff;
}

.header-add-remove-button.off {
	display: none;
}

.image-uploading {
	margin-top: 10px;
	width: 200px;
	height: 32px;
	background: #ffffff url("/theme/images/uploading.gif") no-repeat 0% 50%;
	background-size: contain;
	text-indent: -100em;
	overflow: hidden;
}

.file-picker .btn:hover .fa {
	color: #ffffff;
}
















.subscription-btn .btn {
	border-radius: 30px;
	background: #d3d2db;
	border-color: #d3d2db;
	color: #24214b;
}

.close-account-btn {
	border-radius: 30px;
	color: #ffffff !important;
}

	.profile-image {
		text-align: center;
		margin-top: 50px;
	}
	.profile-image #profile-image-preview {
		border: 1px solid rgba(0,0,0,0.1);
	}
	.profile-image img {
		width: 100%;
		margin-bottom: 40px;
		margin-top: -50px;
		float: left;
	}
	.profile-image .file-upload {
	    display: none;
	}
	#profile-image-loading {
		width: 100%;
		height: 100px;
		background: #ffffff url('https://static.crowdapps.co/holding/image-uploading.gif?v=1') no-repeat 50% 0%;
		background-size: contain;
		margin-bottom: 200px;
	    display: none;
	}
	#profile-image-button {
		width: 100%;
		margin: 0 auto;
		height: 50px;
		text-align: right;
	}
	#profile-image-button i {
		margin-right: 10px;
		margin-top: 10px;
		background-color: #0d6efd;
		color: #ffffff;
		display: inline-block;
		width: 35px;
		height: 35px;
		text-align: center;
		padding-top: 9px;
		border-radius: 50%;
	}
	.profile {
		text-align: center;
		margin-bottom: 50px;
	}


	.select-brand {
		border: none;
		margin-right: 10px;
		background: #efefef;
		border: 3px solid #ffffff;
		padding: 10px 10px 0px 10px;
		width: 50px;
		display: inline-block;
	}
	.select-brand img {
		margin-bottom: 10px;
	}
	.select-brand.selected {
		border: 3px solid #000088;
	}




	.modal-loading {
		background: url("https://account.crowdapps.co/theme/images/loading.gif") no-repeat 50% 50%;
		background-size: contain;
		position: absolute;
		width: calc(100% - 35px);
		height: 100px;
		text-align: center;
		margin-top: 50px;
		display: none;
	}



