* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	overflow-x: hidden;
	background: #f2f4f7;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

:root {
	--dark-bg: #3c3d3f;
	--dark-color: #323232;
}

a {
	text-decoration: none;
	color: var(--dark-color);
}

.container {
	max-width: 1440px;
	padding: 0px 20px;
	margin: auto;
}

input:focus {
	outline: none;
}

/* ---==================  header css start  ==================--- */

.cart-sec {
	position: relative;
	margin: 0 15px 0 10px;
}

.cart-sec span,
.cart-sec sup {
	font-size: 11px;
	width: 22px;
	height: 22px;
	background-color: rgba(242, 101, 49, 1);
	color: #fff;
	position: absolute;
	right: -12px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -5px;
	border-radius: 50%;
}

header {
	position: relative;
	z-index: 9999999;
}

.header-wrapper {
	background-color: var(--dark-bg);
	padding: 0 16px 0 26px;
	margin: 19px 0 18px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper [role="tablist"] {
	position: relative;
	display: flex;
	width: fit-content;
	gap: 51px;
}

.wrapper [role="tablist"]::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	scale: var(--_width, 0.48) 1;
	translate: var(--_left, 0) 0;
	transform-origin: left;
	transition: scale 200ms, translate 200ms;
	background: #f26531;
}

.list-item {
	color: #fff;
	background: lightblue;
	background: transparent;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.header-wrapper-left {
	display: flex;
	gap: 67px;
	align-items: center;
}

.list-item a {
	padding: 28px 0 29px;
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}

.list-item .inactive {
	padding: 28px 0 29px;
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}

.list-item .inactive {
	opacity: 0.3;
}

.list-item .inactive img {
	opacity: 0.3;
}

.header-wrapper-right {
	display: flex;
	gap: 62px;
	align-items: center;
}

.wizard-out-now-main {
	display: flex;
	gap: 43px;
	align-items: center;
	border-radius: 2px;
	background: #4c4e52;
	padding: 12px 24px 12px 18px;
}

.wizard-out-now-main .wizard-out-now {
	display: flex;
	gap: 18px;
	align-items: center;
}

.wizard-out-now-main .wizard-out-now img {
	width: 27px;
	height: 27px;
}

.wizard-out-now-main p {
	color: #f08e6a;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
}

.wizard-out-now-main .try-it-out {
	color: #f2f4f7;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.wizard-out-now-main .try-it-out:hover {
	opacity: 0.7;
}

.wizard-out-now-main a img {
	width: 17px;
	height: 17px;
}

.profile-part-right {
	display: flex;
	gap: 10px;
	align-items: center;
}

.profile-pic {
	position: relative;
	display: block;
	cursor: pointer;
}

.profile-pic img {
	width: 100%;
}

.profile-pic img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.profile-pic span {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: #f26531;
}

button:focus {
	outline: none;
}

/* ------------ header css end ------------ */

.header-star-icon {
	width: 50px;
	height: 50px;
	background-color: #ffffffe5;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes heartbeat {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.15);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

.animate-heartbeat {
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.header-star-icon:hover .animate-heartbeat {
	animation: heartbeat 2s infinite;
}

.confetti-button {
	border-radius: 6px;
	background: #f26531;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	padding: 11px;
	cursor: pointer;
	position: relative;
	font-family: "Rubik", sans-serif;
	transition: transform ease-in 0.3s, box-shadow ease-in 0.25s;
	border: 0;
	z-index: 999;
	text-wrap: nowrap;
}

.confetti-button:focus {
	outline: 0;
}

.confetti-button:before,
.confetti-button:after {
	position: absolute;
	content: "";
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: 12;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}

.confetti-button:before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, transparent 10%, #f26531 15%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.confetti-button:after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, transparent 10%, #f26531 15%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%), radial-gradient(circle, #f26531 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button:active {
	transform: scale(0.9);
	background-color: #f26531;
}

.confetti-button.confetti-button1:before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.confetti-button.confetti-button1:after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fff 15%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%), radial-gradient(circle, #fff 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button.animate:before {
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}

	50% {
		background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}

	100% {
		background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

@keyframes bottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}

	50% {
		background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}

	100% {
		background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

/* ---==================  header css end  ==================--- */

/* ---==================  dashboard first section css start  ==================--- */
.dashboard-first-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 18px;
}

.profile-section {
	border-radius: 5px;
	background: #fff;
	width: 100%;
	padding: 21px 22px 25px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.greeting {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
}

.greeting p {
	color: #818181;
	font-size: 20px;
	font-weight: 400;
}

.profile-image {
	margin-top: -15px;
	margin-bottom: -15px;
}

.profile-image .percent {
	position: relative;
	display: flex;
	justify-content: center;
}

.profile-image svg {
	position: relative;
	width: 210px;
	height: 210px;
	transform: rotate(-90deg) scale(0.75);
}

.profile-image svg circle {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #dedede;
	stroke-width: 10;
	stroke-linecap: round;
}

.profile-image svg circle:last-of-type {
	stroke-dasharray: 625px;
	stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
	stroke: #f26531;
}

.profile-image .profile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-image .profile img {
	border-radius: 100%;
	width: 127.567px;
	height: 127.567px;
}

.profile-info {
	text-align: center;
}

.profile-info h2 {
	color: var(--dark-bg);
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 8px;
}

.profile-info p {
	color: #818181;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.28;
}

.progress {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 25px;
}

.progress-item {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 5px;
	padding: 15px;
	position: relative;
}

.learning-progress {
	background: #2e6e80;
}

.course-nav {
	cursor: pointer;
}

.design-progress {
	background: #8d8d7a;
	padding-left: 22px;
}

.progress-icon {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}

.progress-text {
	width: 100%;
	text-align: right;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	z-index: 10;
}

.card-header {
	display: flex;
	align-items: center;
	gap: 19px;
	border-radius: 5px 5px 0 0;
	padding: 11px 18px 12px;
	z-index: 10;
	position: relative;
}

.welcome-rondo-right .card-header {
	background: #f36915;
}

.card-header p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.welcome-rondo-right {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	grid-column: span 2;
}

.welcome-rondo-inner {
	display: flex;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.welcome-rondo-nexus-img {
	max-width: 373px;
	width: 100%;
}

.welcome-rondo-nexus-img img {
	height: 100%;
	object-fit: cover;
	max-width: 373px;
	width: 100%;
}

.notifications {
	padding: 25px 17px 40px 29px;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	gap: 34px;
}

.notifications .dvider {
	background: #dcdcdc;
	height: 1px;
	width: 100%;
}

.notification-item-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.notification-item {
	display: flex;
	align-items: center;
	gap: 26px;
	width: 100%;
}

.notification-item .white-arrow {
	background-color: #3c3d3f;
	min-width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.date {
	color: #818181;
	font-size: 27px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.date span:last-child {
	font-size: 17px;
	font-weight: 400;
}

.notification-content h3 {
	color: #f26531;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 4px;
}

.notification-content p {
	color: #323232;
	font-size: 15px;
	font-weight: 400;
}

.edit-sec {
	cursor: pointer;
}

/* ---==================  dashboard first section css end  ==================--- */

/* ---==================  dashboard second section css start  ==================--- */
.dashboard-second-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 18px;
}

.card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 100%;
}

.card-item {
	width: 100%;
	border-radius: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.dashboard-second-section .card-header {
	background: #3c3d3f;
}

.card-text {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.card-text span {
	color: #f26531;
	font-size: 17px;
	font-style: italic;
	font-weight: 300;
}

.nexus-card-sec {
	width: 100%;
}

.card-second-line {
	padding: 27px 28px 46px 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	z-index: 10;
	gap: 12px;
}

.inner-card-second1 {
	border-bottom: 1px solid #45A7A9;
	margin-bottom: 17px;
	padding-bottom: 17px;
}

.card-second-line.card-second-line1 {
	flex-wrap: wrap;
	align-items: start;
}

.card-second-line1 .inner-card-second {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	gap: 15px;
}

.nexus-learning-card .card-second-line {
	background: url(/assets/image/skills-up-date-bg.png) lightgray 50% / cover no-repeat;
}

.nexus-learning-card .card-second-line.card-second-line1 {
	height: 100%;
}

.nexus-design-card .card-second-line {
	background: url(/assets/image/skills-up-date-2-bg.png) lightgray 50% / cover no-repeat;
}

.nexus-design-card ul li {
	padding: 0 !important;
}

.dashboard-second-section .card-item:hover .card-image img {
	transform: scale(1.1);
}

.dashboard-second-section .card-item .card-image img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.card-second-line .confetti-button {
	padding: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	transition: all ease-in 0.3s;
	margin-right: 0;
}

.card-second-line .confetti-button:not(:disabled):hover {
	margin-right: -8px;
}

.card-second-line .confetti-button img {
	pointer-events: none;
	position: relative;
	z-index: 50;
}

.disable-card .card-second-line p {
	opacity: 0.5;
}

.card-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
}

.card-full-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.card-full-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-image {
	border-radius: 0 0 5px 5px;
}

/* ---==================  dashboard second section css end  ==================--- */

/* ---==================  dashboard third section css start  ==================--- */
.dashboard-third-section {
	display: flex;
	gap: 16px;
	margin-bottom: 18px;
}

.latest-news-card .card-header {
	background: #f26531;
}

.card-text a {
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s;
}

.card-text a:hover {
	opacity: 0.8;
}

.card-text a p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.latest-news-updates-content {
	display: flex;
	flex-direction: column;
	gap: 38px;
	padding: 23px 25px 29px 20px;
}

.latest-news-updates-dvider {
	background: #dcdcdc;
	height: 1px;
}

.latest-news-updates-content-wrapper {
	display: flex;
	align-items: center;
	gap: 19px;
}

.latest-news-updates-text {
	width: 100%;
	max-width: 60%;
}

.latest-news-updates-text span {
	border-radius: 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	padding: 6px 7px 4px;
}

.latest-news-updates-text span.yellow-badge {
	background: #ffd600;
	color: #323232;
}

.latest-news-updates-text span.green-badge {
	background: #8fd052;
	color: #fff;
}

.latest-news-updates-image {
	display: flex;
	min-width: 240px;
}

.latest-news-updates-image img {
	width: 100%;
	object-fit: cover;
}

.latest-news-updates-text h4 {
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-top: 18px;
	margin-bottom: 14px;
}

.latest-news-updates-text p {
	color: #5d5d5d;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}

.latest-news-updates-text a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	border-top: 1px solid #dcdcdc;
	transition: 0.3s;
}

.latest-news-updates-text a:hover {
	opacity: 0.7;
}

.rondo-alert-card {
	background-color: #dbded8;
}

.rondo-alert-card .card-header {
	background: #3c3d3f;
}

.rondo-alert-content-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 23px 17px 35px 20px;
}

.nexus-learning-content {
	border-radius: 0 0 5px 5px;
	background: #e0ebee;
}

.rondo-alert-text {
	width: 100%;
	max-width: 278px;
}

.rondo-alert-text .nexus-badge {
	border-radius: 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	padding: 5px 7px 5px 9px;
	display: flex;
	align-items: center;
	color: #fff;
	width: fit-content;
}

.rondo-alert-text span.nexus-learning-badge {
	background: #2e6e80;
	gap: 8px;
}

.rondo-alert-text span.nexus-design-badge {
	gap: 6px;
	background: #7f8272;
}

.rondo-alert-text h4 {
	margin-top: 18px;
	margin-bottom: 11px;
	font-weight: 500;
}

.rondo-alert-text p {
	margin-bottom: 24px;
	color: #5d5d5d;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.rondo-alert-text .btn-animation {
	max-width: 209px;
}

.start-course-btn {
	border-radius: 40px;
	background: #f26531;
	font-size: 16px;
	display: flex;
	gap: 10px;
	width: 100%;
	color: #fff;
	padding: 14px 26px 17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.btn-animation:hover .start-course-btn span {
	-webkit-transform: translateX(-26px);
}

.rondo-alert-image {
	display: flex;
}

.rondo-alert-image img {
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

/* ---==================  dashboard third section css end  ==================--- */
.dashboard-fourth-section {
	display: flex;
	gap: 19px;
	margin-bottom: 16px;
}

/* ---==================  dashboard fifth section css start  ==================--- */
.dashboard-fifth-section {
	display: flex;
	gap: 19px;
	margin-bottom: 16px;
}

.recently-added-resources-card .card-header {
	background: #3c3d3f;
}

.resources-list {
	padding: 20px 25px 28px 20px;
}

.resources-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 23px;
	padding-top: 16px;
	padding-bottom: 17px;
}

/*.resources-item:not(:first-child) {
  padding-top: 26px;
}
.resources-item:not(:last-child) {
  padding-bottom: 27px;
  border-bottom: 1px solid #dcdcdc;
}*/
.resources-item .resources-inner-left h4 {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.resources-list-dashboard .resources-item:hover .resources-inner-left h4 {
	text-decoration: underline;
}

.resources-inner-left {
	display: flex;
	align-items: center;
	gap: 26px;
}

.resources-inner-left h4 {
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.resources-product-img {
	display: flex;
	width: 67.841px;
	height: 62.877px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	background: #dcdcdc;
}

.resources-inner-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.resources-inner-right a {
	padding: 4px;
	display: flex;
	align-items: center;
}

.download-icon img {
	margin-top: 6px;
}

.have-an-enquiry-card .card-header {
	background: #838383;
}

.have-an-enquiry-content {
	padding: 28px 20px 28px 28px;
}

.have-an-enquiry-content p {
	color: #323232;
	font-size: 16px;
	/*font-weight: 500;*/
	line-height: normal;
	margin-bottom: 22px;
}
.resources-list-dashboard p {
	color: #323232;
	font-size: 16px;
	/*font-weight: 500;*/
	line-height: normal;
	margin-bottom: 22px;
}

.form-fields label {
	color: #5d5d5d;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
	display: block;
}

.form-fields-wrapper {
	display: flex;
	flex-direction: column;
}

.form-fields {
	margin-bottom: 16px;
}

.form-fields textarea {
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	font-family: "Rubik", sans-serif;
}

.form-fields textarea:focus {
	outline: none;
}

.form-fields .nice-select {
	width: 100%;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	height: 46px;
	line-height: 46px;
}

.form-fields .nice-select:after {
	background-image: url(/assets/image/nice-select-arrow.svg);
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 0;
	transform: rotate(0);
	margin-top: -6px;
}

.form-fields .nice-select .list-menu {
	width: 100%;
	border: 1px solid #c6c6c6;
}

.form-fields-wrapper .submit-btn {
	width: fit-content;
	width: 100%;
	max-width: 209px;
}

.form-fields-wrapper .submit-btn button {
	width: 100%;
	max-width: 209px;
	padding: 15px 17px 16px 17px;
	border-radius: 40px;
	background: #f26531;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	font-family: "Rubik", sans-serif;
	border: 0;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btn-animation button {
	background: #f26531;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	font-family: "Rubik", sans-serif;
	border: 0;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.btn-animation {
	position: relative;
	width: 100%;
}

.btn-animation::after {
	content: "";
	position: absolute;
	right: 30%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	background-image: url(/assets/image/right-arrow.svg);
	width: 17px;
	height: 17px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none;
}

.btn-animation:hover:after {
	right: 10%;
	opacity: 1;
}

.btn-animation button span {
	width: 100%;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.btn-animation:hover button span {
	transform: translateX(-56px);
	-webkit-transform: translateX(-56px);
	-o-transform: translateX(-56px);
	-ms-transform: translateX(-56px);
	-moz-transform: translateX(-56px);
}

/* ---==================  dashboard fourth section css end  ==================--- */

/* ---==================   footer start  ==================--- */
.inner-footer.inner-footer-last-sec a,
.inner-footer-first-sec ul li a,
.inner-footer-second-sec a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.footer-main-sec {
	display: flex;
	justify-content: space-between;
	background-color: #323232;
	color: #fff;
	padding: 20px 23px;
	font-size: 15px;
	gap: 20px;
	margin: 16px 0 19px;
	border-radius: 5px;
}

.footer-main-sec h4 {
	color: #999999;
	font-weight: 500;
	margin-bottom: 10px;
	width: 27%;
}

.inner-footer-first-sec ul li {
	list-style: none;
	margin-bottom: 3px;
}

.inner-footer {
	width: 33.33%;
	border-right: 1px solid #fff;
}

.inner-footer-second-sec a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: underline;
	color: #fff;
}

.inner-footer-second-sec p {
	margin-bottom: 11px;
	display: inline-block;
	font-weight: 400;
}

.inner-footer-second-sec p:last-child {
	margin-bottom: 0;
}

.inner-footer-first-sec {
	padding-right: 15px;
	width: 28.5%;
}

.inner-footer-second-sec {
	width: 42.33%;
	padding: 0 15px;
}

.inner-footer.inner-footer-last-sec {
	border-right: 0;
	width: 23.33%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.inner-footer.inner-footer-last-sec a {
	background: #f26531;
	padding: 15px 20px;
	border-radius: 25px;
	gap: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.inner-footer.inner-footer-last-sec a:hover {
	opacity: 0.8;
}

.inner-footer-first-sec ul li a {
	color: #fff;
}

.inner-footer.inner-footer-second-sec a:hover,
.inner-footer-first-sec ul li a:hover {
	color: #f26531;
}

.preferred-supplier-sec {
	display: flex;
	gap: 20px;
}

.inner-preferred-sec {
	width: 70%;
}

.inner-preferred-sec P:first-child {
	font-weight: 500;
}

/* ---==================   footer end  ==================--- */

/* ---========= animation css start =========--- */
.notification-item-wrapper:hover .bounce {
	animation: bounce 2s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0);
	}

	40% {
		transform: translateX(10px);
	}

	60% {
		transform: translateX(5px);
	}
}

.progress-inner {
	border-radius: 5px;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.progress-done {
	background: #1b5262;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
	z-index: 9999;
}

.design-progress-progress-done {
	background: #7c7c68;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
	z-index: 9999;
}

/*base code*/

.wobble-animation1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.wobble-animation1.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.wobble-animation1.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

/*the animation definition*/

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-14%, 0, 0) rotate3d(0, 0, 1, -5deg);
		-ms-transform: translate3d(-14%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-14%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(12%, 0, 0) rotate3d(0, 0, 1, 3deg);
		-ms-transform: translate3d(12%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(12%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
		-ms-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
		-ms-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
		-ms-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.card-header:hover .card-icon img {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

.card-second-line .confetti-button:before {
	background-image: radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffffff 15%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%, 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%;
}

.card-second-line .confetti-button:after {
	background-image: radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffffff 15%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%), radial-gradient(circle, #ffffff 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%, 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%;
}

.positivity {
	overflow: hidden;
	position: relative;
	min-width: 240px;
	height: 27px;
}

.positivity .positivity__words .change {
	opacity: 0;
	-webkit-animation: changeword 8s linear infinite;
	animation: changeword 8s linear infinite;
	font-size: 2rem;
	font-weight: bolder;
	color: #313;
	position: absolute;
	left: 0;
	top: 0;
}

.positivity .positivity__words .change:nth-child(1) {
	animation-delay: 0s;
}

.positivity .positivity__words .change:nth-child(2) {
	animation-delay: 2s;
}

.positivity .positivity__words .change:nth-child(3) {
	animation-delay: 4s;
}

.positivity .positivity__words .change:nth-child(4) {
	animation-delay: 6s;
}

@keyframes changeword {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	5% {
		opacity: 1;
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(0);
	}

	30% {
		opacity: 0;
		transform: translateY(50px);
	}

	80% {
		opacity: 0;
		transform: translateY(50px);
	}
}

.list-container {
	position: relative;
}

.list-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
	width: fit-content;
	gap: 51px;
}

.list-item {
	cursor: pointer;
	transition: color 0.3s ease, background-color 0.3s ease;
	z-index: 1;
	position: relative;
}

.list-item.active {
	border-bottom: 5px solid #f26531;
}


.sub-menu-dropdown {
	position: absolute;
	background: #3c3d3f;
	top: 90px;
	padding: 20px;
	border-radius: 5px;
	width: 190px;
	opacity: 0;
	visibility: hidden;
	left: -12px;
	z-index: 9999;
}

.list-item .sub-menu-dropdown a,
header .list-menu .list-item .sub-menu-dropdown,
.list-menu .list-item .inner-menu-sec.active~.sub-menu-dropdown {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.list-item:hover .sub-menu-dropdown {
	opacity: 1;
	visibility: visible;
}

.list-item .sub-menu-dropdown a {
	padding: 10px 0;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}

.list-item .sub-menu-dropdown li {
	list-style: none;
}

.list-item .sub-menu-dropdown a:hover {
	color: #f26531;
}

.highlight {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: 0.3s ease;
	opacity: 0;
	pointer-events: none;
	border-bottom: 5px solid #f26531;
}

/* ---========= animation css end =========--- */

/* ---========= auth page css start =========--- */
.auth-section {
	min-height: 100vh;
	width: 100vw;
	padding: 24px;
	background-image: url(/assets/image/auth-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.auth-top {
	text-align: center;
	margin-bottom: 32px;
}

.auth-top a {
	display: block;
}

.login-page {
	max-width: 400px;
	width: 100%;
}

.auth-top h2 {
	color: #323232;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 30px;
	margin-bottom: 8px;
}

.auth-top p {
	color: #475467;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}

.auth-form-fields-wrapper {
	margin-bottom: 32px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.login-page .form-fields {
	max-width: 100%;
	width: 100%;
}

.auth-form-fields-wrapper .form-fields {
	margin-bottom: 20px;
}

.auth-form-fields-wrapper .form-fields label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.auth-form-fields-wrapper .form-fields input {
	border-radius: 4px;
	border: 1px solid #d0d5dd;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	width: 100%;
	font-family: "Rubik", sans-serif;
}

.auth-form-fields-wrapper .form-fields input.danger {
	border: 1px solid #F04438;
}

.form-fields span.alert.alert-danger {
	color: #f04438;
}

.form-fields span.alert.alert-success {
	color: #00a726;
}

.auth-form-fields-wrapper .fix-animation-btn {
	margin-top: 4px;
}

.fix-animation-btn {
	position: relative;
}

.fix-animation-btn button {
	height: 45px;
}

.fix-animation-btn.btn-animation button span {
	width: fit-content;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fix-animation-btn.btn-animation:hover button span {
	left: 30px;
	transform: translate(0, -50%);
}

.fix-animation-btn.btn-animation:hover:after {
	right: 30px;
}

.orange-button {
	padding: 12px 30px;
	width: 100%;
	border-radius: 50px;
	background: #f26531;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	transition: 0.3s;
	font-family: "Rubik", sans-serif;
}

.auth-info {
	color: #475467;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.auth-info a {
	color: #f26531;
	font-weight: 600;
	margin-left: 4px;
}

.sign-up-page {
	max-width: 550px;
	width: 100%;
}

.sign-up .form-fields {
	max-width: 270px;
	width: 100%;
}

.sign-up .form-fields .nice-select span {
	font-size: 14px;
}

.sign-up .form-fields.select-dropdown-line .nice-select span {
	color: #323232;
	font-weight: 500;
}

.sign-up .form-fields span {
	color: #818181;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.auth-section .form-fields .nice-select:after {
	background-image: url(/assets/image/chevron-down.svg);
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
}

.auth-section .form-fields .nice-select.open .list {
	width: 100%;
}

/* ---========= auth page css end =========--- */

/* ---========= header-mobile css start =========--- */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 999;
	right: 0;
	border-radius: 8px;
	border: 1px solid #f2f4f7;
	background: #fff;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.dropdown-content a {
	color: #323232;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown.is-active .dropdown-content {
	display: block;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
}

.user-info img {
	width: 40px;
	height: 40px;
	border-radius: 200px;
}

.user-info h3 {
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.user-info p {
	color: #818181;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

/* menu button line */
.menu-open .menu-open .line:nth-child(1) {
	transform: translateY(3px) rotate(45deg);
	-webkit-transform: translateY(3px) rotate(45deg);
	-ms-transform: translateY(3px) rotate(45deg);
	-moz-transform: translateY(3px) rotate(45deg);
	-o-transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-open .line:nth-child(3) {
	transform: translateY(-5px) rotate(135deg);
	-webkit-transform: translateY(-5px) rotate(135deg);
	-o-transform: translateY(-5px) rotate(135deg);
	-moz-transform: translateY(-5px) rotate(135deg);
	-ms-transform: translateY(-5px) rotate(135deg);
}

.menu-open .menu-open .line:nth-child(2) {
	display: none;
}

.menu-open .line {
	width: 27px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 999;
	margin-top: 6px;
}

.header-section-wrapper-mobile {
	display: none;
}

/* ---========= header-mobile css end =========--- */

/* ---========= favourite-resources css start =========--- */
.favourite-resources .card-header {
	background: #3c3d3f;
	border-radius: 5px;
	margin-bottom: 20px;
}

.resources-toolbar {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.resources-toolbar-left {
	display: flex;
	gap: 12px;
}

.nav-container {
	display: flex;
	border-radius: 5px;
	border: 1px solid #d0d5dd;
	overflow: hidden;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: all 0.3s;
}

.nav-item {
	padding: 10px 16px;
	cursor: pointer;
	background-color: #fff;
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	transition: all 0.3s;
}

.nav-item:not(:last-child) {
	border-right: 1px solid#D0D5DD;
}

.nav-item.active {
	font-weight: 500;
	background-color: #eee;
}

.category-dropdown {
	position: relative;
	display: inline-block;
}

.category-dropdown button {
	color: #323232;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 8px;
	border: 1px solid #d0d5dd;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
	z-index: 999999;
}

.category-dropdown button.active {
	background: #eee;
}

.category-dropdown-content {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	padding-top: 6px;
	min-width: 240px;
	width: 100%;
}

.category-dropdown-overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
}

.category-dropdown-container {
	border-radius: 8px;
	border: 1px solid #f2f4f7;
	background: #fff;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
	width: 100%;
	padding-top: 2px;
	padding-bottom: 10px;
	z-index: 99;
	position: relative;
}

.category-dropdown-content h3 {
	color: #818181;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	text-transform: uppercase;
	padding: 10px 16px 0px 16px;
}

.category-dropdown-content .category {
	padding: 0 16px;
}

.category-dropdown-content .category:not(:last-child) {
	border-bottom: 1px solid #f2f4f7;
}

.category-dropdown-content .category h3 {
	margin-top: 0;
}

.category-dropdown-content.open {
	display: block;
}

.checkbox {
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #344054;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.checkbox label {
	cursor: pointer;
}

.checkbox input[type="checkbox"] {
	position: relative;
	border-radius: 4px;
	border: 1px solid #d0d5dd;
	background: #fff;
	background: none;
	cursor: pointer;
	line-height: 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
	opacity: 0.5;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.checkbox input[type="checkbox"]:hover {
	opacity: 1;
}

.checkbox input[type="checkbox"]:checked {
	background-color: #f9f5ff;
	opacity: 1;
	border: 1px solid #f26531;
}

.checkbox input[type="checkbox"]:before {
	content: "";
	position: absolute;
	right: 50%;
	top: 50%;
	width: 3px;
	height: 8px;
	border: solid #f26531;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
}

.checkbox input[type="checkbox"]:checked:before {
	opacity: 1;
}

.resources-search-bar {
	position: relative;
	width: 100%;
	max-width: 380px;
}

.resources-search-bar input {
	padding: 15px 14px 15px 42px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	border: 0;
	width: 100%;
}

.resources-search-bar input:focus {
	outline: none;
}

.resources-search-bar input::placeholder {
	color: #667085;
}

.resources-search-bar img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
}

.resources-category-main {
	border-radius: 5px;
	background: #fff;
}

.resources-category-main .resources-list {
	padding: 24px 14px 23px 23px;
}

.resources-category-main .resources-inner-right {
	gap: 59px;
	padding-right: 15px;
}

.pagination-main {
	padding: 20px 0 50px;
	display: flex;
	justify-content: center;
}

.pagination-main ul {
	border-radius: 8px;
	border: 1px solid #e4e4e7;
	overflow: hidden;
	display: flex;
}

.pagination-main ul li {
	list-style: none;
	display: flex;
}

.pagination-main ul li:not(:last-child) {
	border-right: 1px solid #e4e4e7;
}

.pagination-main ul li:first-child a,
.pagination-main ul li:last-child a {
	padding: 8px;
}

.pagination-main ul li a {
	padding: 8px 16px;
	display: flex;
	align-items: center;
	color: #27272a;
	background-color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	transition: 0.3s;
}

.pagination-main ul li.active a {
	background: #f26531;
	color: #fff;
}

/* ---========= favourite-resources css end =========--- */

/* ---========= Profile Dropdown css start =========--- */
.profile-setting-main {
	background: #fff;
	padding: 50px 20px 30px;
}

.profile-inner {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	gap: 65px;
}

.profile-inner-right-sec {
	text-align: left;
}

.profile-inner-right-sec h2 {
	font-size: 28px;
	font-weight: 400;
	color: #3C3D3F;
}

.job-title-sec {
	padding: 20px 0;
}

.job-title-sec p {
	font-size: 17px;
	font-weight: 400;
	color: #818181;
}

.profile-inner h1 {
	color: #5d5d5d;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
}

.profile-inner-left-sec {
	display: flex;
	flex-direction: column;
}

.profile-inner img#upload-img {
	width: 127.567px;
	height: 127.567px;
	margin-bottom: 10px;
	object-fit: contain;
	border-radius: 50%;
}

.profile-inner .upload-image-preview {
	width: 127.567px;
	height: 127.567px;
	margin-bottom: 10px;
	object-fit: contain;
	border-radius: 50%;
}

.profile-inner label {
	color: #5d5d5d;
	font-size: 12px;
	font-weight: 400;
	text-decoration-line: underline;
	cursor: pointer;
	position: relative;
	cursor: pointer;
}

.profile-inner input {
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	cursor: pointer !important;
}

.profile-fields-wrapper {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.profile-fields-wrapper .form-fields label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.profile-fields-wrapper .form-fields.select-dropdown-line .nice-select {
	font-weight: 500;
}

.profile-fields-wrapper .form-fields input {
	border-radius: 4px;
	border: 1px solid #d0d5dd;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	width: 100%;
	font-family: "Rubik", sans-serif;
}

.profile-fields-wrapper .form-fields {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}

.profile-fields-wrapper .form-fields.smaill {
	max-width: calc(50% - 10px);
	width: 100%;
}

.form-fields.extra-margin {
	margin-bottom: 30px;
}

.profile-fields-wrapper .form-fields .nice-select:after {
	background-image: url(/assets/image/chevron-down.svg);
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
}

.profile-fields-wrapper .form-fields .nice-select.open .list {
	width: 100%;
}

.countryinput-group {
	display: flex;
	align-items: center;
	gap: 12px;
}

.countryinput-group .nice-select .current {
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 500;
}

.countryinput-group .country-select {
	position: absolute;
	width: 66px;
	border: 0;
	padding: 10px 12px 10px 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	background-color: transparent;
}

.countryinput-group input.phone-input {
	padding-left: 66px;
}

.form-fields span.current {
	margin-top: 0;
	line-height: normal;
}

.projects-details p {
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.projects-details-wrapper {
	display: flex;
	gap: 100px;
	padding-left: 10px;
}

.projects-options-list .checkbox input {
	width: 16px;
}

.projects-options-list .checkbox {
	gap: 8px;
	padding: 6px 0;
}

.projects-options-list .checkbox label {
	margin-bottom: 0;
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	display: contents;
}

.projects-options-list .checkbox input:checked~label {
	color: #000;
}

.save-proflie-btn {
	max-width: 300px;
	width: 100%;
	margin: 24px auto 20px;
}

/* ---========= Profile Dropdown css end =========--- */

/* ----------============  modal css start  ============---------- */
.modal-btn-wrapper {
	width: 90%;
	max-width: 800px;
	margin: 4em auto;
	text-align: center;
}

.modal {
	position: fixed;
	z-index: 10000000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal.is-visible {
	visibility: visible;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
	background: rgba(51, 51, 51, 0.7);
	backdrop-filter: blur(8px);
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.mobile-scroll {
	overflow-y: auto;
	max-height: calc(100vh - 40px);
	border-radius: 6px;
	max-width: 660px;
	width: 100%;
	margin: 0 20px;
	padding-right: 0;
}

.modal-wrapper {
	position: relative;
	z-index: 9999;
	max-width: 550px;
	background-color: #fff;
	box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.modal-transition {
	transition: all 0.3s 0.12s;
	opacity: 0;
}

.modal.is-visible .modal-transition {
	opacity: 1;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 26px;
	color: #aaa;
	background: none;
	border: 0;
	cursor: pointer;
}

.modal-close:hover {
	color: #777;
}

.modal-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-content {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.modal-content img {
	margin-bottom: 25px;
}

.modal-content span {
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}

.modal-content p {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.33;
	margin: 6px 0 20px;
	max-width: 400px;
}

.modal-content p b {
	font-weight: 700;
}

.modal-content .orange-btn {
	max-width: 356px;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.modal-text-link {
	color: var(--orange-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration-line: underline;
	padding: 14px 0;
	margin-top: 12px;
}

/* ---------- Thank you modal ---------- */
.thank-you-modal {
	padding: 50px 36px 60px;
}

.thank-you-modal img {
	margin-bottom: 16px;
}

.thank-you-modal h2 {
	color: #101828;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 8px;
}

.thank-you-modal p {
	color: #475467;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	text-align: center;
}

.confirm-modal {
	padding: 40px;
}

.confirm-modal-modal {
	padding: 50px 36px 60px;
}

.confirm-modal-modal img {
	margin-bottom: 16px;
}

.confirm-modal-modal h2 {
	color: #101828;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 8px;
}

.confirm-modal-modal p {
	color: #475467;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	text-align: center;
}

/* --------------- supplier update modal ----------- */
.supplier-update-modal-main {
	max-width: 660px;
	width: 100%;
}

.supplier-update-modal {
	padding: 50px 16px 30px;
	display: block;
}

.supplier-update-wrapper {
	padding-right: 8px;
	margin-bottom: 30px;
}

.supplier-update-modal h2 {
	color: #101828;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 16px;
}

.supplier-update-search {
	position: relative;
	margin-bottom: 16px;
	width: 100%;
}

.supplier-update-search img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
	margin-bottom: 0;
}

.supplier-update-search input {
	padding: 15px 14px 15px 42px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	border-radius: 8px;
	background: #f2f4f7;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	border: 0;
	width: 100%;
	color: #667085;
}

.supplier-radio-box label {
	border-radius: 8px;
	border: 1px solid #e4e7ec;
	background: #fff;
	padding: 16px;
	margin-bottom: 12px;
	position: relative;
	display: block;
	padding-left: 40px;
	cursor: pointer;
}

.supplier-radio-box p {
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
	display: block;
}

.supplier-radio-box span {
	text-align: left;
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	display: block;
}

.supplier-radio-box input[type="radio"] {
	display: none;
}

.supplier-radio-box label::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 50%;
	top: 18px;
	left: 14px;
	transition: border-color 400ms ease;
}

.supplier-radio-box label::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #f26531;
	border: 1px solid #f26531;
	border-radius: 50%;
	top: 18px;
	left: 14px;
	transform: scale(0);
	transition: transform 400ms ease;
}

.supplier-radio-box input[type="radio"]:checked+label::before {
	border-color: #f26531;
}

.supplier-radio-box input[type="radio"]:checked+label::after {
	transform: scale(0.4);
}

.supplier-radio-box input[type="radio"]:checked+label {
	border: 1px solid #ffc9a2;
	background: rgba(242, 101, 49, 0.14);
}

.supplier-content-scroll {
	overflow-y: scroll;
	height: 255px;
	padding-right: 9px;
	margin-right: -16px;
}

.supplier-content-scroll::-webkit-scrollbar {
	width: 5px;
}

.supplier-content-scroll::-webkit-scrollbar-thumb {
	background: #e4e7ec;
	border-radius: 20px;
}

.supplier-content-scroll::-webkit-scrollbar-track {
	background: #f6f6f6;
	border-radius: 20px;
}

.update-preferred-btns {
	margin: 0 14px;
}

.update-preferred-btn {
	padding: 12px 30px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	border-radius: 50px;
	background: #f26531;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	margin-bottom: 12px;
	transition: 0.3s;
	font-family: "Rubik", sans-serif;
}

.update-preferred-btn:hover {
	opacity: 0.9;
}

.cancel-btn {
	font-family: "Rubik", sans-serif;
	padding: 12px 30px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	border-radius: 50px;
	border: 1px solid #d0d5dd;
	background-color: transparent;
	color: #344054;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: 0.3s;
}

.cancel-btn:hover {
	opacity: 0.9;
}

/* ----------============  modal css end  ============---------- */
.mobile-hide {
	display: block;
}

.mobile-show {
	display: none;
}

.show-xs {
	display: none;
}

.products-list-main,
.resources-list-main,
.document-list-main {
	display: none;
}

.products-list-main.active,
.resources-list-main.active,
.document-list-main.active {
	display: block;
}

.resources-list-none {
	padding: 40px;
}

.resources-list-none p {
	margin-bottom: 16px;
}

.resources-list-none ul {
	margin-left: 16px;
}

.resources-list-none li {
	padding: 4px;
}

.resources-list-none a {
	color: #f26531;
	text-decoration: none;
}

.resources-list-none a:hover {
	color: #f26531;
	text-decoration: underline;
}

.field-validation-error {
	color: #f26531;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
	display: block;
	margin-top: -10px;
}

.profile-setting-main .field-validation-error {
	color: #f26531;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
	display: block;
	margin-top: 10px;
}

.small-disclaimer-error {
	color: #f26531;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
}

.profile-inner img {
	border-radius: 50%;
}

.scroll-dropdown .list {
	max-height: 330px;
	overflow-y: scroll;
}

.full-width {
	max-width: 100% !important;
}

/* .is-visible {
	display: block !important;
} */

.is-hidden {
	display: none !important;
}

.is-visible {
	display: block !important;
}

.progress-text-coming-soon {
	font-size: 16px;
	min-height: 28px;
	align-content: center;
}



/* nexus learning page start*/
.nexus-learning-main {
	min-height: 70vh;
}

.dashboard-second-section.dashboard-second-section1 .card-header {
	background: #fff;
}

.dashboard-second-section1 .card-header p {
	color: rgba(50, 50, 50, 1);
}

.dashboard-second-section1 .card-icon {
	background-color: rgba(46, 110, 128, 1);
}

.dashboard-second-section1 .card-item {
	background: url(/assets/image/the-blue-lagoon-1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.dashboard-second-section1 .card-item1 {
	background: url(/assets/image/the-blue-lagoon-2.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.dashboard-second-section1 .nexus-learning-card .card-second-line {
	background: none;
}

.rondo-design-sec {
	text-align: center;
	padding: 0 20px 45px 20px;
}

.rondo-design-sec img {
	max-width: 520px;
	width: 100%;
}

.dashboard-second-section.dashboard-second-section1 .card-item {
	height: 100%;
}

/* nexus learning page end*/






/* get Verified page start */
.get-verified-main-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(/assets/image/get-verified-main-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 45px 0 65px;
	border-radius: 5px;
	margin-bottom: 18px;
	gap: 20px;
}

.get-verified-left-sec h1 {
	font-family: "Rubik", sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: -0.56px;
}

.greeting .silver-tool-btn {
	width: 135px;
	height: 38px;
	border-radius: 31px;
	margin-bottom: 0;
}

.greeting .silver-tool-btn span {
	font-size: 14px;
	gap: 5px;
	border-radius: 31px;
}

.user-info .greeting {
	margin-top: 5px;
}

.silver-tool-btn {
	background-image: linear-gradient(to bottom, #f8af94 0%, #d7e6e9 100%);
	border-radius: 15px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 44px;
	padding: 2px;
	position: relative;
	text-decoration: none;
	width: 128px;
	z-index: 2;
	margin-bottom: 20px;
}

.silver-tool-btn span {
	align-items: center;
	background-image: linear-gradient(to right, #828384 0%, #abb0b5 100%);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background 0.5s ease;
	width: 100%;

}

.gradient-button::after {
	content: "";
	position: absolute;
	background: linear-gradient(to right, #30cfd0 0%, #330867 100%);
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	z-index: -1;
	border-radius: 20px;
}

.get-verified-left-sec h2 {
	font-family: "Rubik", sans-serif;
	color: #323232;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: -0.56px;
}

.get-verified-right-sec img {
	margin-bottom: -5px;
}

.nexus-silver-sec {
	background: url(/assets/image/nexus-silver-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px;
}

.nexus-silver-sec h2,
.silver-tools-secondary h2,
.silver-tools-form-primary h2 {
	font-family: "Rubik", sans-serif;
	color: #323232;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: -0.56px;
}

.nexus-silver-sec p {
	font-family: "Rubik", sans-serif;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	max-width: 630px;
	padding: 40px 0;
	margin: 0 auto;
}

.verified-toggles {
	background: #f26531;
	padding: 15px 25px;
	border-radius: 25px;
	gap: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.verified-toggles:hover .verified-arrow {
	transform: translateX(10px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.silver-tools-main {
	background: url(/assets/image/silver-tools-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}

.silver-tools .silver-tools-main.silver-tools-top {
	padding-bottom: 50px;
}

.silver-tools-top .card-header {
	background: #818284 !important;
}

.silver-tools-secondary h2 {
	text-align: left;
}

.silver-tools-secondary p {
	font-family: "Rubik", sans-serif;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	padding-top: 30px;
	padding-bottom: 20px;
}

.silver-tools-left-sec {
	position: relative;
	width: 47%;
}

.silver-tools-right-sec {
	width: 450px;
}

.card-body {
	max-width: 1250px;
	margin: 0 auto;
	padding: 55px 30px 45px 30px;
}

.silver-tools-secondary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.silver-tools-left-sec img {
	border-radius: 5px;
	box-shadow: 0 0 20px 13px rgb(0 0 0 / 8%);
	width: 100%;
}

.silver-sub-tool-img img {
	border-radius: 20px 20px 0 0;
	box-shadow: 0 0 20px 13px rgb(0 0 0 / 8%);
	width: 100%;
}

.silver-tools-right-sec ul {
	margin-left: 19px;
}

.silver-tools-right-sec ul li {
	font-family: "Rubik", sans-serif;
	color: #3c3d3f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.silver-tools-right-sec ul li::marker {
	color: #3c3d3f;
	font-size: 21px;
}

.silver-tools-left-sub {
	position: absolute;
	bottom: -35px;
	left: -50px;
	background: #ffffff73;
	background: rgba(255, 255, 255, 0.29);
	border-radius: 24px 24px;
	backdrop-filter: blur(12.7px);
	-webkit-backdrop-filter: blur(12.7px);
}

.silver-tools-right-sub {
	position: absolute;
	bottom: -35px;
	right: -50px;
	background: #ffffff73;
	background: rgba(255, 255, 255, 0.29);
	border-radius: 24px 24px;
	backdrop-filter: blur(12.7px);
	-webkit-backdrop-filter: blur(12.7px);
}

.silver-tools-left-sub p,
.silver-tools-right-sub p {
	font-family: "Rubik", sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0 55px;
}

.start-course-btn.silver-sub-btn {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	display: block;
	opacity: 0.77;
}

.mt-18 {
	margin-top: 18px;
}

.silver-tool-btn.verified-check {
	width: 140px;
	height: 36px;
	border-radius: 30px;
}

.silver-tool-btn.verified-check span {
	font-size: 14.5px;
	border-radius: 30px;
	gap: 10px;
}

.silver-tools-form-main {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	background-color: #dadada;
	padding: 43px 45px;
	border-radius: 5px;
}

.silver-tools-form-primary {
	width: 100%;
	max-width: 350px;
}

.silver-tools-form-primary h2 {
	font-family: "Rubik", sans-serif;
	color: #323232;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1em;
	text-align: left;
	letter-spacing: -0.56px;
	margin-bottom: 20px;
}

.silver-tools-form-primary p {
	font-family: "Rubik", sans-serif;
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
}

.silver-tools-form-secondary {
	width: 100%;
	max-width: 850px;
}

.silver-tools-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.silver-tools-form .form-group {
	margin-top: 15px;
	width: 48%;
}

.silver-tools-form .form-radio-group {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.silver-tools-form .form-select-group {
	margin-top: 5px;
	margin-bottom: 15px;
}

/* .silver-tools-form .form-group:first-child,
.silver-tools-form .form-group:nth-child(2) {
  margin-top: 0;
} */

.silver-tools-form .form-radio-main {
	margin: 24px 0 0 0;
	width: 100%;
}

.silver-tools-form .form-radio-main>label {
	display: block;
	padding-bottom: 4px;
}

.silver-tools-form .form-group label,
.silver-tools-form .form-radio-group label,
.silver-tools-form .form-radio-main label,
.silver-tools-form .form-select-group label {
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 1.2em;
	color: #5d5d5d;
	margin-bottom: 5px;
	cursor: pointer;
}

.silver-tools-form .form-radio-group label {
	font-weight: normal;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.silver-tools-form .form-radio-group label {
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.2em;
	color: #323232;
}

/*.silver-tools-form input,
.silver-tools-form select {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 13px;
	color: #323232;
	border: 1px solid #D0D5DD;
	width: 100%;
	background: white;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 4px;
}*/

.silver-tools-form input,
.silver-tools-form select {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 13px;
	color: #323232;
	border: 1px solid #D0D5DD;
	width: 100%;
	background: white;
	/*cursor: pointer;*/
	border-radius: 4px;
	margin-top: 4px;
}

.silver-tools-form textarea {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 13px;
	color: #323232;
	border: 1px solid #D0D5DD;
	width: 100%;
	background: white;
	border-radius: 4px;
	margin-top: 4px;
	font-family: Arial;
}

.silver-tools-form input[type="radio" i] {
	position: relative;
	top: 2px;
}

.silver-tools-form select {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	color: #323232;
	font-family: 'Rubik', sans-serif;
}

.silver-tools-form input::placeholder {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1em;
	color: #323232;
}

.silver-tools-form input[type="radio"] {
	width: auto;
	accent-color: #f26531;
	cursor: pointer;
}

.silver-tools-form .verified-toggles.form-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.silver-tools-form .verified-arrow {
	position: absolute;
	right: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

/* get Verified page end */

/* ---================== nexus-dashboard-start ==================--- */
.nexus-design-tools .card-header {
	background-image: linear-gradient(to right, #818284, #AEB3B9)
}

.nexus-tools-main-sec {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: url(/assets/image/benefit-bg-img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 18px;
	gap: 20px;
	border-radius: 0px 0px 5px 5px;
}

.img-nexus-right img {
	width: 100%;
}

.inner-nexus-tools-left-sec {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
}

.nexus-tools-left-sec {
	display: flex;
	padding: 25px 0px 32px 42px;
	justify-content: space-between;
	align-items: start;
	gap: 44px;
	width: 50%;
}

.inner-nexus-tools-left-sec {
	max-width: 520px;
}

/* .nexus-left-part{
   padding: 0px 0 32px 0
} */
.nexus-tools-left-sec h1 {
	font-family: "Rubik", sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: -0.56px;
}

.nexus-tool-btn {
	background-image: linear-gradient(to bottom, #f8af94 0%, #d7e6e9 100%);
	border-radius: 15px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 44px;
	padding: 2px;
	position: relative;
	text-decoration: none;
	width: 128px;
	z-index: 2;
	margin-bottom: 18px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.nexus-tool-btn span {
	align-items: center;
	background-image: linear-gradient(to right, #828384 0%, #abb0b5 100%);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background 0.5s ease;
	width: 100%;
}

.nexus-verified-btn {
	border-radius: 40px;
	background: #818284;
	font-size: 16px;
	display: flex;
	gap: 10px;
	width: 100%;
	max-width: 174px;
	color: #fff;
	padding: 14px 26px 17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.btn-animation:hover .nexus-verified-btn span {
	-webkit-transform: translateX(-26px);
}

.btn-animation-nexus a {
	background: #818284;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	font-family: "Rubik", sans-serif;
	border: 0;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
}

.btn-animation-nexus a img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.btn-animation-nexus a:hover img {
	transform: translateX(8px);
}

.btn-animation-nexus {
	position: relative;
	width: 100%;
}

.nexus-right-part {
	height: 100%;
	background-image: url(/assets/image/nexus-right-background.png);
	background-position: center;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.benefit-right-sec {
	width: 70%;
}

.list-nexus {
	padding: 10px 10px 20px 60px;
}

.list-nexus ul li {
	padding: 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	line-height: 1.4rem;
	color: #3C3D3F;
}

.img-nexus-right {
	padding: 20px 20px 0 0;
	display: flex;
	align-items: end;
	height: 100%;
}

.btn-animation-nexus a span {
	width: 100%;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nexus-text-p {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 24px;
	width: 100%;
	max-width: 350px;
	color: #323232;
	padding: 0 10px 0 0;
}

.nexus-text p {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 24px;
	width: 100%;
	max-width: 350px;
	color: #323232;
	padding: 0 10px 0 0;
}

.nexus-inner-text {
	font-family: 'Rubik', sans-serif;
	color: #323232;
	font-weight: 700;
	font-size: 24px;
}

/* ---================== nexus-dashboard-end ==================--- */

.verified-toggles.form-btn {
	cursor: pointer;
	border: none;
	font-family: "Rubik", sans-serif;
	margin-top: 40px;
}

.field-validation-error {
	margin-top: 6px;
}

/* Blog page start */
.article-left-sec {
	padding: 25px;
	background-color: #fff;
	border-radius: 5px;
	width: 66%;
}

.article-sec {
	padding: 25px;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
}

.top-bar-sec .back-sec {
	font-size: 15px;
	color: rgba(51, 51, 51, 1);
}

.top-bar-sec .back-sec img {
	margin-right: 10px;
}

.top-bar-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icon-top-bar ul {
	display: flex;
	gap: 12px;
}

.social-icon-top-bar li {
	list-style: none;
}

.article-detail p {
	color: rgba(93, 93, 93, 1);
	font-size: 15px;
}

.article-detail .educational-sec h4 {
	font-size: 24px;
	color: rgba(50, 50, 50, 1);
	font-weight: 400;
	margin-top: 10px;
}

.article-detail {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid rgba(220, 220, 220, 1);
}

.educational-sec {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 10px;
}

.article-main {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.article-right-sec {
	width: 33%;
}

.seddon-campus-img {
	margin-top: 25px;
	width: 100%;
}

.article-contect {
	margin-top: 40px;
}

.article-contect p {
	margin-bottom: 20px;
}

.featured-products-sec {
	padding: 40px 0 50px;
	border-top: 1px solid rgba(220, 220, 220, 1);
	margin-top: 45px;
}

.inner-featured-products h6 {
	color: rgba(93, 93, 93, 1);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.inner-featured-products1 {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.inner-featured-products1 p {
	text-transform: uppercase;
}

.previous-article-main {
	border-top: 1px solid rgba(220, 220, 220, 1);
	padding-top: 32px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.inner-previous-article h4 {
	color: rgba(93, 93, 93, 1);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 17px;
}

.article-title-sec {
	display: flex;
	align-items: center;
	gap: 20px;
}

.article-title-sec p {
	max-width: 260px;
}

.inner-article-right-sec {
	background-color: #fff;
	border-radius: 5px;
}

.inner-article-right-sec .suggested-articles-sec {
	padding: 22px 20px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(60, 61, 63, 1);
	border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.aticle-category-main {
	padding: 40px 20px 10px;
}

.aticle-category-sec {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 37px;
}

.aticle-category-sec a img {
	display: block;
}

.aticle-category-sec span {
	font-size: 14px;
	color: rgba(104, 104, 104, 1);
	margin-bottom: 5px;
	display: inline-block;
}

.aticle-category-sec p {
	font-size: 15px;
	color: rgba(50, 50, 50, 1);
}

.optional-promo-main {
	background-image: url(/assets/image/skill/optional-promo-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 18px;
	border-radius: 5px;
	color: #fff;
}

.optional-promo-main h3 {
	font-size: 18px;
	font-weight: 400;
	padding: 18px 13px;
	background-color: rgba(60, 61, 63, 1);
	border-radius: 5px 5px 0px 0px;
}

.optional-promo-sec {
	display: flex;
	padding: 25px 15px 20px;
	align-items: start;
	gap: 15px;
	justify-content: space-between;
}

.optional-promo-sec .card-second-line {
	padding: 35px 0 0;
}

.inner-optional-promo {
	padding: 15px;
}

.inner-optional-promo p {
	font-size: 16px;
}

.optional-promo-sec img.optional-promo-img {
	box-shadow: 1px 3px 16px #00000047;
}

.top-bar-sec .back-sec,
.social-icon-top-bar ul li a,
.inner-previous-article,
.aticle-category-sec a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.top-bar-sec .back-sec:hover,
.social-icon-top-bar ul li a:hover,
.inner-previous-article:hover,
.aticle-category-sec a:hover {
	opacity: 0.7;
}

.inner-featured-products1 a {
	font-size: 15px;
	color: rgba(93, 93, 93, 1);
	text-decoration: underline;
}

/* blog page end */