@import url("https://use.typekit.net/lta0kzp.css");
@import url("https://font.static.useinsider.com/ProximaNovaA/proxima-nova-a-a.otf");

/* This will change the appearance of the post boxes */
.feature {
border: 1px solid #DCDEE6;
border-radius: 8px !important;
}

.beamer_beamer.right {
width: 560px !important;}

/* This will change the appearance of the category tags */
.feature .category {
background: #DCDEE6;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.2px;
color: #5D6980 !important;
}

body:not(.inapp) .cover.header{
display:none !important;
}

.header a.primary, .header a:hover, .header a:active, .header a.taglink.selected{
font-color: white !important;
}

.feature.hasReadmore .featureContent .readmoreButton{
background: #0A2ECC;
border-radius: 4px !important;
color:white !important;
}

.custom_header {
     height: 90px !important;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(https://image.useinsider.com/changelog/insider-header.svg) !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    border-bottom: 1px solid #000;
}

@media only screen and (max-device-width: 560px){
    .custom_header {
        background-image: url(https://image.useinsider.com/changelog/insider-header.svg) !important;
}

#academy{
display: none;
}
}

.custom_logo {
    padding-top: 0;
    padding-left: 20px;
    margin-left: 0;
    display: inline-block;

}

.nav.streamNav.sticky.sticker {
    visibility: visible;
    margin-top: -130px;
    position: sticky;
    top: 60px;
}

streamCatsList .catItem .catItemName {
 font-weight: bold !important;
}

.streamNav li.catItem .catItemName {
padding-bottom: 4px;
padding-left:4px
}

.featureRequestsPrompt {
display: none !important;
}

/* SD-81336 */
body, body * {font-family: "ProximaNovaA-Regular", sans-serif !important;}

.embedRoadmapStream:not(.empty) {
    box-shadow: none!important;
}

.feature.roadmapPost {
    display: flex;
    min-height: 135px;
    padding: 24px;
    margin: 0 auto 24px!important;
}

.roadmapPost .roadmapItemContent {
    padding-top: 0!important;
    padding-left: 12px!important;
}

.roadmapPost .roadmapItemContent .featureTitle {
    width: 100%;
    font-weight: 600;
    text-decoration: none!important;
    font-size: 15px!important;
    line-height: 24px;
}

.roadmapPost .roadmapItemContent .roadmapStatus {
    display: none;
}

.roadmapPost .roadmapItemContent .featureExcerpt {
    font-size: 15px;
    line-height: 24px;
}

#requestSection span {
    font-size: 0;
}

#requestSection span:before {
    content: "Early access";
    font-size:12px;         /* original font size */
}

.roadmapItemScore, .roadmapItemScoreComment {
    border: 1px solid #0A2ECC;
    border-radius: 4px;
    position: relative;
    height: 64px;
    min-width: 64px;
    max-width: 64px;
}

.roadmapItemScore:before {
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 14px;
    height: 14px;
    border: 1px solid #dcdee6;
    position: absolute;
    border-color: #2c3546;
    background-color: #2c3546;
    bottom: -24px;
    right: 23px;
    transform: translate(0) rotate(45deg);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 4px;
    transition: none;
}

.roadmapItemScore:after {
    content: "Apply for Early Access";
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-color: #2C3546!important;
    background-color: #2C3546!important;
    color: #fff;
    font-size: 13px;
    width: 165px;
    border-radius: 4px;
    box-sizing: border-box;
    left: 0;
    white-space: initial;
    padding: 7px 16px;
    bottom: 0;
    transform: translate(0%, 132%);
    transition: none;
}

.roadmapItemScore:hover:before, .roadmapItemScore:hover:after {
    opacity: 1;
    visibility: visible;
}

.roadmapItemScore.voted:after {
    content: "Applied for Early Access";
    width: 173px;
}

.roadmapItemScore span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #8da2b5;
    font-size:0;
}

.roadmapItemScore span:before {
    content: "Apply";
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0A2ECC;
    font-weight: 400;
}

.roadmapItemScore.voted + div:after {
    content: "We've received your early access request and will contact you as soon as possible.";
    text-align: left;
    color: #0A2ECC;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.roadmapItemScore:hover span:before {
    color: #FFFFFF;
}

.roadmapItemScore.voted {
    background: #0A2ECC;
    color: #0A2ECC;
}

.roadmapItemScore.voted span {
    background: #FFFFFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.roadmapItemScore.voted span:before {
    content: "";
    display: inline-block;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 24px;
    width: 24px;
    border-bottom: 2px solid #0A2ECC;
    border-right: 2px solid #0A2ECC;
    width: 3px;
    height: 7px;
}

.roadmapItemScore:hover, .roadmapItemScoreComment:hover {
    background: #0A2ECC;
}

.roadmapItemComments {
    display:none
}

.standalone.post .container .news {
    padding-top: 105px !important;
}

body.standalone .modeTab {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 54px);
    top: auto;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    width: 310px;
}
    
body.standalone .modeTab .modeButton {
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.streamNav li.catItem .catItemName {
white-space: normal;
}

.standalone[data-mode="requests"]:not(.post) .roadmapItemContent .featureContent {
white-space: nowrap !important;
text-overflow: ellipsis !important;
overflow: hidden !important;
}

.roadmapVoters {display: none !important;}