.offer-list {
	border: none;
	padding: 0;
}

.offer-list__item {
	display: block;
}

.offer-list__item input {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	width: 0;
}

.offer-list__item:hover .offer-list__checkmark {
	color: #b1b1b1;
	box-shadow: 0 0 0 .1em rgba(0, 0, 0, .25) inset;
}

.offer-list__item:not(:last-child) {
	border-bottom: 1px solid rgba(34, 36, 38, .15);
}

.offer-list__item__input {
	display: flex;
	align-items: center;
	padding: 0.75em 0;
	cursor: pointer;
}

.offer-list__item__input input:checked + i {
	background-color: #94c0eb;
	color: #fff;
	box-shadow: 0 0 0 .1em #7fa5ca inset;
}

.offer-list__item:hover .offer-list__item__input input:checked + i {
	color: #fff;
}

.offer-list__item__title {
	font-weight: 600;
	margin-left: 0.5rem;
	flex: 1;
}

.offer-list__item__description {
	font-weight: 400;
	color: rgba(0, 0, 0, .2);
	margin-left: 0.3em;
}

.offer-list__checkmark {
	color: #ccc;
}

.ui.modal.inline > .content {
	max-height: 72vh;
	overflow-y: auto;
}

.advanced-message {
	position: relative;
	min-height: 1em;
	margin: 1em 0;
	background: #F8F8F9;
	/*padding: 1em 1.5em;*/
	line-height: 1.4285em;
	color: rgba(0,0,0,.87);
	-webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
	transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
	border-radius: .28571429rem;
	box-shadow: 0 0 0 1px rgba(34,36,38,.22);
	font-size: 1.14285714em;
}

.advanced-message__body {
	padding: 1.2rem 1.8rem;
}

.advanced-message > .advanced-segments > .advanced-segment:last-child {
	border-bottom-left-radius: .28571429rem;
	border-bottom-right-radius: .28571429rem;
}

.advanced-segments {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.advanced-segment {
	font-size: 1rem;
	background-color: #fff;
	color: rgba(0,0,0,.6);
	top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
	padding: 1rem 1.8rem;
    width: auto;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(34,36,38,.15);
}

.advanced-segment_secondary {
	background: #F3F4F5;
}

.ui.popup > .content {
	overflow: auto;
	max-height: 400px;
	padding-left: 3px;
}

.offer-progress {
	position: relative;
	display: block;
	max-width: 100%;
	border: none;
	margin: 1em 0 2.5em;
	box-shadow: none;
	background: rgba(0, 0, 0, .1);
	padding: 0;
	border-radius: .28571429rem;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	height: 1.25rem;
	overflow: hidden;
}

.offer-progress .bar {
	display: block;
	line-height: 1;
	position: absolute;
	width: 0;
	/*min-width: 2em;*/
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(33, 133, 208, 0.15);
	border-top-left-radius: .28571429rem;
	border-bottom-left-radius: .28571429rem;
	-webkit-transition: width .1s ease, background-color .1s ease;
	transition: width .1s ease, background-color .1s ease;
}

.offer-progress .bar:nth-child(1) {
	background-color: #2185d0;
	z-index: 12;
}

.offer-progress .bar:nth-child(2) {
	background-color: #21ba45;
	z-index: 11;
}

.offer-progress .bar:nth-child(3) {
	background-color: #b5cc18;
	z-index: 10;
}

.offer-progress .bar:nth-child(4) {
	background-color: #fbbd08;
	z-index: 9;
}

.offer-progress .bar:nth-child(5) {
	background-color: #6435c9;
	z-index: 8;
}

.offer-progress .bar:nth-child(6) {
	background-color: #a333c8;
	z-index: 7;
}
