.profile-settings {
	color: #FFF;
	font-family: "proxima-nova";
	-webkit-font-smoothing: antialiased;
	background: #0b0a0c !important;
}

.profile-settings h2 {
	font-size: 20px;
	margin: 0;
}

.profile-settings h3 {
	font-size: 13px;
	margin: 0px 0px 29px 0px;
	text-transform: uppercase;
}


/* Collections */
.profile-settings.collections-index {
    box-sizing: border-box;
    background: #10121D !important;
    padding: 40px 100px 40px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.collections .row {
	display: flex;
}

.collections .row .col-20 {
	width: 20%;
	max-width: 230px;
}

.collections .row .col-60 {
	margin-left: 50px;
	width: 60%;
}

.collections .row .box {
	padding-bottom: 35px;
	background-color: #000;
	border-bottom: 5px solid #414141;
}

.collections .row .box img {
	width: 100%;
	object-fit: cover;
	height: 145px;
}

.collections .row .box h3 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	background-color: #000;
	padding: 30px 35px 0px 22px;
}

.collections .row .links {
	padding-left: 25px;
	padding-top: 25px;
}

.collections .row .links a {
	padding: 0;
	display: flex;
	margin-bottom: 15px;
	;
	align-items: center;
	border: none;
	font-weight: bold;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	color: #99999A;
	font-size: 12px;
	line-height: 14px;
}

.collections .row .links a svg {
	margin-right: 10px;
}

.collections .row .links a:hover,
.collections .row .links a:hover svg path {
	color: #02db73;
	fill: #02db73;
}

.collections button.create-btn.save {
	cursor: pointer;
}

.collections .header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.collections .header h3 {
	font-weight: bold;
	text-transform: initial;
	margin: 0;
	font-size: 16px;
	color: #878787;
	-webkit-font-smoothing: antialiased;
}

.collections .header h3 b {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.collections .header .select-wrapper::after {
	right: 0;
}

.collections .select-wrapper {
	position: relative;
	display: inline-block;
	width: 50%;
	max-width: 460px;
	margin-right: 10px;
}

.collections .select-wrapper::after {
	content: '';
	width: 12px;
	height: 8px;
	background: url("/img/arrow-down-green.png") center center / cover;
	display: block;
	position: absolute;
	right: 17px;
	top: 14px;
}

.collections .select-wrapper select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0px 40px 0px 20px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #A3A3A4;
	border: none;
	margin-left: 20px;
	outline: none;
	background-color: #12131C;
	text-transform: uppercase;
	border-radius: 17.5px;
	border: 1px solid #828282;
	font-family: "proxima-nova";
}

.collections .list {
	display: grid;
	column-gap: 40px;
	row-gap: 40px;
	grid-template-columns: repeat(auto-fill, 167px);
	position: relative;
	grid-auto-rows: 240px;
	margin-bottom: 100px;
}

.collections .util-save-btn {
	width: fit-content;
	margin-bottom: 40px;
}

.collections .list h3 {
	margin: 0px 0px 20px 0px;
	text-transform: initial;
	font-size: 18px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}

.collections .list::after {
	content: "";
	clear: both;
	display: table;
}

.util-collection-ct .material-icons-round {
	font-family: 'Material Icons Round';
}

.util-collection-ct.create .util-collection-top {
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.util-collection-ct.create .material-icons-round {
	color: var(--user-color);
	font-size: 56px;
	margin-left: -10px;
	display: inline-block;
}

.util-collection-ct.create p {
	color: var(--user-color);
	font-size: 16px;
	font-weight: 700;
}

/* 
.collections .list a {
    width: 300px;
    min-width: 300px;
    display: block;
    position: relative;
    height: 274px;
    padding:0;
    margin:0;
    cursor: pointer;
    box-sizing:border-box;
    float: left;
}

.collections .list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collections .list a .text {
    background: #000;
    padding: 32px 18px 32px 25px;
    position: absolute;
    bottom:0;
    width: 100%;
    box-sizing: border-box;
}

.collections .list a .text h3 {
    font-size: 20px;
    margin:0;
    min-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collections .list a:nth-child(2n+1) {
    border-color: #6F010B;
}

.collections .list a:nth-child(3n) {
    border-color: #94800C;
}

.collections .list a:nth-child(3n+1) {
    border-color: #505050;
} 


.collections .list a:nth-child(5n) {
    border-color: #660202;
}


.collections .list a:nth-child(4n) {
    border-color: #3A3A3A
}

.collections .list a:nth-child(10n){
    border-color: #330200;
}

.collections .list a:nth-child(2n) {
    border-color: #3A3A3A
} */

.collection-create-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: none;
	align-items: flex-start;
	justify-content: center;
	overflow: scroll;
	background-color: rgba(0, 0, 0, 0.85);
}

.collection-create-overlay.show {
	display: flex;
}


.collection-create-overlay .content {
	width: 70%;
	max-width: 767px;
	position: relative;
	margin-top: 50px;
	color: #FFF;
	padding: 55px 55px 35px 55px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.50);
}

.collection-create-overlay .content h2 {
	margin: 0px 0px 45px 0px;
	font-size: 48px;
	font-weight: 500;
	font-family: "proxima-nova";
}


.collection-create-overlay .content .field {
	border: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
	justify-content: space-between;
}

.collection-create-overlay .content .field.full {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

.collection-create-overlay .content .field label {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-right: 15px;
	font-family: "proxima-nova";
}

.collection-create-overlay .content .field>div {
	width: 70%;
}

.collection-create-overlay .content .field input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	font-size: 20px;
	font-weight: 100;
	width: 100%;
	outline: none;
	color: #FFF;
	padding: 5px 0px 2px 0px;
	font-family: "proxima-nova";
}

.collection-create-overlay .content .field input::placeholder {
	color: #6C6C6C;
}

.collection-create-overlay .content .field small {
	display: block;
	text-align: right;
	color: #A1A1A1;
	width: 100%;
	font-size: 12px !important;
}

.collection-create-overlay .content .field textarea {
	border: 1px solid #979797;
	background-color: #E5E5E5;
	border-radius: 3px;
	height: 94px;
	resize: none;
	width: 100%;
	outline: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "proxima-nova";
	padding: 10px;
}

.collection-create-overlay .content .field textarea::placeholder {
	color: #6C6C6C;
}

.collection-create-overlay .content .field.full small {
	font-size: 14px !important;
	margin-top: 5px;
}

.collection-create-overlay .content .field.logo {
	margin-bottom: 20px;
}

.collection-create-overlay .content .field.logo .image {
	width: 100%;
}

.collection-create-overlay .content .field.logo .image small {
	font-weight: 100;
	color: #979797;
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
	text-align: left;
	width: 95%;

}

.collection-create-overlay .content .field.logo .image small b {
	color: #FFF;
}

.collection-create-overlay .content .field.logo .image>label {
	margin-bottom: 10px;
	display: block;
}

.collection-create-overlay .content .field.logo .image>div {
	display: flex;
	align-items: center;
}

.collection-create-overlay .content .field.logo input[type="text"] {
	border: 1px solid #979797;
	background-color: #E5E5E5;
	border-radius: 3px;
	font-size: 14px;
	max-width: 225px;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	font-family: "proxima-nova";
	padding: 8px 10px;
	display: inline-block;
	color: #000;
}

.collection-create-overlay .content .field.logo .image span {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 8px;
	display: inline-block;
	font-family: "proxima-nova";
	color: #D7D7D7;
	text-transform: uppercase;
}

.collection-create-overlay .content .field.logo .image div label {
	background-color: #2DDB73;
	font-size: 14px;
	color: #000;
	display: block;
	border-radius: 3px;
	padding: 4px 10px;
}

.collection-create-overlay .content .field.logo .colour {
	width: 38%;
}

.collection-create-overlay .content .field.logo .colour input {
	max-width: initial;
	width: 100%;
}

.collection-create-overlay .content .field .select-wrapper {
	width: 300px;
	margin: 0;
	max-width: initial;
	box-sizing: border-box;
}

.collection-create-overlay .content .field .select-wrapper::after {
	right: 0;
}

.collection-create-overlay .content .field.invite {
	margin-top: 35px;
	width: 100%;
	display: block;
}

.collection-create-overlay .content .field.invite input {
	font-weight: bold;
}

.collection-create-overlay .content .field.invite label {
	display: block;
	margin-bottom: 25px;
}

.collection-create-overlay .theme label {
	color: #FFF;
	text-transform: initial;
	letter-spacing: normal;
	margin-bottom: 10px !important;
}

.collection-create-overlay .theme fieldset {
	margin-right: 5px !important;
}

.collection-create-overlay .theme fieldset,
.collection-create-overlay .theme fieldset label {
	width: 23px !important;
	height: 23px !important;
}

.collection-create-overlay .theme fieldset input:checked~label:after {
	content: '';
	width: 35px !important;
	height: 35px !important;
	left: -6px !important;
	top: -6px !important;
	border-radius: 10px !important;
}

.collection-create-overlay .theme {
	margin-bottom: 40px;
}

.collections form .btn-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 50px;
}

.collections form .btn-container button {
	display: flex;
	align-items: center;
	font-family: "proxima-nova";
}

.collections form .btn-container .cancel {
	font-size: 30px;
	color: #4F4F4F;
	font-weight: bold;
	background-color: transparent;
	border: none;
	outline: none;
	margin-right: 55px;
	letter-spacing: -1.5px;
}

.collections form .btn-container .cancel:hover {
	color: #2DDB73;
}

.collections form .btn-container .save {
	background-color: #2DDB73;
	font-size: 30px;
	letter-spacing: -1.5px;
	color: #000;
	border: none;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	padding: 10px 35px 10px 45px;
}


.collections form .btn-container button i {
	display: none;
	position: relative;
	top: 0px;
	width: 30px;
	height: 20px;
	background: url("/img/loader.gif") no-repeat center center / cover;
}

.collection-create-overlay .content .close-overlay {
	position: absolute;
	background: #FFFFFF url("/img/cross.png") no-repeat center center / 35%;
	width: 52px;
	height: 52px;
	outline: none;
	border-radius: 50%;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

.collection-create-overlay .content .close-overlay:hover {
	background-color: #2DDB73;
	color: #fff;
}

.collections .list a .text h3 {
	font-size: 20px;
	margin: 0;
	min-height: 48px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: #fff;
	text-decoration: none;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.collections .list h3 {
	margin: 0px 0px 20px 0px;
	text-transform: initial;
	font-size: 18px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}

.profile-settings .collections .row .col-60 p {
	font-weight: bold;
}

.profile-settings .collections .row form {
	margin-top: 30px;
}

.profile-settings .collections .row form fieldset {
	margin-bottom: 15px;
}

.profile-settings .collections .row form fieldset label {
	color: #B1B0B0;
	font-weight: bold;
}

.profile-settings .collections .row form p {
	margin-top: 35px;
	margin-bottom: 30px;
	;
}

.profile-settings .collections .row form .btn-container {
	margin-top: 0px;
}

.profile-settings .collections .row form .btn-container .save {
	margin: 0;
}

.profile-settings .collections .row form {
	max-width: 550px;
}

.profile-settings .collections .row .writes-list>h3 {
	font-size: 18px;
	text-transform: initial;
	margin: 70px 0px 15px 0px;
	-webkit-font-smoothing: antialiased;
}

.profile-settings .collections .row .writes-list .item h3 {
	text-transform: initial;
}

.profile-settings .collections .row .writes-list .item p {
	font-weight: 100 !important;
}

.profile-settings .collections .row .writes-list textarea {
	height: 158px;
	font-weight: normal;
	font-size: 14px;
	outline: none;
	padding: 13px;
	resize: none;
	border-radius: 3px;
}

.profile-settings .collections .row .writes-list textarea.title {
	padding: 6px 12px 9px 12px;
}

.profile-settings .writes-list .item.edit .article-info {
	padding-bottom: 0px;
}

.profile-settings .collections .back-btn {
	color: #BEBEBF;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 35px;
}

.profile-settings .collections .back-btn:hover {
	color: #54FE9C;
}

.profile-settings .collections .back-btn svg {
	margin-right: 20px;
}

@media (max-width: 500px) {
	.collections .list a {
		width: 100%;
	}

	.collections .header {
		flex-direction: column;
		align-items: flex-start;
	}

	.collections .select-wrapper {
		margin-right: 0;
		margin-top: 10px;
		width: 100%;
		max-width: 100%;
	}

	.collections .select-wrapper select {
		margin-left: 0;
	}

	.collections .header .select-wrapper::after {
		right: 15px;
	}

	.collections p:first-of-type br {
		display: none;
	}
}

.collection-create-overlay .denied {
	font-weight: 700;
	font-size: 32px;
	padding: 30px;
	margin-left: 0;
}

.denied {
	margin-top: 100px;
	margin-left: 115px;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	padding: 30px 0;
}

@media (max-width: 600px) {
	.profile-settings.collections-index {
		padding: 100px 20px 75px;
	}

	.collections .util-save-btn {
		font-size: 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.collections .attend-item-ct .attend-btn-ct .util-save-btn {
		margin-bottom: 0;
	}

	.collections .list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	.collections .list>a,
	.collections .list>div {
		margin-bottom: 20px !important;
	}

}

.profile-settings.collections-index #PagingContainer {
	margin-top: 40px;
}

.profile-settings.collections-index #PagingContainer a.currentPage:link,
.profile-settings.collections-index #PagingContainer a.currentPage:visited {
	border-color: var(--user-color);
	background-color: var(--user-color);
}

.profile-settings.collections-index #PagingContainer a:hover:not(.prev-page, .next-page) {
	border-color: var(--user-color);
	background-color: var(--user-color);
	filter: brightness(0.8);
}

/* Attend popup */

#attendPopup {
	z-index: 10000000007;
}

#attendPopup .util-modal {
	max-width: 440px;
}

#attendPopup .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 24px;
}

#attendPopup .util-field-ct {
	margin-bottom: 16px;
	width: 100%;
}

#attendPopup textarea {
	height: 120px;
}

#attendPopup .util-form-errors-ct {
	margin-bottom: 32px;
}

.collections-index * {
	margin: 0px;
	box-sizing: border-box;
}

.collections-index .badge-header {
	height: 121px;
	width: calc(100% - 45px);
	position: relative;
	background-color: #3F3D51;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: start;
	margin-bottom: 86px;
	display: none;
	margin-top: 20px;
	margin-left: 45px;
}

.collections-index .badge-header img {
	width: 127px;
	position: absolute;
	left: -50px;
	top: -30px;
}

.collections-index.badgeEnabled .badge-header {
	display: flex;
}

.collections-index .badge-header h1 {
	font-size: 32px;
	margin-bottom: 10px;
}

.collections-index .badge-header p {
	font-size: 14px;
}

.collections-index.badgeEnabled .col-row {
	display: flex;
	gap: 100px;
	width: 100%;
}

.collections-index.badgeEnabled .col-row>div {
	width: 50%;
}

.collections-index.badgeEnabled .progress-placeholder {
    max-width: 80vw;
}

@media(min-width: 600px) {
	.collections-index.badgeEnabled .col-row .row-left {
		min-width: 581px;
	}
}

.collections-index .col-row>div h2.heading {
	margin-bottom: 30px;
	font-size: 24px;
	display: none;
}

.collections-index.badgeEnabled .col-row>div h2.heading {
	display: block;
}

.collections-index .row-right {
	display: none;
}

.collections-index.badgeEnabled .row-right {
	display: block;
}

.collections-index .badge-progress-ct {
	display: flex;
	margin-bottom: 4px;
	align-items: center;
	text-decoration: none;
}

.collections-index .badge-progress-ct .badge-info {
	margin-left: 8px;
}

.collections-index .badge-progress-ct a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: din-condensed;
	text-decoration: none;
	color: #fff;
}

.collections-index .badge-progress-ct .progress-ct {
	display: flex;
	height: fit-content;
	align-items: center;
}

.collections-index .badge-progress-ct .progress-ct .progress-bar {
	width: 326px;
	height: 13px;
	border-radius: 5px;
	background-color: #494949;
	margin-right: 7px;
	overflow: hidden;
}

.collections-index .badge-progress-ct .progress-ct .progress-bar-inner {
	width: 0%;
	height: 13px;
	background-color: #59E793;
}

.collections-index .badge-progress-ct .progress-ct h3 {
	font-size: 18px;
	color: #494949;
	margin: 0px;
	font-weight: 900;
}

.collections-index .badge-progress-ct .progress-ct h3 span {
	color: #59E793;
}

.collections-index .row-right .util-coll-badge-wrap,
.credentials-modal .util-coll-badge-wrap {
	filter: drop-shadow(-6px 3px 4px rgba(0, 0, 0, 0.7));
	min-height: 145px;
	max-height: 145px;
	min-width: 135px;
	max-width: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.4);
	margin: -40px;
}

.collections-index .row-right .util-coll-badge-border,
.credentials-modal .util-coll-badge-border {
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	min-height: 145px;
	max-height: 145px;
	min-width: 135px;
	max-width: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.collections-index .row-right .util-coll-badge-overlay,
.credentials-modal .util-coll-badge-overlay {
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	min-height: 100px;
	max-height: 100px;
	min-width: 95px;
	max-width: 95px;
	background-size: cover;
	background-position: center;
	opacity: 0.3;
	position: absolute;
	z-index: 9;
}

.collections-index .row-right .util-coll-badge,
.credentials-modal .util-coll-badge {
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	min-height: 100px;
	max-height: 100px;
	min-width: 95px;
	max-width: 95px;
	background-size: cover;
	background-position: center;
	filter: grayscale(1);
}

.collections-index .row-right .util-coll-badge-wrap.gold .util-coll-badge-border,
.credentials-modal .util-coll-badge-wrap.gold .util-coll-badge-border {
	background: rgb(192, 148, 25);
	background: linear-gradient(90deg, rgba(192, 148, 25, 1) 35%, rgba(255, 210, 79, 1) 100%);
}

.collections-index .row-right .util-coll-badge-wrap.silver .util-coll-badge-border,
.credentials-modal .util-coll-badge-wrap.silver .util-coll-badge-border {
	background: rgb(156, 155, 155);
	background: linear-gradient(90deg, rgba(156, 155, 155, 1) 35%, rgba(236, 236, 236, 1) 100%);
}

.collections-index .row-right .util-coll-badge-wrap.bronze .util-coll-badge-border,
.credentials-modal .util-coll-badge-wrap.bronze .util-coll-badge-border {
	background: rgb(161, 103, 61);
	background: linear-gradient(90deg, rgba(161, 103, 61, 1) 35%, rgba(255, 170, 107, 1) 100%);
}

@media(max-width: 600px) {
	.collections-index.badgeEnabled .col-row {
		flex-direction: column-reverse;
	}

	.collections-index.badgeEnabled .col-row>div {
		width: 100%;
	}

	.collections-index .badge-progress-ct .progress-ct {
		width: 74vw;
	}

	.collections-index .badge-header {
		margin: 10px;
		height: 160px;
		width: 100%;
		margin-bottom: 30px;
		padding: 10px 10px 10px 58px
	}

	.collections-index .badge-header h1 {
		font-size: 18px;
	}

	.collections-index .badge-header img {
		transform: scale(0.5);
	}

	.collections-index.badgeEnabled .row-right {
		margin-bottom: -40px;
	}
}


.collections-index .top-row {
	display: none;
}

.collections-index.mine .top-row {
	display: flex;
	margin-bottom: 50px;
}

.collections-index .top-row .row {
	display: flex;
}

.collections-index.mine .top-row .row-right {
	display: block;
}

.collections-index.mine .top-row>div {
	width: 50%;
}

.collections-index.mine .top-row .top-left {
	margin-right: 100px;
	width: 493px;
}

.collections-index.mine .top-row .heading {
	font-size: 24px;
	margin-bottom: 30px;
}

.collections-index.mine .top-row .heading-row {
	justify-content: space-between;
	align-items: baseline;
}

.collections-index.mine .top-row .heading-row a {
	font-size: 14px;
	text-decoration: none;
}

.collections-index.mine .top-row .view-all {
	font-size: 14px;
	margin-left: auto;
	margin-top: 10px;
	margin-left: 85%;
	cursor: pointer;
}

.collections-index.mine .top-row .stats-ct {
	margin-left: 19px;
	padding: 20px;
	padding-left: 0px;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

.collections-index.mine .top-row .stats-ct p {
	font-size: 18px;
	font-weight: 900;
	width: 145px;
}

.collections-index.mine .top-row .col-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	min-width: 219px;
	margin-left: 15px;
}

.collections-index.mine .top-row .col-grid .col-mini {
	position: relative;
	display: block;
}

.collections-index.mine .top-row .col-grid .col-mini .layer {
	position: absolute;
	background-color: hsl(var(--black));
	border: 1px solid hsl(var(--grey-02));
	background-size: cover;
	background-position: center;
	border-radius: 9px;
	min-width: 70px;
	min-height: 70px;
	max-width: 70px;
	max-height: 70px;
}

@media(max-width: 600px) {
	.collections-index.mine .top-row {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.collections-index.mine .top-row .top-left {
		margin-bottom: 30px;
	}

	.collections-index.mine .top-row>div {
		width: 100% !important;
	}

	.collections-index .top-row .row {
		flex-wrap: wrap;
	}

	.collections-index.mine .top-row .col-grid {
		width: 100%;
		margin-left: 0px;
		margin-top: 15px;
	}

	.collections-index.mine .top-row .view-all {
		margin-left: 0%;
	}

	.collections-index.mine .top-row .row-right>img {
		width: 100%;
	}
}

.collections-index .all-cred-modal {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	background: rgba(11, 10, 12, 0.6);
	z-index: 999999;
	display: flex;
	justify-content: center;
	padding-top: 100px;
	width: 100vw;
}

.collections-index .all-cred-modal .cred-modal {
	border: solid 1px #737373;
	background-color: #0b0a0c;
	padding: 30px;
	box-sizing: border-box;
	width: 550px;
	height: fit-content
}

.collections-index .all-cred-modal .cred-modal .cred-list {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 18px;
	max-height: 400px;
	overflow-y: scroll;
	margin-bottom: 30px;
	min-width: 487px;
}

@media (max-width: 600px) {
	.collections-index .all-cred-modal .cred-modal {
		width: 90%;
		padding: 9px;
		padding-bottom: 20px;
	}

	.collections-index .all-cred-modal .cred-modal .cred-list {
		max-width: 100%;
		min-width: 100%;
	}
}


body.viewOnlyProfile {
	/* padding-top: 127px !important; */
}

body.viewOnlyProfile .main-links {
	/* top: 127px !important; */
}

/* .view-only-banner {
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 9999; 
	margin: 0px;
	z-index: var(--nav-zIndex);
} */

/* .viewOnlyProfile nav .notifications-ct {
	top: 177px;
	height: calc(100vh - 177px)
}

.viewOnlyProfile nav .side-menu {
	top: 177px;
	height: calc(100vh - 177px)
}  */

#quizQuestionItem {
	z-index: 10000000006;
}

#quizQuestionItem .quiz-questions-ct {
	margin-top: auto;
	max-width: 600px;
}

#quizQuestionItem .quiz-questions-ct .question-ct {
	margin-top: 24px;
}

#quizQuestionItem .util-save-btn {
	margin-top: 32px;
    margin-bottom: 8px;
}

#quizQuestionItem .warn-txt.hide {
	display: none;
}

.view-all-credentials {
	cursor: pointer;
	color: var(--theme-color)
}

.credentials-modal-ct {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: none;
}

.credentials-modal-ct .credentials-modal {
	border-radius: 10px;
	background-color: #1F2030;
	border: 5px solid #333;
	padding-bottom: 20px;
}

.credentials-modal-ct .credentials-modal .scrollable {
	overflow-y: auto;
	padding: 20px;
	max-height: 474px;
	margin-bottom: 10px;
}

.credentials-modal-ct .credentials-modal button {
	width: fit-content;
	margin: 0 auto;
}
