@font-face {
	font-family: 'relative-pro';
		src: url('/2/fonts/relative-variable-proportional-pro.woff') format('woff'),
			 url('/2/fonts/relative-variable-proportional-pro.ttf') format('truetype');
	}
  
.topbar {
    border-bottom: 1px solid #D2E9F5;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(93, 130, 203, 0.06), 0px 6px 6px 0px rgba(93, 130, 203, 0.05), 0px 13px 8px 0px rgba(93, 130, 203, 0.03), 0px 23px 9px 0px rgba(93, 130, 203, 0.01), 0px 36px 10px 0px rgba(93, 130, 203, 0.00);
    height: 46px;
}

.topbar.stepbar.coverbar {
    position: fixed;
    top:0;
    left:0;
    right:0;
    width: 100%;
    z-index: 9999;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(93, 130, 203, 0.06), 0px 6px 6px 0px rgba(93, 130, 203, 0.05), 0px 13px 8px 0px rgba(93, 130, 203, 0.03), 0px 23px 9px 0px rgba(93, 130, 203, 0.01), 0px 36px 10px 0px rgba(93, 130, 203, 0.00);
    height: 46px;
}

.topbar .button:not(.tooltipText) {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 4px 5px 4px;
}

.topbar .button:not(.tooltipText):last-of-type {
    margin-right: 0;
}
.topbar .button:not(.tooltipText):last-of-type .icon-arrowright {
    margin-right: -2px;
margin-left: 2px;
}
.topbar .button:not(.tooltipText):first-of-type {
    margin-left: 0;
}

.tooltipText {
    border-radius: 4px;
    margin-top:3px;
}

.comment-head-wrapper .comment-head {
    align-items: center;
    height: 100%;
}

.comment-head-wrapper {
    height: 46px;
    align-items: center;
}

.progress-active {
    border-radius: 40px;
    background: #F1F7FF;
    color: #151922;
    font-weight: 500;
    font-family: 'relative-pro', sans-serif;
    border:0;
    padding: 3px 12px;
    font-size: 14px;
    }
.progress-inactive {
    line-height: 1.5;
    position: relative;
    font-size: 14px;
    font-family: 'relative-pro', sans-serif;
    font-weight: 400;
    color: #707580;
    padding: 3px 12px;
    letter-spacing: -0.19px;
    opacity: 1;
    }
.progress-arrow {
    padding:3px 12px;
    opacity: 1;
}

@font-face {
    font-family: 'bp-font';
    src: url('/2/editor/fonts/icons-new/bp-font.eot?47423219');
    src: url('/2/editor/fonts/icons-new/bp-font.eot?47423219#iefix') format('embedded-opentype'),
         url('/2/editor/fonts/icons-new/bp-font.woff2?47423219') format('woff2'),
         url('/2/editor/fonts/icons-new/bp-font.woff?47423219') format('woff'),
         url('/2/editor/fonts/icons-new/bp-font.ttf?47423219') format('truetype'),
         url('/2/editor/fonts/icons-new/bp-font.svg?47423219#bp-font') format('svg');
    font-weight: normal;
    font-style: normal;
  }

.stepbar [class^="icon-"]:not(.icomoonfontstyle):before, [class*=" icon-"]:not(.icomoonfontstyle):before, .topbar [class^="icon-"]:not(.icomoonfontstyle):before, [class*=" icon-"]:not(.icomoonfontstyle):before, .btn-cool-editbar [class^="icon-"]:not(.icomoonfontstyle):before {
    font-family: "bp-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .875em;
}
.icon-arrowright::before {
    content: '\e80e';
}

.icon-save::before {
    content: '\e848';
}

.icon-arrowleft::before {
    content: '\e80d';
}

.icon-arrowright.mlb4::before {
    margin-left: 2px;
    margin-right: -2px;
}


@font-face {
    font-family: 'icomoon';
    src:  url('/2/fonts/icomoon/fonts/icomoon.eot?pnmyfb');
    src:  url('/2/fonts/icomoon/fonts/icomoon.eot?pnmyfb#iefix') format('embedded-opentype'),
      url('/2/fonts/icomoon/fonts/icomoon.ttf?pnmyfb') format('truetype'),
      url('/2/fonts/icomoon/fonts/icomoon.woff?pnmyfb') format('woff'),
      url('/2/fonts/icomoon/fonts/icomoon.svg?pnmyfb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }


.icon-edit {
    font-family: "icomoon" !important;
    speak: none;
    font-size: .875rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.icon-edit::before {
    content: "A";
    font-family: "icomoon";
}

.comment-nav-wrapper .arrow-left, .comment-nav-wrapper .arrow-right {
    color: #494c54;
}

@media (max-width: 991px) {
    .desktop-hide.topbar {
      display: flex !important;
    }
  }