/** includes lib for  calculations */
/* Tabel of Contents
 - Color A
 - Color B
 - Color C
 - Color D
 - Color E
 - Color F
 - Util
 - Color Grey
*/
/******************* Color A *******************/
/******************* Color B *******************/
/******************* Color C *******************/
/******************* Color D *******************/
/******************* Color E *******************/
/******************* Color F *******************/
/******************* Color Grey *******************/
/******************* Util *******************/
/* Tabel of Contents
 - Mixins Colors Setup
 - Align and Calc
 - Hover Non Touch
 - Util
*/
/******************* Mixins Colors Setup *******************/
/******************* Align and Calc *******************/
/******************* Hover Non Touch *******************/
/******************* Util *******************/
/** paragraph **/
#n-hd-popupmsg {
  z-index: 99999998 !important;
}

#n-hd-popupmsg {
  position: fixed;
  top: 0;
  width: 1px;
  right: -1px;
  height: 100%;
}
#n-hd-popupmsg .n-popup-message {
  position: relative;
  top: 7rem;
  width: 36rem;
  height: auto;
  /* so that we hide msg icon*/
  right: -4rem;
  margin-top: 5rem;
  min-height: 6rem;
  background-color: #FFF;
  border-radius: 1.4rem;
  transition: right 0.4s ease-out, margin 0.6s ease-out;
  will-change: right, margin;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem 2.4rem;
}
@media only screen and (max-width: 600px) {
  #n-hd-popupmsg .n-popup-message {
    width: 30rem;
  }
}
#n-hd-popupmsg .n-popup-message .n-btn-feedback-symbol {
  left: 2.4rem;
  top: 1.6rem;
  cursor: initial !important;
  /*fixes issue where sometimes notification is not shown */
  z-index: 999999;
  display: blocl;
}
#n-hd-popupmsg .n-popup-message .n-btn-feedback-symbol .n-icon {
  cursor: initial !important;
}
#n-hd-popupmsg .n-popup-message .n-btn-feedback-close {
  right: 2.4rem;
  top: 1.6rem;
}
#n-hd-popupmsg .n-popup-message .n-feedback-icon-notification {
  -webkit-mask-image: url("/nvlib/images/icons/notification.svg");
  mask-image: url("/nvlib/images/icons/notification.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] #n-hd-popupmsg .n-popup-message .n-feedback-icon-notification {
  background: none !important;
}
#n-hd-popupmsg .n-popup-message.n-mode-war .n-btn-feedback-symbol .n-feedback-icon-notification {
  background-color: #313B47;
}
#n-hd-popupmsg .n-popup-message.n-mode-war .n-btn-feedback-symbol::after, #n-hd-popupmsg .n-popup-message.n-mode-war .n-btn-feedback-symbol::before {
  background-color: #FBD04C !important;
}
#n-hd-popupmsg .n-popup-message.n-mode-err .n-btn-feedback-symbol::after, #n-hd-popupmsg .n-popup-message.n-mode-err .n-btn-feedback-symbol::before {
  background-color: #F27575 !important;
}
#n-hd-popupmsg .n-popup-message.n-mode-suc .n-btn-feedback-symbol::after, #n-hd-popupmsg .n-popup-message.n-mode-suc .n-btn-feedback-symbol::before {
  background-color: #00C8AA !important;
}
#n-hd-popupmsg .n-popup-message .n-text-type-msg {
  color: #313B47;
  position: relative;
  padding: 0.4rem 5.4rem;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
#n-hd-popupmsg .n-popup-message.n-show {
  right: 37.5rem;
}
@media only screen and (max-width: 600px) {
  #n-hd-popupmsg .n-popup-message.n-show {
    right: 31.5rem;
  }
}
#n-hd-popupmsg .n-popup-message .n-feedback-holder-msg {
  margin-top: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.7rem;
  background-color: #FFF;
}
#n-hd-popupmsg .n-popup-message span a,
#n-hd-popupmsg .n-popup-message span {
  font-size: 1.6rem;
  line-height: 1.2;
}
#n-hd-popupmsg .n-popup-message span {
  float: left !important;
}
#n-hd-popupmsg .n-popup-message a {
  float: none !important;
}

/* Tabel of Contents
 - Color A
 - Color B
 - Color C
 - Color D
 - Color E
 - Color F
 - Util
 - Color Grey
*/
/******************* Color A *******************/
/******************* Color B *******************/
/******************* Color C *******************/
/******************* Color D *******************/
/******************* Color E *******************/
/******************* Color F *******************/
/******************* Color Grey *******************/
/******************* Util *******************/
/* Tabel of Contents
 - Mixins Colors Setup
 - Align and Calc
 - Hover Non Touch
 - Util
*/
/******************* Mixins Colors Setup *******************/
/******************* Align and Calc *******************/
/******************* Hover Non Touch *******************/
/******************* Util *******************/
/** paragraph **/
/* Tabel of Contents
 - General Btns
 - Btn Close
*/
/******************* General Btns *******************/
.n-btn-a,
.n-btn-b,
.n-btn-c,
.n-btn-neg,
.n-btn-e,
.n-btn-f,
.n-btn-grey,
button:not(.n-disable-default) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.n-btn-a span,
.n-btn-b span,
.n-btn-c span,
.n-btn-neg span,
.n-btn-e span,
.n-btn-f span,
.n-btn-grey span,
button:not(.n-disable-default) span {
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  will-change: transform, background-color;
  transform-origin: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.n-btn-a::before, .n-btn-a::after,
.n-btn-b::before,
.n-btn-b::after,
.n-btn-c::before,
.n-btn-c::after,
.n-btn-neg::before,
.n-btn-neg::after,
.n-btn-e::before,
.n-btn-e::after,
.n-btn-f::before,
.n-btn-f::after,
.n-btn-grey::before,
.n-btn-grey::after,
button:not(.n-disable-default)::before,
button:not(.n-disable-default)::after {
  transform-origin: center;
  transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s ease-out, border-radius 0.2s ease-out;
  will-change: opacity, left, top, border-radius;
}
.n-btn-a:focus,
.n-btn-b:focus,
.n-btn-c:focus,
.n-btn-neg:focus,
.n-btn-e:focus,
.n-btn-f:focus,
.n-btn-grey:focus,
button:not(.n-disable-default):focus {
  outline: 0;
}
.n-btn-a:not(.n-disabled).n-selected > span,
.n-btn-b:not(.n-disabled).n-selected > span,
.n-btn-c:not(.n-disabled).n-selected > span,
.n-btn-neg:not(.n-disabled).n-selected > span,
.n-btn-e:not(.n-disabled).n-selected > span,
.n-btn-f:not(.n-disabled).n-selected > span,
.n-btn-grey:not(.n-disabled).n-selected > span,
button:not(.n-disable-default):not(.n-disabled).n-selected > span {
  transform: scale(1.1);
}
.n-btn-a:not(.n-disabled).n-selected::after, .n-btn-a:not(.n-disabled).n-selected::before,
.n-btn-b:not(.n-disabled).n-selected::after,
.n-btn-b:not(.n-disabled).n-selected::before,
.n-btn-c:not(.n-disabled).n-selected::after,
.n-btn-c:not(.n-disabled).n-selected::before,
.n-btn-neg:not(.n-disabled).n-selected::after,
.n-btn-neg:not(.n-disabled).n-selected::before,
.n-btn-e:not(.n-disabled).n-selected::after,
.n-btn-e:not(.n-disabled).n-selected::before,
.n-btn-f:not(.n-disabled).n-selected::after,
.n-btn-f:not(.n-disabled).n-selected::before,
.n-btn-grey:not(.n-disabled).n-selected::after,
.n-btn-grey:not(.n-disabled).n-selected::before,
button:not(.n-disable-default):not(.n-disabled).n-selected::after,
button:not(.n-disable-default):not(.n-disabled).n-selected::before {
  opacity: 0.5;
  border-radius: 1.8rem;
}
.n-btn-a:not(.n-disabled).n-selected.n-btn-s::after, .n-btn-a:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-b:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-b:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-c:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-c:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-neg:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-neg:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-e:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-e:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-f:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-f:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-grey:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-grey:not(.n-disabled).n-selected.n-btn-s::before,
button:not(.n-disable-default):not(.n-disabled).n-selected.n-btn-s::after,
button:not(.n-disable-default):not(.n-disabled).n-selected.n-btn-s::before {
  border-radius: 1.6rem;
}
.n-btn-a:not(.n-disabled).n-selected::after,
.n-btn-b:not(.n-disabled).n-selected::after,
.n-btn-c:not(.n-disabled).n-selected::after,
.n-btn-neg:not(.n-disabled).n-selected::after,
.n-btn-e:not(.n-disabled).n-selected::after,
.n-btn-f:not(.n-disabled).n-selected::after,
.n-btn-grey:not(.n-disabled).n-selected::after,
button:not(.n-disable-default):not(.n-disabled).n-selected::after {
  top: -0.4rem;
  left: -0.4rem;
}
.n-btn-a:not(.n-disabled).n-selected::before,
.n-btn-b:not(.n-disabled).n-selected::before,
.n-btn-c:not(.n-disabled).n-selected::before,
.n-btn-neg:not(.n-disabled).n-selected::before,
.n-btn-e:not(.n-disabled).n-selected::before,
.n-btn-f:not(.n-disabled).n-selected::before,
.n-btn-grey:not(.n-disabled).n-selected::before,
button:not(.n-disable-default):not(.n-disabled).n-selected::before {
  top: 0.4rem;
  left: 0.4rem;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s button:not(.n-disable-default):hover {
    background: transparent !important;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-b:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-c:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-e:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-f:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover > span,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover > span {
    transform: scale(1.1);
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover::after, body.n-hv-s .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::after,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::before {
    opacity: 0.5;
    border-radius: 1.8rem;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover.n-btn-s::after, body.n-hv-s .n-btn-a:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-b:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-b:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-c:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-c:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-e:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-e:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-f:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-f:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::before {
    border-radius: 1.6rem;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::after {
    top: -0.4rem;
    left: -0.4rem;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::before {
    top: 0.4rem;
    left: 0.4rem;
  }
}
body.n-hv-moz button:not(.n-disable-default):hover {
  background: transparent !important;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover > span,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover > span {
  transform: scale(1.1);
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover::after, body.n-hv-moz .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::after,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::before {
  opacity: 0.5;
  border-radius: 1.8rem;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover.n-btn-s::after, body.n-hv-moz .n-btn-a:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::before {
  border-radius: 1.6rem;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::after {
  top: -0.4rem;
  left: -0.4rem;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::before {
  top: 0.4rem;
  left: 0.4rem;
}

.n-btn-icon-a,
.n-btn-icon-b,
.n-btn-icon-c,
.n-btn-icon-neg,
.n-btn-icon-e,
.n-btn-icon-f,
.n-btn-icon-white,
.n-btn-icon-grey {
  position: relative;
}
.n-btn-icon-a .n-icon,
.n-btn-icon-b .n-icon,
.n-btn-icon-c .n-icon,
.n-btn-icon-neg .n-icon,
.n-btn-icon-e .n-icon,
.n-btn-icon-f .n-icon,
.n-btn-icon-white .n-icon,
.n-btn-icon-grey .n-icon {
  transform: scale(1);
  transition: transform 0.2s ease-out;
  will-change: transform;
  transform-origin: center;
}
.n-btn-icon-a.n-top-left > div, .n-btn-icon-a.n-top-left > span,
.n-btn-icon-b.n-top-left > div,
.n-btn-icon-b.n-top-left > span,
.n-btn-icon-c.n-top-left > div,
.n-btn-icon-c.n-top-left > span,
.n-btn-icon-neg.n-top-left > div,
.n-btn-icon-neg.n-top-left > span,
.n-btn-icon-e.n-top-left > div,
.n-btn-icon-e.n-top-left > span,
.n-btn-icon-f.n-top-left > div,
.n-btn-icon-f.n-top-left > span,
.n-btn-icon-white.n-top-left > div,
.n-btn-icon-white.n-top-left > span,
.n-btn-icon-grey.n-top-left > div,
.n-btn-icon-grey.n-top-left > span {
  transform-origin: top left;
}
.n-btn-icon-a.n-top-right > div, .n-btn-icon-a.n-top-right > span,
.n-btn-icon-b.n-top-right > div,
.n-btn-icon-b.n-top-right > span,
.n-btn-icon-c.n-top-right > div,
.n-btn-icon-c.n-top-right > span,
.n-btn-icon-neg.n-top-right > div,
.n-btn-icon-neg.n-top-right > span,
.n-btn-icon-e.n-top-right > div,
.n-btn-icon-e.n-top-right > span,
.n-btn-icon-f.n-top-right > div,
.n-btn-icon-f.n-top-right > span,
.n-btn-icon-white.n-top-right > div,
.n-btn-icon-white.n-top-right > span,
.n-btn-icon-grey.n-top-right > div,
.n-btn-icon-grey.n-top-right > span {
  transform-origin: top right;
}
.n-btn-icon-a.n-bottom-left > div, .n-btn-icon-a.n-bottom-left > span,
.n-btn-icon-b.n-bottom-left > div,
.n-btn-icon-b.n-bottom-left > span,
.n-btn-icon-c.n-bottom-left > div,
.n-btn-icon-c.n-bottom-left > span,
.n-btn-icon-neg.n-bottom-left > div,
.n-btn-icon-neg.n-bottom-left > span,
.n-btn-icon-e.n-bottom-left > div,
.n-btn-icon-e.n-bottom-left > span,
.n-btn-icon-f.n-bottom-left > div,
.n-btn-icon-f.n-bottom-left > span,
.n-btn-icon-white.n-bottom-left > div,
.n-btn-icon-white.n-bottom-left > span,
.n-btn-icon-grey.n-bottom-left > div,
.n-btn-icon-grey.n-bottom-left > span {
  transform-origin: bottom left;
}
.n-btn-icon-a.n-bottom-right > div, .n-btn-icon-a.n-bottom-right > span,
.n-btn-icon-b.n-bottom-right > div,
.n-btn-icon-b.n-bottom-right > span,
.n-btn-icon-c.n-bottom-right > div,
.n-btn-icon-c.n-bottom-right > span,
.n-btn-icon-neg.n-bottom-right > div,
.n-btn-icon-neg.n-bottom-right > span,
.n-btn-icon-e.n-bottom-right > div,
.n-btn-icon-e.n-bottom-right > span,
.n-btn-icon-f.n-bottom-right > div,
.n-btn-icon-f.n-bottom-right > span,
.n-btn-icon-white.n-bottom-right > div,
.n-btn-icon-white.n-bottom-right > span,
.n-btn-icon-grey.n-bottom-right > div,
.n-btn-icon-grey.n-bottom-right > span {
  transform-origin: bottom right;
}
.n-btn-icon-a::after, .n-btn-icon-a::before,
.n-btn-icon-b::after,
.n-btn-icon-b::before,
.n-btn-icon-c::after,
.n-btn-icon-c::before,
.n-btn-icon-neg::after,
.n-btn-icon-neg::before,
.n-btn-icon-e::after,
.n-btn-icon-e::before,
.n-btn-icon-f::after,
.n-btn-icon-f::before,
.n-btn-icon-white::after,
.n-btn-icon-white::before,
.n-btn-icon-grey::after,
.n-btn-icon-grey::before {
  transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out, border-radius 0.2s ease-out;
  transform-origin: center;
  will-change: opacity, left, top, bottom, border-radius;
}

.n-btn-icon-a:not(.n-disabled).n-selected::after, .n-btn-icon-a:not(.n-disabled).n-selected::before,
.n-btn-icon-b:not(.n-disabled).n-selected::after,
.n-btn-icon-b:not(.n-disabled).n-selected::before,
.n-btn-icon-c:not(.n-disabled).n-selected::after,
.n-btn-icon-c:not(.n-disabled).n-selected::before,
.n-btn-icon-neg:not(.n-disabled).n-selected::after,
.n-btn-icon-neg:not(.n-disabled).n-selected::before,
.n-btn-icon-e:not(.n-disabled).n-selected::after,
.n-btn-icon-e:not(.n-disabled).n-selected::before,
.n-btn-icon-f:not(.n-disabled).n-selected::after,
.n-btn-icon-f:not(.n-disabled).n-selected::before,
.n-btn-icon-white:not(.n-disabled).n-selected::after,
.n-btn-icon-white:not(.n-disabled).n-selected::before,
.n-btn-icon-grey:not(.n-disabled).n-selected::after,
.n-btn-icon-grey:not(.n-disabled).n-selected::before {
  border-radius: 1rem;
  opacity: 0.5;
}
.n-btn-icon-a:not(.n-disabled).n-selected > div, .n-btn-icon-a:not(.n-disabled).n-selected > span,
.n-btn-icon-b:not(.n-disabled).n-selected > div,
.n-btn-icon-b:not(.n-disabled).n-selected > span,
.n-btn-icon-c:not(.n-disabled).n-selected > div,
.n-btn-icon-c:not(.n-disabled).n-selected > span,
.n-btn-icon-neg:not(.n-disabled).n-selected > div,
.n-btn-icon-neg:not(.n-disabled).n-selected > span,
.n-btn-icon-e:not(.n-disabled).n-selected > div,
.n-btn-icon-e:not(.n-disabled).n-selected > span,
.n-btn-icon-f:not(.n-disabled).n-selected > div,
.n-btn-icon-f:not(.n-disabled).n-selected > span,
.n-btn-icon-white:not(.n-disabled).n-selected > div,
.n-btn-icon-white:not(.n-disabled).n-selected > span,
.n-btn-icon-grey:not(.n-disabled).n-selected > div,
.n-btn-icon-grey:not(.n-disabled).n-selected > span {
  transform: scale(1.2);
}
.n-btn-icon-a:not(.n-disabled).n-selected::after,
.n-btn-icon-b:not(.n-disabled).n-selected::after,
.n-btn-icon-c:not(.n-disabled).n-selected::after,
.n-btn-icon-neg:not(.n-disabled).n-selected::after,
.n-btn-icon-e:not(.n-disabled).n-selected::after,
.n-btn-icon-f:not(.n-disabled).n-selected::after,
.n-btn-icon-white:not(.n-disabled).n-selected::after,
.n-btn-icon-grey:not(.n-disabled).n-selected::after {
  top: -0.3rem;
  left: -0.3rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected::before,
.n-btn-icon-b:not(.n-disabled).n-selected::before,
.n-btn-icon-c:not(.n-disabled).n-selected::before,
.n-btn-icon-neg:not(.n-disabled).n-selected::before,
.n-btn-icon-e:not(.n-disabled).n-selected::before,
.n-btn-icon-f:not(.n-disabled).n-selected::before,
.n-btn-icon-white:not(.n-disabled).n-selected::before,
.n-btn-icon-grey:not(.n-disabled).n-selected::before {
  top: 0.3rem;
  left: 0.3rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-left::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-left::before {
  top: 0.6rem;
  left: 0.6rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-right::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-right::before {
  bottom: -0.6rem;
  left: -0.6rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-left::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-left::before {
  top: -0.6rem;
  left: 0.6rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-right::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-right::before {
  top: -0.6rem;
  left: -0.6rem;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::after, body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::before {
    border-radius: 1rem;
    opacity: 0.5;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover > div, body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover > span {
    transform: scale(1.2);
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::after {
    top: -0.3rem;
    left: -0.3rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::before {
    top: 0.3rem;
    left: 0.3rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::before {
    top: 0.6rem;
    left: 0.6rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::before {
    bottom: -0.6rem;
    left: -0.6rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::before {
    top: -0.6rem;
    left: 0.6rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::before {
    top: -0.6rem;
    left: -0.6rem;
  }
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::after, body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::before {
  border-radius: 1rem;
  opacity: 0.5;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover > div, body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover > span {
  transform: scale(1.2);
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::after {
  top: -0.3rem;
  left: -0.3rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::before {
  top: 0.3rem;
  left: 0.3rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::before {
  top: 0.6rem;
  left: 0.6rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::before {
  bottom: -0.6rem;
  left: -0.6rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::before {
  top: -0.6rem;
  left: 0.6rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::before {
  top: -0.6rem;
  left: -0.6rem;
}

/******************* Btn Close *******************/
blockquote,
dl,
figure,
pre,
table {
  margin-bottom: 2.5rem;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s a:hover {
    text-decoration: underline;
    color: #3A73CF;
  }
}
body.n-hv-moz a:hover {
  text-decoration: underline;
  color: #3A73CF;
}

a {
  cursor: pointer;
}
a i,
a span {
  cursor: pointer;
}

/* used for omittable text */
.n-text-aside {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Euclid Circular B", sans-serif;
  color: #757575;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.n-dark-form .n-text-aside, .n-bg-a-light .n-text-aside, .n-bg-a-light-mild .n-text-aside, .n-bg-a .n-text-aside, .n-bg-a-dark-mild .n-text-aside, .n-bg-a-dark .n-text-aside {
  color: #9B9B9B;
}
.n-text-aside b,
.n-text-aside i,
.n-text-aside span,
.n-text-aside p,
.n-text-aside label {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Euclid Circular B", sans-serif;
  color: #757575;
  text-decoration: none;
}
.n-dark-form .n-text-aside b, .n-bg-a-light .n-text-aside b, .n-bg-a-light-mild .n-text-aside b, .n-bg-a .n-text-aside b, .n-bg-a-dark-mild .n-text-aside b, .n-bg-a-dark .n-text-aside b,
.n-dark-form .n-text-aside i,
.n-bg-a-light .n-text-aside i,
.n-bg-a-light-mild .n-text-aside i,
.n-bg-a .n-text-aside i,
.n-bg-a-dark-mild .n-text-aside i,
.n-bg-a-dark .n-text-aside i,
.n-dark-form .n-text-aside span,
.n-bg-a-light .n-text-aside span,
.n-bg-a-light-mild .n-text-aside span,
.n-bg-a .n-text-aside span,
.n-bg-a-dark-mild .n-text-aside span,
.n-bg-a-dark .n-text-aside span,
.n-dark-form .n-text-aside p,
.n-bg-a-light .n-text-aside p,
.n-bg-a-light-mild .n-text-aside p,
.n-bg-a .n-text-aside p,
.n-bg-a-dark-mild .n-text-aside p,
.n-bg-a-dark .n-text-aside p,
.n-dark-form .n-text-aside label,
.n-bg-a-light .n-text-aside label,
.n-bg-a-light-mild .n-text-aside label,
.n-bg-a .n-text-aside label,
.n-bg-a-dark-mild .n-text-aside label,
.n-bg-a-dark .n-text-aside label {
  color: #9B9B9B;
}

.n-text-aside a {
  color: #0A52BF;
  outline: #0A52BF;
}
.n-dark-form .n-text-aside a, .n-bg-a-light .n-text-aside a, .n-bg-a-light-mild .n-text-aside a, .n-bg-a .n-text-aside a, .n-bg-a-dark-mild .n-text-aside a, .n-bg-a-dark .n-text-aside a {
  color: #00C8AA;
  outline: #00C8AA;
}
.n-text-aside a i,
.n-text-aside a span {
  color: #0A52BF;
  cursor: pointer;
}
.n-dark-form .n-text-aside a i, .n-bg-a-light .n-text-aside a i, .n-bg-a-light-mild .n-text-aside a i, .n-bg-a .n-text-aside a i, .n-bg-a-dark-mild .n-text-aside a i, .n-bg-a-dark .n-text-aside a i,
.n-dark-form .n-text-aside a span,
.n-bg-a-light .n-text-aside a span,
.n-bg-a-light-mild .n-text-aside a span,
.n-bg-a .n-text-aside a span,
.n-bg-a-dark-mild .n-text-aside a span,
.n-bg-a-dark .n-text-aside a span {
  color: #00C8AA;
}

body.n-cursor-resize-ver,
body.n-cursor-resize-ver * {
  cursor: col-resize !important;
}

::-moz-selection {
  background-color: #00C8AA;
  color: #FFF;
}

::selection {
  background-color: #00C8AA;
  color: #FFF;
}

html.n-nav-opened {
  z-index: 99999999 !important;
}

.n-footer-msg {
  z-index: 99999996;
}

.n-a-click {
  cursor: pointer;
}

#n-btn-nav {
  transition: color 0.5s ease-in-out;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-btn-nav:hover span:nth-child(1), body.n-hv-s #n-btn-nav:hover span:nth-child(2) {
    top: 2px;
  }
  body.n-hv-s #n-btn-nav:hover span:nth-child(5), body.n-hv-s #n-btn-nav:hover span:nth-child(6) {
    top: 22px;
  }
}
body.n-hv-moz #n-btn-nav:hover span:nth-child(1), body.n-hv-moz #n-btn-nav:hover span:nth-child(2) {
  top: 2px;
}
body.n-hv-moz #n-btn-nav:hover span:nth-child(5), body.n-hv-moz #n-btn-nav:hover span:nth-child(6) {
  top: 22px;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq {
    border-color: #00C8AA;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(1) {
    top: -2px;
    left: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(2) {
    top: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(3) {
    top: -2px;
    right: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(4) {
    left: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(6) {
    right: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(7) {
    left: -2px;
    bottom: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(8) {
    bottom: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(9) {
    right: -2px;
    bottom: -2px;
  }
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq {
  border-color: #00C8AA;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(1) {
  top: -2px;
  left: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(2) {
  top: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(3) {
  top: -2px;
  right: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(4) {
  left: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(6) {
  right: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(7) {
  left: -2px;
  bottom: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(8) {
  bottom: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(9) {
  right: -2px;
  bottom: -2px;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-head #nav-misc a:hover,
body.n-hv-s #n-head .holder-quick-nav-submenu a:hover,
body.n-hv-s #n-head .quick-nav-submenu-links a:hover,
body.n-hv-s #n-head #nav-mid a:hover,
body.n-hv-s #n-head .n-nav-a:hover {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-head #nav-misc a:hover span,
body.n-hv-s #n-head .holder-quick-nav-submenu a:hover span,
body.n-hv-s #n-head .quick-nav-submenu-links a:hover span,
body.n-hv-s #n-head #nav-mid a:hover span,
body.n-hv-s #n-head .n-nav-a:hover span {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-head #nav-top .n-btn-grey:hover span {
    color: #313B47 !important;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover {
    cursor: pointer;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > .n-nav-a, body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > a {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-lang {
    cursor: pointer !important;
    background-color: #00C8AA;
    z-index: 999999999;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-down {
    cursor: pointer;
    background-color: #00C8AA;
    z-index: 999999999;
  }
}
body.n-hv-moz #n-head #nav-misc a:hover,
body.n-hv-moz #n-head .holder-quick-nav-submenu a:hover,
body.n-hv-moz #n-head .quick-nav-submenu-links a:hover,
body.n-hv-moz #n-head #nav-mid a:hover,
body.n-hv-moz #n-head .n-nav-a:hover {
  color: #00C8AA !important;
}
body.n-hv-moz #n-head #nav-misc a:hover span,
body.n-hv-moz #n-head .holder-quick-nav-submenu a:hover span,
body.n-hv-moz #n-head .quick-nav-submenu-links a:hover span,
body.n-hv-moz #n-head #nav-mid a:hover span,
body.n-hv-moz #n-head .n-nav-a:hover span {
  color: #00C8AA !important;
}
body.n-hv-moz #n-head #nav-top .n-btn-grey:hover span {
  color: #313B47 !important;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover {
  cursor: pointer;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > .n-nav-a, body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > a {
  color: #00C8AA !important;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-lang {
  cursor: pointer !important;
  background-color: #00C8AA;
  z-index: 999999999;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-down {
  cursor: pointer;
  background-color: #00C8AA;
  z-index: 999999999;
}

#n-head #n-nav .holder-quick-nav-submenu.n-disabled {
  cursor: initial !important;
}
#n-head #n-nav .holder-quick-nav-submenu.n-disabled .n-icon-down {
  display: none;
}
#n-head #n-nav .holder-quick-nav-submenu.n-disabled .n-nav-a,
#n-head #n-nav .holder-quick-nav-submenu.n-disabled a {
  cursor: initial !important;
  color: #CECECE !important;
}
#n-head #n-nav .holder-quick-nav-submenu.n-disabled .n-icon-lang {
  cursor: initial !important;
}

#n-head .holder-quick-nav-submenu.n-show .n-icon-lang {
  cursor: initial !important;
  background-color: #00C8AA;
}
#n-head .holder-quick-nav-submenu.n-show .n-icon-down {
  background-color: #00C8AA;
}
#n-head .holder-quick-nav-submenu.n-show .n-icon-down {
  cursor: pointer;
  z-index: 999999999;
}
#n-head .holder-quick-nav-submenu.n-show .n-nav-submenu {
  z-index: 99999;
  position: absolute;
  display: block;
  top: -0.7rem;
  padding-top: 6.8rem;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu {
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.6rem;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu .quick-nav-submenu-links {
  z-index: 3;
  background-color: #FFF;
  padding: 1.5rem 1.8rem 0 1.8rem;
  border-radius: 1rem;
  display: table;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu .n-nav-a,
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu a {
  white-space: nowrap;
  margin-left: 0;
  width: 100%;
  display: table-row;
  float: none;
  margin: 0;
  position: relative;
  height: 3.5rem;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu::after {
  z-index: 2;
  content: " ";
  display: block;
  top: -1rem;
  left: 6rem;
  position: absolute;
  width: 2rem;
  height: 2rem;
  transform: rotate(-45deg);
  background-color: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 600px) {
  #n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu::after {
    left: 2rem;
  }
}

.holder-quick-nav-submenu.nav-lk-ac .n-nav-submenu {
  right: 0.2rem;
}
.holder-quick-nav-submenu.nav-lk-ac .n-nav-submenu .quick-nav-submenu::after {
  left: 9.6rem !important;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-nav-side:hover,
body.n-hv-s #novo-nav-menu:hover {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-nav-side .btn-signout:hover,
body.n-hv-s #novo-nav-menu .btn-signout:hover {
    color: #F27575 !important;
  }
  body.n-hv-s #n-nav-side .holder-quick-nav-submenu .btn-signout:hover,
body.n-hv-s #novo-nav-menu .holder-quick-nav-submenu .btn-signout:hover {
    color: #F27575 !important;
  }
  body.n-hv-s #n-nav-side a:hover img,
body.n-hv-s #novo-nav-menu a:hover img {
    opacity: 0.7;
  }
}
body.n-hv-moz #n-nav-side:hover,
body.n-hv-moz #novo-nav-menu:hover {
  color: #00C8AA !important;
}
body.n-hv-moz #n-nav-side .btn-signout:hover,
body.n-hv-moz #novo-nav-menu .btn-signout:hover {
  color: #F27575 !important;
}
body.n-hv-moz #n-nav-side .holder-quick-nav-submenu .btn-signout:hover,
body.n-hv-moz #novo-nav-menu .holder-quick-nav-submenu .btn-signout:hover {
  color: #F27575 !important;
}
body.n-hv-moz #n-nav-side a:hover img,
body.n-hv-moz #novo-nav-menu a:hover img {
  opacity: 0.7;
}

#n-head {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.n-icon-close {
  -webkit-mask-image: url("/nvlib/images/icons/close.svg");
  mask-image: url("/nvlib/images/icons/close.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-close {
  background: none !important;
}

.n-icon-up {
  -webkit-mask-image: url("/nvlib/images/icons/icon-up.svg");
  mask-image: url("/nvlib/images/icons/icon-up.svg");
  background-color: #313B47;
}
html[data-n-browser-name=safari] .n-icon-up {
  background: none !important;
}

.n-icon-down {
  -webkit-mask-image: url("/nvlib/images/icons/icon-down.svg");
  mask-image: url("/nvlib/images/icons/icon-down.svg");
  background-color: #313B47;
}
html[data-n-browser-name=safari] .n-icon-down {
  background: none !important;
}

.n-icon-fb {
  -webkit-mask-image: url("/nvlib/images/icons/facebook.svg");
  mask-image: url("/nvlib/images/icons/facebook.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-fb {
  background: none !important;
}

.n-icon-tw {
  -webkit-mask-image: url("/nvlib/images/icons/twitter.svg");
  mask-image: url("/nvlib/images/icons/twitter.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-tw {
  background: none !important;
}

.n-icon-is {
  -webkit-mask-image: url("/nvlib/images/icons/instagram.svg");
  mask-image: url("/nvlib/images/icons/instagram.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-is {
  background: none !important;
}

.n-icon-in {
  -webkit-mask-image: url("/nvlib/images/icons/linkedin.svg");
  mask-image: url("/nvlib/images/icons/linkedin.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-in {
  background: none !important;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s .n-dark-form .n-single-answer-box:hover {
    color: #00C8AA;
  }
  body.n-hv-s .n-single-answer-box:hover {
    color: #00C8AA;
    text-decoration: none;
  }
  body.n-hv-s .n-single-answer-box:hover .n-answer-box {
    height: 18px;
    bottom: -3px;
  }
  body.n-hv-s .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
    background: #F5F5F5;
  }
  body.n-hv-s .n-single-answer-box:hover.n-selected .n-answer-box::after {
    background: #51E2C2;
  }
  body.n-hv-s .n-dark-form .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
    background: #CDCDCD;
  }
}
body.n-hv-moz .n-dark-form .n-single-answer-box:hover {
  color: #00C8AA;
}
body.n-hv-moz .n-single-answer-box:hover {
  color: #00C8AA;
  text-decoration: none;
}
body.n-hv-moz .n-single-answer-box:hover .n-answer-box {
  height: 18px;
  bottom: -3px;
}
body.n-hv-moz .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
  background: #F5F5F5;
}
body.n-hv-moz .n-single-answer-box:hover.n-selected .n-answer-box::after {
  background: #51E2C2;
}
body.n-hv-moz .n-dark-form .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
  background: #CDCDCD;
}

/* Tabel of Contents
 - Footer
 - Hired At
*/
/******************* Footer *******************/
footer {
  color: #FFF;
  float: left;
  background-color: #313B47;
}
footer a,
footer p,
footer span {
  color: #FFF;
  font-size: 1.9rem;
}
footer a[href="mailto:contact@novoresume.com"] {
  margin-bottom: 1rem;
}
footer #footer-social {
  padding: 20px 0;
  background-color: #425061;
}
footer #footer-social .n-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer-social .n-btn-icon-white {
  cursor: pointer;
  display: inline-block;
  margin-right: 3rem;
}
footer #footer-social .n-btn-icon-white:last-child {
  margin-right: 0;
}
footer #footer-social .n-btn-icon-white .n-icon {
  background-color: #425061;
}
@media only screen and (max-width: 600px) {
  footer #footer-social div {
    margin-right: 3rem;
  }
}
footer nav a,
footer nav p {
  margin: 0 5px;
}
footer nav a {
  font-size: 1.7rem;
}
footer nav ul {
  margin-bottom: 0;
}
footer nav li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  footer nav#footer-nav {
    padding-bottom: 0;
  }
  footer nav .n-container > .n-hf-left,
footer nav .n-container > .n-hf-right {
    width: 100%;
    margin-bottom: 5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 600px) {
  footer nav .n-container > .n-hf-left,
footer nav .n-container > .n-hf-right {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  footer nav .n-row {
    text-align: center;
    margin-bottom: 6rem !important;
  }
}
footer #footer-nav {
  padding: 4rem 0 2rem 0;
}
footer #footer-nav li {
  text-indent: -0.6rem;
  margin-bottom: 3.5rem;
}
footer #footer-nav a {
  text-decoration: none !important;
}
footer #footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1f262E;
  position: relative;
}
footer #footer-copyright .txt-ft-vision {
  font-size: 3rem;
}
footer #footer-copyright .txt-ft-vision::after {
  content: " ";
  display: block;
  width: 9rem;
  margin: 1.5rem auto 4rem auto;
  height: 0.7rem;
  background-color: #1DBFAF;
  border-radius: 3rem;
}
footer #footer-copyright p {
  margin-bottom: 0;
}