.tool-multiwrapbox {
    position: relative;
    overflow: hidden;
}

.tool-multiwrapbox .multi-text {
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
}

.tool-multiwrapbox .multi-text .alert-icon {
	position: absolute;
}

.tool-multiwrapbox .multi-text .content-alert {
	margin-bottom: 30px;
}

.tool-multiwrapbox.reset-style .multi-text .content-alert {
    padding-right: 75px;
}
@media only screen and (max-width: 769px) {
    .tool-multiwrapbox.reset-style .multi-text .content-alert {
        padding-right: 30px;
    }
}
.tool-multiwrapbox .multi-text .content-alert a {
	font-size: 14px;
	color: #888;
	text-decoration: underline;
}

.tool-multiwrapbox .multi-text .content-alert p {
	color: #888;
}

.tool-multiwrapbox::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}

.tool-multiwrapbox .multi-text_after {
    float: right;
    text-align: right;
    
    width: 5em;
    margin-left: -5em;
    
    position: absolute;
    left: 100%;
    
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f1f2fb), color-stop(50%, #f1f2fb));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #f1f2fb 50%, #f1f2fb);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #f1f2fb 50%, #f1f2fb);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #f1f2fb 50%, #f1f2fb);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f1f2fb 50%, #f1f2fb);
}

.tool-multiwrapbox .op-btn .fa-plus-circle {
    color: #888;
    cursor: pointer;
    margin-left: 10px;
    background: url(../images/new-design/accordion-plus.svg) no-repeat 50% 50% transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.tool-multiwrapbox .op-btn.op-collapse .fa-minus-circle {
    display: inline-block;
    margin: 0 0 0 15px;
    position: absolute;
    right: 1px;
    top: 0;
    background: url(../images/new-design/accordion-minus.svg) no-repeat 50% 50% transparent;
    width: 22px;
    height: 22px;
    color: #888;
    cursor: pointer;
}

.tool-multiwrapbox .op-btn .fa-plus-circle::before,
.tool-multiwrapbox .op-btn .fa-minus-circle::before
 {
    content: none;
}

.tool-multiwrapbox.reset-style {
    height: auto !important;
}

.tool-multiwrapbox .multi-text_after.reset-style {
    top: auto !important;
    bottom: 0 !important;
}

.tool-multiwrapbox.reset-style .multi-text {
    word-break: break-word;
}

.card-alert-no-login .alert-icon {
	position: absolute;
}

.card-alert-no-login .content-alert {
	margin-bottom: 30px;
}

.card-alert-no-login .content-alert a {
	font-size: 14px;
	color: #888;
	text-decoration: underline;
}

.card-alert-archive .multi-text .content-alert {
	text-indent: 0;
	font-size: 16px;
	color: #333;
}

.card-alert-archive .multi-text .content-alert p, .card-alert-archive .content-alert p, .card-alert-archive .multi-text .content-alert a, .card-alert-archive .content-alert a {
	font-size: 16px;
	color: #333;
}

.card-alert-archive .multi-text_after {
	width: 10em;
    margin-left: -10em;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
}

.user-guess .card-alert-archive .multi-text_after {
	width: 20em;
    margin-left: -20em; 
}

.card-alert-archive .multi-text_after .fa-lock {
	display: none;
}

.card-alert-archive .op-btn {
	color: #28285b;
	font-size: 16px;
}

.user-guess .card-alert-archive .multi-text_after .op-btn .fa {
	margin-left: 5px;
}