.btn,
.profile .page header .actions a,
.compared .item,
.compared .item::after,
.compared .item a.toggle-preview,
.tools li a,
.campaign,
.option-box.form-control,
.tab-switch a,
.input-box,
.content-header .controls a, .content-header .controls a:after,
.content .influencer .audeng .items > *,
.influencer .indexes a.download::after,
.pagination a,
.history table a, .history table a::after,
a.back::after,
.check .campaign
{transition: color .45s ease-in-out, background-color .45s ease-in-out, border-color  .45s ease-in-out, border-radius  .45s ease-in-out; }

.campaign .input-box .label, .ddlist-header a.toggle-ddlist {transition: .3s ease-out; }

.btn:hover,
.profile .page header .actions a:hover,
.compared .item:hover,
.compared .item:hover::after, .compared .item.opened::after,
.compared .item a.toggle-preview:hover,
.tools li a:hover, .tools li a.viewed,
.campaign:hover,
.option-box.form-control:hover,
.tab-switch a:hover,
.input-box:hover,
.content-header .controls a:hover, .content-header .controls a:hover:after,
.content .influencer .audeng .items > *:hover,
.influencer .indexes a.download:hover::after,
.pagination a:hover,
.history table a:hover, .history table a:hover::after,
a.back:hover::after,
.check .campaign:hover
{transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, border-radius .3s ease-in-out; }


.compared .item.opened .detail,
.profile header,
.tooltip-box.opened .tooltip,
.content-header .controls a:hover span,
.influencer .indexes a:hover span,
.history table a:hover span,
.segment.opened .close-up
{animation: fade-in .45s both ease-out; }


@keyframes fade-in {
    0% {opacity: 0; }
    100% {opacity: 1; }
}

.segments .segment .preview {transition: opacity .45s ease-in-out; }
.segments.close-up .segment .preview {transition: opacity .3s ease-out;}