@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

article .alert{
	margin-bottom: 30px;
	border-radius: 30px;
	border: 0px;
	border-bottom: 1px;
}
.alert-js{
	position: fixed;
	height: 100vh;
	width: 100vw;
	display: flex;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-self: center;
	padding:10px 15px;
}
.alert-js img{
	margin-bottom: 10px;
}
.alert-testing{
	position: fixed;
	z-index: 9999999;
	bottom: 25%;
	left: 0;
	border-radius: 0px;
	display: none;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://www.simplybrilliance.com/fonts/Gotham-Book-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://www.simplybrilliance.com/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Youngblood';
  src: url('https://www.simplybrilliance.com/fonts/Youngblood.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html, body{
	overflow-x: hidden;
}
body {
  background-color: #f4f8fb;
  font-family: 'Open Sans', sans-serif;
  color: #5d6569;
  font-size: 14px;
  line-height: 20px;
}
body > article{
	transition: .1s ease-in filter;
	padding-top: 44px;
	padding-bottom: 100px;
}
body > article.active{
	transition: .5s ease-in filter;
	filter: blur(0px);
	opacity: 1;
}
h1{
	text-align: center;
	color: #333;
	font-family: Gotham, sans-serif;
	font-size:40px;
	font-weight: bold;
	line-height: 50px;
}
h1 span{
	color:#f05074;
	font-weight:  300;
	font-size:50px;
}
h4.text-caps{
	font-family: Gotham, sans-serif;
	font-weight: normal;
	color:#f05074;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
h5.text-caps{
	font-family: Gotham, sans-serif;
	font-weight: bold;
	color:#5d6569;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
h6.text-caps{
	font-family: Gotham, sans-serif;
	font-weight: bold;
	color:#96a2a8;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
a, a:hover{
	color: #f05074;
}
iframe{
	border-radius: 30px;
}

.btn, .ui-menu .ui-menu-item{
	transition: .2s ease-in all;
	background: lightgray;
	border-radius: 50px;
	margin: 0px 5px;
	font-family: Gotham, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 10px;
	width: auto;
	color:white !important;
}
.btn:hover, .ui-menu .ui-menu-item:hover{
	transition: .2s ease-in all;
	transform: scale(1.05) translateY(-2px) rotateX(-20deg) translateZ(10px);
	color: white;
	box-shadow: 0px -2px 0px 2px #8e9ca4;
}
.btn:active, .ui-menu .ui-menu-item:active{
	transition: .2s ease-in all;
	box-shadow: 0px -2px 0px 4px #8e9ca4;
	transform: scale(1.05) translateY(-2px) rotateX(-40deg) translateZ(10px);
	filter: brightness(80%);
}
/* the .btn rule above forces every button to the same grey pill with white text -
   these single-class overrides rely on being declared after it (equal specificity,
   later wins) rather than :not()/!important tricks that would out-rank other same-
   specificity overrides elsewhere, like my/_menu.php's own .btn-primary rule */
.btn-primary{ background: #754898; }
.btn-primary:hover{ background: #4b2668; }
.btn-danger{ background: #dc3545; }
.btn-danger:hover{ background: #c82333; }
.btn-outline-danger{ background: transparent; color: #dc3545 !important; border: 1px solid #dc3545; }
.btn-outline-danger:hover{ background: #dc3545; color: #fff !important; }
.btn-outline-secondary{ background: transparent; color: #6c757d !important; border: 1px solid #6c757d; }
.btn-outline-secondary:hover{ background: #6c757d; color: #fff !important; }
.btn-img{
	display: flex;
	align-items: right;
	padding: 6px 10px;
	font-size: 10px;
	transform: scale(0.9);
}
.btn-img img{
	float:right;
	height: 30px;
	margin-top: -8px;
	margin-bottom: -8px;
	margin-left: 8px;
	margin-right: -12px;
	border-radius: 50px;
}
.btn-wide{
	width: 153px;
}
.btn-edit{
	color:white;
	padding: 10px;
	border-radius: 30px;
	box-shadow: 0 0px 0px 2px rgba(255,255,255,1) , 0 5px 10px 1px rgba(0,0,0,.4);
	position: absolute;
	z-index: 999;
	width:40px;
	text-align: center;
	margin-left: calc(97% - 40px);
	margin-top: -15px;
	transition: .1s ease-in all;
	cursor: pointer;
}
.btn-edit-away{
	margin-left: calc(94% - 40px);
}
.btn-edit:hover{
	transition: .2s ease-in all;
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 0px 0px 3px rgba(255,255,255,1) , 0 5px 10px 4px rgba(0,0,0,.4);
	width: auto;
	min-width: 80px;
}
.btn-edit span{
	opacity: 0;
	height: 0px;
	width: 0px;
	display: block;
	transition: 0s ease-in all;
	font-size: 12px;
	float: right;
}
.btn-edit:hover span{
	opacity: 1;
	height: auto;
	width: auto;
	transition: .2s ease-in all;
}

.btn-.ui-menu .ui-menu-item{
	width: 180px;
}
.bg-pink{
	background: #f05074;
}
.bg-purple{
	background: #4b2668;
}
.bg-blue{
	background: #17447D;
}
.bg-grey{
	background: #e2e8ec;
	color: #8e9ca4 !important;
}
/* category/tag colour badges - .{colour}-button, referenced across admin-tags, admin-home, categories etc. */
.purple-button, .pink-button, .blue-button, .yellow-button, .grey-button{
	display: inline-block;
	margin: 0 8px 8px 8px;
	padding: 16px 24px;
	border-radius: 48px;
	transition: all 200ms ease;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.purple-button{ background-color: #754898; }
.purple-button:hover{ background-color: #4b2668; }
.pink-button{ background-color: #f05074; }
.pink-button:hover{ background-color: #df214c; }
.blue-button{ background-color: #64c2c1; }
.blue-button:hover{ background-color: #399695; }
.yellow-button{ background-color: #ffae00; }
.yellow-button:hover{ background-color: #ff7b00; }
.grey-button{ background-color: #c1c9cf; }
.grey-button:hover{ background-color: #5d6569; }
.sm-button{
	padding: 0px 5px;
	margin: 0px;
	display: inline-block;
	letter-spacing: 0px;
	text-align: center;
	font-size: 10px;
}
.brightspark-button{
	display: inline-block;
	margin: 0 8px 8px 8px;
	background: #61A8F2 url('../images/brightspark.svg') center left no-repeat;
	background-size: contain;
	font-family: Gotham, sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	text-indent: 25px;
	padding: 16px 24px;
	text-decoration: none;
}
.brightspark-button:hover{
	background: #308FEE url('../images/brightspark.svg') center left no-repeat;
	color: #fff;
}
.text-pink{
	color: #f05074 !important;
}
.outline-blue{
	border:2px solid #17447D;
	background: none;
	color:#17447D !important;
}
.outline-grey{
	border:2px solid #bfc5c7;
	background: none;
	color:#bfc5c7 !important;
}

.back-arrow{
	border-radius: 30px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);

	background: white;
	margin-bottom: -30px;
	margin-left: -15px;
	z-index: 1;
	position: relative;
}
.back-arrow img{
	padding: 15px 5px;
}

.modal-backdrop{
	display: none !important;
}
.modal-content{
	border-radius: 30px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
	border:0px;
	padding: 15px;
}
.modal-header, .modal-footer{
	border:0px;
}
.modal-header{
	padding:0px;
}
.modal-close{
	padding: 0px;
}
.modal-body{
	padding-top: 0px;
}

.select2-selection{
	border-radius: 48px !important;
}
.select2{
	width:100% !important;
	max-width: 100% !important;
	border-radius: 48px;
	border:0px;
}
.select2-selection{
	font-size:14px;
}
.select2-results__option{
	width: intrinsic !important;
	background: #fff ;
	border-radius: 48px !important;
	box-shadow: 6px 5px 16px 0 rgba(43, 46, 49, 0.08);
	margin: 5px !important;
	display: inline-block !important;
	font-size: 14px;
	padding: 5px 10px !important
}
.select2-dropdown{
	background: #f4f8fb !important;
	border: 0px !important;
	padding: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border-radius: 48px !important;
}

.ui-widget.ui-widget-content{
	border-radius: 30px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
	border:0px;
	padding: 15px;
	max-width: 820px;
	max-height: 100px;
	overflow: scroll;
	margin-top: 35px !important;
}
.ui-menu .ui-menu-item{
	display: inline-block;
	padding: 0px;
	margin: 1px;
}
.ui-menu .ui-menu-item-wrapper{
	background: #e2e8ec;
	color: #8e9ca4 !important;
	padding: 2px 4px;
	font-size: 13px;
	border-radius: 30px;
	border:none !important;
	font-weight: bold !important;
}
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper{
	background: #e2e8ec !important;
	color: #8e9ca4 !important;
	font-weight: bold !important;
	border:0px !important;
}

.form-control{
	border-radius: 50px;
	font-size: 15px;
	border:2px solid #dee3e6;
	padding: 15px;
	margin: 10px 0px;
	height: auto;
}
.input-group > .form-control{
	margin: 0;
}
.form-control:focus{
	background: #f4f8fb;
	border-color:#f05074;
	box-shadow:none;
	outline: none;
}

#top_nav{
	background: white;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
	padding: 0px 0px;
	position: fixed;
	width: 100%;
	z-index: 9999999999;
}
#top_nav .navbar-brand{
	width: 160px;
}
#top_nav .navbar-brand img{
	height: 40px;
}
.nav-item{
	transition: .2s ease-in all;
	margin: 0px 5px;
}
.nav-link{
	transition: .2s ease-in all;
	font-family: Gotham, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	color:#c1c9cf;
}
.nav-link:hover, .hotlink:hover{
	transition: .2s ease-in all;
	transform:  scale(1.05) translateY(-2px) rotateX(-20deg) translateZ(10px);
	color:#f05074;
	text-decoration: none;
}
.nav-link:active{
	transform:  scale(1.05) translateY(-2px) rotateX(-40deg) translateZ(10px);
}
.nav-link img{
	transition: .2s ease-in all;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
}
.nav-link:hover img{
	transition: .2s ease-in all;
	filter: invert(49%) sepia(26%) saturate(6042%) hue-rotate(317deg) brightness(97%) contrast(93%);
}
.navbar-toggler{
	border-color: #c1c9cf;
	border-radius: 50px;
	padding: 10px;
	font-size: 12px;
	color: #aab2b7;
}
.navbar-toggler-icon{
	color: #c1c9cf;
}

.inner{
	max-width:1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-self: center;
}
.inner-full{
	height: 100vh;
}

.card{
	transition: .2s ease-in all;
	border-radius: 30px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
	border:0px;
	min-height: 200px;
}
.card:hover{
	position: relative;
	transition: .2s ease-in all;
	transform:  scale(1.05) translateY(-2px) rotateX(-20deg) translateZ(10px);
	z-index: 1;
}
.card-cover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 330px;
}
.card-no-ani:hover{
	transition: 0s ease-in all;
	transform:  scale(1.0) translateY(0px) rotateX(0deg) translateZ(0px);
}

/*
.stack > .card{
	position: absolute;
	max-height: 300px;
	overflow: hidden;
}
.stack:hover .card{
	filter: brightness(90%);
	margin-bottom: 10px;
}
.stack > .card:hover{
	z-index: 9999;
	filter: brightness(100%);
	max-height: 100%;
	overflow: visible;
	transform:  scale(1.05) translateY(-2px) rotateX(0deg) translateZ(10px);
}

*/
.stack > .card{
	margin-bottom: 30px;
}

.row-all-providers .slick-list{
	padding: 15px 0px;
}
.slick-prev{
	position: absolute;
	margin-top: 25px;
}

.tags{
	margin: 0px 0px 15px 0px;
}
.tags .btn{
	padding: 2px 4px;
	margin: 3px 0px;
}

.embed-responsive{
	border-radius: 30px;
}

/*
 * Homepage
 */

#home_search{
	/* background: url('https://simplybrilliance.com/images/homebg_2022-4.jpg') center top no-repeat;*/
	background-size: contain;
}
#home_search > .inner{
	align-items: center;
}
#home_search .zebra{
	position: absolute;
	right: 0px;
	height: 50vh;
	top: 65px;
	z-index: 0;
}
#home_search h1{
	font-size: 22px;
	font-weight: normal;
	color: color(srgb 0.213 0.211 0.211);
}
#home_search h1 b{
	color:#f05074;
}

#search_box{
	transition: .2s ease-in all;
	background: white;
	width: 870px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 50px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}
#search_box:hover{
	transition: .2s ease-in all;
	box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.05);
}
#search_box .form-control{
	border:0px;
	border-radius: 50px;
	font-size: 18px;
	background: none;
	margin: 0px;
	height: auto;
	padding: 15px 25px;
}
#search_box .btn{
	border-radius: 50px;
	margin-right: 0px;
	padding: 20px;
}
#search_box .form-control::placeholder{
	color:#bfc5c7 !important;
}


.tags-full-width{
	max-width:820px;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 25px;
	position: relative;
	z-index: 1;
}
.tags-full-width .btn{
	margin: 1px 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
	color:rgb(91, 102, 120) !important;
	border:2px solid #9cadb8;
	padding: 4px 6px;
}
.tags-full-width .btn:hover{
	transform: scale(1.1);
	box-shadow: 0px 0px 0px 5px #f4f8fb;
}

.row-providers{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 15px 0px;
}
.row-providers .col{
	flex:0 0 33.33%;
}
.row-providers h3{
	color: #333;
	font-family: Gotham, sans-serif;
	font-size:13px;
	font-weight: bold;
}
.row-providers h3 span{
	float: right;
}
.row-providers p{
	color: #9da4a9;
	font-family: Gotham, sans-serif;
	font-size:13px;
	line-height: 16px;
	margin-bottom: 0px;
}
.row-providers a{
	text-decoration: none;
}
.row-providers .logo{
	display: inline-block;
	float:left;
	height: 100px;
	width:100px;
	margin-right:15px;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.row-providers .card{
	min-height: 0px;
}
.row-providers .col-md-4 a:nth-child(1) .card{
	z-index: 1;
	animation: ani_home_card_1 10s infinite;
	transform-origin: 'bottom left';
}
.row-providers .col-md-4 a:nth-child(2) .card{
	margin-top: -140px;
	z-index: 0;
	animation: ani_home_card_2 10s infinite;
}


.row-all-providers{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 55px;
	background: white;
	box-shadow: 0px 0px 5px 5px white;
	z-index: 5;
}
.row-all-providers .logo{
	height: 40px;
	width: auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 10px
}
.row-all-providers .slick-list{
	padding: 5px !important;
}

/*
#home_information{
	background: url('/images/homebg_2022-alt.jpg') top center no-repeat;
	background-size:contain;
}
*/
#home_information .row{

}

.reviews{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 50px 0px;
}
.reviews .review{
	flex:0 0 100%;
	padding: 30px;
}
.reviews .logo img{
	margin: 0 auto;
}
.reviews p{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.reviews .desc{
	font-style: italic;
	line-height: 2;
	font-family: "Gotham", sans-serif;
	font-size:16px;
}
.reviews .desc i{
	display: inline-block;
	font-weight: bold;
	margin-top: 15px;
	font-size:14px;
}
.review .card{
	width: 500px;
	margin: 0 auto;
	padding: 30px;
}

.social-container{
	text-align: center;
}
.social-container a{
	display: inline-block;
}
.social-container a > img{
	height: 30px;
	margin: 30px 5px;
}

/*
 * Profile
 */

#profile{
	margin-top: 50px;
}
#profile > .row{
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#profile .card-bio{
	margin-top: 30px;
}
#profile .card-bio .card-body .row:first-child{
	height: 265px;
}
#profile h1{
	font-size: 16px;
	text-align: left;
	margin-bottom: -10px;
}
#profile .profile-links a{
	display: inline-block;
	font-family: Gotham, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 0px 10px;
	background: #e2e8ec;
	padding: 5px 10px;
	margin: 0px 10px;
	border-radius: 30px;
}

#criteria{
	padding: 0px 0px 100px 0px;
	max-width: 1000px;
}
#criteria h2, #criteria h3{
	margin: 15px 0px;
}
#criteria h2{
	font-size:2rem;
}
#criteria h3{
	font-size:1.5rem;
}
#criteria .card{
	margin: 20px 5px;
	min-height: 180px;
	padding: 0px;
	padding-top: 5px;
}
#criteria .logo{
	display: block;
	float:left;
	height: 40px;
	width:30px;
	margin-right:10px;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform:translateY(4px);
}

#sb-dna{
	margin-top: 0px;
}
#sb-dna{
	text-align: center;
}
#sb-dna p{
	font-size: 18px;
}
#sb-dna .card-body{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-self: center;
}

#profile-resources{
	margin-bottom: 30px;
}

.slick-next, .slick-prev{
	position: absolute;
	top: -17.5%;
	border-radius: 30px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
	background: white;
	border:0px;
	z-index: 0;
}
.slick-next{
	transform: rotateY(180deg);
	right: 0;
	top: -10.5%;
	z-index: 1;
	background: #f05074;
}
.slick-prev{
	right: 0;
	margin-right: 50px;
	z-index: 1;
}
.card-slide{
	height: 360px;
}
.card-slide .slick-list{
	margin: 0px;
	border-radius: 25px;
}
.card-slide .slick-track{
	z-index: 2 !important;
}
.card-slide .card-cover{
	height: 360px !important;
}


footer p{
	text-align:center;
	font-size:13px;
}
footer div{
	margin: 0px 15px;
}
footer a{
	margin:0px 15px;
}

.read-on{
	margin-top:30px; margin-bottom:-100px
}

@media screen and (max-width:760px){

	html, body{
		overflow-x: hidden;
	}

	#home_search .zebra{
		position: relative;
		height: 15vh;
		top: 0;
		right: auto;
		margin-bottom: -20px;
		margin-top: -150px;
	}
	#search_box{
		width: 90%;
	}
	#search_box .form-control{
		padding: 5px;
		font-size: 14px;
	}
	#search_box .btn{
		padding: 10px;
	}

	#home_information .inner{
		width:90%;
	}
	#home_information .col-md-12{
		text-align:center;
	}
	#home_information .btn{
		margin-bottom: 15px;
	}

	.btn-img{
		width: 120px;
	}
	.btn-wide{
		width: 153px;
	}
	.nav-item{
		margin: 5px;
	}

	.tags-full-width{
		margin-left: 0px;
		width: 90%;
	}
	.row-providers .col-md-4{
		display: none;
	}
	.row-providers .col-md-4:nth-child(1){
		display: block;
	}


	footer{
		flex-direction: column;
		text-align: center;
	}
	footer div{
		margin-bottom: 30px;
	}

	.card-cover, .card-slide{
		min-height: 160px !important;
		max-height:160px !important;
		height:160px !important;
	}

	.back-arrow{
		transform: scale(0.7);
	}
	.card-bio .dp img{
		width:auto;
		height:150px;
	}
	.card-bio .dp{
		text-align: center;
	}
	#profile .card-bio .card-body .row:first-child{
		height:auto;
	}
	#profile .profile-links{
		text-align: center;
	}
	#profile .profile-links a{
		width: 40%;
		margin-bottom: 15px;
		text-align: center;
	}
	#home_join{
		text-align: center;
	}
	.modal-content{
		max-width: 90%;
	}
	.modal-content .row > div{
		padding:15px 0px;
	}
	.row-providers .col-md-6{
		padding:5px 0px;
	}
	.updated{
		width:100%;
		margin:5px 0px;
	}
	.slick-prev{
		top:-45.5px;
	}
	.slick-next{
		top:-20.5px;
	}

	#home_information .inner > h2:first-child{
		margin-top: -160px !important;
		text-align: center;
	}
	#home_information .read-on{
		margin-bottom: -20px;
	}
	.reviews .review{
		padding:0px;
		width: 100%;
	}
	.reviews .review:nth-child(even) .row > div:nth-child(1){
		order:1;
	}
}

.slick-next{
	animation: nudgeright 3s 1;
	animation-iteration-count:infinite;
}
.slick-next-static{
	animation: none;
}
@keyframes nudgeright {
	0% { transform: scale(1.0) rotateY(180deg); }
	75% { transform: scale(1.0) rotateY(180deg); }
	80% { transform: scale(1.15) rotateY(180deg); }
	90% { transform: scale(1.00) rotateY(180deg); }
	95% { transform: scale(1.15) rotateY(180deg); }
	100% { transform: scale(1.0) rotateY(180deg); }
}
.body-block{
	filter:blur(0px) !important;
}
#toast-alert-container{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999999;
	width: 340px;
	max-width: calc(100vw - 40px);
}
.toast-alert{
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #d9c9ea;
	color: #4b2668;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	animation: toast-alert-in 0.25s ease-out;
}
.toast-alert-body{
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 32px 16px 16px;
	font-size: 14px;
}
.toast-alert-thumb{
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}
.toast-alert-text p:last-child{
	margin-bottom: 0;
}
.toast-alert-close{
	position: absolute;
	top: 6px;
	right: 8px;
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.5;
	color: inherit;
}
.toast-alert-close:hover{
	opacity: 1;
}
.toast-alert-progress{
	height: 3px;
	width: 100%;
	background: rgba(0,0,0,0.15);
}
.toast-alert-progress::after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: currentColor;
	animation: toast-alert-progress 5s linear forwards;
}
@keyframes toast-alert-in {
	from { opacity: 0; transform: translateX(20px); }
	to { opacity: 1; transform: translateX(0); }
}
@keyframes toast-alert-progress {
	from { width: 100%; }
	to { width: 0%; }
}
.card-header{
	background: none !important;
	border-radius: 50px;
	margin: 8px;
}
.tablesorter-filter-row td{
	background: #fff !important;
	padding: 8px !important;
}
.tablesorter tr.filtered{
	display: none !important;
}
.tablesorter-filter{
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 50px !important;
	border: 2px solid #dee3e6 !important;
	padding: 6px 15px !important;
	font-size: 13px !important;
	background: #fff !important;
	color: #4b2668 !important;
	box-shadow: none !important;
	transition: .2s ease-in all;
	width: 100%;
}
.tablesorter-filter::-webkit-search-cancel-button{
	-webkit-appearance: none;
}
.tablesorter-filter::placeholder{
	color: #8e9ca4;
}
.tablesorter-filter:focus{
	border-color: #754898 !important;
	background: #f4f8fb !important;
	outline: none;
}
