.main-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	font-size: 13px;
	background: #91D0FF;
}
a:focus {
	all: unset;
}
.settings-logo{
	margin-left: 20px;
}

.alert-custom {
	display: flex;
	align-items: center;

	gap: 4px;
}

h6, p {
	margin: 0;
}

.notifyme-banner-content {
	padding: 12px;
	font-size: 13px;
	background-color: white;
}

.notifyme-banner-content p {
	margin-bottom: 8px;
}

.notifyme-banner {
	box-shadow: 0px 3px 1px -1px #1A1A1A12,
	0px 1px 0px 0px #CCCCCC80 inset,
	0px -1px 0px 0px #0000002B inset,
	-1px 0px 0px 0px #00000021 inset,
	1px 0px 0px 0px #00000021 inset;
  /*  margin: 10px; */
	overflow: hidden;
}

button.button {
	padding: 6px 12px;
	background: #2271B1;
	color: white;
	border-radius: 4px;
	border: 0;
}
.notifyme-banner h6 {
	font-size: 1rem;
}
.dismiss-banner {
	cursor: pointer;
	color: black;
}
/*==============================*/

.notifyme-card {
	margin: 20px;
	box-shadow: 0px 3px 1px -1px #1A1A1A12,
		0px 1px 0px 0px #CCCCCC80 inset,
		0px -1px 0px 0px #0000002B inset,
		-1px 0px 0px 0px #00000021 inset,
		1px 0px 0px 0px #00000021 inset;
	padding: 40px 20px 81px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: white;
}

.content {
	width: 400px;
	text-align: center;
	margin-top: 16px;
	max-width: 100%;
}

.content h4 {
	margin-bottom: 6px;
}


button.btn, a.btn {
	padding: 6px 12px;
	background: #303030;
	color: white;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
}

button.open-dashboard {
	padding: 6px 12px;
	background: #303030;
	color: white;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	margin-top: 16px;
}

.checkbox {
	text-align: left;
	margin: 16px 0;
	padding: 12px 16px;
	background: #F7F7F7;
	border-radius: 8px;
}

input[type="checkbox"] {
	accent-color: black
}

.checkbox label a {
	color: #005BD3;
	text-decoration: none;
}

.list {
	margin: 16px 0;
}

.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list ul li {
	display: flex;
	gap: 8px;
	padding: 8px;
	background: #CDFEE1;
	margin-bottom: 6px;
	border-radius: 8px;
	color: #0C5132;
	align-items: center;
}

.faq {
	padding: 16px;
	margin: 20px;
	box-shadow: 0px 3px 1px -1px #1A1A1A12,
		0px 1px 0px 0px #CCCCCC80 inset,
		0px -1px 0px 0px #0000002B inset,
		-1px 0px 0px 0px #00000021 inset,
		1px 0px 0px 0px #00000021 inset;
	border-radius: 12px;
	background-color: white;
}


.accordion-flush {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #E3E3E3;
	overflow: hidden;
}

.accordion-flush .accordion {
	background: #F7F7F7;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	padding: 16px;
	width: 100%;
	border: none;
	transition: 0.4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #E3E3E3;
}

.accordion-flush .accordion svg {
	transition: .2s all ease;
}

.accordion-flush .accordion:not(.active) svg {
	transform: rotate(180deg);
}

.accordion-flush .accordion.active ~ .panel.active {
	padding: 16px;
}

.accordion-flush .panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.notifyme-footer {
	display: flex;
	justify-content: center;
}

.notifyme-footer ul {
	display: flex;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.notifyme-footer a {
	text-decoration: none;
	color: #4A4A4A;
}
#nm-banner{
	padding: 0px 0px;
	border: 0px;
}
.help-text {
	color: #8E1F0B;
	display: none;
	padding: 5px 25px;
}

@media screen and (max-width: 782px) {
	.checkbox label{
		font-size: 10px;
	}
}
