.rmalttext-wrapper {
    position: absolute;
    z-index: 99999;
    height: 24px;
    border-radius: 4px;
    background: rgba(70, 62, 64, 0.6);
    padding: 0 12px;
}


    .rmalttext-content {
        color: #fff;
        font-size: 12px;
        line-height: 24px;
        white-space: nowrap;
        font-family:"Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
    }

    .rmalttext-corner-wrapper {
        position: absolute;
        width: 10px;
        height: 10px;
    }

    .rmalttext-wrapper.rmalttext-top .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -5px;
        bottom: -5px;
        clip: rect(5px, auto, auto, auto);
    }

    .rmalttext-wrapper.rmalttext-bottom .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -5px;
        top: -5px;
        clip: rect(auto, auto, 5px, auto);
    }

    .rmalttext-wrapper.rmalttext-left .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -5px;
        right: -5px;
        clip: rect(auto, auto, auto, 5px);
    }

    .rmalttext-wrapper.rmalttext-right .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -5px;
        left: -5px;
        clip: rect(auto, 5px, auto, auto);
    }

        .rmalttext-corner {
            position: absolute;
            background: rgba(70, 62, 64, 0.6);
            width: 70px;
            height: 70px;
            left: 50%;
            margin-left: -35px;
            top: 50%;
            margin-top: -35px;
            transform: rotate(45deg) scale(0.1);
            -ms-transform: rotate(45deg) scale(0.1);
            -webkit-transform: rotate(45deg) scale(0.1);
        }








.rmalttext-wrapper.collector-style {
    padding: 0 16px;
    height: 24px;
    border-radius: 12px;
    background: #363234;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.62);
}

.collector-style .rmalttext-content {
    font-size: 14px;
    line-height: 23px;
    white-space: nowrap;
    font-family:"Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

    .collector-style .rmalttext-corner-wrapper {
        position: absolute;
        width: 18px;
        height: 18px;
    }

    .collector-style.rmalttext-wrapper.rmalttext-top .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -9px;
        bottom: -9px;
        clip: rect(9px, 999px, 999px, -999px);
    }

    .collector-style.rmalttext-wrapper.rmalttext-bottom .rmalttext-corner-wrapper {
        left: 50%;
        margin-left: -9px;
        top: -9px;
        clip: rect(-999px, 999px, 9px, -999px);
    }

    .collector-style.rmalttext-wrapper.rmalttext-left .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -9px;
        right: -9px;
        clip: rect(-999px, 999px, 999px, 9px);
    }

    .collector-style.rmalttext-wrapper.rmalttext-right .rmalttext-corner-wrapper {
        top: 50%;
        margin-top: -9px;
        left: -9px;
        clip: rect(-999px, 9px, 999px, -999px);
    }

        .collector-style .rmalttext-corner {
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.62);
            background: #363234;
            width: 12.7px;
            height: 12.7px;
            margin-left: -6.3px;
            margin-top: -6.3px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }




/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * rm addition
 */
*:focus {
  outline: none;
}
.no-isdesktop body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
body,
input {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
@font-face {
  font-family: "Nobel-RM";
  src: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/fonts/webtype/Nobel Light/b78bdfba-7002-4c64-8f9a-48f36d5f020b-3.woff?domain=readymag.com&md5=2GOnik4KmKp2ABiSJYMVRA") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Nobel-RM";
  src: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/fonts/webtype/Nobel Book/33f41f0b-1cb3-4fe4-b692-684b0154030b-3.woff?domain=readymag.com&md5=gG30G59XGlTdKVWtugL7Rw") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Nobel-RM";
  src: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/fonts/webtype/Nobel Regular/a9613c98-73bc-4667-b826-f27e36e923e6-3.woff?domain=readymag.com&md5=0QmPlTLhd8Abb4CE8r_cgg") format("woff");
  font-style: normal;
  font-weight: 400;
}
.nobel_light {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.nobel_book {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.nobel_regular {
  font-family: "Nobel-RM", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.avenir_regular {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.avenir_medium {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.avenir_demi {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.avenir_bold {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rmpreloader {
  position: relative;
  width: 44px;
  height: 44px;
}
.rmpreloader .arc {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 38px;
  height: 38px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/constructor/preloader/arc.png');
  background-repeat: no-repeat;
  background-size: 38px 38px;
  -webkit-animation: preloader_rotation 1.3s linear 0s infinite normal;
  animation: preloader_rotation 1.3s linear 0s infinite normal;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .rmpreloader .arc {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/constructor/preloader/arc@2x.png');
  }
}
.rmpreloader .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/constructor/preloader/shadow.png') no-repeat 0 0;
  -webkit-animation: preloader_rotation 1.3s linear 0s infinite normal;
  animation: preloader_rotation 1.3s linear 0s infinite normal;
}
@-webkit-keyframes preloader_rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * z-indeces
 */
.no-transitions {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stretched-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-reset {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
}
.sticky-position {
  position: -webkit-sticky;
  position: sticky;
}
.panel-style {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.nowrap {
  white-space: nowrap;
}
.rotate_cycle {
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation-shake {
  -webkit-animation: shake .5s linear;
  animation: shake .5s linear;
}
@-webkit-keyframes shake {
  8%,
  41% {
    -webkit-transform: translateX(-10px);
  }
  25%,
  58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes shake {
  8%,
  41% {
    transform: translateX(-10px);
  }
  25%,
  58% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  92% {
    transform: translateX(5px);
  }
  0%,
  100% {
    transform: translateX(0);
  }
}
.cursor-grab {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.cursor-grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
body .hot-help-button {
  -moz-osx-font-smoothing: grayscale !important;
  z-index: 999999;
  position: absolute;
  background-color: rgba(66, 66, 66, 0.64);
  border-width: 0;
  width: 50px;
  height: 50px;
  bottom: 23px;
  right: 23px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  background-position: 50%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  line-height: 53px;
  text-decoration: none;
  color: white;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
body .hot-help-button:before {
  content: "?";
  display: block;
  color: white;
}
body .hot-help-button:hover {
  background-color: rgba(66, 66, 66, 0.82);
}
body .hot-help-button .close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 17px;
  left: 18px;
  position: relative;
  width: 15px;
  height: 15px;
}
body .hot-help-button .close:before,
body .hot-help-button .close:after {
  position: absolute;
  left: 6px;
  content: '';
  top: -3px;
  height: 21px;
  width: 2px;
  background-color: #f9f9f9;
}
body .hot-help-button .close:before {
  transform: rotate(45deg);
}
body .hot-help-button .close:after {
  transform: rotate(-45deg);
}
body .hot-help-button.close-btn:before {
  content: "";
}
body .hot-help-button.close-btn .close {
  visibility: visible;
  opacity: 1;
}
.preview-mode .hot-help-button,
.pages-panel-shown .hot-help-button,
.code-editor-shown .hot-help-button,
.minimal-constructor-ui .hot-help-button {
  display: none;
}
body #intercom-container .intercom-launcher {
  bottom: 23px;
  right: 23px;
}
body #intercom-container .intercom-launcher.intercom-launcher-with-avatar .intercom-launcher-button {
  border-width: 0;
  background-size: 50px 50px;
}
body #intercom-container .intercom-launcher-button {
  background-color: rgba(66, 66, 66, 0.64);
  border-width: 0;
  width: 50px;
  height: 50px;
}
body #intercom-container .intercom-launcher-button {
  box-shadow: none;
}
body #intercom-container .intercom-composer-container,
body #intercom-container .intercom-conversations-new-conversation-button {
  display: none;
}
html,
body {
  min-width: 984px;
  background: #ebebeb;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #363234;
  font-size: 15px;
}
.collector-root {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
}
.collector-root .link,
.collector-root .maglink {
  cursor: pointer;
}
.collector-root b {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.collector-root a {
  text-decoration: none;
  color: #363234;
}
.collector-root a:hover {
  text-decoration: none;
  cursor: pointer;
}
.collector-root.blur {
  -webkit-filter: blur(5px);
}
.collector-root .content {
  height: 100%;
}
.collector-root .hidden {
  display: none!important;
}
.collector-root .invisible {
  opacity: 0!important;
}
.collector-root .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.collector-root .preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.collector-root .preloader table {
  height: 100%;
  width: 100%;
}
.collector-root .preloader table td {
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.collector-root .preloader table td .collector-preloader {
  margin: 0 auto;
  z-index: 525;
}
.suspend-processing-blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68);
  left: 0;
  top: 0;
  z-index: 9999;
}
.suspend-processing-blackout .message {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.suspend-processing-blackout .message .letter-1 {
  -webkit-animation: processing 1400ms ease 0s infinite forwards;
  animation: processing 1400ms ease 0s infinite forwards;
}
.suspend-processing-blackout .message .letter-2 {
  -webkit-animation: processing 1400ms ease 50ms infinite forwards;
  animation: processing 1400ms ease 50ms infinite forwards;
}
.suspend-processing-blackout .message .letter-3 {
  -webkit-animation: processing 1400ms ease 150ms infinite forwards;
  animation: processing 1400ms ease 150ms infinite forwards;
}
.suspend-processing-blackout .message .letter-4 {
  -webkit-animation: processing 1400ms ease 250ms infinite forwards;
  animation: processing 1400ms ease 250ms infinite forwards;
}
.suspend-processing-blackout .message .letter-5 {
  -webkit-animation: processing 1400ms ease 350ms infinite forwards;
  animation: processing 1400ms ease 350ms infinite forwards;
}
.suspend-processing-blackout .message .letter-6 {
  -webkit-animation: processing 1400ms ease 450ms infinite forwards;
  animation: processing 1400ms ease 450ms infinite forwards;
}
.suspend-processing-blackout .message .letter-7 {
  -webkit-animation: processing 1400ms ease 550ms infinite forwards;
  animation: processing 1400ms ease 550ms infinite forwards;
}
.suspend-processing-blackout .message .letter-8 {
  -webkit-animation: processing 1400ms ease 650ms infinite forwards;
  animation: processing 1400ms ease 650ms infinite forwards;
}
.suspend-processing-blackout .message .letter-9 {
  -webkit-animation: processing 1400ms ease 750ms infinite forwards;
  animation: processing 1400ms ease 750ms infinite forwards;
}
.suspend-processing-blackout .message .letter-10 {
  -webkit-animation: processing 1400ms ease 850ms infinite forwards;
  animation: processing 1400ms ease 850ms infinite forwards;
}
.suspend-processing-blackout .message .letter-11 {
  -webkit-animation: processing 1400ms ease 950ms infinite forwards;
  animation: processing 1400ms ease 950ms infinite forwards;
}
.suspend-processing-blackout .message .letter-12 {
  -webkit-animation: processing 1400ms ease 1050ms infinite forwards;
  animation: processing 1400ms ease 1050ms infinite forwards;
}
.suspend-processing-blackout .message .letter-13 {
  -webkit-animation: processing 1400ms ease 1150ms infinite forwards;
  animation: processing 1400ms ease 1150ms infinite forwards;
}
@-webkit-keyframes processing {
  0% {
    -webkit-transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.7);
  }
  14% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes processing {
  0% {
    transform: scale(1);
  }
  7% {
    transform: scale(1.7);
  }
  14% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.mags-list-wrapper {
  min-width: 984px;
  max-width: 1312px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 110px;
}
.mags-list-wrapper .blocks-caption {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  padding-left: 11px;
  padding-top: 14px;
  padding-bottom: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: rgba(54, 50, 52, 0.2);
}
.mags-list-wrapper .blocks-caption span {
  display: inline-block;
  font-size: 16px;
  min-width: 28px;
  height: 28px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  background: rgba(54, 50, 52, 0.2);
  color: #ebebeb;
  line-height: 28px;
  text-align: center;
  margin-left: 4px;
  margin-top: -2px;
  vertical-align: middle;
}
.mags-list-wrapper .blocks-caption.for-mags {
  padding-top: 22px;
}
.mags-list-wrapper .blocks-caption.opaque {
  opacity: 1;
}
.mags-list-wrapper .blocks-caption .select-mags {
  color: #343232;
  font-size: 16px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 0 16px 0 16px;
  margin-left: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.isdesktop .mags-list-wrapper .blocks-caption .select-mags:hover {
  border-color: #b5b5b5;
}
.mags-list-wrapper .blocks-caption .project-views {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline;
  color: rgba(52, 50, 50, 0.5);
  font-size: 14px;
  margin-left: 8px;
}
.mags-list-wrapper .blocks-caption .project-views a {
  color: rgba(52, 50, 50, 0.5);
  text-decoration: underline;
}
.mags-list-wrapper .blocks-caption .project-views a:hover {
  color: #343232;
  text-decoration: none;
}
.mags-list-wrapper .blocks-caption .project-views a.over-limit {
  color: #ff2e4d;
}
.mags-list-wrapper .blocks {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.mags-list-wrapper .blocks.opaque {
  opacity: 1;
}
.mags-list-wrapper .blocks .shared-folder {
  position: relative;
  color: #363234;
  float: left;
  margin-bottom: 24px;
  margin-right: 12px;
  margin-left: 12px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px 6px 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  width: 304px;
  height: 96px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.mags-list-wrapper .blocks .shared-folder .link-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mags-list-wrapper .blocks .shared-folder .userpic {
  position: absolute;
  width: 96px;
  height: 96px;
  background-size: 96px 96px;
  top: 0;
  left: 0;
}
.mags-list-wrapper .blocks .shared-folder .userpic:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
}
.mags-list-wrapper .blocks .shared-folder:hover .info-wrapper .leave {
  opacity: 1;
}
.mags-list-wrapper .blocks .shared-folder.leave-state {
  cursor: default;
}
.mags-list-wrapper .blocks .shared-folder.leave-state .info-wrapper {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.mags-list-wrapper .blocks .shared-folder.leave-state .leave-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mags-list-wrapper .blocks .shared-folder .info-wrapper {
  position: absolute;
  left: 96px;
  top: 0;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mags-list-wrapper .blocks .shared-folder .info-wrapper .user-name {
  position: absolute;
  top: 13px;
  left: 16px;
  right: 24px;
  height: 48px;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  word-wrap: break-word;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .shared-folder .info-wrapper .projects-count {
  position: absolute;
  top: 68px;
  left: 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: rgba(54, 50, 52, 0.68);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mags-list-wrapper .blocks .shared-folder .info-wrapper .leave {
  position: absolute;
  right: 24px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/shared-leave.png');
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mags-list-wrapper .blocks .shared-folder .info-wrapper .leave:hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/shared-leave-hover.png');
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper {
  position: absolute;
  left: 96px;
  top: 0;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper.invisible {
  opacity: 0;
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper .caption {
  position: absolute;
  top: 13px;
  left: 16px;
  right: 24px;
  height: 48px;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper .leave-yes {
  position: absolute;
  top: 61px;
  left: 18px;
  height: 48px;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  color: rgba(54, 50, 52, 0.68);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper .leave-yes:hover {
  color: #ff4828;
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper .leave-cancel {
  position: absolute;
  right: 24px;
  bottom: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: rgba(54, 50, 52, 0.68);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.mags-list-wrapper .blocks .shared-folder .leave-wrapper .leave-cancel:hover {
  color: #ff4828;
}
.mags-list-wrapper .blocks .shared-folder .leave-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.mags-list-wrapper .blocks .shared-folder .leave-overlay.invisible {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mags-list-wrapper .blocks .shared-folder .leave-overlay .rmpreloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.mags-list-wrapper .blocks .shared-folder .select-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: default;
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .folder {
  position: relative;
  color: #363234;
  float: left;
  margin-bottom: 24px;
  margin-right: 12px;
  margin-left: 12px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px 6px 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  width: 304px;
  height: 96px;
  overflow: hidden;
  display: block;
}
.mags-list-wrapper .blocks .folder.hidden-folder .folder-panel.info .settings {
  right: 54px;
}
.mags-list-wrapper .blocks .folder.hidden-folder .folder-panel.info .lock {
  display: block;
}
.mags-list-wrapper .blocks .folder .folder-panel {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
}
.mags-list-wrapper .blocks .folder .folder-panel .folder-settings-button {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel .folder-settings-button .title {
  color: rgba(54, 50, 52, 0.68);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel .folder-settings-button:hover .title {
  opacity: 1;
  color: #ff4828;
}
.mags-list-wrapper .blocks .folder .folder-panel.invisible {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .folder .folder-panel.info .folder-name {
  position: absolute;
  display: block;
  top: 13px;
  left: 24px;
  right: 24px;
  height: 48px;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  word-wrap: break-word;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel.info .projects-count {
  position: absolute;
  top: 68px;
  left: 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: rgba(54, 50, 52, 0.68);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel.info .settings,
.mags-list-wrapper .blocks .folder .folder-panel.info .lock {
  position: absolute;
  height: 16px;
  right: 26px;
  bottom: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mags-list-wrapper .blocks .folder .folder-panel.info .settings {
  width: 16px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/folder-settings.png");
  opacity: 0;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.info .settings:hover {
  opacity: 1!important;
}
.mags-list-wrapper .blocks .folder .folder-panel.info .lock {
  width: 12px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/folder-lock.png");
  opacity: 0.28;
  display: none;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.info:hover .settings {
  opacity: 0.28;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-name-edit {
  position: absolute;
  display: block;
  top: 12px;
  left: 24px;
  right: 24px;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  color: #363234;
  border: none;
  padding: 0;
  outline: 0;
  margin: 0;
  background: transparent;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.delete {
  left: 24px;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.private {
  right: 122px;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.private:hover .title {
  color: #00c088;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.cancel {
  right: 67px;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save {
  right: 24px;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save:hover .title {
  color: #00c088;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save .popup-message {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  bottom: 22px;
  width: 200px;
  padding: 9px 21px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -180px;
  background-color: rgba(54, 50, 52, 0.9);
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save .popup-message .corner-wrapper {
  position: absolute;
  left: 180px;
  width: 16px;
  height: 8px;
  margin-left: -8px;
  clip: rect(0, 115px, 107px, -99px);
  bottom: -8px;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save .popup-message .corner-wrapper .corner {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save .popup-message .corner-wrapper .corner {
  box-shadow: none;
  background-color: rgba(54, 50, 52, 0.9);
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save.error .title {
  color: #ff4828;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save.error .popup-message {
  visibility: inherit;
  opacity: 1;
}
.mags-list-wrapper .blocks .folder .folder-panel.settings .folder-settings-button.save.error:hover .title {
  color: #ff4828;
}
.mags-list-wrapper .blocks .folder .folder-panel .folder-settings-inline-button {
  display: inline-block;
  border-bottom: 1px dotted #363234;
  border-right: 1px solid transparent;
  line-height: 20px;
  cursor: pointer;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel .folder-settings-inline-button:hover {
  border-color: transparent;
}
.mags-list-wrapper .blocks .folder .folder-panel .folder-settings-inline-button.delete {
  color: #ff4828;
  border-bottom: 1px dotted #ff4828;
}
.mags-list-wrapper .blocks .folder .folder-panel.delete .folder-delete-caption {
  position: absolute;
  top: 13px;
  left: 24px;
  right: 24px;
  height: 48px;
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  word-wrap: break-word;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel.delete .folder-delete-caption .folder-settings-inline-button {
  display: inline-block;
  border-bottom: 1px dotted #363234;
  border-right: 1px solid transparent;
  line-height: 20px;
  cursor: pointer;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.delete .folder-delete-caption .folder-settings-inline-button:hover {
  border-color: transparent;
}
.mags-list-wrapper .blocks .folder .folder-panel.delete .folder-delete-caption .folder-settings-inline-button.delete {
  color: #ff4828;
  border-bottom: 1px dotted #ff4828;
}
.mags-list-wrapper .blocks .folder .folder-panel.delete .folder-settings-button.cancel {
  left: 24px;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption {
  position: absolute;
  top: 13px;
  left: 24px;
  right: 24px;
  height: 48px;
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  word-wrap: break-word;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector {
  display: inline-block;
  position: relative;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector:hover .selector-value {
  border-color: transparent;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector .selector-value {
  display: inline-block;
  border-bottom: 1px dotted #363234;
  border-right: 1px solid transparent;
  line-height: 20px;
  cursor: pointer;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector .selector-value .value {
  max-width: 162px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector .triangle {
  display: inline-block;
  width: 5px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 4px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/dropdown-triangle.png");
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector .folder-select {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-inline-button.ok {
  color: #0078ff;
  border-bottom: none;
}
.isdesktop .mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-inline-button.ok:hover {
  color: #ff4828;
}
.mags-list-wrapper .blocks .folder .folder-panel.move .folder-settings-button.cancel {
  left: 24px;
}
.mags-list-wrapper .blocks .folder.new-folder {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mags-list-wrapper .blocks .folder.new-folder.disabled {
  cursor: default;
}
.mags-list-wrapper .blocks .folder.new-folder .folder-panel.info {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.isdesktop .mags-list-wrapper .blocks .folder.new-folder:hover {
  border-color: #b5b5b5;
}
.mags-list-wrapper .blocks .folder .select-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-color: rgba(255, 255, 255, 0.5);
}
.mags-list-wrapper .blocks .block {
  position: relative;
  color: #363234;
  float: left;
  margin-bottom: 24px;
  margin-right: 12px;
  margin-left: 12px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px 6px 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.mags-list-wrapper .blocks .block .dotted-line {
  height: 0;
  border-top: 1px solid rgba(198, 198, 198, 0.12);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  -webkit-transition: z-index 0.18s linear;
  transition: z-index 0.18s linear;
}
.isdesktop .mags-list-wrapper .blocks .block:hover .bl-mag-private,
.isdesktop .mags-list-wrapper .blocks .block:hover .bl-mag-suspended {
  opacity: 1;
}
.isdesktop .mags-list-wrapper .blocks .block:hover .dotted-line {
  z-index: auto;
}
.mags-list-wrapper .blocks .block a {
  text-decoration: none;
}
.mags-list-wrapper .blocks .block .bl-mag-private,
.mags-list-wrapper .blocks .block .bl-mag-suspended,
.mags-list-wrapper .blocks .block .bl-mag-hidden {
  position: relative;
  float: left;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mags-list-wrapper .blocks .block .bl-mag-icons {
  position: absolute;
  overflow: hidden;
  clear: left;
  top: 8px;
  left: 16px;
}
.mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-private {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/private.png");
}
.mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-suspended {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/suspended.png");
  cursor: pointer;
}
.isdesktop .mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-suspended:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/suspended-hover.png");
}
.mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-hidden {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/hidden.png");
}
.mags-list-wrapper .blocks .block .menu-republish,
.mags-list-wrapper .blocks .block .menu-publish {
  display: none !important;
}
.mags-list-wrapper .blocks .block.middle.published .mag-controls .context-menu {
  height: 82px;
}
.mags-list-wrapper .blocks .block.middle.published .mag-controls .context-menu .delete-block {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle.published .mag-controls .context-menu .menu-publish {
  display: none;
}
.mags-list-wrapper .blocks .block.middle.published.can-export-pdf .mag-controls .context-menu {
  height: 112px;
}
.mags-list-wrapper .blocks .block.middle.published.can-export-pdf .mag-controls .context-menu .menu-export-pdf {
  display: block;
}
.mags-list-wrapper .blocks .block.middle.published.changed .mag-controls .context-menu .menu-republish {
  display: block;
}
.mags-list-wrapper .blocks .block.middle.unpublished .mag-controls .context-menu .unpublish-delete-block {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle.menu-shown .img-placeholder .img-overlay {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.mags-list-wrapper .blocks .block.middle.menu-shown .mag-controls .arrow-button .arrow-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mags-list-wrapper .blocks .block.middle.menu-shown .mag-controls .context-menu {
  -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, background-position 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, background-position 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu {
  height: 112px !important;
  background-position: 0 45%;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu .unpublish-delete-block,
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu .delete-block {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu .cancel-block {
  visibility: visible;
  opacity: 1;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu .delete-panel-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  visibility: visible;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu .delete-panel-wrapper .delete-panel {
  top: 10px;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.delete-panel-shown .mag-controls .context-menu .delete-panel-wrapper .delete-panel .delete-panel-cancel {
  color: white;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls {
  opacity: 1;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls .context-menu {
  height: 112px !important;
  background-position: 0 45%;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls .context-menu .unpublish-delete-block,
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls .context-menu .delete-block {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls .context-menu .cancel-move-block {
  visibility: visible;
  opacity: 1;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls .context-menu .move-panel-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  visibility: visible;
}
.mags-list-wrapper .blocks .block.middle.menu-shown.move-panel-shown .mag-controls .context-menu .move-panel-wrapper .move-panel {
  top: 10px;
}
.mags-list-wrapper .blocks .block.middle.preloader-shown .img-placeholder .img-overlay {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.mags-list-wrapper .blocks .block.middle.preloader-shown .img-placeholder .img-overlay .mag-preloader {
  display: block;
}
.mags-list-wrapper .blocks .block.middle {
  width: 304px;
  height: 296px;
}
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .img-placeholder img {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.48), 0 9px 10px -8px rgba(0, 0, 0, 0.2), 0 11px 16px -9px rgba(0, 0, 0, 0.3), 0 13px 24px -11px rgba(0, 0, 0, 0.28);
}
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .suspend-project,
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .ban-user {
  opacity: 1;
  visibility: visible;
}
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .mag-controls {
  opacity: 1;
}
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .shared-edit {
  opacity: 1;
}
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .bl-info .bl-user .u-info.has-views-count .when-published {
  display: none;
}
.isdesktop .mags-list-wrapper .blocks .block.middle:hover .bl-info .bl-user .u-info.has-views-count .views-count {
  display: block;
}
.mags-list-wrapper .blocks .block.middle .img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  height: 200px;
}
.mags-list-wrapper .blocks .block.middle .img-placeholder img {
  position: absolute;
  background-color: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.18s linear;
  transition: all 0.18s linear;
}
.mags-list-wrapper .blocks .block.middle .img-placeholder .img-overlay {
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.mags-list-wrapper .blocks .block.middle .img-placeholder .img-overlay .mag-preloader {
  position: relative;
  display: none;
  margin: 0 auto;
  top: 78px;
}
.mags-list-wrapper .blocks .block.middle .bl-info {
  width: 304px;
  height: 96px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mags-list-wrapper .blocks .block.middle .bl-info .dotted-line {
  width: 304px;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-title {
  margin-top: 0;
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 12px;
  overflow: hidden;
  word-wrap: break-word;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-title a {
  color: #363234;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-shadow: 0 1px 0 #fff;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .bl-info .bl-title a:hover {
  color: #0064de;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user {
  position: absolute;
  bottom: 12px;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  max-width: 230px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .when-published,
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .views-count {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(54, 50, 52, 0.68);
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .when-published a,
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .views-count a {
  color: rgba(54, 50, 52, 0.68);
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .when-published .unpublished,
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .views-count .unpublished {
  color: #ff2e4d;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .when-published,
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .views-count {
  margin-top: -1px;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-user .u-info .views-count {
  display: none;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-contributors {
  position: absolute;
  right: 25px;
  bottom: 19px;
  width: 40px;
  height: 9px;
  text-align: right;
  white-space: nowrap;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.545);
  line-height: 14px;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-contributors .number {
  display: inline-block;
  vertical-align: top;
  margin: -2.5px 1px 0 0;
}
.mags-list-wrapper .blocks .block.middle .bl-info .bl-contributors .icon {
  display: inline-block;
  width: 8px;
  height: 9px;
  background-size: 8px 9px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/contributor.png');
  vertical-align: top;
}
.mags-list-wrapper .blocks .block.middle .suspend-project,
.mags-list-wrapper .blocks .block.middle .ban-user {
  position: absolute;
  width: 124px;
  height: 26px;
  top: 8px;
  right: 8px;
  line-height: 27px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #3d3d3d;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border-radius: 13px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.mags-list-wrapper .blocks .block.middle .suspend-project:hover,
.mags-list-wrapper .blocks .block.middle .ban-user:hover {
  background: #000;
}
.mags-list-wrapper .blocks .block.middle .suspend-project:active,
.mags-list-wrapper .blocks .block.middle .ban-user:active {
  background: #ff4828;
}
.mags-list-wrapper .blocks .block.middle .ban-user {
  top: 38px;
}
.mags-list-wrapper .blocks .block.middle .ban-user.no-mail {
  top: 68px;
}
.mags-list-wrapper .blocks .block.middle .shared-edit {
  z-index: 2;
  width: 52px;
  height: 26px;
  position: absolute;
  cursor: pointer;
  top: 7px;
  left: 50%;
  margin-left: -27px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  display: block;
}
.mags-list-wrapper .blocks .block.middle .shared-edit .edit-icon {
  position: absolute;
  display: block;
  top: 5px;
  left: 18px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit.png");
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .shared-edit:hover .edit-icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit-hover.png");
}
.mags-list-wrapper .blocks .block.middle .mag-controls {
  z-index: 2;
  width: 70px;
  height: 28px;
  position: absolute;
  cursor: pointer;
  top: 7px;
  left: 50%;
  margin-left: -34px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-size: 70px 28px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/menu-bg.png");
}
.mags-list-wrapper .blocks .block.middle .mag-controls .edit-button {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 46px;
  height: 28px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .edit-button .edit-icon {
  position: absolute;
  display: block;
  top: 6px;
  left: 19px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit.png");
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .edit-button:hover .edit-icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit-hover.png");
}
.mags-list-wrapper .blocks .block.middle .mag-controls .arrow-button {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.mags-list-wrapper .blocks .block.middle .mag-controls .arrow-button .arrow-icon {
  position: absolute;
  display: block;
  top: 12px;
  left: 7px;
  width: 7px;
  height: 5px;
  background-size: 7px 5px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/arrow.png");
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .arrow-button:hover .arrow-icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/arrow-hover.png");
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu {
  position: absolute;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 2px 4px 0 rgba(0, 0, 0, 0.42);
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -8px;
  cursor: default;
  width: 192px;
  height: 82px;
  top: 41px;
  left: -62px;
  background-color: white;
  background-position: 0 100%;
  text-align: center;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-settings {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 12px;
  display: block;
  background-size: 24px 24px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/settings.png");
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-settings:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/settings-hover.png");
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-edit,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-publish,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-republish,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-duplicate,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-move,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-export-pdf {
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #363234;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-edit span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-publish span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-republish span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-duplicate span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-move span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-export-pdf span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-edit a,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-publish a,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-republish a,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-duplicate a,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-move a,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-export-pdf a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-edit span:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-publish span:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-republish span:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-duplicate span:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-move span:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-export-pdf span:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-edit a:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-publish a:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-republish a:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-duplicate a:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-move a:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-export-pdf a:hover {
  color: #00b68c;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-edit {
  margin-top: 16px;
  margin-bottom: 13px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-republish {
  display: none;
  margin-bottom: 13px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-duplicate {
  margin-top: 16px;
  margin-bottom: 13px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-move {
  margin-bottom: 13px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-export-pdf {
  display: none;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-publish {
  margin-bottom: 13px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .unpublish-delete-block,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-block,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-block,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-move {
  text-align: center;
  font-family: 'Times New Roman';
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  color: white;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .unpublish-delete-block span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-block span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-block span,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-move span {
  opacity: 0.8;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-block {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-move-block {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-delete,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-unpublish,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-delete,
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-move {
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-delete:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-unpublish:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-delete:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-move:hover {
  opacity: 1;
  color: #ff4d4e;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-delete:hover,
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .cancel-move:hover {
  color: white;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-unpublish:hover {
  color: #00b68c;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-panel-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: visibility 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out;
  visibility: hidden;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-panel-wrapper .delete-panel {
  position: absolute;
  left: 50%;
  top: -110px;
  width: 168px;
  margin-left: -84px;
  height: 100px;
  background: white;
  background-position: 0 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-panel-wrapper .delete-panel .delete-panel-caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #363234;
  padding: 1px 5px 12px 5px;
  text-align: center;
  line-height: 16px;
  text-shadow: 0 1px 0 #fff;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-panel-wrapper .delete-panel .delete-panel-yes {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 144px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  border-radius: 3px;
  background: #fe615e;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  line-height: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-panel-wrapper .delete-panel .delete-panel-yes:hover {
  background: #ff7272;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .delete-panel-wrapper .delete-panel .delete-panel-yes:active {
  background: #e2504d;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), inset 0 -40px 70px -40px rgba(255, 120, 120, 0.86);
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: visibility 0.2s ease-in-out;
  transition: visibility 0.2s ease-in-out;
  visibility: hidden;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel {
  position: absolute;
  left: 50%;
  top: -110px;
  width: 168px;
  margin-left: -84px;
  height: 100px;
  background: white;
  background-position: 0 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-choose-folder {
  color: #363234;
  text-align: center;
  line-height: 39px;
  text-shadow: 0 1px 0 #fff;
  width: 144px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  left: 50%;
  margin-left: -72px;
  position: relative;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  margin-top: 6px;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-choose-folder:hover {
  border-color: #d1d1d1;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-choose-folder .selector-value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 0 8px;
  max-width: 114px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-choose-folder .triangle {
  position: absolute;
  right: 8px;
  top: 19px;
  width: 5px;
  height: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 4px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/dropdown-triangle.png");
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-choose-folder .context-folder-select {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-button-move {
  position: relative;
  line-height: 40px;
  background-color: #0078ff;
  color: white;
  width: 144px;
  left: 50%;
  margin-left: -72px;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-button-move:not(.disabled):hover {
  background-color: #288dff;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-button-move.disabled {
  background-color: #afadae;
  cursor: default;
}
.mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-corner {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 10px;
  top: -9px;
  margin-left: -8px;
  background-size: 16px 10px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/menu-corner.png');
}
.mags-list-wrapper .blocks .block.middle .popup-overlay {
  background-color: rgba(29, 26, 27, 0.75);
  border-radius: 5px 5px 0 0;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
  text-align: center;
  color: #ff4c4d;
}
.mags-list-wrapper .blocks .block.middle .popup-overlay.invisible {
  visibility: hidden;
  opacity: 0;
}
.mags-list-wrapper .blocks .block.middle .popup-overlay a {
  color: #ff4c4d;
  text-decoration: underline;
}
.isdesktop .mags-list-wrapper .blocks .block.middle .popup-overlay a:hover {
  text-decoration: none;
}
.mags-list-wrapper .blocks .block.middle .popup-overlay .suspended-caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  margin-top: 45px;
}
.mags-list-wrapper .blocks .block.middle .popup-overlay .suspended-text {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}
.mags-list-wrapper .blocks .block.middle .select-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.mags-list-wrapper .blocks .block.middle .select-overlay .select-img-overlay {
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
}
.mags-list-wrapper .blocks .block.middle .select-overlay .select-mag-checkbox {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  right: 14px;
  top: 6px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mags-list-wrapper .blocks .block.middle .select-overlay .select-mag-checkbox.checked {
  background-color: #0078ff;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/select-checkmark.png");
}
.mags-list-wrapper.select-mode .blocks .blocks-caption .select-mags {
  color: white;
  background-color: #0278fc;
  border-color: transparent;
}
.mags-list-wrapper.select-mode .blocks .block.middle .select-overlay {
  visibility: inherit;
  opacity: 1;
  z-index: 10;
}
.isdesktop .mags-list-wrapper.select-mode .blocks .block.middle:hover .mag-controls {
  opacity: 0;
}
.isdesktop .mags-list-wrapper.select-mode .blocks .block.middle:hover .img-placeholder img {
  box-shadow: none;
}
.mags-list-wrapper.select-mode .blocks .folder .select-overlay {
  visibility: inherit;
  opacity: 1;
}
.isdesktop .mags-list-wrapper.select-mode .blocks .folder.new-folder:hover {
  border-color: #d5d5d5;
}
.mags-list-wrapper.select-mode .blocks .shared-folder .select-overlay {
  visibility: inherit;
  opacity: 1;
}
.mags-list-wrapper.select-mode.delete .blocks .block.middle .select-overlay .select-mag-checkbox.checked {
  background-color: #fe4828;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .mags-list-wrapper .blocks .shared-folder .leave {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/shared-leave@2x.png');
  }
  .mags-list-wrapper .blocks .shared-folder .leave:hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/shared-leave-hover@2x.png');
  }
  .mags-list-wrapper .blocks .block {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/bg@2x.png");
  }
  .mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-private {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/private@2x.png");
  }
  .mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-suspended {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/suspended@2x.png");
  }
  .isdesktop .mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-suspended:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/suspended-hover@2x.png");
  }
  .mags-list-wrapper .blocks .block .bl-mag-icons .bl-mag-hidden {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/hidden@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .shared-edit .edit-icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit@2x.png");
  }
  .isdesktop .mags-list-wrapper .blocks .block.middle .shared-edit:hover .edit-icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit-hover@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .bl-info .bl-contributors .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/contributor@2x.png');
  }
  .mags-list-wrapper .blocks .block.middle .img-placeholder .popup-overlay .btn-close {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/popup-close@2x.png");
  }
  .isdesktop .mags-list-wrapper .blocks .block.middle .img-placeholder .popup-overlay .btn-close:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/popup-close-hover@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .mag-controls {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/menu-bg@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .mag-controls .edit-button .edit-icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit@2x.png");
  }
  .isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .edit-button:hover .edit-icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/edit-hover@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .mag-controls .arrow-button .arrow-icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/arrow@2x.png");
  }
  .isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .arrow-button:hover .arrow-icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/arrow-hover@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-settings {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/settings@2x.png");
  }
  .isdesktop .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-settings:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/settings-hover@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .menu-corner {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/menu-corner@2x.png');
  }
  .mags-list-wrapper .blocks .block.middle .mag-controls .context-menu .move-panel-wrapper .move-panel .context-choose-folder .triangle {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/dropdown-triangle@2x.png");
  }
  .mags-list-wrapper .blocks .block.middle .select-overlay .select-mag-checkbox.checked {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/select-checkmark@2x.png");
  }
  .mags-list-wrapper .blocks .folder .folder-panel.info .settings {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/folder-settings@2x.png");
  }
  .mags-list-wrapper .blocks .folder .folder-panel.info .lock {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/folder-lock@2x.png");
  }
  .mags-list-wrapper .blocks .folder .folder-panel.move .folder-move-caption .folder-settings-selector .triangle {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/dropdown-triangle@2x.png");
  }
}
.user-profile {
  position: relative;
  width: 100%;
  height: 100%;
}
.user-profile.collapsed .mags-overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile.collapsed .mag-list {
  -webkit-transform: translate3D(0, 186px, 0);
  -ms-transform: translate3D(0, 186px, 0);
  transform: translate3D(0, 186px, 0);
  margin-bottom: -1px;
  -webkit-transition: 0.48s 0s -webkit-transform ease-in-out, 0s 0.48s margin-bottom;
  transition: 0.48s 0s transform ease-in-out, 0s 0.48s margin-bottom;
}
.user-profile.collapsed .user-profile-panel {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  cursor: pointer;
}
.user-profile.collapsed .user-profile-panel .mag-number span {
  border-bottom: 1px dotted transparent !important;
}
.user-profile.collapsed .user-profile-panel.mode-profile-with-shared .mag-number,
.user-profile.collapsed .user-profile-panel.mode-shared-folder .mag-number {
  display: none;
}
.user-profile.collapsed .user-profile-panel.mode-profile-with-shared .bg-wrapper,
.user-profile.collapsed .user-profile-panel.mode-shared-folder .bg-wrapper {
  -webkit-mask: none;
}
.user-profile.collapsed .user-profile-panel .bg-wrapper {
  -webkit-mask-position: 0 0, 50% 100%, 0 100%;
}
.user-profile.collapsed .user-profile-panel .buttons-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.48s ease-in-out;
  transition: all 0.48s ease-in-out;
  bottom: 72px;
}
.user-profile.collapsed .user-profile-panel .minipic-wrapper {
  opacity: 1;
  bottom: 18px;
  visibility: visible;
  -webkit-transition: 0.48s 0.48s opacity ease-in-out, 0.48s 0.48s bottom ease-in-out;
  transition: 0.48s 0.48s opacity ease-in-out, 0.48s 0.48s bottom ease-in-out;
}
.user-profile.collapsed .user-profile-panel .teamwork.standalone {
  opacity: 1;
  bottom: 16px;
  visibility: visible;
  -webkit-transition: 0.48s 0.48s opacity ease-in-out, 0.48s 0.48s bottom ease-in-out;
  transition: 0.48s 0.48s opacity ease-in-out, 0.48s 0.48s bottom ease-in-out;
}
.user-profile.collapsed .user-profile-panel .mag-number {
  left: 50%;
  text-align: center;
}
.user-profile .mags-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 182, 140, 0);
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.user-profile .mags-overlay:hover {
  background-color: rgba(0, 182, 140, 0.1);
}
.user-profile .mag-list {
  position: relative;
  height: 100%;
  -webkit-transform: translate3D(0, 100%, 0);
  -ms-transform: translate3D(0, 100%, 0);
  transform: translate3D(0, 100%, 0);
  top: -186px;
  -webkit-transition: all 0.48s ease-in-out;
  transition: all 0.48s ease-in-out;
}
.user-profile .mag-list .mags-list-wrapper {
  padding-top: 96px;
}
.user-profile .user-profile-panel {
  position: fixed;
  z-index: 500;
  overflow: hidden;
  width: 100%;
  min-height: 294px;
  top: 72px;
  bottom: 42px;
  -webkit-transform: translateY(-72px);
  -ms-transform: translateY(-72px);
  transform: translateY(-72px);
  -webkit-transition: all 0.48s ease-in-out;
  transition: all 0.48s ease-in-out;
}
.user-profile .user-profile-panel .user-profile-panel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.user-profile .user-profile-panel .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg=="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJgAAAANBAMAAACnR7riAAAAJFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmWAJHAAAAC3RSTlMACx1rMtVN76aOvr6qui4AAABoSURBVCjPYyAKcE5goB6YvZN6Zkns3t1ILbMYV+/evUuASoaJ7gaCQOqYxRQNMmyrAlUMU98NBkXUMIulGmLYdgcqGOa9Gwq2UG4W2244SKDYsGyEYdsoNYt5NxIwoNAwa2TDNhNQDAAPHELPjBMLfwAAAABJRU5ErkJggg=="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAyZQrtywAAAAKSURBVAjXYzgAAADCAMH40E8TAAAAAElFTkSuQmCC");
  -webkit-mask-position: 0 0, 0% 100%, 0 100%;
  -webkit-mask-size: 2560px 1920px, 152px 13px, 4px 1px;
  -webkit-mask-repeat: no-repeat, no-repeat, repeat-x;
  -webkit-mask-composite: source-out, destination-over;
}
.user-profile .user-profile-panel .bg-wrapper .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px;
  margin-left: -2px;
  margin-top: -2px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #000;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .bg-wrapper .bg-image.disable-transition {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.user-profile .user-profile-panel .bg-wrapper .bg-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(29, 26, 27, 0) 0%, rgba(18, 15, 16, 0.74) 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, rgba(29, 26, 27, 0) 0%, rgba(18, 15, 16, 0.74) 100%);
  /* W3C */
}
.user-profile .user-profile-panel .teamwork {
  display: block;
  right: 0;
  bottom: 112px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 144px;
  height: 40px;
  background-color: #fae264;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #000;
  line-height: 40px;
}
.user-profile .user-profile-panel .teamwork .number {
  display: inline-block;
  vertical-align: top;
  margin: 0.5px -3px 0 0;
}
.user-profile .user-profile-panel .teamwork .icon {
  display: inline-block;
  margin-top: 13px;
  width: 13px;
  height: 14px;
  background-size: 20px 14px;
  background-position: 100% 0;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/add.png');
  vertical-align: top;
}
.user-profile .user-profile-panel .teamwork:hover {
  background-color: #fff;
}
.user-profile .user-profile-panel .teamwork.standalone {
  right: 48px;
  bottom: 88px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}
.user-profile .user-profile-panel .teamwork.empty .number {
  display: none;
}
.user-profile .user-profile-panel .teamwork.empty .icon {
  width: 20px;
  height: 14px;
  background-size: 20px 14px;
}
.user-profile .user-profile-panel .buttons-wrapper {
  position: absolute;
  bottom: 16px;
  right: 48px;
  -webkit-transition: opacity 0.48s ease-in-out;
  transition: opacity 0.48s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .edit-profile {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .change-cover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .teamwork {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .upload {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .gallery {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .save {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s background-color ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s background-color ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.edit-mode .cancel {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s border-bottom ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s border-bottom ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper.preloading .buttons-overlay {
  display: block;
}
.user-profile .user-profile-panel .buttons-wrapper.preloading .upload,
.user-profile .user-profile-panel .buttons-wrapper.preloading .gallery,
.user-profile .user-profile-panel .buttons-wrapper.preloading .save {
  opacity: 0.5;
}
.user-profile .user-profile-panel .buttons-wrapper.preloading .upload span {
  color: transparent;
}
.user-profile .user-profile-panel .buttons-wrapper:not(.edit-mode).preloading .buttons-overlay {
  display: none;
}
.user-profile .user-profile-panel .buttons-wrapper .edit-profile {
  display: block;
  right: 0;
  bottom: 56px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .change-cover {
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s box-shadow ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .upload {
  right: 0;
  bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.user-profile .user-profile-panel .buttons-wrapper .upload span {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .upload .cover-uploader {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 34px;
  direction: ltr;
  cursor: pointer;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery {
  right: 0;
  bottom: 96px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery.opened .icon {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.user-profile .user-profile-panel .buttons-wrapper .gallery.opened .panel {
  margin-bottom: 0px;
  -webkit-transition: opacity 0.35s ease-in-out, margin-bottom 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, margin-bottom 0.35s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .icon {
  position: absolute;
  width: 8px;
  height: 7px;
  top: 17px;
  right: 16px;
  background-size: 8px 7px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/gallery_arrow.png');
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel {
  position: absolute;
  left: 0;
  bottom: 48px;
  margin-bottom: -8px;
  width: 144px;
  height: 188px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 16px 0 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .predefined-cover {
  position: relative;
  cursor: pointer;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 56px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 56px 48px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.047);
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .predefined-cover.active {
  cursor: default;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .predefined-cover.active:after {
  position: absolute;
  width: 62px;
  height: 54px;
  top: -3px;
  left: -3px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 162, 134, 0.8);
  content: "";
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .predefined-cover:not(.active):hover:after {
  position: absolute;
  width: 62px;
  height: 54px;
  top: -3px;
  left: -3px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  content: "";
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .predefined-cover .rmpreloader {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 32px;
  height: 32px;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .predefined-cover .rmpreloader .arc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/preloader.png') no-repeat 0 0;
  background-size: 32px 32px;
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .corner-wrapper {
  position: absolute;
  left: 72px;
  width: 20px;
  height: 10px;
  bottom: -10px;
  margin-left: -10px;
  clip: rect(0, 119px, 109px, -99px);
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .corner-wrapper .corner {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.user-profile .user-profile-panel .buttons-wrapper .gallery .panel .corner-wrapper .corner {
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.48);
}
.user-profile .user-profile-panel .buttons-wrapper .save {
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .cancel {
  right: 160px;
  bottom: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.user-profile .user-profile-panel .buttons-wrapper .buttons-overlay {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  width: 144px;
  height: 136px;
}
.user-profile .user-profile-panel .buttons-wrapper .buttons-overlay .rmpreloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}
.user-profile .user-profile-panel .buttons-wrapper .buttons-overlay .rmpreloader .arc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/preloader.png') no-repeat 0 0;
  background-size: 32px 32px;
}
.user-profile .user-profile-panel .buttons-wrapper .edit-profile,
.user-profile .user-profile-panel .buttons-wrapper .change-cover,
.user-profile .user-profile-panel .buttons-wrapper .upload,
.user-profile .user-profile-panel .buttons-wrapper .gallery {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 144px;
  height: 40px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
  text-align: center;
  line-height: 40px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
}
.user-profile .user-profile-panel .buttons-wrapper .edit-profile:hover,
.user-profile .user-profile-panel .buttons-wrapper .change-cover:hover,
.user-profile .user-profile-panel .buttons-wrapper .upload:hover,
.user-profile .user-profile-panel .buttons-wrapper .gallery:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.64);
}
.user-profile .user-profile-panel .buttons-wrapper .gallery,
.user-profile .user-profile-panel .buttons-wrapper .upload {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.user-profile .user-profile-panel .buttons-wrapper .save {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  width: 144px;
  position: absolute;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: white;
  background-color: #00b68c;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 4px;
}
.user-profile .user-profile-panel .buttons-wrapper .save:hover {
  background-color: #00d0a0;
}
.user-profile .user-profile-panel .buttons-wrapper .save:active {
  background-color: #00a27c;
}
.user-profile .user-profile-panel .buttons-wrapper .save.disabled {
  background-color: #00b68c;
  opacity: 0.5;
  cursor: default;
}
.user-profile .user-profile-panel .buttons-wrapper .cancel {
  position: absolute;
  line-height: 18px;
  height: 18px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px dotted #ffffff;
  cursor: pointer;
}
.user-profile .user-profile-panel .buttons-wrapper .cancel:hover {
  border-bottom: 1px dotted rgba(255, 255, 255, 0);
}
.user-profile .user-profile-panel .path-arrow {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 15px 9px 0 9px;
  background-size: 7px 12px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/shared-arrow.png');
  vertical-align: top;
}
.user-profile .user-profile-panel .shared-to,
.user-profile .user-profile-panel .shared-from,
.user-profile .user-profile-panel .folder-name {
  display: inline-block;
  position: relative;
  line-height: 24px;
  height: 24px;
  margin-top: 8px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  vertical-align: top;
  cursor: default;
}
.user-profile .user-profile-panel .shared-to {
  cursor: pointer;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, transparent 100%);
  background-size: 2px 1px;
  background-position: 0 91%;
  background-repeat: repeat-x;
}
.user-profile .user-profile-panel .shared-to:hover {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%, transparent 100%);
}
.user-profile .user-profile-panel .minipic-wrapper {
  position: absolute;
  left: 32px;
  height: 38px;
  opacity: 0;
  visibility: hidden;
  bottom: 90px;
  white-space: nowrap;
  -webkit-transition: 0s;
  transition: 0s;
}
.user-profile .user-profile-panel .minipic-wrapper .minipic-user-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.user-profile .user-profile-panel .minipic-wrapper .minipic-user-wrapper:hover .mininame {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%, transparent 100%);
}
.user-profile .user-profile-panel .minipic-wrapper .minipic {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: 38px 38px;
}
.user-profile .user-profile-panel .minipic-wrapper .mininame {
  position: relative;
  margin-left: 48px;
  line-height: 24px;
  height: 24px;
  margin-top: 8px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  cursor: pointer;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, transparent 100%);
  background-size: 2px 1px;
  background-position: 0 91%;
  background-repeat: repeat-x;
}
.user-profile .user-profile-panel .mag-number {
  position: absolute;
  left: 126px;
  width: 156px;
  margin-left: -78px;
  text-align: left;
  bottom: 27px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  white-space: nowrap;
}
.user-profile .user-profile-panel .mag-number span {
  cursor: pointer;
  border-bottom: 1px dotted transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.user-profile .user-profile-panel .mag-number span:hover {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.firefox .user-profile .user-profile-panel .mag-number span {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.firefox .user-profile .user-profile-panel .mag-number span:hover {
  border-bottom: 1px dotted transparent;
}
.user-profile .user-profile-panel .user-info {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 67px;
}
.user-profile .user-profile-panel .user-info a {
  text-decoration: none;
}
.user-profile .user-profile-panel .user-info .userpic {
  margin-left: 2px;
  width: 128px;
  height: 128px;
  box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px rgba(0, 0, 0, 0.047);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 128px 128px;
}
.user-profile .user-profile-panel .user-info .username {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  height: 45px;
  margin-top: 18px;
  margin-bottom: -10px;
}
.user-profile .user-profile-panel .user-info .description {
  margin-top: 12px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  width: 380px;
  max-height: 200px;
  overflow: hidden;
}
.user-profile .user-profile-panel .user-info .description a {
  color: #fff;
  text-decoration: underline;
}
.isdesktop .user-profile .user-profile-panel .user-info .description a:hover {
  text-decoration: none;
}
.user-profile .user-profile-panel .user-info .socials {
  width: 400px;
  margin-left: -1px;
}
.user-profile .user-profile-panel .user-info .socials .social-icon {
  margin-top: 14px;
  margin-bottom: 17px;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.48;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.user-profile .user-profile-panel .user-info .socials .social-icon:hover {
  opacity: 0.82;
}
.user-profile .user-profile-panel .user-info .socials .social-location {
  position: relative;
  line-height: 30px;
  width: auto;
  height: 30px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 12px 0 24px;
  opacity: 1;
}
.user-profile .user-profile-panel .user-info .socials .social-location:hover {
  opacity: 1;
}
.user-profile .user-profile-panel .user-info .socials .social-location .social-location-image {
  position: absolute;
  left: 11px;
  top: 9px;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_location.png");
  opacity: 0.8;
}
.user-profile .user-profile-panel .user-info .socials .social-location span {
  display: block;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-profile .user-profile-panel .user-info .socials .social-site {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_site.png");
}
.user-profile .user-profile-panel .user-info .socials .social-facebook {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_facebook.png");
}
.user-profile .user-profile-panel .user-info .socials .social-twitter {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_twitter.png");
}
.user-profile .mag-selection-panel {
  width: 100%;
  min-width: 1024px;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 600;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.user-profile .mag-selection-panel.invisible {
  visibility: hidden;
  opacity: 0;
}
.user-profile .mag-selection-panel .ms-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.user-profile .mag-selection-panel .ms-panel.invisible {
  opacity: 0;
  visibility: hidden;
}
.user-profile .mag-selection-panel .ms-panel.action {
  background: #0078fc;
}
.user-profile .mag-selection-panel .ms-panel.confirmation {
  background: #fe4828;
}
.user-profile .mag-selection-panel .ms-panel .tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.user-profile .mag-selection-panel .ms-panel .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.user-profile .mag-selection-panel .ms-panel select {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.user-profile .mag-selection-panel .ms-panel .selector-value {
  display: inline-block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  border-right: 1px solid transparent;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.user-profile .mag-selection-panel .ms-panel .selector-value .value {
  max-width: 162px;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-profile .mag-selection-panel .ms-panel .selector-value .triangle {
  display: inline-block;
  width: 5px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 4px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/dropdown-triangle-light.png");
}
.user-profile .mag-selection-panel .ms-panel .ms-action-selector {
  display: inline-block;
  position: relative;
}
.isdesktop .user-profile .mag-selection-panel .ms-panel .ms-action-selector:hover .selector-value {
  border-color: transparent;
}
.user-profile .mag-selection-panel .ms-panel .ms-projects {
  margin-left: 10px;
}
.user-profile .mag-selection-panel .ms-panel .ms-folder-selector {
  display: inline-block;
  position: relative;
}
.isdesktop .user-profile .mag-selection-panel .ms-panel .ms-folder-selector:hover .selector-value {
  border-color: transparent;
}
.user-profile .mag-selection-panel .ms-panel .ms-folder-selector .folder-select {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.user-profile .mag-selection-panel .ms-panel .ms-buttons {
  display: inline-block;
  float: right;
  position: absolute;
  right: 30px;
  top: 15px;
}
.user-profile .mag-selection-panel .ms-panel .ms-buttons .ms-button {
  display: inline-block;
  width: 144px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.user-profile .mag-selection-panel .ms-panel .ms-buttons .ms-button.cancel,
.user-profile .mag-selection-panel .ms-panel .ms-buttons .ms-button.confirm-cancel {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.isdesktop .user-profile .mag-selection-panel .ms-panel .ms-buttons .ms-button.cancel:hover,
.isdesktop .user-profile .mag-selection-panel .ms-panel .ms-buttons .ms-button.confirm-cancel:hover {
  color: #ffffff;
}
.user-profile .mag-selection-panel .ms-panel .ms-buttons .ms-button.disabled {
  cursor: default;
  opacity: 0.5;
}
.user-profile .empty-icon {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.user-profile .empty-icon.hidden {
  display: none;
}
.user-profile .empty-icon table {
  width: 100%;
  height: 100%;
}
.user-profile .empty-icon table td {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.user-profile .empty-icon table td .icon {
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_empty_profile_flat.png");
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  margin-left: -40px;
  margin-bottom: 17px;
}
.user-profile .empty-icon table td .icon-zero {
  width: 80px;
  height: 60px;
  background-size: 80px 60px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_empty_profile_other_flat.png");
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  margin-left: -40px;
  margin-bottom: 17px;
}
.user-profile .empty-icon table td .text,
.user-profile .empty-icon table td .create-link {
  font-size: 16px;
  color: #8c8a8b;
  opacity: 0.5;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.user-profile .empty-icon table td .text .username {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.user-profile .empty-icon table td .create-link {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .user-profile .user-profile-panel .bg-wrapper {
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg=="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATAAAAAaBAMAAADClR0kAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAIguRt9VhPu+XAre6AAAApElEQVRIx83VrRKCYBgF4YPMSDUSDdCtVBvVZrPSrESjWfw5d+s3jMP4BhKEfS5hy2pF+UFMzUNIlX0U0Ka1h714aicn4WRnJ8+daEqPboLJ7h59aMl6/7yFUnhyFUnnyUsgW/+5iKOzkclyB5yXNw4wL68cYF6e7h1gXl47wLw83TvAvLx0gHl5uneAeXnvAPPywgHn5WFGoDGFGZHG1HrWoEW+fN/aakkGqpgAAAAASUVORK5CYII="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAACAgMAAAAY+nV+AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAAA3RSTlMA9EmFphlTAAAADklEQVQI12OYxsBQywAAA+4BFLCoVUEAAAAASUVORK5CYII=");
  }
  .user-profile .user-profile-panel .teamwork .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/add@2x.png');
  }
  .user-profile .user-profile-panel .buttons-wrapper .gallery .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/gallery_arrow@2x.png');
  }
  .user-profile .user-profile-panel .path-arrow {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/shared-arrow@2x.png');
  }
  .user-profile .user-profile-panel .user-info .socials .social-location .social-location-image {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_location@2x.png");
  }
  .user-profile .user-profile-panel .user-info .socials .social-site {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_site@2x.png");
  }
  .user-profile .user-profile-panel .user-info .socials .social-facebook {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_facebook@2x.png");
  }
  .user-profile .user-profile-panel .user-info .socials .social-twitter {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_twitter@2x.png");
  }
  .user-profile .mag-selection-panel .ms-panel .selector-value .triangle {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/mags-list/dropdown-triangle-light@2x.png");
  }
  .user-profile .empty-icon table td .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_empty_profile_flat@2x.png");
  }
  .user-profile .empty-icon table td .icon-zero {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile/icon_empty_profile_other_flat@2x.png");
  }
}
.profile-edit-view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.profile-edit-view .hidden {
  display: none;
}
.profile-edit-view.invisible {
  visibility: hidden;
}
.profile-edit-view.invisible .popup-back .popup-body .panels .panel,
.profile-edit-view.invisible .popup-back .popup-body .panels .sbs-panel {
  visibility: hidden !important;
}
.profile-edit-view.opaque {
  opacity: 1;
}
.profile-edit-view .common-button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: white;
  background-color: #2c9afd;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .common-button:hover {
  background-color: #2e9ffd;
}
.profile-edit-view .common-button:active {
  background-color: #2c9afd;
}
.profile-edit-view .common-button.disabled {
  background-color: #e8e8e8;
  cursor: default;
}
.profile-edit-view .popup-back {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.profile-edit-view .popup-back .close {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/close.png");
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 46px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .close:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/close-hover.png");
}
.profile-edit-view .popup-back .overlay {
  background: #000000;
  opacity: 0.88;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.profile-edit-view .popup-back .overlay.transparent {
  opacity: 0;
}
.profile-edit-view .popup-back .overlay-cancel-subscription {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.profile-edit-view .popup-back .header {
  position: absolute;
  top: 38px;
  text-align: center;
  font-size: 31px;
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  left: 0;
  width: 100%;
}
.profile-edit-view .popup-back .popup-body {
  width: 560px;
  position: relative;
  margin: 104px auto 119px;
}
.profile-edit-view .popup-back .popup-body .tabs {
  position: absolute;
  left: -120px;
  top: 0;
  width: 120px;
  padding-top: 29px;
}
.profile-edit-view .popup-back .popup-body .tabs .tab {
  position: relative;
  width: 100px;
  margin: 0 auto 33px;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active,
.profile-edit-view .popup-back .popup-body .tabs .tab.disabled {
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .tabs .tab .icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  margin: 0 auto 6px;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active.profile .icon,
.profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.profile .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-profile-active.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active.password .icon,
.profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.password .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-password-active.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active.subscription .icon,
.profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.subscription .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-billing-active.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active.domain .icon,
.profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.domain .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-domain-active.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active.affiliate .icon,
.profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.affiliate .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-affiliate-active.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.active .label,
.profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover .label {
  color: #007ccc;
}
.profile-edit-view .popup-back .popup-body .tabs .tab.disabled {
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .tabs .tab.profile .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-profile.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.password .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-password.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.subscription .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-billing.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.domain .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-domain.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab.affiliate .icon {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-affiliate.png");
}
.profile-edit-view .popup-back .popup-body .tabs .tab .label {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels {
  position: relative;
  width: 560px;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  position: relative;
  -webkit-transition: opacity 0.35s ease-in-out, background-image 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, background-image 0.35s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.profile-edit-view .popup-back .popup-body .panels .panel.profile {
  border-radius: 12px 12px 8px 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.invisible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
}
.profile-edit-view .popup-back .popup-body .panels .panel.invisible.subscription .sbs-panel {
  visibility: hidden !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.password {
  padding-top: 56px;
  min-height: 520px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription {
  padding: 0;
  border-radius: 12px 12px 12px 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .rmpreloader.main {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .rmpreloader.main .arc {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/constructor/preloader-dark.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .rmpreloader.main .shadow {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .click-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .no-wrap {
  white-space: nowrap;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/main-bg.jpg") no-repeat 0 0;
  text-align: center;
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats.invisible {
  opacity: 0;
  visibility: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats .congrats-caption {
  font-size: 14px;
  line-height: 18px;
  padding-top: 34px;
  margin-bottom: 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats .congrats-message {
  font-size: 31px;
  line-height: 36px;
  margin-bottom: 28px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats .pic {
  width: 192px;
  height: 192px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/new-publisher.png");
  background-size: 100% 100%;
  margin: 0 auto 40px auto;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats .congrats-dismiss {
  position: relative;
  left: 50%;
  margin-left: -104px;
  width: 208px;
  height: 48px;
  border-radius: 4px;
  color: white;
  background-color: #1686eb;
  font-size: 19px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats .congrats-dismiss:hover {
  background-color: #2e9ffd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .archive-plan-alert {
  background-color: #f45615;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 48px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: white;
  display: none;
  border-radius: 8px 8px 0 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .archive-plan-alert a {
  display: inline-block;
  border-bottom: 1px solid white;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
  cursor: pointer;
  line-height: 14px;
  text-decoration: none;
  color: inherit;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .archive-plan-alert a:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .archive-plan-alert a.disabled {
  border-color: transparent;
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents {
  min-height: 480px;
  background-color: white;
  border-radius: 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .hidden {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .invisible {
  visibilty: hidden;
  opacity: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .rmpreloader.button {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .rmpreloader.button .arc {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  left: 0;
  top: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-input-wrapper {
  position: absolute;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-input-wrapper .billing-input {
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 19px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-owner {
  width: 464px;
  top: 32px;
  left: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number {
  width: 256px;
  top: 88px;
  left: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 32px;
  height: 20px;
  background-size: 32px 20px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/placeholder.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon[data-tp="Visa"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/visa.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon[data-tp="MasterCard"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/mastercard.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon[data-tp="American Express"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/amex.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon[data-tp="Discover"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/discover.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon[data-tp="Diners Club"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/diners.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-number .card-icon[data-tp="JCB"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/jcb.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-exp {
  width: 96px;
  top: 88px;
  left: 320px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .card .billing-input-wrapper.card-cvc {
  width: 80px;
  top: 88px;
  left: 432px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 48px;
  top: 144px;
  width: 112px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button.disabled {
  color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  cursor: default;
  opacity: 0.5;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button.filled-style {
  background-color: #00b68c;
  box-shadow: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button.filled-style:hover {
  background-color: #00d0a0;
  box-shadow: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button.filled-style:active {
  background-color: #00a27c;
  box-shadow: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .billing-button.filled-style.disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .secured {
  position: absolute;
  color: rgba(32, 28, 28, 0.48);
  white-space: nowrap;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  width: 100px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .secured div {
  position: absolute;
  right: 42px;
  height: 15px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .secured a {
  position: absolute;
  right: 0;
  display: block;
  width: 40px;
  height: 15px;
  background-size: 40px 15px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/stripe.png");
  text-decoration: none;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .secured a:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/stripe-hover.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main {
  position: relative;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .bottom-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info {
  position: relative;
  height: 208px;
  border-radius: 8px 8px 0 0;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/main-bg.jpg") no-repeat 0 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: white;
  padding-top: 36px;
  margin-left: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-title {
  width: 260px;
  padding-top: 12px;
  padding-bottom: 29px;
  margin-left: 48px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  color: #fff;
  line-height: 32px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-title span {
  padding-bottom: 4px;
  border-bottom: 4px solid #fff;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .downgraded {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  color: white;
  background-color: red;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 1px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-cost {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-left: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-right-wrapper {
  position: absolute;
  left: 320px;
  top: 122px;
  min-width: 192px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-right-wrapper .sbs-balance {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 4px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-right-wrapper .sbs-gift {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  border-right: 1px solid transparent;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: absolute;
  display: block;
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-right-wrapper .sbs-gift:hover {
  color: white;
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-end {
  padding-top: 3px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 18px;
  margin-left: 48px;
  width: 250px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-edit {
  left: auto;
  right: 48px;
  top: 32px;
  width: 192px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-edit .become {
  display: none;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-edit:hover {
  background-color: white;
  color: #594442;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-upgrade-message {
  display: none;
  color: white;
  width: 210px;
  position: absolute;
  top: 122px;
  left: 320px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-upgrade-message a {
  color: white;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-upgrade-message a:hover {
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-upgrade-message .green {
  color: #0ee491;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .info .sbs-upgrade-message .green a {
  color: #0ee491;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments {
  position: relative;
  padding: 32px 48px 38px;
  background-color: white;
  border-radius: 0 0 8px 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments.upgrade {
  padding: 0;
  height: 256px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .caption {
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  margin-bottom: 7px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .separator {
  width: 100%;
  height: 2px;
  background: rgba(140, 138, 139, 0.4);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .card {
  position: relative;
  top: 16px;
  height: 208px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .disable-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .disable-overlay.invisible {
  opacity: 0;
  visibility: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .purchases-wrapper {
  position: relative;
  width: 100%;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .purchases-wrapper.next-payment {
  margin-bottom: 22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .purchases-wrapper .purchases {
  position: relative;
  width: 464px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-header,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row {
  position: relative;
  width: 100%;
  padding: 10px 0 8px;
  font-size: 0;
  display: table;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-header {
  padding: 10px 0 6px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-header .column-date,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-header .column-item,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-header .column-price {
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-date {
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .payment-name,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .contributors {
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .contributors {
  padding-top: 7px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .contributors .manage-link {
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .contributors .manage-link a {
  color: #8c8a8b;
  text-decoration: none;
  border-bottom: 1px dotted #8c8a8b;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .contributors .manage-link a:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .payment-id,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .cancel-link {
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  padding-top: 4px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .cancel-link span,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .receipt {
  border-bottom: 1px dotted #8c8a8b;
  border-right: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .cancel-link span:hover,
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-item .receipt:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .table-row .column-price {
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .column-date,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .column-item,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .column-price {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .column-date {
  width: 90px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .column-item {
  width: 290px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .column-price {
  width: 54px;
  padding-right: 0;
  text-align: right;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .subscribe {
  width: 144px;
  height: 48px;
  line-height: 48px;
  left: 368px;
  top: 160px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .payments .powered {
  position: absolute;
  left: 252px;
  top: 176px;
  color: rgba(0, 0, 0, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer {
  border-radius: 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info {
  height: 480px;
  border-radius: 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .sbs-cost,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .sbs-end {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .sbs-edit .become {
  display: inline;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .sbs-edit .edit {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .sbs-right-wrapper {
  top: 416px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .sbs-upgrade-message {
  display: block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .info .bottom-border {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.new-customer .page-main .payments {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.congrats-visible {
  border-radius: 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.archive-plan-alert-visible .archive-plan-alert {
  display: block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.archive-plan-alert-visible .page-main .info {
  border-radius: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.archive-plan-alert-visible .page-edit .upper-block {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.archive-plan-alert-visible .page-gift .wrapper-block {
  border-radius: 0 0 8px 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit {
  position: relative;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit.hidden {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit.details-hidden .upper-block {
  border-radius: 8px 8px 8px 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit.details-hidden .details-block {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit.details-hidden .bottom-border {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit.downgrade .details-block .detail {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit.downgrade .details-block .detail.downgrade {
  display: block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block {
  position: relative;
  width: 100%;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/upper-block-bg.jpg") no-repeat 0 0;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .title {
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  padding-top: 36px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .back-arrow {
  width: 14px;
  height: 24px;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-back.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 41px;
  left: 47px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .back-arrow:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-back-hover.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher {
  width: 464px;
  left: 50%;
  margin-left: -232px;
  position: relative;
  margin-top: 32px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item {
  position: relative;
  height: 202px;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  padding: 22px 32px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.enterprise {
  height: auto;
  min-height: 202px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-level {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  width: 320px;
  color: rgba(29, 26, 27, 0.6);
  margin-top: 11px;
  white-space: pre-wrap;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link {
  border-bottom: 1px dotted rgba(29, 26, 27, 0.6);
  position: relative;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link:hover {
  color: #1d1a1b;
  border-color: transparent;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link:hover .popup {
  visibility: inherit;
  opacity: 1;
  bottom: 24px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .desc-text {
  white-space: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .desc-text a {
  color: white;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .desc-text a:hover {
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .popup {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -100px;
  bottom: 16px;
  width: 200px;
  padding: 18px 24px;
  background-color: #1d1a1b;
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .popup .desc-popup-corner {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 10px;
  bottom: -10px;
  margin-left: -10px;
  clip: rect(0, 119px, 109px, -99px);
  bottom: -9px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .popup .desc-popup-corner .corner {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-desc .popup-link .popup .desc-popup-corner .corner {
  background-color: #1d1a1b;
  box-shadow: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-cost,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-contact {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: 22px;
  right: 32px;
  text-align: right;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-cost a,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-contact a {
  color: inherit;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-cost a:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-contact a:hover {
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-cost .orig .val,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-contact .orig .val {
  text-decoration: line-through;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-cost .arrow,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-contact .arrow {
  width: 17px;
  height: 9px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-discount.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 6px 0 6px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item:first-child {
  border-radius: 5px 5px 0 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.active {
  background-color: #1686eb;
  color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.active .plan-desc {
  color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.active .plan-desc .popup-link {
  border-color: white;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.active .plan-desc .popup-link:hover {
  color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.active .arrow {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-discount-white.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item:not(.active):not(.disabled) {
  cursor: pointer;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item:not(.active):not(.disabled):hover {
  background-color: #eaf4fd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.current:not(.active) {
  background-color: #ebf4fd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.current .plan-level:after {
  content: 'Current Plan';
  display: inline-block;
  height: 22px;
  border: 1px solid #b0d2f7;
  color: #3a94ec;
  text-align: center;
  border-radius: 99px;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 22px;
  font-size: 13px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.current.active .plan-level:after {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-left: 47px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-bottom: 38px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .link-decoration {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .link-decoration:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer a {
  color: rgba(255, 255, 255, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link {
  position: absolute;
  right: 48px;
  top: -16px;
  color: white;
  width: 144px;
  height: 48px;
  line-height: 48px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 19px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link:hover {
  background-color: white;
  color: black;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 65px;
  width: 200px;
  height: 168px;
  background-color: #95c7a4;
  color: white;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  z-index: 200;
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup.invisible {
  visibility: hidden;
  opacity: 0;
  bottom: 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup.error {
  background-color: #ff4e22;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup.error .coupon-button:hover:not(.disabled) {
  color: #ff4e22;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup.error .coupon-popup-corner .corner {
  background-color: #ff4e22;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 18px;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-input {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 80px;
  width: 152px;
  left: 50%;
  margin-left: -77px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-button {
  position: absolute;
  width: 152px;
  height: 40px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px white;
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  bottom: 24px;
  left: 50%;
  margin-left: -76px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-button:hover:not(.disabled) {
  background-color: white;
  color: #95c7a4;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-button.disabled {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-message {
  width: 100%;
  position: absolute;
  top: 18px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  color: white;
  max-height: 70px;
  overflow: hidden;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-popup-corner {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 10px;
  bottom: -10px;
  margin-left: -10px;
  clip: rect(0, 119px, 109px, -99px);
  bottom: -9px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-popup-corner .corner {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .footer .promo-code-link .coupon-popup .coupon-popup-corner .corner {
  background-color: #95c7a4;
  box-shadow: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block {
  color: white;
  padding-bottom: 40px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .reason-title {
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 54px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .reason-message {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  padding: 0 88px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .reason-message p {
  margin-bottom: 24px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .textarea-wrapper {
  position: relative;
  width: 386px;
  height: 144px;
  left: 50%;
  margin-left: -193px;
  border-radius: 6px;
  margin-bottom: 40px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .textarea-wrapper textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
  resize: none;
  overflow-y: auto;
  border: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .downgrade-buttons {
  position: relative;
  width: 144px;
  height: 48px;
  left: 50%;
  margin-left: -72px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .downgrade-buttons .button-downgrade-send {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: white;
  background-color: #2c9afd;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .downgrade-buttons .button-downgrade-send.disabled {
  background-color: #8c8a8b;
  cursor: default;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .downgrade-buttons .button-downgrade-send:not(.disabled):hover {
  background-color: #2e9ffd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .downgrade-buttons .button-downgrade-dismiss {
  position: absolute;
  top: 0;
  left: -68px;
  top: 17px;
  line-height: 16px;
  border-bottom: 1px dotted white;
  border-right: 1px solid transparent;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .downgrade-reason-block .downgrade-buttons .button-downgrade-dismiss:hover {
  opacity: 1;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .bottom-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block {
  position: relative;
  width: 100%;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 48px 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade {
  border-bottom: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval {
  -webkit-transition: height 0.2s linear, transform 0.2s linear;
  transition: height 0.2s linear, transform 0.2s linear;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  line-height: 31px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:not(:checked) + label {
  color: #939393;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:not(:checked) + label:hover {
  color: #1d1a1b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:not(:checked) + label:hover::before {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/radio-hover.png");
  background-size: 100% 100%;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:checked + label:before {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/radio-checked.png");
  background-size: 100% 100%;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:not(:checked) ~ .interval-price {
  color: #939393;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper label {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper label::before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -3px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/radio.png");
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper .save {
  font-size: 13px;
  color: #289502;
  margin-left: 6px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper .save.hidden {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper .interval-price {
  float: right;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval.invisible {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  height: 0;
  padding: 0;
  overflow: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .secured {
  right: 49px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.hidden {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view {
  height: 64px;
  padding-top: 2px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view .caption {
  font-size: 19px;
  line-height: 32px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view .card-view {
  float: right;
  font-size: 19px;
  line-height: 32px;
  color: #bab9b9;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view .card-view .dots {
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: -1px;
  margin: 0 2px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view .edit-info {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px dotted #1d1a1b;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view .edit-info:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.view .secured {
  top: 77px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit {
  min-height: 130px;
  padding-top: 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card {
  position: relative;
  height: 98px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-owner {
  width: 464px;
  top: 0;
  left: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number {
  width: 256px;
  top: 56px;
  left: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 32px;
  height: 20px;
  background-size: 32px 20px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/placeholder.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon[data-tp="Visa"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/visa.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon[data-tp="MasterCard"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/mastercard.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon[data-tp="American Express"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/amex.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon[data-tp="Discover"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/discover.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon[data-tp="Diners Club"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/diners.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-number .card-icon[data-tp="JCB"] {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/jcb.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-exp {
  width: 96px;
  top: 56px;
  left: 272px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .card .billing-input-wrapper.card-cvc {
  width: 80px;
  top: 56px;
  left: 384px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .button-update-card {
  position: relative;
  width: 112px;
  height: 40px;
  margin-top: 14px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: white;
  background-color: #1686eb;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .button-update-card.disabled {
  background-color: rgba(32, 28, 28, 0.24);
  cursor: default;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .button-update-card:not(.disabled):not(.error):hover {
  background-color: #2e9ffd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .button-update-card.error {
  background-color: #ff4e22;
  cursor: pointer;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .button-update-card.error:hover {
  background-color: #ff613a;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .error-message {
  max-width: 346px;
  color: #ff4e22;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-info .state.edit .secured {
  top: 157px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew {
  min-height: 144px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew.message-invisible .caption {
  padding-top: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew.message-invisible .renew-message {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .caption {
  font-size: 19px;
  line-height: 32px;
  padding-top: 2px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-message {
  font-size: 13px;
  line-height: 16px;
  color: #939393;
  margin-top: 2px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-message .date.green {
  color: #01963d;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher {
  position: absolute;
  right: 48px;
  top: 56px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher .rmswitcher-body {
  height: 32px !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher .rmswitcher-body .rmswitcher-panel {
  height: 32px !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher .rmswitcher-body .rmswitcher-panel .rmswitcher-panel-on,
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher .rmswitcher-body .rmswitcher-panel .rmswitcher-panel-off {
  line-height: 32px !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher .rmswitcher-body .rmswitcher-panel .rmswitcher-panel-slider {
  width: 28px !important;
  height: 28px !important;
  margin-left: -14px !important;
  top: 2px !important;
  background: white !important;
  box-shadow: none !important;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-renew .renew-switcher .rmswitcher-body .rmswitcher-panel .rmswitcher-panel-slider:hover {
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.28) !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save {
  position: relative;
  min-height: 144px;
  padding: 42px 48px 43px 32px;
  border-radius: 0 0 8px 8px;
  background-color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save table {
  min-height: 58px;
  width: 100%;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save table tr {
  vertical-align: top;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper {
  vertical-align: middle;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge {
  color: #1686eb;
  float: left;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  max-width: 110px;
  font-size: 44px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount .sign {
  font-size: 22px;
  vertical-align: super;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount .amount {
  border-bottom: 4px solid #1686eb;
  display: inline-block;
  white-space: nowrap;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount .amount .cents {
  font-size: 22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount.middle {
  font-size: 38px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount.middle .sign {
  font-size: 20px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount.small {
  font-size: 31px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount.small .sign {
  font-size: 17px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount.small .amount {
  border-bottom-width: 3px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-amount.small .amount .cents {
  font-size: 20px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .charge-message {
  display: inline-block;
  vertical-align: top;
  max-width: 206px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate {
  display: inline-block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  background-color: rgba(35, 33, 34, 0.2);
  color: white;
  cursor: default;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help:hover {
  background-color: rgba(35, 33, 34, 0.4);
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help:hover .popup {
  visibility: inherit;
  opacity: 1;
  bottom: 30px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help .popup {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -100px;
  bottom: 22px;
  width: 200px;
  padding: 18px 24px;
  background-color: #1d1a1b;
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  border-radius: 4px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 200;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help .popup .desc-popup-corner {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 10px;
  bottom: -10px;
  margin-left: -10px;
  clip: rect(0, 119px, 109px, -99px);
  bottom: -9px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help .popup .desc-popup-corner .corner {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .charge .prorate .prorate-help .popup .desc-popup-corner .corner {
  background-color: #1d1a1b;
  box-shadow: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .charge-wrapper .error-message {
  float: left;
  max-width: 304px;
  color: #ff4e22;
  font-size: 14px;
  line-height: 18px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .button-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .button-wrapper .button-save {
  position: relative;
  width: 144px;
  height: 48px;
  border-radius: 4px;
  color: white;
  background-color: #2c9afd;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .button-wrapper .button-save.disabled {
  background-color: rgba(32, 28, 28, 0.24);
  cursor: default;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .button-wrapper .button-save:not(.disabled):not(.error):hover {
  background-color: #2e9ffd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .button-wrapper .button-save.error {
  background-color: #ff4e22;
  cursor: pointer;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.save .button-wrapper .button-save.error:hover {
  background-color: #ff613a;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade {
  display: none;
  padding: 46px 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .downgrade-message {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ff4e22;
  max-width: 300px;
  min-height: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .downgrade-message a {
  color: #ff4e22;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .downgrade-message a:hover {
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .button-downgrade {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 144px;
  height: 48px;
  border-radius: 4px;
  color: white;
  background-color: #2c9afd;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .button-downgrade.disabled {
  background-color: rgba(32, 28, 28, 0.24);
  cursor: default;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .button-downgrade:not(.disabled):not(.error):hover {
  background-color: #2e9ffd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .button-downgrade.error {
  background-color: #ff4e22;
  cursor: pointer;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.downgrade .button-downgrade.error:hover {
  background-color: #ff613a;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift {
  position: relative;
  border-radius: 6px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift.hidden {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .gift-button {
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: white;
  background-color: #077DFF;
  border-radius: 6px;
  font-size: 19px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .gift-button.disabled {
  cursor: default;
  background-color: grey;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block {
  position: relative;
  width: 100%;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/upper-block-bg.jpg") no-repeat 0 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .title {
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  padding-top: 36px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .back-arrow {
  width: 14px;
  height: 24px;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-back.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 41px;
  left: 47px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .back-arrow:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-back-hover.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area {
  width: 416px;
  left: 50%;
  margin-left: -208px;
  position: relative;
  margin-top: 16px;
  color: white;
  min-height: 432px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area.invisible {
  visibility: hidden;
  opacity: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .gift-code-input-wrapper {
  position: relative;
  font-size: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .gift-code-input {
  width: 256px;
  height: 48px;
  display: inline-block;
  border-radius: 6px 0 0 6px;
  border: none;
  margin: 0;
  font-size: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .gift-button.apply {
  display: inline-block;
  width: 128px;
  border-radius: 0 6px 6px 0;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .gift-error {
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  color: #ff4828;
  max-height: 58px;
  overflow: hidden;
  top: 55px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .faq {
  font-size: 19px;
  line-height: 23px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 96px;
  margin-bottom: 90px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .faq .faq-item-title {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .faq .faq-item-text {
  margin-bottom: 23px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .faq a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
  vertical-align: middle;
  color: white;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  line-height: 20px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .faq a:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .contact-block {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .contact-block a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-area .contact-block a:hover {
  color: white;
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-congrats {
  position: absolute;
  width: 416px;
  left: 50%;
  top: 71px;
  margin-left: -208px;
  margin-top: 16px;
  color: white;
  min-height: 498px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-congrats.invisible {
  visibility: hidden;
  opacity: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-congrats .gift-congrats-caption {
  margin-top: 174px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-congrats .gift-text {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-gift .wrapper-block .gift-congrats .gift-button.dismiss {
  position: absolute;
  height: 48px;
  width: 208px;
  left: 50%;
  bottom: 9px;
  margin-left: -104px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .confirm-email {
  position: absolute;
  top: 0;
  width: 100%;
  height: 448px;
  background: white;
  border-radius: 8px;
  -webkit-transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .confirm-email .pic {
  width: 164px;
  height: 172px;
  background-repeat: no-repeat;
  margin: 72px auto 0;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/confirm.png");
  background-size: 164px 172px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .confirm-email .text {
  width: 260px;
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  margin: 23px auto 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .confirm-email .resend {
  position: relative;
  display: block;
  margin: 57px auto;
  width: 144px;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .confirm-email .resend.invisible {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .rmpreloader.main .arc {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/constructor/preloader-dark@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .congrats .pic {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/new-publisher@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents.action-active .page-edit .upper-block .bottom-border {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom-green@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .secured a {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/stripe@2x.png");
  }
  .isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .secured a:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/stripe-hover@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-main .bottom-border {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .back-arrow {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-back@2x.png");
  }
  .isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .back-arrow:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-back-hover@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item .plan-cost .arrow {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-discount@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .upper-block .plan-switcher .item.active .arrow {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/arrow-discount-white@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:not(:checked) + label:hover::before {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/radio-hover@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .page-edit .details-block .detail.billing-interval .radio-group .input-wrapper input:checked + label:before {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/radio-checked@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .confirm-email .pic {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/confirm@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.subscription .contents .become .pic {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/publisher@2x.png");
  }
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain {
  padding: 30px 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.domain-set-ok-mag {
  min-height: 464px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.domain-set-ok-user {
  min-height: 464px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.domain-set-notfound {
  min-height: 424px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.domain-set-dns {
  min-height: 424px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.register {
  min-height: 424px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.test-dns {
  min-height: 544px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.test-invalid {
  min-height: 464px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.test-notfound {
  min-height: 424px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.test-ok {
  min-height: 424px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.test-same-user {
  min-height: 464px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain.test-dns {
  min-height: 380px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain {
  overflow: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .section,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .section {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .section span.invisible,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .section span.invisible {
  display: none !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .section.invisible,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .section.invisible {
  display: none !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: white;
  background-color: #00b68c;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button:hover {
  background-color: #00d0a0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button:active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button:active {
  background-color: #00a27c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button.disabled,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button.disabled {
  background-color: #c9c8c9;
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button.preloading,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button.preloading {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: #c9c8c9 !important;
  cursor: default !important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button.preloading .rmpreloader,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button.preloading .rmpreloader {
  display: block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .common-button .rmpreloader,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .common-button .rmpreloader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .header-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .header-message {
  padding-top: 3px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #1c1c1c;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .initial-preloader.rmpreloader,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .initial-preloader.rmpreloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -44px;
  margin-left: -22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .register-switcher,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .register-switcher {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .register-switcher span,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .register-switcher span {
  color: #0078ff;
  border-bottom: 1px dotted #0078ff;
  border-right: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .register-switcher span:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .register-switcher span:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .register-switcher span.active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .register-switcher span.active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .register-switcher span.dot,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .register-switcher span.dot {
  border-color: transparent;
  color: #000;
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .register-switcher span.dot,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .register-switcher span.dot {
  font-size: 26px;
  vertical-align: middle;
  margin: 0 3px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .unmap-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .unmap-message {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .unmap-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .unmap-message .unmap-button {
  color: #0078ff;
  border-bottom: 1px dotted #0078ff;
  border-right: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .unmap-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .unmap-message .unmap-button:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .test-block,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .test-block {
  position: relative;
  margin: 17px auto 16px;
  width: 338px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .test-block .domain-input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .test-block .domain-input {
  position: relative;
  height: 42px;
  width: 239px;
  font-size: 19px;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 82px 0 17px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  border-radius: 4px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1c1c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .test-block .domain-input::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .test-block .domain-input::-webkit-input-placeholder {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .test-block .domain-input:-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .test-block .domain-input:-moz-placeholder {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .test-block .test-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .test-block .test-button {
  position: absolute;
  top: 0;
  left: 273px;
  height: 42px;
  width: 65px;
  line-height: 42px;
  border-radius: 0 4px 4px 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .invalid-domain-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .invalid-domain-message {
  position: relative;
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .invalid-domain-message .red,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .invalid-domain-message .red {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ff5c5d;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .invalid-domain-message .bold,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .invalid-domain-message .bold {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .invalid-domain-message .grey,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .invalid-domain-message .grey {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .notfound-domain-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .notfound-domain-message {
  position: relative;
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ff5c5d;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .other-user-domain-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .other-user-domain-message {
  position: relative;
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ff5c5d;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .other-user-domain-message .user-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .other-user-domain-message .user-button {
  color: #ff5c5d;
  text-decoration: underline;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .other-user-domain-message .user-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .other-user-domain-message .user-button:hover {
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message {
  position: relative;
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ff5c5d;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .mag-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .mag-button {
  color: #ff5c5d;
  text-decoration: underline;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .mag-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .mag-button:hover {
  text-decoration: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .mag-button.invisible,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .mag-button.invisible {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .switch-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .switch-button {
  position: relative;
  margin: 11px auto 0;
  width: 144px;
  background-color: #ff5c5d;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .switch-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .switch-button:hover {
  background-color: #ff696a;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .switch-button:active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .switch-button:active {
  background-color: #e84142;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .switch-cancel-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .switch-cancel-button {
  display: inline-block;
  margin-top: 9px;
  cursor: pointer;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  color: #8c8a8b;
  border-bottom: 1px dotted #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .same-user-domain-message .switch-cancel-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .same-user-domain-message .switch-cancel-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-domain-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-domain-message {
  position: relative;
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-domain-message .red,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-domain-message .red {
  color: #ff5c5d;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-domain-message .domain-needed-value,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-domain-message .domain-needed-value {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-domain-message .grey,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-domain-message .grey {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-domain-message .map-fake-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-domain-message .map-fake-button {
  position: relative;
  margin: 19px auto 0;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .ok-domain-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .ok-domain-message {
  position: relative;
  width: 310px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #00b68c;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .ok-domain-message .map-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .ok-domain-message .map-button {
  position: relative;
  margin: 15px auto 0;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .ok-domain-message .map-cancel-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .ok-domain-message .map-cancel-button {
  display: inline-block;
  margin-top: 9px;
  cursor: pointer;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  color: #8c8a8b;
  border-bottom: 1px dotted #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .ok-domain-message .map-cancel-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .ok-domain-message .map-cancel-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-readonly-block,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-readonly-block {
  position: relative;
  margin: 17px auto 23px;
  width: 338px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-readonly-block .domain-readonly-input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-readonly-block .domain-readonly-input {
  position: relative;
  height: 42px;
  width: 272px;
  font-size: 19px;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 33px 0 33px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  border-radius: 4px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1c1c;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 9px 13px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/favicon.png');
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message {
  position: relative;
  width: 350px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00b68c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message .upload-favicon-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message .upload-favicon-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message .clear-favicon-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message .clear-favicon-button {
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  color: #0078ff;
  border-bottom: 1px dotted #0078ff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message .upload-favicon-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message .upload-favicon-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-good-message .clear-favicon-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-good-message .clear-favicon-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting {
  position: relative;
  height: 48px;
  width: 272px;
  margin: 0 auto;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption {
  padding-top: 5px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help {
  position: relative;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/setting-help.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help .help-body-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help .help-body-wrapper {
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  bottom: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s bottom ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out, 0.2s bottom ease-in-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help .help-body-wrapper .help-body,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help .help-body-wrapper .help-body {
  position: relative;
  width: 100%;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c9c8c9;
  color: white;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help .help-body-wrapper .help-body .help-popup-corner,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help .help-body-wrapper .help-body .help-popup-corner {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 6px;
  bottom: -6px;
  margin-left: -6px;
  clip: rect(0, 111px, 105px, -99px);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help .help-body-wrapper .help-body .help-popup-corner .corner,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help .help-body-wrapper .help-body .help-popup-corner .corner {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help .help-body-wrapper .help-body .help-popup-corner .corner,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help .help-body-wrapper .help-body .help-popup-corner .corner {
  background-color: #c9c8c9;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.42);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help .help-body-wrapper .hover-spacer,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help .help-body-wrapper .hover-spacer {
  height: 10px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help:hover .help-body-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .caption .help:hover .help-body-wrapper {
  opacity: 1;
  visibility: inherit;
  bottom: 15px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting:hover .caption .help,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting:hover .caption .help {
  opacity: 1;
  visibility: inherit;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .description,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting .description {
  font-size: 12px;
  color: #8c8a8b;
  margin-top: 6px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button {
  width: 64px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  border-radius: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c9c8c9;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/favicon-upload.png');
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button:hover {
  background-color: #00b68c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 34px;
  direction: ltr;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button .favicon-preloader,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button .favicon-preloader {
  position: absolute;
  top: 5px;
  left: 21px;
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button .favicon-preloader .rmpreloader,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button .favicon-preloader .rmpreloader {
  width: 22px;
  height: 22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button .favicon-preloader .rmpreloader .arc,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button .favicon-preloader .rmpreloader .arc {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  left: 0;
  top: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploaded,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploaded {
  background-color: #00b68c;
  background-image: none;
  color: white;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploaded:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploaded:hover {
  background-color: #c9c8c9;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploaded input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploaded input {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploading,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploading {
  background-image: none!important;
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploading .favicon-preloader,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploading .favicon-preloader {
  display: block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploading input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploading input {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button.uploading:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-setting.favicon .upload-button.uploading:hover {
  background-color: #c9c8c9;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block {
  position: relative;
  margin: 17px auto 16px;
  width: 338px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .domain-input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .domain-input {
  position: relative;
  height: 42px;
  width: 239px;
  font-size: 19px;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 82px 0 17px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  border-radius: 4px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1c1c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .domain-input::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .domain-input::-webkit-input-placeholder {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .domain-input:-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .domain-input:-moz-placeholder {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .go-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .go-button {
  position: absolute;
  display: block;
  text-decoration: none;
  top: 0;
  left: 273px;
  height: 42px;
  width: 65px;
  line-height: 42px;
  border-radius: 0 4px 4px 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .register-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .register-message {
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 24px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .register-message a,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .register-message a {
  color: #8c8a8b;
  text-decoration: none;
  border-bottom: 1px solid #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-register-block .register-message a:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-register-block .register-message a:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-bad-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-bad-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-notfound-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-notfound-message {
  position: relative;
  width: 320px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ff5c5d;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-bad-message .domain-needed-value,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-bad-message .domain-needed-value,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-notfound-message .domain-needed-value,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-notfound-message .domain-needed-value {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-bad-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-bad-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-notfound-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-notfound-message .unmap-button {
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  color: #ff5c5d;
  border-bottom: 1px dotted #ff5c5d;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-bad-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-bad-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-set-notfound-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .domain-set-notfound-message .unmap-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .expired-subscription-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .expired-subscription-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .unpublished-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .unpublished-message {
  position: relative;
  width: 340px;
  margin: 0 auto;
  color: #1c1c1c;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .expired-subscription-message a,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .expired-subscription-message a,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .unpublished-message a,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .unpublished-message a {
  color: #1686eb;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .expired-subscription-message .pricing-link,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .expired-subscription-message .pricing-link,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .unpublished-message .pricing-link,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .unpublished-message .pricing-link {
  font-size: 17px;
  line-height: 20px;
  color: #afafaf!important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .upgrade-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .upgrade-button {
  position: relative;
  display: block;
  width: 144px;
  margin: 23px auto 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .confirm-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .confirm-message {
  position: absolute;
  top: 50%;
  margin-top: -103px;
  width: 310px;
  left: 50%;
  margin-left: -155px;
  font-size: 19px;
  text-align: center;
  line-height: 24px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .confirm-message .black,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .confirm-message .black {
  color: #1c1c1c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .confirm-message .confirm-unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .confirm-message .confirm-unmap-button {
  position: relative;
  margin: 26px auto 0;
  width: 144px;
  background-color: #ff5c5d;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .confirm-message .confirm-unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .confirm-message .confirm-unmap-button:hover {
  background-color: #ff696a;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .confirm-message .confirm-unmap-button:active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .confirm-message .confirm-unmap-button:active {
  background-color: #e84142;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .error-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .error-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-not-updated-yet,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-not-updated-yet,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .wait-our-dns-server,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .wait-our-dns-server {
  position: absolute;
  top: 50%;
  margin-top: -103px;
  width: 310px;
  left: 50%;
  margin-left: -155px;
  font-size: 19px;
  text-align: center;
  line-height: 24px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .error-message .black,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .error-message .black,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-not-updated-yet .black,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-not-updated-yet .black,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .wait-our-dns-server .black,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .wait-our-dns-server .black {
  color: #1c1c1c;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .error-message .try-again-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .error-message .try-again-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .dns-not-updated-yet .try-again-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .dns-not-updated-yet .try-again-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .wait-our-dns-server .try-again-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .wait-our-dns-server .try-again-button {
  position: relative;
  margin: 26px auto 0;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.no-gtm .bottom .bottom-ga-gtm-active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain.no-gtm .bottom .bottom-ga-gtm-active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain.no-gtm .bottom .bottom-ga-gtm-inactive,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain.no-gtm .bottom .bottom-ga-gtm-inactive {
  visibility: hidden!important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive {
  position: relative;
  width: 336px;
  height: 114px;
  margin: 0 auto 30px;
  text-align: left;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper {
  position: relative;
  width: 100%;
  height: 57px;
  box-shadow: inset 0 -1px 0 0 rgba(28, 28, 28, 0.07);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .caption,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper .caption,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .caption,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  padding-top: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .info,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper .info,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info {
  display: block;
  text-decoration: none;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background-size: 16px 16px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/help.png');
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .info:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper .info:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info:hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/help-hover.png');
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .info:after,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper .info:after,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info:after,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info:after {
  content: '';
  visibility: hidden;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/help-hover.png');
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input {
  position: absolute;
  left: 0;
  right: 32px;
  bottom: 0px;
  height: 20px;
  border: 0;
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #000;
  background: transparent;
  -moz-appearance: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper input::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper input::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input::-webkit-input-placeholder {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper input:-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-active .input-wrapper input:-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input:-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input:-moz-placeholder {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper {
  box-shadow: inset 0 -1px 0 0 rgba(28, 28, 28, 0.07);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .caption,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .caption {
  color: #8c8a8b;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input {
  color: rgba(140, 138, 139, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input::-webkit-input-placeholder {
  color: rgba(140, 138, 139, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input:-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-ga-gtm-inactive .input-wrapper input:-moz-placeholder {
  color: rgba(140, 138, 139, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-72-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-72-message {
  line-height: 20px;
  color: #8c8a8b;
  margin-bottom: 20px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-72-message .your-site-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-72-message .your-site-button {
  color: #8c8a8b;
  display: inline-block;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-72-message .your-site-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-72-message .your-site-button:hover {
  color: #1c1c1c;
  border-bottom: 1px solid transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-help-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-help-button {
  line-height: 20px;
  color: #0078ff;
  display: inline-block;
  height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #0078ff;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-help-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-help-button:hover {
  border-bottom: 1px solid transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-cancel-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-cancel-button {
  display: inline-block;
  cursor: pointer;
  height: 18px;
  text-decoration: none;
  color: #8c8a8b;
  line-height: 20px;
  border-bottom: 1px dotted #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-cancel-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-cancel-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-support-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-support-button {
  display: inline-block;
  cursor: pointer;
  height: 18px;
  text-decoration: none;
  color: #0078ff;
  line-height: 20px;
  border-bottom: 1px dotted #0078ff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-support-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-support-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-unmap-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-unmap-message {
  line-height: 20px;
  color: #8c8a8b;
  text-align: center;
  word-wrap: break-word;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-unmap-message .unmap-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-unmap-message .unmap-button {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  color: #ff5c5d;
  border-bottom: 1px dotted #ff5c5d;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-unmap-message .unmap-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-unmap-message .unmap-button:hover {
  border-bottom: 1px dotted transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-buy-message,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-buy-message {
  line-height: 20px;
  color: #8c8a8b;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-buy-message .buy-button,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-buy-message .buy-button {
  color: #8c8a8b;
  display: inline-block;
  line-height: 20px;
  height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-buy-message .buy-button:hover,
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom .bottom-buy-message .buy-button:hover {
  color: #1c1c1c;
  border-bottom: 1px solid transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-readonly-block .domain-readonly-input {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/favicon@2x.png');
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting .caption .help {
    background-image: url(//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/setting-help@2x.png);
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .domain-setting.favicon .upload-button {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/favicon-upload@2x.png');
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .info,
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/help@2x.png');
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .info:hover,
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info:hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/help-hover@2x.png');
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-active .input-wrapper .info:after,
  .profile-edit-view .popup-back .popup-body .panels .panel.domain .panel.domain .bottom .bottom-ga-gtm-inactive .input-wrapper .info:after {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/panel-settings-domain/help-hover@2x.png');
  }
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain {
  position: relative;
  min-height: 450px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .header-message {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  padding-top: 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.domain .contents.domain .bottom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 104px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate {
  padding: 0;
  border-radius: 12px 12px 12px 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .rmpreloader.main {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .rmpreloader.main .arc {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/preloader.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .rmpreloader.main .shadow {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .rmpreloader.button-preloader {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .rmpreloader.button-preloader .arc {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  left: 0;
  top: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents {
  min-height: 528px;
  background-image: url(//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/bg.jpg);
  background-repeat: no-repeat;
  border-radius: 8px;
  color: white;
  text-align: center;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .hidden {
  display: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .invisible {
  visibility: hidden;
  opacity: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .rmpreloader.button {
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .rmpreloader.button .arc {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  left: 0;
  top: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .common-input-wrapper {
  position: absolute;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .common-input-wrapper .common-input {
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 19px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 152px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  cursor: pointer;
  color: white;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button.blue {
  background-color: #1686eb;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button.blue:hover {
  background-color: #2c9afd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button.green {
  background-color: #00c088;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button.green:hover {
  background-color: #00cf9e;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button.disabled {
  background-color: #888888!important;
  cursor: default!important;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .button.disabled:hover {
  background-color: #888888!important;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  top: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.invisible {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s visibility linear, 0.2s opacity linear;
  transition: 0.2s visibility linear, 0.2s opacity linear;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome {
  padding: 34px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .desc {
  font-size: 31px;
  line-height: 36px;
  margin-top: 8px;
  margin-bottom: 23px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .step-number {
  position: relative;
  color: black;
  background-color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  left: 50%;
  margin-left: -16px;
  margin-bottom: 7px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .step-desc {
  font-size: 16px;
  line-height: 22px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .step-desc.share {
  margin-bottom: 27px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .buttons {
  font-size: 0;
  margin-top: 32px;
  height: auto;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .buttons .button {
  position: relative;
  display: inline-block;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .buttons .button:not(:last-child) {
  margin-right: 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .terms-wrapper {
  text-align: center;
  margin-top: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .terms-wrapper a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.welcome .terms-wrapper a:hover {
  color: #ffffff;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary {
  position: relative;
  padding-top: 30px;
  padding-bottom: 34px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .invite-link {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  margin-top: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .invite-desc {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  margin-top: 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button:not(:last-child) {
  margin-right: 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.facebook {
  background-color: #3e62ad;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/social-fb.png");
  text-indent: 8px;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.facebook:hover {
  background-color: #4b74bd;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.twitter {
  background-color: #55acee;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/social-twitter.png");
  text-indent: 10px;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.twitter:hover {
  background-color: #65bbf1;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.email {
  background-color: #1c1c1c;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/social-email.png");
  text-indent: 12px;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.email:hover {
  background-color: #252525;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .socials {
  font-size: 0;
  margin-top: 24px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .more-ideas {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
  cursor: pointer;
  margin-top: 18px;
  height: 17px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .more-ideas:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .earned {
  position: relative;
  width: 482px;
  height: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  display: inline-block;
  font-size: 31px;
  line-height: 78px;
  text-align: left;
  padding-left: 16px;
  margin-top: 36px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .earned .cashout {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .earned .cashout .caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .earned .cashout .min {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  display: none;
  line-height: 10px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .earned .cashout.disabled .caption {
  line-height: 19px;
  margin-top: 8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .earned .cashout.disabled .min {
  display: block;
  margin-top: -7px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .bottom-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details {
  position: relative;
  padding: 34px 48px 38px;
  background-color: white;
  min-height: 152px;
  border-radius: 0 0 8px 8px;
  text-align: left;
  color: black;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .separator {
  width: 100%;
  height: 2px;
  background: rgba(140, 138, 139, 0.4);
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .transactions-wrapper {
  position: relative;
  width: 100%;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .transactions-wrapper .transactions {
  position: relative;
  width: 464px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-header,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row {
  position: relative;
  width: 100%;
  font-size: 0;
  display: table;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-header {
  padding: 10px 0 6px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-header .column-date,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-header .column-desc,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-header .column-amount {
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row {
  padding-bottom: 7px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row:first-child {
  padding-top: 10px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row:last-child {
  padding-bottom: 12px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row .column-date {
  color: #8c8a8b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row .column-desc {
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row .column-amount {
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row.negative .column-date,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row.negative .column-desc,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .table-row.negative .column-amount {
  color: #00c088;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .column-date,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .column-desc,
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .column-amount {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .column-date {
  width: 90px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .column-desc {
  width: 290px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .column-amount {
  width: 54px;
  padding-right: 0;
  text-align: right;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .details .total {
  text-align: right;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout {
  padding-top: 34px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .amount {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  color: #00c088;
  margin-top: 11px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .amount-desc {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #00c088;
  margin-top: 9px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .email-label {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-top: 57px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .email-wrapper {
  position: relative;
  display: inline-block;
  width: 368px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
  margin-top: 13px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .email-wrapper .email-input {
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 10px;
  margin: 0;
  font-size: 19px;
  color: #363234;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .buttons {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 112px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .buttons .continue {
  display: inline-block;
  position: relative;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .buttons .cancel {
  display: inline-block;
  position: absolute;
  left: 48px;
  top: 18px;
  height: 17px;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.cashout .buttons .cancel:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success {
  padding-top: 34px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success .caption {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success .checkmark {
  width: 48px;
  height: 46px;
  background-size: 100% 100%;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/checkmark.png");
  display: inline-block;
  margin-top: 86px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success .desc {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 21px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: white;
  border-bottom: 1px solid white;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  margin-top: 24px;
  height: 19px;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success a:hover {
  border-color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success .faq {
  margin-top: 4px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success .done {
  display: inline-block;
  position: relative;
  margin-top: 90px;
  width: 144px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.confirm-email {
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 8px;
  padding-top: 72px;
  padding-bottom: 55px;
  min-height: 528px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.confirm-email .pic {
  width: 164px;
  height: 172px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-subscription/confirm.png");
  background-size: 164px 172px;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.confirm-email .text {
  width: 260px;
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  margin: 23px auto 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.confirm-email .resend {
  position: absolute;
  display: block;
  width: 144px;
  height: 48px;
  left: 50%;
  margin-left: -72px;
  bottom: 72px;
  line-height: 48px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.confirm-email .resend.invisible {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.facebook {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/social-fb@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.twitter {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/social-twitter@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .social-button.email {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/social-email@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.info .summary .bottom-border {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel.affiliate .contents .aff-page.success .checkmark {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit-affiliate/checkmark@2x.png");
  }
}
.profile-edit-view .popup-back .popup-body .panels .panel .bottom-block {
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block {
  width: 100%;
  display: block;
  margin-bottom: 22px;
  height: 42px;
  position: relative;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email {
  margin-bottom: 30px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password .textarea-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password .textarea-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password .textarea-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email .textarea-wrapper {
  position: absolute;
  left: 184px;
  top: 1px;
  width: 328px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password .input-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password .input-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password .input-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email .input-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password .textarea-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password .textarea-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password .textarea-wrapper .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email .textarea-wrapper .error-label {
  position: absolute;
  top: 46px;
  right: 0;
  width: 100%;
  padding-left: 16px;
  font-size: 12px;
  color: #fe615e;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password .input-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password .input-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password .input-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email .input-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password .textarea-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-password .textarea-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password .textarea-wrapper.bad .error-label,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email .textarea-wrapper.bad .error-label {
  opacity: 1;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.verify-password {
  margin-bottom: 56px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password {
  margin-bottom: 17px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password.highlight .label {
  color: #1686eb;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-password.highlight .input-wrapper {
  box-shadow: 0 0 0 1px rgba(22, 134, 235, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.new-email {
  margin-bottom: 25px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-email {
  margin-bottom: 56px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.bio-block {
  height: 98px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.userpick-block {
  height: 208px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 31px;
  background: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg.jpg") no-repeat 0 0;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.userpick-block .label {
  padding-top: 31px;
  color: #fff;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .label {
  margin-left: 48px;
  font-size: 14px;
  color: #8c8a8b;
  line-height: 40px;
  transition: all 0.2s ease-out;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper {
  position: absolute;
  left: 168px;
  top: 1px;
  height: 40px;
  width: 344px;
  padding: 0 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.js-hover,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper.js-hover,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.js-focus,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper.js-focus {
  box-shadow: 0 0 0 1px rgba(22, 134, 235, 0.28);
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.error,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper.error {
  background-color: #ff7676;
  -webkit-transition: background-color 0s ease-out;
  transition: background-color 0s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -33px;
  top: 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark.ok,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark.ok {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/checkmark_ok.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark.bad,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark.bad {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/checkmark_bad.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark.bad:hover .popup-message,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark.bad:hover .popup-message {
  visibility: visible;
  opacity: 1;
  bottom: 27px;
  -webkit-transition: opacity 0.35s ease-in-out, bottom 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, bottom 0.35s ease-in-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark .popup-message,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark .popup-message {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  bottom: 19px;
  width: 200px;
  padding: 9px 21px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -100px;
  background-color: rgba(54, 50, 52, 0.5);
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark .popup-message .corner-wrapper,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark .popup-message .corner-wrapper {
  position: absolute;
  left: 100px;
  width: 16px;
  height: 8px;
  margin-left: -8px;
  clip: rect(0, 115px, 107px, -99px);
  bottom: -8px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark .popup-message .corner-wrapper .corner,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark .popup-message .corner-wrapper .corner {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark .popup-message .corner-wrapper .corner,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark .popup-message .corner-wrapper .corner {
  box-shadow: none;
  background-color: rgba(54, 50, 52, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.email {
  margin-bottom: 10px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.table {
  display: table;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.table > span,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.table input {
  display: table-cell;
  vertical-align: middle;
  line-height: 40px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper.table > span {
  width: 1px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block.old-email .label {
  line-height: 48px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .old-email-val {
  position: absolute;
  left: 199px;
  font-size: 19px;
  top: 1px;
  line-height: 40px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=text],
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=password],
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=email] {
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 19px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=text]::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=password]::-webkit-input-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=email]::-webkit-input-placeholder {
  color: #bfbebf;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=text]::-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=password]::-moz-placeholder,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=email]::-moz-placeholder {
  color: #bfbebf;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=text]:disabled,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=password]:disabled,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=email]:disabled {
  -webkit-text-fill-color: #bfbebf;
  color: #bfbebf;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=text]:invalid,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=password]:invalid,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=email]:invalid {
  font-size: 14px;
  font-weight: normal;
  outline: none;
  box-shadow: none;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input[type=password] {
  font-family: 'Verdana', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .settings-username-prefix,
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .link-slash {
  font-size: 19px;
  color: #bfbebf;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .settings-username-prefix {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 152px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input.settings-username {
  width: 150px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input.settings-analytics {
  width: 240px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block input.settings-analytics:disabled {
  font-size: 14px;
  line-height: 19px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder {
  position: absolute;
  left: 152px;
  top: 40px;
  width: 128px;
  height: 128px;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.28);
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder img {
  width: 100%;
  border-radius: 5px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder .picture-preloader {
  position: absolute;
  left: 42px;
  top: 42px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder .delete-userpic {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/del_userpic.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -12px;
  top: -11px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder .delete-userpic.invisible {
  visibility: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder .delete-userpic:hover {
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/del_userpic_hover.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .upload-button {
  position: absolute;
  top: 41px;
  left: 313px;
  width: 150px;
  height: 38px;
  color: #fff;
  font-size: 19px;
  line-height: 38px;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .upload-button:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .upload-button .settings-userpic-uploader {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 34px;
  direction: ltr;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .upload-text {
  position: absolute;
  left: 312px;
  top: 92px;
  width: 150px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .bottom-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom.png");
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper {
  height: 96px;
  padding: 12px 16px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .settings-bio {
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  resize: none;
  overflow: hidden;
  font-size: 14px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .settings-bio::-webkit-input-placeholder {
  color: #bfbebf;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .settings-bio::-moz-placeholder {
  color: #bfbebf;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .counter-bio {
  position: absolute;
  right: 15px;
  bottom: 14px;
  width: 30px;
  height: 14px;
  color: #b7b6b6;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: default;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .analytics-learn-more {
  position: absolute;
  display: block;
  top: 14px;
  right: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid transparent;
  text-decoration: none;
  color: #bfbebf;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .profile-edit-view .popup-back .popup-body .panels .panel .field-block .analytics-learn-more:hover {
  border-color: transparent;
  color: #007ccc;
}
.profile-edit-view .popup-back .popup-body .panels .panel .field-block .analytics-learn-more.upgrade {
  color: #007ccc;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons {
  width: 100%;
  height: 81px;
  position: relative;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .delete-account,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password-success {
  position: absolute;
  left: 48px;
  top: 21px;
  color: #8c8a8b;
  font-size: 14px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .delete-account.invisible,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password.invisible,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password-success.invisible {
  visibility: hidden;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .delete-account span,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password span,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password-success span {
  border-bottom: 1px dotted #8c8a8b;
  border-right: 1px solid transparent;
  padding-bottom: 1px;
  cursor: pointer;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .delete-account span:hover,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password span:hover,
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .reset-password-success span:hover {
  border-bottom: none;
  border-right: none;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .delete-account {
  opacity: 0.6;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .save-changes {
  right: 48px;
  top: 9px;
  width: 168px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .save-changes.show-preloader {
  color: transparent;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .save-changes.show-preloader .rmpreloader {
  display: block;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .save-changes .rmpreloader {
  display: none;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .buttons .save-changes .rmpreloader .arc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/preloader.png') no-repeat 0 0;
  background-size: 32px 32px;
}
.profile-edit-view .popup-back .popup-body .panels .panel .block-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.profile-edit-view .popup-back .userpic-crop-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.profile-edit-view .popup-back .userpic-crop-popup.invisible {
  visibility: hidden;
}
.profile-edit-view .popup-back .userpic-crop-popup.opaque {
  opacity: 1;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-back {
  background: rgba(46, 40, 42, 0.88);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body {
  position: absolute;
  width: 512px;
  height: 368px;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -184px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  background: white;
  background-repeat: no-repeat;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body.loading {
  background-image: none;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body.loading .buttons .save {
  visibility: hidden;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body.loading .buttons .cancel-upload {
  display: block;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body.loading .buttons .cancel {
  display: none;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body.loading .zoomer {
  display: none;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body.loading .crop-preloader {
  display: block;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .crop-preloader {
  position: absolute;
  left: 234px;
  top: 162px;
  display: none;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .crop-preloader .arc {
  background: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/preloader_grey_arc.png') no-repeat 0 0;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .crop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/crop_overlay.png");
  background-repeat: no-repeat;
  background-size: 512px 368px;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .crop-overlay.draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons {
  position: absolute;
  width: 128px;
  left: 50%;
  top: 280px;
  margin-left: -64px;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons .save {
  position: relative;
  width: 128px;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons .cancel-upload,
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons .cancel {
  display: none;
  text-align: center;
  position: relative;
  width: 52px;
  font-size: 14px;
  margin: 12px auto 0;
  color: #8c8a8b;
  text-shadow: 0 1px white;
  cursor: pointer;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons .cancel-upload:hover,
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons .cancel:hover {
  color: #1c1a1b;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .buttons .cancel {
  display: block;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer {
  width: 30px;
  right: 23px;
  top: 80px;
  position: absolute;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .big-pic {
  position: relative;
  margin: 0 auto 8px;
  width: 22px;
  height: 16px;
  background-size: 22px 16px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/zoom-big.png");
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .small-pic {
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/zoom-small.png");
  margin: 8px auto 0;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .track {
  position: relative;
  width: 28px;
  height: 160px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
  border-radius: 14px;
  margin-left: 1px;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .track .handler {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 132px;
  margin: 1px;
  border-radius: 13px;
  background-color: #8c8a8b;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .track .handler:not(.disabled):hover,
.profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .track .handler.dragging {
  background-color: #00b68c;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .profile-edit-view .popup-back .close {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/close@2x.png");
  }
  .profile-edit-view .popup-back .close:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/close-hover@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.active.profile .icon,
  .profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.profile .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-profile-active@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.active.password .icon,
  .profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.password .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-password-active@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.active.subscription .icon,
  .profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.subscription .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-billing-active@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.active.domain .icon,
  .profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.domain .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-domain-active@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.active.affiliate .icon,
  .profile-edit-view .popup-back .popup-body .tabs .tab:not(.disabled):hover.affiliate .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-affiliate-active@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.profile .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-profile@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.password .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-password@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.subscription .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-billing@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.domain .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-domain@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .tabs .tab.affiliate .icon {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/icon-affiliate@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark.ok,
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark.ok {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/checkmark_ok@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .input-wrapper .checkmark.bad,
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .textarea-wrapper .checkmark.bad {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/checkmark_bad@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder .delete-userpic {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/del_userpic@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .image-placeholder .delete-userpic:hover {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/del_userpic_hover@2x.png");
  }
  .profile-edit-view .popup-back .popup-body .panels .panel .field-block .bottom-border {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/profile-bg-bottom@2x.png");
  }
  .profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .crop-overlay {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/crop_overlay@2x.png");
  }
  .profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .big-pic {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/zoom-big@2x.png");
  }
  .profile-edit-view .popup-back .userpic-crop-popup .crop-popup-body .zoomer .small-pic {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-edit/zoom-small@2x.png");
  }
}
.profile-team-view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.profile-team-view.invisible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile-team-view .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.88);
}
.profile-team-view .overlay .popup-body {
  position: relative;
  width: 576px;
  height: 528px;
  margin: 72px auto 72px;
  background: #fae264;
  border-radius: 8px;
  overflow: hidden;
}
.profile-team-view .overlay .popup-body .header-block {
  position: absolute;
  left: 48px;
  top: 28px;
  right: 44px;
}
.profile-team-view .overlay .popup-body .header-block .caption {
  color: #363234;
  font-size: 36px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 6px;
  word-wrap: break-word;
}
.profile-team-view .overlay .popup-body .header-block .icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0px;
  right: 0px;
  background-size: 48px 48px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/logo.png');
}
.profile-team-view .overlay .popup-body .info-block {
  position: absolute;
  left: 48px;
  top: 81px;
  right: 96px;
  color: #363234;
  font-size: 24px;
  line-height: 30px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .info-block.invisible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .info-block a {
  color: #363234;
  text-decoration: none;
  border-bottom: 1px solid #363234;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .info-block a:hover {
  border-bottom: 1px solid transparent;
}
.profile-team-view .overlay .popup-body .contributors-block {
  position: absolute;
  top: 88px;
  bottom: 157px;
  left: 47px;
  right: 48px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .contributors-block.invisible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .contributors-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.profile-team-view .overlay .popup-body .contributors-block .scroll {
  display: none;
  position: absolute;
  width: 8px;
  border-radius: 4px;
  background: rgba(200, 181, 80, 0.4);
  right: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .contributors-block .scroll:hover,
.profile-team-view .overlay .popup-body .contributors-block .scroll.dragging {
  background: rgba(200, 181, 80, 0.6);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper {
  position: relative;
  width: 100%;
  padding-right: 30px;
  height: 100%;
  overflow-y: scroll;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors {
  position: relative;
  width: 481px;
  padding: 1px 0;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor {
  position: relative;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor.collapsed {
  height: 0 !important;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor.collapsed-half {
  opacity: 0 !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor.removed {
  height: 0 !important;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor.removed-half {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .userpic {
  position: absolute;
  left: 1px;
  top: 5px;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .empty-frame {
  position: absolute;
  left: 1px;
  top: 5px;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor.delete-state .info-wrapper {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor.delete-state .delete-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper {
  position: absolute;
  left: 58px;
  top: 0;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .user-name,
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .user-email {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 200px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .user-email {
  top: 28px;
  color: rgba(54, 50, 52, 0.5);
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .mags-selector {
  position: absolute;
  left: 215px;
  top: 0;
  width: 90px;
  height: 100%;
  color: rgba(54, 50, 52, 0.5);
  font-size: 14px;
  line-height: 16px;
  padding: 13px 0 0 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .mags-selector:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 4px;
  top: 26px;
  right: 8px;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-size: 5px 4px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/popup-arrow.png');
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .mags-selector:hover {
  color: #363234;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .mags-selector:hover:after {
  content: '';
  opacity: 1;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .delete {
  position: absolute;
  top: 21px;
  right: 49px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/delete.png');
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .delete:hover {
  opacity: 1;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper {
  position: absolute;
  left: 58px;
  top: 0;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
  opacity: 0;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper.invisible {
  opacity: 0;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 200px;
  max-height: 48px;
  font-size: 14px;
  line-height: 16px;
  color: #f45615;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  word-wrap: break-word;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper .delete-yes {
  position: absolute;
  top: 20px;
  left: 215px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #f45615;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper .delete-yes:hover {
  border-bottom: 1px solid #f45615;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper .delete-cancel {
  position: absolute;
  top: 20px;
  left: 256px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #988a4c;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper .delete-cancel:before {
  content: '';
  position: absolute;
  left: -10px;
  height: 14px;
  top: 2px;
  width: 1px;
  background: #988a4c;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-wrapper .delete-cancel:hover {
  border-bottom: 1px solid #988a4c;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-overlay.invisible {
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .delete-overlay .rmpreloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper.invisible {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper.invisible .mags-selector-panel {
  -webkit-transform: translateX(224px);
  -ms-transform: translateX(224px);
  transform: translateX(224px);
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 224px;
  height: 100%;
  background: #fafafa;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel[data-mode="all"] .header .switcher[data-switcher="all"],
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel[data-mode="selected"] .header .switcher[data-switcher="selected"] {
  color: #00c088;
  cursor: default;
  border-bottom: 1px dotted transparent;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel[data-mode="selected"] .header .selected-count {
  color: #00c088;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .header {
  position: absolute;
  left: 24px;
  top: 24px;
  right: 24px;
  color: #363234;
  font-size: 19px;
  line-height: 21px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .header .member-caption {
  max-height: 63px;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .header .slash,
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .header .selected-count {
  color: #999999;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .header .switcher {
  display: inline-block;
  height: 20px;
  color: #999999;
  border-bottom: 1px dotted #7c797b;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .header .switcher:hover {
  border-bottom: 1px dotted transparent;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 128px;
  bottom: 56px;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper.invisible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .scroll {
  display: none;
  position: absolute;
  width: 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  right: 16px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .scroll:hover,
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .scroll.dragging {
  width: 8px;
  border-radius: 4px;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper {
  position: relative;
  width: 100%;
  padding-right: 30px;
  height: 100%;
  overflow-y: scroll;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags {
  position: relative;
  width: 224px;
  padding: 12px 0;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags .mag {
  position: relative;
  width: 100%;
  height: 55px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags .mag.active {
  background-color: #00c088;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags .mag.active .mag-title {
  color: #fff;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags .mag:hover:not(.active) .mag-title {
  color: #000;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags .mag .mag-img {
  position: absolute;
  left: 24px;
  top: 4px;
  width: 72px;
  height: 47px;
  background-size: 72px 47px;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .scroll-wrapper .mags-wrapper .mags .mag .mag-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 105px;
  right: 28px;
  line-height: 16px;
  font-size: 12px;
  color: #999999;
  max-height: 32px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .save-button {
  position: absolute;
  width: 100%;
  height: 56px;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  color: #363234;
  font-size: 19px;
  line-height: 56px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .mags-selector-wrapper .mags-selector-panel .save-button:hover {
  background-color: #00c088;
  color: #fff;
}
.profile-team-view .overlay .popup-body .upgrade-block {
  position: absolute;
  bottom: 40px;
  left: 48px;
  right: 48px;
  padding: 14px 16px;
  background: #000;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-team-view .overlay .popup-body .upgrade-block .internal-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .upgrade-block .internal-link:hover {
  border-bottom: 1px dotted transparent;
}
.profile-team-view .overlay .popup-body .upgrade-block .external-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .upgrade-block .external-link:hover {
  border-bottom: 1px solid transparent;
}
.profile-team-view .overlay .popup-body .email-block {
  position: absolute;
  bottom: 36px;
  left: 48px;
  right: 48px;
  text-align: center;
}
.profile-team-view .overlay .popup-body .email-block .message {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 16px;
  background: #000;
  border-radius: 4px;
  color: #fae264;
  font-size: 19px;
  line-height: 26px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
.profile-team-view .overlay .popup-body .email-block .resend {
  display: inline-block;
  cursor: pointer;
  color: #363234;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #363234;
  font-size: 14px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .email-block .resend:hover {
  border-bottom: 1px solid transparent;
}
.profile-team-view .overlay .popup-body .email-block .check {
  display: none;
  color: #363234;
  font-size: 14px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-team-view .overlay .popup-body .email-block.sended .resend {
  display: none;
}
.profile-team-view .overlay .popup-body .email-block.sended .check {
  display: inline-block;
}
.profile-team-view .overlay .popup-body .invite-block {
  position: absolute;
  bottom: 37px;
  left: 48px;
  right: 48px;
  padding-top: 37px;
}
.profile-team-view .overlay .popup-body .invite-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  height: 48px;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper.hidden {
  display: none;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .email-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 223px;
  color: #363234;
  font-size: 19px;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .email-input::-webkit-input-placeholder {
  color: #363234;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .email-input:-moz-placeholder {
  color: #363234;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .mags-selector {
  position: absolute;
  left: 256px;
  top: 5px;
  bottom: 5px;
  width: 112px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.2);
  color: rgba(54, 50, 52, 0.5);
  font-size: 14px;
  line-height: 16px;
  padding: 3px 0 0 16px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .mags-selector:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 4px;
  top: 17px;
  right: 14px;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-size: 5px 4px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/popup-arrow.png');
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .mags-selector:hover {
  color: #363234;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .mags-selector:hover:after {
  content: '';
  opacity: 1;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .invite-button {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  right: 0;
  width: 112px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  line-height: 48px;
  color: #fae264;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: default;
  background: #c8b550;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .email-input:valid ~ .invite-button {
  cursor: pointer;
  background: #f45615;
  color: #fff;
}
.profile-team-view .overlay .popup-body .invite-block .top-wrapper .email-input:valid ~ .invite-button:hover {
  background: #fd6223;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 48px;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper.hidden {
  display: none;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 9px 24px 0 16px;
  width: 256px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background: #00b66b;
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-ok {
  position: absolute;
  left: 256px;
  top: 0;
  width: 112px;
  height: 48px;
  color: #fff;
  font-size: 19px;
  line-height: 48px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  background: #00b66b;
  -webkit-tap-highlight-color: transparent;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-ok:after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  top: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-ok:hover {
  background: #01ad66;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-ok:hover:after {
  background: rgba(0, 0, 0, 0);
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-cancel {
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 48px;
  color: #fae264;
  font-size: 19px;
  line-height: 48px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  background: #c8b550;
  border-radius: 0 4px 4px 0;
  -webkit-tap-highlight-color: transparent;
}
.profile-team-view .overlay .popup-body .invite-block .accept-wrapper .accept-cancel:hover {
  background: #bead50;
}
.profile-team-view .overlay .popup-body .invite-block .info {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: rgba(54, 50, 52, 0.5);
  font-size: 14px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-team-view .overlay .popup-body .invite-block .info.hidden {
  display: none;
}
.profile-team-view .overlay .popup-body .invite-block .info a {
  color: rgba(54, 50, 52, 0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(54, 50, 52, 0.5);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-team-view .overlay .popup-body .invite-block .info a:hover {
  border-bottom: 1px solid transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .profile-team-view .overlay .popup-body .header-block .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/logo@2x.png');
  }
  .profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .mags-selector:after {
    content: '';
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/popup-arrow@2x.png');
  }
  .profile-team-view .overlay .popup-body .contributors-block .contributors-wrapper .contributors .contributor .info-wrapper .delete {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/delete@2x.png');
  }
  .profile-team-view .overlay .popup-body .invite-block .top-wrapper .mags-selector:after {
    content: '';
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/popup-arrow@2x.png');
  }
}
.profile-project-views {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.profile-project-views.invisible {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile-project-views .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.88);
}
.profile-project-views .overlay .popup-body {
  position: relative;
  width: 576px;
  min-height: 448px;
  margin: 72px auto 72px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.profile-project-views .overlay .popup-body .header-block {
  position: absolute;
  left: 48px;
  top: 28px;
  right: 44px;
}
.profile-project-views .overlay .popup-body .header-block .caption {
  color: #363234;
  font-size: 36px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 6px;
  word-wrap: break-word;
}
.profile-project-views .overlay .popup-body .header-block .icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0px;
  right: 0px;
  background-size: 48px 48px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-project-views/logo.png');
}
.profile-project-views .overlay .popup-body .info-block {
  position: relative;
  width: 480px;
  margin: 90px auto 170px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-project-views .overlay .popup-body .info-block .info-line {
  position: relative;
  width: 100%;
  padding: 9px 0 9px;
  border-bottom: 1px solid #e5e5e5;
}
.profile-project-views .overlay .popup-body .info-block .info-line.first-line {
  padding: 7px 0 18px;
}
.profile-project-views .overlay .popup-body .info-block .info-line.first-line .date .month {
  font-size: 24px;
  line-height: 30px;
}
.profile-project-views .overlay .popup-body .info-block .info-line.first-line .date .month .year {
  color: #363234;
}
.profile-project-views .overlay .popup-body .info-block .info-line.first-line .date .current {
  padding-top: 4px;
  display: block;
  color: #868485;
  font-size: 14px;
  line-height: 18px;
}
.profile-project-views .overlay .popup-body .info-block .info-line.first-line .views {
  font-size: 24px;
  line-height: 30px;
}
.profile-project-views .overlay .popup-body .info-block .info-line.first-line .views .current {
  padding-top: 4px;
  display: block;
  color: #868485;
  font-size: 14px;
  line-height: 18px;
}
.profile-project-views .overlay .popup-body .info-block .info-line.over-limit .views {
  color: #ff2e4d;
}
.profile-project-views .overlay .popup-body .info-block .info-line.over-limit .views .current {
  color: #ff2e4d;
}
.profile-project-views .overlay .popup-body .info-block .info-line.over-limit .views .current .upgrade {
  display: inline;
}
.profile-project-views .overlay .popup-body .info-block .info-line .date {
  float: left;
}
.profile-project-views .overlay .popup-body .info-block .info-line .date .month {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.profile-project-views .overlay .popup-body .info-block .info-line .date .month .name {
  color: #363234;
}
.profile-project-views .overlay .popup-body .info-block .info-line .date .month .year {
  color: #868485;
}
.profile-project-views .overlay .popup-body .info-block .info-line .date .current {
  display: none;
}
.profile-project-views .overlay .popup-body .info-block .info-line .views {
  float: right;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.profile-project-views .overlay .popup-body .info-block .info-line .views .current {
  display: none;
}
.profile-project-views .overlay .popup-body .info-block .info-line .views .current .upgrade {
  display: none;
}
.profile-project-views .overlay .popup-body .info-block .info-line .views .current a {
  color: #ff2e4d;
}
.profile-project-views .overlay .popup-body .info-block .info-line .views .current a:hover {
  text-decoration: none;
}
.profile-project-views .overlay .popup-body .bottom-block {
  position: absolute;
  bottom: 28px;
  left: 48px;
  right: 48px;
  color: #9a9899;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.profile-project-views .overlay .popup-body .bottom-block a {
  color: #9a9899;
  text-decoration: underline;
}
.profile-project-views .overlay .popup-body .bottom-block a:hover {
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .profile-project-views .overlay .popup-body .header-block .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-project-views/logo@2x.png');
  }
}
.print-receipt-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.print-receipt-popup.show {
  opacity: 1;
}
.print-receipt-popup.show .panel-wrapper .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.print-receipt-popup.hide {
  opacity: 0;
}
.print-receipt-popup.hide .panel-wrapper .panel {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.print-receipt-popup .panel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 568px;
  min-width: 990px;
}
.print-receipt-popup .panel-wrapper .close-receipt {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin-top: -178px;
  margin-left: 194px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/print-receipt/close.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.isdesktop .print-receipt-popup .panel-wrapper .close-receipt:hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close-hover.png');
}
.print-receipt-popup .panel-wrapper .panel {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -168px;
  margin-top: -156px;
  width: 336px;
  height: 312px;
  border-radius: 8px;
  background: #fff;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.print-receipt-popup .panel-wrapper .panel .errors {
  color: #ff4828;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  height: 16px;
  margin-top: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.print-receipt-popup .panel-wrapper .panel .errors.visible {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: inherit;
}
.print-receipt-popup .panel-wrapper .panel .get-receipt {
  position: relative;
  margin: 6px auto 0;
  width: 160px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #ff4828;
  line-height: 48px;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #ff4828;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.print-receipt-popup .panel-wrapper .panel .get-receipt:hover {
  background: #ff4828;
  color: #fff;
}
.print-receipt-popup .panel-wrapper .panel .message {
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin-top: 36px;
  margin-bottom: 12px;
  word-wrap: break-word;
}
.print-receipt-popup .panel-wrapper .panel .textarea-wrapper {
  width: 240px;
  height: 88px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.print-receipt-popup .panel-wrapper .panel .additional-data {
  display: block;
  width: 100%;
  height: 100%;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  border: none;
  padding: 12px 15px;
  color: #3d3d3d;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .print-receipt-popup .panel-wrapper .close {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close@2x.png');
  }
  .isdesktop .print-receipt-popup .panel-wrapper .close:hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close-hover@2x.png');
  }
}
#page404 {
  min-height: 500px;
  color: black;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.isphone #page404 {
  min-height: 0;
  background-color: white;
}
#page404 table {
  height: 100%;
  width: 100%;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page404 table tr {
  width: 100%;
}
#page404 table tr td {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
#page404 table tr td .caption {
  font-size: 28px;
  line-height: 32px;
}
#page404 table tr td .message {
  margin-top: 10px;
  font-size: 19px;
  line-height: 24px;
  color: #9f9f9f;
}
.isphone #page404 table tr td .message {
  font-size: 18px;
  line-height: 24px;
}
.isphone #page404 table tr td .message .front-page-link {
  line-height: 20px;
}
#page404 table tr td .message .front-page-link {
  color: black;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 22px;
}
.isdesktop #page404 table tr td .message .front-page-link:hover {
  border-color: transparent;
  color: #ff4828;
}
.magsuspended-container,
.usersuspended-container {
  position: absolute;
  min-width: 500px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #fafafa;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/lines.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: black;
  z-index: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.isphone .magsuspended-container,
.isphone .usersuspended-container {
  min-width: 0;
  -webkit-text-size-adjust: none;
}
.magsuspended-container .img-preloader,
.usersuspended-container .img-preloader {
  width: 0;
  height: 0;
  visibility: hidden;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo-hover.png');
}
.magsuspended-container .link,
.usersuspended-container .link {
  color: black;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 20px;
}
.isphone .magsuspended-container .link,
.isphone .usersuspended-container .link {
  line-height: 18px;
}
.isdesktop .magsuspended-container .link:hover,
.isdesktop .usersuspended-container .link:hover {
  border-color: transparent;
  color: #ff4828;
}
.magsuspended-container .center-table,
.usersuspended-container .center-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.magsuspended-container .center-table .center-cell,
.usersuspended-container .center-table .center-cell {
  display: table-cell;
  width: 110%;
  vertical-align: middle;
  text-align: center;
}
.isphone .magsuspended-container .center-table .center-cell,
.isphone .usersuspended-container .center-table .center-cell {
  width: 100%;
}
.magsuspended-container .center-table .center-cell .center-content,
.usersuspended-container .center-table .center-cell .center-content {
  display: inline-block;
  width: 460px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  background-color: #fafafa;
  padding: 23px 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.isphone .magsuspended-container .center-table .center-cell .center-content,
.isphone .usersuspended-container .center-table .center-cell .center-content {
  max-width: 240px;
  padding: 41px 0;
}
.magsuspended-container .center-table .center-cell .center-content .caption,
.usersuspended-container .center-table .center-cell .center-content .caption {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
}
.isphone .magsuspended-container .center-table .center-cell .center-content .caption,
.isphone .usersuspended-container .center-table .center-cell .center-content .caption {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.magsuspended-container .center-table .center-cell .center-content .text,
.usersuspended-container .center-table .center-cell .center-content .text {
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #9f9f9f;
}
.isphone .magsuspended-container .center-table .center-cell .center-content .text,
.isphone .usersuspended-container .center-table .center-cell .center-content .text {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.magsuspended-container .powered,
.usersuspended-container .powered {
  position: absolute;
  left: 33px;
  bottom: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isphone .magsuspended-container .powered,
.isphone .usersuspended-container .powered {
  left: 50%;
  margin-left: -38px;
  bottom: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 76px;
  height: 35px;
  text-align: center;
  text-decoration: none;
}
.magsuspended-container .powered .caption-powered,
.usersuspended-container .powered .caption-powered {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 14px;
  margin-left: -2px;
}
.magsuspended-container .powered .logo-powered,
.usersuspended-container .powered .logo-powered {
  width: 76px;
  height: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo.png');
  background-size: 100% 100%;
}
.isphone .magsuspended-container .powered .logo-powered,
.isphone .usersuspended-container .powered .logo-powered {
  top: 0;
  left: 0;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo-phone.png');
}
.isdesktop .magsuspended-container .powered .logo-powered:hover,
.isdesktop .usersuspended-container .powered .logo-powered:hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo-hover.png');
}
.magsuspended-container .contact,
.usersuspended-container .contact {
  display: block;
  position: absolute;
  bottom: 27px;
  right: 33px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.isphone .magsuspended-container .contact,
.isphone .usersuspended-container .contact {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .magsuspended-container .powered .logo-powered,
  .usersuspended-container .powered .logo-powered {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo@2x.png');
  }
  .isphone .magsuspended-container .powered .logo-powered,
  .isphone .usersuspended-container .powered .logo-powered {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo-phone@2x.png');
  }
  .isdesktop .magsuspended-container .powered .logo-powered:hover,
  .isdesktop .usersuspended-container .powered .logo-powered:hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/mag-suspended/logo-hover@2x.png');
  }
}
.domain-errors {
  min-height: 300px;
  min-width: 500px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.isphone .domain-errors {
  min-height: 0;
  min-width: 0;
}
.domain-errors.show-elements .message {
  opacity: 1;
}
.domain-errors.show-elements .logo {
  opacity: 0.5;
  bottom: 35px;
}
.isphone .domain-errors.show-elements .logo {
  bottom: 20px;
}
.domain-errors.show-elements .help {
  opacity: 1;
  bottom: 38px;
}
.isphone .domain-errors.show-elements .help {
  bottom: 20px;
}
.domain-errors .message {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -44px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isphone .domain-errors .message {
  margin-top: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 8px;
  text-align: center;
}
.domain-errors .message .message-caption {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.domain-errors .message .message-text {
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.isphone .domain-errors .message .message-text {
  margin-top: 13px;
  font-size: 16px;
  line-height: 20px;
}
.isphone .domain-errors .message .message-text .br-desktop {
  display: none;
}
.domain-errors .message .message-text a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .domain-errors .message .message-text a:hover,
.no-isdesktop .domain-errors .message .message-text a:active {
  color: #fff;
}
.no-isphone .domain-errors .message .message-text .br-phone {
  display: none;
}
.domain-errors .message .help-phone {
  display: none;
}
.isphone .domain-errors .message .help-phone {
  display: inline;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isphone .domain-errors .message .help-phone:active {
  color: #fff;
}
.domain-errors .logo {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  display: block;
  width: 87px;
  height: 21px;
  position: absolute;
  left: 50%;
  bottom: 27px;
  margin-left: -44px;
  background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/domain-errors/logo.png");
  background-size: 87px 21px;
  background-repeat: no-repeat;
}
.isphone .domain-errors .logo {
  bottom: 20px;
}
.isdesktop .domain-errors .logo:hover,
.no-isdesktop .domain-errors .logo:active {
  opacity: 1;
}
.domain-errors .help {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  right: 65px;
  bottom: 30px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.isphone .domain-errors .help {
  display: none;
}
.isdesktop .domain-errors .help:hover,
.no-isdesktop .domain-errors .help:active {
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .domain-errors .logo {
    background-image: url("//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/service-pages/domain-errors/logo@2x.png");
  }
}
.alert-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(29, 26, 27, 0.6);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.alert-popup.show {
  opacity: 1;
}
.alert-popup.show .panel-wrapper .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.alert-popup.hide {
  opacity: 0;
}
.alert-popup.hide .panel-wrapper .panel {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.alert-popup.category-upgrade .panel-wrapper .panel .icon {
  width: 136px;
  height: 136px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/pic-upgrade.png');
}
.alert-popup.category-browsers .panel-wrapper .panel {
  padding-bottom: 40px;
}
.alert-popup.category-browsers .panel-wrapper .panel .icon {
  width: 200px;
  height: 128px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/pic-browsers.png');
}
.alert-popup.category-mobile .panel-wrapper .panel {
  padding: 37px 20px 37px;
}
.alert-popup.category-mobile .panel-wrapper .panel .header {
  display: none;
}
.alert-popup.category-mobile .panel-wrapper .panel .icon {
  width: 144px;
  height: 80px;
  margin-top: 23px;
  margin-bottom: 26px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/pic-desktop.png');
}
.alert-popup.category-mobile .panel-wrapper .panel .text {
  font-size: 19px;
  line-height: 24px;
  color: #242424;
}
.alert-popup.category-mobile .panel-wrapper .panel .buttons .main {
  margin-top: 58px;
}
.alert-popup.category-shared-failed .panel-wrapper .panel {
  background: #fae264;
  padding: 0;
  text-align: center;
  height: 496px;
}
.isphone .alert-popup.category-shared-failed .panel-wrapper .panel {
  width: 272px;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .header {
  position: absolute;
  width: 100%;
  top: 187px;
  color: #363234;
  font-size: 24px;
  line-height: 30px;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .icon {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -24px;
  top: 122px;
  width: 48px;
  height: 48px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/logo.png');
}
.alert-popup.category-shared-failed .panel-wrapper .panel .text {
  position: absolute;
  bottom: 66px;
  color: #363234;
  font-size: 19px;
  line-height: 24px;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .text a {
  color: #363234;
  display: inline-block;
  vertical-align: middele;
  text-decoration: none;
  border-bottom: 1px solid #363234;
  line-height: 17px;
}
.isdesktop .alert-popup.category-shared-failed .panel-wrapper .panel .text a:hover {
  border-color: transparent;
}
.alert-popup.category-shared-failed .panel-wrapper .panel .button.close {
  position: absolute;
  bottom: 28px;
  border-bottom: 1px solid #363234;
  line-height: 14px;
  font-size: 14px;
  height: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.isdesktop .alert-popup.category-shared-failed .panel-wrapper .panel .button.close:hover {
  border-color: transparent;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel {
  background: #000;
  width: 240px;
  padding: 36px 0 38px;
  text-align: center;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel .icon {
  left: 50%;
  margin: 0 0 0 -50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel .text {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  width: 100%;
  padding: 15px 22px 0 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.alert-popup.category-shared-unlock-page .panel-wrapper .panel .button.ok {
  margin: 21px auto 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  height: 42px;
  text-align: center;
  width: 96px;
  cursor: pointer;
  color: #000;
  background-color: #fae264;
  font-size: 19px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  border-radius: 4px;
}
.isdesktop .alert-popup.category-shared-unlock-page .panel-wrapper .panel .button.ok:hover {
  background-color: #fff;
}
.alert-popup.category-confirm-email .panel-wrapper .panel .icon {
  width: 136px;
  height: 136px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/confirm.png');
  margin-bottom: 50px;
}
.alert-popup .panel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 568px;
  min-width: 990px;
}
.isphone .alert-popup .panel-wrapper {
  min-height: initial;
  min-width: initial;
}
.alert-popup .panel-wrapper .center-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.alert-popup .panel-wrapper .center-table .center-cell {
  display: table-cell;
  width: 110%;
  vertical-align: middle;
  text-align: center;
}
.alert-popup .panel-wrapper .panel {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  position: relative;
  width: 336px;
  margin: auto;
  border-radius: 8px;
  background: #fff;
  padding: 46px 42px 26px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.isphone .alert-popup .panel-wrapper .panel {
  width: 272px;
}
.alert-popup .panel-wrapper .panel .header {
  text-align: center;
  color: #1d1a1b;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
.alert-popup .panel-wrapper .panel .icon {
  position: relative;
  margin: 40px auto 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.alert-popup .panel-wrapper .panel .text {
  text-align: center;
  color: #8c8a8b;
  font-size: 16px;
  line-height: 22px;
}
.alert-popup .panel-wrapper .panel .text a {
  color: #1686eb;
  text-decoration: underline;
}
.isdesktop .alert-popup .panel-wrapper .panel .text a:hover {
  text-decoration: none;
}
.alert-popup .panel-wrapper .panel .button {
  display: block;
  position: relative;
  text-decoration: none;
}
.alert-popup .panel-wrapper .panel .button.main {
  margin: 28px auto 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  height: 48px;
  text-align: center;
  width: 160px;
  cursor: pointer;
  color: white;
  background-color: #1686eb;
  font-size: 20px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 48px;
  border-radius: 4px;
}
.isdesktop .alert-popup .panel-wrapper .panel .button.main:hover {
  background-color: #2e9ffd;
}
.alert-popup .panel-wrapper .panel .button.cancel {
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
  line-height: 12px;
  cursor: pointer;
}
.isdesktop .alert-popup .panel-wrapper .panel .button.cancel:hover {
  border-color: transparent;
}
.alert-popup .panel-wrapper .panel .contact-link {
  display: block;
  color: #1686eb;
  margin-top: 29px;
}
.alert-popup .panel-wrapper .panel .contact-link:hover {
  text-decoration: none;
}
.alert-popup .panel-wrapper .panel .cancel-wrapper {
  font-size: 12px;
  line-height: 18px;
  color: #8c8a8b;
  margin-top: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .alert-popup.category-upgrade .panel-wrapper .panel .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/pic-upgrade@2x.png');
  }
  .alert-popup.category-browsers .panel-wrapper .panel .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/pic-browsers@2x.png');
  }
  .alert-popup.category-mobile .panel-wrapper .panel .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/pic-desktop@2x.png');
  }
  .alert-popup.category-shared-failed .panel-wrapper .panel .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/collector/profile-team/logo@2x.png');
  }
  .alert-popup.category-confirm-email .panel-wrapper .panel .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/alert/confirm@2x.png');
  }
}
.export-pdf-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.export-pdf-popup.show {
  opacity: 1;
}
.export-pdf-popup.show .panel-wrapper .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.export-pdf-popup.hide {
  opacity: 0;
}
.export-pdf-popup.hide .panel-wrapper .panel {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.export-pdf-popup.done-state .panel-wrapper .panel .initial-block {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.export-pdf-popup.done-state .panel-wrapper .panel .done-block {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.export-pdf-popup .panel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 568px;
  min-width: 990px;
}
.export-pdf-popup .panel-wrapper .close {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin-top: -178px;
  margin-left: 194px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.isdesktop .export-pdf-popup .panel-wrapper .close:hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close-hover.png');
}
.export-pdf-popup .panel-wrapper .panel {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -168px;
  margin-top: -164px;
  width: 336px;
  height: 328px;
  border-radius: 8px;
  background: #fff;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.export-pdf-popup .panel-wrapper .panel .initial-block,
.export-pdf-popup .panel-wrapper .panel .done-block {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.export-pdf-popup .panel-wrapper .panel .done-block {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.export-pdf-popup .panel-wrapper .panel .header {
  text-align: center;
  color: #3d3d3d;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  text-indent: 11px;
}
.export-pdf-popup .panel-wrapper .panel .header span {
  font-family: Arial;
  font-style: italic;
  font-size: 11px;
  color: #999999;
  vertical-align: 12px;
  padding-left: 6px;
}
.export-pdf-popup .panel-wrapper .panel .radio-group {
  width: 112px;
  margin: 36px auto 0;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"] {
  display: none;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label {
  color: #999999;
  cursor: pointer;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label:hover {
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label:hover::before {
  box-shadow: inset 0 0 0 1px #0078ff;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:checked + label {
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 0 1px #0078ff, inset 0 0 0 3px #fff;
  background: #0078ff;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input {
  border-bottom: 1px solid #d6d6d6;
  color: #999;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input::-webkit-input-placeholder {
  color: #999;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:-moz-placeholder {
  color: #999;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:hover,
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:focus {
  border-bottom: 1px solid #3d3d3d;
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:hover::-webkit-input-placeholder,
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:focus::-webkit-input-placeholder {
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:hover:-moz-placeholder,
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:not(:checked) + label input:focus:-moz-placeholder {
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:checked + label input {
  border-bottom: 1px solid #3d3d3d;
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:checked + label input::-webkit-input-placeholder {
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="radio"]:checked + label input:-moz-placeholder {
  color: #3d3d3d;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper input[type="text"] {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 80px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  height: 19px;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper label {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.export-pdf-popup .panel-wrapper .panel .radio-group .input-wrapper label::before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  vertical-align: middle;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #999999, inset 0 0 0 3px transparent;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.export-pdf-popup .panel-wrapper .panel .errors {
  color: #ff4828;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  height: 16px;
  margin-top: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.export-pdf-popup .panel-wrapper .panel .errors.visible {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  visibility: inherit;
}
.export-pdf-popup .panel-wrapper .panel .message {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin-top: 44px;
  margin-bottom: 41px;
  word-wrap: break-word;
}
.export-pdf-popup .panel-wrapper .panel .create-pdf,
.export-pdf-popup .panel-wrapper .panel .done {
  position: relative;
  margin: 13px auto 0;
  width: 160px;
  height: 48px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #ff4828;
  line-height: 48px;
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  color: #ff4828;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.export-pdf-popup .panel-wrapper .panel .create-pdf:hover,
.export-pdf-popup .panel-wrapper .panel .done:hover {
  background: #ff4828;
  color: #fff;
}
.export-pdf-popup .panel-wrapper .panel .done {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -80px;
  bottom: 40px;
}
.export-pdf-popup .panel-wrapper .panel .typekit-issue {
  color: #999999;
  font-size: 13px;
  line-height: 16px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 0 40px;
  margin-top: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .export-pdf-popup .panel-wrapper .close {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close@2x.png');
  }
  .isdesktop .export-pdf-popup .panel-wrapper .close:hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/export-pdf/close-hover@2x.png');
  }
}
.whats-new {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.whats-new.show {
  opacity: 1;
}
.whats-new.show .panel-wrapper .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.whats-new.hide {
  opacity: 0;
}
.whats-new.hide .panel-wrapper .panel {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.whats-new.agree-terms-mode .panel .close,
.whats-new.agree-terms-mode .panel .arrow {
  display: none;
}
.whats-new .panel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 568px;
}
.whats-new .panel-wrapper .panel {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176px;
  margin-top: -248px;
  width: 336px;
  height: 496px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.whats-new .panel-wrapper .panel .content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.whats-new .panel-wrapper .panel .content .wn-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  text-align: center;
}
.whats-new .panel-wrapper .panel .content .wn-page.invisible {
  opacity: 0;
  visibility: hidden;
}
.whats-new .panel-wrapper .panel .content .wn-page .caption {
  text-transform: uppercase;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  margin-top: 30px;
}
.whats-new .panel-wrapper .panel .content .wn-page .date {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
}
.whats-new .panel-wrapper .panel .content .wn-page .date span {
  vertical-align: super;
  font-size: 13px;
}
.whats-new .panel-wrapper .panel .content .wn-page .picture {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.whats-new .panel-wrapper .panel .content .wn-page .text {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 43px;
}
.whats-new .panel-wrapper .panel .content .wn-page .learn-more {
  width: 144px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 40px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  margin: 18px auto 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.whats-new .panel-wrapper .panel .content .wn-page.agree-terms {
  color: #000;
  background-color: #fff;
}
.whats-new .panel-wrapper .panel .content .wn-page.agree-terms .caption {
  letter-spacing: 1.5px;
}
.whats-new .panel-wrapper .panel .content .wn-page.agree-terms .date {
  margin-top: 5px;
}
.whats-new .panel-wrapper .panel .content .wn-page.agree-terms .text {
  margin-top: 126px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 0 28px;
}
.whats-new .panel-wrapper .panel .content .wn-page.agree-terms .text a {
  color: #0078ff;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page.agree-terms .text a:hover {
  text-decoration: none;
}
.whats-new .panel-wrapper .panel .content .wn-page.agree-terms .learn-more {
  background-color: #0078ff;
  color: white;
  margin-top: 25px;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page.agree-terms .learn-more:hover {
  background-color: #1c87ff;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-11-19"] {
  color: white;
  background-color: #2b63e5;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-11-19"] .picture {
  width: 240px;
  height: 190px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2013-11-19/pic.png');
  margin-top: 49px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-11-19"] .text {
  margin-top: 43px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-11-19"] .learn-more {
  background-color: white;
  color: #2b63e5;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-11-19"] .learn-more:hover {
  background-color: #04ddb9;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-12-16"] {
  color: white;
  background-color: #47433e;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-12-16"] .picture {
  width: 200px;
  height: 126px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2013-12-16/pic.png');
  margin-top: 80px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-12-16"] .text {
  margin-top: 76px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-12-16"] .learn-more {
  background-color: white;
  color: #47433e;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-12-16"] .learn-more:hover {
  background-color: #04ddb9;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-01-20"] {
  color: #4e4e55;
  background-color: #fff;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-01-20"] .picture {
  width: 90px;
  height: 188px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-01-20/pic.png');
  margin-top: 48px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-01-20"] .text {
  margin-top: 46px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] {
  color: #2c4b77;
  background-color: #d0efea;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] .picture {
  position: relative;
  width: 192px;
  height: 192px;
  background-color: #ff4a3a;
  border-radius: 50%;
  margin-top: 48px;
  overflow: hidden;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] .picture .line {
  width: 96px;
  height: 16px;
  background-color: #d0efea;
  position: relative;
  left: 50%;
  margin-left: -48px;
  border-radius: 8px;
  margin-top: 12px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] .picture .line:first-child {
  margin-top: 60px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] .text {
  margin-top: 42px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] .learn-more {
  background-color: #2c4b77;
  color: #d0efea;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-03"] .learn-more:hover {
  background-color: #ff4a3a;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-11"] {
  color: #2c4b77;
  background-color: #fe9578;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-11"] .percent {
  text-align: center;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 228px;
  margin-top: 12px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-11"] .text {
  margin-top: 15px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-11"] .learn-more {
  background-color: #2c4b77;
  color: #d0efea;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-02-11"] .learn-more:hover {
  background-color: #ff4a3a;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-04"] {
  color: #fff69b;
  background-color: #088664;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-04"] .picture {
  width: 281px;
  height: 217px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-03-04/pic.png');
  margin-top: 39px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-04"] .text {
  margin-top: 26px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-04"] .learn-more {
  background-color: #fff69b;
  color: #088664;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-04"] .learn-more:hover {
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-19"] {
  color: #fff;
  background-color: #ffb644;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-19"] .picture {
  width: 268px;
  height: 192px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-03-19/pic.png');
  margin-top: 48px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-19"] .text {
  margin-top: 42px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-19"] .learn-more {
  background-color: #fff;
  color: #ffb644;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-19"] .learn-more:hover {
  background-color: #f05923;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-04-14"] {
  color: #be9842;
  background-color: #fafafa;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-04-14"] .picture {
  width: 136px;
  height: 208px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-04-14/pic.png');
  margin-top: 43px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-04-14"] .text {
  margin-top: 31px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-04-14"] .learn-more {
  background-color: #be9842;
  color: #fafafa;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-04-14"] .learn-more:hover {
  background-color: #ff1f18;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-06-24"] {
  color: #fff;
  background-color: #005dff;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-06-24"] .picture {
  width: 256px;
  height: 168px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-06-24/pic.png');
  margin-top: 64px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-06-24"] .text {
  margin-top: 50px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-06-24"] .learn-more {
  background-color: #fff;
  color: #005dff;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-06-24"] .learn-more:hover {
  background-color: #ccdfff;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-08-04"] {
  color: #ff4828;
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-08-04"] .picture {
  width: 88px;
  height: 196px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-08-04/pic.png');
  margin-top: 56px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-08-04"] .text {
  margin-top: 30px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-08-04"] .learn-more {
  background-color: #ff4828;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-08-04"] .learn-more:hover {
  background-color: #0078ff;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-04"] {
  color: #3d3d3d;
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-04"] .picture {
  width: 208px;
  height: 157px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-09-04/pic.png');
  margin-top: 67px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-04"] .text {
  margin-top: 58px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-04"] .learn-more {
  background-color: #ff4828;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-04"] .learn-more:hover {
  background-color: #0078ff;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-30"] {
  color: white;
  background-color: #ff5b5b;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-30"] .picture {
  width: 192px;
  height: 144px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-09-30/pic.png');
  margin-top: 80px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-30"] .text {
  margin-top: 58px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-30"] .learn-more {
  background-color: white;
  color: #ff5b5b;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-30"] .learn-more:hover {
  background-color: #9d1414;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-11-05"] {
  color: #7700f0;
  background-color: #f8f8f8;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-11-05"] .picture {
  width: 172px;
  height: 168px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-11-05/pic.png');
  margin-top: 62px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-11-05"] .text {
  margin-top: 52px;
  color: #3d3d3d;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-11-05"] .learn-more {
  background-color: #f8f8f8;
  color: #7700f0;
  border: 1px solid #7700f0;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-11-05"] .learn-more:hover {
  background-color: #7700f0;
  color: #f8f8f8;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-12-09"] {
  color: white;
  background-color: #076616;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-12-09"] .picture {
  width: 238px;
  height: 136px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-12-09/pic.png');
  margin-top: 80px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-12-09"] .text {
  margin-top: 66px;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-12-09"] .learn-more {
  background-color: white;
  color: #076616;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-12-09"] .learn-more:hover {
  background-color: #ff2f1f;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-01-29"] {
  color: white;
  background-color: #ff4828;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-01-29"] .picture {
  width: 238px;
  height: 184px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-01-29/pic.png');
  margin-top: 56px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-01-29"] .text {
  margin-top: 42px;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-01-29"] .learn-more {
  background-color: white;
  color: #ff4828;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-01-29"] .learn-more:hover {
  background-color: black;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-02-10"] {
  color: black;
  background-color: #ffd35d;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-02-10"] .picture {
  width: 112px;
  height: 184px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-02-10/pic.png');
  margin-top: 49px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-02-10"] .text {
  margin-top: 49px;
  color: black;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-02-10"] .learn-more {
  background-color: black;
  color: #ffd35d;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-02-10"] .learn-more:hover {
  background-color: #ff4828;
  color: #ffd35d;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-03-04"] {
  color: black;
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-03-04"] .picture {
  width: 194px;
  height: 194px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-03-04/pic.png');
  margin-top: 47px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-03-04"] .text {
  margin-top: 41px;
  color: black;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-03-04"] .learn-more {
  background-color: #ff4828;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-03-04"] .learn-more:hover {
  background-color: black;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-04-14"] {
  color: white;
  background-color: #492483;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-04-14"] .picture {
  width: 20px;
  height: 193px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-04-14/pic.png');
  margin-top: 47px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-04-14"] .text {
  margin-top: 41px;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-04-14"] .learn-more {
  background-color: #ff4828;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-04-14"] .learn-more:hover {
  background-color: white;
  color: #492483;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-05-14"] {
  color: #1c3853;
  background-color: #94ccda;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-05-14"] .picture {
  width: 153px;
  height: 163px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-05-14/pic.png');
  margin-top: 56px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-05-14"] .text {
  margin-top: 62px;
  color: #1c3853;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-05-14"] .learn-more {
  background-color: #1c3853;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-05-14"] .learn-more:hover {
  background-color: white;
  color: #1c3853;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-09-03"] {
  color: #000;
  background-color: #fae264;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-09-03"] .picture {
  width: 242px;
  height: 194px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-09-03/pic.png');
  margin-top: 46px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-09-03"] .text {
  margin-top: 42px;
  color: #000;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-09-03"] .learn-more {
  background-color: #ef4c08;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-09-03"] .learn-more:hover {
  background-color: #357528;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-10-09"] {
  color: #02287d;
  background-color: #85e3c9;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-10-09"] .picture {
  width: 144px;
  height: 174px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-10-09/pic.png');
  margin-top: 63px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-10-09"] .text {
  margin-top: 45px;
  color: #02287d;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-10-09"] .learn-more {
  background-color: #02287d;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-10-09"] .learn-more:hover {
  background-color: #ec543d;
  color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-11-18"] {
  color: #2c2343;
  background-color: #f25d47;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-11-18"] .picture {
  width: 156px;
  height: 222px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-11-18/pic.png');
  margin-top: 32px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-11-18"] .text {
  margin-top: 28px;
  color: #2c2343;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-11-18"] .learn-more {
  background-color: #2c2343;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-11-18"] .learn-more:hover {
  background-color: white;
  color: #2c2343;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] {
  color: black;
  background-color: transpaent;
  background-image: url(//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-01-20/bg-pic.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] .picture {
  width: 206px;
  height: 206px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-01-20/pic.png');
  margin-top: 40px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] .text {
  margin-top: 36px;
  color: black;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] .learn-more {
  background-color: #f6563f;
  color: white;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] .learn-more:hover {
  background-color: white;
  color: black;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-04-12"] {
  color: black;
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-04-12"] .picture {
  width: 278px;
  height: 127px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-04-12/pic.png');
  margin-top: 94px;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-04-12"] .learn-more {
  background-color: #f6563f;
  color: white;
  margin-top: 122px;
  border-radius: 0;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-04-12"] .learn-more:hover {
  background-color: black;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-08-04"] {
  color: black;
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-08-04"] .picture {
  width: 274px;
  height: 264px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-08-04/pic.png');
  margin-top: 35px;
  position: relative;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-08-04"] .learn-more {
  background-color: #f25d47;
  color: white;
  margin-top: 44px;
  border-radius: 0;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-08-04"] .learn-more:hover {
  background-color: #db3921;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-09-29"] {
  color: black;
  background-color: white;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-09-29"] .picture {
  width: 266px;
  height: 266px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-09-29/pic.png');
  margin-top: 31px;
  position: relative;
}
.whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-09-29"] .learn-more {
  background-color: #3265ff;
  color: white;
  margin-top: 46px;
}
.isdesktop .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-09-29"] .learn-more:hover {
  background-color: #ff6d6d;
}
.whats-new .panel-wrapper .panel .close {
  position: absolute;
  width: 44px;
  height: 44px;
  top: -14px;
  right: -70px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/close.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.isdesktop .whats-new .panel-wrapper .panel .close:hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/close-hover.png');
}
.whats-new .panel-wrapper .panel .arrow {
  position: absolute;
  right: -64px;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.whats-new .panel-wrapper .panel .arrow.disabled {
  cursor: default;
}
.whats-new .panel-wrapper .panel .arrow.up {
  bottom: 40px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up.png');
}
.isdesktop .whats-new .panel-wrapper .panel .arrow.up:not(.disabled):hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up-hover.png');
}
.whats-new .panel-wrapper .panel .arrow.up.disabled {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up-disabled.png');
}
.whats-new .panel-wrapper .panel .arrow.up.highlight {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up-hover.png') !important;
}
.whats-new .panel-wrapper .panel .arrow.down {
  bottom: 0;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down.png');
}
.isdesktop .whats-new .panel-wrapper .panel .arrow.down:not(.disabled):hover {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down-hover.png');
}
.whats-new .panel-wrapper .panel .arrow.down.disabled {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down-disabled.png');
}
.whats-new .panel-wrapper .panel .arrow.down.highlight {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down-hover.png') !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-11-19"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2013-11-19/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2013-12-16"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2013-12-16/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-01-20"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-01-20/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-04"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-03-04/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-03-19"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-03-19/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-04-14"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-04-14/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-06-24"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-06-24/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-08-04"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-08-04/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-04"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-09-04/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-09-30"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-09-30/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-11-05"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-11-05/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2014-12-09"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2014-12-09/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-01-29"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-01-29/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-02-10"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-02-10/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-03-04"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-03-04/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-04-14"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-04-14/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-05-14"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-05-14/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-09-03"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-09-03/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-10-09"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-10-09/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2015-11-18"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2015-11-18/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] {
    background-image: url(//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-01-20/bg-pic@2x.png);
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-01-20"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-01-20/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-04-12"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-04-12/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-08-04"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-08-04/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .content .wn-page[data-date="2016-09-29"] .picture {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/2016-09-29/pic@2x.png');
  }
  .whats-new .panel-wrapper .panel .close {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/close@2x.png');
  }
  .isdesktop .whats-new .panel-wrapper .panel .close:hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/close-hover@2x.png');
  }
  .whats-new .panel-wrapper .panel .arrow.up {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up@2x.png');
  }
  .isdesktop .whats-new .panel-wrapper .panel .arrow.up:not(.disabled):hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up-hover@2x.png');
  }
  .whats-new .panel-wrapper .panel .arrow.up.disabled {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-up-disabled@2x.png');
  }
  .whats-new .panel-wrapper .panel .arrow.down {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down@2x.png');
  }
  .isdesktop .whats-new .panel-wrapper .panel .arrow.down:not(.disabled):hover {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down-hover@2x.png');
  }
  .whats-new .panel-wrapper .panel .arrow.down.disabled {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/whats-new/arrow-down-disabled@2x.png');
  }
}
.collector-menu-unlogged {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 550;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/unlogged.png');
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .collector-menu-unlogged:hover,
.no-isdesktop .collector-menu-unlogged:active {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/unlogged-hover.png');
}
.collector-menu {
  position: fixed;
  left: 50%;
  margin-left: -176px;
  bottom: 16px;
  width: 352px;
  height: 80px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 550;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.no-isdesktop .collector-menu {
  width: 290px;
  margin-left: -145px;
}
.collector-menu.show-upgrade-button {
  width: 420px;
  margin-left: -210px;
}
.collector-menu.show-upgrade-button .upgrade-button {
  display: block;
}
.collector-menu.user-popup-opened .user-button .arrow .icon {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.collector-menu.user-popup-opened .user-popup {
  -webkit-transition: opacity 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, margin-bottom 0.2s ease-in-out;
  visibility: inherit;
  margin-bottom: 0;
  opacity: 1;
}
.collector-menu .logo {
  float: left;
  width: 123px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 123px 27px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/logo.png');
  text-decoration: none;
  margin-top: 27px;
  margin-left: 32px;
}
.collector-menu .separator {
  float: left;
  width: 1px;
  height: 47px;
  margin-top: 17px;
  margin-left: 21px;
  border-left: 1px dotted rgba(167, 165, 166, 0.28);
}
.collector-menu .upgrade-button {
  position: relative;
  display: none;
  float: left;
  width: 54px;
  height: 48px;
  margin-top: 16px;
  margin-left: 14px;
  cursor: pointer;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 37px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.no-isdesktop .collector-menu .upgrade-button {
  display: none;
}
.isdesktop .collector-menu .upgrade-button:hover,
.no-isdesktop .collector-menu .upgrade-button:active {
  color: #00b68c;
}
.isdesktop .collector-menu .upgrade-button:hover .icon,
.no-isdesktop .collector-menu .upgrade-button:active .icon {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/upgrade-hover.png');
}
.collector-menu .upgrade-button .icon {
  position: absolute;
  left: 13px;
  top: 3px;
  width: 29px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 29px 28px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/upgrade.png');
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.collector-menu .create-button {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  margin-top: 16px;
  margin-left: 14px;
  cursor: pointer;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 37px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-isdesktop .collector-menu .create-button {
  display: none;
}
.isdesktop .collector-menu .create-button:hover,
.no-isdesktop .collector-menu .create-button:active {
  color: #00b68c;
}
.isdesktop .collector-menu .create-button:hover .icon,
.no-isdesktop .collector-menu .create-button:active .icon {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/create-hover.png');
}
.collector-menu .create-button .icon {
  position: absolute;
  left: 12px;
  top: 4px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/create.png');
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.collector-menu .user-button {
  position: relative;
  float: left;
  width: 72px;
  height: 48px;
  margin-top: 16px;
  margin-left: 16px;
  cursor: pointer;
}
.collector-menu .user-button .userpic:after,
.collector-menu .user-button .arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  display: block;
  background-color: rgba(32, 28, 28, 0);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.isdesktop .collector-menu .user-button .userpic:hover:after,
.isdesktop .collector-menu .user-button .arrow:hover:after,
.no-isdesktop .collector-menu .user-button .userpic:active:after,
.no-isdesktop .collector-menu .user-button .arrow:active:after {
  content: "";
  background-color: rgba(32, 28, 28, 0.04);
}
.collector-menu .user-button .userpic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(54, 50, 52, 0.1);
  background-color: #fff;
}
.collector-menu .user-button .userpic:after {
  content: "";
  border-radius: 3px 0 0 3px;
}
.collector-menu .user-button .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 48px;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 0 0 0 1px rgba(54, 50, 52, 0.1);
  z-index: 1;
}
.collector-menu .user-button .arrow .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -3px;
  width: 7px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 7px 6px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/arrow.png');
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.collector-menu .user-button .arrow:after {
  content: "";
  border-radius: 0 3px 3px 0;
}
.collector-menu .user-button .notification-icon {
  position: absolute;
  right: -6px;
  top: -8px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  box-shadow: 0 0 0 2px #fff;
  background: #fc4644;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2px;
  z-index: 3;
}
.collector-menu .user-popup {
  position: absolute;
  right: 0;
  bottom: 96px;
  width: 272px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  margin-bottom: -8px;
  opacity: 0;
}
.collector-menu .user-popup .user-block {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
}
.isdesktop .collector-menu .user-popup .user-block:hover .username-wrapper-outer .username-wrapper .username,
.no-isdesktop .collector-menu .user-popup .user-block:active .username-wrapper-outer .username-wrapper .username {
  color: #00b68c;
}
.collector-menu .user-popup .user-block .username-wrapper-outer {
  position: absolute;
  overflow: hidden;
  left: 16px;
  right: 16px;
  top: 8px;
  height: 48px;
}
.collector-menu .user-popup .user-block .username-wrapper-outer .username-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  line-height: 24px;
}
.collector-menu .user-popup .user-block .username-wrapper-outer .username-wrapper .username {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #201c1c;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.collector-menu .user-popup .popup-separator {
  width: 100%;
  height: 0px;
  border-top: 1px dotted rgba(167, 165, 166, 0.28);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.collector-menu .user-popup .settings,
.collector-menu .user-popup .logout {
  position: relative;
  height: 47px;
  width: 100%;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #363234;
  font-size: 17px;
  line-height: 46px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-align: center;
}
.isdesktop .collector-menu .user-popup .settings:hover,
.isdesktop .collector-menu .user-popup .logout:hover,
.no-isdesktop .collector-menu .user-popup .settings:active,
.no-isdesktop .collector-menu .user-popup .logout:active {
  color: #00b68c;
}
.isdesktop .collector-menu .user-popup .settings:hover .icon,
.isdesktop .collector-menu .user-popup .logout:hover .icon,
.no-isdesktop .collector-menu .user-popup .settings:active .icon,
.no-isdesktop .collector-menu .user-popup .logout:active .icon {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/settings-hover.png');
}
.collector-menu .user-popup .settings .icon,
.collector-menu .user-popup .logout .icon {
  position: absolute;
  left: 25px;
  top: 12px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/settings.png');
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.collector-menu .user-popup .logout {
  display: block;
}
.isdesktop .collector-menu .user-popup .logout:hover .icon,
.no-isdesktop .collector-menu .user-popup .logout:active .icon {
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/logout-hover.png');
}
.collector-menu .user-popup .logout .icon {
  left: 29px;
  top: 13px;
  width: 14px;
  height: 25px;
  background-size: 14px 25px;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/logout.png');
}
.collector-menu .user-popup .create-warning {
  position: relative;
  display: block;
  width: 100%;
}
.collector-menu .user-popup .create-warning .icon {
  margin: 0 auto;
  position: relative;
  margin-top: 14px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/create-warning.png');
  background-size: 40px 40px;
}
.collector-menu .user-popup .create-warning .message {
  position: relative;
  margin: 14px auto;
  width: 170px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #8c8a8b;
  text-align: center;
}
.isdesktop .collector-menu .user-popup .settings {
  display: block;
}
.isdesktop .collector-menu .user-popup .create-warning {
  display: none;
}
.no-isdesktop .collector-menu .user-popup .settings {
  display: none;
}
.no-isdesktop .collector-menu .user-popup .create-warning {
  display: block;
}
.collector-menu .user-popup .notifications-wrapper {
  width: 220px;
  height: 44px;
  margin: 13px auto 0;
  line-height: 44px;
  text-align: center;
  box-shadow: inset 0 0 0 2px #fc4644;
  border-radius: 4px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #fc4644;
}
.collector-menu .user-popup .notifications-wrapper .verify-email {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.collector-menu .user-popup .notifications-wrapper .verify-email span {
  border-bottom: 1px dotted #fc4644;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.isdesktop .collector-menu .user-popup .notifications-wrapper .verify-email span:hover,
.no-isdesktop .collector-menu .user-popup .notifications-wrapper .verify-email span:active {
  border-bottom: 1px dotted transparent;
}
.collector-menu .user-popup .popup-footer {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #8c8a8b;
  white-space: nowrap;
  margin: 12px 0 14px;
  text-align: center;
}
.collector-menu .user-popup .popup-footer span:after {
  font-family: 'Verdana';
  font-weight: 400;
  content: '•';
  padding: 0 4px;
}
.collector-menu .user-popup .popup-footer a {
  text-decoration: none;
  color: #8c8a8b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.collector-menu .user-popup .popup-footer a.disabled {
  pointer-events: none;
  cursor: default;
}
.isdesktop .collector-menu .user-popup .popup-footer a:hover,
.no-isdesktop .collector-menu .user-popup .popup-footer a:active {
  color: #363234;
}
.collector-menu .user-popup .corner-wrapper {
  position: absolute;
  left: 236px;
  width: 16px;
  height: 8px;
  bottom: -8px;
  margin-left: -8px;
  clip: rect(0, 115px, 107px, -99px);
}
.collector-menu .user-popup .corner-wrapper .corner {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(255, 255, 255, 0.28);
  background: rgba(243, 243, 243, 0.98);
}
.collector-menu .user-popup .corner-wrapper .corner {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.42);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .collector-menu-unlogged {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/unlogged@2x.png');
  }
  .isdesktop .collector-menu-unlogged:hover,
  .no-isdesktop .collector-menu-unlogged:active {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/unlogged-hover@2x.png');
  }
  .collector-menu .logo {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/logo@2x.png');
  }
  .isdesktop .collector-menu .upgrade-button:hover .icon,
  .no-isdesktop .collector-menu .upgrade-button:active .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/upgrade-hover@2x.png');
  }
  .collector-menu .upgrade-button .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/upgrade@2x.png');
  }
  .isdesktop .collector-menu .create-button:hover .icon,
  .no-isdesktop .collector-menu .create-button:active .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/create-hover@2x.png');
  }
  .collector-menu .create-button .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/create@2x.png');
  }
  .collector-menu .user-button .arrow .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/arrow@2x.png');
  }
  .isdesktop .collector-menu .user-popup .settings:hover .icon,
  .isdesktop .collector-menu .user-popup .logout:hover .icon,
  .no-isdesktop .collector-menu .user-popup .settings:active .icon,
  .no-isdesktop .collector-menu .user-popup .logout:active .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/settings-hover@2x.png');
  }
  .collector-menu .user-popup .settings .icon,
  .collector-menu .user-popup .logout .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/settings@2x.png');
  }
  .isdesktop .collector-menu .user-popup .logout:hover .icon,
  .no-isdesktop .collector-menu .user-popup .logout:active .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/logout-hover@2x.png');
  }
  .collector-menu .user-popup .logout .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/logout@2x.png');
  }
  .collector-menu .user-popup .create-warning .icon {
    background-image: url('//rm-static.s3.amazonaws.com/2016-10-1-1ab8ff0e18b3c81b/img/common/user-menu/create-warning@2x.png');
  }
}

