@keyframes gradient {

	0%,
	to {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}
}

body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px
}

.profile-heade {
	display: grid;
	grid-template-columns: 250px auto 300px;
	border: 1px dashed var(--bs-light);
	padding: 12px;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	border-radius: 20px;
	background: var(--bs-blue)
}

.profile-heade img {
	border-radius: 50%;
	height: 220px;
	width: 220px;
	background: var(--bs-white);
	padding: 5px;
	box-shadow: 2px 3px 20px #00000091;
}

.profile-detail h1,
.profile-heade {
	color: var(--bs-white)
}

.profile-detail h5 {
	color: var(--bs-yellow)
}

.profile-detail h1 span {
	font-size: 14px;
	font-weight: 400
}

.contact-details {
	list-style: none;
	padding: 0;
	line-height: 30px
}

.contact-details li span:nth-child(1) .fa {
	color: var(--bs-white);
	font-size: 20px;
	margin-right: 11px;
	position: relative
}

.social-media {
	list-style: none
}

.social-media li span:nth-child(1) img {
	width: 32px;
	height: 32px;
	box-shadow: none;
	border: 0;
	BORDER-RADIUS: 8px;
	PADDING: 0;
	background: var(--bs-white);
	padding-bottom: 2px
}

.social-media li a {
	text-decoration: none;
	color: var(--bs-white);
	display: flex;
	gap: 12px
}

.social-media li {
	line-height: 36px
}

.accordion-button:not(.collapsed) {
	background-image: linear-gradient(120deg, #5a6d8d 0, #c2e9fb 100%);
	color: var(--bs-white) !important
}

.cover-profile {
	BACKGROUND: var(--bs-white);
	box-shadow: 2px 3px 4px 5px #5c5c5c08;
	width: 85%;
	padding: 20px;
	margin: auto auto 2em
}

.table>thead>tr>th {
	background-color: var(--bs-gray-dark);
	color: var(--bs-white);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.accordion-button {
	font-weight: 700
}

ul.textlist li {
	position: relative;
	line-height: 30px;
	text-wrap: wrap
}

ol li {
	position: relative;
	line-height: 25px
}

.textlist {
	list-style: none;
	padding: 2px 20px
}

ul.textlist li::before {
	color: var(--bs-danger);
	position: absolute;
	top: 2px;
	left: -19px;
	font-size: 16px
}

.accordion-body h4,
.accordion-body h5 {
	color: var(--bs-blue);
	text-transform: uppercase
}

.accordion-body h5 {
	border-bottom: 1px dashed var(--bs-primary);
	line-height: 40px;
	color: var(--bs-primary)
}

.accordion-body {
	background: var(--bs-light)
}

.haddign {
	background: var(--bs-primary);
	color: var(--bs-white);
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 1rem 1.25rem;
	font-size: 1rem
}

.bodybg {
	background-color: var(--bs-gray);
	background-repeat: repeat;
	box-shadow: 2px 3px 4px 7px #bfb8b814
}

.accordion-button::after {
	background-image: url(../images/download.svg) !important;
	transition: all .5s
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../../profile/downloadminusa.svg) !important
}

span.labels {
	position: relative;
	top: 28px;
	left: 9%;
	z-index: 2;
	text-transform: uppercase;
	background: var(--bs-primary);
	padding: 10px;
	border-radius: 20px 0 0 20px;
	font-weight: 600;
	color: var(--bs-white)
}

.ticker {
	padding: 0;
	width: 80%;
	text-align: left;
	border: var(--bs-red) 1px solid;
	position: relative;
	overflow: hidden;
	color: var(--bs-red);
	height: 37px !important;
	margin: 0 auto 10px;
	border-radius: 30px;
	display: flex;
	align-items: center
}

.ticker ul {
	width: 100%;
	position: relative
}

.ticker ul li {
	width: 100%;
	display: none;
	text-align: center;
	font-weight: 600;
	margin-left: 40px
}

@media only screen and (max-width:767px) {
	.ticker ul li {
		width: 100%;
		display: none;
		text-align: center;
		font-weight: 600;
		margin-left: 0
	}

	.ticker {
		padding: 10px;
		text-align: left;
		border: #ccc 1px solid;
		position: relative;
		overflow: hidden;
		color: #0e0e0e;
		margin: 0 auto 10px;
		border-radius: 30px
	}

	.cover-profile,
	.ticker {
		width: 100%
	}

	.profile-heade {
		display: grid;
		grid-template-columns: 100% !important;
		text-align: center;
		margin-bottom: 10px
	}

	.social-media li span:nth-child(1) img {
		width: 28px;
		height: 28px
	}

	.profile-detail h1 {
		font-size: 15px;
		margin-top: 10px;
		font-weight: 600
	}

	.social-media li a {
		text-decoration: none;
		color: var(--bs-white);
		display: flex;
		gap: 4px;
		font-size: 11px
	}

	.social-media {
		list-style: none;
		column-count: 2;
		padding: 0
	}

	.contact-details {
		list-style: none;
		padding: 0 3px;
		line-height: 30px;
		text-align: left !important;
		font-size: 12px
	}

	.labels {
		top: -3px !important;
		position: relative !important;
		background: border-rad;
		border-radius: 20px 16px 0 3px !important;
		padding: 3px 17px !important;
		left: 83px !important
	}

	.ticker {
		height: auto !important
	}
}